ca/* 
Theme Name: GVM Grupo Gevemac - Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*** Header ***/
/* Header blanco */
#header, #header.elementor-sticky--effects {
    background-color: #FFFFFFB3!important;
}
#header.header-blanco, .header-blanco .elementor-widget-nav-menu {
    background-color: transparent!important;
}
.header-blanco .elementor-widget-nav-menu a {
    color: #fff!important;
}
.header-blanco .logo img {
    filter: brightness(0) invert(1);
}
/* Header scroll */
#header.header-blanco.elementor-sticky--effects {
    background-color: #FFFFFFB3!important;
}
#header.header-blanco.elementor-sticky--effects .elementor-widget-nav-menu {
    background-color: #fff!important;
}
.header-blanco.elementor-sticky--effects .elementor-widget-nav-menu a {
    color: initial!important;
}
.header-blanco.elementor-sticky--effects .logo img {
    filter: brightness(1) invert(0);
}
/* Header producto */
.single-producto header {
    background-color: #fff;
}
/* Buscador */
.e-search-input-wrapper input {
    padding: 12px 20px 15px!important;
}
.e-search-input-wrapper input, .e-search-input-wrapper input:focus, .e-search-input-wrapper input:hover, .e-search-input-wrapper input:active {
    border-radius: 50px!important;
}
/* Botones */
.alto nav, .alto a {
    display: flex;
    height: 44px;
    justify-content: center;
}
.btn-menu {
    width: 44px;
}
.btn-menu a {
    padding: 12px!important;
}
.btn .elementor-button-icon svg {
    height: 24px!important;
    opacity: 0;
    transition: all .4s;
    transform: translateX(10px);
    width: 0;
}
.btn a:hover .elementor-button-icon svg {
    opacity: 1;
    transform: translateX(0);
    width: 24px;
}
.btn .elementor-button-content-wrapper {
    align-items: center;
}
/*** Fin: Header ***/

/*** Loading ***/
body.loading-active {
    overflow: hidden;
}
body:not(.elementor-editor-active) #loading {
    position: fixed;
    inset: 0;
    transform: translateY(0);
    transition: transform .8s ease-in-out;
    z-index: 99999;
}
body:not(.elementor-editor-active) #loading.loading-hide {
    transform: translateY(-100%);
    pointer-events: none;
}
body:not(.elementor-editor-active) .animacion-up {
    transform: translateY(100%);
    transition: all 1s ease;
}
body:not(.elementor-editor-active) .animacion-up.activar {
    transform: translateY(0);
}
/*** Fin: Loading ***/

/*** Global ***/
/* Tipografía */
p {
    margin-block-end: 0;
}
a:-webkit-any-link:focus-visible {
    outline-offset: 0;
}
.texto-alto h1, .texto-alto h2 {
    text-transform: uppercase !important;
}
/* Red social */
.redes-sociales-grid {
    display: grid;
    grid-auto-flow: column;
    gap: 12px;
    justify-content: end;
    align-items: center;
}
.red-social-item {
    display: inline-flex;
    transition: transform .2s ease, opacity .2s ease;
}
.red-social-item:hover {
    transform: scale(1.1);
    opacity: 0.8;
}
.red-social-item img {
    display: block;
    height: auto;
    width: 40px;
}
.contacto .redes-sociales-grid {
    justify-content: flex-start;
}
/* Teléfonos */
.menu .telefonos-footer {
    display: flex;
    justify-content: space-between;
}
.telefonos-footer {
    display: grid;
    gap: 16px;
}
.telefono-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.telefono-titulo {
    color: #FFFFFF99;
    font-size: 14px;
}
footer .telefono-titulo {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.telefono-numero {
    color: #fff;
    font-family: 'Barlow', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}
footer .telefono-numero {
    font-size: 16px;
}
.telefono-numero:hover {
    color: #fff!important;
}
/* Email */
.emails-footer {
    display: grid;
    gap: 7px;
}
.email-item {
    color: #fff;
    font-family: 'Barlow', 'Arial', sans-serif;
    font-size: 18px;
    text-decoration: none;
}
footer .email-item {
    font-size: 16px;
}
.email-item:hover {
    color: #fff!important;
}
/* Formulario */
:focus-visible {
    outline: none!important;
}
.elementor-field-option {
    display: flex;
    gap: 5px;
}
.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
}
/*** Fin: Global ***/

