/*
Theme Name: segib2015
Theme URI: http://underscores.me/
Author: Audentis
Author URI: http://audentisnetwork.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: segib2015
Tags:

@import url(style_.css);

Google Fonts: 
    - font-family: 'Lato', sans-serif;
    - font-family: 'Playfair Display', serif;
*/

@import url(css/custom_A.css?update=6);
@import url(css/custom_B.css);

html, body {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

a {
    color: #000000;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
}

article.entry-content {
    margin-top: 20px;
}

article.entry-content img {
    max-width: 100%;
    height:100%;
}

body.home .entry-content {
    margin-top: 40px;
}

.white, .white p, .white h1, .white a {
    color: #fff;
}

.blue, .blue p, .blue h1, .blue a {
    color: #00BBDB;
}

.black .black p, .black h1, .black a {
    color: #000000;
}

.align-justify {
    text-align: justify;
}

.wp-caption.alignleft,
img.alignleft {
    float: left;
    padding-right: 20px;
}

.wp-caption.alignright,
img.alignright {
    float: right;
    padding-left: 20px;
}

.flex-container {
    display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;

    flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;

    flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        
    height: 100%;
}

.flex-center-h {

    justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    
}

.flex-left-h {
    
    justify-content: flex-start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
}

.flex-middle-v {
    
    align-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
    align-items: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        
}

.flex-bottom-v {
    
    align-content: flex-end;
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: flex-end;
    align-items: flex-end;
        -webkit-align-items: flex-end;
        -ms-flex-align: flex-end;
        
}

.flex-justify-v {
    
    align-content: space-between;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: space-between;
    align-items: space-between;
        -webkit-align-items: space-between;
        -ms-flex-align: space-between;
        
    justify-content: space-between;
}









/*
***** BODY (GENERAL)
*/

.site-content {
    overflow: hidden;
}

h3 {
    line-height: 25px;
    letter-spacing: 0px;
    font-size: 25px;
    font-family: playfair display, serif;
    font-weight: 400;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 20px;
}

p {
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
}

.main-title, .main-title p, .main-title h1 {
    font-size: 70px;
    line-height: 70px;
    text-align: left;
    letter-spacing: -1px;
    text-transform: none;
    font-family: lato, sans-serif;
    font-weight: 900;
    margin-top: 0;
}

.main-title h1 {
    margin-top: 35px !important;
}

.secondary-title, .secondary-title p, .main-title h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
}

.title-separator {
    font-weight: 300;
    margin-right: 20px;
}

.title-nav, .title-nav a, .title-nav p {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    padding-left: 20px;
    font-weight: 700;
    padding: 0px 0px 10px;
}




/*
***** FOOTER *******
*/

.site-pre-footer {
    min-height: 400px;
    padding: 40px 0;
    background-image: url(img/ico-footer-enlaces.svg); 
    background-color: #1B2D5A;
    background-size: 280px 280px;
    background-position: 60px center;
    background-repeat: no-repeat;
}

    @media screen and (max-width: 994px) {
        .site-pre-footer {
            background-image: url(img/ico-footer-enlaces-opacity-03.svg); 
        }
    }

.site-pre-footer h3 {
    color: #FFFFFF;
    line-height: 25px;
    text-align: left;
    letter-spacing: 0px;
    font-size: 25px;
    font-family: playfair display, serif;
    font-weight: 400;
    font-style: italic;
    text-transform: lowercase;
    margin-bottom: 40px;
}

.site-pre-footer ul {
    list-style: none;
    margin-left: -40px;
}

.site-pre-footer ul li{
    float:left;
    display:inline;
    width: 50%;   /* 2 columnas */
    padding-right: 10px;
    margin-bottom: 20px;
    min-height: 65px;
}

.site-pre-footer ul li a {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-family: lato, sans-serif;
    font-weight: 700;
}


.site-footer {
    padding: 40px 0;
    border-top: 1px solid #DCDCDC;
    background: transparent url("img/bg-footer.jpg") no-repeat right center;
    background-size: cover;
}


