@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* ========== GENERALIDADES ========== */
*, body, h1, h2, h3, h4, h5, a { 
    font-family: "Montserrat", sans-serif !important;
}

h6, p { 
    font-family: "Open Sans", sans-serif !important;
}

body, h1, h2 { 
    color: #282e41 !important;
}

h2 { 
    font-size: 32px !important; 
    font-weight: 700 !important; 
    color: #282e41 !important;
}

h6 { 
    font-size: 18px !important; 
    color: rgb(1, 201, 245) !important; 
    font-weight: 700 !important;
    text-transform: uppercase;
}

a { 
    text-decoration: none !important;
}

.button-nuka { 
    font-weight: 300;
    padding: 12px 20px;
    background-color: #13c3ce;
    border: #13c3ce;
    font-size: 14px;
    border-radius: 50px;
}

.ui-to-top { 
    display: none !important;
}

/* ========== PRELOADER ========== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ========== HEADER ========== */
.page-header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    transition: all 0.4s ease;
}

.rd-navbar-corporate,
.rd-navbar-main-outer {
    background: rgba(24, 42, 75, 0.5) !important;
    height: 90px;
    align-content: center;
}

.rd-navbar-static .rd-navbar-brand {
    max-width: 150px;
    display: flex;
    align-items: center;
    transition: max-width 0.3s ease;
}

.rd-navbar-static .rd-navbar-brand img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.rd-navbar-main .rd-navbar-nav-wrap ul { 
    margin-bottom: 0 !important;
}

.rd-navbar-main .rd-navbar-nav-wrap ul .rd-nav-link { 
    text-decoration: none;
    font-weight: 500 !important;
}

.rd-navbar-main-element {
    flex: 1;
    display: flex;
    justify-content: right;
}

.rd-nav-item.active { 
    color: #fff !important;
}

.rd-nav-link { 
    color: #fff !important;
}

.rd-nav-link:hover { 
    color: rgba(19, 195, 206, 0.8) !important;
}

.rd-nav-link:hover { 
    color: rgba(19, 195, 206, 0.8) !important;
}

.rd-navbar-nav .rd-nav-item .button:hover { color: #fff !important;}

.rd-navbar-social {
    display: none;
    align-items: center;
    gap: 15px;
    margin-right: 10px;
    margin-left: 0 !important;
}

.rd-navbar-social a {
    transition: opacity 0.3s ease;
    display: none;
    align-items: center;
    justify-content: center;
}

.rd-navbar-social img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.rd-navbar-social a:hover img {
    transform: scale(1.1);
}

.mobile-social {
    display: none;
}

.mobile-social a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-social img {
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(1);
}

/* ========== SLIDER ========== */
#slider {
    background-image: url(../images/slider_image2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px;
}

#slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2); /* Ajusta la opacidad aquí */
    z-index: 1;
}

#slider > * {
    position: relative;
    z-index: 2; /* Esto es clave para que el texto quede sobre la capa oscura */
}

#slider h1 { 
    color: #fff !important; 
    font-weight: 700;
}

.slider p { 
    letter-spacing: -1px; 
    font-weight: 500; 
    margin-top: 0;
}

.botonSlider { 
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 20px;
    text-transform: uppercase;
}

/* ========== QUIENES SOMOS ========== */
.quienesSomos {
    padding: 40px 0;
}

.imagenQuienesSomos { 
    padding: 50px;
}

.quienesSomos .quienesSomos_img { 
    border-radius: 20px;
}

.quienesSomos p strong { 
    font-weight: 700;
}

/* ========== COUNTER ========== */
.statics {
    padding: 80px 0;
}

.bg-gray-800 { 
    background: linear-gradient(135deg,  #182a4b 0%,#020716 100%);
}

.statics .text-primary,
.statics .text-secondary-1,
.statics .text-secondary-2 { 
    color: #13c3ce !important;
}

.statics .container .row { 
    justify-content: space-evenly !important;
}

.counter { font-weight: 800;}

.box-counter-title { 
    font-weight: 600; 
}

/* ========== PRODUCTOS ========== */
#productos {
    padding: 40px 0;
}

