/*
Theme Name: atlastheme
Description: Designed by Ruvic Soluciones Informáticas, S.L.
Author:  Rubén Cáceres (ruben@ruvic.es)
Author URI:  https://ruvic.es
Template: Divi
Version:  1
*/

@import url("../Divi/style.css");

/* =Theme customizations
------------------------------------------------------- */
:root {
    --azul-atlas: #1ec0ca;
    --azul-ascires: #1b2f4a;
    --amarillo-etiqueta: #F3F070;
    --azul-etiqueta: #4F70FB;
    --azulcielo-etiqueta: #CCF6FC;
    --azuloscuro-etiqueta: #8CABCE;
    --morado-etiqueta: #D5ABC7;
    --naranja-etiqueta: #F2B1A4;
    --rojo-etiqueta: #F33946;
    --verde-etiqueta: #7BE18C;
}

.et-social-icons li{
    margin-left: 0;
}
.et-social-icon{
    width: 50px;
    height: 50px;
    /*border-radius: 32px !important;*/
}
.et-social-icon a.icon:before {
    height: 20px;
    width: 20px;
    font-size: 16px;
    line-height: 20px;
    display: block;
    color: #fff;
    transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s;
    position: relative;
    z-index: 10;
    content: "";
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
.et-social-icon a.icon {
    padding: 16px;
}
/*.et-social-icon.et-social-facebook{
    background-color: #4064AC;
}
.et-social-icon.et-social-twitter{
    background-color: #34B3F7;
}
.et-social-icon.et-social-instagram{
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.et-social-icon.et-social-whatsapp-good{
    background-color: #4AC557;
}*/
/*.et-social-icon.et-social-flikr a.icon::before {
  	content: url('whatsapp.svg');
}*/
.et-social-icon.et-social-whatsapp-good a.icon:before {
    background-image: url('whatsapp.svg');
}
.et-social-icon.et-social-facebook a.icon:before {
  	background-image: url('facebook.svg');
}
.et-social-icon.et-social-twitter a.icon:before {
  	background-image: url('twitter.svg');
}
.et-social-icon.et-social-instagram a.icon:before {
  	background-image: url('instagram.svg');
}
.et-social-icon.et-social-linkedin a.icon:before {
  	background-image: url('linkedin.svg');
}

/** CUSTOM HEADER **/
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row_header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.et_header_style_left span.logo_helper{
    height: unset;
}
.et_header_style_slide #et_top_search{
    display: block !important;
}
#et_search_icon:before{
   content: unset;
}
#et_search_icon #buscador{
    height: 20px;
}
.et_header_style_slide .et_search_outer .et_pb_search_visible{
    background: #ffffff;
}
/** END CUSTOM HEADER **/


/* MENU LATERAL */
/* SOCIAL ICONS EN MENU LATERAL */
.et_slide_menu_top .et-social-icon.et-social-facebook,
.et_social_footer .et-social-icon.et-social-facebook{
    background-color: unset;
}
.et_slide_menu_top .et-social-icon.et-social-linkedin,
.et_social_footer .et-social-icon.et-social-linkedin{
    background-color: unset;
}
.et_slide_menu_top .et-social-icon.et-social-instagram,
.et_social_footer .et-social-icon.et-social-instagram{
    background: unset;
}
.et_slide_menu_top .et-social-icon.et-social-whatsapp-good,
.et_social_footer .et-social-icon.et-social-whatsapp-good{
    background-color: unset;
}
.et_slide_menu_top .et-social-icon.et-social-facebook a,
.et_social_footer .et-social-icon.et-social-facebook a,
.et_slide_menu_top .et-social-icon.et-social-linkedin a,
.et_social_footer .et-social-icon.et-social-linkedin a,
.et_slide_menu_top .et-social-icon.et-social-instagram a,
.et_social_footer .et-social-icon.et-social-instagram a,
.et_slide_menu_top .et-social-icon.et-social-whatsapp-good a,
.et_social_footer .et-social-icon.et-social-whatsapp-good a{
    background-color: var(--azul-ascires);
    border-radius: 50px;
}
.et_slide_menu_top ul.et-social-icons,
.et_social_footer ul.et-social-icons{
    display: flex;
    justify-content: center;
    float: none;
}
/* FIN SOCIAL ICONS EN MENU LATERAL */