/*
******** WIDGETS
*/

ul.widget-transparencia {
    list-style: none;
    padding: 0;
}

ul.widget-transparencia li h5 {
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0;
}

ul.widget-transparencia li p {

}

.boton1 {
    border: 1px solid #C1C1C1;
    text-align: center;
    font-family: lato, sans-serif;
    font-weight: 300;
    color: #000;
    padding: 20px;
    margin: 20px 20px 20px 0;
    line-height: 80px;
    background: #fff;
}

input[type=text] {
    background: #E3E3E3;
    width: 100%;
    padding: 10px;
    border: 0;
}

input, button {
    line-height: normal !important;
}






/* 
******* SITE-PROGRAMA
*/

.post-featured-image {
    width: 100%;
    height: 600px;
    background-size: cover;
}

.post-category {
    color: #00BBDB;
    line-height: 70px;
    text-align: left;
    letter-spacing: -3px;
    text-transform: none;
    font-size: 70px;
    font-family: lato, sans-serif;
    font-weight: 900;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 50px;

}

.post-category span.separator {
    font-weight: 300;
    margin-right: 20px;
}

.post-title {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 10px;
    font-family: lato, sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 0;
}

.post-excerpt {
    font-size: 20px;
    line-height: 24px;
    font-family: lato, sans-serif;
    font-weight: 300;
    margin-top: 0;
}




.post-main-content {
    margin: 40px 0;
}

.post-main-content .col-central {
    border-right: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
}

.post-main-content h3, footer h3 {
    color: #000000;
    line-height: 25px;
    text-align: left;
    letter-spacing: 0px;
    font-size: 25px;
    font-family: playfair display, serif;
    font-weight: 400;
    font-style: italic;
    text-transform: lowercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.post-main-content p {
    line-height: 30px;
    font-size: 20px;
    color: #000000;
    font-family: lato, sans-serif;
    font-weight: 300;
}


/*** WIDGETS ***/

.widget-in-post {
    margin-bottom: 60px;
}

.widget-objetivos {
    
}

.widget-objetivos ol {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
    
    margin: 0 0 100px 0;
    padding: 0;
     
    counter-reset: li-counter;
}
.widget-objetivos ol > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    
    line-height: 70px;
    font-size: 70px;
    font-family: lato, sans-serif;
    font-weight: 900;
}
.widget-objetivos ol > li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.8em;
     
    line-height: 1;
    font-weight: 900;
    text-align: right;
 
    content: "0" counter(li-counter);
    counter-increment: li-counter;
}

.widget-objetivos ol li p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
    margin-left: 70px;
}

.widget-paises {
    
}

.widget-paises p {
    font-size: 15px;
    line-height: 20px;
}

.widget-cumbres {
    
}

.widget-cumbres h5 {
    font-weight: 700;
}

.widget-cumbres p {
    font-size: 15px;
    line-height: 20px;
}        


.widget-enlaces {
    
}

.widget-enlaces a {
    font-weight: 700;
    line-height: 20px;
    font-size: 15px;
    color: #000;
    text-transform: lowercase;
}


.widget-rrss {
    
}

.widget-rrss ul {
    list-style: none;
    font-size: 32px;
    padding-left: 0;
}

.widget-rrss ul li {
    padding: 0 5px;
    float: left;
}




.widget_categories{
    float:left;
    width:75%;
}

.widget_categories h2{display: none;}

.widget_categories ul .cat-item{
    float:left;
    margin-left: 20px;
    border: 1px solid #c1c1c1;
    padding: 13px;
    list-style-type: none;
}

.widget_search {
    float:left;
    width: 25%;
}

