.home .banner-estatica {
    height: 100vh;
}

.home .menu-principal{
    position: relative;
    top: initial;
    background: none;
    width: 100%;
}

.home .cabecera-light{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;
}

.home .cabecera-light, .home .cabecera-light a{
  background: transparent;
}

.home .contenedor-menu-sup {
    z-index: 999;
    position: relative;
}

.fondo-video {
    position: absolute;
    width: 100%;
    height: 100vh;
    position: relative;
}

.bloque1-home h1{
    color: var(--fb-green-color);
}


/* Slider
--------------------------------------------- */

.swiper.mySwiper{
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}

.swiper-button-prev {
    /*background: url(/wp-content/themes/fb/img/izq-slider.svg);*/
    margin-left: 10%;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    background-image: url(https://fundacion-biodiversidad.es/wp-content/themes/fb/img/izq-slider.svg);
}

.swiper-button-next{
   /*background: url(/wp-content/themes/fb/img/dcha-slider.svg); */
   margin-right: 10%;
   backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    background-image: url(https://fundacion-biodiversidad.es/wp-content/themes/fb/img/dcha-slider.svg);
}

.swiper-button-prev, .swiper-button-next{
    background-repeat: no-repeat;
    width: 66px !important;
    height: 66px !important;
    top: 55% !important;
}

.swiper-button-prev:hover, .swiper-button-next:hover{
    transition: all 0.3s linear;
    background-color: rgba(255, 255, 255, 0.6)!important;
    backdrop-filter: blur(15px);
}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 19% !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #757575;
    opacity: 1 !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    width: 14px;
    height: 14px;
}


video {
  margin-left: calc((100vw - (100vh * 1.7))/2);
  margin-right: calc((100vw - (100vh * 1.7))/2);
  min-height: 100vh;
  min-width: 100vw;
  z-index: 1;
  position: absolute;
}

.centro-slider{
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    flex-direction: column;
    position: absolute;
    color: var(--fb-white-color);
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 35px;
}

h1.titulo-slider {
    font-size: 60px;
    font-weight: 700;
    margin: 0.78em 0;
}

.subtitulo-slider {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Inter';
}

.boton-slider {
    padding: 18px 65px;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    margin-top: 40px;
}

.boton-slider a {
    font-size: 18px;
    color: var(--fb-white-color);
    text-decoration: none;
    font-family: 'Inter';
    font-weight: 700;
}

.boton-slider:hover {
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
}

@media (min-aspect-ratio: 16/9) {
  video {
    margin-left: 0;
    z-index: 1;
    position: absolute;
  }
}

.scrolldown {
  --color: white;
  --sizeX: 30px;
  --sizeY: 50px;
  position: relative;
  width: var(--sizeX);
  height: var(--sizeY);
  margin-left: var(sizeX / 2);
  border: calc(var(--sizeX) / 10) solid var(--color);
  border-radius: 50px;
  box-sizing: border-box;
  margin-bottom: 16px;
  z-index: 9999;
}

.scrolldown::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: var(--color);
  border-radius: 100%;
  animation: scrolldown-anim 2s infinite;
  box-sizing: border-box;
  box-shadow: 0px -5px 3px 1px #ffffff66;
}

@keyframes scrolldown-anim {
  0% {
    opacity: 0;
    height: 6px;
  }
  40% {
    opacity: 1;
    height: 10px;
  }
  80% {
    transform: translate(0, 20px);
    height: 10px;
    opacity: 0;
  }
  100% {
    height: 3px;
    opacity: 0;
  }
}

.chevrons {
  padding: 6px 0 0 0;
  margin-left: -3px;
  margin-top: 48px;
  width: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chevrondown {
  margin-top: -6px;
  position: relative;
  border: solid var(--color);
  border-width: 0 3px 3px 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.chevrondown:nth-child(odd) {
  animation: pulse 500ms ease infinite alternate;
}

.chevrondown:nth-child(even) {
  animation: pulse 500ms ease infinite alternate 250ms;
}

@keyframes pulse {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}

.boton-abajo-home {
    margin-top: -115px;
}

.boton-abajo-home a {
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    justify-content: center;
}

.scrolldown {
    --sizeX: 20px;
}

.chevrons {
    display: none;
}

@media (max-width: 1800px){
    
    h1.titulo-slider {
        font-size: 58px;
    }

    .subtitulo-slider {
        font-size: 28px;
    }

    .boton-slider {
        padding: 17px 63px;
    }

    .swiper-button-prev, .swiper-button-next {
        width: 63px !important;
        height: 63px !important;
        background-size: contain;
    }

    .swiper-button-prev2, .swiper-button-next2 {
        background-repeat: no-repeat;
        width: 53px !important;
        height: 53px !important;
    }

    .titulo-home-fundacion h2{
        font-size: 57px !important;
    }

    .subtitulo-home-fundacion {
        width: 84% !important;
        font-size: 29px !important;
    }

    .texto-home-fundacion p {
        font-size: 15px;
        line-height: 20px;
    }

    .into-home-fundacion .boton-blanco {
        padding: 17px 63px !important;
    }

    .boton-blanco a {
        font-size: 17px !important;
    }

    /*.subtitulo-home-fundacion p {
        margin: 32px 0 11px !important;
    }*/
}

@media (max-width: 1700px){

     h1.titulo-slider {
        font-size: 56px;
    }

    .subtitulo-slider {
        font-size: 27px;
    }

    .boton-slider {
        padding: 16px 60px;
    }

     .swiper-button-prev, .swiper-button-next {
        width: 59px !important;
        height: 59px !important;
    }

    .titulo-home-fundacion h2{
        font-size: 54px !important;     
    }

    .subtitulo-home-fundacion {
        font-size: 28px !important;
    }

   /* .subtitulo-home-fundacion p {
        line-height: 32px;
    }
*/
    .texto-home-fundacion {
        gap: 20px !important;
    }

    .texto-home-fundacion p {
        margin: 13px 0;
    }

    .into-home-fundacion .boton-blanco {
        padding: 16px 60px !important;
    }

     .swiper-button-prev2, .swiper-button-next2 {
        background-repeat: no-repeat;
        width: 51px !important;
        height: 51px !important;
    }
}

@media (max-width: 1600px){
     h1.titulo-slider {
        font-size: 54px;
    }

    .subtitulo-slider {
        font-size: 26px;
    }

    .boton-slider {
        padding: 16px 58px;
    }

    .swiper-button-prev, .swiper-button-next {
        width: 56px !important;
        height: 56px !important;
    }

    .swiper-button-prev2, .swiper-button-next2 {
        background-repeat: no-repeat;
        width: 49px !important;
        height: 49px !important;
    }

    .boton-slider a {
        font-size: 17px;
    }

    .titulo-home-fundacion h2{
        font-size: 51px !important;
    }

     .subtitulo-home-fundacion {
        font-size: 27px !important;
    }

    .into-home-fundacion .boton-blanco {
        padding: 16px 58px !important;
    }
}

@media (max-width: 1500px){
     h1.titulo-slider {
        font-size: 52px;
    }

    .subtitulo-slider {
        font-size: 25px;
    }

    .boton-slider {
        padding: 16px 55px;
    }

    .swiper-button-prev, .swiper-button-next {
        width: 53px !important;
        height: 53px !important;
    }

    .titulo-home-fundacion h2{
        font-size: 48px !important;
    }

     .subtitulo-home-fundacion {
        font-size: 26px !important;
    }

    .into-home-fundacion .boton-blanco {
        padding: 16px 55px !important;
    }

    .swiper-button-prev2, .swiper-button-next2 {
        background-repeat: no-repeat;
        width: 47px !important;
        height: 47px !important;
    }
}

@media (max-width: 1480px){
    h1.titulo-slider {
        font-size: 50px;
    }

    .subtitulo-slider {
        font-size: 24px;
    }

    .boton-slider a {
        font-size: 16px;
    }

    .boton-slider {
        padding: 16px 60px;
    }

    .titulo-home-fundacion h2 {
        font-size: 45px !important;
        margin: 0;
    }

    .subtitulo-home-fundacion {
        font-size: 25px !important;
        line-height: 30px !important;
        width: 85% !important;
    }

   /* .subtitulo-home-fundacion p {
        margin-bottom: 15px;
    }*/

    .texto-home-fundacion .col1 p {
        margin-bottom: initial;
    }

    .texto-home-fundacion p {
        font-size: 14px;
    }

    section.la-fundacion {
        padding: 130px 0 100px !important;
    }

    .swiper-button-prev, .swiper-button-next {
        width: 49px !important;
        height: 49px !important;
        background-size: contain;
    }

    .mySwiper2 .swiper-button-prev2, .mySwiper2 .swiper-button-next2 {
        width: 45px !important;
        height: 45px !important;
    }

    .swiper-button-next2 {
        margin-right: 10px !important;
        /*background-size: contain !important;*/
    }

    .swiper-button-prev2 {
        margin-left: 10px !important;
       /*  background-size: contain !important;*/
    }

    .boton-blanco {
        padding: 14px 53px;
    }

    .boton-blanco a {
        font-size: 16px !important;
    }

    .into-home-fundacion .boton-blanco {
       /* padding: 10px 42px !important;*/
         margin: 25px 0 !important;
    }

    .into-home-fundacion {
        padding-top: 20px;
    }
}

@media (max-width: 1280px){
    h1.titulo-slider {
        font-size: 40px;
    }

    .subtitulo-slider {
        font-size: 18px;
    }

    .boton-slider a {
        font-size: 16px;
    }

    .boton-slider {
        padding: 16px 55px;
    }

    .swiper-button-prev, .swiper-button-next {
        width: 44px !important;
        height: 44px !important;
        background-size: contain;
    }

    .subtitulo-home-fundacion {
        font-size: 22px !important;
        line-height: 27px !important;
    }

    .subtitulo-home-fundacion p {
        margin-bottom: 6px !important;
    }

    .into-home-fundacion .boton-blanco {
        margin: 15px 0 0 !important;
        padding: 16px 50px;
    }

    section.la-fundacion {
        padding: 90px 0 70px !important;
    }

    .mySwiper2 .swiper-button-next2 {
        width: 44px !important;
        height: 44px !important;
    }
}

@media (max-width: 1024px){
    h1.titulo-slider {
        font-size: 55px;
        width: 48%;
        text-align: center;
        line-height: 72px;
    }

    .subtitulo-slider {
        font-size: 25px;
    }

    .boton-slider {
        padding: 16px 55px;
    }

    .boton-slider a {
        font-size: 18px;
    }

    .titulo-home-fundacion h2 {
        font-size: 40px !important;
    }

    .subtitulo-home-fundacion {
        font-size: 20px !important;
        line-height: 22px !important;
    }
    
}

@media (max-width: 1000px){
    .home-fundacion {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .carrusel-home-fundacion, .into-home-fundacion {
        width: 100% !important;
        padding-left: 6%;
    }

    .mySwiper2 .swiper-slide img {
        width: 100%;
    }
}

@media (max-width: 834px){
    h1.titulo-slider {
        width: 90%;
    } 

    .titulo-home-fundacion h2 {
        font-size: 45px !important;
        line-height: 60px;
    }

    .subtitulo-home-fundacion {
        font-size: 25px !important;
        line-height: 30px !important;
        width: 70% !important;
    }

    .subtitulo-home-fundacion p {
        margin-bottom: 1em !important;
    }

    .into-home-fundacion .boton-blanco {
        margin: 40px 0 0 !important;
    }

    .mySwiper2 .swiper-button-prev2, .mySwiper2 .swiper-button-next2 {
        width: 55px !important;
        height: 55px !important;
    }

    section.la-fundacion {
        background-position: center !important;
    }
}

@media (max-width: 700px){
    .swiper-button-prev, .swiper-button-next {
        display: none !important;
    }

    .comunicacion-pie-home .container {
        padding: 30px !important;
    }

    h1.titulo-slider {
        font-size: 40px;
        line-height: 53px;
        width: 72%;
    }

    .subtitulo-slider {
        font-size: 18px;
    }

    .boton-slider {
        padding: 16px 55px;
    }

    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 18% !important;
    }


}

@media (max-width: 550px){
    .titulo-home-fundacion {
        display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .titulo-home-fundacion h2 {
        font-size: 40px !important;
        line-height: 53px;
    }

    section.la-fundacion {
        padding: 70px 0 80px !important;
    }

    .titulo-home-fundacion img {
        margin: 15px 0;
    }

    .subtitulo-home-fundacion {
        font-size: 24px !important;
        line-height: 29px !important;
        width: 100% !important;
        text-align: center;
    }

    .texto-home-fundacion {
        flex-wrap: wrap;
    }

    .into-home-fundacion {
        text-align: center;
    }

    .col1, .col2 {
        width: 100% !important;
        text-align: left;
    }

    .into-home-fundacion .boton-blanco {
        margin: 30px 0 0 !important;
    }

    .mySwiper2 .swiper-button-prev2, .mySwiper2 .swiper-button-next2 {
        width: 28px !important;
        height: 28px !important;
    }

    .carrusel-home-fundacion, .into-home-fundacion {
        padding-left: 0;
    }

    .mySwiper2 .swiper-slide img {
        filter: drop-shadow(10px 10px 4px rgba(0, 0, 0, 0.3)) !important;
    }

    .subtitulo-slider {
        text-align: center;
    }
}

@media (max-width: 400px){
    h1.titulo-slider {
        width: 99%;  
    }


    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 15% !important;
    }
}

@media (max-width: 360px){
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 21% !important;
    }

    .boton-abajo-home {
        margin-top: -125px;
    }
}


@media (max-width: 290px){

    .la-fundacion .container, .divulgacion .container {
        padding: 10px;
    }

    .comunicacion-pie-home .container {
        padding: 20px;
    }

    h1.titulo-slider {
        font-size: 30px;
        line-height: 40px;
    }

    .boton-slider {
        padding: 15px 40px;
    }

    .menu-principal .container {
        padding: 28px 0;
    }

    .section3-m .lt-t .title-lt {
        font-size: 30px;
    }

    .section3-m ul {
        padding: 10px;
    }

    section.la-fundacion {
        padding: 50px 0 50px !important;
    }

    .titulo-home-fundacion h2 {
        font-size: 33px !important;
        line-height: 43px;
    }

    .subtitulo-home-fundacion {
        font-size: 19px !important;
        line-height: 25px !important;
    }

    .texto-home-fundacion {
        font-size: 14px;
        line-height: 20px;
    }

    .mySwiper2 .swiper-slide img {
        width: 90% !important;
    }

    .swiper-button-next2 {
        right: 17px !important;
    }
}

/* Bloque 1 - La fundación
--------------------------------------------- */

section.la-fundacion {
    padding: 150px 0 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.home-fundacion{
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    gap: 80px;
}

.carrusel-home-fundacion, .into-home-fundacion{
    width: 50%;
}

.mySwiper2 .swiper-slide img {
    border-radius: 15px;
    width: 95%;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
}

.mySwiper2.swiper-backface-hidden .swiper-slide{
    padding: 0px 0px 40px 0px;
}

.swiper-pagination2.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
    margin-top: -15px;
}

.swiper-pagination3.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
    text-align: center;
    margin-top: 30px;
}

