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

@supports (-webkit-touch-callout: none) {
           .classname{
                       white-space:nowrap;
                       overflow: scroll;
                       -webkit-overflow-scrolling: touch;  
                     }
                     }

.footer-titulo h2{
    padding: 42px 0 25px;
}
.mb-70{
    margin-bottom: 70px;
}
.menu-principal{
    z-index: 10 !important;
}

.page-template-organizacion.page-id-19332 .intro-cabecera p{
    width: 70%;
}

.page-template-organizacion .position-relative {
    position: relative;
}

.page-template-organizacion .mb-0 {
    margin-bottom: 0 !important;
}

/*.page-template-organizacion .contenedor-menu-sup {
    border-bottom: none !important;
}*/

.page-template-organizacion .flex-container {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-grow: 1;
}

.page-template-organizacion .flex-container .box_img {
    width: 35%;
}

.page-template-organizacion .flex-container .box_img img {
    width: 100%;
    z-index: 1;
    position: relative;
}

.page-template-organizacion .flex-container .box_texto {
    width: 65%;
}

.page-template-organizacion .flex-container .box_texto .abs {
    background: #F0F0F0;
    position: absolute;
    top: 10%;
    right: 16%;
    width: 95%;
    height: auto;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 60px 100px 60px 190px;
    text-align: left;
}

.page-template-organizacion .flex-container .box_texto .abs h2 {
    font-size: 40px;
    line-height: 43px;
    letter-spacing: -0.022em;
    color: #333333;
    margin-bottom: 20px;
}

.page-template-organizacion .flex-container .box_texto .abs p.parrafo {
    color: #333333;
    font-weight: 700;
    line-height: 27px;
}

.page-template-organizacion .flex-container .box_texto .abs p {
    color: #333333;
    font-weight: 400;
    line-height: 27px;
    font-size: 16px !important;
}

.page-template-organizacion .flex-item-left {
    padding: 10px;
    flex: 50%;
}

.page-template-organizacion .flex-item-right {
    padding: 10px;
    flex: 50%;
}

.page-template-organizacion .bg_white {
    background-color:var(--fb-white-color);
    padding: 100px 0 150px;
}

