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

.menu {
  min-height: 85px;
  position: relative;
  top: 0px;
  background-color: #ffffff;
  width: 100%;
  z-index: 100; }

.menu-content {
  display: flex; }

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

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

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

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

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

.menu-section-links-item {
  text-align: center; }

.menu-section-links-item a {
  color: #000;
  font-family: "futura-pt";
  text-decoration: none;
  font-size: 18px; }

.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; }

.menu-section-links-item > a:hover {
  color: #FF5C35;
  /* Color cuando se hace hover al enlace de primer nivel */
  font-family: "futura-pt", sans-serif;
  text-decoration: none;
  font-size: 17px; }

.menu-section-links-item:hover > a {
  color: #FF5C35;
  /* Color cuando se hace hover al elemento .menu-section-links-item */ }

.submenu-item > .dropdown-item:hover {
  color: #FF5C35;
  /* Color cuando se hace hover a los enlaces del submenu */
  font-family: "futura-pt", sans-serif;
  text-decoration: none;
  font-size: 17px; }

/* 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: 12px;
  text-align: center;
  font-family: 'Future PT Book', sans-serif;
  letter-spacing: 1.5px;
  border-radius: 20px;
  padding: 2px 12px 2px 12px;
  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) 0px 1px 3px, rgba(0, 0, 0, 0) 0px 1px 2px;
  margin-top: 0px;
  margin-bottom: 0px; }

.boton:hover {
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.2);
  margin-top: -2px;
  margin-bottom: 2px; }

.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: #FF5C35;
  color: #FFFFFF; }

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

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

.btn-primary {
  background-color: #FF4713;
  color: #FFFFFF; }

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

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

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

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

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

.boton-color-6 {
  background-color: #ffffff;
  color: #FF5C35 !important; }

.boton-color-6 a {
  color: #FF5C35 !important;
  font-weight: 500; }

.boton-color-6:hover {
  background-color: #ffffff;
  color: #FF5C35 !important; }

.boton-color-7 {
  background-color: #ffffff;
  color: #FF5C35 !important;
  border: 2px solid #FF5C35 !important; }

.boton-color-7 a {
  color: #FF5C35 !important;
  font-weight: 500; }

.boton-color-7:hover {
  background-color: #ffffff;
  color: #FF5C35 !important; }

.boton-color-8 {
  background-color: #ffffff;
  color: #503289 !important; }

.boton-color-8 a {
  color: #503289 !important;
  font-weight: 500; }

.boton-color-8:hover {
  background-color: #ffffff;
  color: #503289 !important; }

.boton-color-9 {
  background-color: #503289;
  color: white !important; }

.boton-color-9 a {
  color: white !important;
  font-weight: 500; }

.boton-color-9:hover {
  background-color: #503289;
  color: white !important; }

.boton-big {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px 10px 20px; }

.boton-big-2 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0px;
  padding: 10px 20px 10px 20px;
  border-radius: 50px; }

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

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

.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: 0px solid #FF5C35; }

.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: 80%;
  left: -500px;
  transition: 1s all;
  z-index: 100000; }

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

.floating-sales-btn {
  display: block;
  text-decoration: none;
  color: white;
  background-color: #FF5C35;
  padding: 12px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  box-shadow: 0 4px 12px rgba(255, 92, 53, 0.3);
  transition: all 0.3s ease;
  max-width: 280px;
  margin: 10px; }

.floating-sales-btn:hover {
  background-color: #e5522f;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 92, 53, 0.4);
  text-decoration: none;
  color: white; }

.floating-sales-text {
  text-align: center; }

.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-texto {
  font-size: 16px;
  font-weight: 300;
  margin-top: 30px;
  line-height: 26px; }

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

@media (max-width: 740px) {
  .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: 28px;
  font-family: "futura-pt";
  font-weight: 500; }

.banner-presubtitulo {
  font-size: 28px;
  font-family: "futura-pt";
  font-weight: 500;
  margin-bottom: 3px; }

.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: 740px) {
  .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);
    font-size: 36px; }

  .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; }

.paquete-precio-regular {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
  color: #FF5C35; }

.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: 0px;
  margin-bottom: 0px;
  color: #503289; }

.canales-de-pago-link {
  margin-top: 20px; }

.canales-de-pago .section-title {
  font-weight: bold !important;
  font-size: 45px !important;
  margin-bottom: 1px !important; }

.canales-de-pago .section-parrafo {
  font-weight: bold !important;
  font-size: 20px !important;
  margin-top: 10px !important;
  margin-bottom: 25px !important; }

.canales-de-pago-link a {
  color: #503289;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none; }

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

.canales-de-pago-imagen-principal {
  width: 100%;
  max-width: 284px;
  margin-left: 50px;
  margin-top: 35px; }

.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% 1%;
  text-align: center;
  border: 2px solid #503289;
  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;
  height: 35px;
  margin-top: 15px; }

.canales-de-pago-caracteristica-parrafo {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #503289;
  margin-top: 10px;
  height: 50px; }

@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%; }

  .canales-de-pago-caracteristica {
    width: 35%; }

  .canales-de-pago-caracteristicas {
    flex-wrap: wrap; }

  .canales-de-pago-imagen-principal {
    display: none; } }
.contacto-agente {
  background-color: #FF5C35;
  height: 285px;
  background-image: url("/img/bg/background-contacto.jpg");
  background-size: cover;
  margin-top: 0px; }

.contacto-agente .content {
  display: flex;
  width: 50%; }

.contacto-agente-img {
  width: 163px;
  position: absolute;
  bottom: 0px;
  right: 0px; }

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

.contacto-agente-form-container {
  position: relative;
  width: 50%;
  height: 230px;
  display: flex;
  padding-left: 20px;
  align-items: center; }

.contacto-agente-titulo {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 20px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.3px;
  margin-bottom: 20px; }

.contacto-agente-titulo-principal {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.3px;
  text-align: center;
  padding: 20px 20px 0 20px;
  font-weight: 600; }

.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; }

.contacto-botones {
  display: flex;
  gap: 15px;
  flex-wrap: wrap; }

.contacto-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
  min-width: 140px;
  justify-content: center; }

.contacto-btn-escribir {
  background-color: #522E92;
  color: white;
  border: 2px solid white; }

.contacto-btn-escribir:hover {
  background-color: #3d1f6e;
  border-color: #3d1f6e;
  color: white;
  text-decoration: none;
  transform: translateY(-1px); }

.contacto-btn-llamar {
  background-color: transparent;
  color: white;
  border: 2px solid white; }

.contacto-btn-llamar:hover {
  background-color: white;
  color: #FF5C35;
  text-decoration: none;
  transform: translateY(-1px); }

.contacto-btn i {
  font-size: 16px; }

@media (max-width: 768px) {
  .contacto-botones {
    flex-direction: column;
    gap: 10px; }

  .contacto-btn {
    min-width: 120px;
    padding: 10px 16px;
    font-size: 13px; } }
.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: 'futura-pt', 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-title b {
  font-family: 'futura-pt-bold', sans-serif; }

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

.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-radius: 10px;
  border: 1px solid #E9E9EA;
  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: #f6f6f6;
  border: 1px solid rgba(147, 235, 235, 0);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  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-subtitulo {
  color: #7B7B7B;
  font-size: 12px;
  letter-spacing: 1px;
  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 {
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #393939;
  font-family: 'Inter Regular', sans-serif; }

.titulo_subtitulo_titulo {
  background-color: #FFFFFF;
  text-align: center;
  width: 100%;
  font-family: 'futura-pt', sans-serif;
  font-size: 35px;
  margin-top: 25px;
  margin-bottom: 25px; }

.titulo_subtitulo_parrafo {
  background-color: #FFFFFF;
  text-align: justify;
  width: 100%;
  font-family: 'futura-pt', sans-serif;
  font-size: 15px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  font-weight: 100;
  color: #191C1D; }

.titulo_subtitulo_parrafo p {
  color: #191C1D;
  font-weight: 100; }

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

.lista-hijos-item {
  width: 32%;
  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: 18px;
  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: 16px;
  padding-left: 20px;
  padding-right: 20px;
  color: #5C5F60; }

.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-container {
  background-color: #F4BEB2 !important;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden;
  position: relative; }

.animacion_soporte_24_7 {
  width: 100% !important;
  display: flex;
  max-width: 800px !important; }

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

.animacion_soporte_24_7_text {
  width: 50%;
  color: #FF5C35; }

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

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

.img-animacion-24-7-bubble-1 {
  width: 80px;
  position: absolute;
  top: 20px;
  left: 23%;
  animation: animacion-24-7-bubble-1 5s infinite linear; }

@keyframes animacion-24-7-bubble-1 {
  0% {
    transform: translateY(10px) rotate(0deg);
    opacity: 0.5; }
  50% {
    transform: translateY(0px) rotate(-3deg);
    opacity: 1; }
  100% {
    transform: translateY(10px) rotate(0deg);
    opacity: 0.5; } }
.img-animacion-24-7-bubble-2 {
  width: 80px;
  position: absolute;
  top: 104px;
  left: 13%;
  animation: animacion-24-7-bubble- 5s infinite linear; }

@keyframes animacion-24-7-bubble-2 {
  0% {
    transform: translateY(10px) rotate(0deg);
    opacity: 0.5; }
  50% {
    transform: translateY(0px) rotate(3deg);
    opacity: 1; }
  100% {
    transform: translateY(10px) rotate(0deg);
    opacity: 0.5; } }
.img-animacion-24-7-bubble-3 {
  width: 80px;
  position: absolute;
  top: 76px;
  left: 64%;
  animation: animacion-24-7-bubble-3 10s infinite linear;
  transform: scaleX(-1) rotate(0deg) translateY(0px); }

@keyframes animacion-24-7-bubble-3 {
  0% {
    transform: translateY(0px) rotate(0deg) scaleX(-1);
    opacity: 1; }
  50% {
    transform: translateY(-10px) rotate(-3deg) scaleX(-1);
    opacity: 0.5; }
  100% {
    transform: translateY(0px) scaleX(-1) rotate(0deg);
    opacity: 1; } }
.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: left;
  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: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  margin-top: 15px;
  color: #626262;
  font-family: 'Inter', sans-serif; }

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

.img-animacion-24-7-circle-1 {
  width: 400px;
  position: absolute;
  top: -176px;
  left: -271px; }

.img-animacion-24-7-circle-2 {
  width: 400px;
  position: absolute;
  bottom: -111px;
  right: -271px; }

@media (max-width: 768px) {
  .img-animacion-24-7-circle-1 {
    display: none; }

  .img-animacion-24-7-circle-2 {
    display: none; }

  .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; } }
.preheader {
  background-color: #EFF1F2;
  display: flex; }

.preheader-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  margin-left: 10px;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }

.preheader-link {
  display: flex;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  margin-left: 0px;
  margin-top: 14px;
  margin-bottom: 14px;
  padding: 3px 12px;
  border-radius: 5px;
  transition: 0.5s all; }

.preheader-inner2 {
  display: flex; }

.preheader-link-active {
  background-color: #FF5C35; }

.preheader-link a {
  font-weight: 500;
  text-decoration: none;
  color: #5C5F60;
  transition: 0.5s all; }

.preheader-link-active a {
  color: #fff; }

.preheader-inner2:hover .preheader-link {
  background-color: rgba(255, 255, 255, 0); }

.preheader-inner2:hover .preheader-link a {
  color: #5C5F60; }

.preheader-link:hover {
  background-color: #FF5C35 !important; }

.preheader-link:hover a {
  color: #fff !important; }

.bloque {
  padding-top: 50px; }

.bloques {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 70px;
  margin-top: 20px; }

.bloque-paquete {
  background-color: #FFFFFF;
  width: 30%;
  border: 1px solid #E9E9EA;
  border-radius: 20px;
  min-height: 470px;
  margin: 0px 2%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden; }

.bloque-paquete-count-3 {
  width: 28%; }

.bloque-paquete-count-4 {
  margin: 0px 1%; }

.bloque-solucion {
  background-color: #FFFFFF;
  width: 42%;
  border: 1px solid #E9E9EA;
  border-radius: 0px;
  min-height: 300px;
  margin: 0px 3%;
  display: flex; }

.bloque-solucion-a {
  width: 70%; }

.bloque-solucion-b {
  width: 50%;
  background-position: center;
  background-size: cover; }

.bloque-paquete-titulo {
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0px;
  color: #191C1D;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 35px;
  border-bottom: 1px solid #E9E9EA;
  color: #000000; }

.bloque-paquete-titulo strong {
  font-size: 40px;
  color: #FF5C35; }

.bloque-paquete-destacar .bloque-paquete-titulo {
  background-color: #FF5C35;
  color: #FFFFFF; }

.bloque-paquete-destacar .bloque-paquete-titulo strong {
  color: #FFFFFF; }

.bloque-paquete-titulo h2 {
  font-size: 20px;
  line-height: 14px; }

.bloque-paquete-titulo h2 strong {
  font-size: 21px;
  letter-spacing: 1px; }

.bloque-paquete-titulo p {
  margin: 0px;
  padding: 0px; }

.bloque-paquete-subtitulo {
  width: 80%;
  margin: 0 auto;
  margin-top: 5px;
  line-height: 16px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  color: #393939; }

.bloque-paquete-promocion_label {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: -29px;
  line-height: 16px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #FF5C35; }

.bloque-paquete-label-desde {
  text-align: left;
  color: #5C5F60;
  font-size: 12px; }

.bloque-solucion-precio {
  text-align: left !important; }

.bloque-paquete-precio {
  display: flex;
  padding-top: 20px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 10px;
  flex-wrap: wrap; }

.bloque-paquete-precio-a {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column; }

.bloque-paquete-precio-b {
  width: 100%;
  text-align: center;
  padding-top: 20px; }

.bloque-paquete-precio-mensual {
  font-weight: bolder;
  font-size: 35px;
  font-family: 'Inter', sans-serif;
  margin-top: 20px;
  margin-bottom: 20px; }

.bloque-paquete-precio-mensual span {
  font-size: 12px;
  color: #5C5F60; }

.bloque-paquete-label-mensuales {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #393939; }

.pie_del_paquete {
  font-size: 12px;
  width: 80%;
  margin-right: auto;
  margin-top: 20px;
  margin-left: auto;
  color: #5C5F60; }

.bloque-solucion-precio .bloque-paquete-precio-mensual {
  text-align: left;
  color: #FF5C35 !important; }

.bloque-paquete-precio-mensual-anterior {
  color: #8E9192;
  text-decoration: line-through;
  font-weight: 200;
  font-size: 13px;
  padding-bottom: 5px; }

.bloque-paquete-separador {
  width: 90%;
  height: 1px;
  background-color: #E9E9EA;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto; }

.listado-categorias {
  width: 80%;
  margin: 0 auto; }

.listado-categorias a {
  color: #FF5C35;
  text-decoration: none;
  cursor: pointer; }

.listado-categorias svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 0px; }

.listado-categorias-a {
  width: 20%;
  min-height: 40px; }

.listado-categorias-b {
  width: 80%;
  margin: 0 auto;
  text-align: left; }

.listado-categorias-title {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: bolder;
  color: #191C1D;
  text-align: left;
  margin-bottom: 10px; }

.listado-categorias-description {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: regular;
  text-align: left;
  color: #191C1D;
  margin-bottom: 10px; }

.bloque-paquete-destacar {
  border: 3px solid #FF5C35; }

.listado-categoria-soluciones {
  text-align: center !important; }

.listado-categoria-soluciones svg {
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px; }

.listado-categoria-soluciones .listado-categorias-a {
  margin-right: auto;
  margin-left: auto;
  width: 100% !important;
  min-height: 50px;
  padding-top: 10px; }

.listado-categoria-soluciones {
  margin-right: auto;
  width: 50% !important;
  margin-left: auto; }

.listado-categoria-soluciones .listado-categorias-title {
  text-align: center; }

.listado-categoria-soluciones .listado-categorias-description {
  text-align: center; }

@media (max-width: 1350px) {
  .bloque-paquete-count-4 {
    margin: 0px 0%; } }
@media (max-width: 768px) {
  .bloque-paquete {
    width: 100%;
    margin-bottom: 40px; }

  .bloque-solucion {
    width: 100%;
    margin-bottom: 40px; }

  .bloque-solucion-b {
    display: none; }

  .bloque-solucion-a {
    width: 100%; }

  .bloques {
    flex-wrap: wrap; } }
.promocion-tag {
  position: absolute;
  top: -12px;
  left: 0%;
  background-image: url("/img/promocion-bg.png");
  background-size: auto 100%;
  font-size: 12px;
  text-align: center;
  width: 100%;
  height: 24px;
  padding-top: 7px;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: center; }

.promocion-especial-tag {
  background-color: #FF5C35;
  color: #FFFFFF;
  padding-top: 8px;
  padding-bottom: 6px;
  width: 100%;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; }

.bloque-paquete-destacar .promocion-especial-tag {
  position: absolute;
  top: 94px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  border: 2px solid white;
  border-radius: 10px;
  margin: 5px;
  background-color: #FF5E15;
  padding: 5px;
  text-align: center; }

.titulo-negro-naranja-negro {
  width: 100%;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  line-height: 50px;
  padding-top: 30px;
  padding-bottom: 30px; }

.titulo-negro-naranja-negro .titulo-negro-1 {
  font-weight: 400;
  font-size: 45px; }

.titulo-negro-naranja-negro .titulo-naranja {
  font-weight: 700;
  font-size: 60px;
  color: #FF5C35; }

.titulo-negro-naranja-negro .titulo-negro-2 {
  font-weight: 400;
  font-size: 38px; }

.titulo-parrafo-imagen-container {
  display: flex;
  width: 100%;
  max-width: 1070px;
  margin: 0 auto; }

.titulo-parrafo-imagen-block {
  width: 50%;
  padding: 10px 50px; }

.titulo-parrafo-image-reverse {
  flex-direction: row-reverse; }

.tpi-title {
  text-align: left;
  width: 100%;
  font-family: 'futura-pt', sans-serif;
  font-size: 35px;
  margin-top: 25px;
  margin-bottom: 10px; }

.tpi-contenido {
  text-align: left;
  width: 100%;
  font-family: 'futura-pt', sans-serif;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 25px; }

.tpi-fondo-alterno {
  background-color: #FFEDE9; }

.tpi-image {
  width: 70%;
  margin-top: 40px; }

.tpi-block-content {
  display: flex;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

@media (max-width: 768px) {
  .titulo-parrafo-imagen-block {
    width: 100%;
    padding: 0px; }

  .titulo-parrafo-imagen-container {
    flex-wrap: wrap; }

  .tpi-title {
    text-align: center;
    width: 100%;
    font-family: 'futura-pt', sans-serif;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 10px; }

  .tpi-contenido {
    text-align: justify;
    width: 100%;
    font-family: 'futura-pt', sans-serif;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 25px; } }
.terminos-y-condiciones-select {
  border-radius: 10px;
  border: 1px solid #E9E9EA;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  height: 45px;
  overflow: hidden;
  font-family: 'futura-pt', sans-serif;
  transition: 1s all; }

.terminos_y_condiciones-container {
  width: 100%;
  padding: 50px 0px;
  background-color: #FFFFFF; }

.terminos-y-condiciones-header table {
  width: 100%;
  cursor: pointer;
  height: 45px; }

.terminos_y_condiciones-arrow {
  position: relative; }

.terminos_y_condiciones-arrow img {
  width: 17px;
  transition: 0.5s all;
  transform: rotate(0deg); }

.terminos-active .terminos_y_condiciones-arrow img {
  transform: rotate(180deg); }

.terminos_y_condiciones-arrow .arrow-a {
  transition: 0.5s all;
  opacity: 1; }

.terminos_y_condiciones-arrow .arrow-b {
  position: absolute;
  top: 0px;
  transition: 0.5s all;
  left: 0px;
  opacity: 0; }

.terminos-active .terminos_y_condiciones-arrow .arrow-a {
  opacity: 0; }

.terminos-active .terminos_y_condiciones-arrow .arrow-b {
  opacity: 1; }

.terminos_y_condiciones-footer {
  padding-left: 20px;
  font-size: 14px;
  line-height: 20px;
  padding-right: 20px;
  text-align: justify; }

.cookie-consent {
  font-family: 'Inter', sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 1000;
  font-weight: 500;
  font-size: 13px;
  z-index: 999999; }

.close-button {
  background-color: #FF5C35;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer; }

.close-button:hover {
  background-color: #FF5C35; }

.cookie-consent a {
  color: #FF5C35;
  text-decoration: underline; }

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; }

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

.section-title {
  text-align: center;
  width: 100%;
  font-family: 'futura-pt', sans-serif;
  font-size: 35px;
  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, form-control-lg {
  width: 100%;
  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;
  box-sizing: border-box; }

#internared {
  display: flex;
  flex-wrap: nowrap; }

#internaRedForm {
  width: 100%; }

#internaRedForm .form-label {
  width: 100%;
  color: #FF5C35;
  font-weight: bold;
  font-size: 18px;
  padding-top: 20px;
  transition: 1s all;
  padding-left: 10px;
  display: block;
  margin-bottom: 0px; }

#internaRedForm .form-control {
  width: 100%;
  margin-left: 10px;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #8E9192; }

#submit-button {
  width: 60%;
  background-color: #FF5C35;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 10px;
  font-family: 'Inter Regular', sans-serif;
  font-size: 15px;
  margin-top: 9px;
  cursor: pointer;
  transition: 0.5s all;
  margin-left: auto;
  margin-right: auto;
  display: block; }

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