.mySwiper2 span.swiper-pagination-bullet.swiper-pagination-bullet, .mySwiper3 span.swiper-pagination-bullet.swiper-pagination-bullet{
    background: #A8A8A8;

}

.mySwiper2 span.swiper-pagination-bullet.swiper-pagination-bullet-active, .mySwiper3 span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--fb-green-color);
}

.titulo-home-fundacion h2{
    font-size: 60px;
    font-weight: 700;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 15px;
}

.titulo-home-fundacion h2 img {
    margin-left: 40px;
}

.subtitulo-home-fundacion{
    font-family: 'Inter';
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    /*width: 78%;*/
}

.subtitulo-home-fundacion p {
    margin: 35px 0px 10px 0;
}

.texto-home-fundacion{
    /*column-count:2;
    column-gap:30px;*/
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    gap: 30px;
}

.col1, .col2{
    width: 50%;
}


.into-home-fundacion .boton-blanco{
    margin: 30px 0;
    padding: 18px 65px
}

.swiper-button-next2, .swiper-rtl .swiper-button-prev2 {
    right: 10px;
    left: auto;
}

.swiper-button-next2, .swiper-button-prev2 {
    position: absolute;
    top: 45%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.swiper-button-prev2:hover, .swiper-button-next2:hover{
    background-color: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(15px);
    transition: all 0.3s linear;
}

.swiper-button-prev2, .swiper-button-next2 {
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
}

.swiper-button-next2 {
    background-image: url(/wp-content/themes/fb/img/flecha-boton-dch.svg);
    background-size: 50% 50%;
    background-position: 57% 50%;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(15px);
    margin-right: 5% !important;
    border-radius: 50%;
}

.swiper-button-prev2 {
    background-image: url(/wp-content/themes/fb/img/flecha-boton-izq.svg);
    background-size: 50% 50%;
    background-position: 48% 50%;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(15px);
    margin-left: 2% !important;
    border-radius: 50%;
}


/* Lineas de actuación
--------------------------------------------- */

.movile {
    display: none !important;
}

.tablet {
    display: none !important;
}

.display {
    display: block;
}

.section3 {
    min-height: 100vh;
    height: 1077px;
}

/*.section3 ul{margin-top: 27px;}*/
.section3 ul {
    margin: 0px;
}

.section3 li {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    padding-right: 66px;
}

.section3-side {
    height: 100vh;
}

.section3 .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; /*height: 100vh;*/
    padding-left: 0;
}

.section3 .opactity {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) calc((((100vw - 1530px) / 2) + (1560px / 3.87))), rgba(0, 0, 0, 0) 0%);
    overflow: hidden; /*height: 100vh;*/
    min-height: 100vh;
    height: 1077px;
}

.section3 .blur {
    height: 100%;
    position: absolute;
    backdrop-filter: blur(20px); /*width: 31.45%;*/
    width: calc((((100vw - 1530px) / 2) + (1560px / 3.87)));
    height: 1077px;
}

.wrapper-lt {
    height: 1077px;
    z-index: -2;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    position: absolute;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
    background-position: center;
}

.section3 .fondo1 {
    background-image: url('../img/inicio/bg_slider/img-fondo-ecosistemas-terrestre-scaled.jpg');
}

.section3 .fondo2 {
    background-image: url('../img/inicio/bg_slider/img-fondo-ecosistemas-marinos-scaled.jpg');
}

.section3 .fondo3 {
    background-image: url('../img/inicio/bg_slider/img-fondo-perdida-biodiversidad-scaled.jpg');
}

.section3 .fondo4 {
    background-image: url('../img/inicio/bg_slider/img-fondo-ecosistemas-urbanos-scaled.jpg');
}

.section3 .fondo5 {
    background-image: url('../img/inicio/bg_slider/img-fondo-sector-privado-scaled.jpg');
}

.section3 .fondo6 {
    background-image: url('../img/inicio/bg_slider/img-fondo-gestion-conocimiento-scaled.jpg');
}

.section3 .lt-t {
    width: 30%;
    float: left;
    padding-top: 130px;
}

.section3 .lt-an {
    width: 66%;
    float: right;
    height: 570px; /*height: 100vh; padding-top: 200px;*/
   /* padding-top: 55px;*/
    padding-top: 0;
}

.section3 .lt-t .separador {
    border-bottom: 5px solid #fff;
    width: 60px;
}

.section3 .lt-t .titulo_slider {
    margin: 0 0 30px;
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 77px;
    color: #FFFFFF;
}

.section3 .fb-green {
    margin-top: 20px;
    border-style: none;
    background: var(--fb-green-color);
    border-radius: 17px;
    width: 279px;
    height: 62px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.section3 .cap {
    padding: 10%;
    opacity: 0;
    transition: opacity 2s;
    padding-top: 25px;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(2px);
}

.section3 .ficha .cap .title {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 105%;
    letter-spacing: -0.022em;
    color: var(--fb-grey-color);
}

.section3 .ficha .cap .title:lang(en){
   font-size: 34px; 
}

.section3 .ficha .cap .caption {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.022em;
    color: #000000;
    margin-top: 11px;
}

.section3 .ficha .cap .link {
    display: inline;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #000000;
    position: absolute;
    bottom: 0;
    margin-bottom: 34px;
}

.section3 .ficha .cap .link a {
    color: #000000 !important;
}

.section3 .ficha .cap .arrow {
    margin-left: 15px;
    width: 57px;
}

.section3 .ficha .cap .title a, .section3 .ficha .cap .title a:hover, .section3 .ficha .cap .title a:visited {
    color: var(--fb-grey-color);
    text-decoration: none;
}

.section3 .ficha .cap .title a:hover {
    text-decoration: underline;
}

.slick-slide .cap {
    display: none;
}

.slick-current .cap {
    -webkit-transition: all 1s linear;
    -moz-transition: all 10s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    display: block;
}

.cap {
    position: relative;
    top: 50%;
    background-color: #fff8;
    height: 50%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.ficha {
    position: absolute;
    -webkit-box-shadow: 0px 8px 20px 2px #0004;
    box-shadow: 0px 8px 20px 2px #0004;
    transition: height 1s, width 1s, left 1s, margin-top 1s, line-height 1s, background-color 1s;
}

.ficha:hover {
    -webkit-box-shadow: 0px 8px 20px 2px #0005;
    box-shadow: 0px 8px 20px 2px #0005;
}

.section3 .espacio {
    height: 660px;
}

.section3 .lt-an .controles {
    width: 406px;
    left: calc(31.45% + 261px);
    display: inline;
}

.section3 .lt-an .controles .carousel-control-prev-icon {
    width: 66px;
    height: 66px;
    top: 859px;
    border-style: none;
    left: calc(((((100vw - 1530px) / 2) + (1560px / 3.41))) + 261px);
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s linear;
    margin-left: 217px;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.3));
    background-position: 50%;
}

.section3 .lt-an .controles .carousel-control-next-icon {
    width: 66px;
    height: 66px;
    top: 859px;
    border-style: none;
    left: calc(((((100vw - 1530px) / 2) + (1560px / 3.41))) + 430px);
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s linear;
    margin-left: 100px;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.3));
    background-position: 50%;
}

.section3 .carousel-control-prev-icon:hover, .section3 .carousel-control-next-icon:hover {
    background-color: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(15px);
}

.level0, .level1 {
    height: 621px;
    width: 406px;
    background-color: #4EC9E1;
    left: calc(((((100vw - 1530px) / 2) + (1560px / 3.41))) + 205px);
    transition: height 1s, width 1s, left 1s, margin-top 1s, line-height 1s, background-color 1s;
}

.level-1 {
    height: 498px;
    width: 313px;
    background-color: #6796E5;
    left: calc(((((100vw - 1530px) / 2) + (1560px / 3.41))) + 261px + 406px - 22px);
    margin-top: 123px;
    transition: height 1s, width 1s, left 1s, margin-top 1s, line-height 1s, background-color 1s;
}

.level-2 {
    opacity: 1;
    height: 498px;
    width: 313px;
    background-color: #228291;
    left: calc(((((100vw - 1530px) / 2) + (1560px / 3.41))) + 261px + 406px + 36px + 313px - 24px);
    margin-top: 123px;
    transition: height 1s, width 1s, left 1s, margin-top 1s, line-height 1s, background-color 1s, opacity 2s;
}

