* {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    scrollbar-width: none;
}

.desktop {
    box-sizing: border-box;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    height: 60px;
}

.navbar {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(83, 86, 93);
    color: rgb(189, 12, 12);
    z-index: 1000;
}

.navbar .nav-links a {
    text-decoration: none;
    font-weight: 500;
}

.navbar .nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.navbar .nav-links a:hover {
    color: rgb(255, 195, 0);
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 30px;
    color: rgb(126, 43, 43);
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav-links li {
    cursor: pointer;
    position: relative;
    font-size: 0.95rem;
    transition: color 0.2s;
    font-weight: 500;
    color: white;
    justify-content: center;
}

.navbar li:nth-child(1) {
    border-right: 2px solid rgb(255, 195, 0);
    padding-right: 20px;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-size: 20px;
}

.nav-links li:first-child a {
    font-weight: 500;
    font-size: 22px;
}


.nav-links li:first-child img {
    margin-top: 5px;
    width: 55px;
    height: auto;
    transform: rotate(180deg);

}




/* --------------------------------------------------------- */
.ulHorizontal {
    top: 0;
    left: 0;
    list-style: none;
    margin: 0;
    display: none;
    align-items: center;
    height: 50px;
    background-color: rgba(83, 86, 93);

}

.liHorizontal1 {
    display: flex;
    align-items: center;
    border-left: solid 2px rgb(255, 195, 0);
}




/* **************** BOTON AMBURGUESA ***************/
.hamburger {
    position: relative;
    width: 25px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.hamburger .barra {
    display: block;
    width: 100%;
    height: 2px;
    background: white;
    border-radius: 1px;
    margin: 1px 0;
    transition: all 0.3s ease;
}

.hamburger .cruz {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    color: white;
    display: none;
    pointer-events: none;
}

.hamburger.active .barra {
    display: none;
}

.hamburger.active .cruz {
    display: block;
}

/****************************************************/






/* ------------------ about1 ---------------- */
.about1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    position: relative;
    min-height: calc(100vh - 60px);
    height: auto;

}

.about1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
}


.about1>* {
    position: relative;
    z-index: 1;
}

#top {
    scroll-margin-top: 60px;
}


.slider-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: -1;

}

.slider-track {
    display: flex;
    height: 100%;
    will-change: transform;
}


.slider-track img {
    width: 100vw;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
}


.caja1,
.caja2 {

    box-sizing: border-box;
    color: white;

}

.caja2 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 20px;
}

.caja1 img {
    width: clamp(220px, 20vw, 350px);
    height: auto;

}

.presentacion {
    border: none;
    padding: 0;
}

.h2Profesion {
    margin: 0;
    text-align: left;
    font-size: clamp(2rem, 3vw, 4rem);
    color: white;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.9s ease, transform 1s ease;
    max-width: 700px;
}

.h2Profesion.show {
    opacity: 1;
    transform: translateY(0);
}

.about1 .caja2>.btn-container {
    color: white;
    margin-left: 0;
    padding-left: 0;
}

.btn-container {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s ease, transform .6s ease;
}

.btn-container.show {
    opacity: 1;
    transform: translateY(0);
}

.learn-btn {
    display: inline-block;
    padding: 12px 28px;
    border: 2px solid #fff;
    text-decoration: none;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    transition: 0.3s ease;
}

.learn-btn:hover {
    background-color: rgb(255, 195, 0);
    color: black;
    border-color: rgb(255, 195, 0);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 195, 0, 0.4);
}


