body {
    color: #666;
    font-size: 16px !important;
    line-height: 1.5;
    font-family: Roboto;
}

.navbar {
    background-color: #fff;
    box-shadow: 2px 2px 10px 2px #ccc;
}

main {
    padding-top: 80px;
}

header .container-fluid {
    display: flex;
    width: 100%;
    align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat;
}

a,
a:visited,
a:hover,
a:active {
    color: #c93f1f !important;
}

a:hover {
    text-decoration: none;
}


.largura300 {
    width: 300px;
}
/*
.largura800 {
    width: 800px;
    margin: 0 auto;
}
*/

.gallery.largura800{
    width: 800px;
    margin: 0 auto;    
}

/*
.largura900 {
    width: 900px;
    margin: 0 auto;
}
*/

#containerAgenda.largura900{
    width: 900px;
    margin: 0 auto;    
}

#logoTopo {
    width: 150px;
}

a:hover {
    opacity: 0.7;
}

#listaMenu,
#teste {
    list-style: none;
    display: flex;
}

#menuRodape {
    list-style: none;
    display: flow-root;
}

#listaMenu li,
#menuRodape li,
#teste li {
    display: inline-block;
    align-self: center;
}

#logoTopo {
    margin: 0;
}

#home {
    box-shadow: 2px 2px 10px 2px #ccc;
    padding-top: 50px;
}

.noticiaDestaque {
    float: left;
    margin-bottom: 30px;
}

.noticiaHome {
    margin-left: 50%;
    padding-left: 50px;
    margin-bottom: 20px;
    display: flow-root;
}

.noticiaInterno {
    display: block;
}

.tituloNoticia {
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px !important
}

.tituloNoticia a {
    color: #000000 !important;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;

    transition: .5s;
}

.tituloNoticiaHome {
    overflow: hidden;
}

.noticiaDestaque .tituloNoticia,
article .tituloNoticia {
    font-size: 24px;
}


/*
.resumoNoticiaHome {
    height: 50px;
    overflow: hidden;
}
*/

.infoEvento {
    color: #000000;
    font-weight: bold;
}

.imagemNoticiaHome,
.imagemNoticiaDestaque,
.imagemNoticiaInterno {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.imagemNoticiaHome {
    float: right;
    width: 120px;
    height: 120px;
}

.imagemNoticiaHome .legenda {
    padding-top: 100px;
}

.imagemNoticiaInterno {
    float: left;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 5px;
}

.imagemNoticiaInterno .legenda {
    padding-top: 100px;
}

.imagemNoticiaDestaque {
    height: 300px;
    margin-top: 20px
}

.imagemNoticiaDestaque .legenda {
    padding-top: 300px;
    text-align: left;
}

.noticiaHome .conteudoNoticia {
    width: calc(100% - 140px);
    float: left;
}

.noticiaInterno .conteudoNoticia {
    margin-left: 140px;
    display: grid;
    margin-bottom: 20px;
}

.tituloBlog,
.tituloBlogNoticia {
    color: #c93f1f;
    font-weight: 400;
    font-size: 14px;
}

.tituloBlog a,
.tituloBlogNoticia a {
    color: #c93f1f;
}

.boxNoticia {
    height: 180px;
}

.boxNoticia.boxNoticiaHome{
    height: auto;
    margin-bottom:20px
}

#tags {
    color: #c93f1f;
    font-weight: bold;
}

.tags {
    background-color: #E8E8E8;
}

#linhaTags a {
    color: #666;
    text-decoration: none;
    padding: 5px 13px;
    margin-right: 15px;
    font-size: 14px;
border-radius: 18px;
    -webkit-border-radius: 18px;    
}

.noticiaInterno .tituloBlog {
    margin-left: 140px;
}

.input-group-text {
    border-radius: 20px 0 0 20px;
    color: #000000;
    background-color: transparent;
    border-right: none;
    border-top-color: #000000;
    border-left-color: #000000;
    border-bottom-color: #000000;
}

.tituloSection {
    color: #000000;
    font-weight: bold;
    font-size: 36px;
    border-bottom: 1px solid #c93f1f;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.tituloRelated.tituloSection {
    font-size: 24px;
}

#txtSearch,
#txtSearchMobile {
    border-radius: 0 20px 20px 0;
    border: 1px solid #000000;
    border-left-color: transparent;
    color: #666;
    outline: none !important;
    /*
    width:50px;
    direction:rtl;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;   
    */
}

/*
#txtSearch:focus {
    width: 120px;    
}
*/
#menuTopo {
    color: #c93f1f;
    align-self: center;
}

#menuTopo li {
    padding-left: 30px;
    font-size: 15px;
}

#menuTopo li a {
    color: #c93f1f;
    text-decoration: none;
}

