/***************ox
Colores
***************/
/* */
:root {
    --fb-green-color: #397949;
    --fb-white-color: #fff;
    --fb-grey-color: #333;
}

:root {

    --fb-backgroudn-color1: #F0F0F0;
    --fb-backgroudn-color2: rgba(0, 0, 0, 0.5);
    --fb-backgroudn-color3: rgba(0, 0, 0, 0.05);
    --fb-backgroudn-color4: rgba(255, 255, 255, 0.7);
    --fb-backgroudn-color5: rgba(70, 135, 86, 0.2);
    --fb-backgroudn-color6: rgb(0 0 0 / 22%);
    --fb-backgroudn-color7: #DCDCDC;
}


.eco_terrestres-flex {
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}


.columnas.eco_terrestres-flex a {
    color: var(--fb-green-color);
    text-decoration: none !important;
}

/*margenes*/
.eco_terrestres-mt50 {
    margin-top: 50px;
}

.eco_terrestres p:last-of-type {
    margin-bottom: 0px;
}

.eco_terrestres p:first-of-type {
    margin-top: 0px;
}

.eco_terrestres ul {
    margin: 0px;
    padding: 0px 0px 4px 25px;
}

.eco_terrestres h2,
.eco_terrestres h3 {
    margin: 0px;
    padding: 0px;
}


.contenido-cabecera {
    display: none;
}

.banner-estatica {
    background-image: unset !important;
    height: 188px !important;

}

/*boton verde*/
.co3f-btn1 {
    padding: 19px 47px;
    display: inline-block;
    text-decoration: none;
    border-radius: 17px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
}

.co3f_verde {
    color: var(--fb-white-color);
    background-color: var(--fb-green-color);
    border: 3px solid var(--fb-green-color);
}

.tab-contenido header .txt a{
   color: var(--fb-green-color); 
}

.co3f_blanco {
    color: var(--fb-green-color);
    background-color: var(--fb-white-color);
    border: 3px solid var(--fb-green-color);
}

.co3f_verde:link,
.co3f_verde:active,
.co3f_verde:focus,
.co3f_verde:visited {
    color: var(--fb-white-color);
    background-color: var(--fb-green-color);
    border: 3px solid var(--fb-green-color);
}

.co3f_blanco:link,
.co3f_blanco:active,
.co3f_blanco:focus,
.co3f_blanco:visited {
    color: var(--fb-green-color);
    background-color: var(--fb-white-color);
    border: 3px solid var(--fb-green-color);
}

.co3f_verde:hover {
    color: var(--fb-green-color);
    border: 3px solid var(--fb-green-color);
    -webkit-box-shadow: 0px 10px 15px rgb(0 0 0 / 20%) !important;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%) !important;
    transition: all 0.3s linear !important;
}

.co3f_blanco:hover {
    color: var(--fb-white-color);
    border: 3px solid var(--fb-green-color);
    -webkit-box-shadow: 0px 10px 15px rgb(0 0 0 / 20%) !important;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%) !important;
    transition: all 0.3s linear !important;
}

.co3f_verde {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    background: var(--fb-white-color);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.co3f_blanco {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    background: var(--fb-green-color);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.co3f_verde:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--fb-white-color);
    border-radius: 14px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.co3f_blanco: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: 12px;

}

.co3f_verde:hover,
.co3f_verde:focus,
.co3f_verde:active {
    color: var(--fb-green-color);

}

.co3f_blanco:hover,
.co3f_blanco:focus,
.co3f_blanco:active {
    color: var(--fb-white-color);
    /* background-color: var(--fb-green-color); */
}

.co3f-btn1-fx:hover:before,
.co3f-btn1-fx:focus:before,
.co3f-btn1-fx:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

#masthead .banner-estatica {
    height: 0 !important;
}

.cabecera-dark {
    background: #fff !important;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
}

.menu-principal {
    box-shadow: none !important;
}

.site-header .menu-superior.container,
.site-header .menu-principal .container {
    padding: 20px 40px !important;
}


#sec1 {
    margin-top: 178px;
}

section.eco_terrestres-sec2.relaciones-int {
    margin-bottom: 100px;
}

section.eco_terrestres-sec2.relaciones-int .link2 a{
    color: var(--fb-green-color);
     display: flex;
     align-items: center;
     justify-content: flex-end;
     font-weight: 700;
}

section.eco_terrestres-sec2.relaciones-int .link2 a img {
    margin-right: 20px;
}

@media (max-width: 1800px) {
    .co3f-btn1 {
        padding: 17px 45px;
        font-size: 16px;
    }

    .link-btn a {
        width: auto !important;
    }
}

@media (max-width: 1700px) {
    .co3f-btn1 {
        padding: 20px 35px;
    }
}

@media (max-width: 1610px) {
    .co3f-btn1 {
        padding: 15px 28px;
    }

}

@media (max-width: 1440px) {
    .co3f-btn1 {
        padding: 10px 25px;
        font-size: 14px;
    }

    .link-btn a {
        width: auto !important;
    }

    .site-header .menu-principal .container {
        padding: 25px 15px !important;
    }

}

@media (max-width: 1280px) {
    .co3f-btn1 {
        padding: 10px 15px;
    }

    ul#tabs-list li {
        margin-bottom: 10px;
    }
}
@media (max-width: 834px) {
    .co3f-btn1 {
        padding: 15px 30px;
    }
}

@media (max-width: 640px) {
    .co3f-btn1 {
        padding: 10px 15px;
    }
}

@media (max-width: 550px) {
    .co3f-btn1 {
        padding: 14px 34px;
    }
}
@media (max-width: 380px) {
    .co3f-btn1 {
          width: 100%;
      padding: 10px 5px;
        }
}



/*fin btn verde*/

/*scroll*/

.co3f-scroll {
    padding: 20px;
    width: auto;
    /*height: 1520px;*/
    max-height: 1520px;
    overflow-x: auto;
    padding-bottom: 0px;

}

.co3f-scroll::-webkit-scrollbar {
    width: 11px;
    background-color: var(--fb-backgroudn-color1);
    border-radius: 7px;
}

.co3f-scroll::-webkit-scrollbar-thumb {
    width: 7px;
    background-color: var(--fb-green-color);
    border-radius: 4.5px;
    border: 2px solid var(--fb-white-color);

}

.co3f-scroll {
    font-family: 'Poppins';
    font-style: normal;
    /* font-weight: 400; */
    color: var(--fb-grey-color);

}

.co3f-scroll p:first-child,
.co3f-scroll li:first-child,
.co3f-scroll .entry-content {
    margin-top: 0px;
}

.co3f-scroll p:last-child,
.co3f-scroll li:last-child {
    margin-bottom: 0px !important;
}


/***************
Tab
***************/
#eco_terr-tab ul#tabs-list {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;

}

#eco_terr-tab label.panel-label {
    /*todas las pestañas*/
    user-select: none;
    display: block;
    width: 100%;
    cursor: pointer;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    border: 2px solid var(--fb-white-color);
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    padding: 20px 25px;
    min-width: 220px;
    color: var(--fb-grey-color);
    background-color: var(--fb-white-color);

    transition-property: background-color, color;
    transition-duration: 200ms;
    /* transition: all 0.3s linear !important; */
}

#eco_terr-tab label.panel-label:hover {
    /*pestaña hover*/
    border: 2px solid var(--fb-green-color);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.35)
}

#eco_terr-tab #panels {
    /*todos los paneles contenido*/
    overflow: hidden;
}

#eco_terr-tab #panels .container-tab {
    margin: 0 auto;
    width: 100%;
    /* padding: 80px 0px 0px 25px; */
}

#eco_terr-tab #panels section header label.panel-label {
    padding: 12px 24px;
    box-sizing: border-box;
}

#eco_terr-tab #panels section main {
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    transition: opacity 600ms;
    /* overflow-y: hidden; */
}

#eco_terr-tab .panel-radios {
    display: none;

}

#eco_terr-tab #introduction {
    width: 90%;
    margin: 0 auto;
    padding: 48px 24px;
    color: var(--fb-white-color)
}

#eco_terr-tab #introduction h2 {
    font-weight: 300;
    text-align: center;
}

.page-id-21575 ul#tabs-list li, .page-id-21579 ul#tabs-list li, .page-id-21571 ul#tabs-list li , .page-id-21577 ul#tabs-list li, .page-id-47064 ul#tabs-list li, .page-id-47062 ul#tabs-list li, .page-id-47063 #eco_terr-tab #li-for-panel-1 {
    margin-bottom: 20px;
}

.page-id-21697 #eco_terr-tab #li-for-panel-3{
    display: none;
}

