header {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

header.inicio {
  background-color: black;
}

header.inicio .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(325deg, #F5BAD686 0%, #f5bad686 50%);
  z-index: 1;
}

header.inicio .contenido-video {
  position: absolute;
  z-index: 9;
  width: 100%;
}

header.inicio .marco-video {
    position: absolute;
    z-index: 8;
    width: 100%;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

header.inicio video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.header-internas {
  min-height: 100vh;
}

.icono-efect {
  transition: 0.3s all ease-in-out;
  transform: scale(1);
}

.icono-efect:hover{
  transition: 0.3s all ease-in-out;
  transform: scale(1.1);
}

.mvh-100 {
  min-height: 100vh;
}

.logo-head {
  max-width: 250px;
}

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

a {
  text-decoration: none;
  color: inherit;
}

.text-small {
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.text-normal {
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.text-normal-dos {
  font-size: 1.6rem;
  line-height: 1.8rem;
}

.text-big {
  font-size: 2.2rem;
  line-height: 2.5rem;
}

.text-ultra-big {
  font-size: 3.3rem;
  line-height: 3.4rem;
}

.text-mega-big {
  font-size: 12rem;
  line-height: 12rem;
}

.text-shadow {
  text-shadow: 0px 3px 30px #00000061 !important;
}

.italic {
	font-style: oblique;
}

.thin {
  font-weight: 100;
}

.xlight {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.book {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.xbold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.card-beneficios {
  border-radius: 50px;
}

@media (max-width: 576px)
{

  header.inicio .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(325deg, #ffffffc2 0%, #ffffffe0 50%);
    z-index: 1;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .w-75 {
    width: 100% !important;
  }

  .text-small {
    font-size: 0.9rem;
    line-height: 1rem;
  }
  
  .text-normal {
    font-size: 1rem;
    line-height: 1rem;
  }
  
  .text-normal-dos {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  
  .text-big {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  
  .text-ultra-big {
    font-size: 2.7rem;
    line-height: 2.9rem;
  }

  .text-mega-big {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }

}

@media  (min-width: 577px) and (max-width: 767px)
{

  header.inicio .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(325deg, #ffffffc2 0%, #ffffffe0 50%);
    z-index: 1;
  }

  .text-small {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  
  .text-normal {
    font-size: 1rem;
    line-height: 1rem;
  }
  
  .text-normal-dos {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  
  .text-big {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  
  .text-ultra-big {
    font-size: 2.7rem;
    line-height: 2.9rem;
  }

  .text-mega-big {
    font-size: 5rem;
    line-height: 5rem;
  }
  
}

@media (min-width: 768px) and (max-width: 991px) {
  
  .text-small {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  
  .text-normal {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  
  .text-normal-dos {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  
  .text-big {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  
  .text-ultra-big {
    font-size: 2.7rem;
    line-height: 2.9rem;
  }

  .text-mega-big {
    font-size: 5.5rem;
    line-height: 5.5rem;
  }

}

@media (min-width: 992px) and (max-width: 1200px) {
  
  .text-small {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  
  .text-normal {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  
  .text-normal-dos {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }
  
  .text-big {
    font-size: 2rem;
    line-height: 2.1rem;
  }
  
  .text-ultra-big {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }

  .text-mega-big {
    font-size: 6rem;
    line-height: 6rem;
  }

}

@media  (min-width: 1200px) and (max-width: 1400px)
{

	.text-small {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  
  .text-normal {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
  
  .text-normal-dos {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }
  
  .text-big {
    font-size: 2rem;
    line-height: 2.1rem;
  }
  
  .text-ultra-big {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }

  .text-mega-big {
    font-size: 9rem;
    line-height: 9rem;
  }

}

@media  (min-width: 1401px) and (max-width: 1600px){

  .text-small {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  
  .text-normal {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  
  .text-normal-dos {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  
  .text-big {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  
  .text-ultra-big {
    font-size: 3rem;
    line-height: 3.1rem;
  }

  .text-mega-big {
    font-size: 9rem;
    line-height: 9rem;
  }

}

.primary {
  animation: primary 20s linear infinite;
}

.secondary {
  animation: secondary 20s linear infinite;
}

@keyframes primary {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}

@keyframes secondary {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}

/* Efecto de Flotar */
@keyframes floating {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}

.efecto-flotante {
  display:block;
  width:auto;
  animation: 5s infinite alternate floating;
}

@keyframes zooming {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.efecto-zoom {
  display:block;
  width:auto;
  animation: 5s infinite alternate zooming;
}