/* BUSCADOR EN MENU LATERAL */
.et_slide_menu_top .et-search-form{
    border-radius: 20px;
}
/* FIN BUSCADOR EN MENU LATERAL */

/* COLORES MENU LATERAL */
.et_slide_in_menu_container{
    background-color: var(--azul-ascires);
}
/* FIN COLORES MENU LATERAL */

/* ELEMENTOS DEL MENU LATERAL */
.et_slide_in_menu_container .et_pb_fullscreen_nav_container ul#mobile_menu_slide{
    padding:0;
    border-bottom: 1px solid #DADADA;
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container ul#mobile_menu_slide li a{
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container ul#mobile_menu_slide li{
    border-top: 1px solid #DADADA;
}
/* FIN ELEMENTOS DEL MENU LATERAL*/
/* FIN MENU LATERAL */





/** ATLAS **/
.et_pb_section.atlas_header .atlas_4col{
    padding: 10px 0;
    width: 100%;
    max-width: 100%;
}
.et_pb_section .atlas_logo,
.et_pb_section .atlas_empty,
.et_pb_section .atlas_social_icons,
.et_pb_section .atlas_logo_clinicas,
.et_pb_section #et_top_search.atlas_search_button,
.et_pb_section .atlas_menu_button{
    margin:auto;
}

.atlas_logo{
    text-align: center;
}
.et_pb_section.atlas_header{
    padding-top: 0px;
    padding-bottom: 0px;

}
.atlas_header .atlas_logo img,
.et_header_style_left #logo{
    max-height: 120px !important;
    max-width: unset;
}
.et_pb_section .atlas_social_icons ul.et-social-icons{
    /*margin-left: -100% !important;*/
    float: none;
    margin-bottom: auto;
}
.et_pb_section #et_top_search.atlas_search_button{
    /*width: 14.1667%;*/
    width: 25%;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
    line-height: 60px;
}
.et_pb_section.atlas_header .atlas_4col #logo-clinicas-biomedicas{
    /*max-height: 45px;*/
    max-height: 120px;
    padding-left: 20px;
}
.et_header_style_slide .et_pb_section #et-top-navigation.atlas_menu_button{
    padding: 0 !important;
    margin-right: 3% !important;
}
.et_header_style_slide .et_pb_section #et-top-navigation.atlas_menu_button span{
    /*width: 100%;*/
    text-align: right;
    float: right;
}
.et_header_style_slide .et_pb_section #et-top-navigation .vertical-center {
    /*margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    float:right;
}
.atlas_header .mobile_menu_bar.et_pb_header_toggle{
    width: 60px;
}
.atlas_header .mobile_menu_bar:before,
.atlas_header .mobile_menu_bar:after{
    font-size: 60px;
    color: var(--azul-atlas);
}
.atlas_header .temas-header{
    color: var(--azul-ascires);
    line-height: 60px;
    padding-left: 5px;
    padding-right: 5px;
}
/* POST SLIDER HOME */
.home .psac-post-slider-wrp .psac-post-slider{
    text-align: left;
}
.home .psac-post-slider-wrp.psac-slider-and-carousel .owl-nav .owl-prev,
.home .psac-post-slider-wrp.psac-slider-and-carousel .owl-nav .owl-next{
    /*color: var(--azul-ascires);*/
    color: #ffffff;
    background-color: unset;
    border: 0;
    font-size: 50px;
}
.home .psac-post-slider-wrp.psac-slider-and-carousel .psac-link-overlay{
    background: rgba(27,47,74,0.64);
}
.home .psac-post-slider-wrp.psac-slider-and-carousel .psac-post-overlay{
    border: 0;
    width: 100%;
    max-width: 100%;
    background: unset;
    bottom: 0%;
    top: unset;
    transform: translateY(0%);
}
.home .psac-post-slider-wrp.psac-slider-and-carousel .psac-post-overlay .psac-post-title{
    font-size: 40px;
    line-height: 40px;
    text-align: left;
    /*position: absolute;
    bottom: 0;*/
    max-width: 70%;
    font-weight: bold;
    margin-top: 30px !important;
}
.home .psac-post-slider-wrp.psac-slider-and-carousel .psac-post-overlay .psac-post-title a{
    color: #ffffff;
}

