.elementor-kit-6{--e-global-color-primary:#58ABE1;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#3C86B6;--e-global-color-7a5a04c:#FFA200;--e-global-color-1fda159:#FDC500;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================
RESET + BASE
========================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins', sans-serif;
}

html{
    scroll-behavior:smooth;
}

body{
    background:#fafafa;
    color:#111;
    line-height:1.7;
}

:root{

    --negro:#0b0b0b;
    --carbon:#151515;
    --rojo:#e50914;
    --blanco:#ffffff;
    --gris:#8c8c8c;
    --claro:#f5f5f5;
}

/* =========================
SOBRE MIRIAM
========================= */

.sobre-video{

    width:100%;
    max-width:450px;
    height:500px;
    object-fit:cover;
    border-radius:4px;
    display:block;

}

.sobre{

    padding:120px 8%;

    background:white;

}



.contenedor{

    max-width:1200px;
    margin:auto;

    display:grid;

    grid-template-columns:400px 1fr;

    gap:80px;

    align-items:center;

}


.sobre-img img{

    width:100%;

    max-width:450px;

    border-radius:4px;

    display:block;

}



.sobre-info{

    max-width:650px;

}



.titulo-pequeno{

    font-size:13px;

    letter-spacing:3px;

    color:var(--dorado);

    font-weight:600;

}



.sobre-info h2{


    font-size:42px;

    line-height:1.2;

    margin:20px 0 30px;

    font-weight:700;


}



.sobre-info p{

    color:#555;

    font-size:16px;

    margin-bottom:20px;

    line-height:1.9;

}





/* =========================
ESTADISTICAS
========================= */


.estadisticas{


    background:#111;

    padding:70px 8%;


}



.contenedor-estadisticas{


    max-width:1100px;

    margin:auto;


    display:grid;

    grid-template-columns:repeat(5,1fr);

    gap:30px;


}



.numero{

    text-align:center;

    color:white;

}



.numero h2{

    font-size:45px;

    font-weight:700;

    color:white;

    margin-bottom:10px;


}



.numero p{


    font-size:14px;

    color:#aaa;

    letter-spacing:1px;


}


/* =========================
HEADER
========================= */

header{

    background:rgba(255,255,255,0.92);
    backdrop-filter:blur(10px);

    padding:20px 60px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    position:sticky;
    top:0;

    z-index:1000;

    border-bottom:1px solid #eee;

}


.logo img{

    width:120px;
    display:block;

}


nav{

    display:flex;
    gap:35px;

}


nav a{

    color:#111;

    text-decoration:none;

    font-size:14px;

    font-weight:500;

    position:relative;

    transition:.3s;

}



nav a::after{

    content:"";

    position:absolute;

    bottom:-8px;

    left:0;

    width:0%;

    height:2px;

    background:var(--dorado);

    transition:.3s;

}


nav a:hover::after{

    width:100%;

}



/* =========================
HERO
========================= */


.hero{

    height:100vh;

    position:relative;

    overflow:hidden;

}


.hero-img{

    width:100%;

    height:100%;

    object-fit:cover;

    position:absolute;

}



.hero-overlay{

    position:absolute;

    inset:0;

    background:
    linear-gradient(
    90deg,
    rgba(0,0,0,.75),
    rgba(0,0,0,.25)
    );

}



.hero-info{
    position:relative;
    z-index:2;
    height:100%;
    max-width:700px;
    padding-left:3%;

    display:flex;
    flex-direction:column;

    color:white;
}

.categoria{

    font-size:13px;

    letter-spacing:3px;

    color:#ddd;

    margin-bottom:25px;

}



.hero-info h1{

    font-size:60px;

    line-height:1.15;

    font-weight:700;

    margin-bottom:25px;

}



.hero-info p{

    font-size:18px;

    max-width:600px;

    color:#eee;

    margin-bottom:35px;

}



.hero-botones{

    display:flex;

    gap:20px;

}



.btn-principal,
.btn-secundario{


    padding:14px 30px;

    text-decoration:none;

    border-radius:30px;

    font-size:14px;

    transition:.3s;

}



.btn-principal{

    background:white;

    color:#111;

}



.btn-principal:hover{

    transform:translateY(-3px);

}



.btn-secundario{

    border:1px solid white;

    color:white;

}



.btn-secundario:hover{

    background:white;

    color:#111;

}



