body {
  --verdeMarca: #49A495;
  --amareloMarca: #F7D79F;
}



/******************************************************************************
 * CABEÇALHO
 */

.header-style7 .main-bar {
  margin-top: 0;
}

.header-style7.sf-header-home:not(.is-sticky) .main-bar {
  background-color: rgba(0,0,0,0.1);
}

.header-style7.is-sticky .main-bar {
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.extra-nav {
  margin-left: 15px;
}

.header-nav .nav > li .sub-menu {
  top: 70%;
}

.cabecalho-padrao.banner-inner-row .search-form .bootstrap-select.btn-group .dropdown-toggle .filter-option,
.cabecalho-padrao.banner-inner-row .search-form .bootstrap-select.btn-group .dropdown-menu li a span.text {
  color: #555;
}

@media (max-width: 768px) {
  
  html .logo-header img {
    width: auto;
    max-height: 54px;
  }
  
  html .extra-nav {
    margin-left: 0;
  }

  html .banner-contact-row {
    height: auto;
    background-size: auto 300px;
    background-position: center top;
    background-repeat: no-repeat;
  }

    html .banner-contact-row .text-white {
      width: 100%;
      height: 300px;
    }
    
    html .banner-contact-row .sf-find-bar > .container {
      width: 100%;
    }
  
}



/******************************************************************************
 * HOME
 */

.pricingtable-bx {
  font-size: 28px;
}
.pricingtable-title h2 {
  font-size: 24px;
}

html .sf-bnr-pic > img {
  height: 40vw;
  object-fit: cover;
  object-position: center top;
}



/******************************************************************************
 * FORMS
 */

.wpcf7-response-output:empty {
  display: none;
}


.section-content .btn {
  margin-top: 0;
  background-color: var(--verdeMarca);
	padding: 15px 50px;
  color: white;
}

.section-content .btn:hover,
.section-content .btn:focus,
.section-content .btn:active {
  background-color: #00a696;
  color: white;
  box-shadow: 0 0 0 30px rgba(0,0,0,0.25) inset !important;
}

.bootstrap-select .dropdown-toggle {
    font-size: 14px;
}

.dropdown-menu > li > a > span {
    color: inherit;
}



/******************************************************************************
 * BLOG
 */

.wp-block-latest-comments__comment-link,
.wp-block-latest-comments__comment-author {
  color: black;
}

.blog-post .post-date {
  float: left;
  margin-bottom: 15px;
}

.blog-md.blog-post .post-date {
    position: static;
}

html .blog-post .post-title {
    word-break: break-word;
}

.owl-blogs .blog-post .post-thum {
    position: relative;
    padding-bottom: 67%;
    background-color: #f2f2f2;
}

  .owl-blogs .blog-post .post-link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
  }

  .owl-blogs .blog-post .post-thum.com_thumb .post-thumb-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%;
  }
  
  .owl-blogs .blog-post .post-thum.com_thumb .sf-overlay-box {
      z-index: 1;
  }

.owl-blogs .owl-item {
  display: flex;
  align-items: stretch;
}

.owl-carousel.owl-blogs .owl-stage {
  display: flex;
  align-items: stretch;
}

.owl-blogs .blog-post {
  display: flex;
  align-items: stretch;
}

.owl-blogs .sf-latest-news {
  margin-bottom: 0;
}

.owl-blogs .post-bx {
  display: flex;
  flex-direction: column;
}

.owl-blogs .blog-post .post-info {
  flex-grow: 1;
  margin-bottom: 0;
}

.blog-content .post-navigation .nav-links .nav-previous:last-child a,
.blog-content .post-navigation .nav-links .nav-next a {
    margin-bottom: 0;
}

.blog-content .post-navigation .nav-links .screen-reader-text {
    overflow: visible;
    width: auto;
    height: auto;
    clip: unset;
    position: static !important;
    font-size: inherit;
}

.blog-content .post-navigation .nav-links .post-title {
    margin-top: 0;
}

.blog-post .read-more {
    display: block;
    margin-right: -4px;
    padding-top: 10px;
    text-align: right;
    clear: both;
}

.blog-content #comments {
    margin-top: 40px;
}