.home .psac-post-slider-wrp.psac-slider-and-carousel .psac-post-overlay .psac-post-categories{

}
.home .psac-post-slider-wrp.psac-slider-and-carousel .psac-post-overlay .psac-post-categories a{
    color: white;
    border: none;
    font-weight: bold;
    background-color: var(--azul-ascires);
}
/* FIN POST SLIDER HOME */

/*ETIQUETAS SOBRE TÍTULO*/
.amarillo, .azul, .azulclaro, .azulcielo, .azuloscuro, .morado, .naranja, .rojo, .verde{
    color: white !important;
    border: none;
    font-weight: bold;
    padding: 2px 50px 2px 2px;
    margin-right: 20px;
    text-transform: uppercase;
    font-style: normal !important;
}

.amarillomini, .azulmini, .azulclaromini, .azulcielomini, .azuloscuromini, .moradomini, .naranjamini, .rojomini, .verdemini{
    color: white !important;
    border: none;
    font-weight: bold;
    padding: 1px 50px 1px 1px;
    margin-right: 20px;
    text-transform: uppercase;
    font-style: normal !important;
    font-size: 11px;
}

.amarillo, .amarillomini{
    background-color: var(--amarillo-etiqueta);
}

.azul, .azulmini{
    background-color: var(--azul-etiqueta);
}

.azulclaro, .azulclaromini{
    background-color: var(--azul-atlas);
}

.azulcielo, .azulcielomini{
    background-color: var(--azul-atlas);
}

.azuloscuro, .azuloscuromini{
    background-color: var(--azuloscuro-etiqueta);
}

.morado, .moradomini{
    background-color: var(--morado-etiqueta);
}

.naranja, .naranjamini{
    background-color: var(--naranja-etiqueta);
}

.rojo, .rojomini{
    background-color: var(--rojo-etiqueta);
}

.verde, .verdemini{
    background-color: var(--verde-etiqueta);
}

.tagsBeforeTitle{
    padding: 40px 0px 10px 0px !important;
}

/*FIN ETIQUETAS SOBRE TÍTULO*/



/* ULTIMOS POSTS HOME */
.postsHome > .et_pb_ajax_pagination_container > .et_pb_post {
    width: 50%;
    float: left;
    padding-bottom: 25%;
    margin-bottom: 0;
}
.et_pb_posts.postsHome .entry-title.postHomeTitle {
    clear: both;
    right: auto;
    /*position: absolute;
    bottom: 0;
    padding: 5px 20px;*/
    text-align: left !important;
    /*background-color: rgba(0,0,0,0.8);
    margin-left: 20px;
    margin-bottom: 20px;*/
    margin: 30px 0 15px 0 !important;

    font-size: 40px !important;
    line-height: 40px !important;
    max-width: 90%;
    font-weight: bold;
}
.et_pb_posts.postsHome .entry-title.postHomeTitle a{
    color: #fff !important;
    /*font-weight: normal !important;
    font-size: 22px;
    text-transform: uppercase;*/
}

/* Descomentar si queremos mostrar la fecha del post en la esquina superior derecha */
/*.et_pb_posts.postsHome .post-meta {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
    width: 53px;
    padding: 10px 0px;
    z-index: 2;
}*/

.et_pb_posts.postsHome .post-meta span{
    color: #212121;
    line-height: 22px;
    font-size: 11px;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
}
.et_pb_section.et_pb_section_1.et_section_regular {
    padding: 0 !important;
}

