/*
Theme Name: ABBI by Neon
Description: Tema do site institucional da ABBI 
Author: Felipe Britto 
Author URL: https://agencianeon.com.br
Template: neon
Version: 1.0.0 
Text Domain: abbi
*/

:root{
  --bariol: Bariol;
}

body{
  background-color: #fafafa;
  overflow-x: hidden;
}
body.page-template-page-bioinovacao{
  background-color: #ffffff;
}
p{
  font-size: 18px;
  font-weight: 400;
  font-family: var(--bariol);
}
h1, h2, h3, h4, h5, h6{
  font-weight: bold;
  font-family: var(--bariol);
}
.pos-rel{
  position: relative;
}
.pd100{
  padding-top: 100px;
  padding-bottom: 100px;
}
.pdUp100{
  padding-top: 100px;
}
.pdBt100{
  padding-bottom: 100px;
}
.pd60{
  padding: 60px 0;
}
.pd30{
  padding: 30px 0;
}
.pdBt60{
  padding-bottom: 60px;
}
.vertical-center{
  display: flex;
  align-items: center;
}
.hide{
  display: none;
}

/* Colors */

.color-primary{
  color: #1e365c;
}
.color-secondary{
  color: #f4a843;
}
.color-white, .color-white p{
  color: #fff;
}
.bg-white{
  background-color: #fff;
}
.centrar{
  text-align: center;
  margin: 0 auto;
}

.mnone{
  margin: 0!important;
}
.container {
  max-width: 1200px; 
}
.container-blog{
  max-width: 1260px!important;
}
/* Header */

#site_header{
  /* background-color: #1e365c; */
}
.header_menu{
  z-index: 1;
  position: relative;
  height: 120px;
}
.header_menu .custom-logo{
  width: 100%;
  height: auto;
}
#menu_neon{
  position: relative;
  top: 6px;
}
.header_menu ul li{
  position: relative;
}
.header_menu ul li a{
  color: #fff;
  font-weight: 500;
  font-family: 'Bariol';
}
.header_menu ul li a:hover{
  color: #f4a843;
  text-decoration: none;
  font-weight: 500;
}
.mob-nav{
  position: relative;
}
.mob_menu{
  background-color: #17253E;
  transition: 0.3s;
  height: 0px; 
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  transition: all .5s;
}
ul#menu_neon_mob {
  padding-top: 57px;
}
ul.sub-menu {
  
padding-top: 14px!important;
}
.header_menu .sub-menu{
  display: none;
  position: absolute;
  background-color: #1e365c;
  border-left: 3px solid #f4a843;
  padding: 10px 20px;
  width: 180px;
}
.header_menu .sub-menu li{
  margin: 0;
}
.sub-menu li {
  border: none;
  padding: 0px 0px 0px 10px;
  font-weight: 400!important;
  text-transform: uppercase!important;
}
.sub-menu li a {
  
  font-size: 15px!important;
  color: #EDA84A!important;
  font-weight: 400!important;
}


/* Pages */

.single-page{
  padding: 100px 0;
}    
.page-header{  
  position: relative;
  height: 50vh;
  max-height: 600px;
  min-height: 340px;
  width: 100%;
  background-image: url('images/single-page-header.svg');
  background-size: cover;
  background-position: center;
  top: -120px;
  margin-bottom: -120px
}
.page-header .container{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.page-header h1{
  color: #fff;
  text-transform: uppercase;
  font-family: var(--bariol);
  font-weight: bold;
  font-size: min(48px,6vw);
  position: relative;
}
.page-header h1::after{
  content: '';
  position: absolute;
  height: 4px;
  width: 86%;
  background-color: #f4a843;
  border-radius: 5px;
  bottom: -3px;
  left: 7%;
}
.footer-row{
  position: relative;
  top: -5vw;
}
/* Banner */

#banner_main{
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  /* height: 90vh; */
  height: 70vh;
  min-height: 600px;
  position: relative;
  top: -120px;
  display: flex;
}
#banner_main .container{
  display: flex;
  align-items: center;
}

.banner_text{
  /* width: 40%; */
  /* width: 70%; */
  width: 100%;
  height: 40%;
}
.banner_text span{
  color: #f4a843;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Bariol';
}
.banner_text span::before{

}
.banner_text h2{
  /* font-size: 3.5vw; */
  /* font-size: 2.4vw; */
  font-size: min(46px, 8vw);
  color: #fff;
}
.banner_text p{
  color: #fff;
  /* font-size: 1.4vw; */
  /* font-size: 23px; */
  font-size: min(23px , 2.8vh)

}

/* Seção Blog */

#blog_home{
  padding-bottom: 100px;
}

.nosso-blog {

}
.nosso-blog h1 {
  font-size: 20px;
  color: black;
  background-color: #ffbd56;
  width: 12%;
  padding: 3px;
}
.nosso-blog p {
  font-size: 24px;
  color: black;
  font-weight: 500;
}
.nosso-blog button {
  font-size: 20px;
  background-color: #1e365c;
  color: #fff;
  padding: 5px 12px 5px 12px;
  border: none;
  border-radius: 6px;
  font-weight: 500;
}

.nosso-blog button i {
  color: #fff;
  font-size: 15px;
}