#commentform .wp-social-login-widget {
    padding: 15px;
}

.comments-area .comment-form #add_comment_rating_wrap {
    align-items: center;
}

.comments-area .comment-form #add_comment_rating_wrap label {
    margin-right: 15px;
    margin-bottom: 0;
}

.comments-area .comment-form #add_comment_rating_wrap #add_post_rating {
    bottom: 50%;
    left: 100%;
    right: auto;
    white-space: nowrap;
    transform: translateY(50%);
}

.side-bar .wp-block-search__label {
  margin-bottom: 15px;
}

.side-bar .widget h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}

.side-bar .wp-block-search__input {
  width: 100%;
}

.side-bar .wp-block-search__button {
  width: 100%;
  margin-top: 10px;
}

.side-bar .wp-block-categories-list {
  display: flex;
  flex-direction: column;
}

.side-bar .wp-block-categories-list > .cat-item-1 {
  display: none;
}

.side-bar .wp-block-categories-list > .cat-item-34 {
  order: 1;
}

.side-bar .wp-block-categories-list > .cat-item > .children {
  margin-top: 15px;
}



/******************************************************************************
 * CADASTRO
 */

.provider_registration .has-feedback .form-control {
  padding-right: 0;
}

#paymethod.sf-card-group {
  margin-top: 0 !important;
}

#paymethod .form-group > label {
  display: block;
}

#login-Modal .modal-content.register-modal .sf-other-logins {
  padding-top: 0;
}

#login-Modal .modal-content.register-modal .sf-other-logins.sf-other-login-one > ul > li {
  max-width: none;
}

#login-Modal .modal-content.register-modal .wp-social-login-connect-with {}

#login-Modal .modal-content.register-modal .wp-social-login-widget .wp-social-login-provider-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

#login-Modal .modal-content.register-modal .wp-social-login-widget .wp-social-login-provider {
  width: 30%;
  margin-right: 3.33%;
}

#login-Modal .sf-select-box > .dropdown-toggle {
  padding-top: 2px;
  padding-bottom: 2px;
  height: 34px;
}


#login-Modal a.loginform {
  display: inline-block;
  margin-top: 10px;
}



/******************************************************************************
 * TEMPLATE - COLUNAS
 */

.template-colunas-conteudo-secoes {
  /* margin-top: 40px; */
}

.template-colunas-col {
  margin-bottom: 30px;
}

.template-colunas-col p:empty {
  margin-bottom: 0;
}

.template-colunas-col .video_wrapper {
  position: relative;
  padding-bottom: 50%;
}

  .template-colunas-col .video_wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }



/******************************************************************************
 * RODAPÉ
 */

#menu-footer-menu{
  display: flex;
  justify-content: center;
  align-items: center;
}

#menu-footer-menu .menu-item{
  border-bottom: none !important;
}

#menu-footer-menu .menu-item:before{
  content: none !important;
}

#footerSuperior{
	background: #3F3F3F;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footerSuperior img.logoFooter{
	width: 80px;
	height: auto;
	object-fit: cover;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 20px;
}
#footerSuperior .d-flex > .col-md-3{
	display: flex;
	flex-direction: column;
}
#footerSuperior .d-flex > .col-md-3 h3, 
#footerSuperior .d-flex > .col-md-3 a,
#footerSuperior .d-flex > .col-md-3 ul{
	margin-left: 20%
}
#footerSuperior .d-flex > .col-md-3 h3{
	margin-bottom: 20px;
}
#footerSuperior .d-flex > .col-md-3 a{
	margin-bottom: 2px;
	color: #FFF;
}
#footerSuperior .d-flex > .col-md-3 .contact-info{
	min-height: 1px!important;
}
#footerSuperior .d-flex > .col-md-3 a:hover, #footerSuperior .d-flex > .col-md-3 a:focus{
	text-decoration: none;
	color: #3396D1;
}
#footerInferior{
	padding: 10px 0;
	background: #1F1F1F;
	color: #FFF;
  font-size: 1.2rem;
}
#footerInferior .d-flex {
	display: flex;
	justify-content: stretch;
  align-items: center;
}
#footerInferior .d-flex .footer_inferior_secao {
  width: 33.33%;
}
.footer_inferior_credito {
  text-align: center;
}
.footer_inferior_links {
  text-align: right;
}
#footerInferior a{
	color: #FFF;
}