@media all and (min-width: 551px) {

    /*menu responsive tab*/
    #eco_terr-tab ul#tabs-list {
        list-style: none;
        text-align: center;
        margin: 0;
        padding: 0;
        display: -ms-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        height: auto;
        flex-wrap: wrap;
    }

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

    #eco_terr-tab ul#tabs-list li:hover {
        transition: none;
        border-right: none;
    }

    #eco_terr-tab ul#tabs-list li label.panel-label {
        position: relative;
    }

    #eco_terr-tab ul#tabs-list li label.panel-label::after {
        content: "";
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 100%;
        background-color: var(--fb-green-color);
        height: 0;
        transition-property: height;
        transition-duration: 200ms;
    }

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

    #eco_terr-tab #nav-ctrl {
        display: none;
    }

    #eco_terr-tab #li-for-panel-1,
    #eco_terr-tab #li-for-panel-2,
    #eco_terr-tab #li-for-panel-3,
    #eco_terr-tab #li-for-panel-4,
    #eco_terr-tab #li-for-panel-5 {
        margin-right: 30px;
    }

    #eco_terr-tab #panel-1-ctrl:checked~#panels .container-tab #panel-1 {
        position: relative;
        z-index: 10;
    }

    #eco_terr-tab #panel-2-ctrl:checked~#panels .container-tab #panel-2 {
        position: relative;
        z-index: 11;
    }

    #eco_terr-tab #panel-3-ctrl:checked~#panels .container-tab #panel-3 {
        position: relative;
        z-index: 12;
    }

    #eco_terr-tab #panel-4-ctrl:checked~#panels .container-tab #panel-4 {
        position: relative;
        z-index: 13;
    }

    #eco_terr-tab #panel-5-ctrl:checked~#panels .container-tab #panel-5 {
        position: relative;
        z-index: 14;
    }

    #eco_terr-tab #panel-1-ctrl:checked~#tabs-list #li-for-panel-1,
    #eco_terr-tab #panel-2-ctrl:checked~#tabs-list #li-for-panel-2,
    #eco_terr-tab #panel-3-ctrl:checked~#tabs-list #li-for-panel-3, 
    #eco_terr-tab #panel-4-ctrl:checked~#tabs-list #li-for-panel-4,
    #eco_terr-tab #panel-5-ctrl:checked~#tabs-list #li-for-panel-5 {
        pointer-events: none;
        cursor: default;
        box-shadow: none;
        border-right: none;
    }

    #eco_terr-tab #panel-1-ctrl:checked~#tabs-list #li-for-panel-1 label.panel-label,
    #eco_terr-tab #panel-2-ctrl:checked~#tabs-list #li-for-panel-2 label.panel-label,
    #eco_terr-tab #panel-3-ctrl:checked~#tabs-list #li-for-panel-3 label.panel-label, 
    #eco_terr-tab #panel-4-ctrl:checked~#tabs-list #li-for-panel-4 label.panel-label,
    #eco_terr-tab #panel-5-ctrl:checked~#tabs-list #li-for-panel-5 label.panel-label {
        /*panel activo*/
        border: 2px solid var(--fb-green-color);
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.35);
    }
}

@media all and (min-width: 900px) {
    #eco_terr-tab main {
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 834px) and (min-width: 551px) {

    #eco_terr-tab #li-for-panel-1,
    #eco_terr-tab #li-for-panel-2,
    #eco_terr-tab #li-for-panel-3, 
    #eco_terr-tab #li-for-panel-4, 
    #eco_terr-tab #li-for-panel-5 {
        margin-bottom: 20px;
    }

    .tab-contenido header {
        padding-top: 20px !important;
    }

    #eco_terr-tab ul#tabs-list {
        padding-left: 20px;
    }
}



/*TAB ID*/
#eco_terr-tab #panel-1-ctrl:checked~#panels #panel-1 main,
#eco_terr-tab #panel-2-ctrl:checked~#panels #panel-2 main,
#eco_terr-tab #panel-3-ctrl:checked~#panels #panel-3 main,
#eco_terr-tab #panel-4-ctrl:checked~#panels #panel-4 main, 
#eco_terr-tab #panel-5-ctrl:checked~#panels #panel-5 main {
    max-height: initial;
    opacity: 1;
}

