html {
    scroll-behavior: smooth;
    scroll-padding-top: 130px; 
}
.body {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
html, body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
p {
    font-family: 'Poppins', sans-serif;
}
h1{
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
}
h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    /*color: #1d4f85;*/
    color: #000;
    /*font-size: 30px;*/
    font-size: 2.5rem;
}
h3 {
    font-family: 'Poppins',sans-serif;
}
#home {
    padding-top: 130px;  
}

.top-banner {
    /*background-color: #00c2d7;*/
    background-color: #0a0a19fa;
    font-size: 1rem;
    z-index: 1051;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 8px 0;
    margin-bottom: 0;
}
/*.navbar.fixed-top {
    top: 50px;  
   /* z-index: 1050;
}*/
.navbar.fixed-top {
    z-index: 1050;
    /*margin-top: 40px; */
    margin-top: 35px;
}
.offcanvas-header {
    margin-top: 40px; /* Ajusta según sea necesario */
  }
/*
.bg-nav{ 
    background-color: #3caeca;
}*//*#69a1af-#b0c4de*/
.bg-nav {
    background: linear-gradient(to right, #0e3c6a, #000e26);
  }
  
.icono{
    color: #ffb300;
}
.enlace {
    color: #fff;
    font-weight: 500;
    
}
.enlace:hover{
    background-color: #6c9dff30;
}
.btn-demo {
    /*background-color: #046e94ee;
    color: #fff;*/
    background: linear-gradient(to bottom, #2196f3, #1475c0);
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); 
    transition: all 0.3s ease;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3); 
}
.btn-demo:hover {
    background-color: #004c68ee;
    color: #ffffff;
    background: linear-gradient(to bottom, #38a3f3, #125a9e); 
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
    transform: translateY(-2px);
}
.btn-demo2 { /*1475c0*/
    /*background-color: #046e94ee;*/
    background: linear-gradient(to bottom, #2196f3, #1475c0);
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); 
    transition: all 0.3s ease;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3); 
}
.btn-demo2:hover {
    background-color: #004c68ee;
    /*color: #004b67;*/
    color: #ffffff;
    background: linear-gradient(to bottom, #38a3f3, #125a9e);
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
    transform: translateY(-2px);
}
.select-lila {
    background-color: #1b9a94; 
    color: white;
    border: 1px solid #44ad9a;
    padding: 8px 12px;
    border-radius: 6px;
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 500;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
  
  .select-lila:focus {
    outline: none;
    box-shadow: 0 0 0 2px #aaf1ff; 
    background-color: #2cb0bf;
}
  
.iconolista {
    /*color: #00bbff;*/
    color: #1475c0;
}
svg path {
    stroke-width: 2px; 
}

.logo {
    max-height: 50px;
    object-fit: contain;
}
.sub-text {
    color: #1da2caeb;
    text-transform: uppercase;
    font-weight: 700;
}
/**/
.custom-btn {
    border-width: 2px;
    border-radius: 30px;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 90, 164, 0.3);
  }

  .custom-btn:hover {
    background-color: #1475c0;
    color: #fff;
  }
/*  contenedor del carrusel */
.swiper-container {
    position: relative;
}
.justificado {
    text-align: justify;
}
.texto-ventajas {
    color: #fff;
    font-weight: 600;
}
/* puntos  paginación */
.swiper-pagination {
    position: absolute;
    bottom: 30px; 
    left: 50%; 
    z-index: 10;
    display: flex; 
    justify-content: center; 
}

/* Estilo de los puntos */
.swiper-pagination-bullet {
    background-color: #74d1e8; 
    opacity: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    transition: background-color 0.3s ease;
}

/* Estilo de los puntos activos */
.swiper-pagination-bullet-active {
    background-color: #0096c4; 
}

.swiper-pagination.swiper-pagination-clickable {
    bottom: -30px; 
}

.swiper-slide img {
    border-radius: 50%; 
    width: 100px; 
    height: 100px; 
    object-fit: cover; /
}
.icon-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 20px auto; 
    background-color:#ffffff;; 
    border-radius: 50%;
    color: #2a0581; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
}
.icon-card svg {
    width: 32px;
    height: 32px;
    color: #3964b1;
  }
