
a{
    cursor: pointer;
}

/* Variables */
.hidden{
    display:none;
}
:root{
    --color-aportacion: black;
    --color-fad: #00A3FF;
    --color-fad-light: #70CBFF;
    --color-fad-ultralight: #cbecff;
    --color-turquoise:#00FFCA;
    --color-yellow: #F6E600;
    --color-grey-dark:#3C3C3C;
    --shadow-dark: 1px 0px 1px #1C6EA4;
    --shadow-light: 1px 0px 1px #ddd;
    --reset-padding-p: 30px;

}


/* Fin Variables */

/* Espacios */

.top-margin-35 {margin-top: 35px;}
.bottom-margin-35 {margin-bottom: 35px;}
.bottom-margin-60 {margin-bottom: 60px;}

/* FIN Espacios */

/* Box´s */

.alert {
    padding: 15px;
    margin-bottom: 20px;
    /* border: 1px solid transparent; */
    border-radius: 4px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border: 2px solid #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border: 2px solid #faebcc;
}



/* FIN Box´s */

/*Configuración fuentes */
body, p, h1, h2, h3, h4, h5, h6, strong, span, b, em {
    font-family: markpro !important;
}

.h2-padding{
    padding: 15px 0 20px;
}

.hwsecond{
/*  margin-top: 35px !important; */
    padding-top: 60px;
}

/*Fin configuración fuentes */

/* Noticias en la home*/
.noticias-fad-home {
    display: inline-flex;
    background-color: #3c3c3c;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
}
.noticias-fad-home p{
    color: #ffffff;
    padding: 10px;
    font-family: markprobold;
    font-weight: bold;
    font-size: 1.8em;
    letter-spacing: 0.1em;
}
.noticias-fad-home-plus {
    display: block;
    background-color: #2699FB;
    padding: 10px;
}
.noticias-fad-home-plus i {
    color: #ffffff;
}

.blog-recent-home .post-all {
    display: flex;
    flex-flow: row wrap;
}

.blog-recent-home .post-all > * {
    padding: 10px;
    flex: 1 100%;

}
.noticias-fad-home-separador{
    width: 5px;
    height: 52px;
    background-color: #ffffff;
}

.block-blog-home-links {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 100%;
    right: -100px;
    -webkit-animation: slide-left 0.5s linear both;
            animation: slide-left 0.5s linear both;

}
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
.block-blog-home:hover .block-blog-home-links {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: end;
    grid-row-gap: 10px;
}
.block-blog-home:hover .block-blog-home-links a:hover {
    color: #fff;
    font-size: 1.05em;
}
.block-blog-home:hover .block-blog-home-links a {
    background-color: rgba(0,0,0,.7);
    padding: 10px;
}


@media all and (min-width: 600px) {
  .blog-recent-home .post-all .post-img, .blog-recent-home .post-all .post-text { flex: 1 0 0; }
}

@media all and (min-width: 800px) {
  .blog-recent-home .post-all .post-img { order: 1; }
  .blog-recent-home .post-all .post-text { order: 2; }
}

@media all and (min-width: 600px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .blog-recent-home .post-all {
       display: inline-block;
    }
    .blog-recent-home .post-all > * {
        display: inline-block;
        width: 49%;

    }


}

.menu-responsive-container {    padding: 20px 0 30px;}

.home-planetajoven a{
    width: 100%;
    height: 100%;
}

.blog-recent-home .meta-category{
    padding-bottom: 0px;
}
.blog-recent-home .meta-category a{
    color: #2699FB;
}
.blog-recent-home .title a{
    color: #3C3C3C;
}
.blog-recent-home .excerpt{
    color: #737373;
}

/* Fin noticias en la home*/

/* Colores */

