/*-------------------------- 

FONTS 

--------------------------*/

@font-face {
    font-family: 'Serifa';
    src: url('../fonts/P22Mackinac.woff2') format('woff2'),
        url('../fonts/P22Mackinac.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Serifa';
    src: url('../fonts/P22Mackinac-Bold.woff2') format('woff2'),
        url('../fonts/P22Mackinac-Bold.woff2') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Sans-Serif';
    src: url('../fonts/Inter-Light.woff2') format('woff2'),
        url('../fonts/Inter-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sans-Serif';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* Estilos globales */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --tamaina1: 5vw;
    --tamaina2: 1vw;
    --tamainap: .95vw;
}

.toggle-button,.toggle-buttonbi{    font-size: 40px;font-family: 'Serifa';
    text-align: center;
    margin: auto;
    display: block;
    background: transparent;
    border: none;
    color: white;}

html,body{overflow-x: hidden;}
/* Estilos del cuerpo */
body {
    background: white;
    font-family: 'Sans-Serif', sans-serif;
    font-weight: 400;
    color: #364A3D;
}

/* Estilos específicos para elementos */
.cky-revisit-bottom-right {
    right: 12px !important;
    bottom: inherit !important;
    top: 29% !important;
}

.cky-btn-revisit-wrapper {
    width: 30px !important;
    height: 30px !important;
}

.cky-btn-revisit-wrapper .cky-btn-revisit img {
    width: 22px !important;
    height: 22px !important;
}

h1, h2, h3, h4, h5, h6 {
    color:#364A3D;
    font-family: 'Sans-serif', sans-serif;
    font-weight: 400;
}


p {
    color: #364A3D;
    font-size: 22px;
}

.t-serif {
    font-family: 'Serifa', serif;
}

.titulo-2 {
    font-size: 44px;
    text-transform: lowercase;
    padding-left: 10px;
    line-height: 50px;
}

.pertsonak{font-size:12px;}
h1 {
    font-size: var(--tamaina1);
    line-height: var(--tamaina1);
    font-family: 'Serifa';
    font-weight: 400;
}

a {
    color: #364A3D;
}

h2 {
    font-size: 64px;
    line-height: 70px;
    font-family: 'Serifa';
}

h3{
    font-size:50px;
    line-height: 55px;
}

h4{    font-size: 27px;}
.claim{
    font-size: 90px;
    line-height: 100px;
}

main {
    padding: 0 15px;
    margin: auto;
    width: 100%;
}
.vc_row{padding: 0 20px}

.torci-esk {
    transform: rotate(-3deg);
}

.torci-ezk {
    transform: rotate(3deg);
}

.btn-raso {
    display: block;
    padding: 0;
    text-align: center;
    color: #364A3D;
    font-family: 'Serif', serif;
    text-decoration: none;
}

.btn-harreman {
    font-size: 25px;
}

.btn-borobil {
    text-transform: lowercase;
    padding: 6px 0 0;
    border-radius: 0;
    border-top: 1px solid #364A3D;
    width: 340px;
    text-align: center;
    color: #364A3D;
    font-size: 18px;
    margin: auto;
    margin-top: 30px;
    text-decoration: none;
    font-family: 'Sans-serif', sans-serif;
}

.btn-borobil:hover {
    border-bottom: none;
    border-top: #364A3D 1px solid;
}

.idioma a:hover {
    color: white;
    background: #364A3D;
}

.seccion-tarifas{width:100%;background:#dbcdd2;padding:100px;}
.vc_single_image-img{border-radius: 20px}

/*////////////////////////////////
**********************************

ZUTABEAK

////////////////////////////////*/


.zutabe-1{flex-basis:100%;}
.zutabe-2{flex-basis: calc(50% - 10px);}
.zutabe-3{flex-basis: calc(33.33333333333333333% - 10px);}
.zutabe-4{flex-basis: calc(25% - 10px);}




/*////////////////////////////////
**********************************

ANIMAZIOAK

////////////////////////////////*/

#zerbitzuak{
    font-family: Serifa;
    font-size: 5vw;
    text-transform: none;
    margin-top: 1vw;
    width: 1000vw;
    animation: zerb 30s linear infinite;

}

#zerbitzuak2{
    font-family: Serifa;
    font-size: 5vw;
    text-transform: none;
    margin-top: 1vw;
    width: 1000vw;
    animation: zerb2 30s linear infinite;

}

.txiki{
    font-size: 2vw;
}

@keyframes zerb{
0%{
        transform: translateX(-0);
}

100% {
    transform: translateX(-230.6vw);
}
}




@keyframes zerb2{
0%{
        transform: translateX(-230.6vw);
}

100% {

    transform: translateX(-0);
    
}
}






/*////////////////////////////////
**********************************

IDIOMAS

////////////////////////////////*/


.hizkuntza-2{
    transform: translateX(-50%);order:3;
}

.language-selector {
    position: relative;
}
.language-selector::before {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.language-selector:hover::before {
    content: 'Idioma';
    position: absolute;
    background: var(--asfaltoa);
    color: var(--hondarra);
    right: calc(100% + 7px);
    font-size: 14px;
    line-height: 16px;
    width: max-content;
    padding: 10px 14px;
    border-radius: 10px;
    opacity: 1;
    top: 6px;
    font-weight: 400;
}

.toggle-btn {
    background-color: var(--hondarra);
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    outline: none;
    transition: transform 0.3s, background 0.5s ease;
    justify-content: center;


        }
    .toggle-btn svg path{
        transition: fill 0.5s ease;
        fill:black;
    }

        .toggle-btn:hover {
            background: black;
        }

        .toggle-btn:hover svg path {
            fill: white !important;
        }

.language-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
bottom: -5px;
    left: 170%;    transform: translateX(-50%);
    display: none;
    flex-direction: column;
}

.language-menu li {
    margin: 5px 0;
    cursor: pointer;
    transition: transform 0.3s, opacity 0.3s;
    transform: translateY(-20px);
    opacity: 0;
}

.language-menu li a{
    cursor:pointer;
     transition: background 0.5s ease, color 0.5s ease;
    background-color: white;
    color: black;
    /* padding: 10px; */
    width: 50px;
    /* text-transform: uppercase; */
    align-items: center;
    border-radius: 100px;
    text-decoration: none;
    height: 50px;
    line-height: 1;
    font-size: 20px;
    border: 1.4px solid white;
    display: flex;
    text-transform: uppercase;
    justify-content: center;
    font-weight: 400;
}

.language-menu li a:hover{
    background:black;
    color:white;
}

.language-menu.show li {
    transform: translateY(0);
    opacity: 1;
}






/*-----------------------
-----------------------
-----------------------

//FORMULARIOS
.---------------------
-----------------------
-----------------------
*/


/* Estilos para etiquetas de formulario */
.wpcf7 label {
    color: #364A3D;
    font-size: 20px;
}

/* Estilos para inputs de formulario */
.wpcf7 input[type="text"],
.wpcf7 textarea,
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    font-size: 20px;
    border: none;
    border-bottom: 2px solid #364A3D;
    border-radius: 0;
    color: #C3D2A9;
    font-family: 'Sans-serif';
}

