/*
	DIOGENES JUNIOR
	CONTATO@DIOGENESJUNIOR.COM.BR
	
*/

/*---------------------------------
	IMPORTS E CONSULTAS
-----------------------------------*/
a,a:hover {
    color: #24356D;
    text-decoration: none;
}
a[href^="#"]{
  color: #24356D;
}
img{
  max-width: 100%;
  height: auto;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}

#topo{
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited{
  border-radius: 0px;
  font-family: 'Montserrat', sans-serif;
  color: #fff !important;
  text-decoration: none;
  font-size: 11px; 
  background: #24356D !important;
  border-color: #24356D !important;
  padding-left: 30px;
  padding-right: 30px;
      padding-top: 9px;
    padding-bottom: 11px;
}

.apenas-mobile{
  display: none;
}


/*---------------------------------
	ESTILOS
-----------------------------------*/
html,body{
    height: 100%;
}
body{
	overflow-x: hidden;
  background:#fff;
  padding-top: 95px;
}
.link-bold {
	font-weight:700 !important;
	text-decoration:underline;
}
/*---------------------------------
  HEADER
-----------------------------------*/
header{
  position: fixed;
  display: block;
  left: 0;
  width: 100%;
  height: 98px;
  top:0px;
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
  -webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;
  z-index: 999;
}


header#fixo{
  top:0px !important;
  -webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;
  background: #fff;
  border-bottom: 1px solid #24356D;
  z-index: 1000;
}

header .logo{
  padding-top: 8px;
}
header .logo img{
     width: 180px;
    max-width: 100%;
    height: auto;
    margin-top: -2px;
}


header .menu-desktop{
  text-align: right;
  padding-top: 32px;
  padding-left: 0px;
}

header .menu-desktop nav{
  text-align: right;
}

header .menu-desktop nav ul,.menu-mobile nav ul{
  padding-left: 0px;
  margin-left: 0px;
  text-align: right;
}

header .menu-desktop nav ul li{
    list-style: none;
    padding-right: 0;
    padding-left: 15px;
    display: inline;
}

 .menu-mobile nav ul li{
  padding-top: 14px;
  padding-bottom: 14px;
 }

.menu-mobile nav ul li{
  text-align: center;
  padding-left: 0px;
}


header .menu-desktop nav ul li a,.menu-mobile nav ul li a{
  color: #24356D;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
}

header#fixo .menu-desktop nav ul li a{
  color: #24356D;
}

header .menu-desktop .social{
  border-right: 2px solid #24356D;
  padding-right: 12px;
}

header#fixo .menu-desktop .social{
  border-right: 4px solid transparent;
} /* TROCAR PARA SOLID BRANCO E SÓ COM 2PX */


header .menu-desktop .social a{
  font-size: 19px;
}


header .menu-desktop .idiomas{
   padding-left: 22px;
} 

header .menu-desktop .idiomas img{
  width: 32px;
  height: auto;
}


/*---------------------------------
  BANNER PRINCIPAL
-----------------------------------*/
.banner-principal{
  position: relative;
  display: block;
  width: 100%;
  height: 600px;
}

.banner-principal .carousel-item{
  position: relative;
  height: 600px;
}

.banner-principal .carousel-item .imagem-lateral{
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 70%;
  height: 520px;
  background: #f2f2f2;
  z-index: 100;
}

.banner-principal .caption-banner{
    position: relative;
    display: block;
    margin-left: 10%;
    width: 51%;
    top: 124px;
    height: 261px;
    background: url(../images/fundo.png) transparent no-repeat;
    background-position: top left;
    background-size: 56% 100%;
    padding: 40px;
    padding-left: 40px;
    padding-right: 40px;
    z-index: 101;
}


.banner-principal .caption-banner h1{
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 20px;
}
.banner-principal .caption-banner a{
  text-decoration: none;
}

.banner-principal .caption-banner a img{
  width: 24px;
  height: auto;
  margin-top: -24px;
}

.banner-principal .bolinhas-azuis{
    position: absolute;
    display: block;
    width: 36%;
    bottom: 0;
    left: 22%;
    height: 290px;
    background: url(../images/pontos-azul.png) transparent no-repeat;
    background-size: auto;
    background-position: center center;
}
.banner-principal .timbrew{
    position: absolute;
    display: block;
    width: 36%;
    bottom: 0;
    left: 22%;
    height: 290px;
    background: url(../images/TimbreW.png) transparent no-repeat;
    background-size: auto;
    background-position: center center;
}

.banner-principal .carousel-indicators{
    position: absolute;
    display: block;
    left: 0 !important;
    bottom: auto;
    top: 155px;
    background: transparent;
    right: auto;
    margin-left: 0px;
    -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}


.banner-principal .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 52px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: 1;
    transition: opacity 0.6s ease;
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 14px;
    text-indent: unset;
    font-weight: bold;
    color: #bebebe;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