.et_pb_row.et_pb_row_0 {
    padding: 0;
}

.postsHome .psac-post-overlay{
    position: absolute;
    padding: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;


    border: 0;
    width: 100%;
    max-width: 100%;
    background: unset;
    bottom: 0%;
    top: unset;
    transform: translateY(0%);
}

.postsHome .imgAbsolute{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    width: calc(100% - 2px);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.postsHome .linkAbsolute{
    margin-bottom: 0px !important;
    position: absolute;
    width: 100%;
    width: calc(100% - 2px);
    height: 100%;
    bottom: 0px;
    left: 0px;
    background-color: rgba(27,47,74,0.64);
}
/* FIN ULTIMOS POSTS HOME */

/* HABLAMOS DE... Y LO MAS LEIDO HOME */
#etiquetasHome {
    padding-left: 0;
    padding-right: 0;
}
#etiquetasHome .contenedorTags h2{
    width: 270px;
    padding-right: 30px;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    font-size: 50px;
    font-weight: bold;
    line-height: 55px;
    color: #ffffff;
    text-transform: uppercase;
}
#etiquetasHome .contenedorTags .field-items{
    width: calc(100% - 300px);
    display: inline-block;
    vertical-align: top;
    padding-left: 10%;
 }
#etiquetasHome .contenedorTags .field-items .wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#etiquetasHome .contenedorTags .field-items .item {
    width: 33.33%;
    text-align: left;
    padding-right: 30px;
}
#etiquetasHome .contenedorTags .field-items .item a {
    font-size: 20px;
    color: #1d1d1b;
    padding: 20px 0;
    display: inline-block;
}
#etiquetasHome .contenedorTags .field-items .item a::before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #1d1d1b;
    margin-right: 10px;
}
#etiquetasHome .contenedorTags .wrapper-link {
    text-align: center;
    margin-top: 40px;
}
#etiquetasHome .contenedorTags .wrapper-link a {
    background: var(--azul-ascires);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 30px;
    display: inline-block;
}
#etiquetasHome .contenedorTags .generic-link:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1d1d1b;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
    /* HABLAMOS DE... COMO NUBE DE ETIQUETAS */
    #etiquetasHome ul.wp-tag-cloud {
        list-style: none;
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        line-height: 2.5rem;
    }
    #etiquetasHome ul.wp-tag-cloud a {
        display: block;
        font-size: 1.5rem;
        padding: 0.125rem 0.25rem;
        text-decoration: none;
        position: relative;
        color: #ffffff;
        font-weight: bold;
    }


/* FIN HABLAMOS DE... HOME */

/* LO MAS LEÍDO HOME */
.masLeidoHome.contenedorTags h2{
    width: 270px;
    padding-right: 30px;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    /*font-size: 50px;
    font-weight: 700;
    line-height: 55px;*/
}
#masLeido{
    counter-reset: numero;
}
#masLeido article {
    /*border-bottom: 1px solid var(--azul-atlas);*/
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 0;
}
#masLeido article::before {
    counter-increment: numero;
    content: counter(numero) " ";
    display: inline-block;
    vertical-align: middle;
    font-size: 60px;
    font-weight: 500;
    color: var(--azul-atlas);
    width: 80px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
}
#masLeido article .postHomeTitle{
    font-size: 26px;
    font-weight: 300;
    /*wrapper*/
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 80px);
    border-bottom: 1px solid var(--azul-atlas);
}
#masLeido article .postHomeTitle a{
    color: var(--azul-ascires);
}
/* FIN LO MAS LEÍDO HOME */

/* CAROUSEL VIDEOS HOME */
.video-carousel-ancho-completo .et_pb_carousel{
    margin-top: 0;
}
.video-carousel-ancho-completo .et_pb_carousel .et-carousel-group .et_pb_carousel_item{
    width: 25%;
    margin: 0;
}
.video-carousel-ancho-completo .et_pb_carousel .et-carousel-group .et_pb_carousel_item:after{
    padding-top: 56%;
}
/* FIN CAROUSEL VIDEOS HOME */

