.body {
    overflow-x: hidden ;
}
h3 {
    font-size: 1.3rem !important;
}

/* Topo Principal */
.logo {
    width: auto;
    /* padding-top: 50%; */
}
.topo-principal {
    margin-top: 29px;
    margin-bottom: 29px;
}
.redes-sociais {
    list-style: none;
    display: inline;
    margin-left:0 !important;
    padding: 0;
}
ul.redes-sociais li {
    display: inline;
    margin: 0 5px;
}

/* Nav */
.bg-dark {
    background-color: #363636!important;
}
.input-group-btn {
    /* opacity: 0.5; */
    color: #ffffff;
}
.input-group-btn i{
    color: #ffffff;
}
.form-search {
    border-radius: 0 !important;
}
.btn-default {
    border-radius: 0 !important;
    background: gray;
}

/* CArousel  */
.section-carousel {
    padding-bottom: 1.5rem!important;
}
.carousel-indicators {
    position: absolute;
    right: 0 !important;
    top: 20px !important;
    left: 0 !important;
    z-index: -15 !important;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 11px !important;
    height: 11px !important;
    margin-right: 8px !important;
    margin-left: 4px !important;
    text-indent: -999px !important;
    cursor: pointer;
    border-radius: 100% !important;
    border: 10px !important;
    background-color: rgba(255,255,255,.5);
}
.carousel-caption {
    position: absolute !important;
    bottom: 0 !important;
    left: 10% !important;
    z-index: 10;
    padding-top: 20px !important;;
    padding-bottom: 20px !important;
    color: #fff;
    text-align: left !important;
    text-shadow: 2px 2px 4px #3f3333;
}


.carousel-item {
    height: 300px !important;
}

/* Noticias Principais */
#noticias-principais {
    background: #F3F3F3;
}
.header-noticia {
    border-top: 1px solid #7F2F4B;

}
.header-noticia h3 {
    position: relative;
    float: left;
    color: #7F2F4B;
}
.noticie-main-title {
    position: relative;
    float: left;
}
.noticie-main-title h5 {
    background: #7F2F4B;
    color: white;
    padding: 3px;
    font-size: 1rem;
    /* width: 36%;
    height: 20%; */
    /* text-align: center; */
}