.gris-oscuro {color:#3C3C3C !important;}
.hs {background-color:#F6E600;}

.hs:hover {background-color:#F6E600 !important;}

 .hazte-socio-block:hover .dedo i{
    font-size: 18px;
    font-size:111px;
  position: relative;
  -webkit-animation-name: dedo; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  -webkit-animation-direction: alternate-reverse; /* Safari 4.0 - 8.0 */
  animation-name: dedo;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes dedo {
from {top: 20px; }
  to {top: 0px; }
}

/* Standard syntax */
@keyframes dedo {
from {top: 20px; }
  to {top: 0px; }
}



/* Sección Banners Home */

.home-banner{
    min-height: 380px;
    padding: 50px;
    position: relative;
}

.home-banner.short-height{
    min-height: 337px;
    padding-bottom: 10px;
}
.home-banner.dedo.short-height{
    padding-bottom: 11px;
}

.home-banner-ver{
    background-color: #737373;
    min-height: 760px;
    padding: 50px;
    text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-banner-txt-cam:hover .home-banner-btn{
    opacity: 1;
}

.home-banner-txt-cam img {
    position: relative;
    z-index: 100;
}

.home-banner-txt.tipo1 {
    position: relative;
    z-index: 100;
}

.home-banner-txt-cam, .home-banner .cam{
    min-height: 717px;
    padding: 50px;
    text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home-banner.cam{padding: 0px;}



.home-banner-ver .home-banner-txt .home-banner-txt-cam {
   /*position: absolute;
    top: 50%;
    left: 45%;*/
    max-width: 50%;

}

.home-banner-txt{
    text-align: left;
    background-color: #00A3FF;
    padding: 12px !important;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    display: table;
    letter-spacing: 0.05em;
    text-shadow: 1px 1px 1px #1C6EA4;

}

.home-banner-btn{
    margin-top: 40px;
    text-align: left;
    background-color: #00A3FF;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    display: inline-flex;
}
.home-banner-btn.sensibilizacion {
    margin-top: 115px;
}

.double{
    margin-top: 0px;
}
.ajust-top-home {
    margin-top: 170px;
}

.home-banner-btn-socio{
    margin-top: 12px;
    background-color: #00A3FF;
   /* padding: 20px !important; */
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
}

.tipo1{ margin-top:120px; }

.home-banner-btn .tipo2, .home-banner-txt-cam .tipo2{
    text-align: left;
    background-color: #00A3FF;
    padding: 12px !important;
    /*margin-bottom: 10px;*/
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    display: table;
    position: relative;
    z-index: 10;
    cursor:pointer;
    letter-spacing: 0.05em;
    text-shadow: 1px 0px 1px #1C6EA4;

}

.home-banner-btn .tipo2 a{
    color: #ffffff !important;
}

.home-banner-btn .tipo2 a:hover{
    color: #00A3FF !important;
}

.home-banner:not(.dedo)::before{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0;
}

.home-banner:hover:before, .home-banner.active-hover:before {
    opacity: 0.35;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

.home-banner:hover .hs{
    background-color: #ffffff;
    opacity: 0.5;
}

.home-banner-txt-cam:hover{
/*    background-color: #000000;
    opacity: 0.8;
    */
}

.home-banner .tipo2:hover {
    background-color: #ffffff;
    color:  #00A3FF;
    transition: .5s ease;
}

.home-banner-txt-cam .tipo2:hover {
    background-color: #ffffff;
    color:  #00A3FF;
    transition: .5s ease;
}

.home-banner:hover .tipo3{
    display: block;
    transition: .5s ease;
    background-color: #00A3FF;
}

.tipo3{
    position: relative;
     z-index: 10;
    width: 60px;
    display: none;
    cursor: pointer;
}

.tipo3 i{
    position: absolute;
    top: 8px;
    left: 15px;
    font-size: 40px;
    font-weight: bold;
}
.tipo3.ajust-top-arrow{
    width: 76px;
}
.tipo3.ajust-top-arrow i{
    top: 20px;
    left: 22px;
}

.home-banner-btn .tipo3:hover{
    background-color:#ffffff;
    color:  #00A3FF;
    transition: .5s ease;
    z-index: 100;
}

.home-banner-btn-socio .tipo3:hover{
    background-color:#ffffff;
    color:  #00A3FF;
    transition: .5s ease;

}

.home-banner-txt-cam .tipo3:hover{
    background-color:#ffffff;
    color:  #00A3FF;
    transition: .5s ease;

}


.home-banner-btn-socio .tipo4 a{
    color: #ffffff;
}


.home-banner-btn-socio .tipo4{
    text-align: left;
    background-color: #3C3C3C;
    padding: 20px !important;
    /*margin-bottom: 10px;*/
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    display: table;
    position: relative;
    z-index: 10;
    cursor:pointer;
    cursor: hand;
}

.home-banner .tipo4:hover {
    background-color: #000000;
    color:  #00A3FF;
    transition: .5s ease;
}


.home-banner-txt-des{
    background-color: rgba(0, 0, 0, 0.5);
    text-align: left;
    padding: 20px !important;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    position: relative;
    z-index: 100;
}
.home-banner-txt-des.no-background {
    background-color: transparent;
    padding-left: 0 !important;
}

.home-banner-txt-til{
    display: grid;
    text-align: left;
    padding: 20px !important;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    line-height: 34px;
}

.fila-socio {
    width: 100%;
    display: flex;
    padding-top: 0px;
}

.fila-socio {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
}

.col1-socio {
    width: 60%;
}

.col2-socio {
    width: 40%;
}

.col2-socio i{
    font-size: 111px;
    padding-top: 0px;
    padding-left: 30px;
}

/* Hazte Socio - Dedo Responsive */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .far.fa-hand-point-down {display: none;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .far.fa-hand-point-down {display: none;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .far.fa-hand-point-down {display: none;}

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .far.fa-hand-point-down {display: block;}
}

/* FIN Hazte Socio - Dedo Responsive */

.btn-socio{
    margin: 0 auto;
}

.btn-socio span{
    font-size: 24px;
}

.hzt-socio {
    line-height: 46px;
}
.wpb_text_column .wpb_wrapper div.hzt-amigos {
    margin: 3em;
}

.hzt-amigos {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hzt-amigos-txt {
    background-image: url(/wp-content/uploads/2019/04/amigosfad_500.jpg);
    width: 500px;
    min-height: 324px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hzt-amigos-title p a{
    color: white;
    font-size: 36px;
}

.hzt-amigos-title p a:hover{
    color: #00A3FF;
}

/*.hzt-amigos-txt p.hzt-amigos-title:last-child {
  padding-bottom: var(--reset-padding-p); }*/

/*p.hzt-amigos-title a:last-child {
    padding: var(--reset-padding-p);
    background-color: #1a3b5d;
    color: white;
    font-size: 36px;
    /*margin-bottom: 20px
}*/

/*p.hzt-amigos-title a:last-child:hover {
    background-color: #ddd;
    color: var(--color-grey-dark);
    text-shadow: var(--shadow-dark);
}*/

/*p.hzt-amigos-title:last-child{
    color: black;
    text-align: center;
    padding: 15px;
    background-color: #1a3b5d;

}*/

.hzt-amigos-img {
    /*   background-color: yellow; */
    /*position: absolute;
    top:30px;*/
    padding-left: 30px;
}

/* Bloques de contacto y navegación Home*/

.contacto-aviso {margin-bottom: 24px !important;}

.contacto-aviso span.wpcf7-list-item-label {color: #000; }

.contenedor-home-ori{
    padding: 50px 50px 15px;
    border: 8px solid #00a3ff;
    position: relative;
}

@media (max-width: 690px){

    .contenedor-home-ori{
    padding: 50px 35px 15px;
    border: 8px solid #00a3ff;
    position: relative;
    }

    #contenedor-home-ori-web {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

}

.contenedor-home-ori a {
    color: #00a3ff;
}

.block-ori-txt {
    font-weight: 800;
    border-bottom: 4px solid #00a3ff;
    font-family: markprobold;
    padding-bottom: 12px !important;
    font-size: 18px;
    line-height: 28px;
    color:#3C3C3C;
}

#contenedor-home-ori{
    margin-top: 25px;
    position: relative;
}

#contenedor-home-ori p.block-ori-fa {
    padding-bottom: 18px;
}

#contenedor-home-ori p.block-ori-info {
    margin-bottom: 20px;
    background-color: #e6e6e6;
    text-align: center;
    padding: 5px;
}

#contenedor-home-ori p.block-ori-info a {
    color: #3C3C3C;
    font-weight: 800;
}

#contenedor-home-ori p.block-ori-info:hover {
    background-color: #d8d8d8;

}

.block-ori-fa {
    font-size: 18px;
    color: #626262;
    font-weight: 600;
}

.block-ori-txt-web {
    font-weight: 800;
    border-bottom: 4px solid #00a3ff;
    font-family: markprobold;
    padding-bottom: 25px !important;
    font-size: 22px;
    line-height: 28px;
    color:#3C3C3C;
    text-align: center;
}

.block-ori-fa i {
    font-size: 25px;
}

.block-ori-fa-web i {
    font-size: 50px;
}

.block-ori-fa i,
.block-ori-fa-web i {
    margin-right: 15px;
    color: #00a3ff;
}

#contenedor-home-ori-web{
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.block-ori-fa-web {
    font-size: 18px;
    color: #626262;
    font-weight: 600;
    padding: 50px 0;
    display: grid;
    grid-template-rows: 1fr 1fr;
}

.block-ori-fa-web i,
.block-ori-fa-web a,
.block-ori-fa-web span {
    justify-self: center;
}

.block-ori-fa-web a {
    margin-top: 26px;
}

.arrow-down.arrow-down-blue {
    display: none;
}

@media (max-width: 690px){

    .arrow-down.arrow-down-blue {
    display: block;
    }

    .block-ori-txt-web {
        font-size: 18px;
        text-align: left;
        padding-bottom: 12px !important;
    }

    #contenedor-home-ori-web {
        display: inline-block;
        padding-bottom: 20px;
    }

    .block-ori-fa-web {
        display: inline-block;
        padding:0 0 18px;
    }

    .block-ori-fa-web i {
        font-size: 25px;
    }


}

/* Widget Sustancias - Orientación e infomación */

.contenedor-home-ori-widget{
    padding: 30px;
    border: 5px solid #00a3ff;
    position: relative;
    width: 330px;
    margin: 0 auto;
}

.block-ori-txt-widget {
    font-weight: 800;
    width: 100%;
    border-bottom: 4px solid #00a3ff;
    font-family: markprobold;
    padding-bottom: 10px !important;
    font-size: 20px;
    line-height: 30px;
    color:#3C3C3C;
    text-align: center;
}

.block-ori-fa-widget {
    font-size: 18px;
    color: #3C3C3C;
    font-weight: 600;
    text-align: center;
}

.block-ori-fa-widget i {
    margin-right: 15px;
    font-size: 24px;
    color: #00a3ff;
}

.block-ori-fa-widget a {
    font-size: 20px;
    color: #3C3C3C;
    font-weight: 600;
    text-align: center;
}

.block-ori-fa-widget a:hover {
    color: #00A3FF;
}

.textwidget .block-ori-fa-widget a {
    font-size: 20px;
    letter-spacing: 2px;
}

.mas-info-siof {
    width: 36px;
}

.gambling-banner {
    width: 330px;
    margin-top: 30px;
}

#custom_html-5 {
    display: grid;
    justify-content: center;
}

#custom_html-6 {
    display: grid;
    justify-content: center;
}

.block-img.conectados {
    width: 330px;
}

.block-img .titulo-seccion.conectados.azul a{
    background-color: #00A3FF;
    padding: 16px;
}

/* FIN Widget Sustancias - Orientación e infomación */

.contenedor-home-sus{
    padding: 65px 50px;
    background-color: #00ffca;
    margin-right: 10px;
    position: relative;
}

#block-sus{
    width: 100%;
    display: flex;
}

.sus-txt {
    width: 85%;
}

.sus-txt-1 {
    width: 100%;
}

.block-sus-txt {
    font-weight: 800;
    width: fit-content;
    border-bottom: 4px solid #3C3C3C;
    font-family: markprobold;
    padding-bottom: 10px !important;
    font-size: 22px;
    line-height: 30px;
    color:#3C3C3C;
}

.block-sus-txt a {
    color:#3C3C3C;
}

.block-sus-txt a:hover {
    color:#000;
}

.sus-fa{
    width: 30%;
}

.sus-fa .fas{
    margin-left: 20px;
    font-size: 60px;
    color: #ffffff;
}


.contenedor-home-pre{
    padding: 65px 50px;
    background-color: #00a3ff;
    min-height: 174px;
    position: relative;
}

.contenedor-home-blog{
    padding: 53px 0px;
    background-color: #00a3ff;
    min-height: 174px;
    position: relative;
}

.block-pre-txt {
   font-weight: 800;
    width: 210px;
    border-bottom: 4px solid #ffffff;
    width: fit-content;
    font-family: markprobold;
    padding-bottom: 10px !important;
    font-size: 22px;
    padding-top: 34px;
    color:#ffffff;
}

.block-pre-txt.black {
    color: #3C3C3C;
    border-bottom: 4px solid #3C3C3C;
}

.pre-fa .fas{
    margin-left: 0px;
    font-size: 70px;
    color: #ffffff;
}

.pre-fa .mar{
    margin-left: 0px;
    font-size: 50px;
    color: #ffffff;
}

.pre-fa .fal{
    margin-left: 0px;
    font-size: 60px;
    color: #ffffff;
}


.contenedor-home-alc{
    padding: 65px 50px;
    background-color: #673400;
    min-height: 174px;
    position: relative;
    margin-right: 10px;
}

.block-alc-txt {
   font-weight: 800;
    width: 210px;
    border-bottom: 4px solid #ffffff;
    font-family: markprobold;
    padding-bottom: 10px !important;
    font-size: 22px;
    padding-top: 34px;
    color:#ffffff;
}

.alc-fa .fas{
    margin-left: 20px;
    font-size: 60px;
    color: #ffffff;
}

.alc-txt{
    width: 50%;
}

.alc-fa{
    width: 50%;
    margin-top: 21px;
}

.alc-fa i{
    margin-right: 15px;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
  top: 0;
  left: 40px;
}

.arrow-down-black{
    border-top: 30px solid #4A4A4A;
}

.arrow-down-blue{
    border-top: 30px solid #00A3FF;
}

.arrow-down-white{
    border-top: 30px solid #ffffff;
}

/* FIN Bloques de contacto y navegación Home*/

.toggle h3 a {
    font-family: "markpro";
    line-height: 18px;
}


body:not(.home) h1 {
    background-color: #00A3FF;
    color: #ffffff;
    padding: 15px;
    display: inline-block !important;
}

.col-news{
    padding-bottom: 35px;
}


.home-news{
    color: #ffffff;
    font-family: markprobold;
    padding-bottom: 10px !important;
    font-size: 22px;
    padding-top: 35px;

}

.home-news-hx{font-weight: 800;}

.block-news{
    padding-top: 20px;
    display: flex;
}

.campo-news{
    width: 75%;
}

.envio-news{
    width: 25%;
    padding-left: 30px;
}

.block-news input[type="email"] {
    padding:10px !important;
    color: #ffffff;
}

.block-news input[type=submit] {
    background-color: #ffffff !important;
    color: #00A3FF;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 690px){

    /* Home */
    .banner-wrap{
        display: flex; /* or inline-flex */
        flex-direction: row;
    }

    .banner-wrap .centro-reina-sofia-block { order: 1; }
    .banner-wrap .cooperacion-desarrollo-block { order: 2; }
    .banner-wrap .campus-fad-block { order: 4; }
    .banner-wrap .sensibilizacion-block { order: 5; }
    .banner-wrap .hazte-socio-block { order: 3; }


    .banner-wrap .fila-socio p{
        font-size: 20px;
        line-height: 26px;
    }

    .banner-wrap .fila-socio .hzt-socio{
        padding:  0px !important;

    }
    .banner-wrap .fila-socio .col2-socio i{
        font-size: 80px;
    }
    .banner-wrap .fila-socio .home-banner-btn-socio {
        margin-top: 15px;
        width: 100%;
    }

    .banner-wrap .fila-socio .home-banner-btn-socio .tipo4{
        font-size: 14px;
        padding: 10px !important;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .banner-wrap .home-banner-txt-des {
        display: none;
    }



    .home-banner, .home-banner-txt-cam, .home-banner.short-height {
        height: 200px;
        min-height: 160px;
        padding: 20px;
        margin-bottom: 6px;
    }

    .home-banner.margin-responsive {
        margin-top:6px;
    }

    .wpb_wrapper .home-banner.hs {
        margin-bottom: 6px;
     }

    .tipo1 {
    margin-top: 30px;
    }

    .home-banner-txt {
        font-size: 18px;
        padding: 5px !important;
    }

    .home-banner-btn .tipo2{
        font-size: 18px;
        padding: 5px !important;
    }

    .ajust-top-home {
        margin-top: 50px;
    }

    .home-banner-btn.sensibilizacion {
        margin-top: 60px;
    }

    .vc_col-sm-4.hazte-socio-block{
        width: 100%;
    }

    .vc_col-sm-8.sensibilizacion-block{
        width: 100%;
    }

    .wpb_wrapper .contenedor-home-sus{
        margin: 6px 0;
    }

    .contenedor-home-pre, .contenedor-home-alc, .block-newsletter .row-bg {
        margin-top:6px;
    }

    .block-newsletter {display: none;}

    .arrow-down-black, .arrow-down-white {
        display: none;
    }
    .home .fa-glass-martini, .home .fa-asterisk, .home .fa-newspaper {
        font-size: 50px;
    }

    #row-home-information {
        padding-bottom: 0px !important;
    }

    .block-news {
        flex-direction: column;
        align-items: center;
    }

    .block-news .envio-news {
        padding-left: 0px;
        padding-top: 20px;
    }

    .col1-socio {width: 100%;}
    .col2-socio {display:none;}

    .home-banner-txt-til {
        grid-template-columns: auto auto auto;
        grid-gap: 5px;
    }

    .hs {
        padding: 50px 50px 30px !important;
        height: 230px;
    }

    .wpb_raw_html.vc_custom_1556117473047 {
        background-position: 0 -200px !important;
    }

    .home-banner-txt-cam {
        text-align: left !important;
        display: block;
        padding-top: 50px;
    }

    .home-banner-txt-cam img{
        height: 32px !important;
    }

    .centro-reina-sofia-block, .cooperacion-block, .campus-block, .sensibili-block {
        margin-bottom: 0px !important;
    }

    .contenedor-home-alc {
    	margin-right: 0px;
    }

    .home-banner-txt-cam .tipo2 {
        font-size: 18px;
        padding: 5px !important;
    }

    .home-banner:hover .tipo3 {
        display: none;
    }

    #logo-footer {
        width: 50% !important;
    }

    #footer-widgets .row {
        flex-direction: column;

    }

    .home-news {
        padding-top: 0;
    }

    .home-news-hx {
        text-align: center;
    }

    p.home-news-hx {
        padding-bottom: 0;
    }

    .home-news-txt {
        display: none;
    }

    .campo-news {
        width: 100%;
    }

    .col-news {
        padding-bottom: 0;
    }

    .home-banner-btn .tipo2 {
        letter-spacing: 0;
    }

     /* Fin home */

     .block-img.conectados {
    margin-bottom: 6px;
    }

    .block-title {
        display: grid !important;
        margin-top: 20px;
    }

    .block-title .title-aula p {
        text-align: center;
    }

    .faqs .tabbed ul {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 10px;
    }

    .faq .tabbed[data-style*="vertical"] .wpb_tabs_nav li {
        padding: 0 !important;
    }

}