.level-3 {
    opacity: 0;
    height: 498px;
    width: 313px;
    background-color: #228291;
    left: calc(((((100vw - 1530px) / 2) + (1560px / 3.41))) + 261px + 406px + 36px + 313px + 36px + 313px + 36px);
    margin-top: 123px;
    transition: height 1s, width 1s, left 1s, margin-top 1s, line-height 1s, background-color 1s, opacity 3s;
}

.level0 .cap {
    opacity: 1;
    transition: opacity 2s;
}

.ficha {
    border-radius: 15px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%
}

.carousel-inner:after {
    clear: both;
    content: "";
    display: block
}

.carousel-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s;
    z-index: 0
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: none;
    border: 0;
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    opacity: .5;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease;
    width: 15%;
    z-index: 1
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    opacity: .9;
    outline: 0;
    text-decoration: none
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 2rem;
    width: 2rem
}

.carousel-control-prev-icon {
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    background-image: url("https://fundacion-biodiversidad.es/wp-content/themes/fb/img/izq-slider.svg")
}

.carousel-control-next-icon {
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    background-image: url("https://fundacion-biodiversidad.es/wp-content/themes/fb/img/dcha-slider.svg")
}

.carousel-indicators {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-bottom: 1rem;
    margin-left: 15%;
    margin-right: 15%;
    padding: 0;
    /* position: absolute;*/
    right: 0;
    z-index: 2;
    margin-top: 25px;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

.lineas-trabajo button.fb-green.hvr-rectangle-out {
    /*-webkit-box-shadow: 0px 15px 10px -5px #161414;
    box-shadow: 0px 15px 10px -5px #161414;*/
    /* filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.5));*/
}

.lineas-trabajo button.fb-green.hvr-rectangle-out:hover {
    -webkit-box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
    transition: all 0.3s linear;
    border: 3px solid var(--fb-green-color);
}

.section3 .cap {
    height: 46%;
    top: 54%;
}

h3.subtitulo-menu-carrusel-home {
    font-family: 'Inter';
    color: var(--fb-white-color);
    font-size: 20px;
    line-height: 37px;
    font-weight: 700;
}

section.lineas-trabajo ul li {
    margin-bottom: 15px;
}

section.lineas-trabajo ul li a {
    color: var(--fb-white-color);
    text-decoration: none;
    font-style: initial;
}

h3.subtitulo-menu-carrusel-home a {
    font-family: 'Inter';
    color: var(--fb-white-color);
    font-size: 20px;
    line-height: 37px;
    font-weight: 700;
    text-decoration: none;
}

section.lineas-trabajo ul {
    padding-inline-start: 30px;
}

.section3-m ul li a {
    color: var(--fb-white-color);
    text-decoration: none;
}

@media (max-width: 1830px) {
    .section3 .lt-t {
        width: 30%;
    }
}

@media (max-width: 1800px) {
    .level0, .level1 {
        height: 570px;
        width: 380px;
        left: calc(((((100vw - 1530px) / 2) + (1560px / 3.41))) + 212px);
    }

    .level-1, .level-2 {
        height: 465px;
        width: 295px;
        margin-top: 90px;
    }

    .level-1 {
        left: calc(((((100vw - 1530px) / 2) + (1560px / 3.41))) + 261px + 406px - 45px);
    }

    .level-2 {
        left: calc(((((100vw - 1530px) / 2) + (1560px / 3.41))) + 261px + 406px + 36px + 313px - 70px);
    }

    .section3 .lt-an {
        height: 420px;
        padding-top: 0;
    }

    .section3 .espacio {
        height: 600px;
    }

    .section3 .lt-an .controles .carousel-control-prev-icon {
        margin-left: 230px;
    }

    .section3 .container {
        height: auto;
    }

    .section3 .lt-t {
        padding-top: 130px;
    }

    .section3 .opactity, .section3 .blur, .wrapper-lt, .section3 {
        height: 1077px;
    }

    .section3 .lt-t .titulo_slider {
        font-size: 65px;
    }

    .section3 li {
        font-weight: 500;
    }

    .section3 .ficha .cap .link {
        font-size: 14px;
    }

    .section3 .ficha .cap .caption {
        line-height: 18px;
    }

    .section3 .ficha .cap .title {
        font-size: 28px;
    }
}

@media (max-width: 1700px) {
    .section3 .lt-t .titulo_slider {
        font-size: 60px;
    }

    .section3 li {
        font-size: 14px;
    }

    .level0, .level1 {
        height: 550px;
        width: 360px;
    }

    .level-1, .level-2 {
        height: 442px;
        width: 277px;
        margin-top: 94px;
    }

    .level-1 {
        left: calc(((((100vw - 1530px) / 2) + (1560px / 3.41))) + 261px + 406px - 64px);
    }

    .level-2 {
        left: calc(((((100vw - 1530px) / 2) + (1560px / 3.41))) + 261px + 406px + 36px + 313px - 106px);
    }

    .section3 .espacio {
        height: 576px;
    }

    .section3 .lt-an .controles .carousel-control-prev-icon {
        margin-left: 202px;
    }

    .section3 li {
        padding-right: 110px;
        font-weight: 400;
    }

    .section3 .ficha .cap .title {
        font-size: 28px;
        line-height: 96%;
    }
}

@media (max-width: 1600px) {
    .section3 .lt-t .titulo_slider {
        font-size: 58px;
    }

    .section3 .opactity {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) calc((((100vw - 1530px) / 2) + (1560px / 3.50))), rgba(0, 0, 0, 0) 0%);
    }

    .section3 .blur {
        width: calc((((100vw - 1530px) / 2) + (1560px / 3.50)));
    }

    .level0, .level1 {
        height: 515px;
        width: 340px;
    }

    .level-1, .level-2 {
        height: 415px;
        width: 260px;
    }

    .level-2 {
        left: calc(((((100vw - 1530px) / 2) + (1560px / 3.41))) + 261px + 406px + 36px + 313px - 144px);
    }

    .level-1 {
        left: calc(((((100vw - 1530px) / 2) + (1560px / 3.41))) + 261px + 406px - 84px);
    }


    .section3 .ficha .cap .title {
        font-size: 24px;
        line-height: 96%;
    }

    .section3 .espacio {
        height: 540px;
    }

    .section3 .lt-an .controles .carousel-control-prev-icon {
        margin-left: 188px;
    }

    .section3 .opactity, .section3 .blur, .wrapper-lt, .section3 {
        height: 1077px;
    }

    .section3 .lt-t {
        padding-top: 130px;
    }
}

@media (max-width: 1500px) {
    .section3 .container {
        padding-right: 30px;
    }
}

@media (max-width: 1540px) {
    .section3 {
        height: 1077px;
    }

    .section3 .opactity {
        height: 1077px;
    }

    .section3 .blur {
        height: 1077px;
    }

    .wrapper-lt {
        height: 1077px;
    }
}

/*@media (max-width: 1450px){
    .section3 .lt-t .titulo_slider {
        font-size: 55px;
    }

    .section3 .lt-t {
        width: 26%;
    }

    .section3 .ficha .cap .title {
        font-size: 26px;
    }

    .section3 .ficha .cap .caption {
        font-size: 13px;
    }

    .section3{height: 970px;}
    .section3 .opactity{ height:970px}
    .section3 .blur{height: 970px;}
    .wrapper-lt{ height: 970px;}

    section.lineas-trabajo .opactity .container {
        max-width: 1380px;
    }
}*/

@media (max-width: 1440px) {
    .section3 .lt-t .titulo_slider {
        font-size: 55px;
        line-height: 60px;
    }

    button.fb-green.hvr-rectangle-out {
        font-size: 16px;
        width: 258px;
        height: 52px;
    }

    .level0, .level1 {
        height: 465px;
        width: 305px;
    }

    .level-1, .level-2 {
        height: 374px;
        width: 234px;
    }

    .level-1 {
        left: calc(((((100vw - 1530px) / 2) + (1560px / 3.41))) + 261px + 406px - 124px);
    }

    .level-2 {
        left: calc(((((100vw - 1530px) / 2) + (1560px / 3.41))) + 261px + 406px + 36px + 313px - 218px);
    }

    .section3 .espacio {
        height: 497px;
    }

    .section3 .lt-an .controles .carousel-control-prev-icon {
        margin-left: 158px;
    }

    .section3 .blur {
        width: calc((((100vw - 1530px) / 2) + (1560px / 3.20)));
    }

    .section3 .opactity {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) calc((((100vw - 1530px) / 2) + (1560px / 3.20))), rgba(0, 0, 0, 0) 0%);
    }

    .section3 .lt-an .controles .carousel-control-prev-icon, .section3 .lt-an .controles .carousel-control-next-icon {
        width: 66px;
        height: 66px;
    }

    .section3 .opactity, .section3 .blur, .wrapper-lt, .section3 {
        height: 1077px;
    }

    .section3 .opactity, .wrapper-lt {
        min-height: auto !important;
    }

    .section3 .lt-t {
        padding-top: 130px;
    }

    .section3 .lt-an {
        padding-top: 28px;
    }

    .section3 .cap {
        padding: 10%;
        /*opacity: 0;*/
        transition: opacity 2s;
        padding: 15px 30px 30px 30px;
        background: rgba(255, 255, 255, 0.65);
        backdrop-filter: blur(2px);
    }

    .section3 .ficha .cap .title {
        font-size: 22px;
        line-height: 104%;
    }

    .section3 .ficha .cap .caption {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 19px;
        letter-spacing: -0.022em;
        color: #000000;
        margin-top: 10px;
    }

    .section3 .ficha .cap .link {
        display: inline;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 22px;
        text-decoration-line: underline;
        color: #000000;
        position: absolute;
        bottom: 0;
        margin-bottom: 15px;
    }

    .section3 .container {
        padding-left: 30px;
    }
}

/*@media (max-width: 1290px){
    .section3 .lt-t .titulo_slider {
        font-size: 50px;
    }

    .section3 li {
        font-size: 15px;
    }

    .section3 .fb-green {
        width: 230px;
        height: 52px;
        font-size: 15px;
    }

    .section3 .lt-t {
        width: 23%;
    }
}*/

@media (max-width: 1280px) {
    /*.tablet .opactity .col-6 {
        width: 50%;
    }

    .tablet .opactity .row {
        display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    }

    .section3-t .fb-green {
        margin-top: 0;
    }

    .section3-t .lt-an .controles {
        display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    button#prevt {
        margin-left: 0;
    }

    .section3-t .link.ir {
        position: absolute;
        bottom: 50px;
    }
*/
    .section3 .opactity, .section3 .blur, .wrapper-lt, .section3 {
        height: 100%;
    }
}

@media screen and (min-width: 760px) and (max-width: 1279px) {
    .movile {
        display: none !important;
    }

    .tablet {
        display: block !important;
    }

    .display {
        display: none !important;
    }
}

@media (max-width: 760px) {
    .movile {
        display: block !important;
    }

    .tablet {
        display: none !important;
    }

    .display {
        display: none !important;
    }

    .section3-m .ficham .cap .title {
        font-size: 22px !important;
        line-height: 25px !important;
    }

    .section3-m .link.ir {
        position: absolute;
        bottom: 27px;
    }

}

/* carrusel lineas responsivo */