/*** Frase scroll ***/
.marquee-frases {
    overflow: hidden;
    width: 100%;
}
.marquee-track {
    display: inline-flex;
    white-space: nowrap;
    will-change: transform;
}
.item {
    align-items: center;
    display: inline-flex;
    font-family: 'Barlow', 'Arial', sans-serif;
    font-size: 40px;
    padding-right: 48px;
    text-transform: uppercase;
}
.dot {
    font-weight: 600;
    margin-left: 44px;
}
/*** Fin: Frase scroll ***/

/*** Carrusel ***/
/* Logos */
.logos .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear!important;
}
/* Galería */
.swiper-galeria .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-galeria img {
    height: auto;
    max-height: 75px!important;
    max-width: 135px;
    object-fit: contain;
}
/* Galería scroll */
.scroll-galerias {
    overflow: hidden;
	width: 100vw;
}
.galeria {
    display: flex;
    gap: 15px;
    width: max-content;
    will-change: transform;
}
.galeria.galeria-der {
    margin: 15px 0 0 -60%;
}
.galeria img {
    flex-shrink: 0;
    height: 330px;
	object-fit: cover;
    width: 40vw;
}
/* Galería vertical */
.scroll-galerias-vertical {
    display: flex;
    gap: 15px;
    overflow: hidden;
    height: 120vh;
    width: 100%;
}
.galeria-vertical {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 50%;
    will-change: transform;
}
.galeria-down {
    margin-top: -30%;
}
.galeria-vertical img {
    height: 560px;
    object-fit: cover;
    width: 100%;
}
/*** Fin: Carrusel ***/

/*** Línea de producto ***/
.linea-top {
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: 1432px;
}
.categorias-home {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
    width: 100%;
}
.btn-categoria {
    background: transparent;
    border-bottom: 0.8px solid transparent;
    color: rgba(30, 30, 30, 0.80);
    font-size: 15.8px;
    font-family: 'Barlow', 'Arial', sans-serif;
    padding: 0;
    text-decoration: none;
}
.btn-categoria:hover {
    color: #003390;
    border-bottom-color: #2f6bda;
}
/* Carrusel */
.categorias-swiper {
    padding: 40px 0;
    width: 100%;
}
.categoria-card {
    background-size: cover;
    display: block;
    position: relative;
    height: 530px;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}
.categoria-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 0.4s ease-out;
    will-change: transform;
}
.categoria-card:hover .categoria-bg {
    transform: scale(1.15);
}
.categoria-overlay {
    align-items: flex-end;
    background: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .1));
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    inset: 0;
    padding: 24px;
    position: absolute;
    width: 100%;
}
.categoria-overlay h3 {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}
/* Barra */
.swiper-scrollbar.swiper-scrollbar-horizontal {
    background: rgba(67, 67, 67, 0.20);
    height: 2px;
    left: 0;
    width: 100% !important;
}
.swiper-scrollbar-drag {
    background-color: #003390;
    border-radius: 0;
}
/* Flechas*/
.swiper-button-next, .swiper-button-prev {
    height: 50px;
    width: 50px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    content: ''!important;
}
.swiper-button-prev {
    rotate: 180deg;
}
/*** Fin: Línea de producto ***/

/*** Grilla ***/
/* Grid desktop */
.galeria-marcas {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 24px;
    align-items: center;
}
/* Items */
.marca-item {
    background: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
}
/* Imagen */
.marca-item img {
    filter: grayscale(1);
    max-height: 35px;
    max-width: 100%;
    object-fit: contain;
}
/*** Fin: Grilla ***/