#menuRodape li {
    padding-right: 30px;
    font-size: 15px;
}

#menuRodape li a {
    color: #000!important;
    text-decoration: none;
}

.boxEvento,
.boxEventoMobile {
    background-color: #F2F2F2;
}

.tituloEvento {
    height: 72px;
    overflow: hidden;
}

.conteudoEvento {
    height: 120px;
    overflow: hidden;
    margin-bottom: 15px;
}

.dataEvento {
    color: #fff;
    width: 280px;
    height: 50px;
    float: right;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    padding-left: 15px;
}

#logoRodape img {
    width: 120px;
}

#emailRodape {
    float: right;
    padding-right: 0 !important;
    padding-top: 8px;
}

#emailRodape i {
    color: #c93f1f;
    padding-right: 5px
}

#emailRodape a {
    color: #666 !important;
}
/*
#emailRodape a:hover {
    color: #c93f1f !important;
}
*/
#fundoContato {
    background-color: #E8E8E8;
    padding: 40px;
}


#formulario {
    width: 370px;
    float: left;
}

#formularioLateral {
    margin-left: 370px;
    padding-left: 40px;
}

#formularioLateral p {
    margin-bottom: 10px !important;
    font-size: 14px !important;
}

.page-template-inscrevase #formulario {
    width: 100%;
    float: none;
    max-width: 370px;
    margin: 0 auto;
}

#linkForm {
    padding-left: 90px;
    padding-top: 10px;
    margin-bottom: 70px;
    color: #c93f1f;
}

#linkForm a {
    color: #c93f1f;
    text-decoration: underline;
}

#logoContato img {
    height: 50px;
}

#mapaContato img {
    height: 140px;
}

.wpcf7-text,
.wpcf7-textarea {
    border: 1px solid #E8E8E8 !important;
    border-radius: 0 !important;
    padding: 10px 15px !important;
    margin-bottom: 10px;
    outline: none !important;
    width: 100%;
    height: 35px;
    font-size: 14px !important;
}

.wpcf7-textarea {
    height: 150px;
}

.btn {
    background-color: #000000 !important;
    color: #FFF !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 10px 15px !important;
    margin-bottom: 10px;
    outline: none !important;
    width: 100% !important;
    height: 35px !important;
    font-size: 14px !important;
}

#boxMaisLidas {
    background-color: #fff;
    box-shadow: 2px 2px 10px 2px #ccc;
}

#boxMaisLidas .tituloSection {
    font-family: Montserrat;
    padding-top: 0;
    margin-bottom: 0;
    font-size: 30px
}

#boxMaisLidas .tituloBlog {
    padding-top: 35px;
}

#boxPesquisa {
    width: 700px;
    margin: 0 auto
}

.slick-prev {
    position: absolute !important;
    left: 0 !important;
}

.slick-next {
    position: absolute !important;
    right: 0 !important;
}

#bannerTopo {
    text-align:center;
    margin-bottom:50px;
}

#bannerNoticia {
    text-align:center;
    margin-bottom:50px;
}

#imagemDestacada {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 300px;
}

.legenda {
    color: #000000;
    font-size: 10px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;

    transition: .5s;
}

.legendaInterno {
    position: absolute;
    top: 105px;
}

.legendaHome {
    float: right;
    width: 120px;
}

.semUnderline:hover {
    text-decoration: none !important;
}

.colunaSlide {
    position: relative;
}

.colunaSlide #btnAnteriorEvento {
    position: absolute;
    top: 50%;
}

.colunaSlide #btnProximoEvento {
    position: absolute;
    top: 50%;
    right: 0;
}