@media (max-width: 768px) {
  #footerInferior .d-flex {
    display: block;
  }
  #footerInferior .d-flex .footer_inferior_secao {
    width: 100%;
  }
  .footer_inferior_copyright,
  .footer_inferior_credito,
  .footer_inferior_links {
    display: block;
    padding: 10px 0;
    text-align: center;
  }
}



/******************************************************************************
 * EVENTOS / AGENDA
 */

body.page-id-4317 .formularioAnuncie {
  margin: 0 0 50px;
  padding: 0 50px 15px;
}



/******************************************************************************
 * SERVIÇOS
 */

.owl-carousel[class*="owl-featured"] .owl-stage {
    display: flex;
    align-items: stretch;
}

    .owl-carousel[class*="owl-featured"] .sf-featured-girds.item {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    
    .owl-carousel[class*="owl-featured"] .sf-featured-girds.item .sf-featured-bot {
        flex-grow: 1;
    }

#sf-provider-gallery #sliderLarge .owl-stage-outer {
  height: auto !important;
}

#form-quot-bx #captcha_code {
  padding-right: 12px;
}

ul.share-social-bx li:hover {
  width: 135px;
}

.page-content[data-style="1"] .provider-details .provider-logo .btn {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.sf-break-timing {
  margin-top: 8px;
  margin-bottom: -8px;
}

.sf-break-timing > ul {
  margin: 0;
}

.sf-break-timing > ul > li:first-child {
  margin-top: 23px;
}



/******************************************************************************
 * GERAIS
 */

pre[dump] {
  display: none;
}

.section-content {
  font-size: 16px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xs-7ths,
.col-sm-7ths,
.col-md-7ths,
.col-lg-7ths,
.col-xs-11ths,
.col-sm-11ths,
.col-md-11ths,
.col-lg-11ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.col-xs-7ths {
    width: 14.2857%;
    float: left;
}

.col-xs-11ths {
    width: 9.0909%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
    .col-sm-7ths {
        width: 14.2857%;
        float: left;
    }
    .col-sm-11ths {
        width: 9.0909%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
    .col-md-7ths {
        width: 14.2857%;
        float: left;
    }
    .col-md-11ths {
        width: 9.0909%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
    .col-lg-7ths {
        width: 14.2857%;
        float: left;
    }
    .col-lg-11ths {
        width: 9.0909%;
        float: left;
    }
}

.row.colado {
	margin-left: 0px;
	margin-right: 0px;
}
	.row.colado > [class*="col-"] {
		padding-left: 0px;
		padding-right: 0px;
	}

.row.slim {
	margin-left: -5px;
	margin-right: -5px;
}
	.row.slim > [class*="col-"] {
		padding-left: 5px;
		padding-right: 5px;
	}

.row.estreito {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
	.row.estreito > [class*="col-"] {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}

.row.inline {
	font-size: 0;
	text-align: center;
}
	.row.inline > [class^="col-"] {
		float: none;
		display: inline-block;
		vertical-align: top;
		font-size: 1rem;
	}

@media (min-width: 768px) {
	.row.largo {
		margin-left: -30px;
		margin-right: -30px;
	}
		.row.largo > [class*="col-"] {
			padding-left: 30px;
			padding-right: 30px;
		}
}

@media screen and (min-width: 768px) {
	.row.flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: stretch;
		width: calc( 100% + 30px );
	}
	/*
	.equal > .col,
	.equal > div[class*='col-']
	*/
}

.sem_margem {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

#bannerAnuncio{
	padding-bottom: 50px;
}
#bannerAnuncio .boxBanners{
	display: flex;
	margin-top: 50px;
}
#bannerAnuncio .boxBanners .banner{
	width: calc(33% - 40px);
	margin: 0 20px;
	height: 300px;
	border-radius: 10px;
}
#doacoesHome{
	padding-bottom: 50px;
}
#doacoesHome .doacaoExterno{
	display: flex;
	margin: 50px 0 0 0
}
#doacoesHome .doacaoExterno .doacaoEsquerda{
	width: 30%;
}
#doacoesHome .doacaoExterno .doacaoEsquerda .card{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
#doacoesHome .doacaoExterno .doacaoDireita{
	width: 70%;
	padding: 0 0 0 30px;
}
#doacoesHome .doacaoExterno .doacaoDireita .saibaMais{
	margin-bottom: 0;
	flex-direction: column;
	align-items: flex-end;
}
#nossosPlanos{
	padding-bottom: 50px;
}
#nossosPlanos .planos{
	display: flex;
	margin-top: 50px;
}
#nossosPlanos .planos .plano{
	height: 500px;
	width: calc(25% - 40px);
	margin: 0 20px;
	padding: 20px;
	border-radius: 10px;
}
#nossosPlanos .planos .plano .btn{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: 94%;
}