.blog_home_slider{
  text-align: center;
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 60px; */
}
.blog_item{
  border-radius: 20px;
  /* max-width: 340px; */
  margin: 40px 30px;
  /* margin: 40px 50px 40px 0; */
  -webkit-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.25);
  box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.25);
}
.blog_img{
  position: relative;
  width: 100%;
  height: 175px;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.blog_img::after{
  content: '';
  position: absolute;
  /* background: #1e365c; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.blog_cont{
  padding: 20px;
  text-align: left;
  max-height: 206px;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog_cont h2{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.blog_cont p{
  text-align: left;
  margin-top: 20px;
  color: #000;
  line-height: 20px;
  margin-bottom: 40px;
}
.blog_cont a{
  background-color: #1e365c;
  color: #fff;
  border-radius: 20px;
  padding: 6px 14px;
  text-transform: uppercase;
  font-size: 14px;
}
.slick-arrow{
  position: absolute;
  bottom: -30px;
  background-color: #1e365c;
  border: 0;
  border-radius: 3px;
  height: 36px;
  width: 36px;
}
.slick-arrow svg{
  /* fill: #f0ac41;
  position: relative;
  top: -2px; */
  display: none;
}
.slick-next{
  margin: 0 7px;
}
.slick-prev{
  margin: 0px -44px;
}
.slick-next::after{
  content: '';
  background-image: url('images/arrow.png');
  height: 20px;
  max-height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  max-width: 20px;
  display: block;
  margin: 0 auto;
}
.slick-prev::after{
  content: '';
  background-image: url('images/arrow.png');
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  display: block;
  margin: 0 auto;
}
.slick-prev:focus, .slick-next:focus{
  outline: none;
}

/* CTA */
.cta, #o-que-fazemos{
  background-color: #1e365c;
  position: relative;
  margin-top: 170px;
  margin-bottom: 178px;
}
.cta::before, .quote::before, #o-que-fazemos::before{
  content: '';
  display: block;
  background-image: url('images/curva-superior.svg');
  width: 100%;
  min-height: 9vw;
  background-repeat: no-repeat;
  background-size: 104vw;
  background-position: top center;
  position: absolute;
  top: -8.9vw;
  left: 0px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
/* .cta::after{
  content: '';
  display: block;
  background-image: url('./images/curva-inferior.svg');
  
  width: 105%;
  min-height: 9.3vw;
  background-repeat: no-repeat;
  background-size: 104vw;
  background-position: top center;
  position: absolute;
  bottom: -8.3vw;
  left: -13px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
} */
.cta::after, #o-que-fazemos::after {
  content: '';
  display: block;
  background-image: url(images/curva-inferior.svg);
  /* min-width: 1931px; */
  width: 100%;
  min-height: 9.3vw;
  background-repeat: no-repeat;
  background-size: 104vw;
  background-position: top center;
  position: absolute;
  bottom: -9.3vw;
  left: 0px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.titulo-linha-max-content {

}
.cta-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.subtitulo {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  
}
.sub-cta {
  display: flex;
  align-items: center;
}
.linha {
  background-color: #f4a843;
  width: 100%;
  min-width: 50px;
  height: 4px;
}
.titulo {
  font-size: 42px;
  text-transform: uppercase;
}
.btn-cta  {
  padding: 9px 12px 9px 12px;
  border: none;
  color: #1e365c;
  font-weight: bold;
  background: #f4a843;
  border-radius: 18px;
  font-size: 15px;
}

.cta-image img{
  width: 85%; 
  padding-bottom: 15px;
}
.cta p{
  max-width: 360px;
  font-size:min(18px, 5vw)
}
.cta_text {
  padding-bottom: 15px;
}
.cta-image {
  text-align: center;
}
/* SEÇÃO EMPRESAS ASSOCIADAS */

.titulo-linha-wrapper {
  width: max-content;
  /* display: flex; */
  justify-content: center;
  /* margin: 0 auto; */
}
.title-associadas {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
  font-size: min(24px, 5vw);
}
h3.title-associadas{
  font-size: min(18px, 3.5vw);
  padding-top: 0;
  padding-bottom: 50px;
}
.titulo-linha{
  display: flex;
}
.titulo-linha-wrapper h2{
  text-transform: uppercase;
  font-size: min(42px, 8.1vw);
  font-family: var(--bariol);
  font-weight: bold;
}
.titulo-linha span {
  font-size: min(20px, 4vw );
  font-weight: 400;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: var(--bariol);
}
.empresas-text h1 {
  font-size: min(42px, 5vh)
 
}

.empresas-associadas {
  /* display: flex;
  align-items: center; */
}


.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 230px);
  justify-content: center;
  grid-gap: 82px;
}
.empresa-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 160px;
  -webkit-box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 10%);
  box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 10%);
  border-radius: 12px;
  background-color: #fff;
}
.home .empresas{
  padding-bottom: 120px;
}
.empresa-card img {
  max-height: 100px;
}
.title-colaboradores {
  text-align: center;
  font-size: min(24px, 5vw);
  padding-top: 70px;
  padding-bottom: 50px;
}