@media all and (max-width: 1000px){
    .wpb_wrapper form.yourFormCustomContainer {
        width: 100%;
    }
}

@media all and (max-width: 690px){
    .block-campus .conectados{
        height: 200px !important;
    }

    .block-img .titulo-seccion.conectados {
        background-image: url(/wp-content/uploads/2019/05/banner-conectados-2-resp.jpg);
        border: 5px solid #00A3FF;
    }


    .block-campus {
        padding: 6px 0 !important;

    }

    .block-campus .col,
    .block-campus body .vc_row-fluid .wpb_column{
        margin-bottom: 6px !important;

    }

    .block-campus.full-width-content .col.span_12 .block-img,
    .block-campus2 .col.span_12 .block-img
    {
        margin-bottom: 6px !important;
    }

    .block-campus .vc_custom_1554719978201,
    .block-campus .vc_custom_1557220152255
    {
        margin-left: 0 !important;
    }

    .block-img .titulo-seccion.conectados,
    .block-img .titulo-seccion.informate{

        width: 100%;
    }

    .block-img .titulo-subr.sensi {
    	width: 260px;
    }

    .block-img .titulo-subr.sensi .titulo-seccion {
    	font-size: 18px;
    }

    .block-img .titulo-aula.white-aula.pro-siof {
        font-size: 18px !important;
    }

	body .vc_row-fluid .wpb_column.block-img.aulavirtual {
		margin-top: 0;
		margin-bottom: 6px;
	}

    .vc_row-fluid [class*="aulavirtual"]:first-child {
        margin-top: 6px !important;
    }

    .mobile-sensibilizacion {
        margin-bottom: 0;
    }
    .row .col .wpb_wrapper .sensi-video {
        margin: 0;
    }

	.title-acumba p:first-child {
        display: none;
		text-align: center;
	}

	.title-acumba p:last-child {
		display: none;
	}

	.yourFormCustomStyle .submit-acumba {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr;
		grid-gap: 30px;
	}

    .yourFormCustomStyle .submit-acumba label:first-child {
        text-align: center;
        padding: 0 2em;
    }

	.yourFormCustomStyle .submit-acumba label:last-child {
    	justify-self: center;
	}

	.wpb_wrapper form.yourFormCustomContainer {
		padding: 1em;
	}

	.pagina-ancho-completo .container {
		max-width: 100% !important;
	}

	.block-img .titulo-subr.sensi {
		font-size: 18px;
	}

    .form-hs .body-form-hazte-socio {
        display: block;;
    }

    .aportacion .wpcf7-form-control.wpcf7-radio {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }

    .wpcf7-radio .wpcf7-list-item {
        margin: 0;
        justify-self: stretch;
        font-size: 24px;
    }

    .body-form-hazte-socio-iban {
        margin-top:20px;
    }

    .wpb_text_column .wpb_wrapper div.hzt-amigos {
        margin:0;
    }

    .hzt-amigos-title p a{font-size:18px;}

    .hzt-amigos-title p {text-align: center;}

    .hzt-amigos-img {padding:0;}

    .hzt-cta ul.hazte-socio-btns {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        margin-bottom: 0 0 30px;
    }

    .wpb_wrapper .block-inner-tabs .wpb_tabs_nav {
        grid-template-columns: 1fr;
    }

    .block-inner-tabs .wpb_tabs_nav li a {
        border-bottom: 0;
        font-size: 20px;
        font-weight: bold;
    }

    .wpb_row.formacion-campus >.span_12 >.column_container:last-child {
        margin-bottom: 20px !important;
    }

    .wpb_row.aulavirtual >.span_12 >.column_container:last-child {
        margin-bottom: 6px;
    }

}


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

    .home-banner-txt-til {}
    .col2-socio i {font-size: 75px;}
    .hazte-socio-block:hover .dedo i {font-size: 75px;}
    .home-banner {padding: 30px;}
    .home-banner {padding: 20px;}
    .hzt-socio {}
    /*.vc_col-sm-4.hazte-socio-block{ width: 40% !important; }
    .vc_col-sm-8.sensibilizacion-block{ width: 60% !important; }*/
}



/* Breadcrumb */