#productos h2 { 
    margin-top: 0;
}

#productos p { 
    margin: 10px;
}

#productos img { 
    border-radius: 20px;
}

/* Carrusel de productos */
.products-carousel {
    position: relative;
    padding: 0 60px;
    margin-top: 40px;
}

.products-carousel .owl-stage-outer {
    padding: 20px 0;
    overflow: visible;
}

.products-carousel .owl-item {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.products-carousel {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: white;
    padding: 30px 50px;
    margin-top: 50px;
}

.products-carousel .carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.products-carousel .carrusel-item {
    flex: 0 0 calc(25% - 20px); /* 4 productos en desktop */
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: baseline;
}


/* BOTONES UNIFICADOS PARA AMBOS CARRUSELES */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(44, 62, 80, 0.7);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    font-size: 16px;
}

.carousel-btn:hover {
    background: rgba(44, 62, 80, 0.9);
    transform: translateY(-50%) scale(1.05);
}

.carousel-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.products-carousel .carousel-btn {
    top: 32% !important; /* Centrado vertical respecto a las imágenes */
    transform: translateY(-50%);
}

/* Posición específica para carrusel de productos */
.products-carousel .carousel-btn.prev {
    left: 10px;
}

.products-carousel .carousel-btn.next {
    right: 10px;
}

/* Posición específica para carrusel de clientes */
#clientes .carousel-btn.prev {
    left: 10px;
}

#clientes .carousel-btn.next {
    right: 10px;
}

.nuestrosProductos-img-container {
    width: 100%;
    max-width: 340px;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    margin: 0;
    position: relative;
    transition: all 0.3s ease;
}

.nuestrosProductos-img-container:hover {
    transform: translateY(-5px);
}

.nuestrosProductos-img-container .production-img {
    height: 100%;
    object-fit: cover;
    display: block;
}

#productos .post-corporate-text {
    color: #282e41;
    font-weight: 700;
    margin-top: 15px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif !important;
}

.btn-nuestros-productos {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.btn-nuestros-productos:hover {
    transform: translateY(-3px);
}

.btn-nuestros-productos .button-overlay {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
}

.btn-nuestros-productos:hover .button-overlay {
    left: 100%;
}

/* Modal productos */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-container {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    padding: 30px;
    position: relative;
    transform: translateY(-50px);
    transition: transform 0.5s ease;
}

.modal-overlay.active .modal-container {
    transform: translateY(0);
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    background: #13c3ce;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    z-index: 10001;
    border: none;
}

.close-modal:hover {
    opacity: 0.7;
    transform: scale(1.1);
}

.modal-content {
    background: transparent;
}

.modal-content h3 {
    color: #282e41;
    margin-bottom: 8px;
    font-size: 1rem;
    border-bottom: 2px solid #13c3ce;
    padding-bottom: 10px;
    font-weight: 700;
}

#modal-text { margin-top: 0 !important;}

.modal-content p {
    color: #34495e;
    margin: 8px 0;
    text-align: left;
    font-size: 0.8rem;
}

.modal-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.modal-content li {
    margin: 8px 0;
    color: #34495e;
    font-size: 0.8rem;
}

body.modal-open {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
}

/* ========== EMPECEMOS ========== */
.empecemos {
    padding: 80px 0;
}

.bg-gradient-primary { 
    background: linear-gradient(270deg, #7ad9df 0%, #13c3ce 100.44%);
}

.empecemos h2 { 
    color: #fff !important;
}

.empecemos p { 
    margin-bottom: 0; 
    font-size: 20px; 
    font-weight: 300;
}

.empecemos .button-secondary {
    color: #fff;
    background-color: #182a4b;
    border-color: #182a4b;
    font-weight: 500;
    padding: 12px 40px;
}

.empecemos .button-nuka:hover { background-color: #182a4b !important;}

/* ========== CLIENTES ========== */
#clientes {
    padding: 40px 0;
}

#clientes h6,
#clientes p { 
    font-size: 18px;
}

#clientes .container { 
    padding: 0 50px;
}

