/* ==========================
   GOMIA WEB 2026
========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background:#111;
    font-family:Arial, Helvetica, sans-serif;
    color:#fff;
}



/*=====================================================
HEADER GOMIA 2026
=====================================================*/

.header{
    width:100%;
    height:56px;
    background:#111;
}

.header-contenedor{
    width:100%;
    max-width:1500px;
    height:56px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 35px 0 65px;
}

/*----------------------------------
LOGO
-----------------------------------*/

.header-logo{
    display:flex;
    align-items:center;
}

.header-logo img{
    height:34px;
    display:block;
}

.linea-separadora{
    width:1px;
    height:42px;
    background:#555;
    margin:0 18px;
}

.experiencia{
    display:flex;
    align-items:center;
    margin-top:2px;
}

.numero{
    color:#f5a100;
    font-size:32px;
    font-weight:500;
    line-height:24px;
    margin-right:5px;
}

.texto{
    color:#f2f2f2;
    font-size:12px;
    font-weight:500;
    line-height:13px;
    text-transform:uppercase;
    letter-spacing:1.3px;
}

/*----------------------------------
MENU
-----------------------------------*/

.menu{
    display:flex;
    gap:60px;
}

.menu a{
    color:#ffffff;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
    letter-spacing:.1px;
    transition:.25s;
    position:relative;
}

.menu a:hover{
    color:#f5a100;
}

.menu a.activo::after{
    content:"";
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-8px;
    width:34px;
    height:2px;
    border-radius:2px;
    background:#f5a100;
}

/*----------------------------------
TELEFONO
-----------------------------------*/

.telefono{
    display:flex;
    align-items:center;
    gap:13px;

    color:#ffffff;
    text-decoration:none;

    font-family:'Montserrat',sans-serif;
    font-size:21px;
    font-weight:600;
    letter-spacing:.8px;

    margin-right:20px;
}

.telefono img{
    width:38px;
    height:38px;

    display:block;
    flex-shrink:0;

    transform-origin:center center;
    animation:wsp-header 4s infinite ease-in-out;
}

/*====================================
            HERO
====================================*/

.hero{
    max-width:1400px;
    margin:0 auto;
    padding:48px 30px 0;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:40px;
}

.hero-izquierda{
    width:38%;
    padding-top:46px;
    padding-left:30px;
}

.hero-derecha{
    width:62%;
}

/*====================================
        TITULOS HERO
====================================*/

.hero-izquierda h3{
    font-size:22px;
    font-weight:300;
    letter-spacing:3px;
    color:#ffffff;
    margin-bottom:12px;
}

.hero-izquierda h1{
    line-height:.72;
    margin-bottom:18px;
}

.hero-izquierda .blanco{
    display:block;
    color:#ffffff;
    font-size:62px;
    font-weight:500;
}

.hero-izquierda .naranja{
    display:block;
    color:#f5a100;
    font-size:62px;
    font-weight:500;
    letter-spacing:3px;
    margin-top:20px;
}

.linea-naranja{
    width:90px;
    height:4px;
    background:#f5a100;
    margin-bottom:18px;
}

/*====================================
        TEXTO HERO
====================================*/

.hero-izquierda p{
    width:430px;
    font-size:23px;
    line-height:31px;
    letter-spacing:0.2px;
    color:#d9d9d9;
    margin-bottom:38px;
    font-weight:300;
}

.boton-wsp{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    gap:12px;

    background:#189E32;
    color:#fff;

    text-decoration:none;

    padding:4px 34px;

    border-radius:8px;

    font-family:'Montserrat',sans-serif;
    font-size:19px;
    font-weight:600;
    letter-spacing:1.2px;

    transition:all .25s ease;
}

.boton-wsp:hover{
    background:#14892B;
    transform:translateY(-2px);
}

.boton-wsp img{
    width:48px;
    height:48px;
    display:block;
    flex-shrink:0;
}

/*====================================
        HERO CONTENEDOR
====================================*/

.hero{
    padding:0;
}

.hero-contenedor{
    max-width:1500px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:40px;
}

.hero-izquierda{
    flex:0 0 390px;
}

.hero-derecha{
    flex:0.93;
}

.hero-slider{
    width:100%;
    aspect-ratio:16/9;
    overflow:hidden;
    background:#222;
}

.hero-slider img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    display:block;

    transition:opacity .30s;
}

/*====================================
        FLECHAS HERO
====================================*/