.page-template-organizacion .bloque2-home{
    background-image: url(https://fundacion-biodiversidad.es/wp-content/themes/fb/img/web/bg_section2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0;
}
.page-template-organizacion .bloque2-home .box_2{
    width: 45%;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    border-radius: 15px;
    padding: 70px;
}
.page-template-organizacion .bloque2-home .box_2 h2{
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    color: var(--fb-white-color);
    margin-bottom: 20px;
}
.page-template-organizacion .bloque2-home .box_2 h2 span{
    position: relative;
    top: -17px;
    left: 14px;
}
.page-template-organizacion .bloque2-home .box_2 h2 img{
    width: 70px;
    height: 70px;
}
.page-template-organizacion .bloque2-home .box_2 p{
    color: var(--fb-white-color);
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.03em;
    font-weight: 600;
    padding-right: 30px;
}
.page-template-organizacion .bloque2-home .box_2 .box_scroll{
    height: 350px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 15px 0;
}
/* width */
.page-template-organizacion .bloque2-home .box_2 .box_scroll::-webkit-scrollbar {
    width: 10px;
}
/* Track */
.page-template-organizacion .bloque2-home .box_2 .box_scroll::-webkit-scrollbar-track {
    background-color: var(--fb-white-color);
    border-radius: 10px;
}
/* Handle */
.page-template-organizacion .bloque2-home .box_2 .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-organizacion .bloque2-home .box_2 .box_scroll::-webkit-scrollbar-thumb:hover {
    background: var(--fb-green-color);
}

.page-template-organizacion .bloque2-home .box_2 .box_scroll ul{
    margin-left: 20px;
    margin-right: 30px;
}
.page-template-organizacion .bloque2-home .box_2 .box_scroll ul li{
    color: var(--fb-white-color);
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 20px;
}
.page-template-organizacion .bloque2-home .box_2 .box_scroll ul li span{
    color: var(--fb-white-color);
    font-weight: 600;
}

.page-template-organizacion .bloque3-home{
    background-image: url(https://fundacion-biodiversidad.es/wp-content/themes/fb/img/web/bg_slider.png);
    background-color: var(--fb-white-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 150px 0;
}
.page-template-organizacion .bloque3-home .box_flex{
    display: flex;
    align-items: start;
    justify-content: end;
    width: 65%;
}
.page-template-organizacion .bloque3-home .box_flex div.box1{
    width: 50%;
}
.page-template-organizacion .bloque3-home .box_flex div.box2{
    width: 70%;
    padding: 0 34px;
}
.page-template-organizacion .bloque3-home .box_flex div.box3{
    padding: 0 40px;
    position: relative;
}
.page-template-organizacion .bloque3-home .box_flex div.box3:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: var(--fb-green-color);
}
.page-template-organizacion .bloque3-home .box_flex img{

}
.page-template-organizacion .bloque3-home .box_flex h2{
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    color: var(--fb-green-color);
    position: relative;
    top: -8px;
    text-align: left;
}
.page-template-organizacion .bloque3-home .box_flex p{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #333333;
    margin-bottom: 0;
}

.page-template-organizacion .bloque3-home .container_mod{
    margin-left: 10%;
}

.page-template-organizacion .bloque3-home .container_mod .swiper {
    width: 100%;
    height: 100%;
}
.page-template-organizacion .bloque3-home .container_mod .swiper .navegador{
    height: 100px;
    width: 240px;
    margin-left: 127px;
    margin-top: 30px;
}

.page-template-organizacion .bloque3-home .container_mod .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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-organizacion .bloque3-home .container_mod .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-organizacion .bloque3-home .container_mod .swiper-slide:nth-child(1n) {
    width: 27%;
}

.page-template-organizacion .bloque3-home .container_mod .swiper .navegador .swiper-button-next,
.page-template-organizacion .bloque3-home .container_mod .swiper .navegador .swiper-button-prev{
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 66px;
    width: 66px;
    transition: 0.2s all linear;
    z-index: 0;
}
.page-template-organizacion .bloque3-home .container_mod .swiper .navegador .swiper-button-next:before,
.page-template-organizacion .bloque3-home .container_mod .swiper .navegador .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-organizacion .bloque3-home .container_mod .swiper .navegador .swiper-button-next:hover:before,
.page-template-organizacion .bloque3-home .container_mod .swiper .navegador .swiper-button-prev:hover:before{
    transform: scale(1);
}
.page-template-organizacion .bloque3-home .container_mod .swiper .navegador .swiper-button-next:after,
.page-template-organizacion .bloque3-home .container_mod .swiper .navegador .swiper-button-prev:after{
    font-size: 27px;
}
.page-template-organizacion .bloque3-home .container_mod .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    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-organizacion .bloque3-home .container_mod .swiper-slide .box_contenido{
    display: flex;
    flex-direction: column;
}
.page-template-organizacion .bloque3-home .container_mod .swiper-slide .box_contenido img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}
.page-template-organizacion .bloque3-home .container_mod .swiper .swiper-slide .box_contenido .box_slider{
    background: #F0F0F0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 15px 15px;
    text-align: left;
    padding: 40px;
    min-height: 344px;
}
.page-template-organizacion .bloque3-home .container_mod .swiper .swiper-slide .box_contenido .box_slider h3{
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 15px;
}

.page-template-organizacion .swiper {
    padding: 0px 0px 0px 15px;
}

.page-template-organizacion .bloque3-home .container_mod .swiper .swiper-slide .box_contenido .box_slider p{
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.03em;
}

.page-template-organizacion .bloque4-home{
    background: #F0F0F0;
    padding: 100px 0 0;
    position: relative;
    z-index: 0;
}
.page-template-organizacion .bloque4-home img.adorno{
    position: absolute;
    top: 2%;
    right: 2%;
    width: 32%;
    z-index: -1;
}
.page-template-organizacion .bloque4-home img.adorno1{
    position: absolute;
    bottom: 7%;
    left: 1%;
    width: 36%;
    z-index: -1;
}
.w-100{
    width: 100%;
}

.page-template-organizacion .bloque4-home h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    color: var(--fb-green-color);
    margin-bottom: 20px;
}
.page-template-organizacion .bloque4-home h2 img {
    width: 70px;
    height: 70px;
}
.page-template-organizacion .bloque4-home h2 span {
    position: relative;
    top: -17px;
    left: 14px;
}
.p-20{
    padding: 20px !important;
}
.page-template-organizacion .bloque4-home .box_organigrama{
    background: var(--fb-white-color);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 25px 30px;
    cursor:pointer;
}
.page-template-organizacion .bloque4-home .box_organigrama .box_img img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 25px;
}
.page-template-organizacion .bloque4-home .box_organigrama .box_img1 img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 25px;
}
.page-template-organizacion .bloque4-home .box_organigrama .box_texto h4{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #333333;
    margin-bottom: 5px;
}
.page-template-organizacion .bloque4-home .box_organigrama .box_texto p{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.page-template-organizacion .bloque4-home .box_organigrama .box_texto1{
    min-height: 83px;
}
.page-template-organizacion .bloque4-home .box_organigrama .box_texto1 h4{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #333333;
    margin-bottom: 5px;
}
.page-template-organizacion .bloque4-home .box_organigrama .box_texto1 p{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.page-template-organizacion .bloque4-home .box_medida1{
    width: 22%;
}
.page-template-organizacion .bloque4-home .box_medida2{
    width: 30%;
}
.page-template-organizacion .bloque4-home .box_medida2 .box_img img{
    margin-right: 100px;
}
.page-template-organizacion .bloque4-home .box_medida3{
    width: 33%;
}
.page-template-organizacion .bloque4-home .box_medida3 .box_img img{
    margin-right: 100px;
}
.page-template-organizacion .bloque4-home .flex-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.page-template-organizacion .bloque4-home .flex-container > label .box_organigrama,
.page-template-organizacion .bloque4-home .flex-container > div .box_organigrama {
    width: 100%;
    padding: 20px 15px 10px;
}
.page-template-organizacion .bloque4-home .flex-container > label .box_organigrama .box_texto1,
.page-template-organizacion .bloque4-home .flex-container > div .box_organigrama .box_texto1{
    text-align: left;
}
.page-template-organizacion .bloque4-home .flex-container > label,
.page-template-organizacion .bloque4-home .flex-container > div {
    width: 300px;
    margin: 14px;
}



.flex_box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex_box1{
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
}
.m-general-20{
    margin: 20px;
}
.m-auto{
    margin: auto;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.pt_pb_20{
    padding: 20px 0;
}
.page-template-organizacion .linea{
    background: var(--fb-green-color);
    width: 100%;
    height: 2px;
    margin: 25px 0;
}
.page-template-organizacion {
}
.flex_box3{
    display: flex;
    align-items: center;
    justify-content: center;
}

/****************************************/
.modal {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    background: rgba(0,0,0,0.7);
    transition: opacity .25s ease;
    z-index: 99999;
}

.modal__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.modal-state {
    display: none;
}

.modal-state:checked + .modal {
    opacity: 1;
    visibility: visible;
}

.modal-state:checked + .modal .modal__inner {
    top: 0;
    overflow: hidden;
}

.modal__inner {
    transition: top .25s ease;
    position: absolute;
    top: -20%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    margin: auto;
    overflow: auto;
    background: #fff;
    border-radius: 5px;
    padding: 4em;
    height: 50%;
}

.modal__close {
    position: absolute;
    right: 12em;
    top: 6em;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
}

.modal__close:after,
.modal__close:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 1.5em;
    background: var(--fb-white-color);
    display: block;
    transform: rotate(45deg);
    left: 50%;
    margin: -3px 0 0 -1px;
    top: 0;
}

.modal__close:hover:after,
.modal__close:hover:before {
    background: #aaa;
}

.modal__close:before {
    transform: rotate(-45deg);
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
/****************************************/
.page-template-organizacion .d-flex{
    display: flex;
    flex-wrap: wrap;
}
.page-template-organizacion .box_modal_1{
    width: 32%;
    margin-right: 15px;
}
.page-template-organizacion .box_modal_2{
    width: 47%;
    margin: 0 15px;
}
.page-template-organizacion .box_modal_3{
    width: 46%;
    margin: 15px;
}
.page-template-organizacion .box_modal_1 h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 33px;
    text-align: right;
    text-transform: uppercase;
    color: #333333;
    position: relative;
}
.page-template-organizacion .box_modal_2 p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #333333;
    position: relative;
    padding: 0 20px;
    margin-bottom: 0;
}
.page-template-organizacion .box_modal_2 p:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: var(--fb-green-color);
    margin: initial;
}