/* Estilos para placeholder de inputs de formulario */
.wpcf7 input[type="text"]::placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 input[type="tel"]::placeholder {
    color: #364A3D;
    font-family: 'Sans-serif';
}

/* Estilos para textarea de formulario */
textarea:focus,
input:focus {
    outline: none;
}

textarea {
    height: 100px;
}

/* Estilos generales para inputs */
input {
    -webkit-appearance: textfield;
    background-color: transparent;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 0px;
    border: none;
}

/* Estilos para el botón de reinicio del filtro de búsqueda */
.search-filter-reset {
    opacity: 0.2;
}

/* Estilos para checkboxes */
input[type=checkbox] {
    /*display: none;*/
}

input[type=checkbox] + label {
    color: #364A3D;
    opacity: 1;
    font-weight: 400;
}

.searchandfilter li[data-sf-field-input-type=checkbox] label,
.searchandfilter li[data-sf-field-input-type=radio] label,
.searchandfilter li[data-sf-field-input-type=range-radio] label,
.searchandfilter li[data-sf-field-input-type=range-checkbox] label {
    padding-left: 0;
    margin-left: 0px;
    margin-bottom: 1px;
}

input[type=checkbox] + label:hover {
    opacity: 1;
    border-bottom: 1px solid #364A3D;
    cursor: pointer;
}

