*{
    margin: 0;
    padding: 0;
}
.menu-principal{
    z-index: 10;
}
.page-template-la-fundacion .bg_fundacion{
    background-color: #fff;
    padding: 0;
    margin-top: 25px;
}

.page-template-la-fundacion .bg_fundacion .container{
    padding-bottom: 0;
}
.page-template-la-fundacion .bloque1-home .nav_fundacion ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-template-la-fundacion .bloque1-home .nav_fundacion ul li{
    margin-bottom: 15px;
}
.page-template-la-fundacion .bloque1-home .nav_fundacion ul li a{
    font-family: 'PT Serif', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 33px;
    text-decoration-line: underline;
    color: #333333;
    transition: 0.3s all linear;
    padding-left: 0;
    display: inline-block;
    position: relative;
    outline: none !important;
}
.page-template-la-fundacion .bloque1-home .nav_fundacion ul li a:hover{
    color: var(--fb-green-color);
    padding-left: 55px;
    font-size: 27px;
    font-weight: 700;
}
.page-template-la-fundacion .bloque1-home .nav_fundacion ul li a:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 4px;
    background-color: var(--fb-green-color);
    transform: translate(0, -50%);
    transition: 0.3s all linear;
}
.page-template-la-fundacion .bloque1-home .nav_fundacion ul li a:hover:before{
    width: 41px;
}


.page-template-la-fundacion .bloque1-home .nav_fundacion ul li a.activo{
    padding-left: 55px !important;
    font-size: 27px !important;
    font-weight: 700 !important;
    color: var(--fb-green-color);
}
.page-template-la-fundacion .bloque1-home .nav_fundacion ul li a.activo:before{
    width: 41px !important;
    height: 4px;
    background-color: var(--fb-green-color);
}

.fundacion .columna_flex.flex-reverse.item.position-relative {
    margin-bottom: 20px;
}

.page-template-la-fundacion .bloque1-home h2{
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    letter-spacing: -0.022em;
    color: #333333;
    margin-bottom: 2rem;
    line-height: 57px;
}
.page-template-la-fundacion .bloque1-home h3{
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.022em;
    color: #333333;
    /*margin-top: 2rem;*/
}
.page-template-la-fundacion .bloque1-home p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}
.page-template-la-fundacion .bloque1-home img.adorno{
    width: 80%;
    margin: 0;
}
.page-template-la-fundacion .bloque1-home .flor img{
    width: 100%;
}
.text-center{
    text-align: center;
}
.page-template-la-fundacion .bloque2-home{
    display: none;
}
.page-template-la-fundacion .bloque2-home .container{
    padding-top: 0;
}
.page-template-la-fundacion .bloque2-home .swiper {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.page-template-la-fundacion .bloque2-home .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.page-template-la-fundacion .bloque2-home .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-template-la-fundacion .bloque2-home .swiper .swiper-button-next,
.page-template-la-fundacion .bloque2-home .swiper .swiper-button-prev{
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    transition: 0.2s all linear;
    z-index: 1;
}
.page-template-la-fundacion .bloque2-home .swiper .swiper-button-next:before,
.page-template-la-fundacion .bloque2-home .swiper .swiper-button-prev:before{
    background-color: var(--fb-green-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    transition: 0.2s all linear;
}
.page-template-la-fundacion .bloque2-home .swiper .swiper-button-next:hover:before,
.page-template-la-fundacion .bloque2-home .swiper .swiper-button-prev:hover:before{
    transform: scale(1);
}
.page-template-la-fundacion .bloque2-home .swiper .swiper-button-next:after,
.page-template-la-fundacion .bloque2-home .swiper .swiper-button-prev:after{
    font-size: 20px;
}
.page-template-la-fundacion .bloque2-home .paginacion{
    position: relative;
    margin: auto;
    width: 100%;
    height: 60px;
}
.page-template-la-fundacion .bloque2-home .paginacion .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
}
.page-template-la-fundacion .bloque2-home .paginacion .swiper-pagination-bullet-active{
    background-color: var(--fb-green-color);
}
.page-template-la-fundacion .bloque2-home .slider{
    padding: 70px 0;
}
.page-template-la-fundacion .bloque2-home .fondo_bg:before, .tabs-nuevas .fondo_bg:before{
    content: '';
    position: absolute;
    top: 0;
    right: -88%;
    width: 200%;
    height: 115%;
    z-index: -1;
    background: #F0F0F0;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.page-template-la-fundacion .tabs-nuevas .fondo_bg:before{
    right: 0;
    width: 160%;
    height: 93%;
}

.page-template-la-fundacion .bloque2-home .box_2{
    padding: 68px 0 0;
    margin: 0;
}
.page-template-la-fundacion .bloque2-home .box_2  h2{
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #333333;
}
.page-template-la-fundacion .bloque2-home .box_2 h4{
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 25px;
    color: #333333;
}
.page-template-la-fundacion .bloque2-home .box_2 .box_scroll{
    height: 383px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0 20px 0 0;
    z-index: 0;
}
.page-template-la-fundacion .bloque2-home .box_2 .box_scroll p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #000000;
}
/* width */
.page-template-la-fundacion .bloque2-home .box_2 .box_scroll::-webkit-scrollbar, .page-template-la-fundacion .bloque7-home .box_scroll::-webkit-scrollbar, .page-template-la-fundacion .tab-hostoria-texto.box_scroll::-webkit-scrollbar {
    width: 10px;
}
/* Track */
.page-template-la-fundacion .bloque2-home .box_2 .box_scroll::-webkit-scrollbar-track, .page-template-la-fundacion .bloque7-home .box_scroll::-webkit-scrollbar-track, .page-template-la-fundacion .tab-hostoria-texto.box_scroll::-webkit-scrollbar-track {
    background-color: var(--fb-white-color);
    border-radius: 10px;
}
/* Handle */
.page-template-la-fundacion .bloque2-home .box_2 .box_scroll::-webkit-scrollbar-thumb, .page-template-la-fundacion .bloque7-home .box_scroll::-webkit-scrollbar-thumb, .page-template-la-fundacion  .tab-hostoria-texto.box_scroll::-webkit-scrollbar-thumb {
    background: var(--fb-green-color);;
    border-radius: 10px;
    border:2px solid var(--fb-white-color);
}
/* Handle on hover */
.page-template-la-fundacion .bloque2-home .box_2 .box_scroll::-webkit-scrollbar-thumb:hover, .page-template-la-fundacion .bloque7-home .box_scroll::-webkit-scrollbar-thumb:hover, .page-template-la-fundacion  .tab-hostoria-texto.box_scroll::-webkit-scrollbar-thumb:hover {
    background: var(--fb-green-color);;
}

