@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

/* MENU*/
.navbar-nav .nav-link,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:visited {
  color: #ffffff;
  /* Cambia al color blanco deseado */
}

.navbar-nav .nav-link.dropdown-toggle:focus,
.navbar-nav .nav-link.dropdown-toggle:hover,
.navbar-nav .nav-link.dropdown-toggle:active {
  color: #ffffff;
  /* Color blanco */
}

.mobile-header .navbar-nav .nav-link,
.mobile-header .nav-link.dropdown-toggle:focus,
.mobile-header .nav-link.dropdown-toggle:hover,
.mobile-header .nav-link.dropdown-toggle:active {
  color: #000000;
  /* Cambiar el color del texto a negro */
}

/* MENU 2*/
.txtblue .nav-link,
.txtblue .nav-link:hover,
.txtblue .nav-link:visited {
  color: #1A274E;
  /* Cambia al color azul */
}

.txtblue .nav-link.dropdown-toggle:focus,
.txtblue .nav-link.dropdown-toggle:hover,
.txtblue .nav-link.dropdown-toggle:active {
  color: #1A274E;
  /* Color azul*/
}

.texto-verde,
.texto-verde a {
  color: #74DF8D;
}

.texto-blanco {
  color: #ffffff;
}

/* BOTON HAMBURGUESA */
.custom-btn {
  background-color: #ffffff;
  width: 60px;
  height: 50px;
  border-color: #FFFFFF;
}

.custom-btn:focus {
  box-shadow: none;
}

.custom-btn .navbar-toggler-icon {
  display: none;
}

.custom-btn img {
  width: 30px;
  height: 30px;
}

/* BOTON HMABURGUESA 2 */
.custom-btn2 {
  background-color: #1A274E;
  width: 60px;
  height: 50px;
  border-color: #1A274E;
}

.custom-btn2:focus {
  box-shadow: none;
}

.custom-btn2 .navbar-toggler-icon {
  display: none;
}

.custom-btn2 img {
  width: 30px;
  height: 30px;
}

/* BOTON CERRAR */
.btn-close::before,
.btn-close::after {
  color: #74DF8D;
}

.btn-close:focus {
  box-shadow: none;
}

/* OFF CANVAS */
.offcanvas.offcanvas-top {
  height: 0;
  transition: height 0.3s ease;
  /* Agrega una transición suave */
}

.offcanvas.offcanvas-top.show {
  height: 100vh;
  /* Utiliza el 100% de la altura de la ventana */
}