.breadcrumbs {
    background-color: #3C3C3C;
    padding: .5em 0;
}
.breadcrumbs .main-content {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.breadcrumbs span {
    color: #ffffff;
    font-size: 20px;
}

.breadcrumbs .fa-angle-right {
    color: #00A3FF;
}
/* Fin breadcrumb */

.patrones {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}



/* Internet Explorer */

.block-campus{
        margin-bottom: 25px;
        padding-top: 30px;
}

.block-img .conectados{
    display: flex;
    height: 425px;
    background-image: url(/wp-content/uploads/2019/05/banner-conectados-2.jpg);

}

.block-img .informate{
    display: flex;
    height: 280px;
}

.block-img .informate,
.block-img .informate.cine,
.block-img .informate.am,
.block-img .informate.salta,
.block-img .informate.cap {
    background-image: url(/wp-content/uploads/2019/04/img_hori_medium_296x200.jpg);
}

.block-img .informate.cons,
.block-img .informate.ytu {
    background-image: url(/wp-content/uploads/2019/04/img_hori_large_610x200.jpg);
}

.block-img .titulo-seccion.conectados {
    flex-wrap: wrap;
    align-content: flex-start;
    padding-left: 20px;
    padding-top: 94px;
    font-size: 22px;
    font-weight: bold;
}

.block-img .titulo-seccion.informate{
    flex-wrap: wrap;
    align-content: flex-end;
    padding-left: 20px;
    padding-bottom: 40px;
    font-size: 22px;
    font-weight: bold;
}

.block-img .titulo-seccion.conectados p, .block-img .titulo-seccion.informate p{
    padding: 15px !important;
    background-color: #00A3FF;
    color: #ffffff;
}

.block-img .titulo-seccion.conectados p {
    padding: 16px !important;
}


.block-img .titulo-seccion.conectados p{
    margin-bottom: 50px !important;
}

.block-img .titulo-seccion.informate p{
    margin-bottom: 10px !important;
}

.block-img .titulo-seccion.conectados.azul p, .block-img .titulo-seccion.informate.azul p {
    background-color: #00A3FF;
}

.block-img .titulo-seccion.conectados.azul p.gaming-conectados {
    background-color: #484848;
    font-size: 18px;
    margin-top: 20px;
    margin-right: 20px;
}

.block-img .titulo-seccion.informate.turquesa p{
    background-color: #00FFCA;
    background-color: var(--color-turquoise);
    color: #3c3c3c;
}

.block-img .titulo-seccion.informate.amarillo p{
    background-color: #F6E600;
}

.block-img .titulo-seccion.informate.gris p{
    background-color: #3C3C3C;
}

.titulo-seccion a{
    color: initial;
}


.titulo-seccion.conectados a, .titulo-seccion.informate a {
    color: #ffffff;
}

.titulo-seccion.informate.cons a, .titulo-seccion.informate.am a, .titulo-seccion.informate.ytu a {
    color: #3c3c3c;
}


.block-img .informate{
    display: flex;
    height: 200px;

}

.block-title{
    display: flex;
}

.title-aula{
    background-color: #d8d8d8;
    padding: 15px !important;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
}

.cglobal a{
    color:#3c3c3c;
}

.block-img.campus-acceso{
    display: grid;
    background-color: #00A3FF;
    margin-bottom: 60px;
    margin-top: 30px;

}

.block-img.aulavirtual{
    display: flex;
    align-items: flex-end;
    height: 240px;
    background-color: #e2e2e2;

}

.aulavirtual.small-height {
    height: 180px;

}

.block-img .titulo-aula.black-aula{
    border-bottom: solid #3c3c3c 4px;
    margin-left: 30px !important;
    margin-bottom: 40px !important;
    margin-right: 30px !important;
    color: #3C3C3C;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
}

.block-img .titulo-aula.white-aula{
    border-bottom: solid #ffffff 4px;
    margin-left: 30px !important;
    margin-bottom: 40px !important;
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    /* Aplicar para Familias */
    position: absolute;
    z-index: 5;
    bottom: 0;
}

.cont-fam{
    position: relative;
}

.caja-fam{

}

#footer-outer .button_social_group{
    width: 33%;
    justify-content: center;
}

 #logo-footer{
    width: 100%;
    display: flex;
    justify-content: center;
 }
#footer-outer .widget{
    font-size: 16px;
}

.textwidget a{
    letter-spacing: 2px;
    font-size: 22px;
}

#footer-widgets .row {
    display: flex;
    padding: 20px 0 0;
}

#footer-widgets .row .col.span_4:nth-child(1){
    justify-content: left;
}

#footer-widgets .row .col.span_4:nth-child(2){
    display: flex;
    justify-content: space-around;
    padding-top: 15px;
}

#footer-widgets .row .col.span_4:nth-child(2)::after {
    display: none;

}

#footer-widgets .row .col.span_4 #text-4 {
    display: none;
}

.menu-footer {
    display: flex;
    justify-content: center;
}

.ascend #footer-outer #copyright {background-color: #3c3c3c;}

/* Formulario Hazte Socio */


.form-hs-title{
    margin: 20px 0 40px;
}