.section3-t {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.section3-t ul {
    margin-top: 27px;
}

.section3-t li {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #FFFFFF
}

.section3-side {
    height: 100vh;
}

.section3-t .opactity {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.section3-t .opactity .container {
    min-height: 40vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-top: 46px !important;
    padding-bottom: 46px !important;
}

.wrapper-lt {
    min-height: 100%;
    z-index: -2;
    width: 100%;
    background-size: cover;
    position: absolute;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
    background-position: center;
}

.section3-t .fondo1 {
    background-image: url('../img/inicio/ecosistemas-marinos.jpg');
}

.section3-t .fondo2 {
    background-image: url('../img/inicio/ecosistemas-terrestres.jpg');
}

.section3-t .fondo3 {
    background-image: url('../img/inicio/ecosistemas-urbanos.jpg');
}

.section3-t .fondo4 {
    background-image: url('../img/inicio/generacion-cocimiento.jpg');
}

.section3-t .fondo5 {
    background-image: url('../img/inicio/perdida-biodiversidad.jpg');
}

.section3-t .fondo6 {
    background-image: url('../img/inicio/sector-privado.jpg');
}

.section3-t .lt-t {
    width: 100%;
}

.section3-t .animation .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 78px !important;
    padding-bottom: 78px !important;
}

.section3-t .lt-an {
    width: 100%;
}

.section3-t .lt-t .separador {
    border-bottom: 2px solid #fff;
    width: 38px;
}

.section3-t .lt-t .titulo_slider {
    margin-top: 14px;
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 110%;
    color: #FFFFFF;
}

.section3-t .fb-green {
    margin-top: 60px;
    border-style: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.022em;
    color: #FFFFFF;
    width: 231px;
    height: 52px;
    background: var(--fb-green-color);
    border-radius: 17px;
}

.section3-t .cap {
    padding: 8%;
    opacity: 0;
    transition: opacity 2s;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(2px);
}

.section3-t .fichat .cap .title {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 115%;
    letter-spacing: -0.022em;
    color: var(--fb-grey-color);
}

.section3-t .fichat .cap .caption {
    margin-top: 11px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.022em;
    color: #00000;
    height: 95px;
    overflow: hidden;
}

.section3-t .fichat .cap .link {
    display: inline;
    margin-top: 27px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #00000;
}

.section3-t .fichat .cap .arrow {
    margin-left: 10px;
    width: 58px;
}

.slick-slide .cap {
    display: none;
}

.slick-current .cap {
    -webkit-transition: all 1s linear;
    -moz-transition: all 10s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    display: block;
}

.cap {
    position: relative;
    top: 50%;
    background-color: #fff8;
    height: 50%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.fichat {
    position: absolute;
    -webkit-box-shadow: 5px 5px 15px 5px #000000;
    box-shadow: 0px 0px 15px 2px #0004;
    transition: height 1s, width 1s, left 1s, margin-top 1s, line-height 1s, background-color 1s;
}

.section3-t .controles .espacio {
    height: 650px;
    margin-bottom: 100px;
}

.section3-t .lt-an .controles { /*width: 406px; left: calc(31.45% + 194px);*/
    margin-top: 100px;
}

.section3-t .lt-an .controles .carousel-control-prev-icon {
    margin-left: 200px;
    width: 66px;
    height: 66px;
    bottom: 76px;
    border-style: none;
    left: 296px;
    background-color: rgba(255, 255, 255, 0.4);
}

.section3-t .lt-an .controles .carousel-control-next-icon {
    margin-left: 109px;
    width: 66px;
    height: 66px;
    bottom: 76px;
    border-style: none;
    right: 296px;
    background-color: rgba(255, 255, 255, 0.4);
}

.level0t, .level1t {
    /*margin-top: 50px;*/

    /*height: 648px;width: 406px;*/
    height: 621px;
    width: 422px;


    background-color: #4EC9E1;
    left: calc(50% - 211px);
    transition: height 1s, width 1s, left 1s, margin-top 1s, line-height 1s, background-color 1s;

}

.level-1t {
    height: 498px;
    width: 312px;
    background-color: #6796E5;
    left: calc(31.45% + 172px + 271px + 24px);
    margin-top: 123px;
    transition: height 1s, width 1s, left 1s, margin-top 1s, line-height 1s, background-color 1s;
}

.level-2t {
    opacity: 1;
    height: 498px;
    width: 312px;

    background-color: #228291;
    left: calc(31.45% + 172px + 271px + 24px + 315px + 22px);
    margin-top: 123px;
    transition: height 1s, width 1s, left 1s, margin-top 1s, line-height 1s, background-color 1s, opacity 2s;
}

.level-3t {
    opacity: 0;
    height: 498px;
    width: 312px;
    background-color: #228291;
    left: calc(31.45% + 172px + 271px + 24px + 208px + 22px + 208px + 22px);
    margin-top: 123px;
    transition: height 1s, width 1s, left 1s, margin-top 1s, line-height 1s, background-color 1s, opacity 3s;
}


.cap {

}

.level0t .cap {
    opacity: 1;
    transition: opacity 2s;
}

/* Movil  */

.section3-m {
    position: relative; /*min-height:  100vh; height: 1150px*/
    min-height: initial;
    height: initial;
    padding-bottom: 50px;
}

.section3-m ul {
    margin-top: 15px;
}

.section3-m li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.section3-side {
    height: 100vh;
}

.section3-m .center {
    text-align: center;
}

.section3-m .opactity {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.section3-m .opactity .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    min-height: 40vh;
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}

.section3-m .animation .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    min-height: 60vh;
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}

.wrapper-lm {
    height: 100%;
    z-index: -2;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    position: absolute;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
    background-position: center;
}

.section3-m .fondo1 {
    background-image: url('/wp-content/uploads/2022/06/img-fondo-ecosistemas-terrestre-scaled.jpg');
}

.section3-m .fondo2 {
    background-image: url('/wp-content/uploads/2022/06/img-fondo-ecosistemas-marinos-scaled.jpg');
}

.section3-m .fondo3 {
    background-image: url('/wp-content/uploads/2022/06/img-fondo-perdida-biodiversidad-scaled.jpg');
}

.section3-m .fondo4 {
    background-image: url('/wp-content/uploads/2022/06/img-fondo-ecosistemas-urbanos-scaled.jpg');
}

.section3-m .fondo5 {
    background-image: url('/wp-content/uploads/2022/06/img-fondo-sector-privado-scaled.jpg');
}

.section3-m .fondo6 {
    background-image: url('/wp-content/uploads/2022/06/img-fondo-gestion-conocimiento-scaled.jpg');
}

.section3-m .animation {
    padding: 65px 0 0;
}

.section3-m .lt-t {
    width: 100%;
}

.section3-m .lt-an {
    width: 100%;
}

.section3-m .lt-t .separador {
    margin-top: 15px;
    border-bottom: 3px solid #fff;
    position: relative;
    left: calc(50% - 22px);
    width: 44px;
}

.section3-m .lt-t .titulo_slider {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF
}

.section3-m .fb-green {
    margin-top: 25px;
    border-style: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.022em;
    color: #FFFFFF;
    width: 231px;
    height: 52px;
    background: var(--fb-green-color);
    border-radius: 17px;
}

.section3-m .cap {
    padding: 8%;
    opacity: 0;
    transition: opacity 2s;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(2px);
}

.section3-m .ficham .cap .title {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 115%;
    letter-spacing: -0.022em;
    color: var(--fb-grey-color);
}

.section3-m .ficham .cap .caption {
    margin-top: 11px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.022em;
    color: #00000;
    height: 115px;
    overflow: hidden;
}

.section3-m .ficham .cap .link {
    display: inline;
    margin-top: 27px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #00000;
}

.section3-m .ficham .cap .arrow {
    margin-left: 10px;
    width: 58px;
}

.slick-slide .cap {
    display: none;
}

.slick-current .cap {
    -webkit-transition: all 1s linear;
    -moz-transition: all 10s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    display: block;
}

.cap {
    position: relative;
    top: 50%;
    background-color: #fff8;
    height: 50%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.ficham {
    position: absolute;
    -webkit-box-shadow: 5px 5px 15px 5px #000000;
    box-shadow: 0px 0px 15px 2px #0004;
    transition: height 1s, width 1s, left 1s, margin-top 1s, line-height 1s, background-color 1s;
}

.section3-m .espacio {
    height: 504px;
    margin-bottom: 70px;
    margin-top: 25px;
}

.section3-m .lt-an .controles {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

button#prevm {
    margin-left: initial;
}

.section3-m .lt-an .controles .carousel-control-prev-icon {
    margin-top: 21px;
    margin-left: 55px;
    width: 57px;
    height: 57px;
    bottom: 45px;
    border-style: none;
    left: 88px;
    background-color: rgba(255, 255, 255, 0.4);
    background-size: contain;
}

.section3-m .lt-an .controles .carousel-control-next-icon {
    margin-top: 21px;
    margin-left: 95px;
    width: 57px;
    height: 57px;
    bottom: 45px;
    border-style: none;
    right: 88px;
    background-color: rgba(255, 255, 255, 0.4);
    background-size: contain;
}

.level0m, .level1m {
    /*margin-top: 50px;*/

    /*height: 648px;width: 406px;*/
    height: 504px;
    width: 300px;


    background-color: #4EC9E1;
    left: calc(50% - 150px);
    transition: height 1s, width 1s, left 1s, margin-top 1s, line-height 1s, background-color 1s;

}

.level-1m {
    opacity: 0;
    height: 498px;
    width: 312px;
    background-color: #6796E5;
    left: calc(50% - 150px);

    transition: height 1s, width 1s, left 1s, margin-top 1s, line-height 1s, background-color 1s;
}

.level-2m {
    opacity: 0;
    height: 498px;
    width: 312px;

    background-color: #228291;
    left: calc(50% - 150px);

    transition: height 1s, width 1s, left 1s, margin-top 1s, line-height 1s, background-color 1s, opacity 2s;
}

.level-3m {
    opacity: 0;
    height: 498px;
    width: 312px;
    background-color: #228291;
    left: calc(50% - 150px);

    transition: height 1s, width 1s, left 1s, margin-top 1s, line-height 1s, background-color 1s, opacity 3s;
}


.cap {

}

.level0m .cap {
    opacity: 1;
    transition: opacity 2s;
}

@media (max-width: 1280px) {
    .section3-t .lt-t .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 20px;
    }

    .section3-t .lt-t .titulo_slider {
        margin-bottom: 0;
        padding-right: 40px;
    }
}

@media (max-width: 950px) {
    .section3-t .lt-t {
        padding: 0 60px;
    }
}

@media (max-width: 950px) {
    .section3-m .lt-t .titulo_slider {
        margin-bottom: 0;
    }
}

@media (max-width: 290px) {
    .level0m, .level1m, .level-1m, .level-2m, .level-3m {
        width: 90%;
        margin: 0 25px;
    }

    .container.trabajo button.fb-green.hvr-rectangle-out {
        font-size: 14px;
        width: 231px;
        height: 52px;
    }
}

/* Bloque 3 - Financiación y socios
--------------------------------------------- */

section.financiacion-socios {
    padding-bottom: 170px;
}

section.financiacion-socios .container {
    padding: 0 150px;
}

.titulo-home-financiacion h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 120px 0 70px;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    justify-content: center;
    gap: 50px;
}

.swiper.mySwiper3{
    position: initial !important;
}

.swiper-button-next3, .swiper-rtl .swiper-button-prev3 {
    right: 10px;
    left: auto;
}