/* --- ABOUT SECTION --- */
.about-section {
    background: #2b2b2b;
    padding: 40px 10%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.about-text {
    color: #ffffff;
    min-width: 350px;
}

.about-title {
    font-size: 3rem;
    color: #f4d03f;
    font-weight: 800;
    margin-bottom: 10px;
}

.about-subtitle {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 25px;
}

.about-description {
    font-size: 1rem;
    color: #dcdcdc;
    line-height: 1.6;
    margin-bottom: 18px;
    text-align: justify;
    max-width: 650px;
}

.about-img-container {
    display: flex;
    justify-content: center;
}

.about-img {
    width: 100%;
    max-width: 650px;
    height: auto;
    aspect-ratio: 16/10;
    object-fit: contain;
    border-radius: 2px;
}


/* --- Proyectos --- */
.proyectos-wrapper {
    background-color: #2b2b2b;
}

.Proyectos-title {
    background-color: #2b2b2b;
    font-size: 2rem;
    font-size: clamp(1.9rem, 2.5vw, 3rem);
    color: #f4d03f;
    font-weight: 800;
    margin-bottom: 10px;
    padding: 10px 10%;
    margin: 0;
    text-align: center;
}


/* ===== Animación About ===== */
.about-text>* {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.about-img-container {
    opacity: 0;
    transform: translateX(60px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Estado animado */
.about-section.animate .about-text>* {
    opacity: 1;
    transform: translateY(0);
}

.about-section.animate .about-img-container {
    opacity: 1;
    transform: translateX(0);
}

.about-text>*:nth-child(1) {
    transition-delay: 0.1s;
}

.about-text>*:nth-child(2) {
    transition-delay: 0.2s;
}

.about-text>*:nth-child(3) {
    transition-delay: 0.3s;
}






/* --- VALUES SECTION (TARJETAS) --- */
.values-section {
    background: #2b2b2b;
    padding: 60px 10%;
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 30px;
}

.values-section a {
    text-decoration: none;
}

.value-card {
    background: #1f1f1f;
    padding: 25px;
    border-left: 4px solid #f4d03f;
    border-radius: 5px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
}

.value-card:hover {
    background: #968c65;
}

/* RESPONSIVE CARDS */
@media (max-width: 900px) {
    .values-section {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .values-section {
        grid-template-columns: 1fr;
    }
}





/* ===== ANIMACIÓN PROYECTOS – VERSIÓN PRO ===== */
.Proyectos-title {
    margin: 0;
    padding: 20px 0;
    transform: translateY(16px);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.Proyectos-title.animate {
    transform: translateY(0);
}

/* TARJETAS */
.values-section .value-card {
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 0.35s linear,
        transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity;
}

.values-section.animate .value-card {
    opacity: 1;
    transform: translateY(0);
}

/* STAGGER TARJETAS */
.values-section.animate .value-card:nth-child(1) {
    transition-delay: 0.12s;
}

.values-section.animate .value-card:nth-child(2) {
    transition-delay: 0.24s;
}

.values-section.animate .value-card:nth-child(3) {
    transition-delay: 0.36s;
}

.values-section.animate .value-card:nth-child(4) {
    transition-delay: 0.48s;
}





/* ===== ABOUT STATS ===== */
.about-stats {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 30px;
}

.stat {
    color: #dcdcdc;
}

.stat p {
    margin: 6px 0 0;
    font-size: 0.9rem;
    line-height: 1.3;
}

.counter {
    font-size: 2.4rem;
    font-weight: 800;
    color: #f4d03f;
    display: block;
}


.counter::before {
    content: "+";
    margin-right: 2px;
}






/* ----- CONTENEDOR GENERAL ----- */
.industries-section {
    background: #222;
    padding: 90px 6%;
    text-align: center;
    color: #ffffff;
}

/* ----- TITULOS ----- */
.industries-title {
    font-size: 3rem;
    color: #f4d03f;
    font-weight: 800;
    margin-bottom: 15px;
}

.industries-subtitle {
    font-size: 1.2rem;
    color: #cccccc;
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}


.industries-grid a {
    text-decoration: none;
}


a .industry-card {
    text-decoration: none;
    cursor: pointer;
}


.industry-card {
    background: #1a1a1a;
    border-radius: 6px;
    padding: 35px 25px;
    border-top: 4px solid #f4d03f;
    transition: 0.3s;
    cursor: default;
    min-height: 500px;

}

.industry-card:hover {
    background: #2a2a2a;
    transform: translateY(-5px);


}

.industry-icon {
    width: 100%;
    height: 250px;

    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 15px;
}

.industry-card:hover h3,
.industry-card:hover p {
    color: #f4d03f;

}


.industry-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    display: block;
}

.industry-card h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
    color: #ffffff;
}

.industry-card p {
    font-size: 1rem;
    line-height: 1.5;
    color: #d2d2d2;
}






/* ----- RESPONSIVE ----- */
@media (max-width: 1100px) {
    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .industries-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 600px) {
    .industries-grid {
        grid-template-columns: 1fr;
    }

    .industries-title {
        font-size: 2rem;
    }
}






/* ============================= cards-section ============================= */


.cards-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* todo centrado */
    padding: 60px 20px;
    background-color: rgba(83, 86, 93);
    color: white;

}


.cards-section h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.cards-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-start;
}


.card {
    background-color: #3a3a3a;
    border-radius: 3px;
    flex: 1 1 300px;
    max-width: 400px;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}


.cards-container a {
    text-decoration: none;
    color: white;
}

.card-link {
    position: absolute;
    inset: 0;
    z-index: 10;
}


.titulotarjetas {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin-bottom: 40px;
    color: #f4d03f;
}


.card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.card-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card-content h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.card-content p {
    font-size: 0.9rem;
    flex: 1;
    margin-bottom: 15px;
    line-height: 1.4;
}


.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    color: rgb(255, 195, 0);
}

/* Responsive */
@media (max-width: 1000px) {
    .cards-container {
        flex-direction: column;
        align-items: center;
    }
}


#portfolio {
    scroll-margin-top: 80px;
}