@media (max-width: 550px) {

    #eco_terr-tab #panel-1-ctrl:checked~#tabs-list #li-for-panel-1,
    #eco_terr-tab #panel-2-ctrl:checked~#tabs-list #li-for-panel-2,
    #eco_terr-tab #panel-3-ctrl:checked~#tabs-list #li-for-panel-3,
    #eco_terr-tab #panel-4-ctrl:checked~#tabs-list #li-for-panel-4,
    #eco_terr-tab #panel-5-ctrl:checked~#tabs-list #li-for-panel-5 {

        max-height: 90px;
        min-height: 75px;
        opacity: 1;
        padding: 12px 18px;
    }

    #eco_terr-tab #nav-ctrl:checked~#tabs-list #li-for-panel-1,
    #eco_terr-tab #nav-ctrl:checked~#tabs-list #li-for-panel-2,
    #eco_terr-tab #nav-ctrl:checked~#tabs-list #li-for-panel-3,
    #eco_terr-tab #nav-ctrl:checked~#tabs-list #li-for-panel-4,
    #eco_terr-tab #nav-ctrl:checked~#tabs-list #li-for-panel-5 {
        min-height: 75px;
        opacity: 1;
        padding: 12px 18px;
        max-height: 150px;
    }

    #eco_terr-tab #tabs-list #li-for-panel-1,
    #eco_terr-tab #tabs-list #li-for-panel-2,
    #eco_terr-tab #tabs-list #li-for-panel-3, 
    #eco_terr-tab #tabs-list #li-for-panel-4, 
    #eco_terr-tab #tabs-list #li-for-panel-5 {
        max-height: 0;
        overflow-y: hidden;
        transition: max-height 200ms;
    }

    #eco_terr-tab #panel-1-ctrl:checked~#tabs-list #li-for-panel-1 label.panel-label,
    #eco_terr-tab #panel-2-ctrl:checked~#tabs-list #li-for-panel-2 label.panel-label,
    #eco_terr-tab #panel-3-ctrl:checked~#tabs-list #li-for-panel-3 label.panel-label, 
    #eco_terr-tab #panel-4-ctrl:checked~#tabs-list #li-for-panel-4 label.panel-label, 
    #eco_terr-tab #panel-5-ctrl:checked~#tabs-list #li-for-panel-5 label.panel-label {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        color: var(--fb-grey-color);
        background-color: var(--fb-white-color);
        border: 2px solid var(--fb-green-color);
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.35);
        padding: 12px 5px;
    }

    #eco_terr-tab ul#tabs-list li label.panel-label {
        background-color: var(--fb-white-color);
        border: 2px solid transparent;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
        font-size: 14px;
        line-height: 21px;
        padding: 12px 5px;
    }

    #eco_terr-tab #li-for-panel-1,
    #eco_terr-tab #li-for-panel-2,
    #eco_terr-tab #li-for-panel-3, 
    #eco_terr-tab #li-for-panel-4, 
    #eco_terr-tab #li-for-panel-5 {
        margin-right: 0px !important;
    }

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

    /*botones radio superiores*/
    #eco_terr-tab #nav-ctrl:checked~#tabs-list #open-nav-label {
        display: none;
    }

    #eco_terr-tab #close-nav-label {
        display: block;
        max-height: 0;
        overflow-y: hidden;
        padding: 0px;
        transition: max-height 200ms;
        cursor: pointer;
        text-transform: uppercase;
        letter-spacing: 1px;
        /* max-height: 86px; */
        font-size: 14px;
        background-color: var(--fb-green-color);
        color: var(--fb-white-color);
        border-radius: 15px;
        margin-bottom: 10px;
        margin-left: 18px;
        margin-right: 18px;
    }

    #eco_terr-tab #nav-ctrl:checked~#tabs-list #close-nav-label {
        max-height: 86px;
        opacity: 1;
        padding: 12px 5px;
        margin-left: 18px;
        margin-right: 18px;
    }

    #eco_terr-tab #tabs-list {
        position: relative;
        width: 267px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #eco_terr-tab #tabs-list label.panel-label {
        padding: 12px 0;
    }

    #eco_terr-tab #panels .container-tab {
        width: 100%;
    }

    #eco_terr-tab #panels section header {
        display: block;
    }
}

/*fin tab*/




/***************
Bloque 1
***************/
.eco_terrestres-sec1 {
    background-size: 100%;
    background-position: center -150px;
    background-repeat: no-repeat;
}

.eco_terrestres-top {
    margin-top: 45px;
    margin-bottom: 160px;
}

.eco_terrestres-bloq1 .eco_terrestres-top .box {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(7.5px);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 60px 85px;
}

.eco_terrestres-top .box .col1 {
    width: 60.5%;
    padding-right: 35px;
}

.eco_terrestres-top .box .col2 {
    width: 39.5%;
    background-size: cover;
    background-position: center center;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
}

.eco_terrestres-top .box .col1 .tit {
    margin: 0px;
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 120%;
    color: var(--fb-grey-color);
    margin-top: 25px;
    margin-bottom: 25px;
}

.eco_terrestres-top .box .col1 .txt {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--fb-grey-color);
}

.eco_terrestres-top .box .col1 .txt p {
    margin-bottom: 0px;
}

.eco_terrestres-tab {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(7.5px);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 60px 75px 80px 75px;
}

#eco_terr-tab {
    background-color: transparent;
}

.tab-contenido header {
    width: 55%;
    padding: 80px 0px 45px 25px
}


.tab-contenido header .cont {
    align-items: center;
    margin-bottom: 22px;
}

.tab-contenido header .txt p {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.tab-contenido header .cont .tit {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    color: var(--fb-grey-color);
}

.tab-contenido header .cont .linea {
    width: 59px;
    height: 5px;
    background-color: var(--fb-green-color);
    margin-left: 45px;
}

.tab-contenido header .txt {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--fb-grey-color);
}

.tab-contenido .box {
    width: 100%;
    background: var(--fb-white-color);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 17px;
    padding: 55px 65px;
    transition: all 0.3s linear !important;
    margin-bottom: 30px;
}

.tab-contenido .box .columnas {
    justify-content: space-between;
}

.tab-contenido .box .col1 {
    width: 190px;
    height: auto;
}

.tab-contenido .box .linea {
    background-color: var(--fb-green-color);
    width: 2px;
    height: auto;
    margin: 0px 30px;
}

.tab-contenido .box .col2 {
    width: 90%;
}

.tab-contenido .box .col2 .txt {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
}

/*link flecha*/
.tab-contenido .box .link-flecha {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: var(--fb-grey-color);
    text-decoration-line: underline;
    min-height: 22px;
    display: flex;
}