#clientes .big {
    width: 50%;
    margin: auto;
    font-size: 16px;
    font-weight: 300;
}

/* Carrusel de clientes */
.carousel-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: white;
    padding: 30px 50px;
    margin-top: 50px;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carrusel-item {
    flex: 0 0 calc(20% - 20px);
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 15px;
    transition: transform 0.3s;
}

.carrusel-item:hover {
    transform: translateY(-5px);
}

.carousel-dots {
    display: none;
    justify-content: center;
    margin-top: 25px;
    gap: 10px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #bdc3c7;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.dot.active {
    background: #7ad9df;
    transform: scale(1.3);
}

.dot:hover {
    background: #7f8c8d;
    transform: scale(1.2);
}

/* ========== CONTACTOS ========== */
#contacts { 
    background: linear-gradient(180deg, #e5feff 0%,#ffffff 100%);
    padding: 80px 0;
}

#contacts h2 { 
    margin-top: 10px;
}

#contacts .infoContacto { 
    margin-bottom: 10%;
}

#contacts .contact-list { 
    text-align: left;
}

#contacts .contact-info .contact-list li { 
    margin: 30px 0;
}

#contacts .contact-list .icon,
#contacts .contact-list a { 
    color: #555;
    font-weight: 500;
}

#contacts .contact-list a:hover { 
    color: #13c3ce; 
    font-weight: 500;
}

#contacts .contact-list .icono { 
    width: 30px; 
    height: 30px; 
    margin-right: 20px;
}

.bsf-form-container { 
    margin: 0;    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 14px 36px rgba(41, 48, 67, 0.09);
} 

#contacts .form-input { 
    background: transparent; 
    border: 1px solid #13c3ce; 
    font-weight: 400; 
    font-size: 14px;
    border-radius: 10px;
} 

#contacts .form-label { 
    font-weight: 300 !important; 
    font-size: 14px !important;
}

#contacts .button-nuka {
    color: #fff;
    background-color: #182a4b;
    border-color: #182a4b;
    width: 40%;
    font-weight: 600;
}

/* ========== MAPA ========== */
.mapa {
    width: 100%;
}

.mapa iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

/* ========== FOOTER ========== */
footer { 
    background-color: #fff !important;
}

footer .container { 
    max-width: none; 
    padding: 15px 40px;
}

.firmaLups { 
    display: flex;
}

 .lupe svg {margin-bottom: 2px;}

.afip { 
    width: 25px; 
    margin-right: 20px;
}

.footer-corporate-aside { 
    padding: 0;
}

footer .rights span { 
    font-size: 12px;
}

/* ========== WHATSAPP ========== */
#wppwidget { 
    bottom: 40px; 
    right: 40px; 
    position: fixed;     
    top: auto;    
    width: 50px;
    z-index: 98;
}

#wppwidget .btn-whatsapp {
    background-color: #00d35e; 
    border-radius: 25px; 
    box-shadow: 3px 3px 0 0 rgba(0,0,0,0.2); 
    color: #fff;  
    display: block; 
    float: right; 
    height: 50px; 
    padding: 0; 
    text-align: center; 
    width: 50px;
    z-index: 999;
}

#wppwidget img { 
    color: #fff;
    fill: #fff; 
    margin: 10px;
    width: 30px;
}

/* ============================================ */
/* MEDIA QUERIES - ORGANIZADAS POR SECCION */
/* ============================================ */

/* ========== MEDIA QUERIES GENERALES ========== */
@media (min-width: 1200px) { 
    .container {
        max-width: 1300px;
    }
    
    .section-md { 
        padding: 40px 0 !important;
    }
}

@media (min-width: 992px) {
    .big {
        font-size: 18px;
        margin: 8px 0 60px;
    }
}