.page-template-la-fundacion .bloque3-home{
    background-image: url(https://fundacion-biodiversidad.es/wp-content/themes/fb/img/fundacion/Group544.jpg);
    background-size: cover;
    background-position: center center;
    padding: 130px 0;
}
.page-template-la-fundacion .bg_cajas h2{
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 75px;
    line-height: 99px;
    letter-spacing: -0.022em;
    color: var(--fb-white-color);
    position: relative;
    padding-top: 50px;
    padding-bottom: 15px;
}
.page-template-la-fundacion .bg_cajas h2:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 59px;
    height: 4px;
    background-color: var(--fb-white-color);
    right: initial;
}
.page-template-la-fundacion .bg_cajas p.sub{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--fb-white-color);
}
.page-template-la-fundacion .bg_cajas p{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: var(--fb-white-color);
}
.page-template-la-fundacion .bg_cajas a{
    background: var(--fb-white-color);
    border: 3px solid var(--fb-green-color);
    border-radius: 17px;
    color: var(--fb-green-color);
    padding: 18px 47px;
    /*height: 60px;*/
    width: auto;
    display: inline-block;
    text-align: center;
    line-height: 2;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    z-index: 0;
    transition: 0.4s all linear;
    font-size: 18px;
    -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,0.20) !important;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.20) !important;
}

.page-template-la-fundacion .bg_cajas a:hover{
    color:var(--fb-white-color);
    border: 3px solid var(--fb-green-color);
    /*background-color: var(--fb-green-color);*/
}

.page-template-la-fundacion .bg_cajas a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    transform: scale(0);
    background-color: var(--fb-green-color);
    transition: 0.3s all linear;
    border-radius: 11px;
}
.page-template-la-fundacion .bg_cajas a:hover::before{
    transform: scale(1);
}
.page-template-la-fundacion .cuadro{
    padding: 40px;
    position: relative;
    min-height: 517px;
    margin-bottom: 40px;
    transition: 0.2s all linear;
    cursor: pointer;
    -webkit-box-shadow: 0px 8px 20px 2px #0004;
    box-shadow: 0px 8px 20px 2px #0004;
}
.page-template-la-fundacion .cuadro:hover{
    background-color: #fff;
}
.page-template-la-fundacion .cuadro img{
    width: 70px;
    margin-bottom: 15px;
    /*filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(100%) hue-rotate(255deg) brightness(100%) contrast(100%);*/
    transition: 0.2s all linear;
    /*filter: brightness(0) invert(1);*/
}
.page-template-la-fundacion .cuadro:hover img{
    /*filter: initial;*/
    /*filter: grayscale(100%) brightness(32%) sepia(300%) hue-rotate(50deg) saturate(500%);*/
    filter: invert(47%) sepia(19%) saturate(975%) hue-rotate(82deg) brightness(94%) contrast(90%);
}

.page-template-la-fundacion .cuadro h3{
    font-family: 'Poppins', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px;
}
.page-template-la-fundacion .cuadro:hover ul li,
.page-template-la-fundacion .cuadro:hover p,
.page-template-la-fundacion .cuadro:hover h3{
    color: #000000;
}
.page-template-la-fundacion .cuadro ul{
    padding: 0;
    margin: 0 0 0 16px;
}
.page-template-la-fundacion .cuadro ul li,
.page-template-la-fundacion .cuadro p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #fff;
}
.page-template-la-fundacion .cuadro1{
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    border-radius: 10px;
}
.page-template-la-fundacion .cuadro2{
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.45);
    border-radius: 10px;
}
.page-template-la-fundacion .cuadro1 h3,
.page-template-la-fundacion .cuadro1 p{
    color: var(--fb-white-color);
}
.page-template-la-fundacion .cuadro2 h3,
.page-template-la-fundacion .cuadro2 p{
    color:#000000;
}
.page-template-la-fundacion .cuadro1 .flecha,
.page-template-la-fundacion .cuadro2 .flecha{
    position: absolute;
    bottom: 9%;
    left: 0;
    width: 80%;
    margin: 50px 0 0 0;
}
.page-template-la-fundacion .cuadro1 .flecha img,
.page-template-la-fundacion .cuadro2 .flecha img{
    width: 50%;
    margin-bottom: 0;
    z-index: 10;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}
.page-template-la-fundacion .cuadro1 .flecha{
    opacity: 0;
    transition: 0.2s all linear;
}
.page-template-la-fundacion .cuadro1:hover .flecha{
    opacity: 1;
}
.page-template-la-fundacion .cuadro1:hover .flecha img{
    animation-name: bounce-1;
    animation-timing-function: linear;
}
.page-template-la-fundacion .bloque4-home{
    background-image: url(https://fundacion-biodiversidad.es/wp-content/themes/fb/img/fundacion/bg_4.jpg);
    background-size: cover;
    background-position: center center;
    padding: 130px 0;
}
.page-template-la-fundacion .bloque5-home{
    background-image: url(https://fundacion-biodiversidad.es/wp-content/themes/fb/img/fundacion/bg_5.jpg);
    background-size: cover;
    background-position: center center;
    padding: 130px 0;
}
.page-template-la-fundacion .bloque6-home{
    padding: 100px 0 0;
    background-color: var(--fb-white-color);
}
.page-template-la-fundacion .bloque6-home h2{
    position: relative;
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    line-height: 86px;
    letter-spacing: -0.022em;
    color: #333333;
}
.page-template-la-fundacion .bloque6-home h2:before,
.page-template-la-fundacion .bloque6-home h2:after{
    content: '';
    position: absolute;
    width: 60px;
    height: 5px;
    top: 55%;
    transform: translate(0 , -55%);
    background-color: var(--fb-green-color);
}
.page-template-la-fundacion .bloque6-home h2:before{
    left: 20px;
}
.page-template-la-fundacion .bloque6-home h2:after{
    right: 20px;
}
.page-template-la-fundacion .bloque6-home p{
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    text-align: center;
    color: #333333;
}
.page-template-la-fundacion .bloque6-home .img_abs{
    position: absolute;
    bottom: -25px;
    right: 0;
    width: 30%;
}
.page-template-la-fundacion .bloque6-home a{
    background: var(--fb-green-color);
    backdrop-filter: blur(35px);
    border-radius: 17px;
}

.page-template-la-fundacion .bloque6-home a{
    background: var(--fb-green-color);
    border: 3px solid var(--fb-green-color);
    border-radius: 17px;
    color: var(--fb-white-color);
    padding: 13px 20px;
    height: 65px;
    width: 262px;
    display: inline-block;
    text-align: center;
    line-height: 2;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    z-index: 0;
    transition: 0.4s all linear;
    font-size: 18px;
}
.page-template-la-fundacion .bloque6-home a:hover{
    color:var(--fb-green-color);
    border: 3px solid var(--fb-green-color);
    -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,0.20) !important;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.20) !important;
}
.page-template-la-fundacion .bloque6-home a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    transform: scale(0);
    background-color: var(--fb-white-color);
    transition: 0.3s all linear;
    border-radius: 15px;
}
.page-template-la-fundacion .bloque6-home a:hover::before{
    transform: scale(1);
}
.page-template-la-fundacion .position-relative{
    position: relative;
}

.page-template-la-fundacion .bloque7-home{
    background-position: bottom center;
    min-height: 729px;
    background-size: cover;
    padding: 10px 0 0;
}

.page-template-la-fundacion .bloque7-home div#boxfinal a {
    text-decoration: none;
}