.banner-principal .carousel-indicators li span{
  position: relative;
  display: inline-block;
  width: 22px;
  height: 3px;
  top: -4px;
  left: -4px;
  background: #afafaf;
  margin-right: 5px;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

.banner-principal .carousel-indicators li.active{
  color: #24356D;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}
.banner-principal .carousel-indicators li.active span{
  background: #24356D;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}








.banner-principal.banner-principal-temporario {
    position: relative;
    display: block;
    width: 100%;
    height: 383px;
    padding-top: 45px;
}

.banner-principal.banner-principal-temporario .carousel-indicators {
    position: absolute;
    display: block;
    left: 0 !important;
    bottom: auto;
    top: 131px;
    background: transparent;
    right: auto;
    margin-left: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}




.banner-principal.banner-principal-temporario .caption-banner h1 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 20px;
}


.banner-principal.banner-principal-temporario .caption-banner {
    position: relative;
    display: block;
    margin-left: 0px;
    width: 36%;
    top: 84px;
    height: 252px;
    background: url(../images/fundo.png) transparent no-repeat;
    background-position: top left;
    background-size: 56% 100%;
    background: #24356D !important;
    padding: 28px;
    padding-left: 53px;
    padding-right: 40px;
    z-index: 101;
}

@media(min-width: 700px) and (max-width: 1050px){
   .banner-principal.banner-principal-temporario .caption-banner {
      position: relative;
      display: block;
      margin-left: 0px;
      width: 54%;
      top: 84px;
      height: 252px;
      background: url(../images/fundo.png) transparent no-repeat;
      background-position: top left;
      background-size: 56% 100%;
      background: #24356D !important;
      padding: 28px;
      padding-left: 53px;
      padding-right: 40px;
      z-index: 101;
  }
    h3.fancy {
      line-height: 24px !important;
      text-align: left;
      color: #24356D;
      font-weight: 300;
      font-family: 'Montserrat', sans-serif;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 10px;
  }
}

.banner-principal.banner-principal-temporario .carousel-item .imagem-lateral {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 77%;
    height: 396px;
    background: #f2f2f2;
    z-index: 100;
}

.banner-principal.banner-principal-temporario .bolinhas-azuis {
    /*position: absolute;
    display: block;
    width: 36%;
    bottom: auto;
    top: 124px;
    left: 17%;
    height: 290px;
    background: url(../images/pontos-azul.png) transparent no-repeat;
    background-size: auto;
    background-position: center center;*/
    
    position: absolute;
    display: block;
    width: 36%;
    bottom: auto;
    top: 4px;
    left: -12px;
    height: 423px;
    background: url(../images/pontos-azul.png) transparent no-repeat;
    background-size: auto;
    background-position: center center;

}

.banner-principal.banner-principal-temporario .caption-banner h1 {
        color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 40px;
    padding-top: 23px;
    margin-bottom: 20px;
}

.banner-principal.banner-principal-temporario .caption-banner h1 b{
  font-weight: bold;
}

@media(max-width: 540px){
  
    .banner-principal.banner-principal-temporario .caption-banner {
      position: relative;
      display: block;
      margin-left: 0px;
      width: 88%;
      top: 84px;
      height: 197px;
      background: url(../images/fundo.png) transparent no-repeat;
      background-position: top left;
      background-size: 56% 100%;
      background: #24356D !important;
      padding: 28px;
      padding-left: 53px;
      padding-right: 40px;
      z-index: 101;
  }
  .banner-principal.banner-principal-temporario .caption-banner h1 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 34px;
    padding-top: 10px;
    margin-bottom: 20px;
}

}

/*---------------------------------
  SESSÕES DA HOMEPAGE
-----------------------------------*/


h3.fancy {
  line-height: 0.5;
  text-align: left;
  color: #24356D;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

h3.fancy span {
  display: inline-block;
  position: relative;  
}


h3.fancy span{
  background: none;
  padding-left: 0px;
  padding-right: 14px;
  font-size: 21px !important;
  font-weight: bold !important;
}


h3.fancy span:before,
h3.fancy span:after{
  content: " ";
  position: absolute;
  height: 2px;
  border-bottom: 2px solid #24356D;
  top: 1px;
  width: 56px;
}

h3.fancy span:before {
  display: none;
  right: 100%;
  margin-right: 14px;
}
h3.fancy span:after {
  left: 100%;
  margin-left: 3px;
}

section.quem-somos{
    position: relative;
    display: block;
    padding-top: 80px;
    padding-bottom: 265px;
}

@media(min-width: 1000px){
  .append-quem-somos{
      padding-top: 80px !important;
      padding-bottom: 165px !important;
      margin-bottom: -54px !important;
  }
}

section.quem-somos .coluna-um{
   position: relative;
}

@media(max-width: 540px){
  section.quem-somos .coluna-um {
    position: relative;
    height: auto !important;
    padding-top: 50px;
    padding-bottom: 50px;
}
}

section.quem-somos .imagem-maior{
  position: absolute;
  top: 36px;
  left: 0;
  width: 58%;
  height: auto;
  background: transparent;
  z-index: 10;
}

@media(max-width: 540px){
    section.quem-somos .imagem-maior {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      background: transparent;
      z-index: 10;
  }
}

section.quem-somos .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -47px;
}

section.quem-somos .carousel-indicators li{
  width: 10px;
  height: 10px;
  border-radius: 100px;
  border:unset;
  background: #666;
}

section.quem-somos .carousel-indicators li.active{
  background: #24356D !important;
  opacity: 1;
}

/*

      section.quem-somos .coluna-um img:nth-child(1){
        position: absolute;
        right: 0;
        top:130px;
        z-index: 1;
        width: 70%;
        height: auto;
      }

      section.quem-somos .coluna-um img:nth-child(2){
        position: absolute;
        left: 15px;
        top: 50px;
        z-index: 2;
        width: 310px;
        height: auto;
      }

      section.quem-somos .coluna-um img:nth-child(3){
        position: absolute;
        right: 5px;
        top: 0px;
        z-index: 3;
        width: 360px;
        height: auto;
      }

*/





section.quem-somos .coluna-dois{
  padding-right: 90px;
  padding-left: 50px;
}

section.quem-somos .coluna-dois h2{
   font-family: 'Montserrat', sans-serif;
   font-weight: 700;
   color: #5c5f5d;
   font-size: 46px;
   margin-top: 14px;
   line-height: 50px;
}

section.quem-somos .coluna-dois p{
  color: #5c5f5d;
  font-family: 'Montserrat', sans-serif;
  font-size: 13.5px;
  line-height: 22.5px; 
  padding-top: 18px;
  font-weight: 300;
}







section.setores-de-atuacao{
  position: relative;
  display: block;
  width: 100%;
  margin-top: -115px;
  padding-top: 0px;
  padding-bottom: 50px;
}


section.setores-de-atuacao h3.fancy {
  line-height: 0.5;
  text-align: center;
  color: #24356D;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

section.setores-de-atuacao h3.fancy span {
  display: inline-block;
  position: relative;  
}


section.setores-de-atuacao h3.fancy span{
  background: none;
  padding-left: 14px;
  padding-right: 14px;
}


section.setores-de-atuacao h3.fancy span:before,
section.setores-de-atuacao h3.fancy span:after{
  content: " ";
  position: absolute;
  height: 2px;
  border-bottom: 2px solid #24356D;
  top: 1px;
  width: 63px;
}

section.setores-de-atuacao h3.fancy span:before {
  right: 100%;
  display: inline-block;
  margin-right: 3px;
}
section.setores-de-atuacao h3.fancy span:after {
  left: 100%;
  margin-left: 3px;
}

section.setores-de-atuacao h2{
  color: #5a5f5d;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 19px;
  margin-bottom: 40px;
  font-size: 37px;
}


section.setores-de-atuacao .caixa-area-atuacao{
  position: relative;
  display: block;
  width: 100%;
  height: 430px;
}

section.setores-de-atuacao .caixa-area-atuacao .caption{
  position: absolute;
  display: block;
  right: 32px;
  bottom: 32px;
  background: #fff;
  border-radius: 2px;
  padding: 12px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
  z-index: 1;
  width: 70%;
}

section.setores-de-atuacao .caixa-area-atuacao .caption h4{
  font-family: 'Montserrat', sans-serif;
  color: #5c5f5d;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}

section.setores-de-atuacao .caixa-area-atuacao .caption p{
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
	font-weight:300;
}

section.setores-de-atuacao .caixa-area-atuacao .caption p a{
  text-decoration: underline;
  color: #24356D;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 3px;
}

/*---------------------------------
  OWL CARROUSSEL
-----------------------------------*/

.controle-banner-na-homepage{
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0px;
    padding-top: 0px;
    width: 100%;
    height: auto;
    z-index: 999;
}



.controle-banner-na-homepage .owl-theme img{
  width: 15px !important;
  height: auto !important;
}

.controle-banner-na-homepage .owl-theme .custom-nav-banner {
    position: absolute;
    top: -94px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
    text-align: center;
    width: 100%;
}

.controle-banner-na-homepage .owl-theme .custom-nav-banner{
  outline: none !important;
}

.controle-banner-na-homepage .owl-theme .custom-nav-banner .owl-prev,
.controle-banner-na-homepage .owl-theme .custom-nav-banner .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 1;
  outline: none !important;
}

.controle-banner-na-homepage .owl-theme .custom-nav-banner .owl-prev {
  left: 41%;
}

.controle-banner-na-homepage .owl-theme .custom-nav-banner .owl-next {
  right: 41%;
}


.custom-nav-banner button{
  background: none !important;
  border:none !important;
  outline: none !important;
  box-shadow: none !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #5c5f5d !important;
}



#carousel-custom-dots2{
  padding-left: 0px;
  margin-left: 0px;
}
#carousel-custom-dots2 li{
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  margin-left: 5px;
  margin-right: 5px;
  background: #F8B133;
}