.form-hs-title p {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.form-hs-title p span.asterisco{ color: red!important; font-size: 40px; }
span.asterisco{ color: red!important; }


.form-hs-subtitle{
    margin-top: 50px;
    margin-bottom: 50px;
    color: #696969;
    text-align: center;
}

.mensual{
    font-size: 2em;
    color: #ffffff;
}

.form-hs .aportacion .wpcf7-list-item {
    background-color: #0087fc;
    padding: 15px;
}
.wpcf7-checkbox .wpcf7-list-item{
    background-color: transparent !important;
}

/*.form-hs-otra{
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    display: block;
}*/

.hzt-boton {
    text-align: center;
}

.hzt-boton input[type=submit]{
    width: 200px;
    height: 55px;
}

.block-donacion {
    width: 100%;
    background-color: #efefef;
    padding: 10px;
    border:2px solid #ccc;
    border-radius: 15px;
    margin-bottom: 60px;
}

.aportacion-donacion{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.aportacion-cantidades {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.form-hs-otra{
    display:none;
    margin-bottom: 50px;
    text-align: center;
}


.form-hs-donacion{
    justify-self: end;
    padding-top: 30px;
    align-self: center;
}

.form-hs-donacion-cantidad{
    justify-self: start;
    width: 120px;
    align-self: center;
}

.form-hs-otra-cantidad{
    margin-bottom: 30px;
}

.text-474{
    background-color: #e8e8e8;
}

.hzt-cta {
    margin: 50px 0;
}

.hzt-cta-top {
    margin: 20px 0;
}

.hzt-title,
.hzt-subtitle {
    text-align: center;
}

.hzt-title{
    margin-top: 60px;
    color: black;
}

.hzt-subtitle{
    margin-bottom: 30px;
}

ul.hazte-socio-desde-fad li.hzt-info {
    padding: 0 30px;
    font-weight: 100;
    font-size: 1em;
    color:#696969;
}

ul.container-siof {
    margin-left: 0;
}

ul.hazte-socio-btns,
ul.hazte-socio-btns-bottom,
ul.hazte-socio-desde-fad  {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr 1fr;
     justify-items:center;
     margin: 0 0 60px;
}

ul.hazte-socio-btns li,
ul.hazte-socio-desde-fad li,
ul.container-siof li.item-siof {
    /*background-color: #3c3c3c;*/
    color: #000;
    padding: 120px 15px 15px;
    min-width: 165px;
    text-align: center;
    list-style: none;
    font-size: 1.2em;
}

ul.hazte-socio-btns-bottom li {
    color: #000;
    min-width: 165px;
    text-align: center;
    list-style: none;
    font-size: 1.2em;
}

ul.hazte-socio-btns li a,
ul.hazte-socio-btns-bottom li a,
ul.container-siof li a {
    color:#000;

}

ul.hazte-socio-btns li:hover,
ul.container-siof li:hover {
    background-color: #e5e5e5;

}

ul.hazte-socio-btns li a:hover,
ul.hazte-socio-btns-bottom li a:hover,
ul.container-siof li a:hover{
    color: #00A3FF;

}

ul.hazte-socio-btns li.hzt-general,
ul.hazte-socio-btns li.hzt-actua,
ul.hazte-socio-btns li.hzt-herencia,
ul.hazte-socio-btns li.hzt-donacion,
ul.hazte-socio-btns li.hzt-colaboradores,
ul.container-siof li.item-siof {
    width: 211px;
    height: 165px;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: top 20px center;
}

ul.hazte-socio-desde-fad li.hzt-menores,
ul.hazte-socio-desde-fad li.hzt-prevencion,
ul.hazte-socio-desde-fad li.hzt-investigacion,
ul.hazte-socio-desde-fad li.hzt-cooperacion {
    width: 222px;
    height: 165px;
    list-style: none;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: top 20px center;
}

ul.container-siof li.item-siof {
    margin: 0 auto;
}

ul.hazte-socio-btns li.hzt-actua{
    background-image: url(/wp-content/uploads/2019/04/actua_fad.png);
}

ul.hazte-socio-btns li.hzt-herencia{
    background-image: url(/wp-content/uploads/2019/04/herencia_fad.png);
}

ul.hazte-socio-btns li.hzt-donacion{
    background-image: url(/wp-content/uploads/2019/04/donacion_fad.png);
}

ul.hazte-socio-btns li.hzt-colaboradores{
    background-image: url(/wp-content/uploads/2019/05/partner.png);
}

ul.hazte-socio-desde-fad li.hzt-menores{
    background-image: url(/wp-content/uploads/2019/06/menores_fad.png);
}

ul.hazte-socio-desde-fad li.hzt-prevencion{
    background-image: url(/wp-content/uploads/2019/06/prevencion_fad.png);
}

ul.hazte-socio-desde-fad li.hzt-investigacion{
    background-image: url(/wp-content/uploads/2019/06/investigacion_fad.png);
}

ul.hazte-socio-desde-fad li.hzt-cooperacion{
    background-image: url(/wp-content/uploads/2019/06/cooperacion_fad.png);
}

ul.container-siof li.item-siof:first-child {
    background-image: url(/wp-content/uploads/2019/04/whatsapp-logo-bn.png);
}

ul.container-siof li.item-siof:first-child:hover {
    background-image: url(/wp-content/uploads/2019/04/whatsapp-logo.png);
}

ul.container-siof li.item-siof:nth-child(2) {
    background-image: url(/wp-content/uploads/2019/04/phone.png);
}

ul.container-siof li.item-siof:nth-child(2):hover {
    background-image: url(/wp-content/uploads/2019/04/phone-bn.png);
}

ul.container-siof li.item-siof:nth-child(3) {
    background-image: url(/wp-content/uploads/2019/04/mail-bn.png);
}

ul.container-siof li.item-siof:nth-child(3):hover {
    background-image: url(/wp-content/uploads/2019/04/mail.png);
}

ul.container-siof li.item-siof:last-child {
    background-image: url(/wp-content/uploads/2019/04/learn-bn_1.png);
}

ul.container-siof li.item-siof:last-child:hover {
    background-image: url(/wp-content/uploads/2019/04/learn_1.png);
}

.sidebar-margin aside {
    margin-bottom: 1em;
}

.colabora-txt p {
    margin:35px 0 60px !important;
}

@media only screen and (max-width: 1000px){
    .game-mobile,
    .padding-mobile {
        padding: 25px !important;
    }

    .padding-mobile-tb {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}


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

    ul.hazte-socio-btns-bottom,
    ul.hazte-socio-desde-fad {
     display: grid;
     grid-template-columns: 1fr;
     justify-items:center;
     margin: 0;
    }

    li.hzt-general.hzt-1 {}

    li.hzt-prevencion,
    li.hzt-general.hzt-2 {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }
    li.hzt-investigacion,
    li.hzt-general.hzt-3 {
        grid-column: 1 / 2;
        grid-row: 5 / 6;
    }
    li.hzt-cooperacion,
    li.hzt-general.hzt-4 {
        grid-column: 1 / 2;
        grid-row: 7 / 8;
    }
    li.hzt-info.hzt-5,
    li.hzt-general.hzt-5 {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        margin-bottom: 60px;
    }
    li.hzt-info.hzt-6,
    li.hzt-general.hzt-6 {
        grid-column: 1 / 2;
        grid-row: 4 / 5;
        margin-bottom: 60px;
    }
    li.hzt-info.hzt-7,
    li.hzt-general.hzt-7 {
        grid-column: 1 / 2;
        grid-row: 6 / 7;
        margin-bottom: 60px;
    }
    li.hzt-info.hzt-8,
    li.hzt-general.hzt-8 {
        grid-column: 1 / 2;
        grid-row: 8 / 9;
        margin-bottom: 60px;
    }

    ul.container-siof li.item-siof {
        height: auto;
        width: auto;
        background-size: 25%;
        padding-top: 100px;
    }

    .vc_column-inner .block-siof {
        padding: 0;
    }
    .title-siof {
        padding-bottom: 0;
    }

    .contenedor-home-ori-widget {
        margin: 0 0 6px;
        /*width: 360px;*/
        width: auto;
    }

    .sidebar-game .block-img.conectados,
    .sidebar-game .gambling-banner
    {
        width: 360px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .pagina-ancho-completo .row > div {
        margin-bottom: -6px;
    }

    .pagina-ancho-completo .row .block-campus2 {
        margin-bottom: -6px;
    }

    .pagina-ancho-completo .wpb_row >.span_12 >.column_container:last-child {
        margin-bottom: 6px !important;
    }

    body .vc_row-fluid.block-banner-3 .col.span_12 div.first-block:first-child {
        margin-top: 6px;
    }
}


.main-content .row .planetajvn {
    margin-top: 60px;
}

.textwidget .planeta-joven_financiacion {
    margin-top:50px;
}

.textwidget .planeta-joven_quienes-somos {
    margin-bottom: 50px;
}

.textwidget .planeta-joven_quienes-somos a {
    font-size: 16px;
    letter-spacing: 0;
}

aside.widget_tag_cloud h2 {
    font-size: 22px;
    letter-spacing: 0;
}

aside.widget_calendar {
    margin-top: 60px;
}

@media only screen and (max-width: 690px) {
    .main-content .row .planetajvn {
        margin-top: 0;
    }

    .formacion-campus-acceso .col.span_12 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 5px;
    }

    .pagina-ancho-completo .wpb_row >.span_12 >.campus-acceso.column_container {
        margin-bottom: 20px !important;
    }
}



/*.wpcf7-list-item.last > .form-hs-otra{display: none;}
.wpcf7-list-item:active .form-hs-otra{display: block;}*/

.form-hs input[type="text"],
.form-hs textarea,
.form-hs input[type="email"],
.form-hs input[type="password"],
.form-hs input[type="tel"],
.form-hs input[type="url"],
.form-hs input[type="search"],
.form-hs input[type="date"] {
    padding: 5px;
}

 input[type=submit].boton-hs {
    background-color: #00A3FF;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.body-form-hazte-socio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1em;
}

.colabora .body-form-hazte-socio p:nth-child(5) {
     grid-column-start: 1;
     grid-column-end: span 2;
}

/*.form-contact-container .body-form-hazte-socio p:nth-child(5) {
     grid-column-start: 1;
     grid-column-end: span 2;
}*/

.body-form-hazte-socio-iban {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 2em;
}
.form-hs .privacidad .wpcf7-list-item,
.form-hs .comunicacion .wpcf7-list-item {
    background-color: transparent;
    padding: 0;
    margin-left: 0;
}
.form-hs .privacidad .wpcf7-list-item span,
.form-hs .comunicacion .wpcf7-list-item span{
    color: #5c5c5c;
}
.tab-ventajas-contenido-hazte-socio {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}
.tab-ventajas-hazte-socio:hover + .tab-ventajas-contenido-hazte-socio{
    visibility: visible;
    opacity: 1;
    height: auto;
}

.contact-form .btn-submit {
    display: flex;
    justify-content: center;
    margin-top:20px;
}

.contact-form .btn-submit input[type=submit] {
    width: 200px;
    font-size: 16px;
    font-weight: bold;
}

.contact-form .btn-submit input[type=submit]:hover {
    background-color: #00A3FF;
}

@media (max-width: 1000px) {

    .page-contacto .wpb_wrapper .section-title {
        margin-top: 25px;
        padding-bottom: 0;
    }

    .page-contacto .wpb_wrapper .section-title h2 {
        font-size: 30px;
    }

    .body-form-hazte-socio {
        display: block;
    }
}

@media (max-width: 620px) {

    .page-contacto .wpb_wrapper .section-title h2 {
        font-size: 24px;
    }

}

/* FIN FORMULARIO HAZTE SOCIO */


.reconocimiento-imagen{
    border-radius: 200px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
    width: 75%;
    margin-bottom: 35px;
}

.reconocimiento-h{
    font-size: 1.4em;
    color: black;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}

.reconocimiento-h{
    font-size: 1em;
    color: black;
    text-align: center;
    margin-bottom: 35px;
}

.sobre-fad-pdf{
    margin-top: 0px;
}

.sobre-fad-pdf img{
    width: 150px;
}

.sobre-fad-pdf a,
.material-transparencia a {
    color:black;
    font-family: "markpro";
	font-size: 1.2em;
}

.sobre-fad-pdf:hover {
    background-color: #e5e5e5;
}

.sobre-patronato{
	padding: 15px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.sobre-patronato:hover {
    /*background-color: #e5e5e5;*/

}
.wpb_text_column.wpb_content_element.sobre-patronato .wpb_wrapper {
	padding: 15px;
}

.wpb_text_column.wpb_content_element.sobre-patronato .wpb_wrapper:hover {
	background-color: #e5e5e5;
    padding: 15px;
}

.sobre-patronato a {color: #3C3C3C;}

.sobre-patronato a:hover,
.sobre-fad-pdf a:hover,
.material-transparencia a:hover {
    color:#00A3FF;
    transition: none;
}

.info-pdf p{
	font-family: "markpro";
	font-size: 1.4em;
	font-weight: 700;
}

.logos-trans{
	font-family: "markpro";
	font-size: 1.2em;
	font-weight: 700;
}

.logos-trans .wpb_wrapper {
	display: flex;
	justify-content: center;
}

.logos-trans.sellobv .wpb_wrapper #attachment_1425 {
    display: grid;
}

.logos-trans.sellobv .wpb_wrapper #attachment_1425 img,
.logos-trans.sellobv .wpb_wrapper #attachment_1425 p {
    justify-self:center;
}

.vc_column-inner .wpb_wrapper .logos-trans p.wp-caption-text {
    top: 0;
    margin-left: 0;
    border-color: transparent;
    max-width: 100%;
}

.block-inner-tabs .vc_column-inner .logos-trans .wpb_wrapper {
    padding: 0;
}

.logos-trans-eu {
	background: url(/wp-content/uploads/2019/04/ue_bandera_200.png);
	width: 200px;
	height: 145px;
	display: flex;
    margin: 0 auto;
}
.logos-trans-eu .logos-trans-txt {
	background-color: rgba(0,0,0,0.3);
	text-align: center;
	align-self: center;
    height: 100%;
    border-radius: 30px;
    display: grid;
    align-items: center;
}

.logos-trans-txt a{
	color:white;
	font-size: 22px;
    font-weight: 500;
}

.sensi a {
    color: #fff;
}
.sensi .yellow a,
.sensi .tur a {
    color: #3C3C3C;
}

.sensi-video{
    background-color: white;
    padding: 60px;
    font-size: 24px;
    text-align: center;
}

.sensi-video-ver{
    font-size: 20px;
    font-weight: 700;
    color: #00A3FF;
}

.row .col .sensi-video{
    margin: 80px;
    /*border: 5px solid #ccc;*/
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
}

.block-img .titulo-subr.sensi{
    margin-left: 30px !important;
    margin-bottom: 40px !important;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    z-index: 500;
    bottom: 0;
}

.block-img .titulo-subr.sensi.coopera{
    margin: 30px 30px 15px !important;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    z-index: 500;
    bottom: 0;
}

.block-img .titulo-subr.sensi.coopera .titulo-seccion.yellow {
    padding: 0px 20px;
    font-size: 16px;
    text-shadow: var(--shadow-light);
}

.coopera-txt {
    font-size: 14px;
    color: #000;
    line-height: 28px;
    margin-bottom: 20px !important;
}

.coopera-enlaces {
    padding: 80px 50px 0px !important;
    border: 3px solid #00A3FF;

}

.coopera-cursos .vc_column-inner {
    background-color: #cbecff;
    padding: 20px 0;
    border: 1px solid #70cbff;
}

.coopera-cursos {
    text-align: center;
    padding: 35px 0;

}

.coopera-cursos-btn {
    margin-top: 35px;
}

.coopera-logo {
    background-color: #ddd;
    margin: 10px 0;
    padding: 10px 2px;
        font-size: 13px;
}

.campus-titulo-acceso {
    margin-top: 30px;
}

.block-img.campus-acceso .wpb_wrapper {
    display: grid;
}

.block-img .titulo-subr-acceso.sensi{
    justify-self: center;
    align-self: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    z-index: 500;
    bottom: 0;
}

.block-img .titulo-aula.white-aula.pro-siof{
    color: #3C3C3C;
    border: none;
    background-color: #F6E600;
    padding: 5px 15px;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    /* Aplicar para Familias */
    position: absolute;
    z-index: 500;
    bottom: 0;
}

.titulo-seccion.campana{
    background-color: #3C3C3C;
    padding: 2px 14px ;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}

.banners-siof .titulo-seccion.yellow a,
.banners-siof .titulo-seccion.tur a {
	font-size: 18px;
}

.block-img .titulo-subr.sensi.banners-siof {
	margin-right: 30px;
	line-height: 30px;
}

.titulo-seccion.yellow,
.titulo-seccion.tur,
.titulo-seccion.fad,
.titulo-seccion.grey {
    padding: 5px 20px ;
    font-size: 24px;
    text-shadow: var(--shadow-light);
}

.titulo-seccion.yellow {
    background-color: #F6E600;
    color: #3C3C3C;
}

.titulo-seccion.tur {
    background-color: #00FFCA;
    background-color: var(--color-turquoise);
    color: #3C3C3C;
}

.titulo-seccion.fad {
    background-color: #00A3FF;
    text-shadow: var(--shadow-dark);
    color: #ffffff;
}

.titulo-seccion.grey {
    background-color: #3C3C3C;
    color: #ffffff;
}

.titulo-seccion.cifras {
    font-size: 18px;
    padding: 0 20px;
}

.single-campana .container.main-content .titulo-campa h1 {
    background-color: #3C3C3C;
    color: white;
    padding: 10px 20px;
    margin: 0;
}

.page-header-container {
    height: 180px;
}

.row.archive-campana select {
    border: 1px solid #ccc;
}

.item-campana .title-campana {
    padding: 10px 0;
    min-height: 75px;
}


/* Arror right slider */
.arrow-right-after {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 16px;
    height: 37px;
    background-color: #00a3ff;
}

.arrow-right-after { padding: 2px 20px }

.arrow-right-after:before,
.arrow-right-after:after {
    background: #fff;
    content: "";
    display: block;
    height: 0.15em;
    position: absolute;
    right: 12px;
    top: 22px;
    width: 15px;

}

.arrow-right-after:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow-right-after:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.arrow-right-after:before { margin-top: -9px }

.arrow-right-after:hover,
.arrow-right-after:focus { color: #00A3FF; }

.arrow-right-after:hover:before,
.arrow-right-after:hover:after,
.arrow-right-after:focus:before,
.arrow-right-after:focus:after { background: #fff; }

.arrow-right-after.big {
    height: 55px;
    width: 55px;
}
.arrow-right-after.mobile:before,
.arrow-right-after.mobile:after
 {
    right: 8px;
}
.arrow-right-after.big:before,
.arrow-right-after.big:after {
    top:30px;
    right:20px;
    height: 0.20em;
}
/* Fin arrow right slider*/

/* Bloque Orientación Familiar */

/*.block-siof{
    border: 8px solid #00A3FF;
    padding: 10px 0px;
    width: 69%;
    margin: 0 auto;
}*/

.block-siof{
    border: 8px solid #00A3FF;
    padding: 30px 60px;
    width: 100%;
    margin: 0 auto;
}

.title-siof {
    text-align: center;
    color: black;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px;
}

.title-siof ul {
    margin-left: 0;
}

.container-siof {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media only screen and (max-width: 1200px){
    .container-siof {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 720px){
    .container-siof {
        grid-template-columns: 1fr;
    }
}

/* FIN Bloque Orientación Familiar */

/* CONTACTO */

.form-contact-container {
    display: grid;
    max-width: 800px;
    margin: auto;
}

.select-depart {
    display: grid;
    grid-template-rows: 1fr 1fr;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    justify-content: center;
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 20px;
}

.select-depart .departamento select[name="departamento"] {
    border: 1px solid #bdbdbd;
}

.select-depart p:first-child {
    align-items: center;
}

.form-contact-container label:first-child {
    margin-bottom: 30px;
}

.form-contact-container input[type="text"],
.form-contact-container input[type="email"],
.form-contact-container input[type="tel"],
.form-contact-container textarea[name="your-message"] {
    padding: 10px;
    background-color: #efefef;
}

.wpb_text_column.wpb_content_element.center-info {
    margin-bottom: 60px;
}

.center-info {
    margin-top:60px;
}

.contact-form {
    margin-bottom: 35px;
}

.contact-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 60px;
    background-color: #ececec;
    padding: 15px;
    color: #444;
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.other-centers p {
    text-align: center;
}

.other-centers p:first-child {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

@media (max-width: 620px) {

    .contact-container {
        grid-template-columns: 1fr;
        grid-row-gap: 15px;
    }

    .wpb_text_column.wpb_content_element.center-info {
        margin-top: 0;
    }

}

.contact-item-sub {
  display: grid;
  justify-content:center;
  line-height: 30px;
}

.contact-item-title-sub {
  display: grid;
  justify-content:center;
  line-height: 30px;
}



/*.contact-item-sub:first-child {
  font-weight:bold;
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 20px;
}*/

/* FIN CONTACTO */

/* NEWSLETTER ACUMBAMAIL */

.block-acumba .row-bg-wrap {
	background-color: #00A3FF;
}

.title-acumba {
	color: white;
	font-weight: 800;
	font-size: 22px;
	margin-bottom: 30px;
}

form.yourFormCustomContainer {
	padding: 60px 0;
	width: 800px;
	margin: auto;
}

.yourFormCustomStyle input[type="text"]{
	padding: 10px;
	margin-bottom: 30px;
}

.yourFormCustomStyle input[type="text"]::placeholder {
	color: white;
}

.submit-acumba {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2em;
    align-items: center;
}

.submit-acumba label:last-child {
    justify-self: end;
}

.submit-acumba a{
    color: black;
    font-weight: bold;
}

.submit-acumba input[type=submit] {
    color: #00A3FF;
    background-color: white !important;
    font-size: 16px;
    font-weight: bold;
}

.submit-acumba input[type=submit]:hover {
    background-color: ddd;
}

/* FIN NEWSLETTER ACUMBAMAIL */

@media all and (max-width: 690px){

    #archivo-proyectos ul li {
        background-color: #ececec !important;
        padding: 10px;
        width: 100%;
    }

    #archivo-proyectos ul li a {
        font-size: 16px;
    }

    .filter-proyectos select {
        border: solid 1px #ddd;
    }

    .sobre-fad .block-inner-tabs .wpb_tabs_nav,
    .patronato .block-inner-tabs .wpb_tabs_nav,
    .transparencia .block-inner-tabs .wpb_tabs_nav {
        grid-gap: 5px;
    }

    .sobre-fad .wpb_content_element .wpb_tabs_nav li,
    .patronato .wpb_content_element .wpb_tabs_nav li,
    .transparencia .wpb_content_element .wpb_tabs_nav li {
        background-color: #ececec !important;
        padding: 10px;
        width: 100%;
        margin-bottom: 3px;
    }

    .sobre-fad .wpb_content_element .wpb_tabs_nav li a,
    .patronato .wpb_content_element .wpb_tabs_nav li a,
    .transparencia .wpb_content_element .wpb_tabs_nav li a {
        font-size: 16px;
    }

    .sobre-fad .wpb_content_element .wpb_tabs_nav li a.active-tab,
    .sobre-fad .wpb_content_element .wpb_tabs_nav li a:hover,
    .patronato .wpb_content_element .wpb_tabs_nav li a.active-tab,
    .patronato .wpb_content_element .wpb_tabs_nav li a:hover,
    .transparencia .wpb_content_element .wpb_tabs_nav li a.active-tab,
    .transparencia .wpb_content_element .wpb_tabs_nav li a:hover {
        border: 0;
    }

    /*.block-img.aulavirtual {
        height: 180px;
    }
*/


    #sidebar {
        padding: 0 !important;
    }

}

/* FAQ */

.faq .tabbed[data-style*="vertical"] .wpb_tabs_nav li {
    padding: 10px 0;
}

.faq .tabbed[data-style*="vertical"] .wpb_tabs_nav li:first-child {
    padding-top: 0;
}

.faq .tabbed[data-style*="vertical"] .wpb_tabs_nav li a {
    color: #2b2b2b;
}

.faq .tabbed > ul li a {
    background-color: #ececec;
}

.faq .tabbed > ul li a.active-tab {
    color: #000;
    font-weight: bold;
    background-color: #ddd;
}

.faq .toggle.accent-color h3 a,
.faq .toggle.accent-color.open h3 a {
    font-size: 14px;
}

.herencia-legados .toggle {
    margin-bottom: 0;
}

.herencia-legados .toggle h3 a {
    color: #000000;
}

.faq .toggle h3 a:hover,
.herencia-legados .toggle h3 a:hover {
     background-color: #ddd;
}

.faq-acc .wpb_wrapper .toggle.open h3 a,
.herencia-legados .wpb_wrapper .toggle.open h3 a {
    color: black;
}

.faq-acc div[data-style="default"] .toggle h3 a,
.faq-acc div[data-style="default"] .toggle h3 {
    font-size:14px; line-height:14px;
}

.faq .toggle {
    margin-bottom: 10px;
}

.faq .toggles.accordion br {display: none;}
/* FIN FAQ */

.btn-herencia {
    display: grid;
    margin-bottom: 60px !important;
}

.herencia-mas-info {
    justify-self: center;
    background-color: #333;
    padding: 15px 30px;
    color: #fff;
    border-radius: 15px;
}

.herencia-mas-info:hover {
    color: #fff;
    background-color: #00A3FF;
}

.donacion-txt ul li {
    list-style: none;
}

.donacion-form {
    margin-top: 35px;
}

.gcharts {
    display:grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
}

@media (max-width: 820px) {
    .gcharts {
        grid-template-columns: 1fr;
    }
}

.title-participantes {
    margin: 60px 0;
    display: inline-block;
    background-color: #00A3FF;
    color: #fff;
    padding: 5px 15px;
    font-size: 24px;

}

.block-participantes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    margin: 60px 0;
    grid-gap: 40px;
}

.block-participantes a {
    justify-self: center;
    align-self: center;
    border: 3px solid #fff;
}

.block-participantes a:hover {
    border: 3px solid #ddd;
}

.row .col .block-participantes a img {margin-bottom: 0;}

/* FIN Manifiesto - Alcohol y menores */

.block-manifiesto {
    margin: 60px 0;
    display: grid;
    grid-row-gap: 35px;
}

.title-manifiesto {
    text-align: center;
    font-weight: 800;
    font-size: 26px;
}

.btn-manifiesto {
    display: inline-block;
    background-color: #ddd;
    padding: 8px 20px;
    border-radius: 15px;
    margin: 0 auto;
}

.btn-manifiesto a {
    color: #555;
}

.btn-manifiesto:hover {
    background-color: var(--color-fad-ultralight);
}

.contenido-manifiesto p{

}

.container-reflex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 60px;
}

.item-reflex {}

.title-item-reflex {
    font-weight: 800;
    margin-bottom: 20px;
}

.content-item-reflex {
    text-align: justify;
}

/* FIN Manifiesto - Alcohol y menores */

/* Patronato */
.block-presidency .wpb_wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr 1fr 1fr;
    align-items: center;
}
.block-presidency .presidente-nombre {
    grid-row-start: 2;
    grid-row-end: span 3;
}
.block-presidency p {
    padding-bottom: 0px;
}

/* Fin patronato */

/* Mapa web */
@media (max-width: 690px) {
    .wsp-container h2 {
        margin-left: 10px;
    }

    header#top nav >ul >li.menu-colabora >a {
    color: #000;
    font-size: 12px !important;
    }

    header#top nav >ul >li.haztesocio-menu >a {
    font-size: 12px !important;
    }

    .container-wrap .row .wpb_row.fila-colabora {
        margin-bottom: 0;
    }

    .container-wrap .row .wpb_row.segunda-fila-colabora {
        margin-bottom: 6px !important;
    }
}
/* fin mapa web */