#assinantes{
	padding-bottom: 50px;
}
#assinantes .assinantes{
	display: flex;
	margin-top: 50px;
}
#assinantes .assinantes .assinante{
	height: 300px;
	width: calc(25% - 40px);
	margin: 0 20px;
	padding: 20px;
	border-radius: 10px;
}
#linksUteis{
	padding-bottom: 50px;
}
#blogCategoria{
	padding-bottom: 50px;
}
#blogCategoria .boxExterno{
	display: flex;
	justify-content: space-between;
	margin-top: 50px
}
#blogCategoria .boxExterno .card{
	border: 1px solid rgb(222,222,222);
	border-radius: 10px;
	width: calc(32%)
}

#blogCategoria .boxExterno .card p{
	height: 100px;
}
#blogCategoria .boxExterno .card img{
	border-radius: 10px 10px 0 0;
	width: 100%;
	object-fit: cover;
}
#blogCategoria .boxExterno .card .post-info{
	padding: 20px;
}
#blogCategoria .boxExterno .card .post-info .post-title{
	margin-bottom: 20px;
}

#blogCategoria{
	padding-bottom: 50px;
}
#blogCategoria .boxExterno{
	display: flex;
	justify-content: space-between;
	margin-top: 50px
}
#blogCategoria .boxExterno .card{
	border: 1px solid rgb(222,222,222);
	border-radius: 10px;
	width: calc(32%);
	margin-bottom: 50px;
}
#blogCategoria .boxExterno .card p{
	height: 100px;
}
#blogCategoria .boxExterno .card img{
	border-radius: 10px 10px 0 0;
	width: 100%;
	object-fit: cover;
}
#blogCategoria .boxExterno .card .post-info{
	padding: 20px;
}
#blogCategoria .boxExterno .card .post-info .post-title{
	margin-bottom: 20px;
}
.comments-area .comment-form p:nth-child(8){
	display: none;
}
.comments-area .comment-form #add_comment_rating_wrap{
	display: flex;
}
.titleDesign{
	color:#555555;
	text-align: center;
	margin-top: 50px;
}
section a, section a:hover, section a:focus{
	text-decoration: none;
	color: #555555;
}
.saibaMais{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
#parceiros .parceirosInfo{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 50px 0;
}
#parceiros .parceiroBox{
	display:flex;
	width: calc(25% - 40px);
	margin: 20px;
	flex-direction: column;
	align-items: center;
}
#parceiros .parceiroBox:hover, #parceiros .parceiroBox:focus{
	zoom: 1.5;
}
#parceiros .parceiroBox img{
	width: 100%;
	padding: 20px
}
#agradecimentos .agradecimentosInfo{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 50px 0;
}
#agradecimentos .agradecimentoBox{
	display:flex;
	width: calc(25% - 40px);
	margin: 20px;
	flex-direction: column;
	align-items: center;
}
#agradecimentos .agradecimentoBox:hover, #agradecimentos .agradecimentoBox:focus{
	zoom: 1.5;
}
#agradecimentos .agradecimentoBox img{
	width: 100%;
	padding: 20px
}
#projetosSociais .projetosSociaisInfo{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 50px 0;
}
#projetosSociais .projetoSocialBox{
	display:flex;
	width: calc(25% - 40px);
	margin: 20px;
	flex-direction: column;
	align-items: center;
}
#projetosSociais .projetoSocialBox:hover, #projetosSociais .projetoSocialBox:focus{
	zoom: 1.5;
}
#projetosSociais .projetoSocialBox img{
	width: 100%;
	padding: 20px
}
#colaboradores .colaboradoresInfo{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 50px 0;
}
#colaboradores .colaboradoresBox{
	display:flex;
	width: calc(33% - 40px);
	margin: 20px;
	flex-direction: column;
	align-items: center;
}
#colaboradores .colaboradoresBox:hover, #projetosSociais .colaboradoresBox:focus{
	zoom: 1.5;
}
#colaboradores .colaboradoresBox img{
	width: 100%;
	padding: 20px
}
#quemSomos .col-md-6 > img{
	width: 80%;
	height: auto;
	object-fit: cover;
}
#quemSomos .boxQuemSomos {
	display:flex;
	flex-direction: row;
	margin: 50px 0;
}
#quemSomos .boxQuemSomos .col-md-6:nth-child(2){
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding: 20px
}
#quemSomos .infoValores{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 100px;		
}