#carousel-custom-dots2 li.owl-dot.active{
  background: #C59032;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.11);
}

















section.premios-e-reconhecimentos{
  position: relative;
  display: block;
  width: 100%;
  padding-top: 93px;
  padding-bottom: 25px;
}
@media(max-width: 540px){
   section.premios-e-reconhecimentos{
    padding-top: 81px;
   }
}

section.premios-e-reconhecimentos .titulo-sessao{
  padding-bottom: 12px;
}

section.premios-e-reconhecimentos h3.fancy {
  line-height: 0.5;
  text-align: center;
  color: #24356D;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

section.premios-e-reconhecimentos h3.fancy span {
  display: inline-block;
  position: relative;  
}


section.premios-e-reconhecimentos h3.fancy span{
  background: none;
  padding-left: 14px;
  padding-right: 14px;
}


section.premios-e-reconhecimentos h3.fancy span:before,
section.premios-e-reconhecimentos h3.fancy span:after{
  content: " ";
  position: absolute;
  height: 2px;
  border-bottom: 2px solid #24356D;
  top: 1px;
  width: 63px;
}

section.premios-e-reconhecimentos h3.fancy span:before {
  right: 100%;
  display: inline-block;
  margin-right: 3px;
}
section.premios-e-reconhecimentos h3.fancy span:after {
  left: 100%;
  margin-left: 3px;
}

section.premios-e-reconhecimentos h2{
    color: #5a5f5d;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 19px;
    font-size: 36px;
}

section.premios-e-reconhecimentos .item{
  text-align: center;
}

section.premios-e-reconhecimentos .item img{
  width: auto;
  max-width: 110px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/*---------------------------------
  OWL CARROUSSEL
-----------------------------------*/

.controle-banner-na-homepage2{
    position: absolute;
    top: auto;
    bottom:36px;
    left: 0px;
    padding-top: 0px;
    width: 100%;
    height: auto;
    z-index: 999;
}



.controle-banner-na-homepage2 .owl-theme img{
  width: 15px !important;
  height: auto !important;
}

.controle-banner-na-homepage2 .owl-theme .custom-nav-banner2 {
    position: absolute;
    top: -105px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
    text-align: center;
    width: 100%;
}

.controle-banner-na-homepage2 .owl-theme .custom-nav-banner2{
  outline: none !important;
}

.controle-banner-na-homepage2 .owl-theme .custom-nav-banner2 .owl-prev,
.controle-banner-na-homepage2 .owl-theme .custom-nav-banner2 .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 1;
  outline: none !important;
}

.controle-banner-na-homepage2 .owl-theme .custom-nav-banner2 .owl-prev {
  left: -1%;
}

.controle-banner-na-homepage2 .owl-theme .custom-nav-banner2 .owl-next {
  right: -1%;
}


.custom-nav-banner2 button{
  background: none !important;
  border:none !important;
  outline: none !important;
  box-shadow: none !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #5c5f5d !important;
}

/*---------------------------------
  NOSSA HISTÓRIA
-----------------------------------*/
section.nossa-historia{
  position: relative;
  display: block;
  left: 0;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 45px;
  height: auto;
  margin-bottom: 50px;
  margin-top: 105px;
  min-height: 600px;
}


section.nossa-historia .imagem-maior{
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: auto;
  background: transparent;
  z-index: 10;
}

@media(min-width: 700px) and (max-width: 1050px){
    section.nossa-historia .imagem-maior {
      position: absolute;
      top: 0;
      left: 0;
      width: 55%;
      height: auto;
      background: transparent;
      z-index: 10;
  }
}

section.nossa-historia .imagem-maior iframe{
  width: 100%;
  height: 460px;
}

section.nossa-historia .coluna-dois{
    position: absolute;
    top: 70px;
    right: 40px;
    height: 450px;
    background: url(https://www.wald.com.br/wp-content/uploads/2020/05/pontos-azul-2.png) transparent no-repeat;
    background-size: auto;
    background-position: right;
    z-index: 5;
    width: 57%;
}

section.nossa-historia .coluna-dois .caption{
      position: relative;
    display: block;
    margin-top: 92px;
    background: #fff;
    padding: 20px;
    padding-left: 40px;
    padding-top: 30px;
    width: 340px;
    right: 0;
    margin-left: auto;
}

section.nossa-historia .coluna-dois .caption h4{
  font-family: 'Montserrat', sans-serif;
  color: #24356D;
  font-weight: bold;
  font-size: 16px;
}

section.nossa-historia .coluna-dois .caption p{
  font-family: 'Montserrat', sans-serif;
  color: #5c5f5d;
  font-size: 14px;
  margin-bottom: 14px;
	font-weight:300;
}

/*
section.nossa-historia .coluna-dois .caption p a{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
  color: #24356D;
}
*/
section.nossa-historia .coluna-dois .caption p a img{
  width: 50px;
  margin-right: 8px;
}

section.imagem-cabecalho{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background: url("../images/pontos-azul.png") transparent no-repeat;
  background-size: 390px auto;
  background-position: 18px top;
  padding-top: 50px;
  margin-top: 30px;
}


section.imagem-cabecalho .header-interna{
  position: relative;
  display: block;
  width: 100%;
  height: 470px;
  background: #ccc;
  margin-bottom: 55px;
}

section.imagem-cabecalho .header-interna h1{
  position: absolute;
  display: block;
  padding: 30px;
  padding-bottom: 48px;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 54px;
}

section.imagem-cabecalho .header-interna h1 small{
      font-weight: 300;
    font-size: 13px;
    color: #fff;
    padding-top: 17px;
    display: block;
}

@media(min-width: 768px){

    section.imagem-cabecalho .header-interna.header-center{
        position: relative;
        display: block;
        width: 100%;
        height: 368px !important;
        background: #ccc;
        margin-bottom: 55px !important;
    }
    section.imagem-cabecalho .header-interna.header-center h1{
      width: 100% !important;
      text-align: center !important;
      padding-bottom: 118px;
    }
    
}

section.conteudo article{
     padding-top: 50px;
    padding-bottom: 105px;
    margin-top: -16px;
}

section.conteudo article p,
section.conteudo article ul li,
section.conteudo article ol{
  font-family: 'Montserrat', sans-serif;
  color: #5c5f5d;
  font-size: 15px;
  line-height: 24px;
}


.visual-composer article p,
.visual-composer  article p,
.visual-composer  article ul li,
.visual-composer  article ol{
   font-family: 'Montserrat', sans-serif !important;
}

.visual-composer article p a{
  color: #24356D !important;
}

section.conteudo article h1,
section.conteudo article h2,
section.conteudo article h3,
section.conteudo article h4,
section.conteudo article h5{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #002d79;
  margin-top: 12px;
    /*  font-family: 'Roboto Slab', serif; */
    text-transform: uppercase;
}

section.conteudo article img{
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

section.conteudo article iframe{
  width: 100%;
  height: 380px;
}

section.conteudo blockquote{
  background: url("../images/quote.png") #f5f5f5 no-repeat;
  background-size: 115px auto;
    background-position: 7px 6px;
  padding: 50px;
  margin-top: 38px;
  margin-bottom: 38px;
}

section.conteudo blockquote p{
    font-size: 18px;
    line-height: 28px;
}

.wp-caption{
  max-width: 100%;
}
section.conteudo p.caption,.wp-caption-text{
  text-align: center;
  font-size: 13px;
  color: #9B9292;
  margin-top: 8px;
  margin-bottom: 20px;
}



#galeria-nova{
  position: relative;
  display: block;
  background: #eee;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#galeria-nova img{
    width: auto !important;
    height: 330px !important;
    display: block;
    margin: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}



#galeria-nova .carousel-item{
  width: 100%;
  height: auto;
}

@media(max-width: 540px){

  #galeria-nova img{
    width:100% !important;
    height: auto !important;
    display: block !important;
    margin: auto !important;
  }

}