/*** Acordeón ***/
.acordeon-wrapper {
    border-top: 1px solid #ddd;
}
.acordeon-item {
    border-bottom: 1px solid #ddd;
}
.acordeon-header {
    align-items: center;
	background-color: transparent!important;
    border: none!important;
	color: #1E1E1E!important;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-size: 20px!important;
	padding: 35px!important;
	position: relative;
	width: 100%;
}
.acordeon-header:disabled {
    cursor: default;
}
.acordeon-numero {
    text-align: left;
	width: 60px;
}
.acordeon-titulo {
    flex: 1;
	padding-left: 330px;
    text-align: left;
    white-space: normal;
}
.acordeon-icono {
    font-size: 30px;
}
.acordeon-contenido {
    display: flex;
    max-height: 0;
    gap: 80px;
    padding: 0 35px;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.acordeon-item.activo .acordeon-contenido {
	padding: 35px 35px 50px;
}
.acordeon-imagen img {
    max-width: 310px;
    height: auto;
}
.acordeon-listado ul {
    list-style: none;
    padding: 10px 0 0 20px;
}
.acordeon-listado ul li {
    position: relative;
}
.acordeon-listado li:before {
    content: "·";
    left: -15px;
    position: absolute;
    transform: scale(2);
    top: -2px;
}
.sin-contenido {
    cursor: pointer;
    transition: all .4s;
}
.sin-contenido .acordeon-titulo {
    padding-left: 0;
}
.acordeon-titulo p {
    font-size: 18px;
    padding-top: 10px;
    white-space: normal;
}
.acordeon-texto p {
    font-family: 'Helvetica', 'Arial', sans-serif;
    line-height: 1.2em;
    padding-bottom: 15px;
}
.acordeon-texto p:last-child {
    padding-bottom: 0;
}
.acordeon-texto {
    margin-top: -4px;
}
.sin-contenido.acordeon-item:last-child {
    border-bottom-width: 0;
}
.sin-contenido.acordeon-item:hover {
    background: rgba(0, 51, 144, 0.10);
}
.sin-contenido.acordeon-item:hover .acordeon-numero, .sin-contenido.acordeon-item:hover .acordeon-titulo, .sin-contenido.acordeon-item:hover p {
    color: #003390;
}
/*** Fin: Acordeón ***/

/*** Card ***/
.acf-cards-grid {
    display: grid;
    gap: 20px;
}
/* 2x2 */
.acf-cards-grid.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}
/* 3x3 (o impares) */
.acf-cards-grid.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}
/* Card */
.acf-card {
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    display: flex;
    min-height: 360px;
    overflow: hidden;
    position: relative;
}
/* Contenido */
.acf-card-content {
    color: #FAFAFA;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 25px;
    position: relative;
    transform: translateY(25px);
    transition: transform .4s ease;
}
.acf-card-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    transition: transform .4s ease;
}
/* Texto oculto */
.acf-card-content p {
    line-height: 1.2em;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .3s ease, transform .3s ease;
}
/* Hover */
.acf-card:hover .acf-card-content {
    transform: translateY(0);
}
.acf-card:hover .acf-card-content h3 {
    transform: translateY(-6px);
}
.acf-card:hover .acf-card-content p {
    opacity: 1;
    transform: translateY(0);
}
/* Overlay */
.acf-card::before {
    background: linear-gradient(to top, rgba(0,0,0,.6), rgba(0,0,0,0));
    content: '';
    position: absolute;
    inset: 0;
}
/* Animación */
.animacion-card {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.6s ease;
}
.animacion-card.activar {
    opacity: 1;
}
/* Card Rud */
.card-rud .acf-card {
    height: 530px;
    overflow: hidden;
    position: relative;
}
.card-rud .acf-card:after {
    background-image: inherit;
    background-size: cover;
    background-position: center;
    content: "";
    position: absolute;
    inset: 0;
    transition: transform 0.5s ease;
    z-index: 0;
}
.card-rud .acf-card::before {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0)
    );
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}
.card-rud .acf-card:hover::after {
    transform: scale(1.1);
}
.card-rud .acf-card > * {
    position: relative;
    z-index: 2;
}
.card-rud .acf-card-content {
    transform: translateY(0);
}
.card-rud .acf-card:hover .acf-card-content h3 {
    transform: translateY(0);
}
/*** Fin: Card ***/

/*** Card equipo ***/
.equipo-gvm-grid {
    display: grid;
    gap: 60px;
    grid-template-columns: repeat(3, 1fr);
}
.equipo-gvm-img img {
    height: auto;
    object-fit: cover;
    width: 100%;
}
.equipo-gvm-item {
    font-family: 'Barlow', 'Arial', sans-serif;
}
.equipo-gvm-nombre {
    color: #003390;
    font-size: 20px;
    font-weight: 400;
    margin: 18px 0 10px;
}
.equipo-gvm-cargo {
    color: #003390;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.equipo-gvm-estudios {
    color: rgba(30, 30, 30, 0.80);
    font-size: 15.5px;
    line-height: 1.2em;
}
/*** Fin: Card equipo ***/

