@charset "UTF-8";
.navbar-collapse {
  justify-content: end;
  background-color: #000;
  text-align: center;
  margin-bottom: 1rem;
  z-index: 999999;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .navbar-collapse {
    padding-bottom: 0;
  }
}

.nav-link {
  color: #ffffff !important;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "poppins", sans-serif;
}

.navbar-nav {
  margin-top: 1rem;
  margin-left: 0;
}

.navbar-toggler {
  margin: 10px auto;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (min-width: 768px) {
  .navbar-collapse {
    background-color: transparent;
  }
}
.site-header {
  z-index: 9999;
  height: 80px;
  background-color: #000000;
  color: white;
}
@media (min-width: 768px) {
  .site-header {
    position: absolute;
  }
}
.site-header__span {
  color: #fff;
  background-color: #2c6b96;
  border-radius: 5px;
  padding: 3px 5px;
  margin-left: 3px;
}
.site-header__branding {
  font-family: "poppins", sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ff5b0d;
  margin-left: 20px;
}

.navegacion {
  background-color: #000;
  width: 100%;
  height: 80px;
}

.slide {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../img/fondo.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
}
.slide__wrap {
  gap: 20px;
  min-height: 100vh;
}

.footer {
  background-color: #181a1f;
}
.footer__wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.footer__h3 {
  margin-top: 2rem;
  font-family: "poppins", sans-serif;
  font-size: 1.375rem;
  color: #e0040b;
  margin-bottom: 2.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  overflow-wrap: break-all;
}
.footer__h3::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 70px;
  background-color: #e0040b;
  position: absolute;
  bottom: -6px;
}
.footer__list {
  display: flex;
  column-gap: 0.7rem;
  margin-left: 0;
  padding-left: 0;
}
.footer__items {
  list-style: none;
}
.footer__list--lugares {
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  padding-left: 0;
  margin-left: 0;
}
.footer__items--lugares {
  color: #eee;
  list-style: none;
}
.footer__input {
  margin-bottom: 1rem;
}
.footer__copy {
  color: #e0040b;
}

