:root{
    --blue-color: #373737;
}
body {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    color: #333333;
    background: #F5F5F5;
}

a{
    color: #333333;
}
li {
    list-style: none!important;
}
button:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

.text-white{
    color: #fff;
}
section {
    padding: 30px 0 5em 0;
}

.text-blue{
    color: var(--blue-color);
}



/* ### HEADER ### */
.top__header{
    background-color: #f2f2f2;
    
}
.hour {
    border: 1.5px solid #fff;
    width: 9em;
    height: 3em;
    align-items: center;
    border-radius: 6px;
}
.hour .w-100.h-100.d-flex.justify-content-center.align-items-center {
    background: #fff;
    border-radius: 5px 0 0 5px;
}
.current__hour {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: .9em;
}
.search__box {
    height: 50px;
    width: 180px;
    border: 1px solid var(--blue-color);
    border-radius: 50px;
    padding: 0 .5em;
    overflow: hidden;
}
input#inputSearch, input#inputName, input#inputEmail{
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
}
button.btn__search {
    background-color: transparent;
    border: none;
    font-size: 1.4em;
    color: var(--blue-color);
}
.bg-blue{
    background-color: var(--blue-color);
}
.nav-link {
    color: white;
    font-size: 1em;
    font-weight: 300;
    text-transform: capitalize;
}
header .navbar-nav .nav-item:hover .nav-link{
    font-weight: 600;
    color: white;
}
/*header .navbar-nav .nav-item:hover .nav-link::after {*/
/*    opacity: 1;*/
/*}*/
/*header .navbar-nav .nav-item .nav-link::after {*/
/*    display: block;*/
/*    content: '';*/
/*    width: 116%;*/
/*    height: 4px;*/
/*    background-color: white;*/
/*    position: relative;*/
/*    top: 6px;*/
/*    margin: 0 auto;*/
/*    left: -.4em;*/
/*    opacity: 0;*/
/*    transition: .3s;*/
/*}*/
#sidebar {
    min-width: 225px;
    background-color: var(--blue-color);
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: center right;
    position: fixed;
    top: 0;
    right: 0;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    z-index: 1000000000;
    animation-duration: .5s!important;
    border-radius: 0 0 0 30px;
}

#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
    /* Rotate sidebar vertically by 100 degrees. */
}


#sidebarCollapse {
    font-size: 1.8em;
}


#sidebar .list-unstyled li {
    border-radius: 5px;
    width: 86%;
    padding: 10px 20px;
}

ul li img {
    height: 18px;
}

.sidebar {
    display: none;
}

.sidebar-close {
    display: none;
}

.sidebar-active {
    display: block;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.drop_shopping.show{
    margin-bottom: 115px;
}
.drop_shopping .dropdown-menu{
    margin:0;
    width: 100%;
    background: white;
    top: 40px;
    border: 2px solid #fff1e4;
    padding: 0;
}

#sidebar .list-unstyled a {
    font-size: 16px;
    line-height: 21px;
    color: #F5811F;
    font-weight: 900;
}

#sidebar .list-unstyled {
    margin-top: 25px;
    margin-left: 45px;
}

#sidebar .list-unstyled p {
    font-size: 16px;
    line-height: 21px;
    color: #C4C4C4;
    /* padding-left: 20px; */
}

#sidebar button {
    background-color: white;
    position: absolute;
    left: -1em;
    top: 1em;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 6px solid var(--blue-color);
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.sidebar-body{
    padding: 5% 12%;
    height: 100%;
}

.sidebar-body .section__title{
    font-size: 1.9em;
}

.sidebar-header {
    background-color: #005bec;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6% 0;
}

.sidebar__item {
    list-style-type: disc;
    margin-bottom: 1rem;
    font-size: 1.2em;
    transition: all .8s;
}

.sidebar__item::marker {
    font-size: 1.4em;
    color: var(--pink-color);
}
.sidebar__item a{
    text-decoration: none;
    color: black;
}

.sidebar__item:hover::marker{
    color: black;
}

.sidebar__item:hover a{
    color: var(--pink-color);
}

.news-side input.form-control {
    width: 100%!important;
    height: 50px!important;
    background-color: #fff!important;
    border: 1px solid #e0e0e0!important;
    border-radius: 10px!important;
}

.popUp-Search{
    position: absolute;
    top: 10em;
    left: 0;
    z-index: 100000;
    display: none;
}
.popUp-Search-visible{
    display: block;
}
button.close__popup {
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: none;
    background-color: var(--blue-color);
}
.popUp-Search .search__box{
    background-color: white;
}

#temp .texto_branco {
    font-weight: bold;
}
#temp span.max {
    color: #f2994a;
}
#temp span.min {
    color: #2f80ed;
}

/* ### NOTICIAS ### */
.last__news-item a.link-noticia {
    width: 50%;
    padding-right: 30px;
}
.last__news-item .content {
    width: 50%;
}
.last__news-item a.link-noticia img {
    height: 275px;
    object-fit: cover;
    border-radius: 5px;
}
small.my-0.mr-2 {
    font-size: 12px;
    line-height: 10px;
    color: #828282;
    border-left: 3px solid #333;
    padding-left: 3px;
}
p.m-0.text-blue.h6 {
    font-size: 12px;
    line-height: 10px;
    color: #333;
    border-left: 3px solid #333;
    padding-left: 3px;
}