.swiper-button-next3, .swiper-button-prev3 {
    position: absolute;
    top: 30%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.swiper-button-next3:hover, .swiper-button-prev3:hover{
    background-color: rgba(0, 0, 0, 0.6)!important;
    transition: all 0.3s linear;
    backdrop-filter: blur(15px);
}

.swiper-button-prev3, .swiper-button-next3 {
    background-repeat: no-repeat;
    width: 66px !important;
    height: 66px !important;
}

.swiper-button-next3 {
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(15px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    background-image: url(/wp-content/themes/fb/img/flecha-boton-izq.svg);
    background-size: 50% 50%;
    background-position: 42% 50%;
    right: 5%;
}

.swiper-button-prev3 {
    left: 5%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(15px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    background-image: url(/wp-content/themes/fb/img/flecha-boton-dch.svg);
    background-size: 50% 50%;
    background-position: center;
}


.mySwiper3 .swiper-slide {
    min-height: 400px;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: scale(0.6);
    transition: transform 0.5s;
    transition-delay: 0.1s;
}

.swiper-slide.swiper-slide-next {
    transform: scale(1.0);
}

.mySwiper3 .swiper-slide .socio {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
    text-align: center;
    display: none;
}

.mySwiper3 .swiper-slide .intro-socio {
    font-size: 14px;
    font-style: italic;
    text-align: center;
    font-weight: 300;
    display: none;
}
.mySwiper3 .swiper-slide.swiper-slide-next .intro-socio/*, .mySwiper3 .swiper-slide.swiper-slide-next .socio*/{
    display: block;
    margin-top: 10px;
}


.boton-socios-mas{
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    justify-content: center;
    margin-top: 40px;
}

.boton-verde.hvr-rectangle-out:hover > a, .boton-verde.hvr-rectangle-out:focus > a, .boton-verde.hvr-rectangle-out:active > a {
    color: var(--fb-green-color) !important;
}

.boton-socios-mas .boton-verde{
    border-radius: 17px;
    padding: 18px 65px;
}

.boton-socios-mas .boton-verde a{
    font-size: 18px;
}

.linea-oculta{
    display: none;
}


.titulo-home-financiacion h2 img {
    display: block;
}

@media (max-width: 1800px){
    .titulo-home-financiacion h2 {
        font-size: 57px;
        margin: 120px 0 50px;
    }

    .boton-socios-mas .boton-verde{
        padding: 17px 63px;
    }

    .boton-socios-mas .boton-verde a {
        font-size: 17px;
    }

}

@media (max-width: 1700px){
    .titulo-home-financiacion h2 {
        font-size: 54px;
        margin: 120px 0 30px;
    }

    .boton-socios-mas .boton-verde{
        padding: 16px 60px;
    }

    .boton-socios-mas .boton-verde a{
        font-size: 19px;
    }

}

@media (max-width: 1600px){
    .titulo-home-financiacion h2 {
        font-size: 51px;
    }

    .boton-socios-mas .boton-verde{
        padding: 16px 58px;
    }

    .boton-socios-mas .boton-verde a{
        font-size: 18px;
    }
}

@media (max-width: 1500px){
   .titulo-home-financiacion h2 {
        font-size: 48px;
    }

    .boton-socios-mas .boton-verde{
        padding: 16px 55px;
    }

    .boton-socios-mas .boton-verde a{
        font-size: 18px;
    }
}


@media (max-width: 1480px){
    .titulo-home-financiacion h2 {
        font-size: 45px;
        line-height: 60px;
        margin: 70px 0 15px;
    }

    .mySwiper3 .swiper-slide .intro-socio {
        line-height: 20px;
    }

    .mySwiper3 .swiper-slide .socio {
        margin: 15px 0;
    }

    /*.boton-socios-mas .boton-verde{
        padding: 10px 42px;
    }*/

    .boton-socios-mas .boton-verde a {
        font-size: 16px;
    }

    .swiper-button-prev3, .swiper-button-next3 {
        width: 50px !important;
        height: 50px !important;
        background-size: 50% 50%;
    }
}

@media (max-width: 1280px){
    .titulo-home-financiacion h2 {
        font-size: 40px;
        line-height: 53px;
        margin: 100px 0 50px;
    }

    .swiper-button-prev3, .swiper-button-next3 {
        width: 45px !important;
        height: 45px !important;
    }

    section.financiacion-socios {
        padding-bottom: 120px;
    }

    .boton-socios-mas .boton-verde{
        padding: 16px 50px;
    }
}

@media (max-width: 950px){
    .titulo-home-financiacion h2 {
        font-size: 45px;
        line-height: 60px;
    }

    section.financiacion-socios .container {
        padding: 0 50px;
    }

    .mySwiper3 .swiper-slide .intro-socio {
        padding: 0 100px;
    }

    .mySwiper3 .swiper-slide.swiper-slide-active .intro-socio{
        display: block;
    }
}

@media (max-width: 834px){
    section.financiacion-socios .container {
        padding: 0;
    }

    .titulo-home-financiacion h2 {
        gap: 20px;
    }
}

@media (max-width: 690px){
    .home-redes {
        padding: 0 !important;
    }
}

@media (max-width: 640px){
    .linea-oculta{
        display: block;
        margin: auto;
        margin-bottom: 35px;
    }

    .col1-home-redes .linea-oculta{
        display: none;
    }

    .titulo-home-financiacion h2 img {
        display: none;
    }

    .titulo-home-financiacion h2 {
        font-size: 35px;
        line-height: 40px;
        margin: 70px 0 15px;
        padding: 0 150px;
        text-align: center;
    }

    .swiper-button-prev3, .swiper-button-next3 {
        width: 41px !important;
        height: 41px !important;
    }

    section.financiacion-socios {
        padding-bottom: 50px;
    }

    .boton-socios-mas .boton-verde{
        padding: 10px 42px;
    }

    .mySwiper3 .swiper-slide.swiper-slide-active img {
        margin-bottom: 20px;
    }

    .img-logos-finaciacion-home {
        padding: 0 80px;
    }

    .swiper-button-next3, .swiper-button-prev3 {
        top: 35%;
    }
}

@media (max-width: 360px){
    .img-logos-finaciacion-home {
        padding: 0 70px;
    }
}


@media (max-width: 290px){
    .titulo-home-financiacion h2 {
        font-size: 30px;
        line-height: 32px;
        padding: 0;
    }

    .mySwiper3 .swiper-slide .intro-socio {
        padding: 0 60px;
        font-size: 13px;
    }

    .img-logos-finaciacion-home {
        padding: 0 50px;
    }

    .swiper-button-prev3, .swiper-button-next3 {
        width: 31px !important;
        height: 31px !important;
    }
}

/* Bloque 4 - Redes3sociales
--------------------------------------------- */

section.redes-sociales{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 15%;
    position: relative;
    color: var(--fb-white-color);
}

.home-redes{
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    gap: 250px;
}

.col1-home-redes{
    width: 50%;
}

.col2-home-redes{
    width: 43%;
}

.col2-home-redes {
    margin-top: 40px;
}

.col1-home-redes p, .col1-home-redes .boton-verde {
    margin-left: 100px;
}

.col1-home-redes h2 {
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    font-size: 75px;
    font-weight: 700;
}

.col1-home-redes h2:lang(en){
    line-height: 1;
}

.col1-home-redes h2 img{
    margin-right: 40px;
}

.col1-home-redes p {
    font-size: 21px;
    line-height: 33px;
    font-weight: 500;
}

.col2-home-redes p {
    font-size: 14px;
    font-weight: 400;
}

.col1-home-redes .boton-verde.hvr-rectangle-out {
    /*border: none !important;*/
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.5));*/
    padding: 16px 50px;
}

.col1-home-redes .boton-verde.hvr-rectangle-out:hover{
    border: 3px solid var(--fb-green-color) !important;
}

.col2-home-redes .boton-verde.hvr-rectangle-out.movil {
    display: none;
}

.contador-redes {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    margin-top: 110px;
}

.contador-redes .container{
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    color:  var(--fb-white-color);
}

.red-social {
    width: 20%;
    text-align: center;
}

.red-social img{
    height: 38px;
}

.red-social p {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 700;
    margin-bottom: 0;
}

.contador {
    font-weight: 700;
    font-size: 45px;
    line-height: 68px;
    color: transparent;
    stroke: solid;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    margin-top: 10px;
}

.contador-redes p {
    margin: 5px 0px 0px 0px;
}

.tablet ul li a {
    color: #fff;
    text-decoration: none;
    /* font-weight: 600; */
}

@media (max-width: 1800px){
   .col1-home-redes h2 {
        font-size: 70px;
    }

    .col1-home-redes p {
        font-size: 20px;
        line-height: 31px;
    }

    .col1-home-redes .boton-verde.hvr-rectangle-out {
        padding: 17px 63px;
    }

    .col1-home-redes .boton-verde.hvr-rectangle-out a{
        font-size: 17px;
    }

    .red-social img {
        height: 36px;
    }

    .contador {
        font-size: 43px;
    }

    section.redes-sociales {
        background-position: 38%;
    }
}

@media (max-width: 1700px){
    .col1-home-redes h2 {
        font-size: 64px;
    }
    .col1-home-redes p {
        font-size: 18px;
        line-height: 30px;
    }

    .col1-home-redes .boton-verde.hvr-rectangle-out {
       padding: 16px 60px;
    }

     .red-social img {
        height: 34px;
    }
    .contador {
        font-size: 41px;
    }
}

@media (max-width: 1600px){
    .col1-home-redes h2 {
        font-size: 59px;
    }
    .col1-home-redes p {
        font-size: 17px;
        line-height: 29px;
    }

    .col1-home-redes .boton-verde.hvr-rectangle-out {
        padding: 16px 58px
    }


     .red-social img {
        height: 32px;
    }

    .contador {
        font-size: 39px;
    }
}

@media (max-width: 1500px){
   .col1-home-redes h2 {
        font-size: 59px;
    }

    .col1-home-redes .boton-verde.hvr-rectangle-out {
        padding: 16px 55px;
    }


     .red-social img {
        height: 30px;
    }

    .contador {
        font-size: 37px;
    }

    .col1-home-redes {
        width: 60%;
    }

    .col1-home-redes p {
        font-size: 15px;
        line-height: 27px;
        font-weight: 600;
    }
}

@media (max-width: 1480px){
   .col1-home-redes h2 {
        font-size: 55px;
    }

    .contador {
        font-size: 35px;
        line-height: 53px;
        margin-top: 15px;
    }

    .red-social img {
        height: 28px;
    }

    .red-social p {
        font-size: 16px;
        line-height: 19px;
    }

    .contador-redes {
        padding: 25px 0;
        margin-top: 70px;
    }

    /*.col1-home-redes .boton-verde.hvr-rectangle-out {
        padding: 10px 42px;
    }*/

    .col1-home-redes .boton-verde.hvr-rectangle-out a{
        font-size: 16px;
    }
}

@media (max-width: 1280px){
    .col1-home-redes h2 {
        font-size: 48px;
    }

    .col1-home-redes h2 img {
        margin-right: 20px;
    }

    .col1-home-redes p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 2em;
    }

    .col1-home-redes p, .col1-home-redes .boton-verde {
        margin-left: 80px;
    }

    .red-social img {
        height: 23px;
    }

    .contador {
        font-size: 30px;
        line-height: 45px;
        margin-top: 15px;
    }

    .contador-redes {
        padding: 30px 0;
    }

    .contador-redes .container {
        padding: 20px;
    }

    section.redes-sociales {
        background-position: 48%;
    }

    .col1-home-redes .boton-verde.hvr-rectangle-out{
        padding: 16px 50px;
    }

}

@media (max-width: 1040px){
    .home-redes {
        display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
        gap: 170px;
    }

    .col1-home-redes h2 {
        font-size: 46px;
    }
}