.empresa-card.colaboradoras-card {
  height: 100px;
}
.empresa-card.colaboradoras-card img{
  /* width: 35%; */
  max-height: 70px;
}
.empresas-colaboradoras {
  display: grid;
  grid-template-columns: repeat(auto-fit, 180px);
  justify-content: center;
  grid-gap: 67px;
  margin-bottom: 50px;
}

/* QUOTE */

.quote {
  background-color: #1e365c;
  padding-top: 75px;
  padding-bottom: 150px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 120px;
  margin-bottom: 90px;
}
.quote::after{
  content: '';
  display: block;
  background-image: url('images/ponta-azul.svg');
  width: 100%;
  height: 6.1vw;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0;
  position: absolute;
  bottom: -6vw;
}
.quote-wrapper {
  display: flex;
  justify-content: center;
}

.quote-text {
  position: relative;
}
.quotation-2 {
  position: absolute;
  left: 90%;
}
.quote-text p {
font-size: min(24px, 4.8vw);
}


/* QUEM SOMOS */
.quem-somos {
  padding-top: 50px;
  position: relative;
  padding-bottom: 100px;
}
.quem-somos::after, .section-setas::before{
  content: '';
  display: block;
  background-image: url('images/ponta-clara.svg');
  width: 101%;
  height: 6.1vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
  position: absolute;
  bottom: -6vw;
  z-index: 1;
}
.img-section {
  text-align: center;
  /* padding-top: 10px; */
}
.section-text {
  padding-top: 30px;
}

.img-section img {
  width: 60%;
  /* padding-bottom: 50px; */
}
.titulo-linha-wrapper.titulo-linha-quem-somos {
  padding-top: 10px;
  justify-content: left;
}

span.span-quem-somos {
  font-size: 14px;
}

.linha-quem-somos {
  width: 25%;
}

.quem-somos-p {
  font-size: min(18px, 4.7vw);
  
  font-weight: 400;
}
button.btn-cta.btn-quem-somos {
  background: #1e365c;
  color: #fff;
  font-weight: 500;
  font-family: 'Bariol';
}


/* O QUE FAZEMOS */
hr.linha.linha-oque-fazemos {
  width: 33%;
}

.oq-fazemos {
  background: #1e365c;
  position: relative;
  padding-top: 140px;
  padding-bottom: 90px;
  margin-bottom: 100px;
}
.oq-fazemos::after, .section-setas::after{
  content: '';
  display: block;
  background-image: url('images/ponta-azul.svg');
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -120px;
}

button.btn-cta.btn-oque-fazemos {
  background: #f4a843;
  color: #1e365c;
}

/* NOSSA ESTRUTURA */

.estrutura{
  padding: 60px 0 140px 0;
}

/* NOTICIAS */
.noticias {
  padding-top: 100px;
  padding-bottom: 100px;
}

.noticia {
  width: 100%;
}
.noticia a{

}
.noticia img {
  width: 75%
}
.noticia-capa{
  width: 100%;
  height: 170px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.noticias-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}
.titulo-noticias {
  font-size: 30px;
  margin-bottom: 18px;
}

.noticia img {
  width: 75%;
}
.noticia span {
  font-size: 16px;
  color: #a5a5a5;
}
.noticia a:hover{
  text-decoration: none;
}
.noticia p {
  max-width: 100%;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  padding-top: 15px;
  margin: 0;
  padding-bottom: 7px;
}
.noticias .posts-layout article .post-item{
  height: 380px;
}
.eventos {

}

.titulo-eventos {
font-size: 30px;
}
.evento {
  display: flex;
  height: 80px;
  margin-top: 18px;
}
.evento img {
  height: 80px;
  border-radius: 15px;
}

.evento-content {
position: relative;
padding-left: 15px;
}
.evento-content span {
  font-size: 12px;
  bottom: 0;
  position: absolute;
  right: 0;
  color: #000;
}
.evento-content p {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0;
  position: relative;
  top: -4px;
}
.evento-content a {
  position: absolute;
  left: 75%;
  bottom: 0;
}
.eventos a:hover{
  text-decoration: none;
}
/* FOOTER */
.footer {
  background: #1e365c;
  padding-bottom: 40px;
  padding-top: 0;
  position: relative;
  margin-top: 20vw;
}
.footer a{
  color: #fff;
}
.page-id-70 .footer a{
  color: #505050;
}
.page-id-70 .footer a i{
  color: #1e365c;
}
.footer::before{
  content: '';
  position: absolute;
  top: -20vw;
  background-image: url('images/bg-footer.svg');
  background-size: 105%;
  background-repeat: no-repeat;
  background-position: center top;
  height: 21vw;
  width: 100%;
}
.footer-content img {
  width: 50%;
}