#galeria-nova .carousel-control-next{
  top: -15% !important;
}
#galeria-nova .carousel-control-next img{
  width: 32px !important;
    height: auto !important;
}


#galeria-nova .carousel-control-prev{
  top: -15% !important;
}
#galeria-nova .carousel-control-prev img{
  width: 32px !important;
    height: auto !important;
}

 

#galeria-nova .carousel-item p{
  padding-top: 7px;
    font-style: oblique;
    font-size: 13px;
    margin-bottom: -7px;
}


section.intro-equipe{
  position: relative;
  display: block;
  padding-top: 90px;
  padding-bottom: 40px;
  background: url("../images/pontos-azul.png") transparent no-repeat;
  background-size: 390px auto;
      background-position: 18px 107px;
}


section.intro-equipe .caixa-cinza{
    position: relative;
    display: block;
    width: 95%;
    height: auto;
    padding: 32px;
    margin-top: 121px;
    background: #EDEDED;
    right: -48px;
}
section.intro-equipe .caixa-cinza h2{
  font-weight: bold;
  color: #5c5f5d;
  font-family: 'Montserrat', sans-serif;
  margin-top: 17px;
  margin-bottom: 17px;
}

section.intro-equipe .caixa-cinza p{
   font-family: 'Montserrat', sans-serif;
  color: #5c5f5d;
  font-size: 15px;
  line-height: 24px;
}