@media (max-width: 950px){
   /* section.redes-sociales{
        background-image: url(/wp-content/uploads/2022/06/redes-tablet-img-1.jpg) !important;
    }*/

    .col1-home-redes p, .col1-home-redes .boton-verde {
        margin-left: 0px;
    }

    .col1-home-redes {
        width: 100%;
    }

    .col2-home-redes {
        width: 100%;
        margin-top: 0;
    }

    .home-redes {
        display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
        gap: 0;
        flex-wrap: wrap;
        padding: 0 60px;
    }

    .col1-home-redes h2 {
        font-size: 55px;
        line-height: 73px;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .col1-home-redes h2 img {
        margin-left: 30px;
    }

    .col1-home-redes p {
        width: 70%;
    }

    .col1-home-redes .boton-verde.hvr-rectangle-out {
        display: none;
    }

    .col2-home-redes .boton-verde.hvr-rectangle-out.movil {
        display: inline-block;
        margin-top: 30px;
        border-radius: 17px;
        padding: 10px 42px;
    }

     .col2-home-redes .boton-verde.hvr-rectangle-out.movil a{
        font-size: 16px;
     }

    .col2-home-redes p {
        columns: 2;
        column-gap: 100px;
    }

    /*section.redes-sociales {
        background-position: bottom;
        background-size: contain;
    }*/

    .contador-redes .container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .red-social {
        width: 33%;
        margin-bottom: 40px;
    }

    .contador-redes {
        padding: 30px 0 0;
        backdrop-filter: blur(5px);
        margin-top: 250px;
    }

}


@media (max-width: 570px){

    section.redes-sociales{
        background-image: url(/wp-content/uploads/2022/10/fondo-rrss-home-movil.jpg) !important;
        /*background-size: contain;*/
    }

    section.redes-sociales p {
        margin-bottom: 1.6em;
    }

    .col1-home-redes h2 {
        font-size: 35px;
        line-height: 46px;
        margin-bottom: 15px;
    }

    .col1-home-redes h2 img{
        display: none;
    }

    .col1-home-redes .linea-oculta{
        display: block;
        margin-left: 0;
    }

    .col1-home-redes p {
        width: 100%;
    }

    .col2-home-redes p {
        font-size: 16px;
        line-height: 22px;
        columns: auto;
    }


    .boton-verde {
        padding: 16px 53px;
    }

    .red-social {
        width: 50%;
    }

    .red-social img {
        height: 34px;
    }

    .contador {
        font-size: 37px;
        line-height: 55px;
        margin-top: 12px;
    }

    .contador-redes {
        margin-top: 330px;
        backdrop-filter: blur(5px);
    }
}

@media (max-width: 360px){
    .contador-redes {
        margin-top: 280px;

    }
}

@media (max-width: 290px){
    .col1-home-redes h2 {
        font-size: 31px;
        line-height: 38px;
    }

    .red-social {
        margin-bottom: 30px;
    }

    .red-social img {
        height: 30px;
    }

    .contador {
        font-size: 30px;
        line-height: 44px;
    }

    .contador-redes {
        margin-top: 80px;
    }

    .contador-redes .container {
        padding: 10px 20px;
    }
}



/* Bloque 5 - Divulgación y sensibilización
--------------------------------------------- */

section.divulgacion {
    background-position: top right !important;
    background-size: contain !important;
    margin-bottom: 170px;
}

section.divulgacion, .intro-div{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.intro-div {
    z-index: 2;
    position: relative;
}

.video-divulgacion-home{
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    position: relative;
}

.video-divulgacion-home img {
    border-radius: 50px;
   /* -webkit-box-shadow: 0px 15px 10px -5px #444;
    box-shadow: 0px 15px 10px -5px #444;*/
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.75));
}

.circle {
  stroke: var(--fb-white-color);
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
  -webkit-transition: all 0.5s ease-in-out;
  opacity: 0.3;
}

.playBut {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  position: absolute;
    z-index: 99;
     top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.playBut .triangle {
  -webkit-transition: all 0.7s ease-in-out;
  stroke-dasharray: 240;
  stroke-dashoffset: 480;
  stroke: var(--fb-white-color);
  transform: translateY(0);
}
.playBut:hover .triangle {
  stroke-dashoffset: 0;
  opacity: 1;
  stroke: var(--fb-white-color);
  animation: nudge 0.7s ease-in-out;
}
@keyframes nudge {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  70% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0);
  }
}
.playBut:hover .circle {
  stroke-dashoffset: 0;
  opacity: 1;
}

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

.div-col1 {
    width: 66%;
    /*padding-top: 87px;*/
    padding-top: 9%;
}

.div-col2 {
    /*width: 40%;
    padding-top: 125px;
    margin-left: -75px;*/
    width: 50%;
    /*padding-top: 40px;*/
    padding-top: 32%;
    margin-left: -75px;
}

.div-col2 img {
    /*margin-left: -120px;*/
    z-index: 1;
}

img.buitre-home{
   margin-bottom: -78px; 
   margin-left: -100px;
}

.intro-divulgacion p {
    margin-bottom: 0;
}

.div-col1 h2 {
    font-size: 75px;
    font-weight: 700;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    line-height: 100px;
    margin-bottom: 60px;
}

.div-col1 h2 img{
    margin-right: 40px;
    align-self: self-start;
    margin-top: 54px;
}

.intro-divulgacion {
    color: var(--fb-white-color);
    padding: 120px 90px 90px;
    width: 64%;
}

.intro-divulgacion .boton-blanco {
    margin-top: 90px;
    box-shadow: none;
    border: none;
    /*-webkit-box-shadow: 0px 15px 10px -5px #161414;
    box-shadow: 0px 15px 10px -5px #161414;*/
    border: 3px solid var(--fb-green-color);
    border-radius: 17px;
    padding: 18px 65px;
}

.titulo-intro-div{
    font-size: 30px;
    font-weight: 600;
}

.titulo-col2 {
    font-family: 'PT Serif';
    font-size: 45px;
    font-weight: 400;
    line-height: 60px;
    margin-left: 133px;
}

.div-col2 .ir{
    margin-left: 133px;
    margin-bottom: 30px;
}

.div-col2 .ir a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: var(--fb-grey-color);
}

.div-col2 .ir a .link-verde{
    color: var(--fb-green-color);
}

/* [Object] Modal
 * =============================== */
.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0,0,0, .9);
  transition: opacity .25s ease;
}

.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;
}

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

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

.modal__close:after,
.modal__close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #ccc;
  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);
}

@media screen and (max-width: 768px) {
    
  .modal__inner {
    width: 90%;
    height: 90%;
    box-sizing: border-box;
  }
}

.embedded-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.buitre-home.b-oculto{
    display: none;
}

@media (max-width: 1800px){
    img.buitre-home {
        margin-bottom: -60px;
    }

    .intro-divulgacion .boton-blanco{
        padding: 17px 63px;
    }

    .intro-divulgacion {
        padding: 120px 90px 70px;
    }
}

@media (max-width: 1700px){
    .div-col1 h2 {
        font-size: 70px;
        line-height: 84px;
        margin-bottom: 40px;
    }

    .home-divulgacion {
        position: relative;
    }

    .div-col1 {
        width: 61%;
    }

    section.divulgacion, .intro-div {
        background-size: cover;
        background-position: center;
    }

   /* .intro-divulgacion {
        padding: 120px 388px 65px 90px;
        width: 100%;
    }*/

    .div-col2 {
        width: 46%;
        /*padding-top: 80px;*/
        padding-top: 33%;
        position: absolute;
        right: 0;
    }

    .boton-blanco a {
        font-size: 16px !important;
    }

    .intro-divulgacion .boton-blanco {
        padding: 16px 60px;
        margin: 50px 0 0px;
    }

    .intro-divulgacion {
        padding: 120px 388px 65px 90px;
        width: 100%;
    }

    .div-col1 {
        padding-top: 160px;
    }

}

@media (max-width: 1600px){
    .div-col1 h2 {
        font-size: 65px;
        line-height: 83px;
    }

    .intro-divulgacion p {
        font-size: 14px;
    }

    .intro-divulgacion {
        padding: 90px 370px 60px 90px;
    }

    .div-col1 {
        padding-top: 96px;
    }

    .div-col2 {
        /*padding-top: 25px;*/
        padding-top: 29%;
    }

    .titulo-col2 {
        font-size: 43px;
        margin-left: 113px;
    }

    .div-col2 .ir {
        margin-left: 113px;
    }

    .div-col2 .ir a {
        font-size: 18px;
    }

    .intro-divulgacion .boton-blanco {
        padding: 16px 58px;
    }
}

@media (max-width: 1500px){
    .div-col1 h2 {
        font-size: 60px;
        line-height: 80px;
    }

    .intro-divulgacion {
        padding: 90px 292px 60px 90px;
    }

    .div-col1 {
        width: 60%;
        padding-top: 64px;
    }

    .div-col2 {
        width: 44%;
    }

    section.divulgacion {
        margin-bottom: 125px;
    }

    .intro-divulgacion .boton-blanco {
        padding: 16px 55px;
    }
}

@media (max-width: 1440px){
   /* section.divulgacion {
        margin-bottom: 150px;
    }

    .div-col1 {
        width: 56%;
        padding-top: 50px;
    }

    .div-col2 {
        width: 46%;
        padding-top: 5px;
        margin-left: -50px;
    }*/

    .div-col1 h2 {
        font-size: 55px;
        line-height: 73px;
    }

    /*.titulo-intro-div {
        font-size: 22px;
    }

    .intro-divulgacion {
        padding: 40px 70px;
        width: 80%;
    }

    .intro-divulgacion p {
        line-height: 19px;
    }

    .titulo-col2 {
        font-size: 35px;
        line-height: 46px;
        margin-left: 100px;
    }

    .div-col2 .ir {
        margin-left: 100px;
    }

    .div-col2 .ir a {
        font-size: 16px;
        line-height: 24px;
    }

    .intro-divulgacion .boton-blanco {
        padding: 14px 30px;
    }*/

    .div-col1 {
        width: 62%;
    }

    .div-col2 {
        width: 40%;
        right: 15px;
        padding-top: 25%;
    }

    .titulo-col2, .div-col2 .ir {
        margin-left: 85px;
    }
}

@media (max-width: 1280px){
   /* section.divulgacion {
        margin-bottom: 120px;
    }

    .div-col1 {
        width: 60%;
        padding-top: 50px;
    }*/

    .div-col1 {
        padding-top: 15%;
    }

    .div-col1 h2 {
        font-size: 50px;
        line-height: 66px;
    }

    /*.div-col1 h2 img {
        margin-right: 27px;
    }

    .intro-divulgacion .boton-blanco {
        padding: 14px 24px;
    }

    .intro-divulgacion {
        padding: 40px 55px;
        width: 100%;
    }

    img.buitre-home {
        margin-bottom: -25px;
        margin-left: -85px;
        margin-top: -50px;
    }

    .titulo-col2, .div-col2 .ir {
        margin-left: 80px;
    }

    .div-col2 {
        width: 46%;
        padding-top: 60px;
        margin-left: -35px;
    }*/
    .intro-divulgacion .boton-blanco {
        padding: 16px 50px;
    }

}

@media (max-width: 1230px){
    .div-col1 {
        width: 64%;
    }
}

@media (max-width: 1200px){
    .div-col1 {
        width: 64%;
    }

    .div-col2 {
        width: 40%;
        right: 15px;
    }

}

@media (max-width: 1150px){
    .intro-divulgacion {
        padding: 44px 292px 60px 90px;
    }

    .div-col1 {
        padding-top: 38px;
    }

}

@media (max-width: 1100px){
    .intro-divulgacion {
        padding: 44px 200px 60px 90px;
    }
}

@media (max-width: 1100px){
    .intro-divulgacion {
        padding: 44px 160px 60px 90px;
    }
}