/* ARCHIVO: TAG: NO SIDEBAR */
.archive #main-content .container:before,
.blog #main-content .container:before,
.single-post #main-content .container:before
{
    background: none;
}
.archive #sidebar,
.blog #sidebar
.single-post #sidebar{
    display:none;
}
.archive .page-title,
.blog .page-title,
.single-post .page-title{
    text-align: center;
    padding-bottom: 2%;
}

/* SOBREFOOTER */
.containerFull.sobreFooter{
    border-bottom: 2px solid var(--azul-atlas);
    border-top: 2px solid var(--azul-atlas);
    margin-top: 20px !important;
}
    /* SOBREFOOTER CON TEXTO E IMAGEN */
    .containerFull .filaSobreFooter{
        /*width: 94%;
        max-width: 100%;*/
    }
    .containerFull .filaSobreFooter .bloqueFilaSobreFooter{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .containerFull .filaSobreFooter p{
        font-size: 17px;
        color: var(--azul-ascires);
        text-align: justify;
    }
    .containerFull .filaSobreFooter .bloqueMapa {
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .containerFull .filaSobreFooter .bloqueMapa .mapaClinicas{
        max-width: 200px;
    }
    /* MAPA SVG */
    .containerFull .filaSobreFooter .bloqueMapa .choose-community path {
        stroke: #fff;
        stroke-width: 1.5;
        stroke-linecap: round;
        transition: all .3s ease-in;
        fill: #c5ced6;
    }
    .containerFull .filaSobreFooter .bloqueMapa .choose-community path.active-province {
        cursor: pointer;
        fill: #2CCCD3;
    }
    /* FIN MAPA SVG */


    .containerFull .filaSobreFooter .bloqueClinicas h3{
        font-weight: 900;
        color: var(--azul-atlas);
        font-size: 24px;
    }
    .containerFull .filaSobreFooter .bloqueClinicas p{
        padding-bottom: 8px;
    }
    .containerFull .filaSobreFooter .bloqueClinicas .h3CV{
        padding-top: 10px;
        padding-bottom: 18px;
    }

    /* SOBREFOOTER CON LLAMADA A API */
    .containerFull.sobreFooter.et_pb_section_3.et_pb_section {
        width: 100%;
        margin: auto;
        background-color: #ffffff !important;
    }
    .containerFull.sobreFooter.et_pb_section_3.et_pb_section h2{
        text-align: center;
        color: #fff;
        padding-bottom: 30px;
    }
    .containerFull.sobreFooter.et_pb_section_3.et_pb_section .clinicaFooter{
        margin-bottom: 40px;
    }
    .containerFull.sobreFooter.et_pb_section_3.et_pb_section .wrapperClinicaFooter{
        /*display: inline-block;*/
        position: relative;
        width: 150px;
        height: 150px;
        overflow: hidden;
        border-radius: 50%;
        margin: 0 auto;
    }
    .containerFull.sobreFooter.et_pb_section_3.et_pb_section .imgClinicaFooter {
        /*display: inline;
        margin: 0 auto;
        height: 100%;
        width: auto;*/
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: 100%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        object-fit: cover;
    }
    .containerFull.sobreFooter.et_pb_section_3.et_pb_section .textoClinicaFooter{
        text-align: center;
        padding-bottom: 0;
    }
    .containerFull.sobreFooter.et_pb_section_3.et_pb_section .textoClinicaFooter a{
        color: #fff;
    }
/* FIN SOBREFOOTER */

/* FOOTER */
#footer-bottom{
    background-color: #ffffff !important;
}
#footer-bottom #menu-menufooter .menu-item a{
    color: var(--azul-ascires);
}
#footer-widgets{
    display: flex;
}

#footer-widgets .footer-widget{
    flex: 1;
}