.footer-content h1 {
  font-size: min(32px,3.5vh);
  color: #f0ac41;
  padding: 20px 0 10px;
}
.footer-content ul {
  padding: 0;
  list-style: none;
}
.footer-content ul li {
  font-size: min(16px, 4vw);
  line-height: 28px;
  margin-bottom: 10px;
}
.footer-content i {
  font-size: 20px;
  padding: 5px;
  color: #fff;
}
.page-id-70 .footer-content i{
  color: #1e365c;
}
.redes-sociais i {
  font-size: 35px;
  margin-right: 10px;
}
.formulario h1, .redes-sociais h1 {
  font-size: min(25px,3.5vh);
  color: #f0ac41;
}
.page-id-70 .formulario h1, .redes-sociais h1{
  font-size: min(32px,3.5vh);
  color: #f0ac41;
  padding: 20px 0 10px;
  text-transform: uppercase;
}
.formulario h2{
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
}
.page-id-70 .formulario h2, .form-group label{
  color: #505050;
}
.form-group{
  margin: 0 auto 1rem auto;
}
.form-group label {
  color: #fff
}
.form-group input, .form-group textarea {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  border-bottom: 1px solid #fff;
}
.page-id-70 .form-group input, .page-id-70 .form-group textarea{
  border-bottom: 1px solid #505050;
  color: #505050;
}
.page-id-70 .form-group label{
  color: #505050;
}
.page-id-70 input.wpcf7-form-control.wpcf7-text.campo{
  color: #505050;
}
.page-id-70 .footer .creditos, .page-id-70 .footer .creditos p{
  color: #505050;
}

.form-group textarea{
  width: 100%;
  height: 80px;
}

/* form a {
  padding: 9px 12px 9px 12px;
  border: none;
  color: #1e365c;
  font-weight: bold;
  background: #f4a843;
  border-radius: 20px;
  font-size: 15px;

} */

.section-setas{
  position: relative;
  background: #1e365c;
  padding-top: 7.5vw;
  padding-bottom: 7.5vw;
}
.section-setas::before{
  content: '';
  display: block;
  background-image: url(images/ponta-clara.svg);
  width: 100vw;
  height: 6.1vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
  position: absolute;
  top: -12px;
  z-index: 1;
}
.section-setas::after{
  content: '';
  display: block;
  background-image: url(images/ponta-azul.svg);
  width: 100%;
  height: 6.1vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -5.3vw;
}
.mvv{
  
}
.mvv h3 {
  font-size: min(26px,6vw);
  padding-top: 10px;
  padding-bottom: 10px;
  color: #1e365c;
  margin: 0;
}
.mvv p{
  font-size: min(18px , 4.7vw);
  height: 108px;
}
.mvv h3.color-white{
  color: #fff;
}

.texto-responsivo p {
  font-size: min(18px , 4.7vw);
}
.mvv-icon{
  background-color: #f3a844;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 20px solid #1e365c;
}
.mvv-icon::after{
  
}
.mvv-icon img{
  width: 48px;
  height: 48px;
  position: relative;
}
.mvv-icon-title{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  height: 72px;
}
.mvv-icon-title .mvv-icon{
  margin-right: 10px;
}
#o-que-fazemos .mvv-icon{
  border-color: #f3a844;
  background-color: #1e365c;
}

/* Page Benefícios */

.beneficios-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
.beneficios-img{
  height: 600px;
  width: 100%;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.beneficio-item{
  
}
.beneficio-icon{
  width: 64px;
  float: left;
  background-color: #f4a843;
  border-radius: 100%;
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: center;
  border: 20px solid #1e365c;
}
.beneficio-icon img{
  height: 36px;
  width: 36px;
  display: none;
}
.beneficio-item p{
  float: right;
  width: 84%;
  padding: 0 0px 0 15px;
  font-size: 15px;
  text-align: justify;
}
.creditos{
  font-size: min(14px,2.5vh);
}
.creditos a{
  color: #fff;
  font-weight: 500;
}
.creditos a:hover{
  text-decoration: none;
  color: #f4a843
}

/* Page Contato */

.contato{
  padding: 100px 0;
}
.page-id-70{
  background-color: #fff;
}
.page-id-70 .footer::before{
  content: none;
}
.page-id-70 .footer{
  margin-top: 15vw;
  background-color: #fff;
}
.form-contato{
  padding: 80px;
  margin: 20px 0;
  background-color: #fff;
}
.form-contato .form-group label{
  color: #1e365c;
}
.contato__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* grid-gap: 50px; */
  /* padding: 75px; */
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
}
.contato__grid a{
  color: #fff;
}
.contato__form{

}
.form-contato .form-group input{
  border-bottom: 1px solid #1e365c;
}
.contato__form h1{
  color: #1e365c;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 30px;
  text-align: center;
}
.contato__form h2{
  font-size: 20px;
  font-weight: 600;
  color: #1e365c;
  margin-bottom: 30px;
}
.contato__img{
  background-color: #1e365c;
  padding: 100px 80px 100px 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contato__img h1{
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
}
.contato__img h2{
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
}
.page-id-70 .footer-content img{
  display: none;
}

/* Blog */

.blog-page{
  padding: 100px 0;
}
.posts-layout article, .posts-layout article .post-item, .box-shadow{
  background-color: #fff;
  margin-bottom: 25px;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.25);
  padding: 25px;
  border-radius: 15px;
}
.noticias-layout article{
  background-color: transparent;
  margin-bottom: 25px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
.posts-layout a .title-post{
  font-size: 19px;
  color: #1e365c;
}
.posts-layout .post-header a:hover{
  text-decoration: none;
}
.posts-layout .entry-content p{
  font-size: 14px;
}
.noticias-layout .entry-content{
  height: 60px;
  overflow: hidden;
  transition: all .2s;
}
/* .noticias-layout .entry-content:hover{
  height: auto;
  transition: all .6s;
} */
.noticias-layout a .title-post{
  height: 46px;
  overflow: hidden;
  transition: all .2s;
}
.noticias-layout article{
  position: relative;
}
.noticias-layout article:hover .post-item{
  position: absolute;
  transform: scale(1.1);
  transition: all .2s;
  z-index: 2;
}
.noticias-layout article:hover a .title-post,.noticias-layout article:hover .entry-content{
  height: auto;
  transition: all .2s;
}
.noticias-layout .entry-footer{
  margin-top: 20px;
}



/* .noticias-layout a .title-post:hover{
  height: auto;
  transition: all .6s;
} */
.posts-layout .post-date{
  float: right;
  position: relative;
  top: 5px;
}
.botao{
  background-color: #1e365c;
  width: 100px;
  text-align: center;
  padding: 6px 0;
  color: #fff;
  font-weight: 500;
  border-radius: 20px;
  display: inline-block;
  font-size: 15px;
}
.sidebar{
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.25);
  padding: 25px;
  border-radius: 15px;
}
.sidebar .wp-block-latest-posts a{
  text-transform: capitalize;
  font-size: 13px;
  margin-bottom: 20px;
  display: block;
  color: #1e365c;
  border-left: 2px solid #1e365c;
  padding-left: 10px;
}
.sidebar h2{
  margin-top: 1px;
  color: #1e365c;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.wp-block-categories-list{
  margin: 0;
  padding-left: 20px;
}
.wp-block-categories-list li{

}
.wp-block-categories-list li a{
  color: #1e365c;
  text-transform: uppercase;
}
.blog-page .entry-meta{
  
}
.blog-page .entry-meta ul{
  padding-left: 0px;
  list-style: none;
}
.blog-page .entry-meta ul li{

}
.blog-page .entry-meta ul li a{
  color: #1e365c;
}
.single .post-header h1{
  color: #1e365c;
}