.st-document{stroke:#FFF !important;}

/*** ACTUALIDAD ***/
.news{margin-bottom: 50px;}

.news a{
    color: #000;
}

.news-new h2{
    font-size: 33px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.more-link{
    border: 1px solid #c1c1c1;
    padding: 13px;
    display: block;
    width: 15%;
    text-align: center;
    margin-top:15px;
}

/* PAGINACION */
.page-numbers{
    padding: 20px 0;
}
.page-numbers li{
    font-size: 30px;
    line-height: 42px;
    float:left;
    list-style-type: none;
    padding: 0 20px 0 0;
}
.page-numbers li .flecha_paginacion{height: 40px;}


/* CONTENT SINGLE - TRIBUNA */
.entry-tribuna{padding:20px 0;}
.tribunaTitle{font-size: 13px !important; line-height:16px !important; color: #00bbdb;font-weight: bold !important;padding-top: 30px;}
.tribunaSubtitle{font-size: 15px !important;line-height:19px !important; color: #000;font-weight: bold !important;}
.tribunaDescription{font-size: 15px !important;line-height:19px !important;}


.nav-pagination{display: block;clear: both;padding-bottom: 20px;text-align: center;}
.nav-pagination .pagination>li>a, 
.nav-pagination .pagination>li>span{color: #00BBDB;border:0;padding: 0;background-color: transparent; padding: 0;margin:0 2px;font-size: 14px;line-height: 18px;text-align: center;display: inline-block;min-width: 18px;}
.nav-pagination .pagination>li>.current{ background-color: #00BBDB;color: #fff;border-radius: 100%;font-weight: 900;}
.page-num-first, .page-num-last{letter-spacing: -2px;}

@media(max-width: 767px){
    .home .entry-content{margin-top: 0;}
    .home .widget-scroll-posts-item-date{font-size: 40px;line-height: 48px;text-transform: lowercase;}
    .vc_custom_1446188328474 .carousel-caption h2{margin-top: 120px;}
    .vc_custom_1446188328474 .carousel-caption h1{margin: 0 0 30px;
        font-size: 32px!important;    
        line-height: 34px!important;    
        padding-right: 60px;
    }
    .vc_custom_1446188328474 .carousel-caption h1 a{margin: 0;
        font-size: 32px!important;    
        line-height: 34px!important;    
    }
    .vc_custom_1446188328474 .share-link-container{
        display: block;
        margin-top: 10px;
    }
    .vc_custom_1446188328474 .share-link-container a{margin: 0;}
    .vc_custom_1446188328474 .wpb_raw_code.wpb_content_element.wpb_raw_html .wpb_wrapper .col-xs-12.col-sm-3.col-md-3{
        margin-top: 0!important;
        padding-left: 15px!important;
    }
    .vc_custom_1484904155943{
        background-size: 800px; 
    }
    .vc_custom_1484904155943 .secondary-title p{
        font-size: 18px!important;
        line-height: 150%;
    }
    .vc_custom_1485423403994{
        padding-right: 0!important;
    }

    .vc_custom_1485423403994 h1{
        text-align: center;    
    }
    .vc_custom_1445583710473 p{
        font-size: 20px !important;
        line-height: 140%!important;
    }

    .vc_custom_1495017057557.main-title a,
    .vc_custom_1493889488366.main-title a{
        font-size: 40px;

    }
    .vc_custom_1445583710473 .secondary-title.white{
        padding-top: 0!important;
    }
    #recent-posts-list-1 {
        margin-left: -10px;
        margin-right: -10px;
    }
    .vc_custom_1445583710473 .wpb_column.vc_column_container.vc_col-sm-6{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #recent-posts-list-1 .recent-post-item-text,
    #recent-posts-list-1 .recent-posts-item-image{padding: 0;}

    .vc_row.vc_custom_1445583710473{padding-top: 0!important;padding-bottom: 0!important;margin-bottom:0!important;}
    .wpb_content_element.vc_custom_1493911369818,
    .wpb_content_element.vc_custom_1493890549845{
        padding-top: 0!important;
    }
    .home h1.main-title{
        
    }
    .main-title:empty{
        display: none;
    }
    .home h1.main-title  {
        font-size: 34px !important;
        line-height: 110% !important;
    }

    .home .call-to-action-text-container{padding: 20px;}
    .vc_custom_1445961644604 .vc_col-sm-4{margin-bottom: 35px;}


    /* destacamos */
    .wpb_wrapper .photo-banner-container{
        width: 100%!important;
        float: none!important;
        background-size: cover!important;
        background-position: center!important;
        
        display: block;
        margin-bottom: 30px!important;
    }
    .wpb_wrapper .photo-banner-container + .vc_separator{
        margin-bottom: 0;        
    }
    .wpb_wrapper .photo-banner-container .photo-banner-content h1{
        font-size: 22px;
    }



}




/* CLICK TO TWEET */
[data-icon]:before {
 /* font-family: "t" !important;
  content: attr(data-icon);*/
  font-family: FontAwesome;
  content:"\f099";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  /*font-family: "t" !important;*/
      font-family: FontAwesome;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-social-twitter:before {
  /*content: "t";*/
  content:"\f099";
}

@keyframes twtfade {
    0%   { @include opacity(0);   }
  100% { @include opacity(100); }
}
@-webkit-keyframes twtfade {
    0%   { @include opacity(0);   }
  100% { @include opacity(100); }
}

/* button body */
.twtshare {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-left: -35px;
    background: #2FC2EF;
    color: #FFF;
    width: 70px;
    height: 35px;
    display: block;
    -webkit-animation-name: twtfade;
    animation-name: twtfade;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    cursor: pointer;
    text-decoration: none;
}

/* button bottom arrow */
.twtshare:after {
    margin-top: 0;
    margin-left: -7px;
    left: 50%;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7.5px 0 7.5px;
    border-color: #2FC2EF transparent transparent transparent;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

/* button icon */
.twtshare:before {
    display: block;
    width: 70px;
    height: 35px;
    line-height: 39px;
    font-size: 18px;
    text-align: center;
}

#g-recaptcha   {
                        transform: scale(0.84);
                        transform-origin: 0 0;
                       }

.g-recaptcha   {
                        transform: scale(0.84);
                        transform-origin: 0 0;
                       }



/* CABECERA */

header.site-header>.container ul{list-style: none;margin: 0;padding: 0;}
header.site-header>.container{
        /*height: 85px;*/
        /*height: 45px;*/
        margin: 20px auto;
    }
header.site-header>.container:after{content: '';display: table;clear: both;}
#site-logo{
    float: left;
    margin-right: 8px;
    /*width: 152px;*/
    
}
#site-logo a{display: inline-block;vertical-align: top;

width: 156px;}
#site-logo img{width: 100%;height: auto;}
#site-navigation{
    /*width: 550px;*/
    float: left;
    padding: 0 8px;
    display: inline-block;
}
header.site-header>.container .separator{display: none;}
.slicknav_menu > a{    
        line-height: 54px;
        width: 42px;
        font-size: 12px;
        display: inline-block;
        text-align: center;
}
.slicknav_menu{position: relative;}
.slicknav_nav {

}
.slicknav_hidden{
    display: none;    
}
#masthead #header-paises{margin-top: 0;}
#site-languages{    
    float: right;
    padding: 0 8px;
}
#site-languages ul li{
    height: 18px;
}
#site-languages ul li a span{
    line-height: 18px;

    display: inline-block;
}
#site-languages ul li a {
    width: 20px;
    color: #727272;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    font-family: lato, sans-serif;
    font-weight: 400;
    font-style: italic;
    display: inline-block;
}

#site-search,
#social-media-header{display: none;}
#site-navigation > .menu-menu-principal-container{display: none;}



#site-search i{font-size: 20px;}

@media(min-width: 375px){
    
    #site-languages{
        float: left;
    }
    #site-search{
        text-align: center;
        display: block;
        float: left;
        width: 28px;    
        padding: 0 8px;
        box-sizing: content-box;
        border-right: 1px solid #e3e3e3;
        border-left: 1px solid #e3e3e3;
    }
    
        
    #social-media-header{
        float: left;
    }
    #site-search i{line-height: 54px;}
    #site-search #search-input {
        position: absolute;
        top: 5px;
        left: -205px;
        width: 200px;
        padding: 15px;
        display: none;
    }
    #social-media-header{
        width: 25px;
    }
    #social-media-header li{float: left;}
    #social-media-header{
        display: block;
        padding: 0 8px;
        box-sizing: content-box;
    }
    #social-media-header a{
        line-height: 24px;
        padding: 2px 0;
        font-size: 20px;
        width: 25px;
        text-align: center;
        display: inline-block;
        box-sizing: content-box;        
    }
    #social-media-header .white{
                
        color: #000;
        
    }
    
    #social-media-header li:nth-child(2),
    #social-media-header li:nth-child(4),
    #social-media-header li:nth-child(5),
    #social-media-header li:nth-child(6){display: none;}
    
    /*#site-navigation*/
    #site-languages{
        margin-left: calc(100vw - 395px);
    }

}