.hero-slider{
    position:relative;
}

.hero-flecha{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    border:none;
    background:none;
    color:#ffffff;
    font-size:66px;
    font-weight:200;
    opacity:.32;
    cursor:pointer;
    transition:.25s;
    z-index:10;
    user-select:none;
}

.hero-flecha:hover{
    opacity:1;
}

.hero-anterior{
    left:40px;
}

.hero-siguiente{
    right:40px;
}

/*====================================
        GALERIA HERO
====================================*/

.hero-galeria{
    background:#f2f1ec;
    padding:2px 0 1px;
}

/*====================================
        MINIATURAS HERO
====================================*/

.hero-miniaturas{
    display:flex;
    gap:2px;
    margin-top:0px;
    padding-top:0px;
    background:#f2f1ec;

    overflow-x:auto;
    overflow-y:hidden;

    scroll-behavior:smooth;

    scrollbar-width:none;
}

.hero-miniaturas::-webkit-scrollbar{
    display:none;
}

.hero-miniaturas img{
    width:calc((100% - 10px) / 6);

    flex:0 0 calc((100% - 10px) / 6);

    aspect-ratio:16/8;
    object-fit:cover;
    display:block;
    cursor:pointer;

    opacity:1;
    transition:.25s;

    border:3px solid transparent;
}

.hero-miniaturas img:hover{
    transform:scale(1.02);
}

.hero-miniaturas img.activa{
    border-color:#f5a100;
    transform:scale(1.02);
}

/*====================================
        BARRA SERVICIOS
====================================*/

.barra-servicios{
    width:100%;
    background:#f2f1ec;
}

.barra-servicios-contenedor{
    width:100%;

    display:grid;
    grid-template-columns:1fr repeat(6,1fr);

    align-items:center;

    min-height:auto;

    padding-left:35px;
    padding-right:35px;

    box-sizing:border-box;
}

.titulo-servicios{
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:left;

    padding-left:8px;
}

.titulo-servicios h2{
    margin:0;
}

.titulo-chico{
    font-size:13px;
    font-weight:600;
    letter-spacing:0.8px;
    line-height:12px;
    color:#666;
    
}

.titulo-grande{
    display:block;

    font-size:18px;
    font-weight:700;
    line-height:22px;

    color:#111;

}

.linea-titulo{
    display:block;

    width:30px;
    height:2px;

    margin-top:6px;

    background:#f5a100;
}

.servicio{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    text-align:center;

    min-height:74px;

    padding-bottom:6px;

    border-left:1px solid #d8d3cb;
}

.servicio img{
    width:50px;
    height:50px;
    display:block;
    margin:0 auto 4px;
}

.servicio span{
    font-family:'Montserrat',sans-serif;

    font-size:11px;

    font-weight:500;

    line-height:14px;

    letter-spacing:.6px;

    color:#111;
}

/*====================================
        BARRA CONTACTO
====================================*/

.barra-contacto{
    width:100%;
    background:#111;
    border-top:3px solid #f5a100;
}

.barra-contacto-contenedor{
    width:100%;
    max-width:1500px;

    margin:auto;

    display:grid;
    grid-template-columns:repeat(4,1fr);

    align-items:center;

    min-height:48px;

    padding:0 35px;

    box-sizing:border-box;
}

.contacto-item{
    display:flex;
    justify-content:center;
    align-items:center;

    gap:12px;

    color:#ffffff;

    border-left:1px solid rgba(255,255,255,.05);
}

.contacto-item:first-child{
    border-left:none;
}

.contacto-item img{
    width:30px;
    height:30px;
    display:block;
}

.contacto-item.experiencia img{
    width:30px;
    height:30px;
}

.contacto-item span{
    font-family:'Montserrat',sans-serif;
    font-size:13px;
    font-weight:500;
    letter-spacing:.5px;
}

/*====================================
        ANIMACIÓN WHATSAPP HEADER
====================================*/

@keyframes wsp-header{

    0%{
        transform:scale(1) rotate(0deg);
    }

    5%{
        transform:scale(1.05) rotate(6deg);
    }

    8%{
        transform:scale(1.03) rotate(-5deg);
    }

    11%{
        transform:scale(1.05) rotate(4deg);
    }

    15%{
        transform:scale(1) rotate(0deg);
    }

    100%{
        transform:scale(1) rotate(0deg);
    }

}