#quemSomos .repetidorValores {
	padding: 0 15px;
	width: calc(25% - 30px);
}
#quemSomos .repetidorValores h3{
	font-weight: 800;
}
#doacao p{
	margin: 50px 0;
}
#anuncie .formularioAnuncieExterno{
	display: flex;
	justify-content: center;
}
#anuncie .formularioAnuncie{
	margin: 50px 0 100px;
	padding: 50px;
	background: #fff;
	border-radius: 10px;
}
#anuncie .formularioAnuncie label{
	width: 100%;
	margin-top: 20px;
}
#anuncie .formularioAnuncie input:not(.btn){
	border: none;
	border-bottom: 1px solid #555555;
	background-color: transparent;
	width: 100%;
}
#anuncie .formularioAnuncie textarea{
	background-color: transparent;
	width: 100%;
}
#agenda .agendaExterno{
	display: flex;
	justify-content: center;
}

#cadastro .botoeira{
	display: flex;
	justify-content: center;
}
#cadastro .botoeira .btn{
	margin: 50px 20px;
	padding: 10px 35px;
}
#newsletter{
	padding: 0 0  50px 0;
	background: #F5F5F5;
}
#newsletter form#wbnfe{
	display: flex;
	flex-flow: row;
	align-items: flex-end;
}
#newsletter form#wbnfe input:not(.btn){
	padding: 15px;
	width: 100%;
	margin: 10px 40px 0 0;
	height: 100%;
}
#newsletter form#wbnfe input.btn{
	padding: 15px;
	width: 40%;
	margin-top: 10px;
	height: 100%;
}
#newsletter .newsletterBox{
	display: flex;
	flex-direction: row;
	margin-top: 50px;
}
#newsletter .newsletterBox .newsletterEsquerda{
	width: 30%;
}

#newsletter .newsletterBox .newsletterEsquerda .card{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
#newsletter .newsletterBox .newsletterDireita{
	width: 70%;
	padding: 0 0 0 30px;
}
.mec-month-divider span:before{
	border-bottom: 4px solid #337ab7;
}
.mec-color, .mec-color-before :before, .mec-color-hover:hover, .mec-wrap .mec-color, .mec-wrap .mec-color-before :before, .mec-wrap .mec-color-hover:hover{
	color:#337ab7;
}
.saibaMais.mt-5{
	margin-top: 50px;
}
@media(max-width:768px){
	.logo-header img{
		width: 40%;
	}
	.navbar-toggle.scrolled{
		position: fixed;
		margin: 0px;
		right: 15%;
	}
	#parceiros .parceirosInfo{
		flex-direction: column;
	}
	#parceiros .parceirosInfo a{
		width: 100%;
	}
	#parceiros .parceiroBox {
		margin: 20px 0;
	}
	#projetosSociais .projetosSociaisInfo{
		flex-direction: column;
	}
	#projetosSociais .projetosSociaisInfo a{
		width: 100%;
	}
	#projetosSociais .projetoSocialBox {
		margin: 20px 0;
	}
	#agradecimentos .agradecimentosInfo{
		flex-direction: column;
	}
	#agradecimentos .agradecimentosInfo a{
		width: 100%;
	}
	#agradecimentos .agradecimentoBox {
		margin: 20px 0;
	}
	#quemSomos .boxQuemSomos {
		display:flex;
		flex-direction: column;
		margin: 50px 0 0;
	}
	#quemSomos .col-md-6 > img{
		width: 100%;
	}
	#quemSomos .infoValores{
		flex-direction: column;
	}
	#quemSomos .repetidorValores{
		text-align: center;
		width: 100%;
		margin-top: 20px;
			
	}
	#anuncie .formularioAnuncie{
		padding: 20px;
	}
}