input[type=checkbox]:checked + label {
    opacity: 1;
    border-bottom: 1px solid #364A3D;
}

/* Estilos para la clase 'label' */
.label {
    display: none;
}






/*-------------------------- 

SLIDER 

--------------------------*/


/* Estilos generales para el contenedor Swiper */
.swiper {
    width: 100%;
    height: 50vh;
}

.bloke-home{height: calc(100vh - 100px);flex-wrap: unset!important;}
.cajafoto{height: 90%;
    padding-top: 2.5%;}
.argazki-galeria{height: auto!important}
.argazki-galeria .swiper-slide img{border-radius: 20px;}
.swiper-slide{display: flex;flex-flow: column;align-self: center;align-content: center;justify-content: center;padding:10px 30px}
.swiper-slide .numero{font-size: 80px;font-family: 'Serifa'}
.swiper-slide h4{font-size: 40px;font-family: 'Serifa'}



.mySwiper {
    padding-top: 80px;
}

/* Estilos para los botones de navegación de Swiper */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 30px;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    left: 40px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #364A3D;
    font-size: 20px;
}



/*-------------------------- 

HEADER 

--------------------------*/


/* Estilos generales para el encabezado */
header {
    width: 100%;
    position: inherit;
    background: transparent;
    z-index: 80;
    padding: 8px;
    top: 0;
    background: #C3D2A9;
}

/* Estilos para el logotipo */
.logo {
    flex-basis: min-content;
    padding: 12px 20px 25px;
    z-index: 1;
}

.logo.homelogo {
    left: 0;
}

.logo img {
    width: 110px;
    margin-bottom: -15px;
}

/* Estilos para la navegación */
.nav.menu {
    float: none;
    margin-top: 5px;

}

header{position: absolute;}
.menu{        text-align: right;
    margin: auto 0;
    align-self: end;
    /* align-items: revert; */
    flex-basis: 100%;
}

.menu ul li {
    text-align: right;
    display: inline-block;
    text-decoration: none;
    padding: 5px 20px;
}

.menu ul li .enlaces {
    transition: color 0.6s linear;
    font-size: 24px;
    padding-top: 4px;
    text-decoration: none;
    color: #364A3D;
    font-family: 'Serifa';
}

.menu ul li .enlaces.active,
.menu ul li .enlaces:hover {
    color:  white;
}



/*-------------------------- 

GENERALAK 

--------------------------*/

.botoia{border-radius: 40px;padding: 10px 40px;text-decoration: none;font-size: 20px}
.botoi-gorria{background: #CA6D4F;color:#000}
.botoi-horia{background: #F3C300;color:#000}

.botoia:hover{background: white;}


/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar, #lainfo::-webkit-scrollbar,#albokoa::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html,#lainfo,#albokoa {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}



    #lainfo.open {
    visibility: visible;
    pointer-events: initial;
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}



.close{height: 0!important}




.texto-personas{color:#364A3D;font-size: 12px;text-transform: uppercase;}
.texto-puestos{color:grey;font-size: 12px;text-transform: uppercase;}






/*-------------------------- 

HOME 

--------------------------*/

.erdia{width:30%;padding: 20px;text-align: left;}
.erdia p{color:black}



.galeria-icon .vc_column-inner .wpb_wrapper {
    position: relative;
}

.icon-galeria{
    position:absolute;
}

.icon-galeria figure div img{
    width:10vw;
}

.icon-eskubi{   
    left: -10%;
    top: 30%;
}

.icon-ezkerra{   
    left: -10%;
    top: 30%;
}


.accordion {
  margin: 15px;
}

.accordion-menu {
      font-size: 40px;
    color: #1d1d1b;
    padding: 10px;
    cursor: pointer;
    user-select: none;
    position: relative;
}
.accordion.especial p{   padding-bottom:40px; font-size: 21px;
    margin: auto;
    padding-right: 20px;padding-left:20px;}
.accordion-menu.valores{
        border: 2px solid #1d1d1b;
    padding: 22px 16px;
    border-radius: 30px;
    width: 100%;
    outline: none;
    text-align: left;
    cursor: pointer;
    margin-bottom: 20px;
    transition: 0.3s;
    font-family: 'Sans-Serif';
    font-size: 20px;
}

.caja-faq{margin-top: 100px;display: flex;    
    flex-wrap: wrap;}
.faq{flex-basis: 50%;display: block;font-size: 20px;}
.accordion-content {
    display: block;
  height: 0;
  overflow: hidden;
  font-size: 14px;
}

.accordion-content.expanded {
  height: 0;
  overflow: hidden;
}
.accordion-plus,
.accordion-minus{
  position:absolute;
  top:7px;
  right:8px;
}
/*-------------------------- 

CONTACT 

--------------------------*/

.formulario{    display: flex;
    flex-wrap: wrap;}
    .campo-nombre,.campo-apellido,{flex-basis:50%;width: 50%;padding: 20px;}
    .campo-email{flex-basis:100%;width:100%;padding: 20px;}
.wpcf7-form-control-wrap {
    margin-bottom:22px;
    position: relative;
    margin-top: 10px;
    display: block;
}
input[type="text"],textarea,input[type="email"]{border: 1px solid #1d1d1b;
    background: none;
    padding: 5px 10px 5px 5px;font-size: 15px;
    border-radius: 7px;display: block;user-select:none;-webkit-user-select: none;    line-height: 22px;}
input[type="submit"]{  text-decoration: none;  background: #1d1d1b;
    padding: 15px 30px;
    border-radius: 30px;
    color: white;
    font-family: 'Sans-Serif';
    font-size: 15px;
    border: none;
    margin-top: 20px;}

    
    .btn{
    
        text-decoration: none;
    background: transparent;
    padding: 15px 30px;
    margin: auto;
    border-radius: 52px;
    font-family: 'Sans-Serif';
    font-size: 18px;
    border: none;
    border: #364A3D 1px solid;
    margin-top: 20px;
    color: #364A3D;
    display: block;
    width: 300px;

    }
input[type="submit"]:hover{background:white;color:#364A3D;
}

.btn:hover{background:#364A3D;color:#ffffff;
}


.btn-white{    text-decoration: none;
    background: white!important;
    padding: 15px 30px;
    border-radius: 30px;
    color: #1d1d1b!important;
    font-family: 'Tipografia';
    font-size: 15px;
    border: none;
    margin-top: 20px;}
.btn-white:hover{ color: #1d1d1b!important;background: grey!important}
/*-------------------------- 

FOOTER 

--------------------------*/

/* Estilos para el pie de página */
footer {
    background: #C3D2A9;
    padding: 30px;
}

footer ul li {
    list-style-type: none;
}

/* Estilos para las clases de pie de página */
.fot {
    display: flex;
    flex-flow: row wrap;
    column-gap: 10px;
}

.fot .zutabe-1{
    margin-top: 50px;
}

.fot-zerr {
    font-family: 'Serifa';
}

.fot-text{
    font-size: 16px;
    line-height: 18px;
}

.fot-text a{
    text-decoration: none;
    color: #364A3D;
}

.fot-zerr li a {
    text-decoration: none;
    color: #364A3D;
    font-size: 18px;
    line-height: 20px;
}

.copiright{
    text-align: right;
    margin-top: 20px;
    font-size: 12px;
    color: #364A3D;
}


    .menu-botoia {
        display: none; /* Ocultar el botón de hamburguesa en dispositivos más anchos */
    }



main{    padding-top: 72px!important;}


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


    .zutabe-4{
            flex-basis: 100%;
    text-align: center;
    padding: 30px 0px;
    }

.bloke-home{height: calc(80vh);flex-wrap: wrap!important;}

.cajafoto {
    height: 50%;
    padding-top: 0;}



    .menu-botoia {
          flex-wrap: wrap;
    align-items: center;
    z-index: 99;
    display: block;
    margin-right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    padding: 0;
    z-index: 1;
}


.menu-botoia .linea {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #364A3D;
    transition: all 0.3s ease;
}


.menu-botoia:hover .linea{
    background-color: white;

}
.menu-botoia.activado .linea:nth-child(1) {
    transform: rotate(45deg) translate(4.5px, 8px);
}

.menu-botoia.activado .linea:nth-child(2) {
    opacity: 0;
}

.menu-botoia.activado .linea:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -10px);
}
.menu-botoia .linea {
    transform-origin: center;
}


header{justify-content: space-between;align-items: center;}



.menu ul li .enlaces{font-size: 50px;}
    /* Estilos del menú */
    .toggle-button {
        display: block; /* Ocultar el botón de hamburguesa en dispositivos más anchos */
    }
    .menu{
        opacity: 0;
        justify-content: center;align-items: center;
        position: fixed;
    height: 100vh;
    z-index: 99;
    width: 100%;
    display: flex;
    background: #c3d2a9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    }
.menu ul li {
    text-align: center;
    display: flex;
    text-decoration: none;
    padding: 5px 20px;
    justify-content: center;
}
.menu {
    opacity: 0; /* Inicialmente oculto */
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out; /* Transición suave de la opacidad */
}

.menu.active {
    opacity: 1; /* Mostrar el menú cuando tiene la clase active */
    height: 100vh;
    z-index: 0;
}
/*
.toggle-buttonbi {
    font-size: 40px;
    font-family: 'Serifa';
    text-align: center;
    margin: auto;
    display: block;
    background: transparent;
    border: none;
    color: white;
    position: absolute;
    top: 10px;
    right: 10px;
}
*/

    header {
        position: fixed;
        padding-top: 14px;
        background: #c3d2a9;
    }

    .menu-botoiabi{
            position: absolute;
    right: 30px;
    top: 30px;
    font-size: 40px;
    border: none;
    background: none;
    display: block;
    }

    .eskubi {
        margin-top: 35px;
    }

    .erdi {
        flex-basis: 25%;
        text-align: center;
        width: 100%;
        margin-top: 35px;
    }

    .ezkerra,
    .eskubi {
        text-align: center;
        width: 100%;
        text-align: center;
    }

    .prefooter {
        flex-direction: column;
    }

    footer {
        flex-direction: column;
    }

    #albokoa-fondo {
        display: none !important;
    }

    body {
        padding-top: 30px;
    }

    .logos.hasiera {
        margin: auto;
    }

    .footer-single {
        position: static;
        padding-top: 30px;
    }

    .based {
        color: #364A3D;
        text-align: center;
        line-height: 30px;
    }

    .texto-central {
        position: static;
        width: 100%;
        display: block;
        margin: auto;
        margin-bottom: 100px;
    }

    .logos {
        overflow: auto;
        margin: auto;
    }

    .erdia {
        width: 100%;
    }

    .textua {
        font-size: 12px;
        position: static;
    }

    .quienes-texto {
        text-align: left;
        position: static;
        width: 100%;
        color: white;
        width: 80%;
        padding: 20px;
    }

    .nagusia-about {
        position: static;
    }

    footer,
    .prefooter {
        position: inherit !important;
    }

    .logos {
        position: static !important;
    }

    .nav.menu {
        float: none;
        margin-top: 5px;
        text-align: center;
    }

    .logo {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        position: static;
    }

    .precap {
        display: none !important;
    }

    .zerr-irudia {
        display: block;
    }

    .nagusia {
        display: none;
    }

    .nagusia.kontaktua {
        display: block;
        position: static;
    }

    .nagusia.bakar {
        margin-top: 80px;
        width: 100%;
        height: auto;
        position: static;
        display: block !important;
    }

    #lainfo.bakar {
        width: 100%;
        position: static;
        margin-bottom: 100px;
    }

    #albokoa {
        width: 100% !important;
        top: 200px;
        position: static;
    }

    .zerrenda {
        white-space: nowrap;
    }

    .ellogo {
        display: none !important;
    }

    .zerrenda li {
        display: inline;
    }

    .menu ul li {
        width: auto;
    }

    .kontaktua-text {
        margin: 100px 25px;
        position: inherit;
        width: calc(100% - 50px);
    }

    .proyecto-work,
    .work-section div ul li {
        width: 91%;
        height: 60vw;
    }

    .idioma {
        top: 100px;
    }

    .menu ul li {
        width: auto;
    }

    .ellogo {
        display: none !important;
    }

    main {
        margin: auto;
        width: 100%;
        padding-top:     padding-top: 40px!important;
    }

    .kontaktua-text {
        width: auto;
    }

    .btn-harreman {
        font-size: 20px;
    }
}



.swiper-scrollbar-drag{background:#364A3D!important}

.pad-100{padding-left:100px;padding-right:100px}

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

    .swiper-button-prev, .swiper-button-next{top:50px;}
    .swiper-scrollbar{top:0px!important;}
.pad-100{padding:0}
.seccion-tarifas{padding:40px;}
.swiper{
        width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 20px;
}

h2{
        font-size: 45px;
    line-height: 1;
    font-family: 'Serifa';
}

.swiper-slide{
    align-self: self-start;
}
.swiper-slide h4{
        font-size: 30px;
    line-height: 1;
    font-family: 'Serifa';
    margin-bottom: 30px;
}



    #zerbitzuak{    font-family: Serifa;
    font-size: 7vw;
    text-transform: none;
    margin-top: 1vw;
    width: 1300vw;
    animation: zerb 20s linear infinite;
}

    #zerbitzuak2{    font-family: Serifa;
    font-size: 7vw;
    text-transform: none;
    margin-top: 1vw;
    width: 1300vw;
    animation: zerb2 20s linear infinite;
}



    .vc_custom_1694417241767 {
        padding-bottom: 0!important;
    }
    
    #caja-fotos {
        padding: 20px!important;
    }
    
 
        .icon-eskubi {
        left: 79%;
        top: -35px;
    }
    
    .icon-galeria figure div img {
        width: 21vw;
    }
    
    .logo {
        background: transparent;
        float: none;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 15px;
    }
    
    .fot-4 {
        flex-basis: 100%;
        margin: auto;
        text-align: center;
    }
    
    .fot-5 {
        flex-basis: 70%;
        text-align: center;
        margin: auto;
    }
    
    .contacto {
        max-width: 100%;
    }
    
    .titulo-2 {
        font-size: 30px;
        line-height: 36px;
    }
    
    .vc_custom_1694418695024,
    .vc_custom_1694511821094,
    .vc_custom_1694503029461,
    .vc_custom_1696418932258 {
        padding: 20px!important;
    }
    
    .caja-faq {
        margin-top: 0;
    }
    
    .faq {
        flex-basis: 100%;
        margin-top: 40px;
    }
    
    .accordion-menu {
        font-size: 28px;
    }
    
    :root {
        --tamaina1: 7vw;
    }
    
    .fot-1,
    .fot-2,
    .fot-3 {
        flex-basis: 100%;
        text-align: center;
    }
    
    input[type="text"],
    textarea,
    input[type="email"] {
        width: 100%;
    }
    
    .vc_custom_1694417266929 {
        padding: 20px!important;
    }
}