/* SECCION 1 BACKGROUND*/
.first-section {
  background: linear-gradient(to bottom, #030512, #5769BB);
}

/* SECCION 1 H1*/
.section1h1 {
  text-align: center;
  color: white;
}

.section1h1 h1 {
  font-size: 2.5rem;
}

@media screen and (min-width: 768px) {
  .section1h1 h1 {
    font-size: 4rem;
  }
  .section1h1 h1 b {
    color: #74DF8D;
  }
}
.section1h1 h1 b {
  color: #74DF8D;
}

.section1h1 p {
  color: white;
}

/* SECCION 1 BOTON*/
.btn-custom {
  background-color: #74DF8D;
  color: #1A274E;
  text-align: center;
  font-size: 1rem;
  padding: 10px 20px;
  border-radius: 20px;
  border: none;
  transition: background-color 0.3s, color 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.btn-custom a {
  color: inherit;
  text-decoration: none;
}

.btn-custom:hover {
  background-color: rgba(90, 158, 98, 0.61);
}

form .btn-custom:disabled,
form .btn-custom[disabled] {
  background-color: rgba(172, 172, 172, 0.7176470588) !important;
  color: #dadada !important;
  cursor: default;
}

/* SECCION 1 IMG*/
.container-index {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container {
  position: relative;
}

.first-image {
  margin-left: 10%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  z-index: 1;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .first-image {
    max-width: 115%;
    max-height: 115%;
    margin-left: -8px;
  }
}
@media screen and (min-width: 1200px) {
  .first-image {
    max-width: 165%;
    margin-left: -70px;
  }
}

.first-image:hover {
  box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1);
  z-index: 9;
  transform: translate(0, -10px);
}

.second-image {
  position: absolute;
  bottom: -10%;
  left: -5%;
  max-width: 65%;
  max-height: 65%;
  z-index: 11;
}
@media screen and (max-width: 575px) {
  .second-image {
    max-width: 45%;
    max-height: 100%;
    bottom: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .second-image {
    max-width: 125%;
    margin-left: -150px;
  }
}

.typing-effect,
.typing-effect a {
  position: absolute;
  z-index: 12;
  text-align: start;
  font-size: 1.1rem;
  top: 35%;
  left: -2%;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(to left, #74DF8D, #5769BB, #74DF8D, #ffffff);
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 500%;
  animation: animate 7s linear infinite;
}
@media screen and (min-width: 375px) {
  .typing-effect,
  .typing-effect a {
    font-size: 1.1rem;
    top: 35%;
    left: -2%;
  }
}
@media screen and (min-width: 424px) {
  .typing-effect,
  .typing-effect a {
    font-size: 1.2rem;
    top: 35%;
  }
}
@media screen and (min-width: 576px) {
  .typing-effect,
  .typing-effect a {
    font-size: 1.2rem;
    top: 50%;
    left: -2.5%;
  }
}
@media screen and (min-width: 768px) {
  .typing-effect,
  .typing-effect a {
    font-size: 1.6rem;
    top: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .typing-effect,
  .typing-effect a {
    font-size: 2rem;
    top: 50%;
    left: -30%;
  }
}

@keyframes animate {
  0% {
    background-position: 0 100%;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 100%;
  }
}
.typing-effect a {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .typing-effect a {
    font-size: 2rem;
    top: 50%;
    left: -1%;
  }
}

.color-effect {
  color: transparent;
  background-image: linear-gradient(to left, #74DF8D, #5769BB, #74DF8D, #101944);
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 500%;
  animation: animate 10s linear infinite;
}

/* SECCION 2 BACKGROUND*/
.card-section {
  background: linear-gradient(to bottom, #5769BB, #101944);
}

/* TEXT CARD SECTION */
.text-cardsection {
  text-align: center;
  color: white;
}

.text-cardsection h2 {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .text-cardsection h2 {
    font-size: 2.5rem;
  }
  .text-cardsection h2 b {
    color: #74DF8D;
  }
}
.text-cardsection h2 b {
  color: #74DF8D;
}

.text-cardsection p {
  color: white;
}

.text-cardsections a {
  text-decoration: none;
  color: #74DF8D;
}

/* Index php SECTION 2*/
/*.hidden-img2 {
    display: none;

    @media (min-width: 768px) {
      display: block; 
    }
  } */
.indeximg1 {
  border-radius: 15px;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 40px -10px rgba(0, 64, 128, 0.09);
  transition: 0.3s;
}

@media only screen and (max-width: 480px) {
  .single-pricing {
    margin-bottom: 30px;
  }
}
.indeximg1:hover {
  box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1);
  z-index: 9;
  transform: translate(0, -10px);
}

@media (max-width: 576px) {
  .indeximg1 {
    width: 70%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .indeximg1 {
    width: 28%;
    height: auto;
  }
}

/* Ocultar imágenes adicionales
.hidden-img {
    display: none;
}
.show-more-images .hidden-img {
    display: block;
}*/
/* SECCION 2 H1*/
.section2h2 {
  color: white;
}

.section2h2 h2 {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .section2h2 h2 {
    font-size: 2.5rem;
  }
  .section2h2 h2 b {
    color: #74DF8D;
  }
}
.section2h2 h2 b {
  color: #74DF8D;
}

.section2h2 p {
  color: white;
}

.section2h2 a {
  text-decoration: none;
  color: #74DF8D;
}

/* Estilo para las tarjetas */
.card {
  width: 100%;
}

.cardlink {
  text-decoration: none;
  color: white;
}

.right-card {
  margin-top: -20px;
}

.left-card {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .right-card,
  .left-card {
    margin: 0;
  }
  .card {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
/* SECCION 3 BACKGROUND*/
.tres-section {
  background: #101944;
}

/* SECCION 3 TITLES*/
.section3h2 {
  color: white;
  /* Color blanco para el texto */
  text-align: right;
}

.section3h2 h2 {
  font-size: 3rem;
  /* Tamaño de fuente para el h1 */
}

@media screen and (max-width: 768px) {
  .section3h2 h2 {
    font-size: 2.5rem;
    /* Tamaño de fuente aumentado para escritorio */
  }
  .section3h2 h2 b {
    color: #74DF8D;
    /* Color personalizado para el texto en negrita en escritorio */
  }
}
.section3h2 h2 b {
  color: #74DF8D;
  /* Color personalizado para el texto en negrita */
}

.section2h2 p {
  color: white;
  /* Color blanco para el texto del párrafo */
}

/* SECCION 3 LAPTOP*/
.laptop {
  display: block;
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 768px) {
  .laptop {
    position: relative;
    width: 100%;
  }
}

/* SECCION 3 logos animados */
.bodylogo {
  align-items: center;
  display: flex;
  height: 10vh;
  justify-content: center;
}
@media (max-width: 767px) {
  .bodylogo {
    padding-top: 18px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-1381px);
  }
}
@media (max-width: 767px) {
  @keyframes scroll {
    0% {
      transform: translateX(-25px);
    }
    100% {
      transform: translateX(-927px);
    }
  }
}
.slider {
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 660px;
}
@media (max-width: 767px) {
  .slider {
    width: 80%;
  }
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgb(16, 25, 68) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 30s linear infinite;
  display: flex;
  width: 3500px;
}
@media (max-width: 767px) {
  .slider .slide-track {
    width: 2100px;
  }
}
.slider .slide {
  height: 120px;
  width: 230px;
}
@media (max-width: 767px) {
  .slider .slide {
    height: 50px;
    width: 150px;
  }
}

.logo-img {
  width: 200px;
}
@media (max-width: 767px) {
  .logo-img {
    width: 150px;
  }
}

/* SECCION 4 BACKGROUND*/
.fourt-section {
  background: linear-gradient(to bottom, #ffffff, #3C57D6);
}

/* SECCION 4 H1*/
.section4h2 {
  text-align: center;
  color: #101944;
}

.section4h2 h2 {
  font-size: 3rem;
  /* Tamaño de fuente para el h1 */
}

@media screen and (max-width: 768px) {
  .section4h2 h2 {
    font-size: 2.5rem;
    /* Tamaño de fuente aumentado para escritorio */
  }
  .section4h2 h2 b {
    color: #74DF8D;
    /* Color personalizado para el texto en negrita en escritorio */
  }
}
.section4h2 h2 b {
  color: #74DF8D;
}

.section4h2 p {
  color: #101944;
}

@media (max-width: 767px) {
  .figure-img {
    width: 350px;
  }
}
/* SECCION 5 BACKGROUND*/
.fivth-section {
  background: linear-gradient(to bottom, #414C67, #1221A8);
}

@keyframes moveIcon {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(90px);
    /* Ajusta la distancia de movimiento */
  }
  100% {
    transform: translateY(0);
  }
}
#play-icon {
  animation: moveIcon 3s infinite;
}

/* SECCION 5 CELULAR Y PLAY */
.fivthimg {
  z-index: 1;
}

.first-cel {
  position: absolute;
  width: auto;
  z-index: 2;
}
@media (max-width: 444px) {
  .first-cel {
    width: 135px;
    top: -20px;
    left: -25px;
  }
}
@media (min-width: 445px) and (max-width: 576px) {
  .first-cel {
    width: 150px;
    top: 3px;
    left: -40px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .first-cel {
    width: 190px;
    top: -15px;
    left: -60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .first-cel {
    width: 225px;
    top: 1px;
    left: -80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .first-cel {
    width: 290px;
    top: 10px;
    left: -90px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .first-cel {
    width: 290px;
    top: 15px;
    left: -95px;
  }
}
@media (min-width: 1400px) {
  .first-cel {
    width: 300px;
  }
}

.second-play {
  position: absolute;
  z-index: 3;
}
@media (max-width: 576px) {
  .second-play {
    top: 25px;
    left: 25px;
    width: 18%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .second-play {
    top: 60px;
    left: 11px;
    width: 18%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .second-play {
    top: 95px;
    left: 15px;
    width: 13%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .second-play {
    top: 148px;
    left: 25px;
    width: 13%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .second-play {
    top: 145px;
    left: 12px;
    width: 12%;
  }
}
@media (min-width: 1400px) {
  .second-play {
    top: 130px;
    left: 105px;
    width: 12%;
  }
}

/*Header de Brands trust in us*/
.section5h2 {
  text-align: center;
  color: #ffffff;
}

.section5h2 h2 {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .section5h2 h2 {
    font-size: 2.5rem;
  }
  .section5h2 h2 b {
    color: #74DF8D;
  }
}
.section5h2 h2 b {
  color: #74DF8D;
}

.section5h2 p {
  color: #ffffff;
}

/*FOOTER*/
.Logo-Footer {
  width: 70%;
}
@media screen and (max-width: 575px) {
  .Logo-Footer {
    width: 80%;
  }
}

.footer {
  background: linear-gradient(to bottom, #5A679B, #24368E);
  color: white;
}

.Footer-link {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

@media (max-width: 991px) {
  .hide-footer-mobile {
    display: none;
  }
}
@media (max-width: 575px) {
  .footer-mobile {
    text-align: center;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .footer-mobile h5 {
    font-size: 16px;
  }
}
.copyri {
  text-align: center;
  padding: 1rem 0;
  color: #1A274E;
  background-color: #F5F5F9;
  font-size: 0.9rem;
}

.btn-footer {
  background-color: #74DF8D;
  /* Color de fondo personalizado */
  color: #1A274E;
  /* Color del texto */
  text-align: center;
  /* Centra el texto dentro del botón */
  font-size: 14px;
  /* Tamaño de fuente */
  border-radius: 10px;
  transition: background-color 0.3s, color 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-left: -5px;
}

.btn-footer:hover {
  background-color: rgba(90, 158, 98, 0.61);
}

.btn-footer a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 992px) {
  .btn-footer {
    margin-left: 0;
  }
}
.element {
  background-color: #101944;
  border-color: #33384d;
  color: #ffffff;
}
.element:focus {
  background-color: #33384d;
  color: #ffffff;
}

label {
  color: #6c6d74;
  background-color: transparent;
}
label:focus {
  background-color: transparent;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 4.5rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 4.5rem;
}

@media (min-width: 576px) {
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 768px) {
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 992px) {
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4.5rem;
  }
}
.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

@media (min-width: 576px) {
  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 768px) {
  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 992px) {
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 1200px) {
  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 1400px) {
  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
.hcf-masonry-card {
  display: block;
  position: relative;
  overflow: hidden;
}

.hcf-masonry-card .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 150ms linear;
}

.hcf-masonry-card .card-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.hcf-masonry-card .card-overlay .card-title {
  display: inline-block;
  transform: translateY(10px);
  opacity: 0;
}

.hcf-masonry-card .card-overlay .card-category {
  transform: translateY(10px);
  opacity: 0;
}

.hcf-masonry-card:hover .card-img {
  transform: scale(1.05);
  transition: transform 150ms linear;
}

.hcf-masonry-card:hover .card-overlay {
  opacity: 1;
  transition: opacity 150ms linear;
}

.hcf-masonry-card:hover .card-overlay .card-title {
  opacity: 1;
  transform: translateY(0);
  transition: transform 150ms linear 0.1s, opacity 150ms linear 0.1s;
}

.hcf-masonry-card:hover .card-overlay .card-category {
  opacity: 1;
  transform: translateY(0);
  transition: transform 150ms linear 0.2s, opacity 150ms linear 0.2s;
}

.pricing-switcher {
  text-align: center;
}

.pricing-switcher .fieldset {
  display: inline-block;
  position: relative;
  padding: 2px;
  border-radius: 50em;
  border: 1px solid #101944;
}

.pricing-switcher input[type=radio] {
  position: absolute;
  opacity: 0;
}

.pricing-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 90px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 1rem;
  color: #101944;
}

.pricing-switcher .switch {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 40px;
  width: 90px;
  background-color: #74DF8D;
  border-radius: 50em;
  transition: transform 0.5s;
}

.pricing-switcher input[type=radio]:checked + label + .switch,
.pricing-switcher input[type=radio]:checked + label:nth-of-type(n) + .switch {
  transform: translateX(90px);
}

.no-js .pricing-switcher {
  display: none;
}

.single-pricing {
  background: #fff;
  padding: 40px 20px;
  border-radius: 15px;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 40px -10px rgba(0, 64, 128, 0.09);
  transition: 0.3s;
}

@media only screen and (max-width: 480px) {
  .single-pricing {
    margin-bottom: 30px;
  }
}
.single-pricing:hover {
  box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1);
  z-index: 9;
  transform: translate(0, -10px);
}

.price-head h2 {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 26px;
}

.price {
  font-weight: 500;
  font-size: 50px;
  margin-bottom: 0px;
}

.single-pricing h5 {
  font-size: 14px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.single-pricing p {
  list-style: none;
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 15px;
  line-height: 30px;
}

.pricewhite {
  color: #ffffff;
}

.single-pricing a {
  background: none;
  border: 2px solid #74DF8D;
  border-radius: 5000px;
  color: #101944;
  display: inline-block;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 45px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.single-pricing a:hover,
.single-pricing a:focus {
  background: #74DF8D;
  color: #101944;
  border: 2px solid #74DF8D;
  text-decoration: none;
}

.single-pricing-white {
  background: #101944;
}

.single-pricing-white h2 {
  color: #fff;
}

.single-pricing-white h1 {
  color: #fff;
}

.single-pricing-white h5 {
  color: #fff;
}

.single-pricing2 {
  background: #101944;
  padding: 40px 20px;
  border-radius: 15px;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 40px -10px rgba(0, 64, 128, 0.09);
  transition: 0.3s;
}

@media only screen and (max-width: 480px) {
  .single-pricing2 {
    margin-bottom: 30px;
  }
}
.single-pricing2:hover {
  box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1);
  z-index: 100;
  transform: translate(0, -10px);
}

.single-pricing2 a {
  background: none;
  border: 2px solid #74DF8D;
  border-radius: 5000px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 45px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.single-pricing2 a:hover,
.single-pricing2 a:focus {
  background: #74DF8D;
  color: #101944;
  border: 2px solid #74DF8D;
  text-decoration: none;
}

.single-pricing2 p {
  list-style: none;
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 15px;
  line-height: 30px;
}

.single-pricing2 h5 {
  font-size: 14px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table {
  border-color: #101944;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}

.table th,
.table td {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  height: 75px;
}

.table-group-divider {
  border-top-color: #ffffff;
}

.table caption {
  color: #ffffff;
  font-size: 11px;
}

.card {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  color: #ffffff;
}

.nav-tabs-custom .nav-item .nav-link.active {
  color: #101944;
  background-color: #74DF8D;
}

.nav-tabs-custom .nav-item .nav-link:not(.active) {
  color: #ffffff;
  /* Color del texto cuando no está activo */
}

.nav-tabs-custom .nav-item .nav-link {
  border: none;
}

.lg-base {
  color: #ffffff;
}

.lg-base a {
  color: #74DF8D;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.custom-hr {
  border-top: 4px solid #ffffff;
  /* Grosor y color del divider */
  margin-top: 20px;
  /* Espacio superior */
  margin-bottom: 20px;
  /* Espacio inferior */
}

.float_all {
  z-index: 10;
  width: 100px;
  bottom: 50px;
  right: 50px;
  padding: 4rem 4rem;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation-name: pop_up;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

@keyframes pop_up {
  from {
    bottom: -220px;
  }
  to {
    bottom: 50px;
  }
}
.float_wpp {
  position: absolute;
  z-index: 1;
  width: 55%;
  left: 75%;
}
@media screen and (min-width: 375px) {
  .float_wpp {
    width: 55%;
    left: 75%;
  }
}
@media screen and (min-width: 424px) {
  .float_wpp {
    width: 65%;
    left: 65%;
  }
}
@media screen and (min-width: 576px) {
  .float_wpp {
    width: 80%;
    left: 45%;
  }
}

.float_text,
.float_text a {
  position: absolute;
  z-index: 2;
  color: #000000;
  text-align: center;
  text-decoration: none;
  left: 90%;
  bottom: 28%;
  font-size: 12px;
}
@media screen and (min-width: 375px) {
  .float_text,
  .float_text a {
    left: 90%;
    bottom: 28%;
    font-size: 12px;
  }
}
@media screen and (min-width: 424px) {
  .float_text,
  .float_text a {
    left: 84%;
    bottom: 26%;
    font-size: 13px;
  }
}
@media screen and (min-width: 576px) {
  .float_text,
  .float_text a {
    left: 72%;
    bottom: 20%;
  }
}

.float_close {
  position: absolute;
  z-index: 3;
  left: 74%;
  top: 20%;
  width: 20%;
}
@media screen and (min-width: 375px) {
  .float_close {
    left: 74%;
    top: 20%;
    width: 20%;
  }
}
@media screen and (min-width: 424px) {
  .float_close {
    left: 65%;
    top: 15%;
    width: 22%;
  }
}
@media screen and (min-width: 576px) {
  .float_close {
    left: 45%;
    top: 8%;
    width: 28%;
  }
}

.ocultar {
  display: none !important;
}

.first-image-map {
  transition: 0.3s;
}

.first-image-map:hover {
  transform: translate(0, -10px);
}

.grecaptcha-badge {
  visibility: hidden;
}

.custom-spinner {
  color: #74DF8D;
}

.upcard {
  background: #262936;
  padding: 20px 5px;
  border-radius: 15px;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 40px -10px rgba(0, 64, 128, 0.09);
  transition: 0.3s;
}

.upcard:hover {
  box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1);
  z-index: 9;
  transform: translate(0, -10px);
}

.upcard p {
  color: #c7c7c7;
}

.border-primary {
  border-color: #74DF8D !important;
}

/* ANIMACION THE ONLY WAY IS UP */
.way-up {
  background: linear-gradient(to right, #3e5c88, #263629, #5761bb);
}

.word {
  display: none;
  align-items: center;
  justify-content: center;
}

.word span {
  display: inline;
  position: relative;
  flex: none;
  white-space: pre;
}

@media screen and (max-width: 40em) {
  .word {
    font-size: 2em;
  }
}
.content {
  justify-content: center;
  align-items: center;
}

.slideshow {
  position: relative;
  /* Cambia de absolute a relative */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* Ajusta el tamaño */
  height: 100%;
  /* Ajusta el tamaño */
}

.slide--current {
  opacity: 1;
  pointer-events: auto;
  z-index: 100;
}

/* Estilo para dispositivos móviles */
@media (max-width: 768px) {
  .columna1 {
    display: block;
    width: 30px;
  }
}
@media (min-width: 769px) {
  .columna1 {
    display: none;
  }
}
/*** up card 2 ***/
.upcard2 {
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 40px -10px rgba(0, 64, 128, 0.09);
  transition: 0.3s;
}

.upcard2:hover {
  box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1);
  z-index: 9;
  transform: translate(0, -10px);
}/*# sourceMappingURL=style.css.map */