.price {
  padding: 2rem 0;
  background-color: rgb(24, 26, 31);
}
@media (min-width: 992px) {
  .price {
    padding: 4rem 0;
  }
}
.price__h2 {
  margin-bottom: 30px;
}
.price__head {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.price__wrap {
  position: relative;
  padding: 3.125rem 2.5rem;
  background-color: #181a1f;
  border: 2px solid rgba(183, 171, 152, 0.14);
}
.price__body {
  padding: 1rem 2rem;
}
.price__h6 {
  text-transform: uppercase;
  font-weight: 900 !important;
  /*color: $cream;*/
  color: #ff0000;
  background-image: linear-gradient(45deg, #e0040b 15%, #fc5130 65%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.price__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  margin-top: 35px;
}
.price__list > li {
  color: #b7ab98;
  margin-bottom: 10px;
  font-weight: 500;
}
.price__icon {
  font-size: 18px;
  margin-right: 15px;
  color: #fff;
}
.price__icon-heading {
  font-size: 30px;
  margin-right: 10px;
  color: #0088cc;
}
.price__icons {
  color: #0088cc;
  font-size: 40px;
  text-align: center;
}
.price__valor {
  font-family: "Nunito", sans-serif;
  font-size: 45px;
  margin: 20px 0;
  display: block;
  letter-spacing: -2px;
  text-align: center;
  font-weight: 800;
  color: #b7ab98;
}
.price__p {
  line-height: 1.4;
  color: #b7ab98;
}
.price__moneda {
  font-size: 25px;
  font-weight: 900;
  margin-right: 10px;
}
.price__boton {
  margin-top: 35px;
  padding: 0 25px;
}
.price__verde {
  background-color: transparent;
  padding: 0.7rem 0.3rem;
  border-radius: 30px;
  width: 100%;
  border: 1px solid rgba(183, 171, 152, 0.14);
}
.price__nota {
  margin-top: 1.5rem;
}
.price__line {
  border: none;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.4);
}
.price__icono {
  width: 70px;
  height: auto;
}
@media (min-with: 768px) {
  .price__icono {
    width: 120px;
  }
}
.price__h3 {
  color: #b7ab98;
}

hr {
  border: none;
  height: 3px;
  width: 80%;
  background-color: #b7ab98;
  margin: 0 auto;
}

.custom {
  padding: 3em 0;
}
@media (min-width: 768px) {
  .custom {
    padding: 5em 0;
  }
}
.custom__h2 {
  margin-bottom: 30px;
  /*strong{

      font-family:"Nunito", sans-serif;
      letter-spacing: -1px;
      font-weight: 900;
      color: $secondary;

  }*/
}
.custom__h3 {
  color: #181a1f;
}

.pasarela {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pasarela__icon {
  font-size: 40px;
  color: #fff;
}
.pasarela__icono {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pasarela__box {
  padding: 1rem;
  background-image: linear-gradient(90deg, rgb(33, 35, 49) 0%, rgb(40, 56, 74) 50%, rgb(31, 50, 71) 100%);
}
.pasarela__box2 {
  padding: 0 2rem;
}
.pasarela__overlay {
  background-color: rgba(32, 32, 32, 0.82);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.pasarela__colorh5 {
  color: #63c5ff !important;
}

.social-media {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .social-media {
    padding: 4rem 0;
  }
}
.social-media__wrapetiqueta {
  padding: 0.5rem 1rem;
}
.social-media__icon {
  color: #0088cc;
  font-size: 30px;
  margin-right: 10px;
}
.social-media__h2 {
  color: #212331;
  margin-bottom: 0;
  font-weight: 900;
  letter-spacing: 1px;
}
.social-media__h3 {
  color: #2986ff;
  margin-top: 0;
  font-weight: 400;
}

.social-wrap__etiqueta {
  border-left: 10px solid #0088cc;
  border-right: 10px solid #0088cc;
  padding: 1.5rem 0.3rem;
  position: relative;
}
.social-wrap__redes {
  border-radius: 10px;
  margin: 0 auto;
  align-items: center;
}

/* Limita el tamaño máximo de los contenedores de las etiquetas */
.social-wrap__etiqueta {
  max-width: 450px; /* Ajusta según prefieras el largo de la etiqueta */
  margin-left: auto;
  margin-right: auto;
  background-color: #f8f9fa; /* Opcional: por si llevan fondo */
  padding: 10px;
  border-radius: 8px;
}

/* Controla el tamaño de las imágenes (iconos) */
.social-wrap__img,
.social-wrap__etiqueta__img {
  max-width: 50px; /* Tamaño máximo del icono */
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; /* Centra la imagen en su columna */
}

/* Alineación vertical del texto respecto al icono */
.social-wrap__etiqueta .u-text {
  margin-bottom: 0; /* Quita márgenes innecesarios */
  text-align: left !important; /* Cambiado a la izquierda para mejor lectura */
}

.features {
  background-image: url("../img/circle.png"), linear-gradient(90deg, rgb(33, 35, 49) 0%, rgb(40, 56, 74) 50%, rgb(31, 50, 71) 100%);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 3em 0;
}
@media (min-width: 768px) {
  .features {
    padding: 5em 0;
  }
}
.features__img {
  width: 55px;
  height: 55px;
  background-color: rgb(255, 93, 4);
  border-radius: 100%;
  line-height: 55px;
  text-align: center;
}
.features__text-icon {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.features__icon {
  font-size: 30px;
  margin-right: 10px;
  color: #0088cc;
}
.features__h2 {
  color: #0088cc !important;
}
.features__boton {
  border-radius: 50px;
  background-color: #313e3b;
  color: #fff;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .features__boton {
    margin-bottom: 90px;
  }
}

.features-faq {
  display: flex;
  align-items: center;
  gap: 10px;
}
.features-faq__img {
  display: flex;
  align-items: center;
}
.features-faq__img1 {
  border-radius: 100%;
  border: 5px solid rgb(255, 93, 4);
  text-align: center;
}
.features-faq__boximg1 {
  width: 70px;
  height: 70px;
}
.features-faq__boximg2 {
  width: 70px;
  height: 70px;
  margin-left: -20px;
}

.features-count__number {
  font-family: inter;
  position: absolute;
  font-size: 85px;
  top: -70px;
  font-weight: 900;
  left: 0;
  opacity: 0.3;
}
.features-count__mt {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .features-count__mt {
    margin-top: 170px;
  }
}
.features-count__line {
  width: 75px;
  height: 3px;
  background-color: rgb(255, 93, 4);
  display: inline-block;
  margin-top: 0;
}

.customizer {
  padding: 3em 0;
}
@media (min-width: 768px) {
  .customizer {
    padding: 5em 0;
  }
}
.customizer__h2 {
  margin-bottom: 30px;
}
.customizer__h3 {
  color: #181a1f;
}
.customizer__ico {
  width: 70px;
  height: 70px;
  border: 2px solid rgb(179, 178, 178);
  padding: 7px;
}

.contacto {
  padding: 3rem 0;
  background-color: #181a1f;
}
@media (min-width: 768px) {
  .contacto {
    padding: 5.625rem 0;
  }
}

.servicios {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.servicios__texto1, .servicios__texto2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.servicios__texto2 {
  justify-content: start;
  align-items: start;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .servicios__texto2 {
    margin-top: 0;
  }
}
.servicios__list {
  margin-top: 1rem;
  padding-left: 0;
  margin-left: 0;
}
.servicios__items {
  list-style: none;
  margin-bottom: 10px;
}
.servicios__link {
  text-decoration: none;
  color: #000;
  cursor: default;
}
.servicios__icono {
  margin-right: 0.7rem;
}

.informacion {
  padding: 5rem 0;
  color: white;
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .informacion__texto3 {
    max-width: 70%;
  }
}
.informacion__h2, .informacion__h4, .informacion__parrafo {
  margin: 1.1rem 0;
}
.informacion__btn {
  background-color: transparent;
  border: 2px solid white;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  color: white;
  font-family: sans-serif;
  letter-spacing: 2px;
  outline: none;
  font-weight: 700;
  font-size: 20px;
}
.informacion__btn--secondary {
  background-color: orangered;
  border: 2px solid orangered;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  color: white;
  font-family: sans-serif;
  letter-spacing: 2px;
  outline: none;
  font-weight: 700;
  font-size: 20px;
}
.informacion__btn:hover {
  background-color: rgb(255, 255, 255);
  color: orangered;
  transition: all ease 1s;
}
.informacion__btn--secondary:hover {
  background-color: transparent;
  border: 2px solid orangered;
  transition: all ease 1s;
  color: orangered;
}

.informacionfondo {
  background-image: linear-gradient(to right, rgba(12, 6, 3, 0.7), rgba(12, 3, 0, 0.7)), url(../img/fondo2.jpg);
  background-position: center center;
  background-attachment: fixed;
}

.beneficios {
  background-color: gray;
  padding-bottom: 3rem;
}
.beneficios__texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.beneficios__wrap {
  position: relative;
}
.beneficios__card {
  margin-top: 2rem;
  border-radius: 5px;
  padding: 1rem;
  background-color: #fff;
  min-height: 420px;
  padding-bottom: 2rem;
  box-shadow: 1px 2px 6px 1px rgb(179, 176, 173);
}
.beneficios__wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 23%;
  background-color: rgba(41, 41, 66, 0.76);
  border-radius: 5px 5px 0 0;
}
.beneficios__icono {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem;
}
.beneficios__icon {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 65% 35% 32% 68%/62% 56% 44% 38%;
  z-index: 9999;
}
.beneficios__icon--1 {
  background-color: rgb(41, 41, 66);
}
.beneficios__icon--2 {
  background-color: rgb(139, 195, 74);
}
.beneficios__icon--3 {
  background-color: rgb(6, 55, 100);
}
.beneficios__icon--4 {
  background-color: rgb(243, 22, 66);
}

.u-title-carousel {
  font-family: "Varela Round", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -2px;
  line-height: 1.1;
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  .u-title-carousel {
    font-size: 2.813rem;
  }
}
@media (min-width: 1200px) {
  .u-title-carousel {
    font-size: 4.813rem;
  }
}

.u-subtitle-carousel {
  font-size: 1.375rem;
  color: #8fb1ff;
  display: inline-block;
  font-style: italic;
  border-radius: 3px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .u-subtitle-carousel {
    font-size: 2.2rem !important;
  }
}

.u-heading-1 {
  font-family: "poppins", sans-serif;
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  .u-heading-1 {
    font-size: 2.813rem;
  }
}

.u-heading-2 {
  max-width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .u-heading-2 {
    font-size: 3rem;
  }
}

.u-heading-3 {
  font-family: "poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .u-heading-3 {
    font-size: 2.5rem;
  }
}

.u-heading-4 {
  font-family: "Nunito", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .u-heading-4 {
    font-size: 1.6rem;
  }
}

.u-heading-5 {
  font-family: "poppins", sans-serif;
  font-size: 1.375rem;
}
@media (min-width: 992px) {
  .u-heading-5 {
    font-size: 1.625rem;
  }
}

.u-heading-6 {
  font-family: "poppins", sans-serif;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .u-heading-6 {
    font-size: 1.5rem;
  }
}

.u-text {
  font-family: "poppins", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  color: #6f6f6f;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.heading-box {
  color: #e0040b;
}

.red-gradient {
  color: #ff0000;
  background-image: linear-gradient(45deg, #e0040b 15%, #fc5130 65%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
  .w-md-50 {
    width: 50%;
  }
}
.service {
  padding: 3em 0;
}
@media (min-width: 768px) {
  .service {
    padding: 5em 0;
  }
}
.service__mask {
  max-width: 350px;
  padding: 4.375rem 1.875rem;
  border-radius: 5px;
  background-color: #181a1f;
}
.service__mask--secondary {
  background-image: linear-gradient(45deg, #e0040b 15%, #fc5130 65%);
}
.service__ico {
  width: 38px;
  height: 38px;
}
.service__icono {
  width: 50px;
  height: 50px;
}
.service__h2 {
  margin-bottom: 30px;
}

.pro {
  padding: 3rem 0;
  background-color: #181a1f;
}
@media (min-width: 768px) {
  .pro {
    padding: 5.625rem 0;
  }
}
.pro__mask {
  background-color: #191919;
  padding: 2.188rem;
}
.pro__h3 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
}
.pro__h2 {
  margin-bottom: 30px;
}
.pro__p {
  text-align: center;
  color: #fff;
}

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