/*====================================
        RESPONSIVE
====================================*/

@media (max-width:768px){
    
    *{
    box-sizing:border-box;
}

html,
body{
    width:100%;
    overflow-x:hidden;
}
    
/*------------------------------
        HEADER
------------------------------*/

.header{
    height:60px;
}

.header-contenedor{
    height:60px;
    padding:0 18px;
}

.linea-separadora,
.experiencia,
.menu{
    display:none;
}

.header-logo img{
    height:20px;
}

.telefono{
    margin-right:0;
    gap:6px;
    font-size:16px;
    font-weight:600;
}

.telefono img{
    width:28px;
    height:28px;
}


/*------------------------------
        HERO
------------------------------*/

.hero{
    padding:0;
}

.hero-contenedor{

    width:100%;
    max-width:100%;

    display:flex;

    flex-direction:column;

    gap:28px;

    padding:0;

}

.hero-izquierda{

    flex:none;

    width:100%;

    padding:2px 18px 0;

}

.hero-derecha{

    flex:none;

    width:100%;

}

.hero-izquierda h3{

    font-size:15px;

    font-weight:300;

    letter-spacing:2px;

    margin-bottom:6px;

}

.hero-izquierda h1{
    margin:0;
    padding:0;
    line-height:0.75;
}

.hero-izquierda h1 span{
    display:block;
    margin:0;
    padding:0;
}

.hero-izquierda .blanco,
.hero-izquierda .naranja{
    display:block;

    font-size:42px;

    font-weight:500;

    line-height:0.82;

    letter-spacing:1px;

    margin:0;

    padding:0;
}

.hero-izquierda .naranja{
    margin-top:8px;
}

.linea-naranja{

    width:78px;
    height:3px;

    margin:12px 0 14px;

}

.hero-izquierda p{

    width:100%;

    font-size:16px;

    line-height:18px;

    margin-bottom:20px;

}

.boton-wsp{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:6px;

    width:100%;

    max-width:300px;

    font-size:16px;

    font-weight:600;

    letter-spacing:.5px;

    padding:6px 0;

    border-radius:8px;

}

.boton-wsp img{

    width:34px;
    height:34px;

    margin-left:-6px;
    margin-right:-2px;

    flex-shrink:0;

}


.hero-slider{
    width:100%;
    max-width:100%;
    aspect-ratio:16/9;
}


.hero-miniaturas{

    display:none;

}

.hero-flecha{

    font-size:50px;
    opacity:.60;

}

.hero-anterior{

    left:16px;

}

.hero-siguiente{

    right:16px;

}

/*------------------------------
    BARRA SERVICIOS
------------------------------*/

.titulo-servicios{
    display:none;
}

.barra-servicios-contenedor{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    padding:0;

}

.servicio{

    min-height:82px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    padding:6px 4px;

    background:#111;

    border:none;

}

.servicio img{

    width:32px;
    height:32px;

    margin-bottom:4px;

}

.servicio span{

    color:#fff;

    font-size:10px;

    line-height:12px;

    font-weight:500;

    letter-spacing:.3px;

    text-align:center;

}

.servicio:hover{

    background:#1b1b1b;

}

/*------------------------------
        BARRA CONTACTO
------------------------------*/

.barra-contacto-contenedor{

    display:grid;

    grid-template-columns:1fr 1fr;

    grid-template-areas:
        "telefono telefono"
        "mail mail"
        "ubicacion experiencia";

    gap:4px 0;

    padding:12px 16px;

}

.contacto-telefono{
    grid-area:telefono;
}

.contacto-mail{
    grid-area:mail;
}

.contacto-ubicacion{
    grid-area:ubicacion;
}

.contacto-experiencia{
    grid-area:experiencia;
}

.contacto-item{

    min-height:28px;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:8px;

    border:none;

}

.contacto-item img{

    width:22px;

    height:22px;
    
    flex-shrink:0;

}

.contacto-item span{

    font-size:12px;

    letter-spacing:.3px;

}

.contacto-telefono span{

    font-size:17px;

    font-weight:600;

}

.contacto-mail span{

    font-size:14px;

}

.contacto-ubicacion{

    justify-content:flex-start;

}

.contacto-experiencia{

    justify-content:flex-end;

}

.contacto-experiencia img{

    width:16px;

    height:16px;

}

.barra-contacto{

    border-top:2px solid rgba(245,161,0,.40);

}

}