.page-template-organizacion .cuadro_scroll{
    height: 425px;
    overflow: hidden;
    /*overflow-y: scroll;*/
    overflow-y: auto;
     -webkit-overflow-scrolling: touch;  
    margin: 28px 0;
}

/* width */
.page-template-organizacion .cuadro_scroll::-webkit-scrollbar {
    -webkit-overflow-scrolling: auto !important;
    width: 10px;
}
/* Track */
.page-template-organizacion .cuadro_scroll::-webkit-scrollbar-track {
    background-color: #E3E3E3;
    border-radius: 10px;
}
/* Handle */
.page-template-organizacion .cuadro_scroll::-webkit-scrollbar-thumb {
    background: var(--fb-green-color);
    border-radius: 10px;
    border:2px solid #E3E3E3;
}
/* Handle on hover */
.page-template-organizacion .cuadro_scroll::-webkit-scrollbar-thumb:hover {
    background: var(--fb-green-color);
}
.cuadro_oculto,
.cuadro_oculto1,
.cuadro_oculto2,
.imagen_oculta,
.nombre_oculto{
    display: none;
}

img#img_integrante {
    border-radius: 50%;
    max-width: 150px;
}

.modal__inner h4{
    text-align: center;
    font-size: 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    color: var(--fb-grey-color);
    position: relative;
    padding: 0 20px;
}