#footer-widgets .footer-widget:first-child{
    border-right: 2px solid var(--azul-ascires);
}
#footer-widgets .footer-widget:nth-child(2){
    padding-top: 34px;
}
#footer-widgets .footer-widget:last-child{
    border-left: 2px solid var(--azul-ascires);
    padding-left: 30px;
    padding-top: 25px;
    color: var(--azul-ascires);
}
#footer-widgets .footer-widget li{
    padding-left: 0;
}
#footer-widgets .footer-widget .et_social_footer li:before,
#footer-widgets .footer-widget #menu-menufooter li:before{
    border-radius: unset;
    border-style: unset;
    border-width: unset;
    content: "";
    left: unset;
    position: inherit;
    top: unset;
}
#footer-widgets .footer-widget #menu-menufooter li a{
    font-size: 17px;
}
#footer-widgets .footer-widget > div{
    width: 100%;
}
#footer-widgets .footer-widget:last-child .fwidget.et_pb_widget.widget_media_image{
    text-align: right;
}
.et_social_footer .et-social-icons li{
    margin-left: 0;
    margin-right: 10px;
}
/* FIN FOOTER */

/********* SINGLE POST ********/
/* TIEMPO DE LECTURA */
#tiempoLectura{
    color: #838ba0;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
}
#tiempoLectura p {
    display: inline;
}
/* COMPARTIR EN REDES (MONARCH) */
.et_social_inline.et_social_mobile_on.et_social_inline_bottom{
    margin-top: 20px;
    border-top: 1px solid #838ba0;
    padding-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #838ba0;
    padding-bottom: 20px;
}
.et_social_inline .et_social_4col li{
    width: unset;
}
.et_monarch .et_social_networks .et_social_icons_container {
    display: flex;
    justify-content: center;
    float: none;
}
.et_monarch .et_social_networks .et_social_icons_container::before {
    content: "COMPARTIR";
    font-weight: bold;
    line-height: 36px;
    margin-right: 15px;
    font-size: 16px;
    color: black;
}


/******** FIN SINGLE POST ********/

/**************** MEDIA QUERIES ***************/
@media (min-width:981px) {
    /* NO SIDEBAR */
    .archive #left-area,
    .blog #left-area,
    .single-post #left-area{
        width: 100%;
        padding: 23px 0px 0px !important;
        float: none !important;
    }
}
@media screen and (min-width:981px) and (max-width:1360px){    
    /*ETIQUETAS SOBRE TÍTULO*/
    .amarillo, .azul, .azulclaro, .azulcielo, .azuloscuro, .morado, .naranja, .rojo, .verde{
        padding: 2px;
        margin-right: 0px;
    }

    .amarillomini, .azulmini, .azulclaromini, .azulcielomini, .azuloscuromini, .moradomini, .naranjamini, .rojomini, .verdemini{
        padding: 1px;
        margin-right: 0px;
    }
}

@media screen and (min-width:981px) and (max-width:1080px){   
    /*ETIQUETAS SOBRE TÍTULO*/
    .amarillo, .azul, .azulclaro, .azulcielo, .azuloscuro, .morado, .naranja, .rojo, .verde{
        font-size: 12px;
    }

    .amarillomini, .azulmini, .azulclaromini, .azulcielomini, .azuloscuromini, .moradomini, .naranjamini, .rojomini, .verdemini{
        font-size: 12px;
    }
}