#tab-transparencia .wpb_wrapper .block-transparencia,
#tab-mision-vision-y-valores .wpb_row.block-transparencia {
	margin: 60px 30px;
	border: 3px solid #00A3FF;
	padding: 50px 20px 250px 20px;
}

.material-transparencia {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	/* height: 200px; */
    grid-row-gap: 40px;
    grid-column-gap: 20px;
    text-align: center;
}

.material-transparencia a {
	justify-self: center;
	align-self: center;
}

.material-transparencia a img {
    display: block;
    margin: 0 auto;
}

#archive-campaa .archive-campana-before select {
    border: 1px solid rgb(204, 204, 204);
}

form .search-campana input {
    border: 1px solid #555;
}

body #archive-campaa .archive-campana-before .search-campana input[type=submit] {
    padding: 21px 35px!important;
    margin-left: 10px;
}

body[data-dropdown-style="minimal"] header#top .sf-menu li ul li {
    background-color: #fff !important;
}

body[data-dropdown-style="minimal"] header#top .sf-menu li ul li a {
    color: #000 !important;
}

header#top nav >ul >li.menu-colabora {
	background-color: #ececec;
}

header#top nav >ul >li.menu-colabora >a {
	color: #000;
}

body[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) header#top nav >ul >li:not(.megamenu) ul li.current-menu-item >abody[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) header#top nav >ul >li:not(.megamenu) ul li.current-menu-item >a {
    background-color: #00A3FF !important;
}