section.intro-equipe .container{
  position: relative;
  z-index: 2;
}


section.intro-equipe .imagem-destaque-intro-equipe{
  position: absolute;
  display: block;
  top: 50px;
  left: 15%;
  z-index: 1;
}

section.intro-equipe .imagem-destaque-intro-equipe img{
  width: 600px;
  height: auto;
}


.campo-busca{
  padding-top: 0;
  padding-bottom: 0px;
  margin-top: 0px;
}

.campo-busca .input-group{
  border: 1px solid #24356D;
  height: 55px;
}

.campo-busca .input-group .form-control{
  height: 53px;
  border:none !important;
  box-shadow: none !important;
  outline: none !important;
}

.campo-busca .input-group-text{
  background: none;
  border: none;
}

.campo-busca .input-group-append{
  cursor: pointer;
}

.campo-busca .input-group-text, .campo-busca .input-group-text i{
  color: #24356D;
}

.letras-desktop .col a{
  color: #24356D;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
}
.loop-equipe .membro-equipe{
  margin-bottom: 9px;
  
}
.loop-equipe .foto-equipe{
  position: relative;
  display: block;
  width: 100%;
  height: 112px;
  background:#f2f2f2;
}

.loop-equipe .foto-equipe a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.loop-equipe .caixa-dados-equipe h3{
    font-size: 20px;
    margin-bottom: 3px;
    margin-top: 27px;
}