.presentacion {
    position: relative;

}




/* ----- CONTENEDOR GENERAL ----- */
.contact-section {
    background: #1e1e1e;
    padding: 90px 6%;
    color: #ffffff;
}

.contact-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}


.contact-info {
    align-items: center;
}

.imagenSeccionContacto {

    max-width: 270px;
    height: auto;
    object-fit: contain;
    border-radius: 2px;
    display: block;
    margin: 0 auto;

}

/* ----- INFO ----- */
.contact-info h2 {
    font-size: 3rem;
    color: #f4d03f;
    font-weight: 800;
    margin-bottom: 15px;
}

.contact-info p {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #dddddd;
}




/* Estilo del botón de WhatsApp para la sección Contacto */
.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #25D366;
    color: #fff;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    margin-top: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.2);
}

.whatsapp-btn i {
    font-size: 1.5rem;
    margin-right: 12px;
}

.whatsapp-btn:hover {
    background-color: #128c7e;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(18, 140, 126, 0.3);
    color: #fff;
    /* Asegura que el texto siga blanco */
}

/* Ajuste opcional para móviles */
@media (max-width: 768px) {
    .whatsapp-btn {
        width: 100%;
        box-sizing: border-box;
    }
}





/* ----- RESPONSIVE ----- */
@media (max-width: 900px) {
    .contact-container {
        grid-template-columns: 1fr;
    }

    .contact-info h2 {
        text-align: center;
    }

    .contact-info p {
        text-align: center;
        max-width: 600px;
        margin: 0 auto 30px auto;
    }
}



.site-header {
    display: none;
}




/* ===== FOOTER GENERAL ===== */
.footer {
    background: #0d0d0d;
    color: #fff;
    padding: 60px 20px 20px;
    font-family: "Poppins", sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.footer-col {
    flex: 1;
    min-width: 180px;
}

.footer-col h4 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    font-weight: 600;
    color: #f1c40f;
}

.footer-col p {

    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
    margin-bottom: 10px;
    font-size: 0.95rem;
    opacity: 0.8;

}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
    font-size: 0.95rem;
    opacity: 0.8;
}

/* ===== LINKS ===== */
.footer-col ul li a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: #f1c40f;
    /* Hover amarillo */
}


.footer-logo {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
}



/* ===== BOTTOM ===== */
.footer-bottom {
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
}

.footer-bottom p {
    font-size: 0.85rem;
    opacity: 0.6;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .footer-container {
        gap: 30px;
    }
}

@media (max-width: 700px) {
    .footer-col {
        min-width: 100%;
    }

}



/* ******* Menu desplegable ********* */
.menu-overlay {
    position: fixed;
    top: -110%;
    left: 0;
    width: 100%;
    height: calc(100vh - 40px);
    background-size: cover;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: top 0.5s ease-in-out;
    overflow-y: auto;
}

