@import "main.css";

/* section_1 */

section.s_news {margin-bottom: 5px; margin-top: 10px; overflow: hidden;}

section.s_news .news {
    -webkit-text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    -moz-text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    -o-text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
}
section.s_news .news article {border-bottom: 1px solid #ddd; padding-bottom: 20px;}
section.s_news .news article img {border-top: 5px solid #FF3547; height: auto; width: 100%;}
section.s_news .news article h1 {
    color: #444;
    font-family: "RobotoBold", sans-serif;
    font-size: 26px;
    margin: 20px 0;
}
section.s_news .news article h2 {
    font-family: "RobotoBold", sans-serif;
    font-size: 20px; 
}
section.s_news .news article h3 {
    font-family: "RobotoBold", sans-serif;
    font-size: 16px; 
}
section.s_news .news article span {font-size: 14px; margin-right: 15px;}
section.s_news .news article span i {margin-right: 10px;}
section.s_news .news article p {margin-top: 20px; text-align: justify;}
section.s_news .news article ul {list-style-type: square;}
section.s_news .news article ul li,
section.s_news .news article ol li {}
section.s_news .news article blockquote {
    border-color: #029FB2;
    color: #888;
    font-size: 16px;
    margin: 0;
    padding-top: .1rem;
    padding-bottom: .1rem;
}
section.s_news .news article blockquote p.bq-title {
    color: #029FB2;
    font-size: 18px;
}
section.s_news .news article blockquote p {
    color: #888;
    font-size: 16px;
    margin: 0;
    padding-top: .1rem;
    padding-bottom: .1rem;
}

section.s_news .news .similar {margin-top: 30px;}
section.s_news .news .similar h3 {
    color: #016674;
    font-family: "RobotoBold", sans-serif;
    font-size: 20px;
}
section.s_news .news .similar menu.similar_articles {list-style-type: square; padding-left: 15px;}
section.s_news .news .similar menu.similar_articles li a {
    color: #9f9f9f;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
section.s_news .news .similar menu.similar_articles li a:hover {color: #029FB2;}

section.s_news .news .comments {border-top: 1px solid #ddd; margin-top: 30px; padding-top: 30px;}
section.s_news .news h3 {
    color: #016674;
    font-family: "RobotoBold", sans-serif;
    font-size: 20px;
	margin-bottom: 25px;
}
section.s_news .news .form-group input {margin: 0; padding: 0;}
section.s_news .news .form-group label {margin-bottom: 0;}

/* pagination */

.pagination.pg-teal .active .page-link {background-color: #029FB2;}
.page-item.disabled .page-link {background-color: #f8f8f8;}

/* aside */

section.s_news aside {
	margin-bottom: 20px;
	-webkit-text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    -moz-text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    -o-text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
}
section.s_news aside .header_name {
	background-color: #029FB2;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -2px;
    padding: 10px 15px;
    position:relative;
    z-index:2;
}
section.s_news aside .header_name h3 {
	color: #f5f5f5;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 0;
    text-transform: uppercase;
    -webkit-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -moz-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -o-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}

section.s_news aside menu {
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
}
section.s_news aside menu li a {
	color: #5f5f5f;
	/*font-family: "RobotoBold", sans-serif;*/
	font-size: 14px;
	padding-left: 22px;
	position: relative;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	display: inline-block;
}
section.s_news aside menu li a::before {
    color: #9f9f9f;
    content: "\f07b";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
section.s_news aside menu li a:hover {
	color: #029FB2;
}

section.s_news aside .nav-tabs {
    background-color:#029FB2;
    border: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    margin-bottom: -2px;
    position:relative;
    z-index:2;
}
section.s_news aside .nav-tabs .nav-item {margin-bottom: 0;}
section.s_news aside .nav-tabs .nav-item+.nav-item {margin-left:0}
section.s_news aside .nav-tabs .nav-link {
    border:0;
    color:#f5f5f5;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: .5rem .5rem;
    -webkit-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -moz-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -o-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}
section.s_news aside .nav-tabs .nav-item.open .nav-link,
section.s_news aside .nav-tabs .nav-link.active {
    background-color:rgba(255,255,255,.2);
    border-radius: 0;
    color:#f5f5f5;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: .5rem .5rem;
    -webkit-transition:all 1s;
    transition:all 1s;
    -webkit-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -moz-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -o-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}
section.s_news aside .nav-tabs .nav-item.show .nav-link,
section.s_news aside .nav-tabs .nav-link.dropdown-toggle {
    background-color:#3397CC;
    border-radius:2px;
    color:#fff;
    -webkit-transition:all 1s;
    transition:all 1s;
}

section.s_news aside .tab-content {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .5rem 1rem;
    z-index: 1;
}
section.s_news aside .item_tab {
	border-bottom: 1px dashed #ddd;
	height: 100px;
	padding: 10px 0;
	width: 100%;
}
section.s_news aside .item_tab:last-child {border-bottom: 0;}
section.s_news aside .item_tab a.hm-zoom {
	display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
	overflow: hidden;
	height: 80px;
	width: 100%;
}
section.s_news aside .item_tab a.hm-zoom img {min-height: 100%; max-width: 200%;}
section.s_news aside .item_tab a h3 {
    color: #444;
    font-family: "RobotoBold", sans-serif;
    font-size: 14px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
section.s_news aside .item_tab a h3:hover {color: #029FB2;}
section.s_news aside .item_tab p {
	display: inline;
	color: #999;
	font-size: 12px;
	margin: 0;
}
section.s_news aside .item_tab p.data i {margin-right: 5px;}
section.s_news aside .item_tab p.autor {padding-left: 2px;}
section.s_news aside .item_tab p.autor i {margin-right: 5px;}

section.s_news .br {height: auto; width: 100%;}
section.s_news .br img {height: auto; width: 100%;}


@media only screen and (max-width: 991px) {
    aside.aside_dn {display: none;}
}
@media only screen and (max-width: 767px) {
    section.s_news .news .item_news a img {width: 190px;}
}
@media only screen and (max-width: 540px) {
    section.s_news .news .item_news a img {height: 120px; width: 170px;}
    section.s_news .news {margin-top: 0;}
}
@media only screen and (max-width: 420px) {
    section.s_news .news .item_news a img {margin-bottom: 15px; height: 200px; width: 100%;}
}