.page-template-la-fundacion .bloque7-home .box_cuadro{
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0px 8px 20px 2px #0004;
    box-shadow: 0px 8px 20px 2px #0004;
    border-radius: 10px;
    padding: 46px 55px;
    height: 424px;
    cursor: pointer;
}
.page-template-la-fundacion .bloque7-home .box_cuadro .box_img{
    text-align: center;
    margin-bottom: 20px;
}
.page-template-la-fundacion .bloque7-home .box_cuadro .box_img img{
    width: 75px;
}
.page-template-la-fundacion .bloque7-home .box_cuadro h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
}
.page-template-la-fundacion .bloque7-home .box_cuadro p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #333333;
}
.page-template-la-fundacion .bloque7-home .box_cuadro .flecha{
    text-align: center;
    margin-top: 35px;
    opacity: 0;
    transition: 0.2s all linear;
}
.page-template-la-fundacion .bloque7-home .box_cuadro:hover .flecha{
    opacity: 1;
}
.page-template-la-fundacion .bloque7-home .box_cuadro .flecha img{
    width: 35%;
    z-index: 10;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}
.page-template-la-fundacion .bloque7-home .box_cuadro:hover .flecha img{
    animation-name: bounce-1;
    animation-timing-function: linear;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.solo_pc{
    display: block;
}

.desc-datos-economicos {
    height: 170px;
    overflow: auto;
}

.page-template-la-fundacion .bg_cajas a.enlace-ficha {
    background: no-repeat;
    border: none;
    box-shadow: none !important;
    padding: initial;
    text-align: left;
    height: auto;
}

.page-template-la-fundacion .bg_cajas a.enlace-ficha:hover{
    background: none !important;
}

.page-template-la-fundacion .bg_cajas a.enlace-ficha::before{
    display: none;
}

@media (max-width: 767px){
    .flex-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important;
    }
    .page-template-la-fundacion .bloque2-home .swiper .no_mobil{
        opacity: 0;
    }
    .page-template-la-fundacion .nav_fundacion{
        margin-bottom: 25px;
    }
    .page-template-la-fundacion .bloque1-home h2{
        font-size: 35px;
    }
    .page-template-la-fundacion .bloque1-home p{
        font-size: 16px;
    }
    .page-template-la-fundacion .bloque1-home img.adorno{
        width: 100%;
        margin: 20px 0 50px;
    }
    .page-template-la-fundacion .bloque1-home h3{
        text-align: center;
        font-size: 22px;
    }
    .page-template-la-fundacion .bloque2-home .fondo_bg:before{
        width: 100%;
        right: 0;
        height: 100%;
    }
    .page-template-la-fundacion .bloque2-home .box_2{
        padding: 50px 0;
    }
    .page-template-la-fundacion .bloque2-home .box_2 h2{
        font-size: 27px;
    }
    .page-template-la-fundacion .bloque3-home{
        background-image: url(https://fundacion-biodiversidad.es/wp-content/themes/fb/img/fundacion/bg_mobil.jpg) !important;
        padding: 50px 0;
    }
    .page-template-la-fundacion .bloque4-home{
        background-image: url(https://fundacion-biodiversidad.es/wp-content/themes/fb/img/fundacion/bg_4_mobil.jpg) !important;
        padding: 50px 0;
    }
    .page-template-la-fundacion .bloque5-home{
        /*background-image: url(../img/fundacion/bg_5_mobil.jpg) !important;*/
        padding: 50px 0;
    }
    .page-template-la-fundacion .bg_cajas h2{
        font-size: 35px;
        padding-top: 15px;
        text-align: center;
    }
    .page-template-la-fundacion .bg_cajas h2:before{
        left: 0;
        right: 0;
        margin: auto;
    }
    .page-template-la-fundacion .bg_cajas p.sub{
        font-size: 17px;
    }
    .page-template-la-fundacion .bg_cajas a{
        width: 100%;
        padding: 10px 0;
    }
    .page-template-la-fundacion .cuadro{
        padding: 30px 20px;
        min-height: auto;
    }
    .page-template-la-fundacion .cuadro1 .flecha,
    .page-template-la-fundacion .cuadro2 .flecha{
        position: initial;
    }
    .page-template-la-fundacion .cuadro1 .flecha{

    }
    .page-template-la-fundacion .cuadro h3{
        font-size: 17px;
    }
    .page-template-la-fundacion .cuadro2 h3,
    .page-template-la-fundacion .cuadro2 p{
        color: #000000;
    }
    .page-template-la-fundacion .bloque6-home .img_abs{
        position: initial;
        width: 100%;
    }
    .page-template-la-fundacion .bloque6-home h2{
        font-size: 35px;
    }
    .page-template-la-fundacion .bloque6-home h2:before{
        left: 0;
        right: 0;
        margin: auto;
        top: 100%;
    }
    .page-template-la-fundacion .bloque6-home h2:after{
        display: none;
    }
    .page-template-la-fundacion .bloque6-home p{
        font-size: 18px;
    }
    .page-template-la-fundacion .bloque6-home a{
        width: 100%;
        padding: 10px 0;
    }
    .page-template-la-fundacion .bloque7-home .box_cuadro{
        padding: 40px 15px;
        height: auto;
    }
    .page-template-la-fundacion .flecha_mobil .flecha img{
        opacity: 1;
    }
    .solo_laptop{
        display: none;
    }
    .no_laptop{
        display: block;
    }
}
@media (min-width: 768px){

    .flex-md-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important;
    }
    .page-template-la-fundacion .bloque1-home img.adorno{
        width: 70%;
        margin: 0 0 25px;
    }
    .page-template-la-fundacion .bloque1-home h3{
        text-align: center;
    }
    .page-template-la-fundacion .bloque1-home .flor img{
        width: 60%;
        display: initial !important;
    }
    .page-template-la-fundacion .bloque2-home .fondo_bg:before{
        width: 100%;
        right: 0;
        height: 100%;
    }
    .page-template-la-fundacion .bloque2-home .box_2{
        padding: 50px;
    }
    .page-template-la-fundacion .bloque2-home .box_2 .box_scroll{
        height: 288px;
    }
    .page-template-la-fundacion .cuadro{
        min-height: 450px;
    }
    .page-template-la-fundacion .cuadro1 .flecha{

    }
    .page-template-la-fundacion .cuadro2 h3,
    .page-template-la-fundacion .cuadro2 p{
        color: #000000;
    }
    .page-template-la-fundacion .bloque7-home .box_cuadro{
        height: 598px;
        padding: 46px 62px;
        position: relative;
    }
    .page-template-la-fundacion .bloque7-home .box_cuadro p{
        min-height: 246px;
    }
    .page-template-la-fundacion .bloque7-home .box_cuadro .flecha {
        text-align: center;
        margin-top: 35px;
        position: absolute;
        bottom: 9%;
        left: 0;
        width: 100%;
    }
    .page-template-la-fundacion .bloque7-home .box_cuadro .flecha img{
        width: 36%;
    }
    .page-template-la-fundacion .flecha_mobil .flecha img{
        opacity: 1;
    }
    .page-template-la-fundacion .bloque6-home .img_abs{
        position: inherit;
        width: 100%;
    }
    .page-template-la-fundacion .bloque3-home{
        background-position: 42% center;
    }
    .page-template-la-fundacion .bloque5-home{
        background-position: 24% center;
    }
    .page-template-la-fundacion .bg_general{
        position: relative;
    }
    .page-template-la-fundacion .bg_general:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 40%;
        background-image: linear-gradient(rgba(0,0,0,0.65), rgba(255,255,255,0));
    }
    .page-template-la-fundacion .text-center-m{
        text-align: center;
    }
    .solo_laptop{
        display: none;
    }
    .no_laptop{
        display: block;
    }

}
@media (min-width: 992px){

    .page-template-la-fundacion .bloque1-home .flor img{
        width: 70%;
    }
    .page-template-la-fundacion .bloque2-home .fondo_bg:before{
        right: -40%;
        width: 137%;
        height: 109%;
    }
    .page-template-la-fundacion .bloque2-home .box_2{
        padding: 20px 15px;
    }
    .page-template-la-fundacion .bloque2-home .box_2 .box_scroll{
        height: 190px;
    }
    .page-template-la-fundacion .cuadro{
        min-height: 500px;
    }
    .page-template-la-fundacion .cuadro1 .flecha{

    }
    .page-template-la-fundacion .cuadro2 h3,
    .page-template-la-fundacion .cuadro2 p{
        color: #000000;
    }
    .page-template-la-fundacion .bloque7-home .box_cuadro{
        height: 560px;
    }
    .page-template-la-fundacion .flecha_mobil .flecha img{
        opacity: 0;
    }
    .page-template-la-fundacion .bloque6-home .img_abs {
        position: absolute;
        bottom: -25px;
        right: 0;
        width: 30%;
    }
    .margin-left{
        margin-left: auto;
    }
    .page-template-la-fundacion .text-center-m{
        text-align: left;
    }
    .solo_laptop{
        display: block;
    }
    .no_laptop{
        display: none;
    }
    .page-template-la-fundacion .bloque3-home,
    .page-template-la-fundacion .bloque5-home{
        background-position: center center;
    }
}
@media (min-width: 1200px){
    .page-template-la-fundacion .bloque1-home img.adorno{
        width: 80%;
        margin: 0;
    }
    .page-template-la-fundacion .bloque1-home h3{
        text-align: left;
        width: 90%;
    }
    .page-template-la-fundacion .bloque1-home .flor img{
        width: 100%;
    }
    .page-template-la-fundacion .bloque2-home .fondo_bg:before{
        right: -75%;
        width: 190%;
        height: 112%;
    }
    .page-template-la-fundacion .bloque2-home .box_2{
        padding: 68px 0 0;
    }
    .page-template-la-fundacion .bloque2-home .box_2 .box_scroll{
        height: 268px;
    }
    .page-template-la-fundacion .bg_cajas h2{
        font-size: 50px;
    }
    .page-template-la-fundacion .cuadro{
        min-height: 650px;
    }
    .page-template-la-fundacion .cuadro2 h3,
    .page-template-la-fundacion .cuadro2 p{
        color: #000000;
    }
    .page-template-la-fundacion .bloque6-home h2{
        font-size: 55px;
    }
    .page-template-la-fundacion .bloque6-home h2:before{
        left: -18px;
    }
    .page-template-la-fundacion .bloque6-home h2:after{
        right: -18px;
    }
    .page-template-la-fundacion .bloque6-home p{

    }
    .page-template-la-fundacion .bloque7-home .box_cuadro{
        height: 560px;
    }
    .page-template-la-fundacion .flecha_mobil .flecha img{
        opacity: 0;
    }
    .solo_laptop{
        display: none;
    }
    .no_laptop{
        display: block;
    }
    .page-template-la-fundacion .bloque7-home .box_cuadro p {
        min-height: 215px;
    }
    .page-template-la-fundacion .cuadro1 .flecha,
    .page-template-la-fundacion .cuadro2 .flecha {
        position: absolute;
        bottom: 6%;
        left: 0;
        width: 76%;
        margin: 50px 0 0 0;
    }
}
@media (min-width: 1600px){
    .page-template-la-fundacion .bloque1-home .flor img{
        display: block !important;
    }
    .page-template-la-fundacion .bloque2-home .box_2{
        padding: 30px 0 0 30px;
        width: 90%;
        margin: auto;
    }
    .page-template-la-fundacion .bloque2-home .box_2 h2{
        font-size: 30px;
    }
    .page-template-la-fundacion .bloque2-home .box_2 .box_scroll{
        height: 430px;
    }
    .page-template-la-fundacion .bloque2-home .fondo_bg:before{
        right: 0;
        width: 150%;
        height: 94%;
    }
    .page-template-la-fundacion .bg_cajas h2{
        font-size: 62px;
        padding-top: 30px;
    }
    .page-template-la-fundacion .cuadro{
        min-height: 517px;
    }
    .page-template-la-fundacion .cuadro2 h3,
    .page-template-la-fundacion .cuadro2 p{
        color: #000000;
    }
    .page-template-la-fundacion .bloque6-home h2{
        font-size: 65px;
    }
    .page-template-la-fundacion .bloque6-home h2:before{
        left: 0;
    }
    .page-template-la-fundacion .bloque6-home h2:after{
        right: 0;
    }
    .page-template-la-fundacion .bloque7-home .box_cuadro{
        padding: 46px 55px;
        height: 470px;
    }
    .page-template-la-fundacion .bloque7-home .box_cuadro p{
        min-height: auto;
    }
    .page-template-la-fundacion .bloque7-home .box_cuadro .flecha img{
        width: 35%;
    }
    .page-template-la-fundacion .flecha_mobil .flecha img{
        opacity:0;
    }
    .page-template-la-fundacion .cuadro1 .flecha,
    .page-template-la-fundacion .cuadro2 .flecha {
        position: absolute;
        bottom: 9%;
        left: 0;
        width: 85%;
        margin: 50px 0 0 0;
    }
}