.loop-equipe .caixa-contatos-equipe{
  text-align: right;
  color: #24356D;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  padding-top: 28px;
}

.imagem-interna-equipe{
  margin-bottom: 0px !important;
}
.imagem-interna-equipe img{
      position: relative;
    /* position: absolute; */
    display: block;
    width: 45%;
    top: -5px;
    height: auto;
  
}

.imagem-interna-equipe .caixa-branca{
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: auto;
  padding: 30px;
  padding-top: 60px;
  background:#fff;
}

.imagem-interna-equipe .caixa-branca h2{
   font-family: 'Montserrat', sans-serif;
   font-weight: 500;
   color: #002d79;
   margin-bottom: 0px;
   text-transform: uppercase;
}

.letras-desktop{
position: relative;
    z-index: 99;
}
.imagem-interna-equipe .caixa-branca h3{
   color: #5c5f5d;
   font-weight: 300;
   font-size: 20px;
   margin-bottom: 75px;
}

.imagem-interna-equipe .caixa-branca p{
  font-family: 'Montserrat', sans-serif;
  color: #5c5f5d;
   font-weight: 300;
   font-size: 15px;
}

.imagem-interna-equipe .caixa-branca p b{
   font-family: 'Montserrat', sans-serif;
   font-weight: 300;
   color: #002d79;
}

.premios-e-reconhecimentos-perfil .item{
  text-align: center;
}