.scroll{

    position:absolute;

    bottom:35px;

    left:50%;

    transform:translateX(-50%);

    color:white;

    font-size:30px;

    z-index:3;

}

/* =========================
EMPRESAS Y PROYECTOS
========================= */


.empresas{

    background:#fafafa;

    padding:120px 8%;

}



.titulo-seccion{

    max-width:750px;

    margin:0 auto 60px;

    text-align:center;

}



.titulo-seccion span{

    font-size:12px;

    letter-spacing:3px;

    color:var(--dorado);

    font-weight:600;

}



.titulo-seccion h2{

    font-size:42px;

    line-height:1.2;

    margin:20px 0;

}



.titulo-seccion p{

    color:#666;

    font-size:16px;

}



.empresas-grid{


    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;


}



.empresa-card{


    background:white;

    border-radius:8px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.4s;


}



.empresa-card:hover{

    transform:translateY(-10px);

}



.empresa-card img{

    width:100%;

    height:250px;

    object-fit:cover;

}



.empresa-info{

    padding:30px;

}



.empresa-info h3{

    font-size:24px;

    margin-bottom:15px;

}



.empresa-info p{

    color:#666;

    font-size:15px;

}



.empresa-info a{

    display:inline-block;

    margin-top:20px;

    color:#111;

    text-decoration:none;

    font-weight:600;

}





/* =========================
NOTICIAS
========================= */


.noticias{


    padding:120px 8%;

    background:white;


}



.noticias-grid{


    max-width:1200px;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin:auto;


}



.noticia{


    border-radius:8px;

    overflow:hidden;

    background:#fafafa;

    transition:.3s;


}



.noticia:hover{

    transform:translateY(-8px);

}



.noticia img{

    width:100%;

    height:240px;

    object-fit:cover;

}



.noticia-info{

    padding:25px;

}



.fecha{

    color:var(--dorado);

    font-size:12px;

    letter-spacing:2px;

}



.noticia-info h3{

    font-size:22px;

    margin:15px 0;

}



.noticia-info p{

    color:#666;

    font-size:15px;

}



.noticia-info a{

    display:block;

    margin-top:20px;

    text-decoration:none;

    color:#111;

    font-weight:600;

}





/* =========================
LIBRO
========================= */


.libro{


    padding:120px 8%;

    background:#111;

    color:white;


}



.libro-contenedor{


    max-width:1100px;

    margin:auto;

    display:grid;

    grid-template-columns:400px 1fr;

    gap:80px;

    align-items:center;


}



.libro-imagen img{


    width:100%;

    border-radius:5px;

    box-shadow:0 20px 40px rgba(0,0,0,.4);


}



.libro-info span{


    color:var(--dorado);

    letter-spacing:3px;

    font-size:13px;


}



.libro-info h2{


    font-size:45px;

    line-height:1.2;

    margin:20px 0;


}



.libro-info p{


    color:#ccc;

    margin-bottom:20px;

    font-size:16px;


}



.btn-libro{


    display:inline-block;

    margin-top:20px;

    padding:14px 35px;

    background:white;

    color:#111;

    text-decoration:none;

    border-radius:30px;

    transition:.3s;


}



.btn-libro:hover{


    transform:translateY(-3px);


}

/* =========================
CONFERENCIAS
========================= */


.conferencias{

    padding:120px 8%;

    background:#fafafa;

}



.conferencias-grid{


    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;


}



.conferencia{


    background:white;

    padding:20px;

    border-radius:10px;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:.3s;


}



.conferencia:hover{

    transform:translateY(-8px);

}



.conferencia img{
    width:160px;
    height:160px;
    object-fit:cover;
    border-radius:50%;
    margin:0 auto 20px;
    display:block;
}


.conferencia h3{

    font-size:22px;

    margin-bottom:10px;

}



.conferencia p{

    color:#666;

    font-size:15px;

}





/* =========================
TRAYECTORIA
========================= */


.trayectoria{


    padding:120px 8%;

    background:white;


}



.timeline{


    max-width:1100px;

    margin:70px auto 0;


    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;


}



.timeline-item{


    padding:35px;

    border-left:2px solid #111;

    position:relative;

    background:#fafafa;


}



.timeline-item::before{


    content:"";

    width:12px;

    height:12px;

    background:#111;

    border-radius:50%;


    position:absolute;

    left:-7px;

    top:35px;


}