.tab-contenido .ir img {
    z-index: 10;
    transition: transform 0.4s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    animation-name: bounce-1;
    animation-timing-function: linear;
    width: 58px;
    height: 17px;
}

.tab-contenido .box .link-flecha .flecha {
    display: none;
}

.tab-contenido .box .solo-txt .txt,
.tab-contenido .box .logo-texto .txt {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    text-align: right;
    color: var(--fb-grey-color);
}

.page-id-21575 li#li-for-panel-5, .page-id-47064 li#li-for-panel-5, /*.page-id-47063 li#li-for-panel-5,*/ .page-id-47062 li#li-for-panel-4 {
    display: none;
}

@media (max-width: 1700px) {
    .eco_terrestres-sec1 {
        background-position: center -150px;
    }

    .eco_terrestres-top {
        margin-top: 40px;
        margin-bottom: 140px;
    }

    .eco_terrestres-bloq1 .eco_terrestres-top .box {
        padding: 55px 75px;
    }

    .eco_terrestres-top .box .col1 .tit {
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 55px;
    }

    .eco_terrestres-top .box .col1 .txt {
        font-size: 14px;
        line-height: 150%;
    }
    .eco_terrestres-tab {
        padding: 55px 65px 70px 65px;
    }

    .tab-contenido header {
        padding: 65px 0px 40px 25px;
    }

    .tab-contenido header .cont .tit {
        font-size: 45px;
    }

    .tab-contenido header .cont .linea {
        width: 53px;
        height: 4px;
    }
    .tab-contenido header .txt {
        font-size: 14px;
        line-height: 21px;
    }

    .tab-contenido .box .col2 .txt {
        margin-bottom: 20px;
    }

    .tab-contenido .box {
        padding: 55px 60px;
    }

    .tab-contenido .box .col1 {
        width: 170px;
    }

    .tab-contenido .ir img {
        width: 52px;
        height: 15px;
    }

   .eco_terrestres-top .box .col1 .txt {
        font-size: 14px;
        line-height: 150%;
    }

    #eco_terr-tab label.panel-label {
        min-width: 200px;
        padding: 18px 25px;
    }

    #eco_terr-tab label.panel-label {
        font-size: 16px;
        line-height: 150%;
    }

    .tab-contenido .box .solo-txt .txt,
    .tab-contenido .box .logo-texto .txt {
        font-size: 22px;
    }

    .tab-contenido .box .link-flecha {
        font-size: 14px;
    }
}

@media (max-width: 1440px) {
    .eco_terrestres-sec1 {
        background-position: center -90px;
    }

    .eco_terrestres-top {
        margin-top: 30px;
        margin-bottom: 120px;
    }

    .eco_terrestres-top .box .col1 {
        width: 64%;
        padding-right: 30px;
    }

    .eco_terrestres-top .box .col1 .tit {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 40px;
    }

    .eco_terrestres-tab {
        padding: 45px 55px 60px 55px;
    }

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

    #eco_terr-tab label.panel-label {
        min-width: 170px;
        padding: 15px 23px;
    }

    #eco_terr-tab #li-for-panel-1,
    #eco_terr-tab #li-for-panel-2,
    #eco_terr-tab #li-for-panel-3, 
    #eco_terr-tab #li-for-panel-4, 
    #eco_terr-tab #li-for-panel-5 {
        margin-right: 20px;
    }

    .tab-contenido header .cont .linea {
        width: 45px;
        height: 4px;
        margin-left: 30px;
    }

    .tab-contenido header {
        padding: 50px 0px 20px 25px;
        width: 56%;
    }

    .tab-contenido header .cont .tit {
        font-size: 40px;
    }

    .tab-contenido header .txt {
        font-size: 14px;
        line-height: 150%;
    }

    .co3f-scroll {
        padding-top: 15px;
    }

    /* .tab-contenido .box .col1 {
        width: 145px;
    } */

    .tab-contenido .box .solo-txt .txt,
    .tab-contenido .box .logo-texto .txt {
        font-size: 20px;
    }

    .tab-contenido .ir img {
        width: 44px;
        height: 12px;
    }

    .tab-contenido .box {
        padding: 45px;
    }

    .tab-contenido .box .col2 .txt {
        margin-bottom: 15px;
    }
}

@media (max-width: 1280px) {
    .tab-contenido header {
        width: 70%;
    }

    .tab-contenido header .cont .tit {
        font-size: 35px;
    }

    .eco_terrestres-sec1 {
        background-position: center -10px;
    }
}

@media (max-width: 1109px) {
    .eco_terrestres-top .box .col2 {
        background-position: right center;
    }

    .eco_terrestres-sec1 {
        background-position: center -10px;
        background-size: 130%;
    }

}