.premios-e-reconhecimentos-perfil .item img{
  width: auto;
  max-width: 120px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
article .custom-nav-banner2{
  top:-234px !important;
}



.blog h3{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
    color: #002d79 !important;
    margin-top: 12px !important;
    font-size: 21px !important;
    margin-bottom: 23px !important;
}

.blog h3 small{
  display: block;
  color: #5c5f5d;
  font-weight: 300;
  padding-top: 15px;
  font-size: 12px;
      border-bottom: 1px solid #bebebe;
    padding-bottom: 22px;
    text-transform: none;
}

.blog h3 a{
   font-family: 'Montserrat', sans-serif;
   font-weight: 500;
   font-size: 22px;
   display: block;
   width: 100%;
   color: #002d79;
   text-decoration: none;
   border-bottom: 0px solid #f0f0f0;
}



.paginacao{
  padding-top: 14px;
}

.paginacao ul{
  padding-left: 0px;
  margin-left: 0px;
}
.paginacao ul li{
  display: inline;
  list-style: none;
  padding-right: 4px;
}

.paginacao ul.simples a{
    border-radius: 0px !important;
    width: 140px !important;
    height: 34px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}



.paginacao ul li a,
.paginacao a,
.paginacao .page-numbers.dots,
.paginacao .page-numbers.current,
.paginacao .prev.page-numbers,
ul.page-numbers li a{
  border-radius: 0%;
  background: #fff;
  font-family: 'Montserrat', sans-serif !important;
  padding-top: 4px;
  text-align: center;
  text-decoration: none;
  color: #24356D;
  border:1px solid #24356D;
  font-size: 13.5px;
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

.paginacao ul li a:hover,
.paginacao a:hover,
ul.page-numbers li a:hover{
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
  color: #fff !important;
  background: #24356D !important;
  border-color:#24356D !important;
} 

.paginacao ul li a.ativo,
.paginacao .page-numbers.current,
ul.page-numbers li span.current{
  color: #fff !important;
  background: #24356D !important;
  border-color:#24356D !important;
}

ul.page-numbers .page-numbers.current{
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 0%;
}



.paginacao ul li a.botao,
.paginacao .next.page-numbers,
.paginacao .prev.page-numbers,
ul.page-numbers .next.page-numbers,
ul.page-numbers .prev.page-numbers{
    width: 145px;
    height: 32px;
    border-radius: 0px;
    padding-top: 4px;
}

.paginacao ul li a.botao i{
  padding-left: 6px;
  color: #1F72B5;
}

.paginacao ul li a:hover i{
  color: #fff;
}

.categoria-blog{
  padding-top: 13px;
  padding-bottom: 13px;
}

/*
.todas-as-categorias{
  margin-top: -32px;
  margin-bottom: -30px;
}
*/
.todas-as-categorias{
  margin-top: 0;
  margin-bottom: 0;
}

.paginacao{
  padding-top: 30px;
  padding-bottom: 30px;
}

.categoria-blog a{
  display: block;
  width: 100%;
  height: 80px;
  padding-top: 27px;
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif !important;
  background: #24356D;
  border:1px solid #24356D;
  font-weight: bold;
}

.categoria-blog a.categoria-ativa{
  color: #24356D;
  background: #fff;
  border:1px solid #24356D;
}

.header-interna-single{
  background: #24356D !important;
    height: 268px !important;
    margin-bottom: 167px !important;
}


.header-interna-single * a{
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif !important;
}

section.imagem-cabecalho .header-interna.header-interna-single h1{
   bottom: auto;
   top: 5px;
   font-size: 38px;
}

section.imagem-cabecalho .header-interna.header-interna-single h1 small{
      padding-bottom: 20px;
}

p.autor{
  font-family: 'Montserrat', sans-serif !important;
  color: #24356D !important;
}


/* COMPARTILHAMENTO */
.a2a_dd.addtoany_share_save.addtoany_share{
  display: none !important;
}
.addtoany_header {
    margin: 0 0 16px;
    display: inline;
    margin-right: 12px;
        color: #24356D !important;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
}
.addtoany_content {
    clear: both;
    margin: 16px 0;
    margin-top: 42px !important;
}


.adm-judicial{
  margin-top: -112px;
  margin-bottom: 112px;
}


.adm-judicial h4{
    text-align: center;
    padding-bottom: 60px;
    color: #5c5f5d;
    padding-bottom: 18px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 65px;
    font-weight: bold;
    font-size: 22px;
}

.enderecos h3{
  color: #5c5f5d !important;
  font-weight: 500 !important;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif !important;
}

.enderecos p{
  font-size: 14px;
  margin-bottom: 0px;
  color: #24356D !important;
}


.titulo-pre-formulario{
  padding-top: 40px;
}


.titulo-pre-formulario h4{
    text-align: center;
    padding-bottom: 60px;
    color: #5c5f5d !important;
    padding-bottom: 18px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 65px;
    font-weight: bold;
    font-size: 20px;
}

.formulario-de-contato .form-control{
  border:none;
  border-bottom: 2px solid #f0f0f0;
  outline: none !important;
  box-shadow: none !important;
  font-weight: bold;
  color: #24356D !important;
  font-family: 'Montserrat', sans-serif !important;
  margin-bottom: 28px;
  padding-left: 0px;
  font-size: 16px;
}
.formulario-de-contato .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #24356D !important;
  opacity: 1; /* Firefox */
}

.formulario-de-contato .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #24356D;
}

.formulario-de-contato .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #24356D;
}


.formulario-de-contato .btn-primary{
  border:2px solid #24356D !important;
  color: #24356D !important;
  background: #fff !important;
  font-family: 'Montserrat', sans-serif !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  font-weight: bold !important;
  font-size: 14px;
}




/*---------------------------------
  FOOTER
-----------------------------------*/
footer{
  position: relative;
  display: block;
  border-top: 1px solid #e2e2e2;
  padding-top: 24px;
}

footer nav ul{
  padding-left: 0px;
  margin-left: 0px;
  text-align: center;
}

footer .menu-desktop nav ul li{
  list-style: none;
  display: inline;
  padding-right:13px;
}
footer .menu-desktop nav ul li,
footer .menu-desktop nav ul li a{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #24356D;
    text-decoration: none;
    font-size: 14px;
}

footer .menu-desktop nav ul li.social a{
  font-size: 18px;
}

footer .bottom{
  position: relative;
  display: block;
  background: #24356D;
  padding-top: 30px;
  padding-bottom: 18px;
  text-align: center;
  margin-top: 14px;
}

footer .bottom .logo img{
  width: 148px;
  height: auto;
  margin-bottom: 20px;
}