@media screen and (max-width: 1024px) {

    .w-50,
    .noticiaHome .conteudoNoticia,
    #formulario,
    .largura800,
    .largura900,
    #boxPesquisa {
        width: 100% !important;
    }

    #home,
    #conteudo {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    #conteudo {
        padding-bottom: 20px;
    }

    .noticiaHome {
        margin-left: 0;
        padding-left: 0;
    }

    .imagemNoticiaHome {
        float: left;
        width: 100%;
        height: 180px;
    }

    .imagemNoticiaInterno {
        width: 100%;
        height: 180px;
        top: auto;
    }

    .imagemNoticiaInterno .legenda {
        padding-top: 180px;
    }

    .noticiaInterno {
        margin-bottom: 190px;
    }

    .noticiaInterno .tituloBlog {
        margin-left: 10px;
        margin-right: 10px;
    }

    .noticiaInterno .conteudoNoticia {
        margin-left: 0;
        margin: 0 10px;
    }

    .responsivo {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 15px !important;
    }

    /*
    #fundoContato {
        padding: 15px;
    }
    */
    #formularioLateral {
        margin-left: 0;
        padding: 0;
        text-align: center;
    }

    #linkForm {
        padding-left: 0;
    }

    .margin-left-30 {
        margin-left: 0 !important;
    }

    .margin-right-30 {
        margin-right: 0 !important;
    }

    .boxEvento,
    .boxEventoMobile {
        margin-bottom: 15px;
        padding-bottom: 5px !important;
    }

    #logoRodape img {
        width: 70px;
    }

    #menuRodape li {
        padding-right: 10px;
    }

    #emailRodape {
        width: 100%;
        text-align: center;
    }

    .imagemNoticiaHome .legenda {
        padding-top: 180px;
    }

    #mobmenuright li a,
    #mobmenuright li a:visited,
    #mobmenuright .mobmenu-content h2,
    #mobmenuright .mobmenu-content h3,
    .mobmenu-left-panel .mobmenu-display-name {
        font-family: 'Roboto' !important;
    }

    #formPesquisa,
    #formPesquisaMobile {
        display: flex;
    }

    .navbar-collapse:not(.show) #txtSearch,
    #txtSearchMobile {
        width: 100px;
    }

    .boxNoticia {
        height: auto;
    }

    #bannerTopo {
        margin-bottom: 15px;
    }

    #agenda {
        padding-top: 30px !important;
    }

    .tituloSection {
        margin-bottom: 20px !important;
    }

    #boxMaisLidas {
        margin-bottom: 50px;
    }

    #boxMaisLidas .tituloBlog {
        padding-top: 15px !important;
    }

    .boxEvento .dataEvento,
    .boxEvento .tituloNoticia {
        margin-bottom: 15px !important;
    }

    .boxEvento .conteudoEvento p {
        margin-bottom: 0;
    }

    .boxEvento .tituloEvento {
        height: auto;
    }

    .boxEvento .conteudoEvento {
        height: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .mobmenur-container {
        top: 5px !important
    }
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar .nav-link{
    font-size:14px;    
    color:#000!important;
}

.navbar-toggler {
    border: 0;
}

.navbar-toggler .navbar-toggler-icon {
    color: #000000;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .7rem;
        padding-left: .7rem;
    }
}

.wp-pagenavi {
    text-align: center;
    margin: 0 auto;
}

.sfwppa-navi-style.sfwppa-style-2 .sfwppa-link,
.sfwppa-navi-style.sfwppa-style-2 a.sfwppa-pages,
.sfwppa-navi-style.sfwppa-style-2 .nav-links a.page-numbers,
.sfwppa-navi-style.sfwppa-style-2 span.sfwppa-pages.sfwppa-extend,
.sfwppa-navi-style.sfwppa-style-2 .page-numbers.dots {
    color: #666 !important
}

.sfwppa-navi-style.sfwppa-style-2 .nav-links a.page-numbers:hover, .sfwppa-navi-style.sfwppa-style-2 a.sfwppa-pages:hover, .sfwppa-navi-style.sfwppa-style-2 a.sfwppa-pages:hover{
    color: #FFF !important
}

footer {
    border-top: 1px solid #e8e8e8;
    padding: 1rem 0;
}

.post,
.page {
    margin: 0 !important;
}


.navbar-collapse.show {
    padding-bottom: 20px
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7 .btn {
    margin-bottom: 0;
    border-radius: 20px !important;
    height: 40px !important;
}

.wpcf7-textarea{
    height: 140px !important;
}

.wpcf7 .btn{
    margin-bottom: 20px;
}

.wpcf7 span {
    margin-bottom: 10px;
    display: block;
}

span.wpcf7-not-valid-tip {
    font-size: 14px;
    padding-left: 10px
}

div.wpcf7-response-output {
    margin: 0;
}

div.wpcf7 .ajax-loader {
    display: none
}


.navbar-collapse.show .input-group{
    border-top: 1px solid #e8e8e8;
    margin-top:10px;
    padding-top:20px
}

.essb_links.essb_template_circles-retina .essb_link_sharebtn a{
    color: #c93f1f!important;
    border: 1px solid #c93f1f!important;    
}

.essb_links li.essb_link_sharebtn a .essb_network_name, .essb_links li.essb_link_sharebtn a .essb_icon{
    color: #c93f1f!important;
}

.entry-content .essb_links .essb_link_sharebtn a:focus, .entry-content .essb_links .essb_link_sharebtn a:hover{
    background-color: #E8E8E8!important;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    margin-top:20px
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.navbar-brand img{
    height:70px
}

button:focus{
    outline-color:#000!important;
}

#menuRodape li.facebook-footer{
    padding-right:5px
}

#menuRodape li.facebook-footer a, #menuRodape li.linkedin-footer a{
    font-size:1.3em;
}