@media screen and (max-width:1200px){
}
@media screen and (max-width:980px) {
    /* HEADER */
    .atlas_4col .et_pb_column.atlas_logo_clinicas,
    .atlas_4col .et_pb_column.atlas_logo{
        width: 31.3333% !important;
    }
    .atlas_4col .et_pb_column.atlas_menu_button{
        width: 25% !important;
    }
    .atlas_4col.et_pb_gutters2 .et_pb_column {
        margin-right: 3%;
        margin-top: 0%;
    }
    .atlas_4col #et_top_search {
         float: right;
    }
    .et_pb_section.atlas_header .atlas_4col #logo-clinicas-biomedicas{
        /*max-height: 35px;*/
        max-height: 84px;
    }
    /*.atlas_4col .logo-clinicas-div{
        text-align: center;
    }*/
    /* POSTS DESTACADOS */
    .et_pb_posts.postsHome .entry-title.postHomeTitle a{
        /*font-size: 15px;*/
    }
    .et_pb_posts.postsHome .entry-title.postHomeTitle{
        font-size: 22px !important;
        line-height: 22px !important;
    }
    /* LO MÁS LEÍDO HOME */
    #masLeido article .postHomeTitle{
        font-size: 25px;
    }
    /* HABLAMOS DE... HOME */
    #etiquetasHome .contenedorTags .field-items .item {
        width: 50%;
        padding-right: 10px;
    }
    #etiquetasHome .contenedorTags h2{
        width: 200px;
        font-size: 40px;
        line-height: 45px;
    }
    /*.masLeidoHome.contenedorTags h2{
        width: 200px;
    }*/
    #etiquetasHome .contenedorTags .field-items {
        width: calc(100% - 210px);
    }
    /* SOBRE FOOTER */
    .containerFull.sobreFooter.et_pb_section_3.et_pb_section .clinicaFooter{
        width: 25%;
    }
    .containerFull .filaSobreFooter .bloqueFilaSobreFooter{
        display: block;
        /*justify-content: center;
        align-items: center;*/
    }
    .containerFull .filaSobreFooter .bloqueFilaSobreFooter .bloqueMapa{
        padding-top: 10px;
    }
    .containerFull .filaSobreFooter .bloqueFilaSobreFooter .comunidad{
        float: left;
        width: 50%;
    }
    .containerFull .filaSobreFooter .bloqueFilaSobreFooter .comunidad .h3CV{
        padding-top: 0;
    }
    /* FOOTER */
    #footer-widgets{
        display: block;
    }
    #footer-widgets .footer-widget:first-child{
        border-right: 0;
    }
    #footer-widgets .footer-widget:nth-child(2){
        padding-top: 0;
    }
    #footer-widgets .footer-widget:last-child{
        border-left: 0;
        padding: 0;
        width: 100%;
    }
    #footer-widgets .footer-widget:last-child .fwidget.et_pb_widget.widget_media_image{
        text-align: left;
    }
}
@media screen and (max-width:768px) {
    /* SOBRE FOOTER */
    .containerFull.sobreFooter.et_pb_section_3.et_pb_section .clinicaFooter{
        width: 33.33%;
    }
}
@media screen and (max-width:767px) {
    /* FOOTER */
    #footer-widgets .footer-widget{
       /* width: 50% !important;*/
    }
    /* CAROUSEL VIDEOS */
    .video-carousel-ancho-completo .et_pb_carousel .et-carousel-group .et_pb_carousel_item{
        width: 33.3333%;
    }
}