@media (min-width: 769px) {
    .rd-navbar-panel .mobile-social {
        display: none !important;
    }
    
    .rd-navbar-social {
        display: flex !important;
    }
}

/* ========== MEDIA QUERIES HEADER ========== */
@media (max-width: 1200px) {
    .rd-navbar-static .rd-navbar-brand {
        max-width: 130px;
    }
}

@media (max-width: 992px) {
    .rd-navbar-panel { 
        align-content: center;
    }
    
    .rd-navbar-main-element {
        flex: none;
    }
    
    header .rd-navbar-collapse-toggle { 
        display: none !important;
    }

    header .rd-navbar-brand { 
        margin: auto !important;
    }
}

@media (max-width: 768px) {
    html.rd-navbar-fixed-linked .page { 
        padding: 0;
    }

    h2 { font-size: 26px !important;}

    .rd-navbar-corporate.rd-navbar-fixed .rd-navbar-panel {
        height: 90px;
    } 

    .rd-navbar-fixed .rd-navbar-brand img {
        max-width: 150px;
        max-height: 150px;
    }

    .rd-navbar-panel {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        position: relative;
    }

    .rd-navbar-toggle {
        order: 1;
        margin: 15px;
        z-index: 2;
        flex: 0 0 auto;
    }

    .rd-navbar-brand {
        order: 2;
        position: absolute !important;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        flex: 0 0 auto;
    }

    .rd-navbar-panel .mobile-social {
        order: 3;
        display: flex;
        margin-right: 15px;
        z-index: 2;
        flex: 0 0 auto;
        gap: 15px;
        align-items: center;
    }
    
    .rd-navbar-panel .mobile-social img {
        width: 40px;
        height: 40px;
        filter: brightness(0) invert(1);
        transition: all 0.3s ease;
        padding: 1px 6px;
    }
    
    .rd-navbar-panel .mobile-social a:hover img {
        transform: scale(1.1);
        opacity: 0.8;
    }
    
    .rd-navbar-social {
        display: none !important;
    }

    .rd-navbar-nav-wrap {
        position: fixed;
        top: 100px;
        left: 0;
        width: 100%;
        padding: 20px;
        padding-top: 0 !important;
        box-shadow: none !important;
        transform: translateY(-100%);
        transition: transform 0.3s ease;
        z-index: 999;
        height: 420px;
        margin-top: 130px !important;
        background: transparent !important;
    }

    .rd-navbar-nav-wrap.active {
        transform: translateY(0);
    }
    
    .rd-navbar-nav {
        flex-direction: column;
        align-items: center;
        background-color: #192031;
    }
    
    .rd-nav-item {
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }
    
    .rd-nav-link {
        display: block;
        padding: 15px;
        font-size: 18px;
        color: white !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .rd-nav-link:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    .botonHamburguesa {
        display: none;
    }
}

/* ========== MEDIA QUERIES SLIDER ========== */
@media (max-width: 768px) {
    #slider {  
        aspect-ratio: 14/16;
    }
}

@media (max-width: 580px) {
    .textoSlider { 
        padding-top: 40px; 
    }
}

/* ========== MEDIA QUERIES QUIENES SOMOS ========== */
@media (max-width: 992px) {
    .quienesSomos .row-40 {
        flex-direction: column-reverse;
    }
  
    .quienesSomos .col-lg-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .quienesSomos h2, .quienesSomos h6, .imagenQuienesSomos { 
        text-align: center;
    }
}

/* ========== MEDIA QUERIES PRODUCTOS ========== */
@media (max-width: 1200px) {
    .products-carousel {
        padding: 0 50px;
    }
}

@media (max-width: 992px) {
    .products-carousel {
        padding: 0 40px;
    }
}