/* Notícias */

.noticias-layout{
  display: grid;
  grid-template-columns: 48% 48%;
  grid-column-gap: 30px;
}
.noticias-layout .entry-thumb{
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  border-radius: 15px;
}
.noticias-layout.eventos-layout .entry-thumb{
  height: 320px;
}
.entry-thumb img{
  width: 100%;
  height: auto;
}
/* Publicações */

.material{
  /* text-align: center; */
  padding-top: 20px;
}
.material-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
.material-capa{
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center center;
  border-radius: 15px;
}
.material h2{
  font-size: 26px;
  margin-top: 20px;
  color: #1e365c;
  /* text-align: left; */
  height: 120px;
}
.material h4{
  /* text-align: left; */
  font-size: 18px;
  height: 50px;
}

/* Comitê */

.comite__header{
  text-align: center;
  padding-bottom: 0;
  color: #1e365c;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
.comite__lista{
  font-family: var(--bariol);
  color: #5f5f5f;
}
.comite-img{
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

.grid-comite{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.item-comite{
  padding: 10px;
  background-color: #f3a844;
  width: 180px;
  text-align: center;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.item-child{
  position: relative;
}
.item-child::after{
  content: '';
  width: 5px;
  height: 20px;
  background-color: #f3a844;
  position: absolute;
  bottom: -20px;
}
.item-comite h3{
  color: #1e365c;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}
.grid-gt{
  display: inline-flex;
  margin-top: 20px;
}
.grupo-gt-1{
  width: fit-content;
  float: left;
  margin-left: 90px;
}
.grupo-gt-2{
  float: right;
  width: fit-content;
  margin-right: -60px;
}
.item-gt{
  background-color: #1e365c;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  position: relative;
  z-index: 2;
}
.item-gt::after{
  content: '';
  width: 20px;
  height: 5px;
  position: absolute;
  background-color: #f3a844;
  right: -20px;
}
.item-gt:last-child:after{
  content: none;
}
.item-gt h3{
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
}

.titulo-fiscal h1{
  color: #fff;
  text-transform: uppercase;
  font-family: var(--bariol);
  font-weight: bold;
  font-size: min(48px,6vw);
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.titulo-fiscal h1::after{ 
  content: '';
  position: absolute;
  height: 4px;
  width: 86%;
  background-color: #f4a843;
  border-radius: 5px;
  bottom: -3px;
  left: 7%;
}
.perfil{
  max-width: 320px;
  margin: 15px auto;
  width: 100%;
}
.perfil__foto{
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background-size: cover;
  margin: 0 auto;
  border: 10px solid #f3a844;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
}
.perfil__info{
  background-color: #1e365c;
  padding: 85px 20px 25px 20px;
  position: relative;
  top: -75px;
  margin-bottom: -75px;
  border-radius: 30px;
  min-height: 200px;
	height: 270px!important;
}
.perfil__info h2{
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
	height: 50px!important;
}
.perfil__info h3{
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  height: 48px;
}
.perfil__info h4{
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  /* font-size: 18px; */
}
.perfil__info p{
  color: #fff;
  font-size: 16px;
  margin: 0;
}
.perfil__bio{
  background-color: #f3a844;
  border: 0;
  border-radius: 15px;
  padding: 2px 10px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.perfil__social{
  position: absolute;
  right: 25px;
  bottom: 23px;
  background-color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.perfil__social a{
  color: #1e365c;
}
.perfil__social a i{
  font-size: 24px;
  position: relative;
  top: 2px;
}
.presidencia-executiva{
  padding: 100px 0;
}
.conselho-diretor-presidentes{
  padding: 100px 0;
}
.conselho-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 100px;
  grid-gap: 28px;
}
.fiscal-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 100px;
  grid-gap: 28px;
  width: 100%;
}
/* .conselho-item .perfil__info{
  min-height: 294px;
}
.conselho-item .perfil__info{
  min-height: 294px;
} */
.conselho-item .perfil h4{
  margin: 0;
  font-size: 18px;
}
.conselho-item .perfil h3{
  height: 44px;
  font-size: 18px;
  margin-bottom: 18px;
}
.conselho-item .perfil h2{
  font-size: 22px;
}
.presidencia-grid{
  display: flex;
  padding: 40px 0;
	flex-wrap: wrap!important;
}
.presidencia-grid .perfil{

}
.open-mobile-nav {
  height: auto;
  transition: all .5s;
}

/* Área Restrita */

#menu-item-689 a, .menu-sair a, .blog-search input[type=submit]{
  border-radius: 7px;
  background-color: #f3a844;
  color: #1e365c;
  font-weight: bold;
  padding: 2px 20px;
  border: 2px solid #f3a844;
}
#menu-item-689 a:hover, .menu-sair a:hover{
  background-color: transparent;
  color: #f3a844;
}
.comite-desk{
  display: block;
}
.comite-mob{
  display: none;
}

/* Responsividade */

@media only screen and (max-width: 1200px) {
  .grid-comite{
    display: block;
  }
  .comite-desk{
    display: none!important;
  }
  .comite-mob{
    display: block!important;
  }
  .item-comite{
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .item-gt{
    margin: 0 auto;
  }
  .grupo-gt-1 {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .grid-gt{
    display: flex;
    width: 380px;
    margin: 20px auto;
  }
  .item-child::after{
    height: 90px;
    bottom: -82px;
  }
  .item-gt::after{
    width: 75px;
    right: -75px;
  }
  .grupo-gt-2{
    display: flex;
    width: 100%;
    margin: 20px auto;
  }
  .grupo-gt-2 .grid-gt{
    width: 940px;
    margin: 20px auto;
  }
}

@media only screen and (max-width: 991px) {
  #site_header {
    background-color: #1e365c;
}

#nav-icon {
  display: block!important;
}
.sub-menu li a {
  font-size: 20px!important;
}
.logout{
  display: none;
}


.sub-menu li  {
  /* border-left: 1px solid #EDA84A; */
  padding: 0px 0px 0px 10px;
  font-size: 5px;
}
}
@media only screen and (max-width: 767px) {
  .noticias-wrapper {
    flex-direction: column;
  }
  .c_field {
    width: 100%!important;
  }
  .noticia {
    width: 100%;
  } 
  .noticia img {
    width: 100%;
  }
  .evento-content p {
    font-size: min(15px,3.7vw);
  }
  .evento-content a {
    font-size: 13px;
  }
  .form-group input {
    width: 100%;
  }
  .beneficios-grid {
    display: block 
  }
  
  .beneficio-item p {
    float: none;
    padding: 0;
  }  
  .beneficio-icon {
    width: 64px;
    float: none;
  }
  .blog-page {
    padding: 50px 0;
  } 
  .titulo-linha {
  flex-direction: column-reverse;
  }
  .titulo-linha-wrapper {
    width: 100%;
  }
  h1.title-post {
    font-size: min(40px,6.5vw);
  } 
  .cta::before, .quote::before, #o-que-fazemos::before {
    content: '';
    display: block;
    background-image: url(images/curva-superior.svg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: 303%;
    background-position: top center;
    position: absolute;
    top: -24vw;
    height: 100%;
    left: 0px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .cta::after, #o-que-fazemos::after {
    content: '';
    display: block;
    background-image: url(images/curva-inferior.svg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: 303%;
    background-position: top center;
    position: absolute;
    bottom: -99%;
    left: 0px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    height: 99%;
  }
  .quote::after {
    content: '';
    display: block;
    background-image: url(images/ponta-azul.svg);
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: -89px;
  }
  .quem-somos::after, .section-setas::before {
    content: '';
    display: block;
    background-image: url(images/ponta-clara.svg);
    width: 101%;
    left: 0%;
    height: 115%;
    background-repeat: no-repeat;
    background-size: 360%;
    background-position: center;
    position: absolute;
    bottom: -63%;
    z-index: 1;
  }
  .form-group{
    width: 100%;
    margin-top: 50px;
  }
  .linha{
    display: none;
  }
  .cta-wrapper{
    display: block;
  }
  .cta p{
    max-width: 100%;
  }
  .cta, #o-que-fazemos{
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .cta-image img{
    width: 70vw;
    min-width: 280px;
  }
  .grid{
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .empresa-card{
    width: 100%;
    height: 120px;
  }
  .empresas-colaboradoras{
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .home .empresas {
    padding-bottom: 30px;
  }
  #banner_main{

  }
  .header_menu .custom-logo{
    max-width: 190px;
    position: relative;
    top: -5px;
    left: 15px;
  }
  #nav-icon{
    right: 25px;
    top: 45px;
  }
  .image-circle{
    width: 70vw!important;
    height: 70vw!important;
    min-width: 250px;
    min-height: 250px;
    border: 12px solid #f5a844!important;
    margin: 25px auto!important;
  }
  .page-header{
    height: 60vh;
    min-height: auto;
  }
  .page-header h1{
    margin-top: 75px;
    font-size: 48px;
  }
  .footer::before{
    height: 30vw;
    background-size: 270%;
    top: -30vw;
  }
  .mvv p{
    height: auto;
  }
  .mvv{
    margin-bottom: 60px;
  }
  .footer-content img{
    width: 85%;
  }
  #o-que-fazemos .pd100{
    padding-top: 0;
    padding-bottom: 0;
  }
  .perfil{
    margin-bottom: 50px;
  }
  .page-template-page-quemsomos .pd100{
    padding-top: 0;
    padding-bottom: 0;
  }
  .conselho-grid, .presidencia-grid, .fiscal-grid{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .beneficio-item p{
    width: 100%;
    border-left: 3px solid #1e365c;
    padding-left: 10px;
  }
  .beneficio-icon{
    display: none;
  }
  .beneficio-item{
    margin-bottom: 40px;
  }
  .blog-search form{
    margin-bottom: 30px;
  }
  .posts-layout .post-date{
    float: right;
    position: relative;
    top: 12px;
    font-size: 12px;
  }
  .blog-search input{
    width: 80%;
  }
  .blog-search input[type=submit]{
    width: 15%;
  }
  #secondary{
    margin-bottom: 60px;
  }
  .noticias-layout{
    display: block;
  }
  .material-grid{
    display: block;
  }
  .material{
    margin-bottom: 50px;
  }
  .material-capa{
    height: 130px;
  }
  .empresa-card img {
    max-height: 100px;
  }
  .grupo-gt-2 .grid-gt{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 540px;
    grid-row-gap: 20px;
  }
  .grupo-gt-2 .item-gt:nth-child(1)::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 20px;
    bottom: -20px;
    background-color: #f3a844;
  }
  .item-gt:nth-child(3)::after{
    content: none;
  }
	.beneficios-img{
		height: 75vw;
	}
  .noticias-layout article:hover .post-item{
    position: relative;
    transform: none;
    transition: none;
  }
  .noticias-layout article:hover a .title-post,.noticias-layout article:hover .entry-content{
    transition: none;
  }
  .noticias-layout a .title-post, .noticias-layout .entry-content{
    height: auto;
  }
  .page-numbers li .page-numbers{
    display: none;
  }
  .page-numbers li{
    margin: 0!important;
  }
  .page-numbers .prev, .page-numbers .next{
    display: block!important;
    margin: 0 10px!important;
  }
  .noticias-layout .entry-thumb{
    height: 240px;
  }
}

@media only screen and (max-width: 600px) {
  .noticias-wrapper{
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .noticia-capa{
    height: 200px;
  }
  .noticias .posts-layout article .post-item{
    height: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .grupo-gt-2 .grid-gt, .grid-gt{
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .grupo-gt-2 .item-gt:nth-child(1)::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 20px;
    bottom: -20px;
    background-color: #f3a844;
		z-index: 1;
  }
  .item-gt:nth-child(2)::after{
    content: none;
  }
  .item-gt::after{
    width: 150px;
    right: -150px;
  }
  .item-gt:nth-child(2)::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 20px;
    bottom: -20px;
    background-color: #f3a844;
		z-index: 1;
  }
  .item-gt:nth-child(3)::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 20px;
    bottom: -20px;
    background-color: #f3a844;
		z-index: 1;
  }
  .item-gt:nth-child(4)::after{
    content: none;
  }
  .grupo-gt-2{
    position: relative;
    top: -37px;
    margin-bottom: -30px;
  }
  .item-gt:nth-child(2)::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 20px;
    bottom: -20px;
    background-color: #f3a844;
		z-index: 1;
  }
  .grupo-gt-1 .item-gt:nth-child(2)::after{
    /* content: '';
    height: 5px;
    position: absolute;
    background-color: #f3a844;
    width: 37px;
    right: -37px;
    left: -37px;
		z-index: 1; */
    content: none;
  }
  .grupo-gt-1 .item-gt:nth-child(2)::before{
    content: none;
  }
  .noticias-layout .entry-thumb{
    height: 180px;
  }
}
@media only screen and (max-width: 400px) {
  .noticia-capa{
    height: 140px;
  }
  .item-gt::after{
    width: 75px;
    right: -75px;
  }
}





input.wpcf7-form-control.wpcf7-text.campo {
 color: #fff;
 width: 100%;
}

.form-group label {
  color: #fff;
  font-family: var(--bariol);
  width: 100%;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
  padding: 9px 25px 9px 25px;
  border: none;
  color: #1e365c;
  font-weight: bold;
  background: #f4a843;
  border-radius: 10px;
  font-size: 15px;
}

.c_field {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 50%;
}
.commentsubmit {
  margin-top: 10px;
}

.image-circle{
  width: 400px;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100%;
  border: 16px solid #f5a844;
  margin: 0 auto;
  position: relative;
  /* top: -120px;
  margin-bottom: -120px; */
}

/* Paginação */

/**
* WordPress Number Pagination CSS Styles
*/

.page-navi.meta {
  color: RGB(38, 166, 154);
  font-size: 20px;
  font-weight: normal;
  border: solid 1px rgb(221, 221, 221);
  padding: 10px 20px;
  padding-left: 0;
  border-radius:3px;
}

.page-numbers {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: normal;
  padding: 0;
  list-style: none;
  display: inline-flex;
  width: 100%;
  /* justify-content: center; */
}
.page-numbers li{
  /* padding: 10px 20px; */
  
  color: rgb(243 168 68);
  font-weight: 600;
  margin: 0 10px;
}
.page-numbers li a{
  padding: 10px 20px;
  background: #1e365c;
  color: rgb(243 168 68);
  font-family: 'Bariol'!important;
  font-weight: 600;
  width: max-content;
}

.page-numbers li .current {
  padding: 10px 20px;
  background: rgb(243 168 68);
  /* background: rgb(243 168 68); */
  color: #1e365c;
  font-family: 'Bariol'!important;
  font-weight: 600;
}


.page-navi .prev {
  float: left;
  margin-right: 0;
  margin-top: -10px;
  border-right: solid 1px #eee;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: normal;
}

.page-navi .next {
  float: right;
  margin-top: -10px;
  border-left: solid 1px #ddd;
  border-right: none;
  border-top: none;
  border-bottom: none;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
}

#nav-icon {
   display: none;
  width: 40px;
  height: 45px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  right: 15px;
  top: 50px;
  z-index: 999;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #EDA84A;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
top: 0px;

}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
top: 12px;
}