.columna_flex{
    flex-direction:row;
    display: flex;
    flex-wrap: wrap;
}
._1of2 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.w-66{
    width: 66.66%;
}
.w-71{
    width: 71.66%;
}
.w-33{
    width: 33.33%;
}
.w-28{
    width: 28.33%;
}

.medida-800{
    display: none;
}
.medidamas-800{
    display: flex;
}
.flores{
    width: 85%;
    margin: auto;
}
.bloque2-home{
    margin-bottom: 70px;
}
.box-flex{
    display: flex;
    flex-wrap: nowrap;
    flex: 1;
}
.box-flex .item{

}
.box-flex .carrusel{
    flex: 1;
    width: 67%;
}
.box-flex .contenido{
    width: 32.6%;
}

section#obj ol{
    color: #fff;
    margin-left: 40px;
    margin-bottom: 30px;
}

/**** tabs nuevas ****/

.container.tabs-nuevas {
    /*display: none;*/
    position: relative;
}

.container.tabs-nuevas:before {
    position: absolute;
    right: 0;
    width: 63%;
    height: 93%;
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    background: #F0F0F0;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 15%);
    border-radius: 5px;
}

.contenedor-tab-hostoria {
    display: flex;
    flex-wrap: wrap;
}

label.panel-label {
    font-size: 18px;
    font-weight: 700;
}