/*** Listado ***/
.texto-listado {
    list-style: none;
    padding-left: 20px;
}
.texto-listado li:before {
    content: "·";
    left: -15px;
    position: absolute;
    transform: scale(2);
    top: -2px;
}
.texto-listado li {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-size: var( --e-global-typography-accent-font-size );
    line-height: 1.1em;
    padding-bottom: 6px;
    position: relative;
}
/*** Fin: Listado ***/

/*** Línea de tiempo ***/
.timeline {
    color: #fff;
}
.timeline-content {
    max-width: 1432px;
    padding: 0 40px;
}
/* Contenido */
.timeline-content h2 {
    font-family: var( --e-global-typography-2796307-font-family ), Sans-serif;
    font-size: var( --e-global-typography-2796307-font-size );
    margin-bottom: 20px;
}
.timeline-content p {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: var( --e-global-typography-2796307-font-size );
    max-width: 820px;
    line-height: 1.2;
}
/* Años */
.timeline-years-wrapper {
    position: relative;
}
/* Wrapper general */
.timeline-years {
    margin: 40px 0 60px -80%;
    position: relative;
}
/* Flechas */
.timeline-nav {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    padding-right: 40px;
    position: relative;
    right: 0;
    top: 0;
}
.timeline-prev, .timeline-next {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 44px;
    justify-content: center;
    opacity: 0.6;
    transition: all .4s;
    width: 44px;
}
.timeline-prev {
    transform: rotate(180deg);
}
.timeline-prev:hover, .timeline-next:hover {
    opacity: 1;
}
/* Slides */
.timeline-years .swiper-slide {
    background-color: #003390;
    color: #6C84B8;
    font-size: 48px;
    font-family: var( --e-global-typography-e3f3393-font-family ), Sans-serif;
    position: relative;
    padding: 0 30px;
    opacity: 1;
    transition: opacity .3s;
    width: auto;
    white-space: nowrap;
}
/* Quitar línea al último */
.timeline-years .swiper-slide:last-child::after {
    display: none;
}
/* Activo */
.timeline-years .swiper-slide-active {
    color: #fff;
}
/* Línea activa más fuerte */
.timeline-years::before {
    background: rgba(255,255,255,0.2);
    content: "";
    left: 0;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}
/*** Fin: Línea de tiempo ***/

/*** Producto ***/
/* Migas */
.migas ul li:after {
    transform: rotate(22deg);
}
.migas ul li:last-child a span {
    color: #003390!important;
}
/* Producto tabla técnica */
table {
    border: 1px solid rgba(0, 0, 0, 0.20);
}
table td, table th {
    border-width: 0px;
    border-right: 1px solid rgba(0, 0, 0, 0.20);
    color: #000;
    font-family: 'Barlow', 'Arial', sans-serif;
    font-size: 14px!important;
    font-weight: 400;
    padding: 12px 15px;
    text-align: center;
}
th.th-colspan {
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
tbody {
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}
table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
    border-block-start: 0 solid hsla(0, 0%, 50%, .502);
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}
/*** Fin: Producto ***/