.menu-overlay.active {
    top: 40px;
    /* margin-top: 40px; */
}

.menu-overlay.active {
    align-items: flex-start;
}

.menu-content {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    padding-top: 0px;
    border-radius: 2px;
    text-align: center;
    width: 100%;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    width: 85%;
}

.menu-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: flex-start;
    border-bottom: none;
    box-shadow: inset 0 -0.5px 0 0 yellow;
}

.menu-list h2 {
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.menu-list li {
    margin: 10px 0;
}

.menu-list p {
    color: white;
}

.menu-list:last-of-type li {
    margin: 5px 0;
}

.menu-list a {
    text-decoration: none;
    color: white;
    font-size: 24px;
    font-weight: 500;
    transition: color 0.3s ease;
    font-size: 16px;
}

.menu-list a:hover {
    color: yellow;
    font-weight: 800;
}

.menu-content>.menu-list:last-of-type p {
    margin: 1px 0;
    line-height: 1.4;
    box-shadow: none;
    align-self: center;
    font-size: 14px;
}

.menu-content>.menu-list:last-of-type {
    box-shadow: none;
    border-bottom: none;
}

.menu-content .menu-list:last-child {
    margin-top: auto;
    margin-bottom: 20px;
}

.menu-content ul:nth-of-type(2) {
    box-shadow: none;
}


.menu-content ul:nth-of-type(4) {
    box-shadow: none;
}


.menu-overlay .contact-info .imagenSeccionContacto {
    width: 180px;
    height: auto;
    display: block;
    /* Útil si querés centrarla con margin: auto */
    margin: 10px auto;
}



/************ MENU LIST ********************/
.liHorizontal1 img {
    position: absolute;
    top: 11px;
    right: 20px;
    width: 33px;
    filter:
        drop-shadow(0 0 10px rgba(211, 211, 200, 0.9)) drop-shadow(0 0 25px rgb(215, 238, 86));
}


.liHorizontal1 .img-hover {
    opacity: 0;
}

.liHorizontal1:hover .img-hover {
    opacity: 1;
}

.liHorizontal1:hover .img-normal {
    opacity: 0;
}


/**************   MOBILE ***************/
@media (max-width: 810px) {

    html,
    body {
        overflow-y: auto;
        scrollbar-width: none;
        height: 100%;
    }

    html::-webkit-scrollbar,
    body::-webkit-scrollbar {
        display: none;
    }

    .desktop {
        display: none;
    }

    .encabezado {
        display: none;
    }

    .site-header {
        display: block;
        padding: 0;
    }

    .ulHorizontal {
        position: fixed;
        box-sizing: border-box;
        width: 100%;
        display: flex;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
        padding-left: 20px;
        padding-right: 20px;
        z-index: 2000;
    }

    .ulHorizontal li:nth-child(1),
    .ulHorizontal li:nth-child(2) {
        margin-right: 8px;
    }


    .no-scroll {
        position: fixed;
        overflow: hidden;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .titulotarjetas {
        text-align: center;
    }


    .about1 {
        height: 100dvh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: grey;
    }

    .caja2 {
        align-items: center;
        margin: 0;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }

    .p-about1 {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
        max-width: 350px;
        text-align: justify;
        justify-self: center;
        display: block;
    }

    .h2Profesion {
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
    }

    .caja1 img {
        padding-top: 10px;
    }



    .separator-content {
        justify-content: space-evenly;
        align-items: center;
    }

    .separator-text {
        text-align: center;
        margin-right: 15px;
        margin-left: 15px;
    }

    .separator-content img {
        display: none;
    }

    .separator2 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .separator2-text {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }



    .learn-btn {
        margin-top: 30px;
    }

}



/* RESPONSIVE ABOUT */
@media (max-width: 900px) {
    .about-section {
        grid-template-columns: 1fr;
        text-align: center;
        justify-content: center;
    }

    .about-text {
        margin: 0 auto;
        max-width: 600px;
    }

    .about-img-container {
        order: -1;
    }

    .about-img {
        max-width: 400px;
    }

    .about-description {
        font-size: 16px;
    }
}




/* Animación Keyframes */
@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
        transform: translateY(-20px);
    }
}