h1.title__section {
    color: var(--blue-color);
    border-left: 3px solid #264398;
    padding-left: .4em;
    line-height: .8em;
    font-size: 1.8em;
}

.carousel-indicators {
    position: absolute;
    top: 5em;
    left: -2em;
    z-index: 15;
    display: block;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    height: fit-content;
    width: fit-content;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    margin-right: 0;
    margin-left: 0;
    border: 1px solid var(--blue-color);
    background-color: transparent;
    border-radius: 50%;
    opacity: 1;
    transition: opacity .6s ease;
    margin-bottom: .4em;
}

.carousel-indicators .active {
   background-color: var(--blue-color);
}

a.btn__more, .btn__more {
    display: flex;
    width: 100%;
    height: 3em;
    border-radius: 5px;
    background-color: var(--blue-color);
    color: white;
    font-size: 1.1em;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
a.btn__more:hover {
    background-color: #057ace;
    color: #ffffff;
    transition: .3s;
    scale: 1.01;
}
.page-link {
    border: none;
    color: #828282;
    font-size: 18px;
    background: transparent;
}
.page-item.disabled .page-link {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}
.page-item.active .page-link,
.page-link:hover {
    font-weight: bold;
    background: transparent;
    color: #333;
    border-color: transparent;
}

.titulo-perfil {
    font-size: 26px;
    color: #333;
    font-weight: bold;
}
.profile p {
    font-size: 16px;
}
.profile a {
    font-size: 14px;
    text-decoration: underline;
}

.most__read h1 {
    color: #333;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
}
.most__read small {
    font-size: 12px;
    line-height: 10px;
    color: #828282;
    border-left: 3px solid #333;
    padding-left: 3px;
}
.most__read h4 {
    font-size: 16px;
    font-weight: bold;
}
.most__read .content {
    width: 50%;
    padding-left: 7px;
}
.most__read .img-noticia {
    width: 50%;
}
.most__read .img-noticia img {
    height: 75px;
    object-fit: cover;
    border-radius: 5px;
}

.news-side h2.text-blue.m-0.h5 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.news-side p.text-blue.m-0 {
    font-size: 15px;
}

img.img__column {
    width: 80px;
    height: 80px;
    background: 
    linear-gradient(#00A3FF, #00E0FF, #0038FF, #0066FF, #00D1FF, #00D1FF) padding-box,
    linear-gradient(to top, #00A3FF, #00E0FF, #0038FF, #0066FF, #00D1FF, #00D1FF) border-box;
    border-radius: 50em;
    border: 4px solid transparent;
}
.column__index-item p{
    font-size: 1.1em;
    font-weight: 500;
}
#call__search {
    background-color: transparent;
    border: none;
    height: auto;
    width: auto;
    font-size: 1.8em;
}

/* ### PODCASTS E VIDEOS ### */
section.pod-videos{
    background-color: var(--blue-color) !important;
    width: 100%;
}

section.pod-videos .carousel-indicators {
    position: absolute;
    display: flex;
    top: initial;
    bottom: -3em;
    right: 0;
    left: 0;
    margin: 0 15%;
}
section.pod-videos .carousel-indicators li {
    border: 1px solid white;
    margin: 0 3px;
}

section.pod-videos .carousel-indicators .active {
    background-color: white;
}

.card-podcast span{
    font-size: .8em;
}

/* ### FOOTER ### */
footer {
    background: #373737;
}
.btn__send {
    background-color: var(--blue-color);
    border: none;
    color: white;
    width: 100%;
    height: 50px;
    border-radius: 10px;
}

section.copyright {
    background-color: #373737;
}
section.copyright p {
    color: #fff;
}
.borda-topo {
    border-top: 1px solid rgba(255,255,255,.1);
}

.menu-footer a {
    font-size: 16px;
    color: #fff;
}

/* ### MEDIAS ### */

@media screen and (max-width: 991px) {
    .podcasts__cont {
        margin-top: 4em;
    }
    #temp{
        font-size: .75em;
    }
    .top__header {
        padding: 0.5em 0;
    }
    .margin-bottom-mob{
        margin-bottom: 2em;
    }
    .logo-footer{
        width: 50%;
    }
    header ul.justify-content-between.align-items-center.navbar-nav.w-100.m-0 {
        flex-direction: row;
        flex-wrap: wrap;
    }
    header li.nav-item:first-child {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    header li.nav-item {
        width: 50%;
    }
    header li.nav-item a {
        text-align: center;
    }
    .hour {
        width: 9em;
        height: 2em;
    }
    .last__news-item a.link-noticia {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
        display: table;
    }
    .last__news-item .content {
        width: 100%;
    }
    .last__news-item.mb-5.d-flex.justify-content-between {
        display: block !important;
    }
    .sidebanner img {
        width: 75% !important;
        margin: 0 auto;
        display: table;
    }
    footer ul.d-flex.m-0.p-0 {
        justify-content: center;
        width: 100%;
        margin-top: 30px !important;
    }
    .profile {
        margin-top: 30px;
    }
}
@media screen and (max-width: 771px) {
   #vitrineHighlights .carousel-item img {
        height: 270px !important;
        object-fit: cover;
    }
}
    
.form-control:focus {
    box-shadow: none;
}

/* Alteracoes */


#vitrineHighlights .carousel-item img{
    height: 308px;
}

.news__title {
    color: var(--blue-color);
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0;
    line-height: 40px;
}
.content a:hover,
.news__title:hover {
    color: #828282;
}
.content a {
    font-size: 18px;
}