/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/




a {
    outline: none !important;
}

/* =========================================
   SECCIÓN RRHH LOMORO
   ========================================= */

.seccion-cajitas-rrhh {
    padding: 60px 20px;
    background-color: var(--gris);
    text-align: center;
}

.titulo-cajitas-rrhh {
    margin-bottom: 50px;
}

/* --- Layout Grid --- */
.contenedor-cajitas-rrhh {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 1050px;
    margin: 0 auto;
    text-align: left;
}

.columna-izq-cajitas-rrhh {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* --- Estilos de Tarjetas --- */

.tarjeta-alta-cajitas-rrhh {
    width: 453px !important;
    height: 450px !important;
}

.tarjeta-cajitas-rrhh {
    background-color: var(--blanco);
    border-radius: 24px;
    box-sizing: border-box;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.02);
    width: 459px;
    height: 212px;
    padding-inline: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

/* HOVER: Efecto */
.tarjeta-cajitas-rrhh:hover {
    transform: translateY(-8px);
    border-radius: 24px 45px 24px 45px;
    box-shadow: 0px 15px 30px rgba(23, 149, 136, 0.15);
}

.tarjeta-cajitas-rrhh:hover img.icono-cajitas-rrhh{
        filter: drop-shadow(3px 3px 9px #e6545875);
    transform: scale(1.08) translateY(-5px) rotate(3deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.icono-cajitas-rrhh {
    width: 70px;
    height: auto;
    margin-bottom: 12px;
    display: block;
}

.titulo-tarjeta-cajitas-rrhh {
    margin-top: 0;
    margin-bottom: 0;
}

.texto-tarjeta-cajitas-rrhh {
    font-family: var(--dm);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    color: var(--verde);
    margin: 0;
}

.lista-cajitas-rrhh {
    list-style-type: none;
    padding: 0;
    margin: 25px 0 0 0;
}

.item-lista-cajitas-rrhh {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    font-family: var(--dm);
    font-weight: 500;
    /* medium */
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0px;
    color: var(--verde);
    margin-bottom: 8px;
}

.icono-flecha-cajitas-rrhh {
    width: 20px;
    height: auto;
    flex-shrink: 0;
}

/* =========================================
    RESPONSIVE
   ========================================= */

@media only screen and (max-width: 1000px) {
    .contenedor-cajitas-rrhh {
        gap: 20px;
        width: 100%;
        align-items: center;
    }

    .columna-izq-cajitas-rrhh {
        gap: 20px;
    }

    .tarjeta-cajitas-rrhh,
    .tarjeta-alta-cajitas-rrhh {
        width: 100% !important;
        height: auto !important;
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 700px) {
    .contenedor-cajitas-rrhh {
        grid-template-columns: 1fr;
    }

    .seccion-cajitas-rrhh {
        padding: 40px 15px;
    }

    .tarjeta-cajitas-rrhh,
    .tarjeta-alta-cajitas-rrhh {
        padding: 30px 20px;
        width: 100% !important;
        height: auto !important;
    }

    .tarjeta-cajitas-rrhh:hover {
        transform: translateY(-4px);
        border-radius: 24px;
    }
}

/* =========================================
   SECCIÓN EXPERIENCIA 
   ========================================= */

.seccion-experiencia-cajitas-rrhh {
    padding: 80px 20px;
    /* Un buen respiro arriba y abajo */
    background-color: var(--gris);
    /* Mantiene el fondo limpio y continuo */
}

.contenedor-experiencia-cajitas-rrhh {
    display: flex;
    align-items: center;
    /* Centra verticalmente imagen y texto */
    gap: 60px;
    /* Espacio entre imagen y texto */
    max-width: 1050px;
    margin: 0 auto;
}

/* --- Columna Izquierda (Imagen) --- */
.col-img-experiencia-cajitas-rrhh {
    flex: 1;
    max-width: 45%;
    /* Evita que la imagen crezca desproporcionadamente */
}

.img-experiencia-cajitas-rrhh {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* --- Columna Derecha (Texto) --- */
.col-texto-experiencia-cajitas-rrhh {
    flex: 1;
}

.titulo-experiencia-cajitas-rrhh {
    text-align: left;
    font-family: var(--goo);
    font-weight: 700;
    /* bold */
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0px;
    color: var(--verde);
    margin-top: 0;
    margin-bottom: 25px;
}

.subtitulo-experiencia-cajitas-rrhh {
    text-align: left;
    font-family: var(--dm);
    font-weight: 500;
    /* medium */
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #707070;
    margin-top: 0;
    margin-bottom: 40px;
    max-width: 390px;
}

/* Aislamos la alineación del botón aquí */
.contenedor-btn-cajitas-rrhh {
    text-align: left;
}



/* =========================================
   ADAPTACIÓN RESPONSIVE
   ========================================= */

/* Tablet (hasta 1000px) */
@media only screen and (max-width: 1000px) {
    .contenedor-experiencia-cajitas-rrhh {
        gap: 30px;
        /* Reducimos el espacio entre columnas */
    }

    .titulo-experiencia-cajitas-rrhh {
        font-size: 32px;
        line-height: 36px;
    }

    .subtitulo-experiencia-cajitas-rrhh {
        font-size: 18px;
        line-height: 26px;
    }
}

/* Mobile (hasta 700px) */
@media only screen and (max-width: 700px) {
    .seccion-experiencia-cajitas-rrhh {
        padding: 50px 15px;
    }

    .contenedor-experiencia-cajitas-rrhh {
        flex-direction: column;
        /* Apila imagen arriba, texto abajo */
        gap: 40px;
    }

    .col-img-experiencia-cajitas-rrhh {
        max-width: 80%;
        /* Para que la imagen redonda no se vea grotesca en la pantalla pequeña */
    }

    /* En mobile queda visualmente mucho más armónico todo centrado */
    .titulo-experiencia-cajitas-rrhh {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .subtitulo-experiencia-cajitas-rrhh {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .contenedor-btn-cajitas-rrhh {
        text-align: center;
    }

}

/* =========================================
   SECCIÓN CONTACTO 
   ========================================= */
.seccion-principal-contacto {
    padding: 60px 20px;
    /* background-color: var(--gris); */
    text-align: center;
}

/* --- Grilla de Tarjetas --- */
.grilla-tarjetas-contacto {
    display: flex;
    justify-content: center;
    gap: 25px;
    max-width: 1150px;
    margin: 0 auto;
}

/* Base de las tarjetas */
.tarjeta-roja-contacto,
.tarjeta-azul-contacto,
.tarjeta-verde-contacto {
    width: 357px !important;
    height: 383px !important;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 40px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    /* Transición para el hover "flotante/tilt" */
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Colores de Fondo de cada tarjeta */
.tarjeta-roja-contacto {
    background: #EC6D6C 0% 0% no-repeat padding-box;
}

.tarjeta-azul-contacto {
    background: #AAB8E6 0% 0% no-repeat padding-box;
}

.tarjeta-verde-contacto {
    background: #95D1AB 0% 0% no-repeat padding-box;
}

/* HOVER DIVERTIDO Y MODERNO: 
   Se levanta, hace un leve giro (tilt), crece un 2% y proyecta un brillo */
.tarjeta-roja-contacto:hover {
    transform: translateY(-12px) scale(1.02) rotate(-1.5deg);
    box-shadow: 0px 20px 30px rgba(236, 109, 108, 0.4);
}

.tarjeta-azul-contacto:hover {
    transform: translateY(-12px) scale(1.02) rotate(1.5deg);
    /* Gira al otro lado para dinámica */
    box-shadow: 0px 20px 30px rgba(170, 184, 230, 0.5);
}

.tarjeta-verde-contacto:hover {
    transform: translateY(-12px) scale(1.02) rotate(-1deg);
    box-shadow: 0px 20px 30px rgba(149, 209, 171, 0.5);
}

/* Contenido interno (Icono y Textos) */
.contenido-superior-contacto {
    width: 100%;
}

.icono-tarjeta-contacto {
    width: 55px;
    height: auto;
    margin-bottom: 20px;
    display: block;
}

.titulo-tarjeta-contacto {
    font-family: var(--dm);
    font-weight: 700;
    /* Bold para destacar el título */
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    margin: 0 0 5px 0;
}

.texto-tarjeta-contacto {
    font-family: var(--dm);
    font-weight: 400;
    /* Normal */
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    margin: 0;
}

/* Botones de las tarjetas */
.btn-tarjeta-contacto {
    border: 2px solid #FFFFFF;
    border-radius: 30px;
    background: transparent;
    text-align: center;
    font-family: var(--goo);
    font-weight: 700;
    /* Bold */
    font-size: 18px;
    color: #FCF6F6;
    text-decoration: none;
    padding: 12px 24px;
    /* Remplazo del line-height: 6px para asegurar correcta visualización vertical */
    display: inline-block;
    transition: all 0.3s ease;
}

/* Hover del botón para que no quede estático al interactuar */
.btn-tarjeta-contacto:hover {
    background: #FFFFFF;
    color: var(--verde);
    /* Puedes cambiar este color si prefieres que la letra sea gris o negra al hacer hover */
}

/* --- Globo Azul Inferior --- */
.globo-info-contacto {
    width: 1125px !important;
    height: 215px !important;
    background: #5979D4 0% 0% no-repeat padding-box;
    border-radius: 135px;
    margin: 60px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 80px;
    box-sizing: border-box;
}

.texto-globo-contacto {
    text-align: center;
    font-family: var(--dm);
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    color: #EDFFFF;
    margin: 0;
}


/* =========================================
   ADAPTACIÓN RESPONSIVE
   ========================================= */

/* Tablet (hasta 1000px) */
@media only screen and (max-width: 1000px) {
    .grilla-tarjetas-contacto {
        flex-wrap: wrap;
        /* Permite que las tarjetas bajen si no entran */
        gap: 20px;
    }

    /* Anulamos tamaños fijos para adaptabilidad */
    .tarjeta-roja-contacto,
    .tarjeta-azul-contacto,
    .tarjeta-verde-contacto {
        width: calc(50% - 15px) !important;
        /* Dos columnas en tablet */
        height: auto !important;
        min-height: 350px;
    }

    .globo-info-contacto {
        width: 100% !important;
        height: auto !important;
        border-radius: 60px;
        /* Reducimos el radio para que no parezca un círculo extraño */
        padding: 40px 30px;
    }

    .texto-globo-contacto {
        font-size: 22px;
        line-height: 30px;
    }

    .btn-tarjeta-contacto {
        line-height: 20px;
        padding-inline: 11px;
        font-size: 16px;
        margin-top: 16px;
    }
}

/* Mobile (hasta 700px) */
@media only screen and (max-width: 700px) {



    .seccion-principal-contacto {
        padding: 40px 15px;
    }

    .grilla-tarjetas-contacto {
        flex-direction: column;
    }

    /* Las tarjetas ocupan el 100% del ancho */
    .tarjeta-roja-contacto,
    .tarjeta-azul-contacto,
    .tarjeta-verde-contacto {
        width: 100% !important;
        min-height: auto;
    }

    .globo-info-contacto {
        border-radius: 30px;
        /* Más cuadrado para móviles */
        padding: 30px 20px;
        margin-top: 40px;
    }

    .texto-globo-contacto {
        font-size: 18px;
        line-height: 26px;
    }

    /* Apagamos el giro y la escala grande en mobile para evitar scroll horizontal accidental y mejorar la experiencia touch */
    .tarjeta-roja-contacto:hover,
    .tarjeta-azul-contacto:hover,
    .tarjeta-verde-contacto:hover {
        transform: translateY(-5px);
    }
}

/* -----------------------------------------HERO BANNER AJUSTE------------------------------------------------- */

#hero {
    background-image: url(/wp-content/uploads/2026/05/Enmascarar-grupo-3011.jpg?id=40) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

@media only screen and (max-width: 700px) {

    #hero {
        background-image: url(/wp-content/uploads/2026/06/Grupo-6706.jpg) !important;
        /* background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; */
    }

}


/* -----------------------------------------BLOG NOTA PLANTILLA------------------------------------------------- */

.single-post .comments-area,
.single-post .blog-post-footer {
    display: none;
}

.single-post header>h1 {
    font: normal normal bold 50px/57px DM Sans !important;
}

.nota-lomoro {
    max-width: 1000px;
    /* Más ancho, menos apretado en el centro */
    width: 100%;
}

.title-lomoro {
    margin-bottom: 15px;
}

.sub-lomoro {
    margin-top: 0;
    margin-bottom: 50px;
    /* Aire antes de empezar a leer */
}

.p-lomoro {
    margin-bottom: 30px;
    line-height: 1.6;
}

.img-lomoro {
    width: 100%;
    height: auto;
    border-radius: 30px;
    /* Bordes bien redondeados según tu captura */
    margin: 30px 0 40px;
}



/* =========================================
   VISTAS RESPONSIVE SOLICITADAS
   ========================================= */

@media only screen and (max-width: 700px) {
    .sub-lomoro {
        margin-bottom: 30px;
    }

    .p-lomoro {
        margin-bottom: 20px;
    }

    .img-lomoro {
        border-radius: 15px;
        /* Bordes menos pronunciados en celu */
        margin: 20px 0 30px;
    }
}

/* VISTA TABLET */
@media (min-width: 715px) and (max-width: 1000px) {
    .nota-lomoro {
        padding: 0 30px;
        /* Un poco de margen lateral para que no toque los bordes de la pantalla */
    }
}

/* VISTA TABLET HORIZONTAL */
@media (min-width: 1180px) and (max-width: 1290px) and (orientation: landscape) {
    .nota-lomoro {
        max-width: 900px;
        /* Ajuste sutil para mantener buena legibilidad apaisada */
    }
}

/* ------------------------FORMULARIO RRHH------------------------------------------------- */


#fila-blog article>footer>a:hover .btn-icon {
    top: 7px;
}

.form-rrhh-cvs .ui-selectmenu-icon {
    top: 23px !important;
}

/* .form-rrhh-cvs form > div:nth-child(4) > p > span:nth-child(1),
.form-rrhh-cvs  form > div:nth-child(4) > p > span:nth-child(3){
margin-bottom: 0 !important;
} */

.adjuntar-cv {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border: 1px solid #828282;
    border-radius: 15px;
    cursor: pointer;
    box-sizing: border-box;
}

.adjuntar-cv::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="%23828282"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.172 7l-6.586 6.586a2 2 0 102.828 2.828l6.414-6.586a4 4 0 00-5.656-5.656l-6.415 6.585a6 6 0 108.486 8.486L20.5 13"/></svg>') no-repeat center;
}

.adjuntar-cv::after {
    content: "Adjuntar CV";
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #828282;
}

.adjuntar-cv input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {

    .texto-tarjeta-cajitas-rrhh {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    }

    .adjuntar-cv,
    .form-rrhh-cvs form>div:nth-child(4)>p>span:nth-child(3)>span {
        height: 42px !important;
    }

    .texto-mail-cv {
        font-size: 18px;
        line-height: 21px;
    }

    .titulo-tarjeta-contacto {
        font-size: 18px;
        line-height: 21px;
    }

    .texto-tarjeta-contacto {
        font-size: 17px;
        line-height: 20px;
    }

    .btn-tarjeta-contacto {
        font-size: 14px;
    }
}


.texto-mail-cv {
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0px;
    color: #13A99F;
    margin-top: 20px;
}

.texto-mail-cv a {
    color: #13A99F;
    font-weight: bold;
}

.texto-mail-cv a:hover {
    color: #13A99F;
}


/* FIX RAPIDO DE NOTAS */

/* .lqd-lp-title-highlight.post.category-blog .lqd-lp-img.pos-rel.mb-4 > figure {
   height: 161px !important;
   border-radius: 30px 30px 0 0;
}

.lqd-lp-title-highlight.post.category-blog .lqd-lp-img.pos-rel.mb-4 > figure img{
       object-fit: cover;
    height: 161px !important;
} */