/*** Responsive ***/
/* Pantalla grande */
@media (min-width: 1800px) {
    /* Línea tiempo */
    .timeline-years {
        margin-left: -38%;
    }
    /* Galería vertical */
    .scroll-galerias-vertical {
        max-height: 1200px;
    }
}
@media (max-width: 1500px) {
    /* Línea de producto */
    .linea-top {
        padding: 0 40px;
    }
}
/* Pórtatil */
@media (max-width: 1366px) {
    /* Galería scroll */
    .galeria.galeria-der {
        margin-left: -100%;
    }
    .galeria.galeria-izq {
        margin-left: 50%;
    }
    /* Línea de producto */
    .linea-top {
        max-width: 90%;
    }
    .linea-top {
        padding: 0;
    }
    /* Línea de tiempo */
    .timeline-content {
        padding: 0;
        width: 90%;
    }
    /* Frase scroll */
    .item {
        font-size: 36px;
    }
}
@media (max-width: 1200px) {
    /* Grilla */
    .marca-item {
        height: 120px;
    }
    .marca-item img {
        max-height: 30px;
    }
}
/* Tablet */
@media (max-width: 1024px) {
    /* Global */
    .telefono-titulo {
        font-size: 12px;
    }
    footer .telefono-titulo {
        font-size: 16px;
    }
    .telefono-numero {
        font-size: 18px;
    }
    footer .telefono-numero {
        font-size: 14px;
    }
    /* Acordeón */
    .acordeon-titulo {
        padding-left: 150px;
    }
    .acordeon-imagen img {
        max-width: 170px;
    }
    .acordeon-contenido {
        gap: 40px;
    }
    /* Línea de producto + Card Rud */
    .categoria-card, .card-rud .acf-card {
        height: 420px;
    }
    /* Grilla */
    .galeria-marcas {
        grid-template-columns: repeat(4, 1fr);
    }
    /* Card equipo*/
    .equipo-gvm-grid {
        gap: 20px;
    }
    .equipo-gvm-nombre {
        font-size: 18px;
        margin: 15px 0 10px;
    }
    .equipo-gvm-cargo {
        font-size: 16px;
    }
    .equipo-gvm-estudios {
        font-size: 14px;
    }
    /* Frase scroll */
    .item {
        font-size: 32px;
    }
}
@media (max-width: 980px) {
    /* Tabla técnica */
    .tabla-scroll {
        margin-bottom: 20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }
    .tabla-scroll table {
        min-width: 500px;
        border-collapse: collapse;
    }
    .tabla-scroll::-webkit-scrollbar {
        height: 6px;
    }
    .tabla-scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }
    .tabla-scroll::-webkit-scrollbar-thumb {
        background: #999;
        border-radius: 10px;
    }
    .tabla-scroll::-webkit-scrollbar-thumb:hover {
        background: #666;
    }
    /* Card */
    .acf-cards-grid.grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* Mobile */
@media (max-width: 767px) {
    /* Acordeón */
    .acordeon-header {
        align-items: flex-start;
        flex-direction: column;
        padding: 30px 20px!important;
    }
    .acordeon-titulo {
        font-size: 20px;
        padding: 0 20px 0 0;
    }
    .acordeon-icono {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0, -50%);
    }
    .acordeon-item.activo .acordeon-contenido {
        padding: 20px 20px 40px;
    }
    .acordeon-contenido {
        padding: 0 20px;
    }
    .acordeon-contenido {
        flex-direction: column;
    }
    /* Red social */
    .redes-sociales-grid {
        justify-content: start;
    }
    /* Card */
    .acf-cards-grid {
        grid-template-columns: 1fr !important;
    }
    /* Grilla marcas */
    .galeria-marcas {
        gap: 20px;
        grid-template-columns: repeat(4, 1fr);
    }
    .galeria-marcas > .marca-item:last-child:nth-child(odd) {
        grid-column: span 1;
    }
    /* Card equipo */
    .equipo-gvm-grid {
        grid-template-columns: 2fr;
        gap: 30px;
    }
    /* Galería scroll */
    .galeria img {
        height: 180px;
        width: 80vw;
    }
    .galeria.galeria-der {
        margin-left: -260vw;
    }
    /* Galería vertical */
    .scroll-galerias-vertical {
        height: 460px;
    }
    .galeria-vertical img {
        height: 260px;
    }
    /* Línea de tiempo */
    .timeline-years {
        margin: 40px 0 60px -50%;
    }
    /* Frase scroll */
    .item {
        font-size: 24px;
    }
    /* Galería */
    .swiper-galeria img {
        max-height: 50px!important;
    }
}
@media (max-width: 500px) {
    /* Grilla marcas */
    .galeria-marcas {
        grid-template-columns: repeat(3, 1fr);
    }
    /* Tabla técnica */
    .tabla-scroll table {
        min-width: 470px;
    }
}
@media (max-width: 400px) {
    /* Grilla marcas */
    .galeria-marcas {
        grid-template-columns: repeat(2, 1fr);
    }
    /* Card equipo */
    .equipo-gvm-grid {
        grid-template-columns: 1fr;
    }
}
/*** Fin: Responsive ***/