.card {
   /* transition: transform 0.3s ease;*/
   border: none;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 90, 164, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 1rem;

}
.card-fondo {
  background: linear-gradient(to right, #38a3f3, #125a9e); 
  color: white;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 123, 255, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
}

.card:hover {
    transform: scale(1.05);
    z-index: 2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }

  /*funciones*/

  .card-funciones {
    font-size: 18px;
  }
/*list*/
.text-list {
    font-size: 1rem;
}

/*pasarelas de pago*/
.text {
    text-align: left;
}

  /**/
.icon-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
   /* background-color: #c9baec;*/
    background-color: #dceaff;
}

.icon-list-item .icon {
    margin-right: 10px; 
}

.icon-list-item .icon svg {
    width: 20px;
    height: 20px;
    fill: #056281; 
}

.icon-list-item .text {
    font-size: 16px;
    color: #056481;
}

/*
.swiper-container-custom {
    width: 100%;
    padding: 20px 0;
}

.swiper-wrapper-custom {
    display: flex;
}

.swiper-slide-custom {
    flex-shrink: 0;
    width: auto;
    text-align: center;
    padding: 10px;
}

.carousel-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
}
*/
/*
.carousel-item {
    background-color: #23007381;
}*/
/*
.bg-fondo {
    background-image: url(../imagenes/photo-1601342630314-8427c38bf5e6.avif);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}*/
.bg-fondo {
    background-image: url(../imagenes/photo-1601342630314-8427c38bf5e6.avif);
    background-size: cover;
    background-position: top;
    background-color: rgba(0, 0, 0, 0.4); 
    background-blend-mode: darken; 
    color: white;
  }