@media (max-width: 950px) {
    .tab-contenido header {
        width: 100%;
    }

    .eco_terrestres-top {
        margin-top: 190px;
        margin-bottom: 140px;
    }

    .eco_terrestres-top .box {
        flex-direction: column;
    }

    .eco_terrestres-top .box .col1,
    .eco_terrestres-top .box .col2 {
        width: 100%;
        padding: 0px;
    }

    .eco_terrestres-top .box .col2 {
        height: 300px;
    }

    .eco_terrestres-bloq1 .eco_terrestres-top .box {
        padding: 45px;
    }

    .eco_terrestres-top .box .col1 .tit {
        margin-bottom: 17px;
        font-size: 35px;
    }

    .eco_terrestres-top .box .col1 .txt {
        margin-bottom: 45px;
    }

    .eco_terrestres-sec1 {
        background-position: 38% 0px;
        background-size: 260%;
    }

    .eco_terrestres-tab {
        padding: 30px;
    }

    .tab-contenido header {
        padding: 35px 25px 15px 25px;
        width: 100%;
    }

    .tab-contenido .box .columnas {
        flex-direction: column;
    }

    .tab-contenido .box .linea {
        width: 100%;
        height: 2px;
        margin: 15px 0px;
    }

    .tab-contenido .box .col1 {
        width: 300px;
    }

    .tab-contenido .box .col1 .logo-texto {
        display: -ms-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .tab-contenido .box .col1 .solo-logo,
    .tab-contenido .box .col1 .logo-texto .logo-texto_log,
    .tab-contenido .box .col1 .logo-texto .txt,
    .tab-contenido .box .col1 .solo-txt {
        width: 145px;
    }

    .tab-contenido .box .col1 .logo-texto .logo-texto_log {
        margin-right: 10px;
    }

    .tab-contenido .box .solo-txt .txt,
    .tab-contenido .box .logo-texto .txt {
        text-align: left;
    }

    .tab-contenido header .cont .tit {
        font-size: 30px;
    }
}



@media (max-width: 600px) {
    .eco_terrestres-top .box .col1 .tit {
        font-size: 28px;
    }

    .eco_terrestres-sec1 {
        background-position: 38% 0px;
        background-size: 350%;
    }

    .tab-contenido header .cont .tit {
        font-size: 26px;
    }
}

@media (max-width: 834px) {
    .eco_terrestres-top .box .col2 {
        height: 239px;

    }
}


@media (max-width: 834px) {
    #eco_terr-tab #panel-1-ctrl:checked~#panels .container-tab #panel-1 {
        position: relative;
        z-index: 10;
    }

    #eco_terr-tab #panel-2-ctrl:checked~#panels .container-tab #panel-2 {
        position: relative;
        z-index: 11;
    }

    #eco_terr-tab #panel-3-ctrl:checked~#panels .container-tab #panel-3 {
        position: relative;
        z-index: 12;
    }

    #eco_terr-tab #panel-4-ctrl:checked~#panels .container-tab #panel-4 {
        position: relative;
        z-index: 13;
    }

    #eco_terr-tab #panel-5-ctrl:checked~#panels .container-tab #panel-5 {
        position: relative;
        z-index: 14;
    }

}

@media (max-width: 550px) {
    .eco_terrestres-top .box .col2 {
        height: 200px;
    }

    .eco_terrestres-sec1 {
        background-size: 450%;
    }

    .tab-contenido header .cont {
        flex-direction: column;
        text-align: center;
        margin-bottom: 0px;
    }

    .tab-contenido header .cont .linea {
        margin-left: 0px;
        margin-top: 20px;
     }
    .tab-contenido header .txt {
       margin-top: 30px;
    }

    .co3f-scroll {
        padding: 15px;
    }

    .tab-contenido .box {
        padding: 22px 9px 30px 9px;
    }

    .tab-contenido .box .col2 {
        width: 100%;
    }

    .tab-contenido .box .col1 {
        width: 100%;
    }

    .tab-contenido .box .col1 .logo-texto .txt,
    .tab-contenido .box .col1 .solo-txt {
        width: 77%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }

    .tab-contenido .box .col1 .solo-logo,
    .tab-contenido .box .col1 .logo-texto_log {
        width: 140px;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 10px;
    }

    .tab-contenido .box .col1 .logo-texto {
        flex-direction: column;
        align-items: center;
    }

    .tab-contenido .box .solo-txt .txt,
    .tab-contenido .box .logo-texto .txt {
        text-align: center;
    }

    .tab-contenido .box .solo-txt .txt,
    .tab-contenido .box .logo-texto .txt {
        font-size: 18px;
    }

    .tab-contenido .box {
        margin-bottom: 23px;
    }
}

@media (max-width: 450px) {
    .eco_terrestres-top {
        margin-top: 150px;
        margin-bottom: 50px;
    }

    .eco_terrestres-bloq1 .eco_terrestres-top .box {
        padding: 35px 15px;
    }

    .eco_terrestres-top .box .col1 .tit {
        margin-bottom: 15px;
        font-size: 22px;
        text-align: center;
    }

    .eco_terrestres-top .box .col1 .txt {
        margin-bottom: 20px;
    }

    .eco_terrestres-top .box .col2 {
        height: 166px;
    }

    .eco_terrestres-tab {
        padding: 20px 5px;
    }

    .eco_terrestres-sec1 {
        background-position: 35% -180px;
        background-size: 550%;
    }

    .tab-contenido header {
        padding: 30px 15px 25px 15px;
    }

    .tab-contenido header .cont .tit {
        font-size: 22px;
    }


}