.coopera-titulo-banner-movil {display: none;}

@media (max-width: 690px) {

    .material-transparencia {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        height: auto;
    }

    .material-transparencia a {
    text-align: center;
    }

    .coopera-enlaces {
        padding: 15px !important;
    }

    .coopera-titulo-banner-movil {display: block; font-weight: 800;}

    .container.main-content .descargas-transpa{
        max-width: auto;
    }

    #tab-transparencia .wpb_wrapper .block-transparencia {
        margin: 60px 0;
    }
}

.acordeon-contacto .toggle {
    background-color: #00a3ff;
}

.container .acordeon-contacto .toggle h3 a {
    font-size:1.4em;
    line-height: 40px;
    color: #fff;
}

.container .acordeon-contacto .toggle h3 a i {
    top:25px;
    color: #fff;
}

.container .acordeon-contacto .toggle.open h3 a,
.container .acordeon-contacto .toggle.open h3 a i {
    color: #000;
}
.contacto-delegaciones {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ctt-delegacion {
    justify-self: center;
    text-align: center;
    line-height: 10px;
    padding: 50px 0;
}

.ctt-delegacion.primera-negrita p:first-child{
    font-weight: 800;
}

@media (max-width: 690px) {

    .contacto-delegaciones {
        grid-template-columns: 1fr;
    }

    .ser-ori {line-height: 40px;}

}

/* Sobre Fad - Cifras */

.fad-cifras .cifras-block {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr 1fr;
    grid-gap: 15px;
    justify-content: space-evenly;
}

.fad-cifras .cifras-block-items,
.comunicacion-cifras .cifras-block-items,
.programas-cifras .cifras-block-items,
.cooperacion-cifras .cifras-block-items {
    display: grid;
    grid-template-rows: 35px 1fr auto;
    border: 5px solid #cbecff;
    color: #00A3FF;
    min-height: 150px;
}

.fad-cifras .cifras-block-items-cifra,
.comunicacion-cifras .cifras-block-items-cifra,
.programas-cifras .cifras-block-items-cifra,
.cooperacion-cifras .cifras-block-items-cifra {
    font-size: 36px;
    font-weight: 800;
}

.fad-cifras .cifras-block-items-txt {}

.fad-cifras .cifras-block-items-subtxt,
.comunicacion-cifras .cifras-block-items-subtxt,
.programas-cifras .cifras-block-items-subtxt,
.cooperacion-cifras .cifras-block-items-subtxt {
    align-self: end;
    font-size: 14px;
    color: #a2a2a2;
}

.comunicacion-cifras .cifras-block {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas:
        "a a a a b b b b c c c c"
        "d d d e e e f f f g g g";
    grid-gap: 15px;
    justify-content: space-evenly;
}

.comunicacion-cifras .cifras-block-items:nth-child(1) {grid-area: a;}
.comunicacion-cifras .cifras-block-items:nth-child(2) {grid-area: b;}
.comunicacion-cifras .cifras-block-items:nth-child(3) {grid-area: c;}
.comunicacion-cifras .cifras-block-items:nth-child(4) {grid-area: d;}
.comunicacion-cifras .cifras-block-items:nth-child(5) {grid-area: e;}
.comunicacion-cifras .cifras-block-items:nth-child(6) {grid-area: f;}
.comunicacion-cifras .cifras-block-items:nth-child(7) {grid-area: g;}

.cooperacion-cifras .cifras-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas:
        "a b c g"
        "d e f g";
    grid-gap: 15px;
    justify-content: space-evenly;
}