#nav-icon span:nth-child(4) {
top: 24px;
}

#nav-icon.open span:nth-child(1) {
top: 18px;
width: 0%;
left: 50%;
}

#nav-icon.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
top: 18px;
width: 0%;
left: 50%;
}



.mob_menu li {
  padding-bottom: 26px;
  list-style: none;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.mob_menu li .sub-menu li{
  padding: 15px 0;
}
.mob_menu li .sub-menu{
  padding-top: 0!important;
  border-left: 1px solid #EDA84A;
  padding-left: 20px;
  margin-left: 30px;
  margin-top: 10px;
}
.mob_menu li .sub-menu li a{
  font-size: 18px!important;
}

/* .mob_menu li:first-child {
 /* content: 'a';
 color: red;
 position: absolute;
 left: 88%;
  top: 5px; 
} */
.mob_menu .menu-item-has-children::after {
  content: "^";
  color: #EDA84A;
  position: absolute;
  left: 88%;
  top: 5px;
}
.mob_menu li:nth-child(4) {
  
}
.mob_menu li a {
  color: #fff;
  list-style: none;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Bariol'
}

.mob_menu li div a:first-child {
  color: red!important;
}
ul.sub-menu {
  display: none;
}
.sub-menu--open{
  display: block!important;
}

/* Form Login */

.form-login{
  background-color: #fff;
  padding: 100px 120px 100px 120px;
}
.form-login h2{
  
}
.form-login .validate-input{
  position: relative;
  margin-bottom: 20px;
}
.form-login input[type=submit]{
  width: 100px;
  background-color: #1e365c;
  color: #fff;
  border-radius: 20px;
}
.form-login .symbol-input100{
  position: absolute;
  right: 10px;
  top: 8px;
}
.form-login .symbol-input100 i{
  color: #1e365c;
}
.form-login input{
  width: 100%;
  border-radius: 5px;
  border: 1px solid #1e365c;
  height: 40px;
  padding: 0 10px;
}
.form-login .txt2{
  color: #000;
}
.form-login .forgot{
  float: right;
  font-size: 14px;
  position: relative;
  top: 10px;
}
.logout{
  position: absolute;
  top: 5px;
  right: 0;
  color: #EDA84A;
  font-size: 15px;
  font-family: 'Bariol';
}
.logout a{
  color: #EDA84A;
  padding-left: 6px;
}
.logout a:hover{
  text-decoration: none;
  /* color: #f3a844;
  background-color: #1e365c; */
}

.blog-search{
  
}
.blog-search h3{
  color: #1e365c;
  font-size: 19px;
  text-transform: uppercase;
}
.blog-search input{
  width: 75%;
  height: 35px;
  border-radius: 20px;
  border: 1px solid #858585;
  padding: 0 15px;
}
.blog-search input[type=submit]{
  width: 23%;
  float: right;
  border-radius: 20px;
  padding: 0;
  font-size: 15px;
}
.blog-search select{
  width: 100%;
  height: 35px;
  border-radius: 20px;
  border: 1px solid #858585;
  padding: 0 15px;
}
.blog-search ul{
  padding: 0;
  margin: 0;
}
.page-id-687 .single-page{
  padding: 0 0 50px 0;
}
.disclaimer{
    color: #fff;
    font-size: 11px;
    margin: 0;
}