@media (max-width: 1000px){

    section.divulgacion {
        margin-bottom: 100px;
    }

    .home-divulgacion {
        flex-wrap: wrap;
    }

    img.buitre-home{
        display: none;
    }

    .div-col1, .div-col2 {
        width: 100%;
    }

    .buitre-home.b-oculto{
        display: block;
        margin: auto;
        width: 60%;
        margin-right: 0;
    }

    .div-col1 h2 {
        font-size: 55px;
        line-height: 73px;
    }

    .intro-divulgacion {
        padding: 80px;
    }

    .titulo-intro-div {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .boton-blanco a {
        font-size: 18px;
    }

    .intro-divulgacion .boton-blanco {
        padding: 16px 50px;
    }

    .div-col2 .ir a{
        font-size: 16px;
        line-height: 24px;
    }

    .div-col2 {
        margin: auto;
        position: relative;
        right: 0;
    }

    .home-divulgacion {
        padding: 0 60px;
    }

}

@media (max-width: 950px){
    section.divulgacion{
        background-image: url(/wp-content/uploads/2022/11/cerceta-img-tablet.webp) !important;
    }

    .home-divulgacion {
        padding: 240px 60px 50px;
    }
}

@media (max-width: 834px){
    .titulo-col2, .div-col2 .ir {
        margin-left: 0;
    }
}

@media (max-width: 640px){

    section.divulgacion {
        margin-bottom: 80px;
    }

    .buitre-home.b-oculto {
        width: 90%;
    }

    .div-col1 h2 img {
        display: none;
    }

    .home-divulgacion {
        padding: 0;
        padding-top: 340px;
    }

    .home-divulgacion .div-col1 .linea-oculta{
        display: block;
        margin: 0;
    }

    .div-col1 h2 {
        font-size: 35px;
        line-height: 46px;
        margin-top: 15px;
    }

    .intro-divulgacion {
        padding: 40px 25px;
    }

    .intro-divulgacion .titulo-intro-div p {
        font-size: 20px;
        line-height: 30px;
    }

    .intro-divulgacion p {
        line-height: 22px;
        font-size: 16px;
    }

    .intro-divulgacion .boton-blanco {
        padding: 16px 50px;
    }

    .intro-divulgacion .boton-blanco a {
        font-size: 16px;
    }

    section.divulgacion{
        background-image: url(/wp-content/uploads/2022/11/cerceta-img-movil.webp) !important;
    }

}

@media (max-width: 450px){
    .intro-divulgacion .boton-blanco {
        padding: 16px 30px !important;
    }

    .intro-divulgacion {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-divulgacion {
        padding: 0;
        padding-top: 220px;
    }
}

@media (max-width: 360px){
    .intro-divulgacion .boton-blanco a {
        font-size: 15px !important;
    }

    .intro-divulgacion .boton-blanco {
        padding: 15px 36px;
    }

    .home-divulgacion {
        padding-top: 180px;
    }
}

@media (max-width: 290px){

    section.divulgacion {
        margin-bottom: 40px;
    }

    .buitre-home.b-oculto {
        width: 100%;
    }

    .div-col1 h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .intro-divulgacion .titulo-intro-div p {
        font-size: 18px;
        line-height: 25px;
    }

    .intro-divulgacion p {
        line-height: 18px;
        font-size: 14px;
    }

    .intro-divulgacion .boton-blanco {
        padding: 12px 18px;
    }

    .intro-divulgacion {
        padding: 40px 14px;
    }

    .intro-divulgacion .boton-blanco a {
        font-size: 13px !important;
    }

    .titulo-col2 {
        font-size: 34px;
    }

    .div-col2 .ir {
        margin-bottom: 40px;
    }

    .div-col2 .ir a{
        font-size: 15px;
    }

    .comunicacion-pie-home .container {
        padding: 15px !important;
    }

    .footer.container {
        padding: 15px;
    }

    .footer-sedes .ir a {
        font-size: 14px !important;
    }

    .footer-sede1, .footer-sede2 {
        padding: 40px 30px !important;
    }

    .home-divulgacion {
        padding-top: 140px;
    }
}

.podcast-home{
    display: flex;
    flex-wrap: wrap;
}

.col-podcast.col1-podcast{
    display: flex;
    flex-wrap: wrap;
}

.col1-podcast, .col2-podcast{
    width: 50%;
}

.logo-podcast{
    width: 30%;
}

.intro-podcast{
    width: 70%;
    padding: 0px 40px 0 30px;
}

.intro-podcast p {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.col-podcast.col2-podcast {
    /* width: 100%; */
    background-color: var(--fb-backgroudn-color1);
    border-radius: 17px;
    padding: 25px 33px;
}

.logo-podcast img {
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
    border-radius: 17px;
}

.negrita-pd{
    font-weight: bold;
}

.datos-podcast p:nth-child(3) .negrita-pd {
    font-size: 25px;
    font-family: 'PT Serif';
}

.podcast-home {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid var(--fb-green-color);
}

h3.titulo-podcast {
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 30px;
}

.podcast-home .ir a {
    font-size: 20px;
    line-height: 30px;
    color: var(--fb-green-color);
    text-decoration: none;
    font-weight: 600;
}

 @media (max-width:1000px){
    .col1-podcast, .col2-podcast {
        width: 100%;
    }

    .podcast-home .ir {
        margin: 40px 0;
    }
 }

 @media (max-width:640px){
    .datos-podcast p:nth-child(3) .negrita-pd {
        width: 100%;
        display: flex;
    }
 }

@media (max-width:550px){
    .intro-podcast {
        width: 100%;
        padding: 0;
    }

    .logo-podcast {
        width: 100%;
    }

    .logo-podcast {
        width: 100%;
        margin-bottom: 40px;
    }
}


/* Reproductor podcast
 * =============================== */
/*player*/
        .plyr--audio .plyr__controls {
            padding: 0px;
        }

        input[type=range]::-webkit-slider-runnable-track {
            border-radius: 0px !important;
            background-color: var(--fb-white-color) !important;
        }

        .plyr--audio .plyr__control.plyr__tab-focus,
        .plyr--audio .plyr__control:hover,
        .plyr--audio .plyr__control[aria-expanded=true] {
            background-color: transparent;
            background: transparent;
        }

        .plyr--audio .plyr__controls {
            background: transparent !important;
        }

        .plyr__volume {
            width: 22.5%;
            max-width: unset;
        }

        .plyr__progress {
            margin-right: 35px;
        }

        .plyr__controls .plyr__controls__item:first-child {
            margin-left: 0;
            margin-right: auto;
            background-color: var(--fb-white-color) !important;
            border-radius: 100px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
            margin-right: 20px;
        }

        /*play*/
        .plyr__controls .plyr__controls__item:first-child .icon--not-pressed {
            color: var(--fb-green-color) !important;
            width: 30px;
            height: 30px;
            margin: 22px calc(22px - 3px) 22px calc(22px + 3px);
        }

        /*pausa*/
        .plyr__controls .plyr__controls__item:first-child .icon--pressed {
            color: var(--fb-green-color) !important;
            width: 30px;
            height: 30px;
            margin: 22px;
            /*menos 8 px del radio*/
        }

        .plyr--full-ui input[type=range] {
            color: var(--fb-green-color) !important;
        }

        .plyr__volume .plyr__control .icon--pressed,
        .plyr__volume .plyr__control .icon--not-pressed {
            color: var(--fb-grey-color) !important;
        }

        .plyr__volume svg {
            width: 29px;
            height: 23px;
        }

        .plyr__volume input[type="range"] {
            color: var(--fb-green-color) !important;
        }

        button.plyr__controls__item.plyr__control {
            margin-right: 30px !important;
        }

        .plyr__time--current {
            position: absolute;
            top: 60px;
            left: 0;
            left: calc(20px + 13.5%);
            margin-left: 18px !important;
        }

        .plyr__time--duration {
            position: absolute;
            top: 60px;
            right: 0;
            right: calc(20px + 23%);
        }

        .plyr__time+.plyr__time:before {
            display: none;
        }

        .plyr__control:hover {
            background: none !important;
        }

        @media (max-width:1700px) {

            .plyr__controls .plyr__controls__item.plyr__time {
                top: 58px;
            }

            .plyr__controls .plyr__controls__item:first-child .icon--not-pressed {
                width: 27px;
                height: 27px;
                margin: 19px calc(19px - 3px) 19px calc(19px + 3px);
            }

            .plyr__controls .plyr__controls__item:first-child .icon--pressed {
                width: 27px;
                height: 27px;
                margin: 19px;
            }

        }

        @media (max-width:1440px) {
            
            .plyr__controls .plyr__controls__item:first-child .icon--not-pressed {
                width: 22px;
                height: 22px;
                margin: 14px calc(14px - 3px) 14px calc(14px + 3px);
            }

            .plyr__controls .plyr__controls__item:first-child .icon--pressed {
                width: 22px;
                height: 22px;
                margin: 14px;
            }

            .plyr__volume svg {
                width: 26px;
                height: 20px;
            }

            .plyr__controls .plyr__controls__item.plyr__time {
                top: 50px;
            }

            h3.titulo-podcast {
                margin-top: 0;
            }
        }

        @media (max-width:980px) {

            /*player*/
            .plyr__controls .plyr__controls__item:first-child .icon--not-pressed {
                width: 25px;
                height: 25px;
                margin: 17px calc(17px - 3px) 17px calc(17px + 3px);
            }

            .plyr__controls .plyr__controls__item:first-child .icon--pressed {
                width: 25px;
                height: 25px;
                margin: 17px;
            }

            .plyr__controls .plyr__controls__item.plyr__time {
                top: 50px;
            }

        }

        @media (max-width:834px) {

            .plyr__time+.plyr__time {
                display: block !important;
            }

        }

        @media (max-width:700px) {
            .plyr__controls .plyr__controls__item:first-child .icon--not-pressed {
                width: 20px;
                height: 20px;
                margin: 18px calc(18px - 3px) 18px calc(18px + 3px);
            }

            .plyr__controls .plyr__controls__item:first-child .icon--pressed {
                width: 20px;
                height: 20px;
                margin: 18px;
            }
        }

        @media (max-width:625px) {
            .plyr__time--current {
                left: calc(30px + 13.5%);
            }

        }

        @media (max-width:550px) {

            .player_con {
                height: 145px;
            }

            .plyr__controls {
                display: block;
            }

            .plyr__volume {
                display: none;
            }

            .plyr__progress {
                margin-right: 14px;
            }

            .plyr__controls .plyr__controls__item:first-child {
                margin-right: 0px;
                margin-bottom: 0px;
            }

            button.plyr__controls__item.plyr__control {
                margin-right: 10px !important;
            }

            .plyr__controls .plyr__controls__item:first-child .icon--not-pressed {
                width: 25px;
                height: 25px;
                margin: 18px calc(18px - 3px) 18px calc(18px + 3px);
            }

            .plyr__controls .plyr__controls__item:first-child .icon--pressed {
                width: 25px;
                height: 25px;
                margin: 18px;
            }

            .plyr__controls .plyr__controls__item.plyr__time {
                padding: 0;
                top: 125px;
            }

            .plyr__controls .plyr__controls__item {
                margin-left: 0px;
            }

            .plyr__controls .plyr__controls__item.plyr__progress__container {
                padding-left: 0;
            }

            .plyr__time--current {
                left: 0;
            }

            .plyr__time--duration {
                right: 0;
            }

        }

        @media (max-width:389px) {

            .plyr {
                min-width: 100%;
            }

            .plyr__progress {
                margin-right: 0x;
            }

            .podcast-home .ir a {
                font-size: 18px;
                line-height: 20px;
            }
        }

        @media (max-width:370px){
            .podcast-home .ir a {
                font-size: 16px;
                line-height: 18px;
            }
        }

         @media (max-width:290px){
            button.plyr__controls__item.plyr__control {
                margin-right: 0px !important;
            }
         }


        /**** Fin Player ************/



/* Bloque 6 - Comunicación
--------------------------------------------- */

section.comunicacion-pie-home{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    color: var(--fb-white-color);
}
.cabecera-comunicacion-home{
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 110px;
}

.cabecera-comunicacion-home h2{
    font-size: 75px;
    font-weight: 700;
    line-height: 100px;
    margin: 0px;
}

.title-primera-act-home a, .title-primera-act-home a:hover, .title-primera-act-home a:visited, .title-act-home a, .title-act-home a:hover, .title-act-home a:visited{
   color: var(--fb-white-color);
   text-decoration: none; 
}

.title-primera-act-home a:hover, .title-act-home a:hover{
    text-decoration: underline;
}

.intro-comunicacione-home {
    width: 40%;
    margin-bottom: 50px;
    margin-top: 20px;
}

.noticas-actualidad-home {
    padding: 50px 15px 50px 50px;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(3px);
    border-radius: 30px;
    gap: 100px;
}

.post-act-home {
    margin: 0 10px 45px 0px;
    gap: 33px;
    min-height: 200px;
}

.noticas-actualidad-home, .post-act-home{
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.intro-act-home {
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 0px 15px 0px;
}

.primera-noticia-home, .resto-noticas-home, .imagen-act-home, .intro-act-home{
    width: 50%;
}

.imagen-act-home {
    display: flex;
    align-items: center;
}

.ir.mas-primera-act-home {
    margin-bottom: 75px;
}

.ir.mas-primera-act-home a, .ir.mas-primera-home a {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: var(--fb-white-color);
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    align-items: center;
}

.img-primera-act-home img{
    min-height: 340px;
}

.imagen-act-home img, .img-primera-act-home img{
    object-fit: cover;
    height: 250px;
    object-position: center;
}

.primera-noticia-home .img-primera-act-home img, .imagen-act-home img {
    width: 100%;
}

.primera-noticia-home .img-primera-act-home img{
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.75));
}

.primera-noticia-home .img-primera-act-home img:hover{
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 1.75));
}