#footer_social i {
  display: inline-block;
  width: 1em;
  text-align: center;
  color: #3396d1;
  margin-right: 0.5em;
}

.template-institucional .banner-inner-row h1 {
	text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

#institucional_content_row .content_logo {
	width: 67%;
	height: auto;
}

#footerSuperior li {
	list-style-type: none;
}

#footerSuperior #menu-rodape {
  display: block;
  margin: 0 0 0 1px !important;
  padding: 0;
}

#footerSuperior #menu-rodape > li {
  padding: 0;
  margin: 0 0 5px;
}

#footer_contatos a {
	margin-left: 0 !important;
}

.wp-block-latest-comments article a {
	color: inherit;
}

html .sf-header-inner.is-sticky .extra-nav .extra-cell a.btn {
	color: #555555;
	border-color: #555555;
}



/******************************************************************************
 * NEWSLETTER
 */

#newsletter {
  position: relative;
  background-image: url('img/communication-4871245_1920.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
}

#newsletter::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
  content: '';
}

#newsletter > .container {
  z-index: 1;
  position: relative;
}

#newsletter .newsletterBox {
  align-items: center;
}

#newsletter .titleDesign {
  margin: 0;
  color: white;
}

#newsletter .newsletterDireita {
  font-size: 1.5rem;
}

#newsletter form#wbnfe input:not(.btn) {
  padding: 8px 12px;
  margin-top: 0;
  color: #555;
}

#newsletter form#wbnfe input:not(.btn):focus {
  box-shadow: 0 0 1px 2px rgba(246, 215, 158, 0.75);
  outline: none;
}

#newsletter form#wbnfe input.btn {
  padding: 10px;
  margin-top: 0;
  background-color: #00a696;
  color: white;
}

#newsletter form#wbnfe input.btn:hover,
#newsletter form#wbnfe input.btn:focus,
#newsletter form#wbnfe input.btn:active {
  background-color: #00a696;
  color: white;
  box-shadow: 0 0 0 20px rgba(0,0,0,0.25) inset !important;
}

#newsletter .nresult {
  position: absolute;
  top: 105%;
  right: 15px;
}

#newsletter .nresult div span.err {
  color: #fb7f79;
}

@media (max-width: 768px) {
  
  #newsletter .newsletterBox {
    display: block;
    text-align: center;
  }
  
    #newsletter .newsletterBox .newsletterEsquerda {
      width: 100%;
      margin-bottom: 15px;
    }
    
    #newsletter .newsletterBox .newsletterDireita {
      width: 100%;
      padding: 0;
    }
    
      #newsletter form#wbnfe {
        flex-wrap: wrap;
        justify-content: center;
      }
    
        #newsletter form#wbnfe input:not(.btn) {
          margin: 0 0 10px;
          width: 100%;
        }
        
        #newsletter .nresult {
          position: static;
          width: 100%;
          margin: 10px 0 0;
          font-size: 14px;
        }
  
}

.anuncioPublicitario{
	width: 600px;
	height: 120px;
	margin:  50px 0;
	border: solid 1px black;
}

.justifyCenter{
	display: flex;
	justify-content: center;
}

.pricingtable-bx, .pricingtable-title h2{
	font-size: 18px!important;
}



/******************************************************************************
 * BANNER DE ANÚNCIO
 */

.banner_wrapper {
    margin-bottom: 40px;
    text-align: center;
}

body.blog .banner_wrapper,
body.archive .banner_wrapper {
    margin-top: 40px;
    margin-bottom: 0px;
}
