/* @import url("https://pro.fontawesome.com/releases/v5.15.4/css/all.css"); */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");

/* ### BACKGROUND/LAYOUT ### */
a{ text-decoration: none; }
a:hover{ text-decoration: underline; }
.estrutura{ width: 100%; float: left; }
body{
    font-family: 'Manrope', sans-serif;
}
.img-responsive.img-fluid{
    width: 100% !important;
}

#news { background: #f8f9fa; }
#news h2 { color: #009c2d; font-size: 3.75rem; }
#news h2 strong { color: #012279; }
#news p { font-size: 1.5rem; }
#news p strong { color: #012279; }

#imgsNews {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
#imgsNews img {
    position: absolute;
    transition: opacity 1s ease-in-out;
    opacity: 0;
    max-width: 100%;
    max-height: 100%;
    bottom: 0;
}

#imgsNews img.active {
    opacity: 1;
}

div.tnp-subscription{
    display: contents !important;
}
div.tnp-subscription .tnp-email {
    width: 100% !important;
    border-radius: 0.5rem !important;
    border: 1px solid #ccc !important;
    background-color: #ffffff !important;
}
div.tnp-subscription .tnp-submit {
    width: 120px !important;
    background-color: #198754 !important;
    color: #ffffff !important;
    border-radius: 0.5rem !important;
    border: 1px solid #009c2d !important;
}

.banner-container-maior img,
.banner-container-menor img,
.banner-container-inferior img {
    width: auto;
    object-fit: cover;
    filter: brightness(50%);
}

.banner-container-maior,
.banner-container-menor,
.banner-container-inferior {
    position: relative;
    overflow: hidden;
}
.banner-container-maior,
.banner-container-menor {
    height: 350px;
}
.banner-container-inferior {
    height: 150px;
}
.banner-container-maior img,
.banner-container-menor img,
.banner-container-inferior img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.row-banners a{
    display: block;
    width: 100%;
    height: 100%;
}
.row-banners a:hover img{
    filter: brightness(70%);
}
.row-banners h2 {
    /*
    position: absolute;
    bottom: 10px;
    left: 15px;
     */
    color: white;
    text-shadow: 0 1px 3px rgba(0,0,0,.8);
    z-index: 999;
    font-family: 'Manrope', sans-serif;
}

.btn-mais{ color: #3b3b3b; }
.btn-mais .fa-circle{ color: #fff }
.btn-mais:focus .fa-circle,
.btn-mais:hover .fa-circle{ color: #e2e4e5 }
.btn-mais .fa-arrow-right{ color: #3b3b3b; }

.tendencias span{
    width: 50px;
    height: 50px;
}
/* ### FIM BACKGROUND/LAYOUT ### */

/* ### MENU ### */
.icon-bar {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.top-bar {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    
    transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    -webkit-transform-origin: 10% 10%;
}
.middle-bar {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
.bottom-bar {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    
    transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    -webkit-transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
}
/* ### FIM MENU ### */

/* ### FORMULARIOS ### */
/* ### FIM FORMULARIOS ### */

/* ### UTILITY ### */
.semOverflow{overflow: hidden;}

.btn{cursor: pointer;}

.aSemUnderline a, .aSemUnderline a:hover{text-decoration: none;}

hr{clear:both;border-bottom:0;border-top:1px dotted #ccc;border-right:0;border-left:0;margin:30px 0;min-height: 0px;height:1px;}
hr.alt1{border-style: solid;}
hr.alt2{border-style: dashed;}
/* ### FIM UTILITY ### */

/* ### CORES ### */
/* ### FIM CORES ### */

/* ### FONTES ### */
.font-arial{ font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
/* ### FIM FONTES ### */

@media (max-width: 575px){ /* Extra small */
}
@media (min-width: 576px) and (max-width: 767px){ /* Small */
}
@media (max-width: 767px){/* Extra small + Small */
}
@media (min-width: 768px) and (max-width: 991px){ /* Medium */
}
@media (min-width: 992px) and (max-width: 1199px){ /* Large */
}
@media (min-width: 1200px) and (max-width: 1399px){ /* X-Large */
}
@media (min-width: 1400px){ /* XX-Large */
}


/* News Grid Styling */
.row-banners {
    margin-bottom: 2rem;
}

.banner-container-maior,
.banner-container-menor,
.banner-container-inferior {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 100%;
}

.banner-container-maior {
    min-height: 450px;
}

.banner-container-menor {
    min-height: 450px;
}

.banner-container-inferior {
    min-height: 145px;
}

.row-banners img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    filter: brightness(60%);
}

.news-content {
    z-index: 2;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
    padding-top: 50px !important;
}

.row-banners h2 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.row-banners .badge {
    font-weight: 500;
    padding: 0.35em 0.65em;
}