.imagen-act-home img {
    filter: drop-shadow(15px 4px 12px rgba(0, 0, 0, 0.75));
}

.imagen-act-home img:hover {
    filter: drop-shadow(15px 4px 12px rgba(0, 0, 0, 1.75));
}

.fecha-primera-act-home {
    margin: 34px 0 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.title-primera-act-home {
    font-size: 25px;
    font-weight: 600;
    line-height: 38px;
}

.primera-noticia-home p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

p.title-act-home {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin: 15px 5px 15px 0px;
}

.fecha-act-home {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

.interna-resto {
    height: 720px;
    overflow: auto;
    padding: 0px 0px 0px 15px;
}

.interna-resto::-webkit-scrollbar {
    width: 10px;
}
/* Track */
.interna-resto::-webkit-scrollbar-track {
    background-color: var(--fb-white-color);;
    border-radius: 10px;
}
/* Handle */
.interna-resto::-webkit-scrollbar-thumb {
    background: var(--fb-green-color);;
    border-radius: 10px;
    border:2px solid var(--fb-white-color);
}
/* Handle on hover */
.interna-resto::-webkit-scrollbar-thumb:hover {
    background: var(--fb-green-color);;
}

.cabecera-comunicacion-home .boton-gris.hvr-rectangle-out.oculta{
    display: none;
}

.cabecera-comunicacion-home .linea-separador {
    text-align: center;
}

.cabecera-comunicacion-home .linea-separador img {
    width: 75%;
}

.boton-gris.hvr-rectangle-out.oculta {
    display: none;
}

.comunicacion-pie-home .boton-gris.hvr-rectangle-out {
    /*-webkit-box-shadow: 0px 15px 10px -5px #161414;
    box-shadow: 0px 15px 10px -5px #161414;*/
    border-radius: 17px;
    text-decoration: none;
}

.comunicacion-pie-home .boton-gris.hvr-rectangle-out:lang(en){
    padding: 18px 58px;
}

@media (max-width: 1700px){
    .noticas-actualidad-home {
        padding: 50px 15px 50px 50px;
        background: rgba(0, 0, 0, 0.45);
        backdrop-filter: blur(3px);
        border-radius: 30px;
        gap: 70px;
    }

    .fecha-primera-act-home {
        margin: 25px 0 8px;
        font-size: 17px;
        font-weight: 400;
        line-height: 28px;
    }

    .interna-resto {
        height: 660px;
        overflow: auto;
    }

    .post-act-home {
        margin: 0 10px 35px 0px;
        gap: 32px;
        min-height: 190px;
    }

    p.title-act-home {
        font-size: 17px;
        font-weight: 600;
        line-height: 26px;
        margin: 15px 5px 15px 0px;
    }

    .cabecera-comunicacion-home .linea-separador {
        text-align: center;
        width: 30%;
    }

    .comunicacion-pie-home .boton-gris.hvr-rectangle-out{
        /*padding: 16px 40px;*/
        font-size: 16px;
    }
}

@media (max-width: 1600px){
    .title-primera-act-home {
        font-size: 22px;
        font-weight: 600;
        line-height: 35px;
    }

    .fecha-primera-act-home {
        margin: 25px 0 8px;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .ir.mas-primera-act-home {
        margin-bottom: 47px;
    }

    .interna-resto {
        height: 620px;
        overflow: auto;
        padding: 0px 0px 0px 15px;
    }

    .post-act-home {
        margin: 0 10px 40px 0px;
        gap: 20px;
        min-height: 170px;
    }

    p.title-act-home {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        margin: 10px 5px 10px 0px;
    }

}

@media (max-width: 1500px){
    .boton-gris {
        padding: 18px 50px;
    }
}

@media (max-width: 1440px){
    .cabecera-comunicacion-home h2 {
        font-size: 55px;
        line-height: 65px;
    }

    .cabecera-comunicacion-home .boton-gris {
        padding: 14px 30px;
        font-size: 16px;
    }

    .cabecera-comunicacion-home .linea-separador {
        width: 30%;
    }

    .fecha-act-home {
        font-size: 14px;
        line-height: 20px;
    }

    p.title-act-home {
        font-size: 15px;
        line-height: 23px;
    }

    .ir.mas-primera-home a {
        font-size: 16px;
        line-height: 22px;
    }

    .noticas-actualidad-home {
        gap: 75px;
    }

    .post-act-home {
        min-height: 200px;
    }

    .img-primera-act-home img {
        min-height: 325px;
    }

    .ir.mas-primera-act-home {
        margin-bottom: 90px;
    }

    .fecha-primera-act-home {
        margin: 26px 0 5px;
        font-size: 16px;
        line-height: 22px;
    }

    .title-primera-act-home {
        font-size: 20px;
        line-height: 30px;
    }

    .ir.mas-primera-act-home a {
        font-size: 16px;
        line-height: 22px;
    }

    .primera-noticia-home .boton-gris.hvr-rectangle-out {
        font-size: 16px;
        padding: 14px 45px;
    }

    .interna-resto {
        height: 700px;
        overflow: auto;
    }
}

@media (max-width: 1280px){
    .cabecera-comunicacion-home h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .img-primera-act-home img {
        min-height: 288px;
    }

    .fecha-primera-act-home {
        margin: 23px 0 0px;
        font-size: 15px;
        line-height: 21px;
    }

    .title-primera-act-home {
        font-size: 18px;
        line-height: 27px;
    }

    .ir.mas-primera-act-home a {
        font-size: 15px;
        line-height: 21px;
    }

    .ir.mas-primera-act-home {
        margin-bottom: 60px;
    }

    .noticas-actualidad-home {
        gap: 65px;
    }

    .post-act-home {
        min-height: 176px;
        gap: 23px;
        margin: 0 10px 28px 0px;
    }

    p.title-act-home {
        font-size: 14px;
        line-height: 21px;
    }

    .ir.mas-primera-home a {
        font-size: 15px;
        line-height: 21px;
    }

    .interna-resto {
        height: 600px;
    }

    .primera-noticia-home p {
        margin: 10px 0;
    }
}

@media (max-width: 940px){

    .comunicacion-pie-home .container {
        padding: 30px 90px;
    }

    .cabecera-comunicacion-home .boton-gris.hvr-rectangle-out.oculta{
        display: block;
    }

    .cabecera-comunicacion-home .boton-gris, .cabecera-comunicacion-home .linea-separador{
        display: none;
    }

    .cabecera-comunicacion-home h2 {
        font-size: 55px;
        line-height: 65px;
        margin: 50px 0 10px;
    }

    .intro-comunicacione-home .boton-gris.hvr-rectangle-out.oculta {
        font-size: 16px;
        padding: 14px 31px;
    }

    .intro-comunicacione-home {
        width: 80%;
    }

    .noticas-actualidad-home {
        flex-wrap: wrap;
        padding: 50px 90px;
        height: 830px;
        overflow: auto;
        background: none;
        backdrop-filter: initial;
        border-radius: 0;
    }


    .primera-noticia-home, .resto-noticas-home {
        width: 100%;
    }


    .interna-resto {
        height: auto;
        overflow: initial;
    }

    .post-act-home {
        flex-wrap: wrap;
    }

    .intro-act-home, .imagen-act-home {
        width: 100%;
    }

    .imagen-act-home img {
        filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.75));
    }

    .noticas-actualidad-home::-webkit-scrollbar {
        width: 10px;
    }
    /* Track */
    .noticas-actualidad-home::-webkit-scrollbar-track {
        background-color: var(--fb-white-color);;
        border-radius: 10px;
    }
    /* Handle */
    .noticas-actualidad-home::-webkit-scrollbar-thumb {
        background: var(--fb-green-color);;
        border-radius: 10px;
        border:2px solid var(--fb-white-color);
    }
    /* Handle on hover */
    .noticas-actualidad-home::-webkit-scrollbar-thumb:hover {
        background: var(--fb-green-color);;
    }

    .contenedor-noticias {
        background: rgba(0, 0, 0, 0.45);
        backdrop-filter: blur(15px);
        border-radius: 30px;
        padding: 10px;
    }

    .imagen-act-home img, .img-primera-act-home img {
        min-height: 288px;
    }

    .boton-gris.hvr-rectangle-out.oculta {
        display: inline-block;
    }

}


@media (max-width: 620px){

    .imagen-act-home img, .img-primera-act-home img {
        min-height: 172px;
    }

    .primera-noticia-home p {
        font-size: 16px;
        line-height: 22px;
    }

    .primera-noticia-home .boton-gris.hvr-rectangle-out {
        font-size: 16px;
        padding: 16px 50px;
    }

    .cabecera-comunicacion-home h2 {
        font-size: 35px;
        line-height: 41px;
        margin: 55px 0 20px;
    }

    .intro-comunicacione-home {
        width: 100%;
        margin-bottom: 60px;
    }

    .intro-comunicacione-home .boton-gris.hvr-rectangle-out.oculta {
        padding: 16px 31px;
    }

    .noticas-actualidad-home {
        padding: 38px 20px;
    }

    .imagen-act-home img, .img-primera-act-home img {
        filter: drop-shadow(15px 4px 12px rgba(0, 0, 0, 0.75));
    }

}
@media (max-width: 450px){
    .interna-resto::-webkit-scrollbar {
        width: 5px !important;
    }

    .intro-comunicacione-home p {
        margin-bottom: 2.5em;
    }

    .footer-rss {
        gap: 14px;
    }

    .footer-titulo h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .nom-sede h3 {
        text-align: center;
    }

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

    .nom-sede {
        margin-bottom: 45px;
    }

    .tel-sede p {
        margin-bottom: 45px !important;
    }

    .footer-sedes .ir {
        position: relative;
        bottom: 0;
    }

    .footer-sedes {
        margin: 40px 0 80px;
    }

    .footer-rss img {
        width: 30px;
    }

    .mySwiper3 .swiper-slide .intro-socio {
        padding: 0 30px;
    }

}

@media (max-width: 375px){
    .footer-sedes .ir a {
        font-size: 16px;
    }
}


@media (max-width: 290px){

    .cabecera-comunicacion-home{
        padding-top: 20px;
    }

    .cabecera-comunicacion-home h2 {
        font-size: 30px;
        line-height: 35px;
        margin: 40px 0 10px;
    }

    .intro-comunicacione-home .boton-gris.hvr-rectangle-out.oculta {
        font-size: 14px;
    }

    .imagen-act-home img, .img-primera-act-home img {
        min-height: 120px;
    }

    .noticas-actualidad-home {
        padding: 20px 10px;
    }

    .title-primera-act-home {
        font-size: 16px;
        line-height: 25px;
    }

    .primera-noticia-home p {
        font-size: 15px;
        line-height: 21px;
        font-weight: 400;
    }

    .primera-noticia-home .boton-gris.hvr-rectangle-out {
        font-size: 11px;
        padding: 10px 36px;
    }

    .centro-slider{
        top: -90px;
    }

}

/*.datos-podcast p:nth-child(2), .datos-podcast p:nth-child(3) {
    display: none;
}*/