#tabla table, #tablabi table {

        width: 90%;
    margin: 40px auto auto;

    display: none;
        border-collapse: collapse;
}
table td, table th {
  border: 1px solid #364A3D;
  padding: 8px;
  text-align: center;
}
tr td:first-child, tr th:first-child{text-align: left;}

/*table tr:nth-child(even){background-color: #f2f2f2;} */

table tr:hover {background-color:#C3D2A9;}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
    background-color: #364A3D;
    color: white;
    font-family: 'Serifa';
    font-weight: 400;
    font-size: 20px;}

    .tabla-x{background:rgba(220,220,220,1)!important}


.container {
  width: 100%;
  height:auto;
  display: flex;
  flex-wrap: nowrap;
top: 20vh;
}



.cajita-nueva {
    order: 8;
    padding-top: 20vh !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 40vw;
    width: 100vw;
    overflow: hidden; /* Mantener los elementos dentro del contenedor */
}

.inner-cajita-nueva {
    display: flex;
    height: 100%;
    overflow-x: visible; /* Permitir desplazamiento horizontal para GSAP */
    scroll-behavior: smooth; /* Suavizar el scroll manual */
}

.cajita-nueva .box {
    text-decoration: none;
    flex-shrink: 0;
    width: 30vw;
    height: 100%;
    text-align: center;
    padding: 15px;
}