@media (max-width: 768px) {
    .products-carousel {
        padding: 0 30px;
    }
    
    .carousel-btn {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .products-carousel .carousel-btn.prev {
        left: 5px;
    }
    
    .products-carousel .carousel-btn.next {
        right: 5px;
    }
    
    #clientes .carousel-btn.prev {
        left: 5px;
    }
    
    #clientes .carousel-btn.next {
        right: 5px;
    }
    
    .nuestrosProductos-img-container {
        max-width: 280px;
    }
  
    .modal-container {
        width: 95%;
        padding: 20px 15px;
    }
  
    .modal-content h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 576px) {
    .products-carousel {
        padding: 0 20px;
    }
    
    .carousel-btn {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}

/* ========== MEDIA QUERIES EMPECEMOS ========== */
@media (max-width: 768px) {
    .empecemos { 
        padding: 30px;
    }

    .empecemos .row { 
        text-align: center;
    }

    .empecemos h2 { 
        font-size: 28px;
    }
}

/* ========== MEDIA QUERIES CLIENTES ========== */
@media (max-width: 1200px) {
    #clientes .container { 
        padding: 0 100px;
    }
    
    .carrusel-item {
        flex: 0 0 calc(25% - 20px);
    }
}

@media (max-width: 992px) {
    #clientes .container { 
        padding: 0 50px;
        max-width: 950px;
    }
    
    .carrusel-item {
        flex: 0 0 calc(33.333% - 20px);
    }
    
    .carousel-container {
        padding: 20px 40px;
    }
}

@media (max-width: 768px) {
    #clientes .container { 
        padding: 0 20px;
    }
    
    .carrusel-item {
        flex: 0 0 calc(100% - 20px) !important;
        margin: 0 10px;
    }
    
    .carousel-container {
        padding: 20px 30px;
    }
    
    .carrusel-item img {
        max-width: 100%;
        height: auto;
    }
    
    .carousel-dots {
        display: flex !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .carrusel-item {
        flex: 0 0 calc(33.333% - 20px);
    }
}

/* ========== MEDIA QUERIES CONTACTOS ========== */
@media (max-width: 1200px) {
    #contacts .container { 
        justify-items: center;
    }
  
    #contacts .col-xl-6:nth-child(1) {
        order: 2;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
  
    #contacts .col-xl-6:nth-child(2) {
        order: 1;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .bsf-form-container { 
        text-align: center;
    }

    #contacts .contact-list .icon { 
        font-size: 16px;
    }

    #contacts .contact-list .icono { 
        width: 20px; 
        height: 20px; 
        margin-right: 20px;
    }

    #contacts .contact-info .contact-list li { 
        margin: 10px 0;
    }
}

@media (max-width: 768px) {
    #contacts { 
        padding: 40px 15px;
    }

    #contacts .contact-list { 
        text-align: center; 
        padding: 0 !important;
    }

    #contacts .bsf-form-container {
        padding: 30px;
    }
}

/* ========== MEDIA QUERIES FOOTER ========== */
@media (max-width: 768px) {
    footer.footer-corporate-aside {
        padding: 22px 0 !important;
    }
}

@media (max-width: 540px) {
    footer .container {
        justify-items: center;
    }

    .lupe { display: block;}
}

/* ========== MEDIA QUERIES WHATSAPP ========== */
@media (max-width: 540px) { 
    #wppwidget .btn-whatsapp {
        background-color: #00d35e; 
        border-radius: 25px; 
        height: 35px; 
        width: 35px;
        z-index: 999;
    }

    #wppwidget img { 
        color: #fff;
        fill: #fff; 
        margin: 8px;
        width: 20px;
    }
}

@media (max-width: 768px) {
    #wppwidget {
        bottom: 20px;
        right: 20px;
    }
}

/* Para tablet (768px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .products-carousel .carrusel-item {
        flex: 0 0 calc(33.333% - 20px); /* 3 productos en tablet */
    }
}
/*#13c3ce*/
#modalGracias .modal-header, #modalGracias .btn,
#modalError .modal-header, #modalError .btn{ background-color:#13c3ce !important}
#modalGracias .btn,#modalError .btn{border-color:#13c3ce}
#modalError .text-danger{color:#13c3ce}