.tab-hostoria-imagen {
    width: 58%;
}

.tab-hostoria-imagen img {
    border-radius: 13px;
}

.tab-hostoria-texto {
    width: 42%;
    padding: 0 60px;
    height: 484px;
    overflow: auto;
    position: relative;
}

ul#tabs-list {
  list-style: none;
  text-align: right;
  /*border-bottom: 1px solid #dfdfdf;*/
  margin: 0;
  padding: 0;
}

label.panel-label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  width: 100%;
  /*color: #bdc3c7;*/
  cursor: pointer;
  background-color: var(--fb-white-color);
  transition-property: background-color, color;
  transition-duration: 200ms;
}

/*label.panel-label:hover {
  color: #c0392b;
}*/

#panels {
  background-color: transparent;
}
#panels .container {
  margin: 0 auto;
  width: 100%;
  padding: 0 0 30px;
}
#panels section header label.panel-label {
  padding: 12px 24px;
  box-sizing: border-box;
}
#panels section main {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  transition: opacity 600ms;
  overflow-y: hidden;
}

#panel-1-ctrl:checked ~ #panels #panel-1 main {
  max-height: initial;
  opacity: 1;
  padding: 36px 0 66px;
}

#panel-2-ctrl:checked ~ #panels #panel-2 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 24px;
}

#panel-3-ctrl:checked ~ #panels #panel-3 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 24px;
}

#panel-4-ctrl:checked ~ #panels #panel-4 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 24px;
}

#panel-5-ctrl:checked ~ #panels #panel-5 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 24px;
}

@media all and (max-width: 767px) {
  #nav-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    max-height: 46px;
    opacity: 1;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    max-height: 46px;
    opacity: 1;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    max-height: 46px;
    opacity: 1;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    max-height: 46px;
    opacity: 1;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-5 {
    max-height: 46px;
    opacity: 1;
  }

  #open-nav-label {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
  }

  #nav-ctrl:checked ~ #tabs-list #open-nav-label {
    display: none;
  }

  #close-nav-label {
    display: block;
    max-height: 0;
    overflow-y: hidden;
    background-color: #444444;
    color: #ecf0f1;
    padding: 0px;
    transition: max-height 200ms;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
  }

  #nav-ctrl:checked ~ #tabs-list #close-nav-label {
    max-height: 36px;
    opacity: 1;
    padding: 12px 24px;
  }

  #tabs-list {
    position: relative;
  }
  #tabs-list label.panel-label {
    padding: 12px 0;
    border-radius: 15px;
  }
  /*#tabs-list #li-for-panel-1 {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-2 {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-3 {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 200ms;
  }*/
  #tabs-list #li-for-panel-4 {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-5 {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 200ms;
  }

  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label, #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label, #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
    border: 2px solid var(--fb-green-color);
    box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
    border-radius: 15px;
  }

  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
    background-color: var(--fb-white-color);
    /*color: #c0392b;
    background-color: #c0392b;
    color: var(--fb-white-color);*/
  }

  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
    background-color: var(--fb-white-color);
    /*color: #c0392b;
    background-color: #c0392b;*/
    /*color: var(--fb-white-color);*/
  }

  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
    background-color: var(--fb-white-color);
    color: #c0392b;
    background-color: #c0392b;
    color: var(--fb-white-color);
  }

  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
    background-color: var(--fb-white-color);
    color: #c0392b;
    background-color: #c0392b;
    color: var(--fb-white-color);
  }

  #panels .container {
    width: 100%;
  }
  #panels section header {
    display: block;
  }
}
@media all and (min-width: 768px) {
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    /*box-shadow: none;
    border-right: none;*/
  }
 /* #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last {
    border-right: 1px solid transparent;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li {
    border-left: 1px solid #dfdfdf;
  }*/
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label, #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label, #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
    background-color: var(--fb-white-color);
    /*color: #c0392b;
    padding-top: 26px;*/
    border: 2px solid var(--fb-green-color);
    box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
    border-radius: 15px;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after {
   /* height: 6px;*/
  }

  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  /*#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last {
    border-right: 1px solid transparent;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
    border-left: 1px solid #dfdfdf;
  }*/
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
    background-color: var(--fb-white-color);
    /*color: #c0392b;
    padding-top: 26px;*/
  }
  /*#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after {
    height: 6px;
  }*/

  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3.last {
    border-right: 1px solid transparent;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
    background-color: var(--fb-white-color);
  /*  color: #c0392b;
    padding-top: 26px;*/
  }
  /*#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after {
    height: 6px;
  }*/

  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4.last {
    border-right: 1px solid transparent;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
    background-color: var(--fb-white-color);
    color: #c0392b;
    padding-top: 26px;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label::after {
    height: 6px;
  }

  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5.last {
    border-right: 1px solid transparent;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
    background-color: var(--fb-white-color);
    color: #c0392b;
    padding-top: 26px;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label::after {
    height: 6px;
  }

  ul#tabs-list {
    text-align: right;
    /*border-bottom: 1px solid #dfdfdf;*/
  }
  ul#tabs-list li {
    display: inline-block;
    text-align: center;
    font-size: 0.875em;
    width: 18%;
    /*box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
    border-right: 1px solid #dfdfdf;*/
    position: relative;
    margin: 0 17px;
  }

  ul#tabs-list li:hover {
    transition: none;
    border-right: none;
  }
  /*ul#tabs-list li:hover.last {
    border-right: 1px solid transparent;
  }
  ul#tabs-list li:hover + li {
    border-left: 1px solid #dfdfdf;
  }*/
  ul#tabs-list li label.panel-label {
    position: relative;
    padding: 16px 35px;
    border-radius: 15px;
  }

ul#tabs-list li label.panel-label:lang(en){
    padding: 16px 36px;
}

  /*ul#tabs-list li label.panel-label::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    background-color: #c0392b;
    height: 0;
    transition-property: height;
    transition-duration: 200ms;
  }*/
 /* ul#tabs-list li label.panel-label:hover {
    padding-top: 25px;
  }
  ul#tabs-list li label.panel-label:hover::after {
    height: 6px;
  }*/

  #open-nav-label,
#close-nav-label {
    display: none;
  }

  #nav-ctrl {
    display: none;
  }
}
@media all and (min-width: 900px) {
  main {
    width: 100%;
    margin: 0 auto;
  }
}
.panel-radios {
  position: fixed;
  left: 50%;
  top: 10px;
  width: 20px;
  opacity: 0;
  z-index: 99;
}
.panel-radios:nth-child(1) {
  transform: translateX(-50px);
}
.panel-radios:nth-child(2) {
  transform: translateX(-30px);
}
.panel-radios:nth-child(3) {
  transform: translateX(-10px);
}
.panel-radios:nth-child(4) {
  transform: translateX(10px);
}
.panel-radios:nth-child(5) {
  transform: translateX(30px);
}
.panel-radios:nth-child(6) {
  top: 30px;
  transform: translateX(-10px);
  display: block;
}