.box:hover .irudia {
    opacity: 1;
}

.irudia {
    transition: all 0.3s ease;
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.1); /* Fondo sutil para contraste */
}

.irudia:hover {
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.5); /* Sombra al pasar el ratón */
}

.firstContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  background: yellow;
}

         .panel {
           flex: 0 0 50%;
    box-sizing: border-box;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    margin-left: 0px;
    background-color: orange;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    height: 80%; /* Ajusta la altura del panel para centrar mejor */
        }

        .panel img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }
/* Media Query para pantallas de 425px */
@media (max-width: 425px) {
    .cajita-nueva {
        padding-top: 200px !important; /* Reducido para pantallas pequeñas */
        height: 550px; /* Ajustar automáticamente */

    }

    .cajita-nueva .box {
        width: 90vw; /* Mayor espacio en pantallas pequeñas */
        padding: 5px; /* Más compacto */
         /* Ajustar automáticamente */

    }

    .irudia {
        padding: 5px; /* Más compacto */
        border-radius: 5px; /* Ajustado para menor tamaño */

    }
}




div[class="vc_row wpb_row vc_row-fluid vc_custom_1708672285347 vc_row-has-fill vc_row-o-full-height vc_row-o-columns-middle vc_row-o-content-middle vc_row-flex"] {
    padding-top: 30px;
}

.vc_empty_space{
    display: none ;
}

.flex {
    align-items: flex-start; /* Mueve los elementos hacia arriba */
}


.container {
    margin-top: 0;
    padding-top: 0;
}





.vc_column-inner{
    padding-top: 10px !important;
    padding-bottom: 10px;
}


.claim{
    font-size: 50px;
    line-height: 60px;
}

 .panel {
           flex: 0 0 50%;
    box-sizing: border-box;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    margin-left: 0px;
    background-color: orange;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
   }

    .panel img {
        width: auto;
        height: 300px;
    }
}

@media screen and (max-width: 375px) {
  
}

/***IPAD VERTICAL***/
@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation:portrait) {}
/***IPAD HORIZONTAL***/
@media only screen and (max-width: 1400px) and (orientation:landscape) {}
/***MOVIL HORIZONTAL***/
@media screen and (max-device-width:440px) and (orientation: landscape) {}


