@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700,900);

/* General */

body { background: #F4F4F4; }
body, html { margin: 0; height: 100%; font-family: "Roboto", sans-serif; font-weight: 500; font-size: 16px; }
a { transition: 0.3s; }
a, a:focus { color: #1F1F1F; text-decoration: none; }
a:hover { color: #D90000; text-decoration: none; }
a, img { outline: none !important;}
a:focus, button:focus, input[type="submit"]:focus, a:active, button:active, input[type="submit"]:active { outline: none !important;}
p { color: #444; }

.form-control { border-radius: 0; box-shadow: none; height: 45px; font-size: 16px; font-weight: 300; }
.control-label { font-weight: normal; font-size: 16px; }

.btn-custom { border-radius: 0; height: 50px; padding: 0 30px; background: #990000; color: #FFF; font-size: 14px; text-transform: uppercase; transition: 0.1s; }
.btn-custom:hover { background: #f20000; color: #FFF; }
.btn-buy { padding-top: 7px; height: 33px; font-size: 13px; font-weight: bold; }
.btn-more { border-radius: 0; padding: 10 20px; background: #DDD; color: #666666; font-size: 13px; text-transform: uppercase; transition: 0.1s; }
.btn-more:hover { background: #f20000; color: #FFF; }

.pagination > li > a, .pagination > li > span { color: #1F1F1F; }
.pagination > li > a:hover { color: #D90000; }
.pagination > li.active > a, .pagination > li.active > a:hover { color: #FFF; background: #D90000; border-color: #D90000; }

#right-col .banner img { width: 100%; }

/* Help Classes */

.text-publicity { position: relative; display: block; }
.text-publicity:before { position: absolute; content: 'PUBLICIDADE'; top: -16px; left: 0; font-size: 11px; color: #BBB;}

.white-container { background: #FFF; padding: 30px; margin-bottom: 30px; box-shadow: 0 0 3px rgba(0,0,0,0.1); }

.separator { border-bottom: 1px solid #EEE; padding-bottom: 30px; }

#left-col .box { margin-top: 30px; position: relative; }
#left-col .box > .title { text-transform: uppercase; color: #990000; font-size: 18px; font-weight: bold; position: relative; padding-top: 30px; margin-bottom: 20px; }
#left-col .box > .title .text { z-index: 2; position: absolute; left: 0; top: 0; background: #FFF; padding-right: 10px; }
#left-col .box > .title:before { position: absolute; content: ''; top: 13px; left: 0; width: 100%; border-bottom: 2px solid #990000; z-index: 1; }
#left-col .box > .more { position: absolute; top: -8px; right: 0; color: #990000; background: #FFF; z-index: 3; padding: 10px 0 10px 20px; }
#left-col .box > .more:hover { color: #f20000; }
#left-col .box > .more:hover:before { content: 'Ver mais'; padding-right: 15px; vertical-align: top; line-height: 1.1; }

#right-col .box { margin-bottom: 30px; }
#right-col .box > .title { background: #990000; overflow: hidden; color: #FFF; font-size: 18px; text-transform: uppercase; height: 50px; position: relative; }
#right-col .box > .title .icon { background: #710000; padding: 11px 12px 12px; font-size: 27px; display: block; float: left; }
#right-col .box > .title .text { display: block; float: left; margin: 13px 10px 12px 15px; }
#right-col .box > .content { border-left: 1px solid #EEEEEE; border-right: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; padding: 30px; }
#right-col .box > .more { position: absolute; top: 4px; right: 30px; color: rgba(255,255,255,0.4); padding: 10px 0 10px 20px; }
#right-col .box > .more:hover { color: #FFF; background: #900; }
#right-col .box > .more:hover:before { content: 'Mais'; padding-right: 10px; vertical-align: top; line-height: 1.3; }

.vertical-scroll { overflow-y: scroll; }

.btn-red { background: #DD4450; transition: 0.1s; }
.btn-red:hover { background: #ff0045; }
.btn-yellow { background: #EEC959; transition: 0.1s; }
.btn-yellow:hover { background: #ffe343; }
.btn-green { background: #15CC91; transition: 0.1s; }
.btn-green:hover { background: #28f0a8; }

.margin-left-30 { margin-left: 30px; }

/* Fix bootstrap modal */

body.modal-open { overflow: visible; }

/* Fix owCarousel */

.owl-carousel .owl-item img { transform-style: initial; }

/* Bootstrap 5 cols */

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; }
.col-xs-15 { width: 20%; float: left; }
@media (min-width: 768px)  { .col-sm-15 { width: 20%; float: left; } }
@media (min-width: 992px)  { .col-md-15 { width: 20%; float: left; } }
@media (min-width: 1200px) { .col-lg-15 { width: 20%; float: left; } }

/* Animations */

@keyframes glow {
    0% { opacity: 0;}
    100% { opacity: 1;}
}

/* 1. Header */

header#header { background: #FFF; }
header#header #info-social { background: #900; border-bottom: 4px solid #710000; color: #FFF; padding: 15px 0; cursor: default; font-size: 15px; }
header#header #info-social .links { list-style: none; padding: 0; margin: 0; float: right; }
header#header #info-social .links ul { list-style: none; margin: 0; padding: 0; }
header#header #info-social .links > li { float: left; margin-left: 5px; }
header#header #info-social .links > li > a { color: #FFF; padding: 5px 8px; border-radius: 5px; text-transform: uppercase; transition: 0.2s; }
header#header #info-social .links > li > a:hover { background: #D90000; }
header#header #info-social .links > li .with-submenu:after { content: '\e90e'; font-family: icomoon, sans-serif; font-size: 13px; }
header#header #info-social .links > li > .submenu { display: none; position: absolute; top: 22px; right: 0; z-index: 11; padding-top: 15px; }
header#header #info-social .links > li:hover > a { background: #D90000; }
header#header #info-social .links > li:hover .submenu { display: block; }
header#header #info-social .links li > .submenu > ul { padding: 10px 15px; width: 415px; background: #FFF; box-shadow: 0 2px 2px rgba(0,0,0,0.2); }
header#header #info-social .links li > .submenu > ul > li {  }
header#header #info-social .links li > .submenu > ul > li a { color: #900; display: inline-block; margin-bottom: 5px; }
header#header #info-social .links li > .submenu > ul > li a:hover { color: #D90000; }
header#header #info-social .social { float: right;  margin-top: -2px; border-right: 1px solid rgba(255,255,255,0.3); padding-right: 20px; margin-right: 5px; }
header#header #info-social .social a { color: #f5dde7; font-size: 22px; line-height: 0; vertical-align: middle; }
header#header #info-social .social a:hover { color: #FFF; }

header#header #logo-banner { padding: 30px 0; }
header#header #logo-banner .logo { padding-top: 5px; position: relative; }
header#header #logo-banner .logo:before { content: ''; position: absolute; width: 51px; height: 10px; background: url(../img/x.gif); left: 23px; top: 48px; z-index: 3; }
header#header #logo-banner .banner720x90 a { float: right; }

header#header #menu-busca { background: #900; margin-bottom: 0; border-top: 4px solid #710000; border-bottom: 4px solid #710000; color: #FFF; cursor: default; border-radius: 0; min-height: 60px; }
header#header #menu-busca .menu { float: left; font-size: 15px; padding: 0; }
header#header #menu-busca .menu > ul { list-style: none; margin: 0; padding: 0; }
header#header #menu-busca .menu > ul > li { display: block; float: left; position: relative; }
header#header #menu-busca .menu > ul > li > a, header#header #menu-busca > .menu > ul > li .with-submenu {
    cursor: pointer; padding: 15px; display: block; color: #FFF; text-transform: uppercase; transition: 0.2s; }
header#header #menu-busca .menu > ul > li > a:hover, header#header #menu-busca > .menu > ul > li > .with-submenu:hover, header#header #menu-busca > .menu > ul > li > a.active { background: #710000; }

header#header #menu-busca .menu > ul > li .with-submenu.collapsed { background: none; }
header#header #menu-busca .menu > ul > li .with-submenu.collapsed:hover { background: #710000; }
header#header #menu-busca .menu > ul > li .with-submenu { background: #710000; }
header#header #menu-busca .menu > ul > li .with-submenu:after { content: '\e90e'; font-family: icomoon, sans-serif; font-size: 14px; }
header#header #menu-busca .menu > ul > li > .submenu { position: absolute; top: 57px; left: 0; z-index: 5; }
header#header #menu-busca .menu > ul > li > .submenu > ul { list-style: none; margin: 0; background: #FFF; padding: 15px; box-shadow: 0 2px 2px rgba(0,0,0,0.2); }
header#header #menu-busca .menu > ul > li > .submenu > ul > li a { color: #900; display: block; white-space: nowrap; margin-bottom: 5px; }
header#header #menu-busca .menu > ul > li > .submenu > ul > li a:hover { color: #D90000; }

header#header #menu-busca .navbar-toggle { position: absolute; left: 5px; }
header#header #menu-busca .navbar-toggle span { background: #FFF; }

header#header #menu-busca .container { position: relative; }
header#header #menu-busca .busca { float: right; position: absolute; right: 15px; top: 0; }
header#header #menu-busca .busca .sb-search { top: 0; border: none; height: 53px; min-width: 53px; background: none; }
header#header #menu-busca .busca .sb-search-open { background: #710000; }
header#header #menu-busca .busca .sb-search .sb-search-input { height: 53px; border: 0; background: none; font-size: 15px; color: #FFF; }
header#header #menu-busca .busca .sb-search .sb-search-submit { height: 53px; width: 53px; top: 0; }
header#header #menu-busca .busca .sb-search .sb-icon-search { height: 53px; width: 53px; line-height: 53px; font-size: 25px; color: #FFF; }

/* 2. Highlighted News */

.main-news a { display: block; position: relative; }
.main-news a img { width: 100%; }
/*.main-news a .text { position: absolute; bottom: 0; left: 0; width: 450px; background: #FFF; padding: 15px 15px 0 0;}*/
.main-news a .text { bottom: 0; left: 0; background: #FFF; padding: 15px 15px 0 0;}
.main-news a .text h2 { font-size: 25px; font-weight: bold; margin: 5px 0 0;}
.main-news a:hover .text h2 { color: #D90000; }
.main-news a .text .tag { font-weight: bold; color: #900; text-transform: uppercase; font-size: 12px; }
.main-news a .text .date { font-size: 12px; color: #333; }

.secundary-news { margin-top: 30px; }
.secundary-news img { width: 100%; }
.secundary-news a .text { margin-top: 10px; }
.secundary-news a .text .title { font-size: 22px; margin: 10px 0 0; font-weight: bold; }
.secundary-news a:hover .text .title { color: #D90000; }
.secundary-news a .text .tag { font-weight: bold; color: #900; text-transform: uppercase; font-size: 12px; }
.secundary-news a .text .date { font-size: 12px; color: #333; margin-top: 5px; }
.secundary-news a .text p { margin: 10px 0 0; }

/* 3. Columns */

#left-col .columns {  }
#slider-columns .item { display: block; }
#slider-columns .item figure { border-radius: 500px; overflow: hidden; }
#slider-columns .item figure img { width: 100%; }
#slider-columns .item .title { font-size: 18px; text-transform: uppercase; text-align: center; }
#slider-columns .item:hover .title { color: #D90000; }
#slider-columns .item .author { font-size: 13px; color: #999999; text-align: center; margin-top: 0; border-bottom: 1px solid #EEE; margin-bottom: 20px; padding-bottom: 20px; }
#slider-columns .item p { margin: 0; }
#slider-columns .owl-nav { position: absolute; top: -47px; right: 36px; background: #FFF; padding-left: 10px; }
#slider-columns .owl-nav .owl-prev, #slider-columns .owl-nav .owl-next { color: #710000; border: 2px solid #710000; padding: 3px 5px; display: inline; background: #FFF; transition: 0.2s; }
#slider-columns .owl-nav .owl-prev:hover, #slider-columns .owl-nav .owl-next:hover { color: #FFF; background: #710000; }
#slider-columns .owl-nav .owl-next { border-left: none; }

/* 4. Photoart */

.photoart .photo-text { width: 710px; height: 408px; overflow: hidden; }
.photoart .photo-text figure img { width: 100%; }
.photoart .photo-text .text { position: absolute; bottom: 0; left: 0; height: 250px; padding: 20px; background: rgba(16,29,39,0.7); color: #FFF; overflow: hidden; }
.photoart .photo-text .text .photoart-scroll { height: 170px; padding-right: 10px; }
.photoart .photo-text .text p { color: #FFF; }
.photoart .photo-text .text .author { color: #ECC959; margin-bottom: 15px; display: block; }

/* 5. Casts */

.casts { margin-bottom: 30px; }
.casts a { text-align: center; display: block; float: left; width: 32%; padding: 11px 2% 15px; margin-left: 2%; height: 110px; }
.casts a span { color: #FFF; font-size: 13px; text-transform: uppercase; margin-top: 10px; }
.casts a:first-child { margin-left: 0; }

.image-links { margin-bottom: 25px;}
.image-links .item { margin-bottom: 5px; position: relative;}
.image-links .item a:after { display: none; content: ''; position: absolute; bottom: 0; right: 15px;
    border-bottom: 40px solid #FFF; border-top: 40px solid transparent; border-left: 40px solid transparent; }
.image-links .item a:before { display: none; content: ''; position: absolute; bottom: -40px; right: 15px;
    border-top: 40px solid rgba(0,0,0,0.2); border-bottom: 40px solid transparent; border-right: 40px solid transparent; }
.image-links .item a:hover:before, .image-links .item a:hover:after { display: block; }
.image-links .item img { width: 100%;}

/* 6. Online Library */

#right-col #online-library { overflow: hidden; }
#right-col #online-library .item { overflow: hidden; }
#right-col #online-library .item figure { float: left; width: 105px; height: 157px; }
#right-col #online-library .item figure img { width: 100%; }
#right-col #online-library .item .text { float: left; width: 153px; margin-left: 20px; }
#right-col #online-library .item .text .title { font-size: 20px; font-weight: bold; line-height: 1.2; display: block; min-height: 90px; }
#right-col #online-library .item .text .price { font-size: 20px; font-weight: bold; color: #F22626; margin-bottom: 5px; display: block; }
#right-col #online-library .owl-dots { margin-top: 20px; overflow: hidden; text-align: center; }
#right-col #online-library .owl-dots .owl-dot { height: 10px; width: 62px; margin-right: 10px; background: #DDD; display: inline-block; transition: 0.4s; }
#right-col #online-library .owl-dots .owl-dot:last-child { margin-right: 0; }
#right-col #online-library .owl-dots .owl-dot.active, #right-col #online-library .owl-dots .owl-dot:hover { background: #900; }

/* 7. Lists: Thumbnail and Link */

#right-col .thumb-link {  }
#right-col .thumb-link a { overflow: hidden; display: block; border-bottom: 1px solid #EEEEEE; margin-bottom: 20px; padding-bottom: 20px; }
#right-col .thumb-link a:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
#right-col .thumb-link figure { float: left; margin-right: 20px; width: 50px; height: 50px; overflow: hidden; }
#right-col .thumb-link figure img { width: 100%; }
#right-col .thumb-link .text { float: left; width: 206px; }
#right-col .thumb-link .text .title { display: block; font-weight: bold; font-size: 16px; }
#right-col .thumb-link .text .info { font-size: 15px; color: #999999; }

/* 8. Day Poem */

#right-col .day-poem .header { height: 28px; background: url("../img/header-day-poem.png") no-repeat center; }
#right-col .day-poem .title { font-size: 18px; font-weight: bold; color: #990000; text-align: center; display: block; text-transform: uppercase; margin-bottom: 20px; }

/* 9. Radio */

#right-col .playlist .playlist-scroll { height: 200px; }
#right-col .playlist .playlist-scroll ul { list-style: none; margin: 0; padding: 0 20px 0 0; }
#right-col .playlist .playlist-scroll ul li { display: block; border-bottom: 1px solid #EEEEEE; padding: 10px 0; cursor: pointer; overflow: hidden; }
#right-col .playlist .playlist-scroll ul li .number { display: block; width: 30px; text-align: right; margin-right: 15px; float: left; font-weight: bold; }
#right-col .playlist .playlist-scroll ul li .title { display: block; width: 210px; float: left; }
#right-col .playlist .playlist-scroll ul li.active { color: #15CC91; }
#right-col .playlist .playlist-scroll ul li:hover { color: #F22626; }
#right-col .playlist .bar { height: 4px; overflow: hidden; position: relative; background: #EEEEEE; margin-top: 20px; cursor: pointer; }
#right-col .playlist .bar .progress { height: 4px; position: absolute; left: 0; top: 0; background: #15CC91; width: 200px; }
#right-col .playlist .controls { overflow: hidden; margin-top: 20px; }
#right-col .playlist .controls .button { color: #900; display: block; float: left; margin-right: 10px; font-size: 23px; cursor: pointer; }
#right-col .playlist .controls .button:hover { color: #F22626; }
#right-col .playlist .controls .button:last-child { margin-right: 0; }

/* 10. Footer */

footer#footer { background: #990000; color: #FFF; padding: 30px 0; }
footer#footer .copyright { border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 20px; margin-bottom: 20px; }
footer#footer .copyright img { margin-bottom: 10px; }
footer#footer p { color: #FFF; }