/*
Template Name: talca
Author : boxweb
Author URI: http://www.boxweb.cl
Version: 1.0


*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
html,body,div,a,li,ul,span,h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
}


/*HEADER*/


#header{
    padding: 20px 0 20px 0;
}

#menu-menu-principal{
    display: flex;
    float: right;
    list-style: none;
    margin-top: 0px;
}
#menu-menu-principal li{
    padding: 10px 6px 10px 6px;
}
#menu-menu-principal li a{
    color: #8f8f8f;
    font-size: 13px;
    font-weight: 100;
    text-decoration: none;
}
#menu-menu-principal li a:hover,#menu-menu-principal .current-menu-item > a,#menu-menu-principal .current_page_item > a{
    color: #f41e3c !important; 
}
.sub-menu{
    display: none;
    position: absolute;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0px;
    z-index: 999999;
    background-color: #222;
}
.menu-item-has-children:hover .sub-menu{
    display: block;
}



/*menu social*/
#menu-social{
    display: flex;
    float: right;
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
}
/*menu noticias*/
#menu-menu-noticias{
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
    background-color: #ff2042;
}

#menu-menu-noticias li{
    padding: 14px 10px 14px 10px;
}
#menu-menu-noticias li:first-child{
    padding: 14px 10px 14px 30px;
}
#menu-menu-noticias li a{
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}
#menu-menu-noticias li a:hover,#menu-menu-noticias .current-menu-item > a,#menu-menu-noticias .current_page_item > a{
    color: #000;
}

.search{
    position: absolute;
    right: 15px;
    top: 1px;
    z-index: 10;
}

.slicknav_nav a{
    text-transform: uppercase;
}
/*MENU MOBILE*/
#menu-mobile{
    clear: both;
    height: 100px;
}
#menu-mobile-principal{
    cursor: pointer;
    width: 50%;
    padding: 20px 10px 20px 10px;
    float: left;
    background: #ef0024;
    color: #fff;
    font-size: 20px;
}
#menu-mobile-noticias{
    cursor: pointer;
    width: 50%;
    padding: 20px 10px 20px 10px;
    float: left;
    background: #ff2042;
    color: #fff;
    font-size: 20px;
}
.slicknav_icon{
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em;
    margin-right: 10px;
}
.slicknav_icon-bar{
    background-color: #fff;
    display: block;
    width: 1.125em;
    height: 0.125em;
    border-radius: 1px;
    margin-top: 0.188em;
}
.slicknav_btn{
    display: none !important;

}
.slicknav_nav{
    display: block !important;
}
#menu-mobile-principal-box{
    margin-top: -32px;
    display: none;
}
#menu-mobile-principal-box li{
    text-align: right;
}
#menu-mobile-noticias-box{
    margin-top: -32px;
    display: none;
}

/*NEWSLETTER*/
.newsletter-container{
    padding: 35px 30px 50px 30px;
    background: #eeeeee;
}
.newsletter-title{
    display: block;
    color: #ff2042;
    font-size: 30px;
    font-weight: 500;
}
.newsletter-text{
    color: #282828;
    font-size: 14px;
    display: block;
}
.newsletter-input{
    width: 100%;
    padding: 10px;
    border: 2px solid #b5b5b5;
    margin-top: 20px;
    border-radius: 3px;
    text-align: center;
}
.newsletter-btn{
    background: #ff2042;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 14px 10px 14px 10px;
    border-radius: 3px;
    margin-top: 4px;
    width: 100%;
    border: 0px;
}


/*footer*/
.footer-row{
    margin-top: 60px;
    /* border-bottom: 6px solid #ff2042; */
}
.copyright-1{
    text-align: right;
    display: block;
    color: #8f8f8f;
    font-size: 15px;
    margin-top: 20px;
}
.copyright-2{
    text-align: right;
    display: block;
    color: #b0b0b0;
    font-size: 8px;
}


/*SIDEBAR*/
.sidebar-img img{
    width: 100%;
    height: auto;
}
.sidebar-img img:hover{
    opacity: 0.6;
}


/*NOTICIAS*/
.news-post-img{
    width: 100%;
    height: 240px;
    background-position: center center !important;
}
.news-post-cat-color{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    padding: 4px 8px 4px 8px;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #ff2042;
}
.news-post-cat{
    font-size: 23px;
    line-height: 25px;
    font-weight: 700;
    padding-bottom: 4px;
    display: block;
    color: #fff !important;
    text-decoration: none !important;
}
.news-post-title{
    color: #fff;
    padding: 30px 30px 30px 30px;
    width: 100%;
    height: 100%;
    transition: 0.4s all ease;
}
.news-post-title-text{
    color: #fff !important;
    font-size: 16px;
    line-height: 17px;
    text-decoration: none !important;
    display: block;
}
.news-post-title-text-bottom a{
    position: absolute;
    color: #fff;
    bottom: 35%;
    max-width: 280px;
}
.news-post-title-text-date{
    position: absolute;
    bottom: 10%;
    max-width: 280px;
}


.btn-efecto{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.btn-efecto-a{
    padding: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.btn-efecto-a-hover{
    transition: 300ms all;
    background: #fff;
    width: 10px;
    height: 10px;
    border: 2px solid;
    content: ' ';
    position: absolute;
    border: 0px;
    bottom: 0;
    right: 0;
}

.btn-efecto-icon{
    transition: 300ms all;
    display: inline-block;
    transform: translateX(-50px);
    opacity: 0;
}


/*search*/
#search{
    transform: scale(0);
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255,255,255,0.8);
    z-index: 99999999;
    left: 0px;
    top: 0px;
}
#searchform{
    margin-top: 30%;
}


/*single*/
.single-title{
    font-size: 28px;
    line-height: 29px;
    padding: 20px 10px 20px 10px;
    color: #fc1e40;
    max-width: 90%;
    text-align: justify;
}
.single-content{
    font-size: 14px;
    padding: 20px 10px 20px 10px;
    max-width: 90%;
    text-align: justify;
}
.single-content img{
    max-width: 100%;
}

.roboto{
	font-size: larger;
}
.robotobold{
font-size: larger;
}

/*Responsive Google Maps*/
.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*Responsive youtube*/
.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }

/*Responsive Fan page*/
.FanPage-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%; // This is the aspect ratio
    padding-top: 284px;
    position: relative;
    }
.FanPage-responsive iframe, .FanPage-responsive object, .FanPage-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }

/*Responsive PDF Cuenta pÃºblica 2018*/
.cuenta-publica-responsive {
    height: 824px;
    overflow: hidden;
    padding-bottom: 100%; // This is the aspect ratio
    padding-top: 284px;
    position: relative;
    }
.cuenta-publica-responsive iframe, .FanPage-responsive object, .FanPage-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }