h1, h2, h3, h4, h5, h6, p, small, span, table, ul, li, a, .btn {
    font-family: "Raleway", sans-serif;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover {
    color: #6FB023;
}
.a_verde {
    text-decoration: none;
    color: #6FB023;
}
.a_verde:hover {
    color: #000;
}
.col-20 {
    float: left; 
    width: 20%;
}
.form-control {
    border-radius: 50px;
    padding-left: 30px !important;
}
.form-floating>label { 
    left: 15px;
}
.logo {
    width: 200px;
}
.btn {
    border-radius: 50px;
}
.header-scrolled {
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.1)
    ), rgba(0, 0, 0, 0.8); /* Fondo oscuro + brillo */
    backdrop-filter: blur(10px);
}
.background_2 {
    background: #F0F4F8;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 10px;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 17px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    padding: 20px;
    background: #6FB023;
}
.banner .carousel-indicators {
    position: absolute;
    right: 7%;
    bottom: 40px;
    left: auto;
    z-index: 2;
    display: block;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.verde {
    color: #6FB023;
}
.fondo_verde {
    background: #6FB023;
}
.azul {
    color: #144999;
}
.fondo_azul {
    background: #144999;
}
.amarillo {
    color: #F7B63A;
}
.navbar-collapse {
    justify-content: end;
}
.menu {
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%;
    z-index: 999;
    padding: 10px 50px;
}
.menu .btn {
    margin-left: 20px;
    font-family: "Raleway", sans-serif;
}
.menu .nav-link {
    color: #b1b1b1;
}
.menu .nav-link:hover {
    color: #fff;
}
.active {
    color: #6FB023 !important;
}
.btn {
    font-size: 16px;
    padding: 10px 20px;
}
.banner { 
    height: 800px;
}
.banner_page {
    height: 300px;
}
.banner_page a {
    color: #6FB023;
}
.banner_page a:hover {
    color: rgba(111, 176, 35, 0.5);
}
.highlight {
    font-size: 60px; 
    color: #6FB023;
    font-weight: bold;
}
.highlight_amarillo {
    font-size: 60px; 
    color: #F7B63A;
    font-weight: bold;
}
.highlight_azul {
    font-size: 60px; 
    color: #144999;
    font-weight: bold;
}
.btn-outline-success {
    color: #6FB023;
    border-color: #6FB023;
}
.btn-outline-success:hover {
    background: #6FB023;
}
.border_bottom {
    border-bottom: 1px solid #fff;
}
.banner h1 {
    font-weight: 300;
}
.banner .btn_highlight {
    padding: 10px;
    background: #6FB023;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
}
.banner .btn_highlight:hover {
    background: rgba(111, 176, 35, 0.5);
    color: #fff;
}
.icono_banner {
    width: 10px;
    height: 10px;
    padding: 15px;
    background: #fff;
    color: #6FB023;
    font-size: 13px;
    border-radius: 50px;
    margin-right: 20px;
}

.destaque {
    position: relative;
    margin-top: -110px;
}
.dest {
    height: 320px;
    position: relative;
}
.dest_1 {
    background: #6FB023;
}
.dest_2 {
    background: #F7B63A;
}
.dest_3 {
    background: #144999;
}
.productos_img {
    height: 380px;
}
.landing_productos_img {
    height: 380px;
}
.aliados_img {
    display: flex; 
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.aliados_img_inside {
    height: 200px;
}
.aliados_img_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
.aliados_img img {
    max-width: 100%;           /* Controla que no sea más grande que su contenedor */
    max-height: 100px;         /* Limita la altura de los logos */
    height: auto;             /* Mantiene la proporción */
    object-fit: contain;
}
.aliados_img_2 img {
    max-width: 100%;           /* Controla que no sea más grande que su contenedor */
    max-height: 180px;         /* Limita la altura de los logos */
    height: auto;             /* Mantiene la proporción */
    object-fit: contain;
}
.testimonio_img {
    width: 150px; 
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 150px;
}
.testimonio_carusel_box {
    height: 700px;
}
.newsletter_input {
    height: 80px;
    border-radius: 50px;
    padding-right: 200px;
    padding-left: 40px;
    background: transparent; 
    color: #fff;
    border: 1px solid #3c5465;
}
.newsletter_input:focus {
    background: transparent;
    color: #fff;
    border-color: rgb(111, 176, 35);
    box-shadow: 0 0 0 .25rem rgba(111, 176, 35, .25);
}
.newsletter_input::placeholder {
    color: #3c5465;
}
.border_bottom_footer {
    border-bottom: 1px solid #3c5465;
}
.btn_newsletter {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #6FB023;
    color: #fff;
    border-radius: 50px;
    height: 50px;
}
.btn_newsletter:hover {
    background: rgba(111, 176, 35, 0.5);
    color: #fff;
}
.btn-success {
    background: #6FB023;
    border: 1px solid #6FB023;
}
.btn-success:hover {
    background: rgba(111, 176, 35, 0.5);
    border: 1px solid rgba(111, 176, 35, 0.5);
}
.footer {
    background-color: #15222B; 
    padding-top: 90px; 
    padding-bottom: 90px;
}
.footer p {
    color: #647480;
}
.footer a {
    color: #647480;
}
.footer_i {
    color: #647480;
}
.footer a:hover {
    color: #fff;
}
.scrolltop {
    width: 50px; 
    height: 50px; 
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF4A16;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    border: 0;
    z-index: 99999;
}
/* PAGINA DE PRODUCTOS INDIVIDUALES */
.productos_individual .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 80px;
    height: 80px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transition: opacity .6s ease;
}
.indicador_productos_img {
    background-size: cover; 
    background-position: center;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 38%;
    bottom: 0;
    z-index: 1;
    display: block;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

@media screen and (max-width: 1399px) {
    .landing_productos_img {
        height: 320px;
    }
    .banner h1 {
        font-weight: 200;
    }
}
@media screen and (max-width: 1199px) {
    .dest {
        height: 380px;
    }
    .landing_productos_img {
        height: 280px;
    }
    .banner h1 {
        font-weight: 140;
    }
}
@media screen and (max-width: 991px) {
    .carousel-control-next, .carousel-control-prev {
        width: 10%;
    }
    .aliados_img_inside {
        height: 100px;
    }
    .logo {
        width: 150px;
    }
    .col-20 {
        float: left; 
        width: 50%;
    }
    .menu {
        padding: 10px 10px;
    }
    .menu .btn {
        margin-left: 0;
        margin-top: 10px;
    }
    #navbarNav {
        background: #000;
        padding: 15px 15px 30px 15px;
    }
    .navbar-brand {
        padding-left: 10px;
    }
    .navbar-toggler {
        margin-right: 10px;
    }
    .banner { 
        height: 600px;
    }
    .banner h1 {
        font-size: 20px;
    }
    .banner .highlight {
        font-size: 22px; 
        color: #6FB023;
        font-weight: bold;
    }
    .banner .highlight_amarillo {
        font-size: 22px; 
        color: #F7B63A;
        font-weight: bold;
    }
    .banner .highlight_azul {
        font-size: 22px; 
        color: #144999;
        font-weight: bold;
    }
    .destaque {
        position: relative;
        margin-top: -70px;
    }
    .dest {
        height: 410px;
    }
    .productos_img {
        height: 210px;
    }
    .landing_productos_img {
        height: 380px;
    }
    .aliados_img img {
        max-width: 100%;           /* Controla que no sea más grande que su contenedor */
        max-height: 50px;         /* Limita la altura de los logos */
        height: auto;             /* Mantiene la proporción */
        object-fit: contain;
    }
    .aliados_img_2 img {
        max-width: 100%;           /* Controla que no sea más grande que su contenedor */
        max-height: 90px;         /* Limita la altura de los logos */
        height: auto;             /* Mantiene la proporción */
        object-fit: contain;
    }
    .scrolltop {
        bottom: 10px;
        right: 10px;
    }
    .container-fluid {
        padding: 0;
    }
    .testimonio_carusel_box {
        height: 900px;
    }
    .aliados_img {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 28px;
    }
    .aliados_img_2 {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 10px;
    }
    .banner .btn_highlight {
        padding: 0px;
        background: #6FB023;
        font-size: 14px;
        color: #fff;
        border-radius: 50px;
    }
    .icono_banner {
        padding: 5px;
    }
}
@media screen and (max-width: 576px) {
    .landing_productos_img {
        height: 300px;
    }
}
