.menu-space {
  height: 85px;
  width: 100%; }

.menu {
  min-height: 85px;
  position: absolute;
  top: 0px;
  background-color: #ffffff;
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 100; }

.menu-content {
  display: flex; }

.menu-section-logo {
  width: 25%;
  display: flex;
  height: 85px;
  justify-content: flex-start;
  align-items: center; }

.menu-section-links {
  width: 60%; }

.menu-section-contact {
  width: 15%;
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.menu-section-logo img {
  width: 100%;
  max-width: 100px; }

.menu-section-links {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.menu-section-links-item {
  margin-right: 50px; }

.menu-section-links-item a {
  color: #000;
  font-family: "Futura PT Book";
  text-decoration: none;
  font-size: 19px; }

.submenu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1; }

.submenu-item {
  padding: 8px 16px; }

.submenu-item a {
  color: black;
  text-decoration: none;
  display: block; }

.submenu-item a:hover {
  background-color: #f1f1f1; }

@media (max-width: 768px) {
  .menu-section-links {
    display: none; }

  .menu-section-contact {
    display: none; } }
.menu-hamburguesa {
  cursor: pointer;
  font-size: 24px;
  padding: 10px;
  color: #333;
  position: absolute;
  top: 17px;
  right: 0px;
  display: none; }

.menu-mobile {
  display: none; }

/* Estilos para pantallas grandes */
@media (max-width: 768px) {
  .menu-hamburguesa {
    display: block; }

  .menu-mobile .menu-section-links {
    display: flex;
    justify-content: space-around;
    background-color: transparent;
    padding: 0; }

  .menu-mobile .menu-section-links-item {
    padding: 0;
    margin-right: 10px;
    padding-left: 40px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px; }

  .menu-mobile .menu-section-links-item:last-child {
    margin-right: 0; }

  .menu-mobile .menu-section-links-item a {
    color: inherit; }

  .menu-mobile .submenu {
    position: relative;
    display: none;
    margin-top: 5px;
    padding-left: 70px;
    box-shadow: none;
    font-weight: normal;
    min-width: 100%; }

  .menu-mobile .menu-section-links-item:hover .submenu {
    display: block; }

  .menu-mobile .submenu-item {
    padding: 5px 10px; } }
.boton {
  background-color: #9500CC;
  display: table-caption;
  font-size: 14px;
  text-align: center;
  font-family: 'Future PT Book', sans-serif;
  letter-spacing: 1px;
  border-radius: 20px;
  padding: 5px 10px;
  min-width: 100px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  margin-top: 0px;
  margin-bottom: 0px; }

.boton:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  margin-top: -3px;
  margin-bottom: 3px; }

.boton:active {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #becaff; }

.boton a {
  color: #FFFFFF;
  text-decoration: none; }

.boton-color-1 {
  background-color: #B51F8F;
  color: #FFFFFF; }

.boton-color-1:hover {
  background-color: #B51F8F;
  color: #FFFFFF; }

.boton-color-2 {
  background-color: #B51F8F;
  color: #FFFFFF; }

.boton-color-2:hover {
  background-color: #B51F8F;
  color: #FFFFFF; }

.boton-color-3 {
  background-color: #FF4713;
  color: #FFFFFF; }

.boton-color-3:hover {
  background-color: #FF4713;
  color: #FFFFFF; }

.boton-color-4 {
  background-color: #FF4713;
  color: #FFFFFF; }

.boton-color-4:hover {
  background-color: #FF4713;
  color: #FFFFFF; }

.boton-color-5 {
  background-color: #f8f8f8;
  color: #B51F8F !important; }

.boton-color-5 a {
  color: #B51F8F !important;
  font-weight: 500; }

.boton-color-5:hover {
  background-color: #ffffff;
  color: #d51ea6 !important; }

.boton-table {
  margin-left: auto;
  margin-right: auto; }

.btn-icon {
  width: 28px !important;
  padding-left: 0px;
  text-align: left;
  padding-right: 10px; }

.btn-texto {
  padding: 0px 10x; }

.boton-cargando-label {
  font-size: 0px;
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px; }

.btn_loading {
  animation: btn_loading 2s infinite;
  animation-timing-function: linear;
  font-size: 0px;
  width: 30px;
  height: 30px;
  max-width: 30px;
  min-width: 28px;
  border-radius: 300px; }

.btn_loading .boton-cargando-label {
  font-size: 10px;
  color: #333232;
  animation: btn_loading_label 2s infinite;
  animation-timing-function: linear; }

@keyframes btn_loading {
  0% {
    transform: rotate(0deg);
    margin-left: 0%; }
  50% {
    margin-left: 60%; }
  100% {
    margin-left: 0%;
    transform: rotate(360deg); } }
@keyframes btn_loading_label {
  0% {
    transform: rotate(360deg);
    opacity: 1; }
  50% {
    color: #000000 !important;
    opacity: 0.5; }
  100% {
    transform: rotate(0deg);
    opacity: 1; } }
.footer {
  border-top: 3px solid #FF4613; }

.footer-logo {
  width: 130px; }

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px; }

.footer-area-c {
  display: flex; }

.footer-area-c a {
  color: #383838;
  text-decoration: none;
  margin-right: 20px; }

.footer-area-c i {
  font-size: 21px;
  color: #383838; }

.btn-asesoria {
  position: fixed;
  top: 90%;
  left: -500px;
  transition: 1s all;
  z-index: 100000; }

.btn-asesoria img {
  width: 120px; }

.btn-asesoria-on {
  left: 0px; }

.btn-whatsapp {
  position: fixed;
  top: 90%;
  right: -500px;
  transition: 1s all;
  transition: 1s all;
  transform: rotate(800deg);
  z-index: 100000; }

.btn-whatsapp img {
  width: 70px; }

.btn-whatsapp-on {
  transform: rotate(0deg);
  right: 20px; }

.btn-asesoria-bottom {
  top: 75%; }

.btn-whatsapp-bottom {
  top: 75%; }

@media (max-width: 768px) {
  .footer-content {
    flex-wrap: wrap; }

  .footer-area-a {
    margin-bottom: 20px;
    width: 100%;
    text-align: center; }

  .footer-area-b {
    margin-bottom: 20px;
    width: 100%;
    text-align: center; }

  .footer-area-c {
    width: 100%;
    text-align: center;
    justify-content: space-between; }

  .footer-logo {
    text-align: center;
    margin-left: auto;
    margin-right: auto; } }
.banner {
  width: 100vw;
  height: 400px;
  background-size: cover;
  background-position: center; }

.banner-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%; }

.banner-content-inner {
  width: 35%; }

@media (max-width: 768px) {
  .banner-content-inner {
    width: 80%;
    position: absolute;
    bottom: 10px;
    left: 10%; } }
.banner-content-inner_texto_derecha {
  margin-left: 55%; }

.banner-item {
  margin-bottom: 20px;
  color: #FFFFFF; }

.banner-titulo {
  font-size: 45px;
  margin-bottom: 0px;
  font-family: "Futura PT Bold";
  font-weight: bold; }

.banner-subtitulo {
  font-size: 35px;
  font-family: "Futura PT Book";
  font-weight: 500; }

.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px; }

.owl-carousel .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 10px;
  cursor: pointer; }

.owl-carousel .owl-dot.active {
  background-color: #333; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer; }

.owl-carousel .owl-nav button.owl-prev {
  left: 10px; }

.owl-carousel .owl-nav button.owl-next {
  right: 10px; }

.owl-carousel .owl-nav button.owl-prev img,
.owl-carousel .owl-nav button.owl-next img {
  width: 30px;
  height: 30px; }

@media (max-width: 768px) {
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    display: none; }

  .banner-content-inner_texto_derecha {
    margin-left: 0%; }

  .banner-titulo {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25); }

  .banner-subtitulo {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25); }

  .banner-texto {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25); } }
.servicio {
  background-color: #F7F7F7;
  padding-top: 15px;
  padding-bottom: 25px;
  margin-top: 50px;
  display: flex; }

.paquetes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.paquete {
  border: 1px solid #E9E9EA;
  border-radius: 20px;
  min-width: 23%;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  overflow: hidden;
  margin-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff 75%, #f3f3f3 25%); }

.servicio .paquete {
  padding-bottom: 0px;
  background-color: #FFFFFF !important;
  background: linear-gradient(to bottom, #ffffff 75%, #FFFFFF 25%) !important; }

.paquete-width-2 {
  min-width: 28%;
  width: 28%;
  margin-left: 2%;
  margin-right: 2%; }

.paquete-precio-nota {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 300;
  width: 100%;
  color: #7B7B7B;
  margin-top: 15px; }

.servicio .paquetes {
  align-content: space-between; }

.servicio .paquete-width-2 {
  min-width: 40%;
  width: 40%;
  border-radius: 2px;
  display: flex;
  margin-left: 2%;
  margin-right: 2%; }

.paquete-titulo {
  text-align: center;
  font-weight: bold;
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  margin-top: 30px; }

.paquete-subtitulo {
  text-align: center;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  margin-top: 5px;
  color: #9500CC; }

.paquete-mega-titulo {
  text-align: center;
  font-weight: bold;
  font-family: 'Inter', sans-serif;
  font-size: 26px;
  margin-top: 5px;
  color: #9500CC;
  margin-top: 15px; }

.paquete-mega-subtitulo {
  text-align: center;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  margin-top: 5px;
  color: #A5A5A5;
  margin-top: 5px; }

.servicio .paquete-subtitulo {
  color: #000000;
  font-size: 14px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 300;
  font-family: 'Inter', sans-serif; }

.paquete-precio-section {
  width: 80%;
  margin-left: auto;
  margin-top: 20px;
  margin-right: auto; }

.paquete-precio-section td {
  width: 50%; }

.paquete-precio {
  color: #9500CC;
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: bold; }

.paquete-periodo {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 12px; }

.paquete-boton {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #FFFFFF;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #B41E8E;
  width: 100%;
  border-radius: 20px; }

.paquete-desde {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 3px; }

.paquete-precio-antes {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
  text-decoration: line-through;
  color: #B7B7B7; }

.servicio .paquete-boton {
  background-color: #FFFFFF;
  color: #B41E8E;
  border: 1px solid #B41E8E;
  font-size: 13px; }

.paquete-caracteristicas {
  background-color: #f3f3f3;
  width: 100%;
  margin-top: 20px;
  border-top: 20px solid #f3f3f3;
  border-bottom: 20px solid #f3f3f3;
  margin-left: auto;
  margin-right: auto; }

.servicio .paquete-caracteristicas {
  background-color: #FFFFFF;
  border-top: 0px;
  border-bottom: 0px; }

.servicio .paquete-caracteristicas {
  margin-top: 20px; }

.paquete-caracteristicas table {
  width: 100%; }

.servicio .paquete-caracteristicas td {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%; }

.servicio .paquete-caracteristicas td img {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  width: 25%; }

.paquete-caracteristicas-titulo {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px; }

.paquete-caracteristicas-subtitulo {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: lighter;
  color: #7B7B7B;
  margin-top: 5px;
  margin-bottom: 15px; }

.paquete-caracteristicas-icono {
  width: 100%;
  margin-top: 5px; }

.paquete-image {
  display: none;
  position: relative; }

.servicio .paquete-image {
  display: block;
  width: 40%;
  background-size: cover;
  background-position: center; }

.servicio .paquete-columna-a {
  width: 60%; }

.servicio .paquete-oferta {
  position: absolute;
  top: 28px;
  left: -13px;
  background-color: #9500CC;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  padding: 5px; }

.servicio .paquete-oferta .paquete-oferta-titulo {
  font-size: 15px;
  font-weight: bold;
  margin-left: 10px; }

.servicio .paquete-oferta .paquete-oferta-subtitulo {
  font-size: 12px;
  font-weight: 300;
  margin-left: 9px; }

.terminos_y_condiciones {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 300;
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  line-height: 20px;
  color: #5e5e5e; }

.terminos_y_condiciones strong {
  font-weight: bold; }

@media (max-width: 768px) {
  .paquete {
    width: 100% !important;
    margin-bottom: 50px !important; }

  .servicio .paquete-image {
    display: none !important; }

  .servicio .paquete-columna-a {
    width: 100% !important; } }
.canales-de-pago {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px; }

.canales-de-pago-area-a {
  width: 40%;
  padding: 3%; }

.canales-de-pago-area-b {
  width: 40%; }

.canales-de-pago-imagen-principal {
  width: 80%; }

.canales-de-pago-caracteristicas {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: space-between; }

.canales-de-pago-caracteristica {
  width: 30%;
  margin: 1%;
  padding: 3% 4%;
  text-align: center;
  border: 1px solid #E9E9EA;
  border-radius: 14px; }

.canales-de-pago-caracteristica-icono img {
  width: 30%; }

.canales-de-pago-caracteristica-titulo {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px; }

.canales-de-pago-caracteristica-parrafo {
  ont-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: lighter;
  color: #7B7B7B;
  margin-top: 5px; }

@media (max-width: 768px) {
  .canales-de-pago {
    flex-wrap: wrap; }

  .canales-de-pago-area-a {
    width: 100%;
    padding: 3%; }

  .canales-de-pago-area-b {
    width: 100%;
    padding: 3%; } }
.contacto-agente {
  background-color: #B41E8E;
  height: 200px;
  margin-top: 50px; }

.contacto-agente .content {
  display: flex; }

.contacto-agente-img {
  width: 250px;
  position: absolute;
  top: -50px;
  right: 0px; }

.contacto-agente-img-container {
  position: relative;
  width: 40%;
  height: 200px; }

.contacto-agente-form-container {
  position: relative;
  width: 60%;
  height: 200px;
  display: flex;
  align-items: center; }

.contacto-agente-titulo {
  color: #FFFFFF;
  font-size: 18px;
  font-family: 'Inter Regular', sans-serif;
  letter-spacing: 0.3px;
  margin-bottom: 10px; }

.contacto-agente-form-container-inner {
  display: flex;
  flex-wrap: wrap; }

.contacto-agente-label-email {
  width: 100%;
  color: #FFFFFF;
  font-family: 'Inter Regular', sans-serif;
  font-size: 13px;
  margin-bottom: 10px; }

.contacto-agente-label-input {
  border: 0px;
  border-radius: 4px;
  padding: 10px;
  margin-right: 15px;
  font-size: 12px; }

.lead-form {
  position: fixed;
  top: 0px;
  left: -200%;
  width: 100%;
  height: 100%;
  z-index: 200000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Inter', sans-serif;
  transition: 0.6s all; }

.lead-form-active {
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5); }

.lead-form-title {
  font-family: 'Future PT Book', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 29px;
  color: #1e1e1e;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px; }

.lead-form-subtitle {
  font-family: 'Future PT Book', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  margin-top: 5px;
  color: #1e1e1e;
  width: 100%;
  text-align: center;
  margin-bottom: 20px; }

.lead-form-container {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  min-height: 200px;
  width: 95%;
  max-width: 600px;
  display: none;
  transition: 1s all;
  margin-top: 200px; }

.lead-form-container-active {
  margin-top: 0px; }

.lead-form-content {
  width: 100%;
  height: 100%;
  min-heigth: 200px;
  display: flex;
  justify-content: center;
  align-items: stretch; }

.lead-form-container-part-a {
  width: 60%;
  padding: 20px;
  transition: 1s all;
  position: relative;
  opacity: 1; }

.lead-form-container-part-a-off {
  opacity: 0; }

.lead-form-container-part-b {
  width: 40%;
  background-size: cover;
  min-height: 200px;
  align-self: stretch;
  position: relative; }

.lead-form-btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: 1s all;
  transform: rotate(0deg); }

.lead-form-btn-close:hover {
  transform: rotate(360deg); }

#lead-form-step-1 .lead-form-container-part-b {
  background-image: url("/img/bg/form-back-1.jpg"); }

#lead-form-step-2 .lead-form-container-part-b {
  background-image: url("/img/bg/form-back-2.jpg"); }

#lead-form-step-3 .lead-form-container-part-b {
  background-image: url("/img/bg/form-back-3.jpg"); }

#lead-form-step-4 .lead-form-container-part-b {
  background-image: url("/img/bg/form-back-3.jpg"); }

.lead-form-item {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #93EBEB;
  border-radius: 10px;
  overflow: hidden;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: 0.5s all;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 0px, rgba(0, 0, 0, 0.24) 0px 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px; }

.lead-form-item:hover {
  background-color: #eeeeee;
  border: 1px solid rgba(147, 235, 235, 0);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  margin-top: -1px;
  margin-bottom: 1px; }

.lead-form-container-active .lead-form-item {
  opacity: 1;
  transition: 0.4s all;
  margin-bottom: 10px; }

.lead-form-item-titulo {
  width: 80%;
  color: #9500CC;
  font-weight: bold;
  font-size: 18px;
  padding-top: 20px;
  transition: 1s all;
  padding-left: 10px; }

.lead-form-item-subtitulo {
  color: #7B7B7B;
  font-size: 14px;
  padding-bottom: 20px;
  transition: 1s all;
  padding-left: 10px; }

.lead-form-item-icono {
  width: 80%;
  padding-left: 10px;
  text-align: center; }

.lead-form-error-area {
  width: 80%;
  padding: 0;
  background-color: #ffbdc5;
  color: red;
  border-radius: 10px;
  font-size: 0;
  transition: 1s all;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px; }

.lead-form-error-area-active {
  font-size: 15px;
  padding: 25px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px; }

#lead-form-response {
  margin-top: 100px;
  margin-bottom: 100px; }

.lead-form-container-part-a .lead-form-btn-close {
  display: none; }

@media (max-width: 768px) {
  .lead-form-container-part-b {
    display: none; }

  .lead-form-container-part-b .lead-form-btn-close {
    display: none; }

  .lead-form-container-part-a .lead-form-btn-close {
    display: block; }

  .lead-form-container-part-a {
    width: 96%; } }
.titulo_subtitulo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #FF4613;
  color: white;
  font-family: 'Inter Regular', sans-serif;
  background: #ff4613;
  background: linear-gradient(216deg, #ff4613 0%, #fb643a 22%, #ff4613 100%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }

.titulo_subtitulo_titulo {
  font-size: 35px;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase; }

.lista-hijos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.lista-hijos-item {
  width: 45%;
  display: flex;
  background-color: #FFFFFF;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  padding-bottom: 40px; }

.lista-hijos-item-banner {
  width: 100%;
  background-position: 25%;
  background-size: cover;
  height: 200px; }

.lista-hijos-titulo {
  text-align: center;
  font-weight: bold;
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  margin-top: 30px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }

.lista-hijos-subtitulo {
  text-align: center;
  font-family: 'Inter', sans-serif;
  margin-top: 10px;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px; }

.lista-hijos-texto {
  text-align: center;
  font-family: 'Inter', sans-serif;
  margin-top: 10px;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px; }

@media (max-width: 768px) {
  .lista-hijos-item {
    width: 100%;
    flex-wrap: wrap; } }
.animacion_soporte_24_7 {
  width: 100% !important;
  display: flex;
  max-width: 800px !important;
  background-color: #B51F8F; }

.animacion_soporte_24_7_animation {
  width: 50%;
  position: relative; }

.animacion_soporte_24_7_text {
  width: 50%; }

.img-animacion-24-7 {
  width: 100%;
  top: 0;
  left: 0; }

.img-animacion-24-7-main {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute; }

.img-animacion-24-7-engranaje-chico {
  width: 13%;
  position: absolute;
  top: 25%;
  left: 7%;
  opacity: 0.8;
  animation: animacion-24-7-engranaje-chico 10s infinite linear; }

@keyframes animacion-24-7-engranaje-chico {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.img-animacion-24-7-engranaje-grande {
  width: 17%;
  position: absolute;
  top: 9%;
  left: 19%;
  opacity: 0.8;
  animation: animacion-24-7-engranaje-grande 15s infinite linear; }

@keyframes animacion-24-7-engranaje-grande {
  0% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(0deg); } }
.img-animacion-24-7-foco {
  width: 9%;
  position: absolute;
  top: 24%;
  left: 23%;
  opacity: 1;
  animation: animacion-24-7-foco 7s infinite linear; }

@keyframes animacion-24-7-foco {
  0% {
    top: 24%; }
  50% {
    top: 15%; }
  100% {
    top: 24%; } }
.img-animacion-24-7-chat-1 {
  width: 8%;
  position: absolute;
  top: 10%;
  left: 53%;
  opacity: 1;
  animation: animacion-24-7-chat-1 4s infinite linear; }

@keyframes animacion-24-7-chat-1 {
  0% {
    opacity: 0;
    transform: translate(0px, 5px) rotate(10deg); }
  25% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg); }
  50% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg); }
  75% {
    opacity: 0;
    transform: translate(0px, 5px) rotate(10deg); }
  100% {
    opacity: 0;
    transform: translate(0px, 5px) rotate(10deg); } }
.img-animacion-24-7-chat-2 {
  width: 8%;
  position: absolute;
  top: 15%;
  left: 63%;
  opacity: 1;
  animation: animacion-24-7-chat-2 5s infinite linear; }

@keyframes animacion-24-7-chat-2 {
  0% {
    opacity: 0;
    transform: translate(0px, 5px) rotate(10deg); }
  25% {
    opacity: 0;
    transform: translate(0px, 5px) rotate(10deg); }
  50% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg); }
  75% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translate(0px, 5px) rotate(10deg); } }
.img-animacion-24-7-chat-3 {
  width: 19%;
  position: absolute;
  top: 22%;
  left: 73%;
  opacity: 1;
  animation: animacion-24-7-chat-3 6s infinite linear; }

@keyframes animacion-24-7-chat-3 {
  0% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    opacity: 0;
    transform: translate(0px, 5px) rotate(10deg); }
  50% {
    opacity: 0;
    transform: translate(0px, 5px) rotate(10deg); }
  75% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg); } }
.animacion_soporte_24_7_text {
  text-align: right;
  padding-right: 25px; }

.animacion_soporte_24_7_text h2 {
  font-size: 30px;
  font-weight: bolder;
  letter-spacing: 1px;
  margin-top: 60px;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0px; }

.animacion_soporte_24_7_text p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-top: 15px;
  font-family: 'Inter', sans-serif; }

.animacion_soporte_24_7_boton {
  width: 100%;
  margin-top: 20px;
  max-width: 200px;
  margin-left: auto; }

@media (max-width: 768px) {
  .animacion_soporte_24_7 {
    flex-wrap: wrap; }

  .animacion_soporte_24_7_text {
    width: 100%; }

  .animacion_soporte_24_7_animation {
    width: 100%; }

  .animacion_soporte_24_7_text h2 {
    margin-top: 0px;
    text-align: center; }

  .animacion_soporte_24_7_text p {
    margin-top: 0px;
    text-align: center; }

  .animacion_soporte_24_7_boton {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; } }
body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Inter Regular', sans-serif; }

.container {
  width: 100vw;
  max-width: 100%;
  /* added */ }

.content {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }

.section-title {
  text-align: center;
  width: 100%;
  font-family: 'Futura PT Book', sans-serif;
  font-size: 40px;
  margin-top: 25px;
  margin-bottom: 25px; }

.section-parrafo {
  text-align: center;
  width: 100%;
  font-family: 'Futura PT Book', sans-serif;
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 25px; }

.general-input-text {
  width: 80%;
  border: 2px solid #E5E5E5;
  border-radius: 10px;
  padding: 10px;
  font-family: 'Inter Regular', sans-serif;
  font-size: 15px;
  color: #1E1E1E;
  margin-bottom: 10px;
  margin-top: 10px; }

/*# sourceMappingURL=main.css.map */