@media screen and (max-width:750px) {
    /* HEADER */
    .atlas_4col.et_pb_gutters2 .et_pb_column.et_pb_column_1_4{
        width: 22.75%;
    }
    .atlas_4col.et_pb_gutters2 .et_pb_column {
        margin-right: 3%;
        margin-top: 0;
    }
    /* LO MÁS LEÍDO HOME */
    #masLeido article{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    #masLeido article::before {
        font-size: 40px;
        width: 50px;
    }
    #masLeido article .postHomeTitle{
        font-size: 18px;
    }
    /* HABLAMOS DE... HOME */
    #etiquetasHome .contenedorTags h2{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 35px;
    }
    .masLeidoHome.contenedorTags h2{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    #etiquetasHome .contenedorTags .field-items {
        width: 100%;
    }
    #etiquetasHome .contenedorTags .field-items .item {
        padding-right: 20px;
    }
    #etiquetasHome .contenedorTags .field-items .item a {
        padding: 10px 0;
    }
}
@media screen and (max-width:479px) {
    /* HEADER */
    .atlas_4col .et_pb_column.atlas_logo_clinicas,
    .atlas_4col .et_pb_column.atlas_logo{
        width: 31.3333% !important;
        margin-right: 3%;
    }
    .atlas_4col .et_pb_column.atlas_menu_button{
        width: 25% !important;
    }
    /*.atlas_4col.et_pb_gutters2 .et_pb_column.et_pb_column_1_4{
        width: 47.25% !important;
    }*/
    .atlas_4col.et_pb_gutters2 .et_pb_column {
        margin-right: 5.5%;
        margin-top: 0;
    }
    .et_header_style_slide .et_pb_section #et-top-navigation.atlas_menu_button{
        margin-right: 0 !important;
    }
    .atlas_4col .logo-clinicas-div {
        text-align: unset;
    }
    .et_pb_section #et_top_search.atlas_search_button{
        width: 50% !important;
    }
    .et_pb_column.et_pb_column_1_4.atlas_logo_clinicas{
        padding-left: 3%;
    }
    .atlas_header .atlas_logo img,
    .et_header_style_left #logo,
    .et_pb_section.atlas_header .atlas_4col #logo-clinicas-biomedicas{
        max-height: 60px !important;
    }
    .atlas_header .mobile_menu_bar.et_pb_header_toggle{
        width: 32px;
    }
    .atlas_header .mobile_menu_bar:before{
        line-height: 60px;
        font-size: 32px;
    }
    .atlas_header .mobile_menu_bar:after{
        line-height: 60px;
        font-size: 32px;
    }
    .atlas_header .temas-header{
        display: none;
    }
    .et_pb_section #et_top_search.atlas_search_button{
        line-height: 60px;
    }
    /* POSTS DESTACADOS */
    .postsHome > .et_pb_ajax_pagination_container > .et_pb_post{
        width: 100%;
        padding-top: 50px;
        min-height: 200px;
        margin-bottom: 2px;
    }
    /* SOBREFOOTER */
    .containerFull.sobreFooter.et_pb_section_3.et_pb_section .clinicaFooter{
        width: 50% !important;
    }
    .containerFull .filaSobreFooter .bloqueFilaSobreFooter .comunidad{
        float: none;
        width: 100%;
    }
    .containerFull .filaSobreFooter .bloqueFilaSobreFooter .bloqueClinicas{
        padding-top: 20px;
    }
    .containerFull .filaSobreFooter .bloqueFilaSobreFooter .comunidad .h3CV{
        padding-top: 0;
    }
    /* FOOTER */
    #footer-widgets{
        display: block;
    }
    #footer-widgets .footer-widget:first-child{
        border-right: 0;
    }
    #footer-widgets .footer-widget:nth-child(2){
        padding-top: 0;
    }
    #footer-widgets .footer-widget:last-child{
        border-left: 0;
        padding: 0;
    }
    #footer-widgets .footer-widget{
        width: 100% !important;
    }
    .et_social_footer ul.et-social-icons{
        justify-content: unset;
    }
    #footer-widgets .footer-widget:last-child .fwidget.et_pb_widget.widget_media_image{
        text-align: left;
    }
}
@media screen and (max-width:450px) {
    #etiquetasHome .contenedorTags .field-items .item {
        width: 100%;
        padding-right: 0;
    }
    .et_social_footer ul.et-social-icons{
        justify-content: unset;
    }
    #footer-widgets .footer-widget:last-child .fwidget.et_pb_widget.widget_media_image{
        text-align: left;
    }
    /* SOBRE FOOTER */
    .containerFull.sobreFooter.et_pb_section_3.et_pb_section .clinicaFooter {
        width: 100%;
    }
}
/**************** FIN MEDIA QUERIES ***************/

/*SIDEBAR*/
.et_pb_widget_area_left {
    border-right: none;
}

.rpwwt-widget ul li:not(:first-child){
    border-top: 1px solid var(--azul-atlas);
    padding: 40px 0px;
}

.rpwwt-post-title {
    font-size: 20px;
    margin-top: 20px;
    display: inline-block;
    color: var(--azul-ascires);
    font-weight: bold;
}
/*FIN SIDEBAR*/
