/* Paleta colores 1 */
.color1-1 {
  color: #fc902e;
}
.color1-2 {
  color: #f9c089;
}
.color1-3 {
  color: #197c08;
}
.color1-4 {
  color: #61a057;
}
.color1-5 {
  color: #afcfa8;
}
/* Fin paleta colores 1 */

/* Paleta colores 2 */
.color2-1 {
  color: #f26e22;
}
.color2-2 {
  color: #f2935c;
}
.color2-3 {
  color: #f2f2f2;
}
.color2-4 {
  color: #207309;
}
.color2-5 {
  color: #61a64e;
}
/* Fin paleta colores 2 */

* {
  font-family: "Montserrat", sans-serif;
}

.ff-baloo {
  font-family: "Baloo 2", cursive;
}

.content-nav-1 {
  color: #264653;
}

/* .nav-principal {
    background: rgb(244, 162, 97);
    background: linear-gradient(259deg, rgba(244, 162, 97,1) 0%, rgba(231, 111, 81,1) 100%);
} */

#fondo-cabecera {
  background-image: url('./medios/fabio.jpg');
  background-size: cover;
  /* @media screen and (min-width: 600px) {
        clip-path: polygon(0% 0%, 100% 0%, 100% 93%, 50% 100%, 0% 93%, 0 0%);
    } */
  clip-path: polygon(0% 0%, 100% 0%, 100% 93%, 50% 100%, 0% 93%, 0 0%);
  /* -webkit-animation: kenburns-top 5s ease-out both;
	        animation: kenburns-top 5s ease-out both; */
  /* height: 85vh; */
}

.button-header-llamanos {
  background-color: #e76f51;
  padding: 10px 30px;
  transition-duration: 500ms;
  transition-timing-function: ease;
  transform: scale(1);
}

.button-header-llamanos:hover {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transform: scale(1.2);
}

.kit-digital-header {
  padding: 10px 30px;
  transition-duration: 500ms;
  transition-timing-function: ease;
  transform: scale(1);
}

.kit-digital-header:hover {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transform: scale(1.2);
}

.button-header-enviar {
  position: sticky;
  background: rgb(244, 162, 97);
  background: linear-gradient(90deg, #e76f51, #f4a261, #e9c46a);
}

#video-portada {
  /* position: absolute; */
  /* object-fit: cover; */
  z-index: -10;
  /* height: 80vh; */
  width: 100%;
  /* top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
}

/*#section-nosotros {
    /* background: linear-gradient(90deg, #E76F51, #F4A261, #E9C46A); */
/* clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 50% 100%, 0 90%); */
/* clip-path: polygon(0% 0%, 50% 12%, 100% 0%, 100% 100%, 0% 100%, 0 0%); */
/* clip-path: polygon(0% 0%, 100% 13%, 100% 100%, 0% 90%, 0 0%); */
/* clip-path: polygon(0% 0%, 50% 10%, 100% 0%, 100% 100%, 0% 100%); */
/*}*/

#section-contacto {
  background: linear-gradient(90deg, #e76f51, #f4a261, #e9c46a);
}

#fondo-datos {
  background-image: url('./medios/shape-2.png');
  background-size: cover;
  background-color: white;
}

.button-kit-digital {
  -webkit-animation: slide-in-fwd-center 1s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-fwd-center 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.button-hablamos {
  /* -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both; */
  -webkit-animation: shadow-drop-center 0.4s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

#section-partners {
  background: linear-gradient(90deg, #e9c46a, #f4a261, #e76f51);
}

#fondo-footer {
  background-image: url('./medios/footer-5.png');
  background-size: cover;
  background-color: white;
}

.btn-flotante {
  background-color: #e76f51;
  padding: 12px 12px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: all 300ms ease 0ms;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.btn-flotante:hover {
  background-color: #e9c46a;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-7px);
}

.pulsate-fwd {
  -webkit-animation: pulsate-fwd 0.8s ease-in-out infinite both;
  animation: pulsate-fwd 0.8s ease-in-out infinite both;
}

@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes shadow-drop-center {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}
@keyframes shadow-drop-center {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}

/* @-webkit-keyframes kenburns-top {
    0% {
      -webkit-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
      -webkit-transform-origin: 50% 16%;
              transform-origin: 50% 16%;
    }
    100% {
      -webkit-transform: scale(1.25) translateY(-15px);
              transform: scale(1.25) translateY(-15px);
      -webkit-transform-origin: top;
              transform-origin: top;
    }
  }
  @keyframes kenburns-top {
    0% {
      -webkit-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
      -webkit-transform-origin: 50% 16%;
              transform-origin: 50% 16%;
    }
    100% {
      -webkit-transform: scale(1.25) translateY(-15px);
              transform: scale(1.25) translateY(-15px);
      -webkit-transform-origin: top;
              transform-origin: top;
    }
  } */

@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.color-change-3x {
  -webkit-animation: color-change-3x 4s linear infinite alternate both;
  animation: color-change-3x 4s linear infinite alternate both;
}

@-webkit-keyframes color-change-3x {
  0% {
    background: #e76f51;
  }
  50% {
    background: #e9c46a;
  }
  100% {
    background: #f4a261;
  }
}
@keyframes color-change-3x {
  0% {
    background: #e76f51;
  }
  50% {
    background: #e9c46a;
  }
  100% {
    background: #f4a261;
  }
}