@media(min-width: 414px){

    /*#site-navigation*/
    #site-languages{
        margin-left: calc(100vw - 445px);
    }


    #social-media-header{
        width: 75px;
    }
    #social-media-header li:nth-child(2),    
    #social-media-header li:nth-child(4),
    #social-media-header li:nth-child(5),
    #social-media-header li:nth-child(6){
        display: block;
    }
}

@media(min-width: 768px){
     /*#site-navigation*/
     #site-languages{
        margin-left: 0;
    }
    #site-search{padding: 0 4px;margin:11px 0;border-left:none;}
    #site-search i{line-height: 32px;font-size: 18px;}

    #social-media-header{
        width: 173px;
    }
    #social-media-header{margin:11px 0;}
    #social-media-header li:nth-child(5){
        display: block;
    }
    #social-media-header a{line-height: 28px;padding-right: 2px;padding-right: 2px;}
    #social-media-header li:nth-child(6){border-left: 1px solid #e3e3e3;padding-left: 5px;margin-left: 5px;}

    header.site-header>.container{display: flex;}
    #site-logo, #site-search, #social-media-header{flex: 0 0 auto;}
 
    #site-navigation, #site-languages{flex: 1 2 auto;text-align: center;}

    
    
        
}

@media(max-width: 374px){
    .menu > li{    
        padding: 1px 0; 
    }
}
@media(max-width: 1024px){

    .slicknav_btn.slicknav_open{
        position: fixed;
        z-index: 10015;
        top: 0;
        right: 0;
    	width: 48px;
    	line-height: 48px;
    }

    .slicknav_open .slicknav_icon{
        width: 48px;
    	height: 48px;    
    	display: block;
    	position: relative;
    }
    .slicknav_open .slicknav_menutxt{display: none;}
    .slicknav_open .slicknav_icon-bar{
        width: 32px;
	    height: 2px;
	    display: block;
	    background: #000;
	    top: 22px;
	    position: absolute;
	    left: 7px;
	    transform: rotate(45deg);
    }
    .slicknav_open .slicknav_icon-bar:nth-child(2){transform: rotate(-45deg);}

    .popover.bottom>.arrow,
    .slicknav_item{display: none;}
    .slicknav_collapsed{display: block;}
    .menu > li{
        font-weight: 700;
        font-size: 16px;
        line-height: 28px;
        padding: 5px 0;
        border-bottom: 1px solid rgba(151, 151, 151, .18);
    }
    /*
    header.site-header>.container li:first-child .sub-menu{
    	padding: 0;
    }
    header.site-header>.container li:first-child .sub-menu{padding: 0;}
    header.site-header>.container li:first-child .sub-menu li{font-size: 16px;
    	padding: 5px 0 0;
    	font-size: 16px;font-weight: 700;
    	border-top: 1px solid rgba(151, 151, 151, .18);}
    header.site-header>.container li:first-child .sub-menu li:before{display: none;}
    */
    header.site-header>.container .sub-menu{
            display: block!important;    
            position: static;box-shadow: none;
            border:none;
            margin-right: 2px;
            padding: 4px 10px 10px 2px;
        }
    header.site-header>.container .sub-menu li:before{
        content: '·';
        margin-right: 3px;
        display: inline-block;
        color: #42c5e0;
        font-weight: 900;

    }    
        .popover > div{display: none;}
        
    
    .slicknav_nav{        
        top:0;
        left:0;
        width: 100%;
        height:100vh;
        box-sizing: border-box;
        padding: 24px 36px;
        background-color: #fff;
        position: fixed;
        z-index: 10010;
       display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
    } 
    .slicknav_nav .menu-menu-principal-container{
    height: 100%;
    overflow-y: auto;    
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%;
    max-width: 300px;
    }
    .menu li{/*white-space: nowrap;*/text-align: left;}


    /* Nuevo menú hamburguesa */
    header.site-header>.container{position: relative;}
    #site-logo{margin-left: 57px;}
    #site-navigation{
        position: absolute;
        top: 0;left: 0;padding: 0;
        margin-left: 0;
    }
    .slicknav_menu > .slicknav_collapsed{width: 67px;height: 54px;padding-top: 20px;}
    .slicknav_menutxt{display: none;}
    .slicknav_collapsed .slicknav_icon{width: 67px;display: block;}
    .slicknav_collapsed .slicknav_icon span{
        height: 2px;
        width: 27px;
        margin: 0 auto 5px; 
        display: block;
        background: #000;
    }
}