@media (max-width: 340px) {
    .eco_terrestres-sec1 {
        background-position: 35% -100px;
        background-size: 950%;
    }

    #eco_terr-tab #tabs-list {
        width: 100%;
    }

    .tab-contenido header {
        padding: 15px 15px 25px 15px;
    }

    .tab-contenido header .cont .tit {
        font-size: 18px;
    }

    .eco_terrestres-top {
        margin-top: 100px;
    }

    .eco_terrestres-top .box .col2 {
        height: 140px;
    }

    .tab-contenido .box .link-flecha {
        flex-direction: column;

    }
    .eco_terrestres-sec1 {
        background-position: 35% top;
        background-size: 600%;
    }
}


@media (max-width: 300px) {
    #eco_terr-tab ul#tabs-list {
        padding: 10px 3px;
    }

    #eco_terr-tab #panel-1-ctrl:checked~#tabs-list #li-for-panel-1,
    #eco_terr-tab #panel-2-ctrl:checked~#tabs-list #li-for-panel-2,
    #eco_terr-tab #panel-3-ctrl:checked~#tabs-list #li-for-panel-3, 
    #eco_terr-tab #panel-4-ctrl:checked~#tabs-list #li-for-panel-4,
    #eco_terr-tab #panel-5-ctrl:checked~#tabs-list #li-for-panel-5 {
        padding: 0px;
    }

    #eco_terr-tab #nav-ctrl:checked~#tabs-list #li-for-panel-1,
    #eco_terr-tab #nav-ctrl:checked~#tabs-list #li-for-panel-2,
    #eco_terr-tab #nav-ctrl:checked~#tabs-list #li-for-panel-3, 
    #eco_terr-tab #nav-ctrl:checked~#tabs-list #li-for-panel-4,
    #eco_terr-tab #nav-ctrl:checked~#tabs-list #li-for-panel-5 {
        padding: 0px;
    }

    #eco_terr-tab #nav-ctrl:checked~#tabs-list #close-nav-label {
        margin-left: auto;
        margin-right: auto;
    }

    #eco_terr-tab #nav-ctrl:checked~#tabs-list #li-for-panel-1,
    #eco_terr-tab #nav-ctrl:checked~#tabs-list #li-for-panel-2,
    #eco_terr-tab #nav-ctrl:checked~#tabs-list #li-for-panel-3,
    #eco_terr-tab #nav-ctrl:checked~#tabs-list #li-for-panel-4,
    #eco_terr-tab #nav-ctrl:checked~#tabs-list #li-for-panel-5 {
        min-height: 65px;
    }

    #eco_terr-tab #panel-1-ctrl:checked~#tabs-list #li-for-panel-1,
    #eco_terr-tab #panel-2-ctrl:checked~#tabs-list #li-for-panel-2,
    #eco_terr-tab #panel-3-ctrl:checked~#tabs-list #li-for-panel-3,
    #eco_terr-tab #panel-4-ctrl:checked~#tabs-list #li-for-panel-4,
    #eco_terr-tab #panel-5-ctrl:checked~#tabs-list #li-for-panel-5 {
        max-height: 65px;
        height: 65px;
    }

}

@media (max-width: 300px) {
    .link-flecha .eco_terrestres-flex {
        flex-direction: column;
        min-height: 45px;
    }

    .link-flecha .eco_terrestres-flex .flecha {
        margin-top: 10px;
    }
    .co3f-scroll {
        padding: 7px;
    }
    .eco_terrestres-sec1 {
        background-position: 35% top;
        background-size: 700%;
    }
}


/***************
Bloque 2
***************/
section#sec2{
   background-color: #fff; 
}

.eco_terrestres-sec2 {
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.eco_terrestres-bloq2 {
    justify-content: flex-end;
}

.eco_terrestres-bloq2 .col1 {
    width: 51%;
}

.eco_terrestres-bloq2 .col1 .box {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(7.5px);
    border-radius: 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    padding: 50px 70px 60px 70px;
    margin-top: 100px;
    margin-bottom: 195px;
}
.ico-linea-actuacion {
    width: 23%;
    text-align: center;
}
.eco_terrestres-bloq2 .col1 .box  main img{
     width: 126px;
     margin-bottom: 20px;
}

.page-id-21575 .eco_terrestres-bloq2 .col1 .box main img {
    width: 170px;
    height: auto;
    margin-bottom: 20px;
}

.eco_terrestres-bloq2 .col1 .box main .txt {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: -0.022em;
    color: var(--fb-grey-color);
    width: 80%;
    padding: 10px 0px 55px 45px;
}

.eco_terrestres-bloq2 .col1 .box .links {
    align-items: center;
    justify-content: space-between;
}

.eco_terrestres-bloq2 .col1 .box .link1 {
    width: 50%;

}

.eco_terrestres-bloq2 .col1 .box .link2 {
    width: 50%;
    text-align: center;
}

.eco_terrestres-bloq2 .col1 .box .link2 a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.022em;
    text-decoration-line: underline;
    color: var(--fb-green-color);
    display: block;
}

.eco_terrestres-bloq2 .col1 .box main .txt p {
    margin: 0px;
}

@media (max-width: 1700px) {
    .eco_terrestres-bloq2 .col1 .box {
        padding: 45px 70px 50px 70px;
        margin-top: 80px;
        margin-bottom: 170px;
    }

    .eco_terrestres-bloq2 .col1 .box main img {
        width: 117px;
       
    }

    .eco_terrestres-bloq2 .col1 .box .link2 a {
        font-size: 16px;
        line-height: 120%;
    }

    .eco_terrestres-bloq2 .col1 .box main .txt {
        font-size: 20px;
        line-height: 150%;
    }
}

@media (max-width: 1440px) {
    .eco_terrestres-bloq2 .col1 .box {
        padding: 40px 50px;
        margin-top: 80px;
        margin-bottom: 140px;
    }

    .eco_terrestres-bloq2 .col1 .box main img {
        width: 100px;
    }

    .eco_terrestres-bloq2 .col1 .box main .txt {
        font-size: 18px;
        padding: 7px 0px 40px 40px;
    }

    .eco_terrestres-bloq2 .col1 .box .link2 a {
        font-size: 14px;
    }

}

@media (max-width: 1140px) {
    .eco_terrestres-bloq2 .col1 {
        width: 520px;
    }

    .eco_terrestres-sec2 {
        background-size: 140%;
    }
    .ico-linea-actuacion {
        width: 26%;
    }
}

@media (max-width: 834px) {
    .eco_terrestres-bloq2 .col1 {
        width: 100%;
    }

    .eco_terrestres-bloq2 .col1 .box {
        padding: 40px;
        margin-top: 70px;
        margin-bottom: 265px;
    }

    .eco_terrestres-bloq2 .col1 .box main .txt {
        padding: 10px 45px 45px 35px;
    }

    .eco_terrestres-sec2 {
        background-size: 270%;
        background-position: 10% 110px;
    }
    .ico-linea-actuacion {
        width: 18%;
    }
}

@media (max-width: 709px) {
    .ico-linea-actuacion {
        width: 28%;
    }
    .eco_terrestres-sec2 {
           background-position: 10% bottom;
    }
}



@media (max-width: 550px) {
    .eco_terrestres-bloq2 .col1 .box {
        padding: 28px 37px 37px 37px;
        margin-top: 0px;
        margin-bottom: 340px;
    }

    .eco_terrestres-bloq2 .col1 .box main {
        flex-direction: column;
        align-items: center;
    }
    .ico-linea-actuacion {
        width: 100px;
        text-align: center;
    }

    .eco_terrestres-bloq2 .col1 .box main img {
        margin-bottom: 25px;
    }

    .eco_terrestres-bloq2 .col1 .box main .txt {
        padding: 0px;
        text-align: center;
        margin-bottom: 25px;
    }

    .eco_terrestres-bloq2 .col1 .box .links {
        flex-direction: column;
    }

    .eco_terrestres-bloq2 .col1 .box .link1,
    .eco_terrestres-bloq2 .col1 .box .link2 {
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .eco_terrestres-bloq2 .col1 .box .link1 .sp-btn {
        display: block;
        margin-bottom: 25px;
    }

    .eco_terrestres-bloq2 .col1 .box main .txt {
        font-size: 16px;
    }

    .eco_terrestres-sec2 {
        background-size: 500%;
        /* background-position: 27% 300px; */
        background-position: 27% bottom;
    }
}


@media (max-width: 390px) {
    .eco_terrestres-sec2 {
        background-position: 27% 270px;
    }
    }



@media (max-width: 340px) {
    .eco_terrestres-bloq2 .col1 .box {
        padding: 20px 15px;
    }

    .eco_terrestres-bloq2 .col1 .box main .txt {
        font-size: 15px;
    }

    .eco_terrestres-bloq2 .col1 .box {
        margin-bottom: 250px;
    }

}


/*navegador*/
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

textarea,
select,
input,
button {
    outline: none;
}

:focus {
    outline-color: transparent;
    outline-style: none;
}

/*ajuste container*/
@media (min-width:1110px) {
    .container {
        padding: 30px 0px !important;
    }
}

@media only screen and (max-width: 834px) and (min-width: 710px) {
    .container {
        padding: 30px 0px !important;
    }
}

.page-id-21579 li#li-for-panel-3 {
    display: none;
}