#introduction {
  width: 90%;
  margin: 0 auto;
  padding: 48px 24px;
  color: var(--fb-white-color);
}
#introduction h1 {
  font-weight: 300;
  text-align: center;
}

/*main h1 {
  margin-top: 0;
  font-weight: 300;
  color: #c0392b;
}
main p {
  line-height: 1.8;
}
main hr {
  margin: 12px 0;
  border-top: 1px solid #dfdfdf;
}*/

label.demo-label {
  background-color: #c0392b;
  color: var(--fb-white-color);
  padding: 4px 8px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
label.demo-label:hover {
  background-color: #e74c3c;
}

#demo-child-toggle {
  display: none;
}
#demo-child-toggle:checked ~ #demo-parent #demo-child {
  color: #c0392b;
  font-weight: bold;
  text-transform: uppercase;
}

#demo-parent {
  margin-top: 8px;
}

/*code,
pre {
  color: #c0392b;
  font-family: Inconsolata, "Andale Mono", Andale, monowidth;
  background-color: #ecf0f1;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
}

code {
  padding: 2px 6px;
}

pre {
  padding: 12px;
  line-height: 1.6;
}
pre strong {
  color: #444444;
  font-weight: normal;
}
*/
/**** fin tabs nuevas ****/

.page-template-la-fundacion .bloque7-home .box_cuadro .desc-datos-economicos.box_scroll p {
    min-height: auto !important;
}

@media (max-width: 1920px){
    .page-template-la-fundacion .bloque1-home h3{
        width: 85%;
    }
    .page-template-la-fundacion .bloque2-home .box_2{
        width: 90%;
        margin: auto;
        padding: 33px 0 0 37px;
    }
    .page-template-la-fundacion .bloque2-home .box_2 .box_scroll {
        height: 410px;
    }
    .flores{
        width: 91%;
        margin-top: 0;
    }
    .page-template-la-fundacion .bloque2-home .fondo_bg:before{
        right: 0;
        width: 160%;
        height: 93%;
    }
    .page-template-la-fundacion .bloque2-home .slider {
        padding: 50px 0;
    }
    .page-template-la-fundacion .cuadro{
        min-height: 470px;
    }

    .page-template-la-fundacion #obj  .cuadro {
        min-height: 549px;
    }

    .page-template-la-fundacion .cuadro1 .flecha, .page-template-la-fundacion .cuadro2 .flecha{
        bottom: 3%;
    }
}

@media (max-width: 1800px){
    .page-template-la-fundacion .bloque1-home h3{
        width: 100%;
    }
    .page-template-la-fundacion .bloque2-home .box_2{
        width: 90%;
        margin: auto;
        padding: 33px 0 0 30px;
    }
    .page-template-la-fundacion .bloque2-home .box_2 .box_scroll {
        height: 334px;
    }
    .flores{
        width: 100%;
        margin-top: 30px;
    }
    .page-template-la-fundacion .bloque2-home .fondo_bg:before{
        right: 0;
        width: 160%;
        height: 92%;
    }
    .page-template-la-fundacion .bloque2-home .slider {
        padding: 50px 0;
    }
    .page-template-la-fundacion .cuadro{

    }
}

@media (max-width: 1700px){
    .page-template-la-fundacion .bloque1-home h3{
        width: 100%;
    }
    .page-template-la-fundacion .bloque2-home .box_2{
        width: 90%;
        margin: auto;
        padding: 33px 0 0 30px;
    }
    .page-template-la-fundacion .bloque2-home .box_2 .box_scroll {
        height: 334px;
    }
    .flores{
        width: 100%;
        margin-top: 30px;
    }
    .page-template-la-fundacion .bloque2-home .fondo_bg:before{
        right: 0;
        width: 160%;
        height: 92%;
    }
    .page-template-la-fundacion .bloque2-home .slider {
        padding: 50px 0;
    }
    .page-template-la-fundacion .cuadro{

    }

    .page-template-la-fundacion .bloque1-home h2 {
        font-size: 65px;
        line-height: 35px;
    }

    .page-template-la-fundacion .bloque1-home p {
        font-size: 16px;
    }

    .page-template-la-fundacion .bloque1-home .nav_fundacion ul li a {
        font-size: 22px;
        line-height: 25px;
    }

    label.panel-label {
        font-size: 16px;
    }

    .tab-hostoria-texto {
        height: 525px;
    }
}

@media (max-width: 1600px){
    .page-template-la-fundacion .bloque1-home h3{
        width: 100%;
    }
    .page-template-la-fundacion .bloque2-home .box_2{
        width: 90%;
        margin: auto;
        padding: 33px 0 0 30px;
    }
    .page-template-la-fundacion .bloque2-home .box_2 .box_scroll {
        height: 334px;
    }
    .flores{
        width: 100%;
        margin-top: 30px;
    }
    .page-template-la-fundacion .bloque2-home .fondo_bg:before{
        right: 0;
        width: 160%;
        height: 92%;
    }
    .page-template-la-fundacion .bloque2-home .slider {
        padding: 50px 0;
    }
    .page-template-la-fundacion .cuadro{

    }

    .page-template-la-fundacion .bg_cajas a {
        padding: 16px 20px;
    }

    .page-template-la-fundacion #obj .cuadro {
        min-height: 695px;
    }

    .page-template-la-fundacion #org .cuadro {
        min-height: 584px;
    }

    .desc-datos-economicos {
        height: 250px;
        overflow: auto;
    }
}

@media (max-width: 1500px){
    .page-template-la-fundacion .bloque1-home h2{
        font-size: 50px;
    }
    .page-template-la-fundacion .bloque1-home h3{

    }
    .page-template-la-fundacion .bloque1-home p{
        font-size: 19px;
    }
    .page-template-la-fundacion .bloque1-home h3{
        font-size: 25px;
    }
    .page-template-la-fundacion .bloque1-home .nav_fundacion ul li a{
        font-size: 23px;
    }
    .page-template-la-fundacion .bloque1-home .nav_fundacion ul li a:hover{
        padding-left: 34px;
        font-size: 23px;
    }
    .page-template-la-fundacion .bloque1-home .nav_fundacion ul li a:hover:before {
        width: 25px;
    }
    .page-template-la-fundacion .bloque2-home .box_2 h2 {
        font-size: 30px;
    }
    .page-template-la-fundacion .bg_cajas h2{
        font-size: 45px;
        padding-top: 16px;
        padding-bottom: 0;
    }
    .page-template-la-fundacion .bg_cajas p.sub{
        font-size: 16px;
        line-height: 23px;
    }
    .page-template-la-fundacion .bg_cajas p{
        font-size: 15px;
        line-height: 23px;
    }
    .page-template-la-fundacion .bg_cajas a{
        width: 262px;
    }
    .page-template-la-fundacion .cuadro{
        padding: 40px 20px;
    }
    .page-template-la-fundacion .cuadro h3{
        font-size: 16px;
    }
    .page-template-la-fundacion .cuadro ul li, .page-template-la-fundacion .cuadro p{
        font-size: 14px;
    }
    .page-template-la-fundacion .cuadro {
        min-height: 526px;
    }
    .page-template-la-fundacion .bloque7-home .box_cuadro {
        height: 517px;
        padding: 46px 50px;
    }
    .page-template-la-fundacion .cuadro{

    }
}