footer .bottom p{
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 11.5px;
}


footer .voltar-ao-topo{
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999;
  display: block;
  width: 30px;
}

footer .voltar-ao-topo a{
  text-decoration: none;
}

footer .voltar-ao-topo a img{
  width: 30px;
  height: auto;
}



.caixa-dados-equipe p{
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important; 
}


.tags{
   padding-top: 20px;
}


.tags .bagde-tag{
    background: #ededed;
    color: #5c5f5d;
    text-decoration: none;
    display: inline-block;
    padding: 7px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 13px;
    margin-right: 5px;
    font-family: 'Montserrat', sans-serif !important;
    margin-bottom: 4px;
}

.enderecos {
    margin-bottom: 34px;
}


section.nossa-experiencia{
    position: relative;
    display: block;
    width: 100%;
    padding-top: 105px;
    padding-bottom: 0px;
}

section.nossa-experiencia .titulo-sessao{
  padding-bottom: 55px;
}

section.nossa-experiencia h3.fancy {
  line-height: 0.5;
  text-align: center;
  color: #24356D;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

section.nossa-experiencia h3.fancy span {
  display: inline-block;
  position: relative;  
}


section.nossa-experiencia h3.fancy span{
  background: none;
  padding-left: 14px;
  padding-right: 14px;
}


section.nossa-experiencia h3.fancy span:before,
section.nossa-experiencia h3.fancy span:after{
  content: " ";
  position: absolute;
  height: 2px;
  border-bottom: 2px solid #24356D;
  top: 1px;
  width: 63px;
}

section.nossa-experiencia h3.fancy span:before {
  right: 100%;
  display: inline-block;
  margin-right: 3px;
}
section.nossa-experiencia h3.fancy span:after {
  left: 100%;
  margin-left: 3px;
}

section.nossa-experiencia h2{
    color: #5a5f5d;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 19px;
    font-size: 36px;
}


section.nossa-experiencia .colunas{
  padding-right: 35px;
}

section.nossa-experiencia .colunas nav ul{
  padding-left: 0px;
  margin-left: 0px;
}

section.nossa-experiencia .colunas nav ul li{
  list-style: none;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #bfbfbf;
}

section.nossa-experiencia .colunas nav ul li a{
   font-family: 'Montserrat', sans-serif;
   color: #002c7a;
   font-weight: normal;
   font-size: 16px;
   font-weight: 600;
}

section.nossa-experiencia .colunas nav ul li a i{
  float: right;
  font-size: 16px;
  margin-top: 5px;
}


.imagem-cabecalho-nova-marco{
   height: 350px !important;
}

.imagem-cabecalho-nova-marco .header-interna{
  background: #24356D !important;
  height: 288px !important;
  margin-top: -30px;
}

@media(max-width: 540px){
  .imagem-cabecalho-nova-marco {
    height: 224px !important;
  }
    .imagem-cabecalho-nova-marco .header-interna {
      background: #24356D !important;
      height: 176px !important;
      margin-top: -30px;
  }
}



.logos-responsabilidade-atual .caixa-do-logo{
  margin-bottom: 30px;
}


.nova-caixa-quem-somos{
  background: #fff;
  padding: 35px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -45px;
}

@media(max-width: 540px){
  .nova-caixa-quem-somos{
    background: #fff;
    padding: 28px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -32px;
  }
}


.timbrew-vazado{
    position: absolute;
    top: 0px;
    right: 12px;
    height: 450px;
    background: url(../imagens/TimbreW3.png) transparent no-repeat;
    background-size: auto;
    background-position: right;
    z-index: 5;
    width: 50%;
}

.pontos-azul-forcado{
    position: absolute;
    top: 0px;
    right: 12px;
    height: 450px;
    background: url(https://www.wald.com.br/wp-content/uploads/2020/05/pontos-azul-2.png) transparent no-repeat;
    background-size: auto;
    background-position: right;
    z-index: 5;
    width: 50%;
}

@media(max-width: 540px){
      .pontos-azul-forcado{
          position: absolute;
          top: 310px;
          right: 12px;
          height: 214px;
          background: url(https://www.wald.com.br/wp-content/uploads/2020/05/pontos-azul-2.png) transparent no-repeat;
          background-size: auto;
          background-position: right;
          z-index: 5;
          width: 47%;
    }
}


.nova-listagem-socios-2020{
  width:70%;
}

.nova-listagem-socios-2020 img {
  width: 115px;
  height: auto;
  margin-bottom: 3px;
  margin-right: -1px;
}

@media(min-width:1920px){
   html{
    padding-left: 14%;
    padding-right: 14%;
   }
   footer {
    position: relative;
    display: block;
    border-top: 1px solid #e2e2e2;
    padding-top: 24px;
    width: 140%;
    margin-left: -20%;
}
}