.timeline-item h3{


    font-size:24px;

    margin-bottom:15px;


}



.timeline-item p{


    color:#666;

    font-size:15px;

    line-height:1.8;


}

/* =========================
GALERÍA
========================= */

.galeria{

    padding:120px 8%;

    background:#fafafa;

}



.galeria-grid{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:15px;

}



.galeria-grid img{

    width:100%;

    height:280px;

    object-fit:cover;

    border-radius:8px;

    transition:.4s;

    cursor:pointer;

}



.galeria-grid img:hover{

    transform:scale(1.03);

}



/* =========================
FOOTER
========================= */

.footer{

    background:#0d0d0d;

    color:white;

    padding:90px 8% 30px;

}



.footer-contenedor{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:2fr 1fr 1fr 1fr;

    gap:50px;

}



.footer-logo h2{

    font-size:28px;

    margin-bottom:15px;

}



.footer-logo p{

    color:#aaa;

}



.footer h3{

    margin-bottom:20px;

    font-size:18px;

}



.footer a{

    color:#bbb;

    text-decoration:none;

    display:block;

    margin-bottom:12px;

    transition:.3s;

}



.footer a:hover{

    color:white;

}



.footer-contacto p{

    color:#bbb;

    margin-bottom:10px;

}



.footer-btn{

    display:inline-block;

    margin-top:15px;

    padding:14px 28px;

    background:white;

    color:#111 !important;

    border-radius:30px;

    text-decoration:none;

}



.footer-copy{

    border-top:1px solid rgba(255,255,255,.1);

    margin-top:60px;

    padding-top:25px;

    text-align:center;

    color:#777;

    font-size:14px;

}



/* =========================
RESPONSIVE
========================= */

@media(max-width:992px){

    .contenedor{

        grid-template-columns:1fr;

        text-align:center;

    }

    .sobre-img img{

        margin:auto;

    }

    .libro-contenedor{

        grid-template-columns:1fr;

        text-align:center;

    }

    .empresas-grid{

        grid-template-columns:1fr;

    }

    .noticias-grid{

        grid-template-columns:1fr;

    }

    .conferencias-grid{

        grid-template-columns:1fr 1fr;

    }

    .timeline{

        grid-template-columns:1fr;

    }

    .galeria-grid{

        grid-template-columns:1fr 1fr;

    }

    .footer-contenedor{

        grid-template-columns:1fr 1fr;

    }

}



@media(max-width:768px){

    header{

        padding:15px 25px;

        flex-direction:column;

        gap:15px;

    }

    nav{

        flex-wrap:wrap;

        justify-content:center;

        gap:15px;

    }

    .hero-info{

        padding:0 30px;

        text-align:center;

        align-items:center;

    }

    .hero-info h1{

        font-size:42px;

    }

    .hero-info p{

        font-size:16px;

    }

    .hero-botones{

        flex-direction:column;

        width:100%;

    }

    .titulo-seccion h2{

        font-size:34px;

    }

    .sobre-info h2{

        font-size:34px;

    }

    .libro-info h2{

        font-size:34px;

    }

    .contenedor-estadisticas{

        grid-template-columns:1fr 1fr;

    }

    .galeria-grid{

        grid-template-columns:1fr;

    }

    .conferencias-grid{

        grid-template-columns:1fr;

    }

    .footer-contenedor{

        grid-template-columns:1fr;

        text-align:center;

    }

}



@media(max-width:480px){

    .hero-info h1{

        font-size:34px;

    }

    .titulo-seccion h2{

        font-size:28px;

    }

    .sobre-info h2{

        font-size:28px;

    }

    .libro-info h2{

        font-size:28px;

    }

}

/* =========================
AJUSTES FINALES
========================= */


/* elimina espacios raros en imágenes */

img{

    max-width:100%;

}



/* enlaces generales */

a{

    transition:.3s ease;

}



/* mejora selección de texto */

::selection{

    background:#111;

    color:white;

}



/* evita que las secciones queden pegadas al navegar */

section{

    scroll-margin-top:90px;

}



/* animación suave al cargar elementos */

.sobre-info,
.empresa-card,
.noticia,
.conferencia,
.timeline-item{

    animation: aparecer .8s ease both;

}



@keyframes aparecer{

    from{

        opacity:0;

        transform:translateY(20px);

    }


    to{

        opacity:1;

        transform:translateY(0);

    }

}/* End custom CSS */