@media (max-width: 1440px){
    .page-template-la-fundacion .bloque1-home h2{
        font-size: 50px;
    }
    .page-template-la-fundacion .bloque1-home p{
        font-size: 17px;
    }
    .page-template-la-fundacion .bloque1-home h3{
        font-size: 24px;
        width: 94%;
    }
    .page-template-la-fundacion .bloque1-home .nav_fundacion ul li a{
        font-size: 20px;
    }
    .page-template-la-fundacion .bloque1-home .nav_fundacion ul li a:hover{
        padding-left: 34px;
        font-size: 22px;
    }
    .page-template-la-fundacion .bloque1-home .nav_fundacion ul li a:hover:before {
        width: 25px;
    }
    .page-template-la-fundacion .bloque2-home .box_2 h2 {
        font-size: 25px;
        line-height: 1.3;
    }
    .page-template-la-fundacion .bloque2-home .box_2 h4{
        font-size: 17px;
        line-height: 1.3;
    }
    .page-template-la-fundacion .bloque2-home .box_2 .box_scroll{
        height: 308px;
    }
    .page-template-la-fundacion .bloque2-home .box_2 .box_scroll p{
        font-size: 14px;
        line-height: 1.7;
    }
    .page-template-la-fundacion .bg_cajas h2{
        font-size: 45px;
        padding-top: 16px;
        padding-bottom: 0;
    }
    .page-template-la-fundacion .bg_cajas p.sub{
        font-size: 16px;
        line-height: 23px;
    }
    .page-template-la-fundacion .bg_cajas p{
        font-size: 15px;
        line-height: 23px;
    }
    .page-template-la-fundacion .bg_cajas a{
        width: 230px;
    }
    .page-template-la-fundacion .cuadro{
        padding: 40px 20px;
    }
    .page-template-la-fundacion .cuadro h3{
        font-size: 16px;
    }
    .page-template-la-fundacion .cuadro ul li, .page-template-la-fundacion .cuadro p{
        font-size: 14px;
    }
    .page-template-la-fundacion .cuadro {
        min-height: 590px;
    }
    .page-template-la-fundacion .bloque7-home .box_cuadro {
        height: 590px;
        padding: 46px 50px;
    }
    .page-template-la-fundacion .cuadro{

    }

    label.panel-label {
        font-size: 14px;
    }

    .tab-hostoria-texto {
        height: 444px;
    }

    ul#tabs-list li {
        width: 20%;
    }

    .container.tabs-nuevas:before {
        width: 72%;
    }

    .page-template-la-fundacion .bloque1-home h3 {
        margin-top: 0;
    }

    .fundacion .columna_flex.flex-reverse.item.position-relative {
        margin-bottom: 0;
    }

    .page-template-la-fundacion .bg_cajas a {
        padding: 6px 6px;
        font-size: 16px;
    }
}

@media (max-width: 1280px){
    .page-template-la-fundacion .bloque1-home h2{
        font-size: 40px;
        line-height: 10px;
    }
    .page-template-la-fundacion .bloque1-home p{
        font-size: 14px;
        line-height: 1.5;
    }
    .page-template-la-fundacion .bloque1-home h3{
        font-size: 20px;
        line-height: 25px;
        margin-top: 0;
        width: 90%;
    }
    .page-template-la-fundacion .bloque1-home .nav_fundacion ul li a{
        font-size: 18px;
        line-height: 25px;
    }
    .page-template-la-fundacion .bloque1-home .nav_fundacion ul li a:hover{
        padding-left: 34px;
        font-size: 19px;
    }
    .page-template-la-fundacion .bloque1-home .nav_fundacion ul li a:hover:before {
        width: 25px;
    }
    .medida-800{
        display: none;
    }
    .medidamas-800{
        display: flex;
    }
    .page-template-la-fundacion .bloque2-home .box_2{
        margin-top: 45px;
        padding: 0 0 0 30px;
        width: 88%;
    }
    .page-template-la-fundacion .bloque2-home .box_2 h2 {
        font-size: 23px;
    }
    .page-template-la-fundacion .bloque2-home .box_2 h4{
        font-size: 15px;
    }
    .page-template-la-fundacion .bloque2-home .box_2 .box_scroll{
        height: 244px;
    }
    .page-template-la-fundacion .bloque2-home .box_2 .box_scroll p{
        font-size: 14px;
    }
    .page-template-la-fundacion .bloque2-home .fondo_bg:before {
        right: 0;
        width: 156%;
        height: 91%;
    }
    .flores {
        width: 85%;
        margin-top: 0;
    }

    .page-template-la-fundacion .bg_cajas h2{
        font-size: 36px;
        padding-top: 16px;
        padding-bottom: 0;
    }
    .page-template-la-fundacion .bg_cajas p.sub{
        font-size: 14px;
        line-height: 22px;
    }
    .page-template-la-fundacion .bg_cajas p{
        font-size: 14px;
        line-height: 17px;
    }
    .page-template-la-fundacion .bg_cajas a{
        width: auto;
        padding: 8px 12px;
        height: 47px;
        font-size: 14px;
    }
    .page-template-la-fundacion .cuadro{
        padding: 40px 20px;
    }
    .page-template-la-fundacion .cuadro h3{
        font-size: 14px;
        line-height: 1.3;
    }
    .page-template-la-fundacion .cuadro ul li, .page-template-la-fundacion .cuadro p{
        font-size: 14px;
        line-height: 14px;
    }
    .page-template-la-fundacion .cuadro {
        min-height: 500px;
    }
    .page-template-la-fundacion .bloque6-home h2 {
        font-size: 35px;
    }
    .page-template-la-fundacion .bloque7-home .box_cuadro {
        height: 550px;
        padding: 46px 30px;
    }
    .box-flex {
        display: flex;
        flex-wrap: nowrap;
        flex: 1;
    }

    .tab-hostoria-texto {
        height: 400px;
    }

    ul#tabs-list li {
        width: 22%;
    }

    .container.tabs-nuevas:before {
        width: 78%;
    }

}

@media (max-width: 1000px){
    .tab-hostoria-texto {
        height: 360px;
    }

    ul#tabs-list li {
        width: 24%;
    }

    .container.tabs-nuevas:before {
        width: 82%;
    }

    .fundacion .columna_flex .item.medidamas-800 .w-33.col-completa.text-center {
        display: none;
    }

    #panel-1-ctrl:checked ~ #panels #panel-1 main {
        padding: 36px 0 36px;
    }
}

@media (max-width: 940px){
    .page-template-la-fundacion .bloque1-home h3 {
        width: 100%;
        margin-top: -20px;
    }

    ul#tabs-list li {
        width: 26%;
    }

    .container.tabs-nuevas:before {
        width: 90%;
    }
}

@media (max-width: 834px){
    .columna_flex{
        flex-direction: column;
    }
    .flex-reverse{
        flex-direction: column-reverse;
    }
    .page-template-la-fundacion .bloque1-home h2 {
        font-size: 50px;
        line-height: 40px;
    }
    .page-template-la-fundacion .bloque1-home p {
        font-size: 19px;
        line-height: 1.5;
    }
    .page-template-la-fundacion .bloque1-home h3{
        margin-top: 20px;
    }
    .columna-100{
        width: 100%;
    }
    .columna-50{
        width: 50%;
    }
    .medida-800{
        display: flex;
        position: absolute;
        right: 0;
        text-align: center;
        width: 60%;
        top: 49%;
    }
    .medidamas-800{
        display: none;
    }
    .page-template-la-fundacion .bloque1-home img.adorno{
        width: 53%;
        margin-bottom: 6px;
    }
    .columna-completa{
         width: 100% !important;
         flex: 0 0 100% !important;
         max-width: 100% !important;
     }
    .columna-media{
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .flex-md-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important;
    }
    .flex-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important;
    }
    .flores{
        width: 56%;
        margin: 50px auto auto;
    }
    .page-template-la-fundacion .bloque2-home .box_2{
        width: 100%;
    }
    .page-template-la-fundacion .bloque2-home .box_2 h2 {
        font-size: 28px;
    }

    .page-template-la-fundacion .bloque2-home .fondo_bg:before {
        right: 0;
        width: 100%;
        height: 110%;
    }

    .page-template-la-fundacion .bg_cajas h2{
        font-size: 50px;
        line-height: 99px;
    }
    .page-template-la-fundacion .bg_cajas p.sub{
        font-size: 19px;
        line-height: 30px;
    }
    .page-template-la-fundacion .bg_cajas p{
        font-size: 14px;
        line-height: 24px;
    }
    .page-template-la-fundacion .bg_cajas a{
        padding: 10px 20px;
        height: 62px;
        width: auto;
        font-size: 18px;
    }
    .page-template-la-fundacion .cuadro{
        min-height: 590px;
        padding: 40px;
        position: relative;
    }
    .page-template-la-fundacion .cuadro h3{
        font-size: 18px;
        line-height: 27px;
    }
    .page-template-la-fundacion .cuadro ul li, .page-template-la-fundacion .cuadro p{
        font-size: 14px;
    }
    .page-template-la-fundacion .cuadro {
        min-height: 540px;
    }
    .page-template-la-fundacion .cuadro1 .flecha{
        position: absolute;
    }
    .page-template-la-fundacion .bloque7-home .box_cuadro {
        height: auto;
        padding: 46px 50px;
        position: relative;
    }
    .page-template-la-fundacion .bloque7-home .box_cuadro h3{
        font-size: 20px;
        line-height: 26px;
    }
    .page-template-la-fundacion .bloque7-home .box_cuadro .flecha{
        bottom: 3%;
        position: absolute;
        width: 100%;
        left: 0;
    }
    .page-template-la-fundacion .bloque7-home .box_cuadro .flecha img{
        width: 35%;
    }
    .box-flex {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .box-flex .contenido{
        width: 100%;
        margin-bottom: 60px;
    }
    .box-flex .carrusel{
        width: 100%;
    }
    .page-template-la-fundacion .bloque6-home .img_abs{
        width: 60%;
    }
    .page-template-la-fundacion .bloque6-home a{
        width: 50%;
    }

    .tab-hostoria-imagen, .tab-hostoria-texto {
        width: 100%;
    }

    ul#tabs-list li {
        width: 100%;
        margin: 0 0 20px;
    }

    .container.tabs-nuevas:before {
        width: 100%;
    }

    .tab-hostoria-texto {
        height: 355px;
        margin-top: 30px;
    }

    ul#tabs-list {
        text-align: center;
    }

    #open-nav-label, #close-nav-label {
        display: none;
    }
}

@media (max-width: 550px){
    .page-template-la-fundacion .bloque1-home h2{
        font-size: 33px;
    }
    .page-template-la-fundacion .bloque2-home .box_2 .box_scroll {
        height: auto;
        overflow: hidden;
    }
    .page-template-la-fundacion .bloque2-home .fondo_bg:before {
        right: 0;
        width: 100%;
        height: 105%;
    }
    .medida-800{
        display: none;
    }
    .medidamas-800{
        display: flex;
    }
    #navega{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    #navega li{
        width: 50%;
    }
    .col-completa{
        width: 100%;
    }
    .mb-mobil{
        margin-bottom: 40px;
    }

    .page-template-la-fundacion .bg_cajas h2{
        font-size: 30px;
        padding-top: 16px;
        padding-bottom: 0;
    }
    .page-template-la-fundacion .bg_cajas p.sub{
        font-size: 16px;
        line-height: 23px;
    }
    .page-template-la-fundacion .bg_cajas p{
        font-size: 15px;
        line-height: 23px;
    }
    .page-template-la-fundacion .bg_cajas a{
        width: 100%;
    }
    .page-template-la-fundacion .cuadro{
        padding: 40px 20px;
    }
    .page-template-la-fundacion .cuadro h3{
        font-size: 22px;
        text-align: center;
    }
    .page-template-la-fundacion .cuadro ul li, .page-template-la-fundacion .cuadro p{
        font-size: 17px;
        line-height: 26px;
    }
    .page-template-la-fundacion .cuadro {
        min-height: auto;
    }
    .page-template-la-fundacion .bloque7-home .box_cuadro {
        height: auto;
        padding: 46px 50px;
    }
    .columna-media{
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .page-template-la-fundacion .bloque2-home .box_2 h2 {
        font-size: 30px;
    }
    .page-template-la-fundacion .bloque2-home .box_2 h4 {
        font-size: 19px;
    }
    .page-template-la-fundacion .bloque2-home .box_2 .box_scroll p{
        font-size: 15px;
    }
    .page-template-la-fundacion .bloque6-home h2 {
        font-size: 30px;
    }
    .page-template-la-fundacion .cuadro{

    }
    .page-template-la-fundacion .bloque6-home .img_abs {
        width: 70%;
    }

     .page-template-la-fundacion .bloque6-home a{
        width: 70%;
    }

    .page-template-la-fundacion .footer-titulo h2 {
        /*font-size: 40px;*/
        line-height: 45px;
        margin-block-start: 0.83em;
        margin-block-end: 0.83em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }

   /* .footer-sede1, .footer-sede2 {
        padding: 40px 35px;
    }*/

    .page-template-la-fundacion .bloque1-home h3 {
        margin-top: 0;
    }

    .tab-hostoria-texto {
        padding: 0 30px 0 0;
    }

    .page-template-la-fundacion .cuadro {
        min-height: auto !important;
    }
}

@media (max-width: 290px){
    #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
        max-height: initial;
    }

    .page-template-la-fundacion .bg_cajas a, .page-template-la-fundacion .bloque6-home a {
        font-size: 14px;
    }
}