.cooperacion-cifras .cifras-block-items:nth-child(1) {grid-area: a;}
.cooperacion-cifras .cifras-block-items:nth-child(2) {grid-area: b;}
.cooperacion-cifras .cifras-block-items:nth-child(3) {grid-area: c;}
.cooperacion-cifras .cifras-block-items:nth-child(4) {grid-area: d;}
.cooperacion-cifras .cifras-block-items:nth-child(5) {grid-area: e;}
.cooperacion-cifras .cifras-block-items:nth-child(6) {grid-area: f;}
.cooperacion-cifras .cifras-block-items:nth-child(7) {grid-area: g;}

.programas-cifras .cifras-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 15px;
    justify-content: space-evenly;
}

.wpb_tab .wpb_content_element.fad-cifras,
.wpb_tab .wpb_content_element.comunicacion-cifras,
.wpb_tab .wpb_content_element.programas-cifras {
    margin-bottom: 60px;
}

body .tabbed .cifras-block-items {padding: 20px 15px 10px;}

.block-inner-tabs .fad-cifras .vc_column-inner .wpb_wrapper {
    padding: 7.5px;
}

@media (max-width: 690px) {

    .fad-cifras .cifras-block,
    .cooperacion-cifras .cifras-block,
    .programas-cifras .cifras-block,
    .comunicacion-cifras .cifras-block {
        grid-template-columns: repeat(1, 1fr);
    }

    .comunicacion-cifras .cifras-block,
    .cooperacion-cifras .cifras-block {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 10px;
    grid-template-areas:
        "a"
        "b"
        "c"
        "d"
        "e"
        "f"
        "g";
    }

    .wpb_tab .wpb_content_element.fad-cifras,
    .wpb_tab .wpb_content_element.comunicacion-cifras,
    .wpb_tab .wpb_content_element.programas-cifras {
        margin-bottom: 20px;
    }


}

/* Sobre FAD - Cifras // IE */

.fad-cifras .cifras-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    /*grid-template-columns: repeat(5, 1fr);*/
    -ms-grid-rows: 1fr 15px 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 15px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}.fad-cifras .cifras-block > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}.fad-cifras .cifras-block > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}.fad-cifras .cifras-block > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}.fad-cifras .cifras-block > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}.fad-cifras .cifras-block > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
}.fad-cifras .cifras-block > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}.fad-cifras .cifras-block > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}.fad-cifras .cifras-block > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}.fad-cifras .cifras-block > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}.fad-cifras .cifras-block > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
}

.fad-cifras .cifras-block-items,
.comunicacion-cifras .cifras-block-items,
.programas-cifras .cifras-block-items,
/*.cooperacion-cifras .cifras-block-items*/ {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 35px 1fr auto;
    grid-template-rows: 35px 1fr auto;
    border: 5px solid #cbecff;
    color: #00A3FF;
    min-height: 150px;
}

.fad-cifras .cifras-block-items-cifra,
.comunicacion-cifras .cifras-block-items-cifra,
.programas-cifras .cifras-block-items-cifra,
/*.cooperacion-cifras .cifras-block-items-cifra*/ {
    font-size: 36px;
    font-weight: 800;
}

.fad-cifras .cifras-block-items-txt {}

.fad-cifras .cifras-block-items-subtxt,
.comunicacion-cifras .cifras-block-items-subtxt,
.programas-cifras .cifras-block-items-subtxt,
/*.cooperacion-cifras .cifras-block-items-subtxt*/ {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    font-size: 14px;
    color: #a2a2a2;
}

/*.comunicacion-cifras .cifras-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: 1fr 15px 1fr;
    grid-template-rows: repeat(2, 1fr);
        grid-template-areas:
        "a a a a b b b b c c c c"
        "d d d e e e f f f g g g";
    grid-gap: 15px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

.comunicacion-cifras .cifras-block-items:nth-child(1) {-ms-grid-row: 1;-ms-grid-column: 1;-ms-grid-column-span: 7;grid-area: a;}
.comunicacion-cifras .cifras-block-items:nth-child(2) {-ms-grid-row: 1;-ms-grid-column: 9;-ms-grid-column-span: 7;grid-area: b;}
.comunicacion-cifras .cifras-block-items:nth-child(3) {-ms-grid-row: 1;-ms-grid-column: 17;-ms-grid-column-span: 7;grid-area: c;}
.comunicacion-cifras .cifras-block-items:nth-child(4) {-ms-grid-row: 3;-ms-grid-column: 1;-ms-grid-column-span: 5;grid-area: d;}
.comunicacion-cifras .cifras-block-items:nth-child(5) {-ms-grid-row: 3;-ms-grid-column: 7;-ms-grid-column-span: 5;grid-area: e;}
.comunicacion-cifras .cifras-block-items:nth-child(6) {-ms-grid-row: 3;-ms-grid-column: 13;-ms-grid-column-span: 5;grid-area: f;}
.comunicacion-cifras .cifras-block-items:nth-child(7) {-ms-grid-row: 3;-ms-grid-column: 19;-ms-grid-column-span: 5;grid-area: g;}

.cooperacion-cifras .cifras-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr 15px 1fr;
    grid-template-rows: repeat(2, 1fr);
        grid-template-areas:
        "a b c g"
        "d e f g";
    grid-gap: 15px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

.cooperacion-cifras .cifras-block-items:nth-child(1) {-ms-grid-row: 1;-ms-grid-column: 1;-ms-grid-column-span: 1;grid-area: a;}
.cooperacion-cifras .cifras-block-items:nth-child(2) {-ms-grid-row: 1;-ms-grid-column: 3;-ms-grid-column-span: 1;grid-area: b;}
.cooperacion-cifras .cifras-block-items:nth-child(3) {-ms-grid-row: 1;-ms-grid-column: 5;-ms-grid-column-span: 1;grid-area: c;}
.cooperacion-cifras .cifras-block-items:nth-child(4) {-ms-grid-row: 3;-ms-grid-column: 1;-ms-grid-column-span: 1;grid-area: d;}
.cooperacion-cifras .cifras-block-items:nth-child(5) {-ms-grid-row: 3;-ms-grid-column: 3;-ms-grid-column-span: 1;grid-area: e;}
.cooperacion-cifras .cifras-block-items:nth-child(6) {-ms-grid-row: 3;-ms-grid-column: 5;-ms-grid-column-span: 1;grid-area: f;}
.cooperacion-cifras .cifras-block-items:nth-child(7) {-ms-grid-row: 1;-ms-grid-row-span: 3;-ms-grid-column: 7;-ms-grid-column-span: 1;grid-area: g;}*/

.programas-cifras .cifras-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    /*grid-template-columns: repeat(4, 1fr);*/
    -ms-grid-rows: 1fr 15px 1fr 15px 1fr 15px 1fr;
    /*grid-template-rows: repeat(4, 1fr);*/
    grid-gap: 15px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

.programas-cifras .cifras-block > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.programas-cifras .cifras-block > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.programas-cifras .cifras-block > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.programas-cifras .cifras-block > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.programas-cifras .cifras-block > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.programas-cifras .cifras-block > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.programas-cifras .cifras-block > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.programas-cifras .cifras-block > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}

.programas-cifras .cifras-block > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}

.programas-cifras .cifras-block > *:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}

.programas-cifras .cifras-block > *:nth-child(11) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
}

.programas-cifras .cifras-block > *:nth-child(12) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
}

.programas-cifras .cifras-block > *:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
}

.programas-cifras .cifras-block > *:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
}

.programas-cifras .cifras-block > *:nth-child(15) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
}

.programas-cifras .cifras-block > *:nth-child(16) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
}

/* FIN Sobre Fad - Cifras // IE */

/* FIN Sobre Fad - Cifras */

.wpb_content_element .wpb_tabs_nav li {
    justify-self:center !important;
}


/* Areglar bug bloque servicio siof */
    .contenedor-home-ori p a {
        color: #00a3ff;
    }
/* Fin arreglar bug bloque servicio siof */

/* Ajustes imagenes contenido privado */

.fad-img-privado img {
    width: 100%;
}

.fad-center-video-privado video {
    margin-left: 40%;
}

/* FILTRO */

.form-search-advanced {
    font-family: markpro !important;
    background-color: #ddd;
    padding: 2em;
}
.form-search-advanced form {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2em;
}
.form-search-advanced form input[type="search"] {
    border: none;
    background-color: #fff;
}
.form-search-advanced input[type="search"], .form-search-advanced input[type="submit"], .form-search-advanced select {
    max-width: 320px;
    height: 50px;
    font-weight: bold;
}
.form-search-advanced form select, .form-search-advanced form input[type="submit"] {
    font-family: markpro !important;
    font-size: 16px;
    padding: 16px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.form-search-advanced input[type="search"], .form-search-advanced input[type="submit"], .form-search-advanced select {
    max-width: 320px;
    height: 50px;
    font-weight: bold;
}
.form-search-advanced form.search-form input[type="submit"] {
    font-size: 16px;
    padding: 16px;
    height: 50px;
    background-color: #3c3c3c !important;
}


.form-search-advanced form select, .form-search-advanced form input[type="submit"] {
    font-size: 16px;
    padding: 16px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.form-search-advanced input[type="search"], .form-search-advanced input[type="submit"], .form-search-advanced select {
    max-width: 320px;
    height: 50px;
    font-weight: bold;
}

.img-with-animation.skip-lazy.animated-in{    
  max-width:375px !important;
  max-height:220px !important;
  height: auto !important;
  object-fit: cover !important;
  width: 100% !important;
}

    .formulario {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        text-align: left;
        line-height: 1.5;
    }

    .formulario__campo {
        padding-bottom: 0;
    }

    .formulario__campo--ancho {
        grid-column: 1 / 3;
    }