/*  Testimonios */
.testimonial-card {
    background-color: #127b92a9; 
    border-radius: 10px;
    padding: 20px;
    width: 90%;
    max-width: 600px; 
    margin: 0 auto; 
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.testimonial-text {
    font-size: .9rem;
    color: #ffffff;
    margin-bottom: 20px;
}

.testimonial-info {
    color: #efefefea; 
}

.testimonial-author {
    font-size: 1.2rem;
    font-weight: bold;
}

.testimonial-role {
    font-size: 1rem;
    font-style: italic;
}
/*logos hoteles */

/*
.logos-hoteles {
    padding-right: 1.5rem;
}*/
    .col-12.d-flex {
    flex-wrap: wrap; 
    gap: 15px; 
    justify-content: center; 
  }
  
  .logos-hoteles {
    flex: 0 1 120px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .logos-hoteles img {
    max-width: 100%; 
    height: auto;
    display: block;
  }

.carousel-control-prev, .carousel-control-next {
    
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.bg-opinion {
    background: linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ), url(../imagenes/campaign-creators-OGOWDVLbMSc-unsplash.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
  
  
.bg-detalle {
    background-color: #008dc48d;
}
/*
.card-purple {
    background-color: #14bac0a9;
    color: white;
  }*/

.card-purple {
    background: rgba(0, 90, 164, 0.8); 
    backdrop-filter: blur(6px);        
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
  }  

  .card-purple:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
  .card-purple .card-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }


  /*testimonial*/
  .testimonial-card {
    background: rgba(0, 90, 164, 0.7); 
    backdrop-filter: blur(6px);
    padding: 2rem;
    margin: 1rem auto;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    max-width: 800px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .accordion-body {
    font-family: 'Poppins', sans-serif;
  }
  
/* estilos pagina funciones */
.card-fondo-funcion {
    background: linear-gradient(to right,#2982d5 ,#38a3f3 ); 
    color: rgb(0, 0, 0);
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 123, 255, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
}
/*tab-panel*/
.tab-btn {
    color: #ffffff; 
    border-radius: 10px; 
    font-weight: 600;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}
.tab-btn:hover {
    background: #125a9e;  
    color: #fff;
}
.tab-content-text {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}
.tab-funciones {
    list-style: none;
    padding-left: 0;
}
.icon-tab {
    color: #005aa4;
    margin-right: 8px;
}
.card-funcion {
  background: linear-gradient(to right, #38a3f3, #125a9e); 
  color: white;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 123, 255, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
}
.link-funcion {
  font-family: 'Poppins',sans-serif;
}
/*
.img-tab-pane {
    width: 100%;
    height: 400px;
}*/
/**/
/* Estilo para las pestañas verticales */
.nav-pills .nav-link { 
    background: linear-gradient(to bottom, #38a3f3, #125a9e);  
    padding: 10px 15px;
    margin-bottom: 5px;
}
/* Color de la pestaña activa */
.nav-pills .nav-link.active {
    background: linear-gradient(to bottom, #1e679f, #093b6a);  
    color: #ffffff;  
    font-weight: 700; 
}

/* Efecto hover */
.nav-pills .nav-link:hover {
    background: #0b4479;  
}

.tab-content {
    padding-left: 15px;
}
/*img*/
/*
.img-tab {
    width: 100%;
    height: 350px;
}*/
/*
.img-tab {
    width: 100%;
    height: 400px;
    object-fit: cover;
}*/
.icono-funcion{
    color: #ffb300;
    padding-right: 5px;
    font-size: 18px;
}
.drop-funciones{
    background: linear-gradient(to bottom, #38a3f3, #125a9e); 
    color: #fff;
    border: 1px solid #979fa3;
    font-weight: bold;
}
select#tabDropdown {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
  }
  select#tabDropdown {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
  }
  

  /**/
  .contactanos {
    text-align: center;
    padding: 40px 20px;
    background-color: #f0f4f8;
    border-radius: 8px;
    max-width: 500px;
    margin: 40px auto;
  }
  .seccion-contactanos {
    color: #125a9e;
    margin-bottom: 15px;
  }
  .contactanos p {
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
  }
  
/* MEDIA */
@media (max-width: 1200px) {
    #home {
        padding-bottom: 40px;
    }
}
@media (max-width: 972px) {
    .logos-hoteles {
      flex: 0 1 90px; /* reduce tamaño base de logos */
    }
  }
@media (max-width: 768px) {
    #about h2 {
      font-size: 30px;
    }
  
    #about p,
    #about li span:last-child {
      font-size: 0.95rem;
    }
  
    #about .btn-demo2 {
      font-size: 0.95rem;
      padding: 0.6rem 1.2rem;
    }
  
    #about .logo {
      width: 80px; 
    }

    .swiper-slide img {
        width: 80%; 
        margin: 0 auto; 
        display: block;
    }
    
      .swiper-container {
        padding: 0 10px; 
    }
    
      section .text-center {
        font-size: 0.95rem;
    }
    
      section h2.text-center {
        font-size: 30px;
    }
    .swiper-slide img {
        height: auto;
        max-height: 100px; 
      }
      /**/
      .tab-content {
        display: flex;
        flex-direction: column;
        height: 100%;
      }
    
      .tab-pane {
        display: flex;
        flex-direction: column;
        height: 100%;
      }
      /*
      .tab-pane img.img-tab,
      .tab-pane img.img-tab-pane {
        max-height: 100%;
        width: auto;
        object-fit: contain;
        align-self: center;
        margin-top: auto;
      }*/
    
      .row.rounded.p-4 {
        min-height: 500px;
        align-items: stretch;
      }
    
      .tab-content > .tab-pane {
        height: 100%;
      }
}
  
@media (max-width: 576px) {
    h2 {
        font-size: 30px;
    }
    #home h2 {
      font-size: 1.5rem; 
    }
  
    #home p {
      font-size: 0.9rem; 
    }
  
    .btn-demo2 {
      font-size: 0.9rem; 
      padding: 0.5rem 1rem;
    }
    .logos-hoteles {
        flex: 0 1 70px; 
      }
    .text-barra {
        font-size: 14px;
    }

    
  }
  
@media (max-width: 490px) {
    .navbar.fixed-top {
        z-index: 1050;
        margin-top: 35px;  
    }
    .card-funciones {
        font-size: 16px;
    }
}

@media (max-width: 424px) {
    .swiper-slide img {
      width: 80px;
      height: 80px;
      object-fit: cover;
      border-radius: 50%;
      margin: 0 auto;
      display: block;
    }
    .navbar.fixed-top {
        z-index: 1050;
        margin-top: 50px;
    }
}
@media (max-width: 390px) {
    .navbar.fixed-top {
        z-index: 1050;
        margin-top: 50px;
    }
    .card-funciones {
        font-size: 15px;
    }
    small {
        font-size: .8em;
    }
}