/* Ultimas Noticias e Colunas */
.ptb {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.date-ult-noticia p{
    background: #2B93EB;
    padding: 4px;
    /* width: 36%;
    height: 15%; */
    color: white;
    text-align: center;
    position: relative;
    float: left;
}
.img-ult-noticia {
    width: 88%;
    background-color: #363636;
}
.title-ult-noticia {
    width: 80%;
}
.title-ult-noticia h3 {
    color: #363636;
}
.title-curtas-noticia h3 {
    color: #363636;
}
.noticie-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.info {
    display: inline-block;
    margin-right: 10px;
    color: #777;
    width: 100%;
}
.info span {
    font-weight: bold;
}
/* .noticie-title {
    background: #1D71B8;
    width: 36%;
    height: 12%;
    color: white;
    text-align: center;
} */
.noticie-title {
    position: relative;
}
.noticie-title h5 {
    background: #1D71B8;
    color: white;
    padding: 8px;
    font-size: 1rem;

}
.noticie-mais-lidas h5 {
    background: #363636;
    color: white;
    padding: 8px;
    font-size: 1rem;

}
.noticia-list li {
    color: #363636 !important;
    font-weight: 700;
}
.description-ult-noticia  {
    color: #363636;
}

.borda-top-azul{
    border-top: 3px solid #1D71B8 !important;
}
.borda-top-cinza{
    border-top: 3px solid #363636 !important;
}
.noticie-name {
    color: #1D71B8;
}

/* Vídeos */
.videos {
    background: #F3F3F3;
}
.Miniatura {
    width: 80%;
}
.borda-top-bordo {
    border-top: 3px solid #7F2F4B !important;
}
.videos-title h5 {
    background: #7F2F4B;
    padding: 4px;
    position: relative;
    float: left;
    /* width: 30%;
    height: 20%; */
    color: white;
    text-align: center;
}
.panel-heading {
    background: #7F2F4B;
}
.panel {
    background: white;
}
.panel-title {
    color: #ffffff;
}
.panel-content {
    display: inline;
    padding-top: 10px;
    width: 60%;
    margin-left: 20%;
}

.card-header {
    background: #7F2F4B;
}

.form-group {
    padding-right: 2rem !important;
}

.form-custom {
    border-radius: 100px !important;
    color: #7F2F4B !important;
}

.btn-jus-outline {
    border: 2px solid #7F2F4B !important;
    border-radius: 100px !important;
    background-color: white;
    color: #7F2F4B;
    font-size: 16px;
    cursor: pointer;
}
.btn-jus-primary {
    border-radius: 100px !important;
    background-color: #7F2F4B;
    color: white;
    font-size: 16px;
    cursor: pointer;
    margin-left: 15px;
}

/*Noticias curtas*/
.img-noticia-curta {
    width: 100%;
}
/* newsletter */
.newsletter-container {
    background: #F6F6F6;
    padding: 25px 0 25px 0;
}
.title-newsletter h2 {
    color: #1D71B8;
    font-weight: 500;
    margin-bottom: 0 !important;
}
.title-newsletter h3 {
    color: #2B93EB;
    font-weight: 900;
}
.description-newsletter {
    color: #1D71B8;
}

.btn-primary {
    background: #2B93EB;
    color: white;
    border-radius: 100px !important;
}

#inputNewsletter {
    border-radius: 100px !important;
    border: 1.5px solid #707070;
    color: #707070 !important;
    min-width:250px;
    text-align: center;
    font-weight: 500;
}
/* Rodape */
.rodape {
    background: #707070;
    color: white;
}
.img-anuncio {
    padding-top: 10px;
    padding-bottom: 10px;
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.flex-item {
    padding: 5px;
    width: 200px;
    height: 150px;
    margin-top: 10px;

    line-height: 150px;
    text-align: center;
}
.embed-responsive {
    height: 30em;
}

/* Clearfix */
.container::after, .container::before {
    content: ' ';
    display: table;
}

.container::after {
    clear: both;
}
/* Responsive */
@media(max-width:426px) {
    .carousel-caption p {
        display: none;
    }
    .carousel-caption h2 {
        font-size: 1rem;
        margin-bottom: 25px;
        font-weight: 500;
    }
    .section-carousel {
        padding-bottom: 0 !important;
    }

    .carousel-item {
        height: 250px !important;
    }
    .owl-carousel .owl-item img {
        width: auto !important;
    }
    .owl-carousel .owl-stage {
        margin-left: 120px !important;
    }
    .noticie-mais-lidas {
        border-top: 3px solid #363636;
    }
    .noticie-title {
        border-top: 3px solid #1D71B8;
    }
    .borda-top-cinza {
        border-top: 0px !important;
    }
    .borda-top-azul {
        border-top: 0px !important;
    }
}
@media(max-width:320px) {
    .carousel-caption h2 {
        font-size: 0.8rem;
        font-weight: 500;
        margin-bottom: 10px !important;
    }
    .carousel-item {
        height: 200px !important;
    }
    .owl-carousel .owl-item img {
        width: auto !important;
    }
    .owl-carousel .owl-stage {
        margin-left: 80px !important;
    }
}

@media(max-width:767px){
    .noticie-teaser-main, .profile-teaser-left{
        margin-left: 5%;
        margin-top: 10px;
    }
    .header-noticia{
        margin-left: 5%;
    }
    .img-ult-noticia {
        width: 50%;
    }
    .banner-videos {
        padding-top: 25px;
    }
    .breadcrumb-secao{
        display: none;
    }
    .content-comentario{
        display: none;
    }
    .banner-pag-video{
        display: none;
    }
    .content-listagem-videos {
        margin-left: 1.5rem;
    }
    .anuncio-central img {
        display: none;
    }
}


@media only screen and (max-width: 600px) {

    .Miniatura {
        width: 50%;
    }

    .banner-videos img{
        width: 100%;
    }
    .logo{
        width: 100%;
    }
    .redes-sociais {
        width: 100%;
        padding-top: 17px;
    }

    .header-noticia h3 {
        font-size: 1.35rem;
    }
    .noticie-title {
        /* float: none; */
    }


}
@media only screen and (max-device-width : 320px) {

}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .banner-videos img{
        width: 100%;
        padding: 0px 0px 0px 45px;
        margin-left: 0px;
    }
    .videos-title {
        align-items: center;
    }
    .redes-sociais {
        margin: 15px 0 0 0;
    }



}
/* iPad Pro */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .title-ult-noticia {
        width: 100%;
    }
    .title-ult-noticia h3 {
        font-size: 1rem;
        padding: 10px 0 0 0;
        margin-bottom: 0;
    }
    .title-curtas-noticia h3 {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .header-noticia h3 {
        font-size: 1.35rem
    }
    .description-ult-noticia p{
        padding-left:0;
        margin-bottom: 0;
    }

    .noticie-teaser-main {
        padding-left: 0px;
        margin-left: 0px;
    }
    .bloco-noticia-colunas {
        padding-top: 10px;
        margin-left: 0px;
    }
    .anuncio-central img {
        width: 100%;
    }


}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {

    .bloco-noticia {
        padding: 0;
    }
    .date-ult-noticia, .description-ult-noticia p{
        margin-bottom: 0;
    }
}
@media only screen  and (min-width : 1024px) {
    .bloco-noticia {
        margin-left: -35px;
    }
    .noticie-teaser-main {
        padding-left: 24px;
    }
    .panel-tie {
        padding-right: .5rem;
        padding-left: 2rem;
    }
    .owl-carousel .owl-item img {
        width: auto !important;
    }
}
@media only screen  and (min-width : 1440px) {
    .bloco-noticia {
        margin-left: -35px;
    }
    /*
    .bloco-noticia-colunas{
        margin-left: 0px;
    }
    .noticie-teaser-main{
        margin-left: 15px;
    }*/
    .info {
        width: 100%;
    }
    .ptb {
        padding-bottom: 1.7rem!important;
        padding-top: 1.7rem!important;
    }

}





/* Utils */
.relative-left {
    position: relative;
    float: left;
}