@import "main.css";

/* section_1 */

section.s_news {margin-bottom: 5px; margin-top: 10px; overflow: hidden;}
section.s_news a.btn {
    color: #f5f5f5;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 20px 0;
    /*letter-spacing: 0.25px;*/
    padding: .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);
    width: 100%;
}
section.s_news a.btn i {margin-left: 10px;}

section.s_news .news {}
section.s_news .news .item_news {
	border-bottom: 1px dashed #ddd;
	margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
    -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);
    width: 100%;
}
section.s_news .news .item_news a.img_scrin {
    display: block;
    float: left;
    margin-right: 15px;
    position: relative;
    width: 230px;
}
section.s_news .news .item_news a img {
    border-top: 5px solid #FF3547;
    height: 150px;
    width: 230px;
}
section.s_news .news .item_news a img.play {
    border-top: 0;
    margin-left: -30px;
    left: 50%;
    height: 40px;
    opacity: .5;
    position: absolute;
    top: 55px;
    width: 60px;
}
section.s_news .news .item_news h2 {
	color: #444;
	font-family: "RobotoBold", sans-serif;
    font-size: 18px;
    margin-top: 0;
    text-align: right;
}
section.s_news .news .item_news p {
	color: #5f5f5f;
    font-size: 14px;
    /*text-align: justify;*/
}
section.s_news .news .item_news span {font-size: 12px; margin-right: 15px;}
section.s_news .news .item_news span i {margin-right: 5px;}
section.s_news .news .item_news .button {
	bottom: 0;
    position: absolute;
    right: 0;
}
section.s_news .news .item_news .button a {
	background-color: #016674;
	border: 1px solid #016674;
	-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);
    color: #f5f5f5;
    font-family: "RobotoBold", sans-serif;
    font-size: 0.8em;
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
    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);
    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
section.s_news .news .item_news .button a:hover {
	background-color: #029FB2;
	border: 1px solid #029FB2;
}
/* pagination */

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

/* 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 .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: block;
	overflow: hidden;
	height: 80px;
	width: 100%;
}
section.s_news aside .item_tab a.hm-zoom img {height: 100%; width: 100%;}
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_scrin {width: 190px;}
    section.s_news .news .item_news a img {width: 190px;}
}
@media only screen and (max-width: 540px) {
    section.s_news .carousel,
    section.s_news .carousel .carousel-inner,
    section.s_news .carousel .carousel-inner .view {display: none;}
    section.s_news .news .item_news a.img_scrin {height: 120px; width: 170px;}
    section.s_news .news .item_news a img {height: 120px; width: 170px;}
    section.s_news .news .item_news a img.play {top:40px;}
    section.s_news .news {margin-top: 0;}
}
@media only screen and (max-width: 420px) {
    section.s_news .news .item_news a.img_scrin,
    section.s_news .news .item_news a img {margin-bottom: 15px; height: 200px; width: 100%;}
    section.s_news .news .item_news a img.play {top: 80px;}
}