.box_modal_3 p,
.box_modal_3 p{
    margin-bottom: 0;
}
.modal_texto{
    display: block;
    cursor: pointer;
    width: 100%;
}
@media (max-width: 767px){

    .page-template-organizacion .flex-item-right, .flex-item-left {
        flex: 100%;
    }
    .page-template-organizacion .flex-container .box_texto,
    .page-template-organizacion .flex-container .box_img {
        width: 100%;
    }
    .page-template-organizacion .flex-container .box_texto .abs h2{
        font-size: 25px;
        line-height: 1.3;
    }
    .page-template-organizacion .flex-container .box_texto .abs{
        position: relative;
        top: -6%;
        right: 0;
        width: 100%;
        height: auto;
        padding: 65px 20px 40px 20px;
    }
    .page-template-organizacion .bg_white{
        padding: 50px 0 0;
    }
    .page-template-organizacion .flex-container .box_texto .abs p,
    .page-template-organizacion .flex-container .box_texto .abs p.parrafo{
        line-height: 1.3;
    }
    .page-template-organizacion .bloque2-home .box_2{
        width: 100%;
        padding: 20px;
    }
    .page-template-organizacion .bloque2-home .box_2 .box_scroll{
        height: 380px;
    }
    .page-template-organizacion .bloque2-home .box_2 h2{
        font-size: 35px;
    }
    .page-template-organizacion .bloque3-home .container_mod{
        padding: 0 15px;
        margin-left: 0;
    }
    .page-template-organizacion .bloque3-home .container_mod .swiper .navegador{
        height: 100px;
        width: 240px;
        margin: 50px auto 0;
    }
    .page-template-organizacion .bloque3-home .box_flex{
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box1 {
        width: 100%;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box2 {
        width: 100%;
        padding: 0;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box3 {
        padding: 40px 0 0;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box3:before{
        top: 4%;
        left: 0;
        width: 30%;
        height: 4px;
        right: 0;
        margin: auto;
    }
    .page-template-organizacion .bloque3-home .container_mod .swiper-slide:nth-child(1n) {
        width: 100%;
    }
    .page-template-organizacion .bloque4-home .box_medida1 {
        width: 100%;
    }
    .page-template-organizacion .bloque4-home .box_medida2 {
        width: 100%;
    }
    .page-template-organizacion .bloque4-home .box_medida3 {
        width: 100%;
    }
    .m-general-20 {
        margin: 10px 0;
    }
    .flex_box{
        flex-wrap: wrap;
    }
    .flex_box1{
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .page-template-organizacion .bloque4-home .flex-container > label,
    .page-template-organizacion .bloque4-home .flex-container > div {
        width: 100%;
        margin: 14px 0;
    }
    .page-template-organizacion .bloque4-home h2 {
        margin-bottom: 50px;
        text-align: center;
        font-size: 33px;
    }
    .page-template-organizacion .bloque4-home h2 img{
        display: block;
        margin: auto;
    }
    .page-template-organizacion .bloque4-home h2 span{
        display: block;
        position: initial;
        padding-top: 22px;
    }
    .page-template-organizacion .bloque4-home img.adorno {
        top: 1%;
        right: 2%;
        width: 86%;
    }
    .page-template-organizacion .bloque4-home img.adorno1 {
        bottom: 0;
        left: 4%;
        width: 57%;
    }
    .page-template-organizacion .bloque4-home .flex-container > label .box_organigrama .box_texto1,
    .page-template-organizacion .bloque4-home .flex-container > div .box_organigrama .box_texto1 {
        text-align: center;
    }
    .flex_box3 {
        align-items: start;
    }
    .page-template-organizacion .bloque4-home .box_organigrama .box_texto h4{
        margin-bottom: 13px;
        font-size: 15px;
        line-height: 1.3;
    }
    .modal-dialog-centered{
        min-height: calc(100% - 3.5rem);
    }
    .modal__inner{
        width: 95%;
        height: 80%;
        padding: 1em;
    }
    .page-template-organizacion .box_modal_1 {
        width: 100%;
        margin-right: 0;
    }
    .page-template-organizacion .box_modal_1 h3{
        text-align: center;
        font-size: 18px;
        line-height: 1.3;
    }
    .page-template-organizacion .box_modal_2 {
        width: 100%;
        margin: 20px 0 0;
    }
    .page-template-organizacion .box_modal_2 p{
        text-align: center;
        padding: 20px 0 0 0;
        font-size: 15px;
    }
    .page-template-organizacion .box_modal_2 p:before{
        width: 50%;
        height: 3px;
        top: -7%;
        right: 0;
        margin: auto;
    }
    .page-template-organizacion .box_modal_3 {
        width: 100%;
        text-align: center;
    }
    .modal__close{
        right: 3%;
        top: 6%;
    }
    .page-template-organizacion .cuadro_scroll {
        height: 57%;
    }
    .page-template-organizacion .bloque3-home .box_flex h2{
        text-align: center;
        font-size: 28px;
    }
    .page-template-organizacion .bloque2-home .box_2 p{
        padding-right: 0;
    }
    .container {
        padding: 25px 15px;
    }
    .page-template-organizacion .bloque4-home .box_organigrama .box_img1 img{
        margin-right: 0;
    }
    .page-template-organizacion .bloque4-home .box_medida2 .box_img img {
        margin-right: 80px;
    }
    .page-template-organizacion .bloque4-home .box_organigrama .box_img img {
        width: 60px;
        height: 60px;
    }
}
@media (min-width: 768px){
    .page-template-organizacion .bloque4-home .box_organigrama .box_img img {
        width: 80px;
        height: 80px;
    }
    .page-template-organizacion .bloque4-home .box_medida2 .box_img img {
        margin-right: 100px;
    }
    .page-template-organizacion .bloque4-home .box_organigrama .box_img1 img{
        margin-right: 25px;
    }
    .container {
        padding: 25px;
    }
    .page-template-organizacion .flex-container .box_texto,
    .page-template-organizacion .flex-container .box_img {
        width: 70%;
        margin: auto;
    }
    .page-template-organizacion .flex-container .box_texto .abs h2{
        font-size: 33px;
        line-height: 35px;
    }
    .page-template-organizacion .flex-container .box_texto .abs{
        position: relative;
        top: -20%;
        right: 0;
        width: 100%;
        height: auto;
        padding: 100px 40px 70px;
    }
    .page-template-organizacion .bg_white{
        padding: 80px 0 0;
    }
    .page-template-organizacion .flex-container .box_texto .abs p,
    .page-template-organizacion .flex-container .box_texto .abs p.parrafo{
        line-height: 20px;
    }
    .page-template-organizacion .bloque2-home .box_2{
        width: 73%;
        margin: auto;
        padding: 70px;
    }
    .page-template-organizacion .bloque2-home .box_2 .box_scroll{
        height: 324px;
    }
    .page-template-organizacion .bloque2-home .box_2 h2{
        font-size: 45px;
    }
    .page-template-organizacion .bloque3-home .container_mod .swiper .navegador{
        height: 100px;
        width: 240px;
        margin: 50px auto 0;
    }
    .page-template-organizacion .bloque3-home .box_flex{
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box1 {
        width: 100%;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box2 {
        width: 100%;
        padding: 0;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box3 {
        padding: 40px 0 0;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box3:before{
        top: 4%;
        left: 0;
        width: 15%;
        height: 4px;
        right: 0;
        margin: auto;
    }
    .page-template-organizacion .bloque3-home .container_mod .swiper-slide:nth-child(1n) {
        width: 60%;
    }
    .container_mod{
        margin-left: 2%;
    }
    .page-template-organizacion .bloque4-home .box_medida1 {
        width: 47%;
    }
    .page-template-organizacion .bloque4-home .box_medida2 {
        width: 58%;
    }
    .page-template-organizacion .bloque4-home .box_medida3 {
        width: 69%;
    }

    .m-general-20 {
        margin: 10px;
    }
    .flex_box, .flex_box1{
        flex-wrap: initial;
    }
    .page-template-organizacion .bloque4-home .flex-container > label,
    .page-template-organizacion .bloque4-home .flex-container > div {
        width: 45%;
        margin: 14px;
    }
    .page-template-organizacion .bloque4-home h2 {
        margin-bottom: 50px;
        text-align: center;
        font-size: 45px;
    }
    .page-template-organizacion .bloque4-home h2 img{
        display: block;
        margin: auto;
    }
    .page-template-organizacion .bloque4-home h2 span{
        display: block;
        position: initial;
        padding-top: 22px;
    }
    .page-template-organizacion .bloque4-home img.adorno {
        top: 1%;
        right: 2%;
        width: 63%;
    }
    .page-template-organizacion .bloque4-home img.adorno1 {
        bottom: 0;
        left: 4%;
        width: 38%;
    }
    .page-template-organizacion .bloque4-home .flex-container > label .box_organigrama .box_texto1,
    .page-template-organizacion .bloque4-home .flex-container > div .box_organigrama .box_texto1 {
        text-align: left;
    }
    .flex_box3 {
        align-items: center;
    }
    .page-template-organizacion .bloque4-home .box_organigrama .box_texto h4{
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 27px;
    }
    .modal__inner {
        width: 90%;
        height: 77%;
        box-sizing: border-box;
        padding: 4rem 1em 4em 4em;
    }
    .page-template-organizacion .box_modal_1 {
        width: 100%;
        margin-right: 15px;
    }
    .page-template-organizacion .box_modal_1 h3{
        text-align: center;
        font-size: 20px;
        line-height: 33px;
    }
    .page-template-organizacion .box_modal_2 {
        width: 100%;
        margin: 30px 0 0;
    }
    .page-template-organizacion .box_modal_2 p{
        text-align: center;
        padding: 0 20px;
        font-size: 16px;
    }
    .page-template-organizacion .box_modal_2 p:before{
        width: 50%;
        height: 3px;
        top: -16%;
        right: 0;
        margin: auto;
    }
    .page-template-organizacion .box_modal_3 {
        width: 100%;
        text-align: center;
    }
    .modal__close{
        right: 5%;
        top: 8%;
    }
    .page-template-organizacion .cuadro_scroll {
        height: 378px;
    }
    .page-template-organizacion .bloque3-home .box_flex h2{
        text-align: center;
        font-size: 45px;
    }
    .page-template-organizacion .bloque2-home .box_2 p{
        padding-right: 30px;
    }
}
@media (min-width: 992px){
    .page-template-organizacion .flex-container .box_img {
        width: 40%;
    }
    .page-template-organizacion .flex-container .box_texto {
        width: 60%;
        margin: initial;
    }
    .page-template-organizacion .flex-container .box_texto .abs h2{
        font-size: 30px;
        line-height: 40px;
    }
    .page-template-organizacion .flex-container .box_texto .abs{
        position: absolute;
        top: 10%;
        right: 0;
        width: 115%;
        height: auto;
        padding: 30px 50px 30px 128px;
    }
    .page-template-organizacion .bg_white{
        padding: 100px 0 230px;
    }
    .page-template-organizacion .flex-container .box_texto .abs p,
    .page-template-organizacion .flex-container .box_texto .abs p.parrafo{
        line-height: 27px;
    }
    .page-template-organizacion .bloque2-home .box_2{
        width: 70%;
    }
    .page-template-organizacion .bloque3-home .box_flex{
        width: 100%;
        flex-direction: initial;
    }
    .page-template-organizacion .bloque3-home .container_mod .swiper .navegador{
        height: 100px;
        width: 240px;
        margin-left: 0;
        margin-top: 30px;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box1 {
        width: 50%;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box2 {
        width: 70%;
        padding: 0 34px;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box3{
        padding: 0 40px;
        text-align: left;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box3:before{
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        margin: initial;
    }
    .page-template-organizacion .bloque3-home .container_mod .swiper-slide:nth-child(1n) {
        width: 40%;
    }
    .container_mod{
        margin-left: 2%;
    }
    .page-template-organizacion .bloque4-home .box_medida1 {
        width: 40%;
    }
    .page-template-organizacion .bloque4-home .box_medida2 {
        width: 50%;
    }
    .page-template-organizacion .bloque4-home .box_medida3 {
        width: 57%;
    }
    .page-template-organizacion .bloque4-home .flex-container > label,
    .page-template-organizacion .bloque4-home .flex-container > div {
        width: 46%;
    }
    .m-general-20 {
        margin: 20px;
    }
    .page-template-organizacion .bloque4-home h2 {
        margin-bottom: 20px;
        text-align: left;
    }
    .page-template-organizacion .bloque4-home h2 img{
        display: initial;
        margin: initial;
    }
    .page-template-organizacion .bloque4-home h2 span {
        position: relative;
        display: initial;
    }
    .page-template-organizacion .bloque4-home img.adorno {
        top: 2%;
        right: 2%;
        width: 32%;
    }
    .page-template-organizacion .bloque4-home img.adorno1 {
        bottom: 7%;
        left: 1%;
        width: 36%;
    }
    .modal__inner {
        width: 98%;
        height: 65%;
    }
    .page-template-organizacion .box_modal_1 {
        width: 43%;
        margin-right: 15px;
    }
    .page-template-organizacion .box_modal_1 h3{
        text-align: right;
    }
    .page-template-organizacion .box_modal_2 {
        width: 49%;
        margin: 0 15px;
    }
    .page-template-organizacion .box_modal_2 p{
        text-align: left;
    }
    .page-template-organizacion .box_modal_3 {
        width: 46%;
        margin: 15px;
        text-align: left;
    }
    .page-template-organizacion .box_modal_2 p:before, .page-template-organizacion .box_modal_2 h4:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
        background-color: var(--fb-green-color);
        margin: initial;
    }
    .modal__close {
        right: 1%;
        top: 14%;
    }
    .page-template-organizacion .cuadro_scroll {
        height: 310px;
    }
    .page-template-organizacion .bloque3-home .box_flex h2{
        text-align: left;
    }
}
@media (min-width: 1200px){
    .page-template-organizacion .flex-container .box_img {
        width: 40%;
    }
    .page-template-organizacion .flex-container .box_texto {
        width: 60%;
    }
    .page-template-organizacion .flex-container .box_texto .abs h2{
        font-size: 35px;
        line-height: 48px;
    }
    .page-template-organizacion .flex-container .box_texto .abs{
        position: absolute;
        top: 10%;
        right: 0;
        width: 110%;
        height: auto;
        padding: 40px 80px 40px 140px;
    }
    .page-template-organizacion .bg_white{
        padding: 100px 0 220px;
    }
    .page-template-organizacion .flex-container .box_texto .abs p,
    .page-template-organizacion .flex-container .box_texto .abs p.parrafo{
        line-height: 27px;
    }
    .page-template-organizacion .bloque2-home .box_2{
        width: 55%;
        margin: initial;
    }
    .page-template-organizacion .bloque3-home .box_flex{
        width: 80%;
        flex-direction: initial;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box1 {
        width: 50%;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box2 {
        width: 70%;
    }
    .page-template-organizacion .bloque3-home .container_mod .swiper-slide:nth-child(1n) {
        width: 35%;
    }
    .container_mod{
        margin-left: 7%;
    }
    .page-template-organizacion .bloque4-home .box_medida1 {
        width: 30%;
    }
    .page-template-organizacion .bloque4-home .box_medida2 {
        width: 42%;
    }
    .page-template-organizacion .bloque4-home .box_medida3 {
        width: 48%;
    }
    .page-template-organizacion .bloque4-home .flex-container > label,
    .page-template-organizacion .bloque4-home .flex-container > div {
        width: 300px;
        margin: 14px;
    }
    .page-template-organizacion .box_modal_1 {
        max-width: 28%;
        margin-right: 15px;
        width: auto;
        text-align: center;
    }
    .page-template-organizacion .box_modal_2 {
        width: 47%;
        margin: 0 15px;
        display: flex;
        align-items: center;
    }
    .page-template-organizacion .box_modal_3 {
        width: 46%;
        margin: 15px;
    }
    .page-template-organizacion .cuadro_scroll {
        height: 350px;
    }
    .modal__inner{
        height: 65%;
    }
}
@media (min-width: 1600px){
    .page-template-organizacion .flex-container .box_img {
        width: 44%;
    }
    .page-template-organizacion .flex-container .box_texto {
        width: 56%;
    }
    .page-template-organizacion .flex-container .box_texto .abs h2{
        font-size: 42px;
        line-height: 43px;
        margin-bottom: 35px;
    }
    .page-template-organizacion .flex-container .box_texto .abs{
        position: absolute;
        top: 10%;
        right: 0;
        width: 120%;
        height: auto;
        padding: 80px 160px 80px 263px;
    }
    .page-template-organizacion .bg_white{
        padding: 100px 0 170px;
    }
    .page-template-organizacion .flex-container .box_texto .abs p,
    .page-template-organizacion .flex-container .box_texto .abs p.parrafo{
        line-height: 27px;
        font-size: 18px;
    }
    .page-template-organizacion .bloque2-home .box_2{
        width: 47%;
        margin: initial;
    }
    .page-template-organizacion .bloque3-home .box_flex{
        width: 70%;
        flex-direction: initial;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box1 {
        width: 50%;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box2 {
        width: 70%;
    }
    .page-template-organizacion .bloque3-home .container_mod .swiper-slide:nth-child(1n) {
        width: 27%;
    }
    .container_mod{
        margin-left: 7%;
    }
    .page-template-organizacion .bloque4-home .box_medida1 {
        width: 25%;
    }
    .page-template-organizacion .bloque4-home .box_medida2 {
        width: 30%;
    }
    .page-template-organizacion .bloque4-home .box_medida3 {
        width: 33%;
    }
    .page-template-organizacion .bloque4-home .flex-container > label,
    .page-template-organizacion .bloque4-home .flex-container > div {
        width: 268px;
        margin: 14px;
    }
    .modal__inner {
        width: 80%;
        height: 60%;
    }
    .modal__close {
        right: 12em;
        top: 7em;
    }
    .page-template-organizacion .cuadro_scroll {
        height: 200px;
    }
    .page-template-organizacion .bloque4-home .box_organigrama .box_texto h4 {
        font-size: 16px;
    }
}


@media (max-width: 1920px){
    .page-template-organizacion .flex-container .box_texto .abs h2{

    }
    .page-template-organizacion .flex-container .box_texto .abs p,
    .page-template-organizacion .flex-container .box_texto .abs p.parrafo{

    }
    .page-template-organizacion .bg_white {
        padding: 100px 0 220px;
    }

    .page-template-organizacion .flex-container .box_texto .abs {
        padding: 70px 100px 80px 240px;
    }

    .page-template-organizacion .flex-container .box_texto .abs h2 {
        font-size: 40px;
        line-height: 51px;
        margin-bottom: 40px;
    }

    p.parrafo {
        font-size: 18px;
    }

    p.mb-0 {
        font-size: 16px;
    }
    .page-template-organizacion .bloque2-home .box_2 {
        width: 50%;
        padding: 70px 45px 70px 70px;
    }

    .page-template-organizacion .bloque2-home .box_2 h2 {
        display: flex;
        align-items: center;
    }

    .page-template-organizacion .bloque2-home .box_2 h2 img {
        width: 108px;
        height: 108px;
    }

    .page-template-organizacion .bloque2-home .box_2 h2 span {
         position: relative;
         top: 6px;
        padding-left: 30px;
    }
    .page-template-organizacion .bloque2-home .box_2 .box_scroll{
        height: 350px;
    }
}

@media (max-width: 1800px){
    .page-template-organizacion .flex-container .box_texto .abs h2{

    }
    .page-template-organizacion .flex-container .box_texto .abs p,
    .page-template-organizacion .flex-container .box_texto .abs p.parrafo{

    }
    .page-template-organizacion .flex-container .box_texto .abs {
        padding: 70px 90px 75px 230px;
    }
    .page-template-organizacion .bloque2-home .box_2 .box_scroll{
        height: 350px;
    }

}

@media (max-width: 1700px){

    .page-template-organizacion .bloque3-home {
        padding: 120px 0;
    }

    .page-template-organizacion .flex-container .box_texto .abs h2{

    }
    .page-template-organizacion .flex-container .box_texto .abs p,
    .page-template-organizacion .flex-container .box_texto .abs p.parrafo{

    }
    .page-template-organizacion .flex-container .box_texto .abs {
        padding: 65px 85px 70px 220px;
    }

    .page-template-organizacion .flex-container .box_texto .abs h2 {
        font-size: 35px;
        line-height: 48px;
        margin-bottom: 35px;
    }

    p.parrafo {
        font-size: 16px !important;
    }

    p.mb-0 {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .page-template-organizacion .bloque2-home .box_2 {
        padding: 60px 45px 70px 70px;
    }

    .page-template-organizacion .bloque2-home .box_2 h2 {
        font-size: 35px;
    }

    .page-template-organizacion .bloque2-home .box_2 h2 img {
        width: 95px;
        height: 95px;
    }

    .page-template-organizacion .bloque2-home .box_2 p {
        font-size: 16px;
    }

    .page-template-organizacion .bloque2-home .box_2 .box_scroll {
        height: 310px;
    }

    .page-template-organizacion .bloque2-home .box_2 .box_scroll ul li {
        font-size: 14px;
    }
}

@media (max-width: 1600px){
    .page-template-organizacion .flex-container .box_texto .abs h2{

    }
    .page-template-organizacion .flex-container .box_texto .abs p,
    .page-template-organizacion .flex-container .box_texto .abs p.parrafo{

    }
    .page-template-organizacion .flex-container .box_texto .abs {
        padding: 60px 65px 60px 140px;
    }
    .page-template-organizacion .bloque2-home .box_2 {
        padding: 55px 45px 65px 65px;
    }

    .page-template-organizacion .bloque3-home .container_mod .swiper-slide {
        width: 28%;
    }

    .page-template-organizacion .bloque3-home .container_mod .swiper .navegador {
        margin-top: 20px;
    }
}

@media (min-height: 720px) and (max-width: 1540px) and (min-width: 1520px){

    .page-template-organizacion .bloque3-home .container_mod .swiper-slide:nth-child(1n) {
        width: 20%;
    }

    .page-template-organizacion .bloque3-home .container_mod .swiper .swiper-slide .box_contenido .box_slider h3{
        font-size: 24px;
    }

    .page-template-organizacion .bloque3-home .container_mod .swiper .swiper-slide .box_contenido .box_slider {
        min-height: 300px;
    }

    .page-template-organizacion .bloque3-home .container_mod .swiper-slide .box_contenido {
        max-height: 460px;
    }

    .page-template-organizacion .bloque3-home .container_mod .swiper .swiper-slide .box_contenido .box_slider p {
        height: 140px;
        overflow: hidden;
        overflow-y: scroll;
        padding-right: 20px;
    }

    /* width */
    .page-template-organizacion .bloque3-home .container_mod .swiper .swiper-slide .box_contenido .box_slider p::-webkit-scrollbar {
        width: 10px;
    }
    /* Track */
    .page-template-organizacion .bloque3-home .container_mod .swiper .swiper-slide .box_contenido .box_slider p::-webkit-scrollbar-track {
        background-color: var(--fb-white-color);
        border-radius: 10px;
    }
    /* Handle */
    .page-template-organizacion .bloque3-home .container_mod .swiper .swiper-slide .box_contenido .box_slider p::-webkit-scrollbar-thumb {
        background: var(--fb-green-color);
        border-radius: 10px;
        border:2px solid var(--fb-white-color);
    }
    /* Handle on hover */
    .page-template-organizacion .bloque3-home .container_mod .swiper .swiper-slide .box_contenido .box_slider p::-webkit-scrollbar-thumb:hover {
        background: var(--fb-green-color);
    }

}

@media (max-width: 1500px){
    .page-template-organizacion .flex-container .box_texto .abs h2{

    }
    .page-template-organizacion .flex-container .box_texto .abs p,
    .page-template-organizacion .flex-container .box_texto .abs p.parrafo{

    }
    .page-template-organizacion .bloque2-home .box_2 {
        padding: 55px 45px 65px 65px;
    }
}

@media (max-width: 1440px){
    .page-template-organizacion .flex-container .box_texto .abs h2{
        font-size: 22px;
    }
    .page-template-organizacion .flex-container .box_texto .abs p,
    .page-template-organizacion .flex-container .box_texto .abs p.parrafo{
        font-size: 15px;
        line-height: 1.5;
    }
    .page-template-organizacion .bloque4-home .box_organigrama .box_texto1 h4{
        font-size: 14px;
        line-height: 1.3;
    }
    .page-template-organizacion .bloque4-home .box_organigrama .box_texto1 {
        min-height: 62px;
    }
    .page-template-organizacion .bloque4-home .flex-container{
        flex-wrap: wrap;
    }
    .page-template-organizacion .bloque4-home .box_organigrama .box_texto1 p{
        font-size: 14px;
        line-height: 1.3;
    }
    .page-template-organizacion .bloque4-home .box_organigrama .box_texto p,
    .page-template-organizacion .bloque4-home .box_organigrama .box_texto h4{
        font-size: 14px;
        line-height: 1.3;
    }
    .page-template-organizacion .flex-container .box_texto .abs {
        padding: 60px 65px 60px 120px;
    }

    .page-template-organizacion .flex-container .box_texto .abs h2 {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 27px;
    }
    .page-template-organizacion .bloque2-home .box_2 {
        width: 55%;
        padding: 55px 40px 55px 55px;
    }

    .page-template-organizacion .bloque2-home .box_2 .box_scroll {
        height: 240px;
    }

    .page-template-organizacion .bloque3-home .container_mod .swiper-slide {
        width: 29%;
    }

    .page-template-organizacion .bloque3-home .container_mod .swiper .swiper-slide .box_contenido .box_slider {
        padding: 20px 40px 30px 40px;
    }

    .page-template-organizacion .bloque3-home .container_mod .swiper .navegador {
        margin-top: 5px;
    }
}

@media (max-width: 1280px){
    .page-template-organizacion .flex-container .box_texto .abs h2{
        font-size: 20px;
        line-height: 1.3;
    }
    .page-template-organizacion .flex-container .box_texto .abs p,
    .page-template-organizacion .flex-container .box_texto .abs p.parrafo{
        font-size: 14px;
    }
    .page-template-organizacion .bloque4-home .box_medida1 {
        width: 32%;
    }
    .page-template-organizacion .bloque4-home .box_medida2 {
        width: 39%;
    }
    .page-template-organizacion .bloque4-home .flex-container > label,
    .page-template-organizacion .bloque4-home .flex-container > div {
        width: 30%;
    }
    .page-template-organizacion .bloque4-home .box_organigrama .box_texto1 h4 {
        font-size: 14px;
        line-height: 1.3;
    }
    .page-template-organizacion .bloque3-home .box_flex{
        width: 100%;
        flex-direction: row;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box1 {
        width: 50%;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box2 {
        width: 70%;
        padding: 0 34px;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box3 {
        padding: 0 40px;
        position: relative;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box3:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background-color: var(--fb-green-color);
        margin: inherit;
    }
    .page-template-organizacion .bloque3-home .box_flex p{
        text-align: left;
        font-size: 14px;
    }
    .page-template-organizacion .bloque3-home .container_mod .swiper-slide:nth-child(1n) {
        width: 36%;
    }
    .page-template-organizacion .bloque3-home .container_mod .swiper .navegador {
        height: 100px;
        width: 240px;
        margin-left: 0;
        margin-top: 30px;
    }
    .page-template-organizacion .bloque4-home h2 img {
        width: 70px;
        height: 70px;
        display: inline-block;
    }
    .page-template-organizacion .bloque4-home h2 span {
        position: relative;
        top: -17px;
        left: 14px;
        display: inline-block;
    }
    .page-template-organizacion .bloque4-home h2 {
        text-align: left;
    }
    .page-template-organizacion .flex-container {
        flex-wrap: wrap !important;
    }
    .page-template-organizacion .flex-container .box_texto .abs {
        position: relative;
        top: 6%;
        right: 56px;
        width: 112%;
        height: auto;
        padding: 30px 40px 38px 90px;
    }
    .page-template-organizacion .bg_white {
        padding: 80px 0;
    }
    .page-template-organizacion .flex-container .box_texto .abs {
        padding: 55px 61px 55px 100px;
    }
    .page-template-organizacion .bloque2-home .box_2 {
        width: 55%;
        padding: 55px 40px 50px 50px;
    }

    .page-template-organizacion .bloque2-home .box_2 .box_scroll {
        height: 240px;
    }
    .page-template-organizacion .bloque2-home .box_2 h2 img {
        width: 70px;
        height: 70px;
    }

    .page-template-organizacion .bloque3-home .container_mod .swiper-slide {
        width: 35%;
    }
}

@media (max-width: 834px){
    .page-template-organizacion .flex-container .box_texto .abs h2{
        font-size: 33px;
        line-height: 35px;
    }
    .page-template-organizacion .flex-container .box_texto .abs p,
    .page-template-organizacion .flex-container .box_texto .abs p.parrafo{
        font-size: 15px;
    }
    .page-template-organizacion .bloque4-home .box_medida1{

    }
    .page-template-organizacion .flex-container{
        flex-wrap: wrap;
    }
    .page-template-organizacion .flex-container .box_texto .abs {
        position: relative;
        top: -20%;
        right: 0;
        width: 100%;
        height: auto;
        padding: 100px 40px 70px;
    }
    .page-template-organizacion .bloque3-home .box_flex {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box1 {
        width: 100%;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box2 {
        width: 100%;
        padding: 0;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box3 {
        padding: 40px 0 0;
    }
    .page-template-organizacion .bloque3-home .box_flex div.box3:before {
        top: 4%;
        left: 0;
        width: 15%;
        height: 4px;
        right: 0;
        margin: auto;
    }
    .page-template-organizacion .bloque3-home .box_flex p {
        font-size: 16px;
        text-align: center;
    }
    .page-template-organizacion .bloque3-home .container_mod .swiper-slide:nth-child(1n) {
        width: 60%;
    }
    .page-template-organizacion .bloque4-home h2 img {
        display: block;
        margin: auto;
    }
    .page-template-organizacion .bloque4-home h2 span {
        display: block;
        position: initial;
        padding-top: 22px;
    }
    .page-template-organizacion .bloque4-home h2 {
        text-align: center;
    }
    .page-template-organizacion .bloque4-home .box_medida1 {
        width: 80%;
    }
    .page-template-organizacion .bloque4-home .box_medida2 {
        width: 80%;
    }
    .page-template-organizacion .bloque4-home .flex-container {
        flex-wrap: wrap !important;
    }
    .page-template-organizacion .bloque4-home .flex-container > label, .page-template-organizacion .bloque4-home .flex-container > div {
        width: 45%;
        margin: 14px;
    }
    .page-template-organizacion .bloque4-home .box_organigrama .box_texto1 h4{
        font-size: 13px;
    }
    .page-template-organizacion .bloque4-home .box_organigrama .box_texto1 p{
        font-size: 12px;
    }

    .page-template-organizacion .bloque2-home .box_2 {
        width: 84%;
        padding: 55px 40px 50px 50px;
    }

    .page-template-organizacion .bloque2-home .box_2 .box_scroll {
        height: 240px;
    }
    .page-template-organizacion .bloque2-home .box_2 h2 img {
        width: 70px;
        height: 70px;
    }
    .page-template-organizacion .bloque2-home .box_2 h2 {
        font-size: 30px;
    }
}

@media (max-width: 550px){
    .page-template-organizacion .flex-container .box_texto .abs h2 {
        font-size: 23px;
        line-height: 35px;
    }
    .page-template-organizacion .flex-container .box_texto .abs p,
    .page-template-organizacion .flex-container .box_texto .abs p.parrafo{
        font-size: 12px;
    }
    .page-template-organizacion .bloque4-home .box_medida1{

    }
    .page-template-organizacion .bloque3-home .container_mod .swiper-slide:nth-child(1n) {
        width: 100%;
    }
    .page-template-organizacion .bloque3-home .container_mod .swiper .navegador {
        height: 100px;
        width: 240px;
        margin: 50px auto 0;
    }
    .page-template-organizacion .bloque4-home .box_medida1 {
        width: 100%;
    }
    .page-template-organizacion .bloque4-home .box_medida2 {
        width: 100%;
    }
    .page-template-organizacion .bloque4-home .flex-container > label,
    .page-template-organizacion .bloque4-home .flex-container > div {
        width: 100%;
        margin: 14px;
    }
    .page-template-organizacion .flex-container .box_texto .abs {
        position: relative;
        top: -8%;
        right: 0;
        width: 100%;
        height: auto;
        padding: 65px 20px 40px 20px;
    }

    .page-template-organizacion .bloque2-home .box_2 .box_scroll {
        height: 230px;
    }
    .page-template-organizacion .bloque2-home .box_2 h2 img {
        width: 40px;
        height: 40px;
    }
    .page-template-organizacion .bloque4-home .flex-container{
        flex-wrap: wrap !important;
    }
    .page-template-organizacion .bloque2-home .box_2{
        width: 100%;
        padding: 55px 20px 55px 20px;
    }
    .page-template-organizacion .bloque2-home .box_2 h2 {
        font-size: 28px;
    }
    .page-template-organizacion .bloque2-home .box_2 h2 span {
        padding-left: 5px;
    }
    .page-template-organizacion .cuadro_scroll {
        height: 54%;
    }
    .page-template-organizacion .box_modal_3 {
        margin: 0 15px 0 0;
    }

    .contenedor-enlaces-ancla {
        gap: 10px;
    }

    .box_organigrama.flex_box.box_medida1.m-auto, .box_organigrama.flex_box3.box_medida2.m-auto {
        display: block;
        width: 100% !important;
    }

    .box_img, .box_texto{
        text-align: center;
    }

    .page-template-organizacion .bloque4-home .box_organigrama .box_img img {
        width: 80px;
        height: auto;
        margin: 0;
    }
}

@media (max-width: 375px){
    .page-template-organizacion .bloque3-home .container_mod .swiper .navegador {
        height: 90px;
        margin: 0px auto 0;
    }
}

@media (max-width: 290px){
     .page-template-organizacion .bloque4-home .box_organigrama .box_img img {
        width: 70%;
    }
}

   