/* AJUSTE MENU */

@media(min-width: 1025px){  
    #site-navigation > .menu-menu-principal-container {display: block;}
     #site-logo a{margin-top: 4px;    width: 176px;}
    .slicknav_menu{display: none;}

    #site-navigation{        
        height: 70px;
        padding: 0 15px;
        margin-left: 15px;
        border-left: 1px solid #e3e3e3;
            }
    #site-navigation ul.menu{
        position:relative;
        list-style: none;
    }
    #site-navigation ul.menu >li{        
        box-sizing: border-box;
        position: absolute;
        width: 41%;  
    }
    #site-navigation ul.menu >li:nth-child(1),
    #site-navigation ul.menu >li:nth-child(2),
    #site-navigation ul.menu >li:nth-child(3){
        left: 0;                    
    }
     #site-navigation ul.menu >li:nth-child(1){top:0;}
    #site-navigation ul.menu >li:nth-child(2){top:25px;}
    #site-navigation ul.menu >li:nth-child(3){top:50px;}

    #site-navigation ul.menu >li:nth-child(4),
    #site-navigation ul.menu >li:nth-child(5),
    #site-navigation ul.menu >li:nth-child(6){
        position: absolute;
        left: 41%;
        width: 41%;  
        
    }
    #site-navigation ul.menu >li:nth-child(4){top:0;}
    #site-navigation ul.menu >li:nth-child(5){top:25px;}
    #site-navigation ul.menu >li:nth-child(6){top:50px;}

    #site-navigation ul.menu >li:nth-child(7),
    #site-navigation ul.menu >li:nth-child(8),
    #site-navigation ul.menu >li:nth-child(9){        
        width: 19%;
        right: 0;
    }    
    #site-navigation ul.menu >li:nth-child(7){top:0;}
    #site-navigation ul.menu >li:nth-child(8){top: 25px;}
    #site-navigation ul.menu >li:nth-child(9){top: 50px;}

    #site-navigation{text-align: left;}
    #site-navigation ul.menu > li a{width: auto;}
    .popover.bottom>.arrow {
        display: block;
        transform: none;
        top: -11px;
        left: 50%;
        margin-left: -11px;
        border-top-width: 0;
        border-bottom-color: #999;
        border-bottom-color: rgba(0,0,0,.25);
    }
    #site-navigation ul.sub-menu {left: 0;top: 30px;padding: 5px 10px;}
    #site-navigation ul.sub-menu a{display: inline-block;padding: 5px;/*white-space: nowrap;*/}

    #site-search i{
        line-height: 70px;
    }
    #site-languages{
        height: 70px;
        flex: 0 0 auto;
        border-left: 1px solid #e3e3e3;
    }
    #site-languages ul li{height: 21px;}
    #site-languages ul li a{line-height: 21px;}
    #site-search{border: none;margin: 0;padding: 0 8px;}

    #social-media-header{width: 85px;margin: -20px 0;background-color: #233d6d;}
         
    #social-media-header ul{padding-top: 20px;}
    #social-media-header li:nth-child(4){    clear: left;    }

    #social-media-header li i.white{color: #fff;}

    #social-media-header li:nth-child(6){border-left: none;padding-left: 2px;margin-left: 2px;}
}


@media(min-width: 1170px){
    #site-logo a {width: 200px;}
    #site-navigation ul.menu li a{font-size: 14px;}
    #social-media-header {padding: 0 20px;}
}

@media(max-width: 767px){
	.sg-widgets{clear: both;}
}

.share-article{
    color: #333;
    border-left: 1px solid currentColor;
    display: inline-flex;padding-left: 4px;
}
.share-article a{
    color: #333;
    font-size: 24px;
    line-height: 34px;
   display: inline-block;
   text-align: center;
   width: 32px;
   position:    relative;
   top: -1px;
} 
.entry-content .share-article a{color:#333;}
@media(max-width: 479px){
    .share-article a{
        font-size: 18px;
        width: 28px;
    }
}

.vc_custom_1446188328474 .carousel-caption h1 .share-article,
.carousel-caption h1 .share-article{display: flex;border-left: none;padding-left: 0;padding-top: 5px;}
.vc_custom_1446188328474 .carousel-caption h1 .share-article > a,
 .carousel-caption h1 .share-article > a{
    color: #fff!important;
    font-size: 22px!important;
}

.page-id-509 .ico-video,
.page-id-509 .ico-audio{
    display: inline-block;
    height: 16px;
    width: 23px;
    margin-right: 3px;
    background-image: url(img/ico-audio.svg);
    background-position: left center;
    background-size: 16px auto;
    background-repeat: no-repeat;
    
    border-right:1px solid #fff;
    vertical-align: bottom;
}
.page-id-509 .ico-video{
    background-image: url(img/ico-video.svg);
}
/* FIX AGENDA */

#carousel-monthly-agenda .carousel-inner .item{min-height: 500px;}
.agenda-monthly-view.vc_col-sm-8{padding: 0;}
.pop{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.15);
    width: 100%;
    height: 100%;
}
.pop__inner{
    position: absolute;top: 50%;left:50%;transform: translate(-50%,-50%);
    width: 80%;
    padding: 40px;
    max-width: 405px;min-height: 260px;background: #fff;border-radius: 4px;overflow: hidden;text-align: left;    
}
.pop__inner > span{color:#023b42;text-transform: uppercase;font-size: 18px;font-weight: 700;letter-spacing: -1px;}
.pop .pop-close{color: #00BBDB;font-size: 15px;display: inline-block; height: 44px;width: 44px;
position: absolute;top:0;right: 0;line-height: 44px;text-align: center;cursor: pointer;}
.pop .dayposts-list{padding: 24px 0 24px 16px;font-size: 14px;line-height: 20px;}
span.day.daywithposts:hover{cursor: pointer;}

/* Barra superior COVID */
.anuncio {
  top:0;
  right:0;
  left:0;
  z-index:9999;
  background-color:#004bad;
  color:#ffffff;
  text-align:center;
  padding-top:10px;
  padding-bottom:10px;
  font-weight:bold;
  }

.boton {
  float: right;
  margin-right: 30px;
}
.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
.raya{
	color:red;
	font-size:18px;
	font-weight:1000
}

h5{
font-size:14px;
font-weight: bold;
}

/* ocultar recaptcha */
.grecaptcha-badge {
	display:none;
}