* {
  margin: 0;
  padding: 0;
}

html, body, section, header, footer {
  position: relative;
  width: 100%;
  display: flex;
  font-family: "Poppins", "Montserrat", sans-serif;
  font-size: 16px;
  flex-direction: column;
}

#ui-id-1{
  position: fixed;
  z-index: 99999;
}

.owl-carousel .owl-stage-outer,
.owl-theme .owl-dots, .owl-theme .owl-nav{
  z-index: 22;
}

a:hover,
#newsletter input[type="submit"]:hover{
  opacity: 0.8;
}

.owl-item a{
  opacity: 1 !important;
}

/* ICON WHATSAPP */
.fb_dialog_content iframe {
  position: fixed !important;
  bottom: 24px !important;
  right: 12px !important;
}

.icon-whats-float {
position: fixed;
bottom: 24px !important;
right: 80px !important;
z-index: 10;
}
.icon-whats-float  a{
opacity: 1 !important;
}
/* ICON WHATSAPP */

.fechar-active-menu{
  display: none;
}

.breadcrumb{
  display: none;
}

.align{
  position: relative;
  margin: 0 auto;
  max-width: 1340px;
  width: 98%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

header{
  padding: 10px 0px 20px 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  background: #fff;
}

body{
  padding-top: 165px;
}

header .hamburguer{
  display: none;
}

header .itens-header{
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: row;
}

header .menu-buscador {
  margin: 0 auto;
  max-width: 890px;
  width: 100%;
  position: relative;
}

header .menu-buscador .menu {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

header .menu .quebra-paragrafo{
  display: block;
  width: 100%;
}

header .menu li{
  list-style: none;
  text-align: center;
  position: relative;
}

header .menu li:after{
  position: absolute;
  bottom: 13px;
  left: 0px;
  width: 0%;
  height: 5px;
  background: #003B71;
  content: ' ';
  transition: width .5s;
}

header .menu li.activated:after,
header .menu li:hover:after{
  width: 100%;
  transition: width .5s;
}

header .menu li a{
  margin: 20px 0px 25px 0px;
  font-size: 19px;
  text-decoration: none;
  display: inline-block;
  color: #003B71;
  font-weight: initial;
  font-weight: 500;
}

header .logo img{
	/* width: 125px; */
  width: 92px;
}

header .busca{
  position: relative;
}

header .busca input[type="text"]{
  position: relative;
  width: 100%;
  padding: 14px 55px;
  background: #D0ECFF;
  border-radius: 100px;
  border: 1px solid #D0ECFF;
  text-indent: 22px;
  font-size: 19px;
  font-weight: 400;
  color: #003B71;
  font-weight: 300;
}

header .busca input[type="text"]::placeholder {
  color: #003B71;
}

header .busca input[type*="submit"] {
  background: url(../img/busca.png) no-repeat center center;
  border: 0;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 56px;
  border-radius: 5px;
  position: absolute;
  top: 0px;
  left: 20px;
  height: 100%;
}

.idioma-local{
  position: relative;
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  align-items: end;
}

.itens-menu-idiomas{
  display: flex;
  flex-direction: row;
}

.idiomas{
  list-style: none;
}

.idiomas li{
  position: relative;
  width: 50px;
  height: 43px;
  display: flex;
  background: #F2F2F2;
}

.idiomas li::marker{
  display: none;
}

.idiomas li:after{
	cursor: pointer;
	left: -5px;
	background: url(/common/default/img/botaoPais.png) #ffffff;
	background-repeat: no-repeat;
	background-position: 6px;
}

.idiomas li.ativo:after{
	background-color: #eaeaea;
	background-repeat: no-repeat;
	background-position: 6px;
}

.idiomas li span {
	padding: 10px 4px 4px 10px;
	display: inline-block;
	vertical-align: top;
}

.idiomas{
	position: relative;
}

.select-idiomas{
  position: absolute;
  top: 43px;
  left: -65px;
  width: 136px;
  clear: both;
  background: #fff;
  display: none;
  box-shadow: 0 0 10px 1px rgba(0,0,0,.2);
}

.select-idiomas a{
  position: relative;
  float: left;
  width: 30px;
  margin: 5px 5px 5px 5px;
  padding: 0px 3px 0px 2px;
  text-align: center;
}

.select-idiomas img{
	margin-top: 3px;
}

.select-idiomas a:hover{
	background: #eaeaea;
}

#location .select-idiomas{
	left: -88px;
}

.linguagem{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 0px;
  width: 21px;
  height: 43px;
  margin: 0;
  background: #E6E6E6;
}

.linguagem span{
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  padding: 13.5px 3px;
  background-color: #E6E6E6;
}

.linguagem span.item-lang{
  background: url(./../img/arrow-idioms.png) no-repeat center center #E6E6E6;
  color: transparent;
}

.linguagem:after {
  cursor: pointer;
  background: url(/common/default/img/botaoPais.png) #fff;
  background-repeat: no-repeat;
  background-position: 6px;
}

.select-lingua {
  position: absolute;
  top: 43px;
  left: -81px;
  width: 95px;
  clear: both;
  text-align: center;
  background: #fff;
  display: none;
  box-shadow: 0 0 10px 1px rgba(0,0,0,.2);
}

.select-lingua a{
	position: relative;
  float: left;
  width: 98%;
  margin: 2px 0px 2px 0px;
  text-decoration: none;
  padding: 5px 1% 5px 1%;
  text-align: center;
  color: #000;
}
.select-lingua a:hover{
	background: #eaeaea;
}

header .login{
  margin-top: 35px;

}

header .login a{
  font-size: 16px;
  color: #003B71;
  background: url(./../img/locker-login.png) no-repeat center left;
  text-indent: 20px;
  padding-left: 30px;
  text-decoration: none;
  font-weight: 500;
}

/* BANNER */
#banner .item-mobile{
  display: none;
}
/* BANNER */

/* NOSSOS PRODUTOS */
#banner img{
  max-width: 100%;
}

#produtos h1{
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 30px;
  color: #003B71;
}

#produtos ul{
  list-style: none;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 70px;
}

#produtos ul li:hover{
  opacity: 0.9;
}

#produtos ul li{
  position: relative;
  display: flex;
  background: #003B71;
  height: 320px;
  min-width: 210px;
  max-width: 210px;
  width: 100%;
  text-align: center;
  border-radius: 30px;
}

#produtos .interna-servico{
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 75px;
}

#produtos ul li p{
  margin-top: 42px;
  font-size: 22px;
  font-weight: 400;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#produtos ul li a{
  color: #fff;
  text-decoration: none;
}
/* NOSSOS PRODUTOS */

/* BANNER PROMOCAO */
#banners-promocao{
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#banners-promocao .banner-promocao-desktop,
#banners-promocao .banner-promocao-mobile{
  display: inline-block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #c8c9c8;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

#banners-promocao .banner-promocao-desktop img,
#banners-promocao .banner-promocao-mobile img{
  max-width: 100%;
}

#banners-promocao .banner-promocao-mobile{
  display: none;
}

#banners-promocao .pop-up-formulario{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}

#banners-promocao .pop-up-formulario-inner{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}

#banners-promocao .pop-up-formulario .bg{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(000,000,000, 0.75)
}

#banners-promocao .conteudo-formulario{
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 490px;
  padding: 50px 30px;
  display: flex;
  background: #fff;
  border-radius: 10px;
}

#banners-promocao .conteudo-formulario .centraliza-form{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  max-width: 400px;
  margin: 0 auto;
}

#banners-promocao .conteudo-formulario .fechar{
  position: absolute;
  top: -12px;
  right: -8px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 200px;
  color: #fff;
  background: #4a2462;
  width: 28.69;
  padding: 4px 0px;
  text-align: center;
}

#banners-promocao .conteudo-formulario .fechar:hover{
  background: #36154A;
  opacity: 1 !important;
}

#banners-promocao .conteudo-formulario .centraliza-form .itens{
  position: relative;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#banners-promocao .conteudo-formulario .centraliza-form .itens label{
  font-size: 14px;
  text-align: center;
  margin-left: 10px;
}

#banners-promocao .conteudo-formulario .centraliza-form .itens:last-child{
  margin-bottom: 0px;
}

#banners-promocao .conteudo-formulario .centraliza-form .itens input[type="text"],
#banners-promocao .conteudo-formulario .centraliza-form .itens input[type="email"]{
  position: relative;
  width: 100%;
  border: 1px solid #36154A;
  border-radius: 10px;
  padding: 10px;
}

#banners-promocao .conteudo-formulario .centraliza-form .itens input[type="submit"]{
  background: #ccc;
  width: 100%;
  max-width: 220px;
  padding: 10px 0px;
  border-radius: 10px;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: 500;
}

#banners-promocao .conteudo-formulario .centraliza-form .itens input[type="submit"]:hover{
  opacity: 0.8;
}

#banners-promocao .conteudo-formulario .centraliza-form .itens span{
  font-size: 14px;
  font-style: italic;
}

@media all and (max-width: 1000px){
  #banners-promocao .banner-promocao-mobile{
    display: inline-block;
  }
  #banners-promocao .banner-promocao-desktop{
    display: none;
  }
  #banners-promocao .conteudo-formulario{
    width: 80%;
  }
}

/* BANNER PROMOCAO */

/* SOBRE DECHRA */
#sobre{
  background-color: #EFEFEF;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 495px;
  /* height: 100%; */
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#sobre .align{
  height: 100%;
  /* max-width: 1640px; */
}

#sobre h1{
  color: #003B71;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

#sobre p{
  font-size: 17px;
  line-height: 30px;
  font-weight: initial;
  max-width: 590px;
  color: #003B71;
}

#sobre .texto-imagem{
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: center;
  height: 100%;
}

#sobre .texto-imagem .text{
  position: relative;
  width: 58.5%;
}

#sobre .texto-imagem .img{
  position: relative;
  width: 41.5%;
}

#sobre .texto-imagem .img img{
  max-width: 100%;
}

#sobre .img-item{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  max-width: 800px;
  height: 100%;
}

#sobre .img-item .outsite{
  position: relative;
  width: 100%;
  display: flex;
  height: 100%;
  background: #003B71;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  overflow: hidden;
}

#sobre .texto-imagem .outsite:after{
  content: ' ';
  position: absolute;
  top: 0px;
  right: -300px;
  background: #003B71;
  height: 100%;
  width: 300px;
}

#sobre a{
  margin-top: 30px;
  color: #fff;
  border-radius: 100px;
  background: #003B71;
  max-width: 185px;
  width: 100%;
  padding: 25px 0px;
  text-decoration: none;
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  font-weight: 600;
}

#dechra .imagem-mulher img{
  max-width: 100%;
}

#dechra ul li{
  color: #808285;
  line-height: 23px;
  font-weight: 100;
  max-width: 1420px;
  margin-left: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* SOBRE DECHRA */

/* BLOG */
#blog{
  margin-top: 50px;
}
#blog h1{
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 30px;
  color: #003B71;
}

#blog h6{
  font-size: 17px;
  color: #003B71;
  font-weight: 400;
  margin-bottom: 35px;
  text-align: center;
}

#blog .posts{
  position: relative;
  display: flex;
  flex-direction: row;
  width: 96%;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 0px !important;
  margin-bottom: 100px;
}

#blog .posts article{
  position: relative;
  background: linear-gradient(to bottom, #fff 0%, #003B71 20%);
  margin-bottom: 50px;
  width: 92%;
  margin: 0 auto;
  flex-direction: column;
  border-radius: 30px;
  overflow: hidden;
}

#blog .owl-theme .owl-dots{
  top: 102%;
}

#blog .owl-theme .owl-dots .owl-dot.active span, 
#blog .owl-theme .owl-dots .owl-dot:hover span{
  background: #413F3F;
}

#blog .owl-theme .owl-next{
  right: -50px;
}

#blog .owl-theme .owl-prev{
  left: -50px;
}

#blog .owl-theme .owl-nav button {
  border: 1px solid #989898!important;
  color: #989898!important;
  position: absolute;
}

#blog .owl-theme .owl-nav{
  top: 45%;
}

#blog .posts article img{
  max-width: 100%;
  display: block;
}

#blog .posts article h2{
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  min-height: 125px;
  align-items: center;
  justify-content: center;
  display: flex;
}

#blog .posts article a{
  text-decoration: none;
  display: inline-block;
  color: #003B71;
}

#blog .posts .buttons{
  background: #D0ECFF;
  border-radius: 100px;
  max-width: 260px;
  color: #003B71;
  width: 100%;
  padding: 25px 0px;
  text-decoration: none;
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
}
.item.item-mais{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.item.item-mais article{
  background: #fff !important;
  text-align: center;
}
.item.item-mais h2{
  color: #003B71 !important;
  border-radius: 300px !important;
  font-weight: 500 !important;
  border: 1px solid #ccc;
  height: 140px;
  width: 140px !important;
}
/* BLOG */

/* NEWSLETTER */
#newsletter{
  position: relative;
  background-color: #505051;
  padding: 50px 0px;
  display: flex;
  flex-direction: row;
  /* margin-bottom: 70px; */
}

#newsletter .align{
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  /* max-width: 1640px; */
}

#newsletter h1{
  color: #fff;
  margin-right: 30px;
  min-width: 350px;
}

#newsletter .item-form{
  position: relative;
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: end;
}

#newsletter input[type="text"],
#newsletter input[type="email"]{
  height: 65px;
  background: #fff;
  border: 1px solid transparent;
  padding: 0px 30px;
  border-radius: 100px;
  width: 35%;
  margin-right: 20px;
  font-weight: 500;
}

#newsletter form{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

#newsletter input[type="submit"]{
  background: #003B71;
  color: #fff;
  height: 65px;
  font-weight: 600;
  border: 1px solid transparent;
  max-width: 210px;
  border-radius: 100px;
  width: 100%;
}

/* NEWSLETTER */

/* BANNER PRODUTO */
#banner-produto{
  background-color: #EFEFEF;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 680px;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#banner .owl-theme .owl-nav button {
  width: 35px;
  height: 35px;
  background: none;
  border-radius: 30px !important;
  font-size: 25px !important;
  font-weight: 100 !important;
  border: 2px solid #fff!important;
  color: #fff!important;
  position: absolute;
}

#banner-produto .align{
  height: 100%;
}

#banner-produto h1{
  color: #003B71;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}

#banner-produto p{
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  max-width: 590px;
  color: #003B71;
}

#banner-produto .texto-imagem{
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

#banner-produto .texto-imagem .text{
  position: relative;
  width: 40%;
}

#banner-produto .img-mobile{
  display: none;
}

#banner-produto .texto-imagem .img{
  position: relative;
  width: 41.5%;
}

#banner-produto .texto-imagem .img img{
  max-width: 100%;
}

#banner-produto .texto-imagem .outsite{
  position: relative;
  width: 100%;
  display: flex;
  height: 100%;
  background: #003B71;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}

#banner-produto .texto-imagem .outsite:after{
  content: ' ';
  position: absolute;
  top: 0px;
  left: -300px;
  background: #003B71;
  height: 100%;
  width: 300px;
}

#banner-produto a{
  margin-top: 100px;
  background: #D0ECFF;
  border-radius: 100px;
  color: #003B71;
  max-width: 185px;
  width: 100%;
  padding: 25px 0px;
  text-decoration: none;
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  font-weight: 600;
}
/* BANNER PRODUTO */

/* FOOTER */
#location{
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: row;
  margin-top: 110px;
  margin-bottom: 35px;
}

#location .align{
  justify-content: space-between;
  flex-direction: row;
}

#location .idioma-local{
  margin-top: 0px;
  z-index: 2;
}

#location .travessa-endereco{
  position: relative;
  display: flex;
  align-items: center;
}

#location .travessa-endereco h6{
  font-size: 20px;
  color: #003B71;
  font-weight:700;
  text-indent: 15px;
}

#location .idiomas li{
  align-items: center;
  justify-content: center;
}

#location .travessa-endereco:after{
  content: ' ';
  position: absolute;
  bottom: 0px;
  left: 40px;
  width: 95%;
  height: 3px;
  background-color: #A3DAFF;
}

#servicos .align{
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

#servicos {
  background: #003B71;
  padding: 30px 0px;
}

#servicos div span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-left: 30px;
}

#servicos .align div > img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#servicos div a {
  color: #003B71;
  text-decoration: none;
  padding: 10px 25px;
  font-weight: 500;
  background: #f7f7f5;
  margin-left: 10px;
  font-size: 20px;
  -webkit-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
  border-radius: 100px;
}

footer .footer-primeiro-div{
  max-width: 570px;
  width: 100%;
}

footer .footer {
  background: #f7f7f7;
  padding: 50px 0;
}

footer .footer div {
  flex-grow: 1;
}

footer .footer p {
  color: #003B71;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

footer .footer p.titulo-p{
  position: relative;
  font-size: 21px;
  font-weight: 500;
  display: inline-block;  
}

footer .footer p.titulo-p:after {
  content: ' ';
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 110%;
  height: 3px;
  background-color: #A3DAFF;
}

footer .footer-social,
footer .margin-top-15{
  margin-top: 15px;
}

footer div ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

footer .footer a {
  display: block;
  font-size: 18px;
  color: #003B71;
  text-decoration: none;
  font-weight: 400;
  margin-bottom: 20px;
}

footer .footer .align{
  flex-direction: row;
}

footer .footer ul li {
  vertical-align: middle;
}

footer .footer address {
  font-size: 1em;
  color: #919191;
  font-style: inherit;
}

footer .copyright {
  background: #003B71;
  padding: 15px 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

footer .copyright ul{
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .resp-tec{
  display: flex;
  align-items: center;
  justify-content: end;
  line-height: 23px;
}

footer .copyright ul a{
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  margin: 0px 5px;
} 
/* FOOTER */


/* PG NOSSOS PRODUTOS */
#categoria-produto{
  margin-top: 50px;
}

#categoria-produto .breadcrumb{
  display: none;
}

#categoria-produto h1{
  font-size: 39px;
  font-weight: 700;
  color: #000;
  margin-bottom: 50px;
  margin-top: 0px;
}

#categoria-produto .categoriasPosts > div > strong,
#categoria-produto .detalhes > div > strong{
  font-size: 21px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

#categoria-produto .categoriasPosts > div > strong,
#categoria-produto .detalhes > div > strong{
  color: #000;
  font-size: 1.375em;
  display: block;
  border-bottom: 1px solid #cecece;
  padding-bottom: 10px;
}

#categoria-produto .categoriasPosts > div {
  margin-bottom: 20px;
}

#categoria-produto .categoriasPosts div:nth-child(1){
  min-width: initial;
  max-width: initial;
  margin-right: 0px;
}

#categoria-produto .categoriasPosts div:nth-child(1) .block {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  width: 100%;
}

#categoria-produto .categoriasPosts label,
.produtos .texto-breve,
.page#blog .categoriasPosts div .block label{
  color: #919191;
}

#categoria-produto .tipo-prescricao,
#categoria-produto .tipo-produto {
  font-size: 17px;
  font-weight: 700;
  color: #808285;
  margin-bottom: 20px;
}

#categoria-produto .detalhes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

#categoria-produto .detalhes .width-25{
  max-width: 25%;
  width: 100%;
}

#categoria-produto .detalhes .width-73 {
  max-width: 73%;
  width: 100%;
  flex-direction: column;
  display: flex;
}

#categoria-produto .alinha-com-esquerda{
  margin-top: 25px;
  margin-bottom: 40px !important;
}

#categoria-produto form div label{
  font-size: 17px;
  color: #808285;
  margin-bottom: 8px;
  display: inline-block;
}

#categoria-produto .separador-prescricao-produto{
  margin-top: 20px !important;
  margin-bottom: 30px !important;
}

#categoria-produto .produtos{
  display: flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
}

#categoria-produto .produtos article{
  width: 50%;
  display: flex;
  margin-bottom: 100px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

#categoria-produto .produtos article h2{
  margin-bottom: 20px;
}

#categoria-produto .produtos article .texto-breve{
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  min-height: 60px;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

#categoria-produto .produtos article img{
  max-width: 100%;
}

#categoria-produto .produtos article .btn-saiba-mais{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

#categoria-produto .produtos article .btn-saiba-mais .saiba-mais-do-produto{
  background: #003B71;
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  padding: 20px 95px;
  border-radius: 100px;
}
/* PG NOSSOS PRODUTOS */

/* PAGINA INTERNA DE PRODUTOS */
#single-produtos{
  margin-top: 50px;
}

#single-produtos .breadcrumb{
  display: none;
}

#single-produtos .align h1 {
  margin-top: 25px;
  font-size: 39px;
  font-weight: 700;
}

#single-produtos .align .produto {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #c8c9c8;
  padding-bottom: 40px;
  margin-bottom: 40px;
  justify-content: space-between;
}

#single-produtos .align .header-produto{
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#single-produtos .align .produto-esquerda{
  flex: 1;
  width: 100%;
  max-width: 590px;
}

#single-produtos .align .produto-esquerda img{
  max-width: 100%;
}

#single-produtos .align .produto-direita{
  flex: 1;
  width: 100%;
  max-width: 980px;
}

#single-produtos .align .produto-direita .icone-tipo img{
  max-width: 42px;
}

#single-produtos .align .produto div {
  flex: 1;
}

#single-produtos .align .produto div > img {
  text-align: center;
  margin: 0 auto;
  display: block;
}

#single-produtos .align .produto div p {
  color: #707070;
  font-size: 18px;
  line-height: 160%;
}

#single-produtos .align .produto div .itens ul {
  padding: 0;
  list-style: none;
}

#single-produtos .align .produto div .itens ul li {
  flex-wrap: wrap;
  margin: 10px 0;
  padding: 10px 0 5px;
  border-top: 1px solid #c8c9c8;
  align-items: center;
}

#single-produtos .align .produto div .itens ul li:last-child {
  border-bottom: 1px solid #c8c9c8;
  padding-bottom: 10px;
}

#single-produtos .align .produto div .itens ul li strong,
#single-produtos .align .produto div .itens ul li span,
#single-produtos .align .produto div .itens ul li a {
  flex: 1;
  font-size: 18px;
  color: #707070;
  line-height: 120%;
  margin-right: 5px;
}

#single-produtos .align .produto div .itens ul li .li-documentos{
  padding: 30px 0px;
}

#single-produtos .align .produto div .itens ul li a {
  max-width: 130px;
  width: 100%;
  display: inline-block;
  height: 42px;
  text-decoration: none;
  border-radius: 3px;
  text-align: center;
  line-height: 42px;
  display: inline-block;
  color: #fff;
  background: #003B71;
  border-radius: 30px;
}

#single-produtos .align .produto div .itens ul li a:hoveR{
  opacity: 0.7;
}

#single-produtos .align .produto div .itens ul li a img {
  margin-left: 20px;
}

#single-produtos .align .produto div .button {
  max-width: 470px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #00437d;
  display: block;
  text-align: center;
  border: 2px solid #00437d;
  text-decoration: none;
  font-weight: bold;
  margin-top: 25px;
  -webkit-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
  border-radius: 100px;
}

#single-produtos .align .produto div .button:hover{
  background: #00437d;
  color: #FFF;
}

#single-produtos .align .infos {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c8c9c8;
}

#single-produtos .align .infos:last-child {
  border-bottom: 0;
}

#single-produtos .align .infos div {
  flex: 1;
  flex-grow: 1;
  max-width: 950px;
  width: 100%;
}

#single-produtos .align .infos div.colFisrt {
  max-width: 392px;
}

#single-produtos .align .infos div h2 {
  width: 70%;
  line-height: 120%;
  font-size: 30px;
  color: #000;
}

#single-produtos .align .infos div .item {
  border-bottom: 1px solid #c8c9c8;
}

#single-produtos .align .infos div .item:last-child {
  border-bottom: 0;
}

#single-produtos .align .infos div .item a {
  color: #707070;
  text-decoration: none;
  font-weight: bold;
}

#single-produtos .align .infos div .item a span {
  font-size: 0.875em;
  font-weight: normal;
}

#single-produtos .align .infos div .item.close {
  padding: 20px 0;
}

#single-produtos .align .infos div .item.close a img {
  transform: rotate(45deg);
}

#single-produtos .align .infos div .item.close .loop {
  display: none;
}

#single-produtos .align .infos div .item .loop {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}

#single-produtos .align .infos div .item .loop .desc {
  display: flex;
  margin: 20px 0;
}

#single-produtos .align .infos div .item .loop .desc div {
  flex: 1;
  flex-grow: 1;
}

#single-produtos .align .infos div .item .loop .desc div img {
  display: block;
  margin: 0 auto;
}

#single-produtos .align .infos div .item .loop .desc div p {
  font-weight: bold;
  line-height: 160%;
  color: #707070;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

#single-produtos .align .infos div .item .loop .desc div a {
  text-decoration: underline;
  font-weight: normal;
  color: #00437d;
}

#single-produtos .align .infos div .item .loop .desc div a img {
  display: inline-block;
  vertical-align: middle;
}

#single-produtos .align .infos .produtosList {
  display: flex;
  justify-content: center;
  align-items: center;
}

#single-produtos .align .infos .produtosList article {
  flex: 1px;
  text-align: center;
}

#single-produtos .align .infos .produtosList h2 {
  font-size: 1.375em;
  width: 100%;
}

#single-produtos .align .infos .produtosList img {
  display: block;
  margin: 20px auto;
}

#single-produtos .align .infos .produtosList p {
  font-size: 0.9375em;
  line-height: 140%;
  color: #707070;
  max-width: 300px;
  margin: 10px auto 0;
  text-align: center;
}

#single-produtos .align .infos form {
  /* background: #f5f5f5; */
  padding: 40px 30px;
  margin-bottom: 50px;
}

#single-produtos .align .infos form .block {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
}

#single-produtos .align .infos form .block label {
  display: inline-block;
  font-size: 1em;
  color: #000;
  margin-bottom: 5px;
  margin-left: 3px;
}

#single-produtos .align .infos form .block label span {
  color: #ff0000;
}

#single-produtos .align .infos form .block input,
#single-produtos .align .infos form .block select,
#single-produtos .align .infos form .block textarea {
  border: 1px solid #000;
  height: 42px;
  padding: 0 10px;
  outline: none;
  width: 100%;
  background: #fff;
  border-radius: 0;
  box-sizing: border-box;
  border-radius: 30px;
}

#single-produtos .align .infos form .block textarea {
  height: 42px;
  resize: none;
}

#single-produtos .align .infos form input[type*="submit"] {
  font-size: 1.125em;
  font-weight: bold;
  width: 151px;
  height: 52px;
  outline: none;
  color: #fff;
  background: #003B71;
  border-radius: 100px;
  border: 1px solid #003B71;
}

#single-produtos .align .infos form input[type*="submit"]:hover{
  opacity: 0.7;
}

#single-produtos a {
  text-decoration: none;
}

article.infos.form{
  padding-bottom: 0px !important;
}

#single-produtos .align .produto div .button{
  margin-top: 50px;
}
#single-produtos .align .infos .produtosList{
  align-items: initial;
}
#single-produtos .produto .texto{
  margin-top: -5px;
}
/* PAGINA INTERNA DE PRODUTOS */

/* PAGINA BLOG */
.page#blog .breadcrumb{
  display: none;
}

.page#blog .align h1 {
  margin-top: 0px;
  font-size: 39px;
  font-weight: 700;
  text-align: left;
  color: #000;
}

.page#blog .align .posts {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px !important;
  width: 100%;
}

.page#blog .align .posts article {
  flex: 1;
  position: relative;
  display: flex;
}

.page#blog .align .posts article .date {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  background: #fff;
  font-size: 1.25em;
  color: #00437d;
  font-weight: bold;
  display: none;
}

.page#blog .align .posts article .date a {
  text-decoration: none;
  color: inherit;
}

.page#blog .align .posts article img {
  width: 100%;
}

/* .page#blog .align .posts article:last-child {
  margin-left: 50px;
} */

.page#blog .align .posts article h2 {
  font-size: 23px;
  color: #00437d;
  line-height: 140%;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 125px;
  overflow: hidden;
}

.page#blog .align .posts article p,
.page#blog .align .posts article a.text {
  font-size: 1em;
  font-weight: 100;
  color: #00437d;
  line-height: 160%;
  text-decoration: none;
}

.page#blog .align .posts article h2 a,
.page#blog .align .posts article p a {
  color: inherit;
  text-decoration: none;
  color: #fff;
  font-size: 23px;
}

.page#blog .align .posts article a.saibamais {
  background: #D0ECFF;
  color: #003B71;
  font-size: 17px;
  font-weight: 700;
  max-width: 260px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.page#blog .align .posts article a img {
  display: inline-block;
  vertical-align: middle;
  /* margin-left: 10px; */
}

.page#blog .align .posts article a img {
  width: auto;
}

.page#blog .align .posts article .buttons {
  justify-content: center;
  display: flex;
  margin-top: 45px;
  margin-bottom: 45px;
  padding: initial;
}

.page#blog .align .posts article .compartilhar {
  justify-content: center;
  align-items: center;
  display: flex;
}

.page#blog .align .posts article .compartilhar span {
  display: inline-block;
  margin-right: 10px;
  color: #00437d;
  font-size: 0.875em;
}

.page#blog .align .posts article .compartilhar ul {
  display: inline-block;
}

.page#blog .align .posts article .compartilhar ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.page#blog .align .posts article .compartilhar ul li img {
  width: auto;
}

.page#blog .categoriasPosts div:nth-child(1) .block {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.page#blog .align .posts article {
  min-width: calc(31% - 1%);
  max-width: calc(31% - 1%);
  margin-bottom: 50px;
  margin-right: 0px;
  margin-left: 0px;
}

.page#blog .buttonCarregarmais {
  text-align: center;
  display: block;
  color: #003B71;
  border: 1px solid #003B71;
  max-width: 300px;
  width: 100%;
  font-size: 17px;
  text-decoration: none;
  border-radius: 100px;
  padding: 25px 0px;
  margin: 0 auto;
  font-weight: 700;
  margin-top: 20px;
}

.page#blog .categoriasPosts {
  display: flex;
  width: 100%;
}

.page#blog .categoriasPosts div {
  flex: 1;
  flex-grow: 1;
}

.page#blog .categoriasPosts div strong {
  margin: 20px 0;
  font-size: 21px;
  border-bottom: 1px solid #c8c9c8;
  padding-bottom: 10px;
  display: block;
  color: #595959;
}

.page#blog .categoriasPosts div .block {
  margin-bottom: 20px;
}

.page#blog .categoriasPosts div .block label {
  margin-left: 10px;
}

.page#blog .categoriasPosts div:nth-child(2) .block {
  width: calc(33.3% - 10px);
  display: inline-block;
  vertical-align: top;
}

#blog-interno{
  margin-top: 50px;
}

.page#blog-interno .breadcrumb{
  display: none;
}

.page#blog-interno .align {
  max-width: 1340px;
  width: 90%;
  margin: 0 auto;
}

.page#blog-interno .align .description {
  max-width: 860px;
  margin: 40px auto;
  margin-top: 0px;
}

.page#blog-interno .align .description img{
  max-width: 100%;
  margin-bottom: 30px;
}

.page#blog-interno .align .description h1 {
  color: #00437d;
  line-height: 120%;
  margin: 0;
}

.page#blog-interno .align .description h2{
  margin-top: 15px;
}

.page#blog-interno .align .description p {
  color: #646464;
  line-height: 160%;
  margin: 5px 0;
}

.page#blog-interno .align .description ul{
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #646464;
  line-height: 160%;
  margin: 5px 0;
}

.page#blog-interno .align .description span.date {
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
  color: #646464;
}

.page#blog-interno .align .description .compartilhar {
  justify-content: center;
  align-items: center;
  display: flex;
  max-width: 250px;
  margin-top: 10px;
}

.page#blog-interno .align .description .compartilhar span {
  display: inline-block;
  margin-right: 10px;
  color: #00437d;
  font-size: 0.875em;
}

.page#blog-interno .align .description .compartilhar ul {
  display: inline-block;
}

.page#blog-interno .align .description .compartilhar ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.page#blog-interno .align .description .compartilhar ul li img {
  width: auto;
}

.complemento#blog .posts article{
  margin-bottom: 30px;
  width: 30%;
}
/* PAGINA BLOG */

/* PAGINA ARTIGOS */
.artigos .listagem {
  margin: 30px auto 80px !important;
  display: block;
}

.artigos .listagem > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #545454;
}

.artigos .listagem > div:nth-child(odd) {
  background: #f0f0f0;
}

.artigos .listagem > div div {
  flex: 1;
  flex-grow: 1;
  text-align: left;
  padding: 15px;
  font-weight: bold;
}

.artigos .listagem > div div:first-child {
  min-width: 65%;
}

.artigos .listagem > div div:last-child {
  text-align: center;
}

.artigos .listagem > div.header {
  background: #00366d;
  color: #fff;
  font-size: 1em;
}
/* PAGINA ARTIGOS */


/* ACADEMIA DECHRA */
#academia{
  margin-top: 50px;
}

#academia .align {
  max-width: 1340px;
  width: 90%;
  margin: 0 auto;
  max-width: 860px;
  margin: 50px auto;
  margin-bottom: 0px;
  margin-top: 0px;
}

#academia .align .cols {
  display: flex;
  justify-content: center;
  align-items: center;
}

#academia .align .cols div {
  flex-grow: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
}

#academia .align .cols div:nth-child(1) {
  max-width: 269px;
}

#academia .align .cols div:last-child {
  margin-left: 20px;
}

#academia .align .cols div h1 {
  font-size: 3.125em;
  margin: 0px 0px;
}

#academia .align .cols div p {
  font-size: 1.375em;
  max-width: 487px;
  color: #7b7b7b;
  font-weight: 100;
}

#academia .align .registrar {
  max-width: 350px;
  height: 73px;
  line-height: 73px;
  background: #7ca849;
  color: #fff;
  display: block;
  margin: 30px auto 10px;
  text-align: center;
  text-decoration: none;
  font-size: 1.625em;
  font-weight: bold;
}

#academia .primeiro-paragrafo ul{
  margin-top: 1.6em;
  margin-bottom: 2.4em;
  padding-left: 2.4em;
}

#academia .primeiro-paragrafo ul li{
  margin-bottom: .8em;
  padding-left: .8em;
  color: #7b7b7b;
}

#academia em{
  font-size: 15px;
}

#academia .primeiro-paragrafo .center-text a{
  color: #00366d;
  font-weight: 600;
  text-decoration: none;
}

.diferente-rodape em a{
  text-decoration: none;
}

#academia .primeiro-paragrafo .center-text a:not(.btn) {
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,54,109,.25);
}

.diferente-rodape em a:not(.btn) {
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,54,109,.25);
}

#academia .primeiro-paragrafo .center-text{
  text-align: center !important;
}

#academia .align article ul li span {
  margin-right: 15px;
}

#academia .align article ul li img {
  display: inline-block;
  vertical-align: middle;
}

#academia .graficos {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 50px 0;
}

#academia .graficos div {
  flex: 1;
  flex-grow: 1;
  text-align: center;
}

#academia .graficos div p {
  color: #3a3a3a;
}

#academia .image-banner{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 40px 0px;
}

#academia .image-banner img{
  max-width: 100%;
}

#academia .register-login{
  display: flex;
  width: 100%;
}

#academia .register-login .register,
#academia .register-login .login{
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
}

#academia .divider{
  position: relative;
  width: 100%;
  min-height: 0;
  height: 1px;
  background: #ccc;
  margin: 30px 0px;
}

#academia .register-login a{
  text-decoration: none;
  font-weight: 600;
  padding: .75em 1.4em;
  font-size: 1.625em;
  line-height: 1.25;
  border-radius: 2px;
  color: #fff;
  background: #689f38 linear-gradient(180deg,#7fad56,#689f38) repeat-x;
  border-color: #689f38;
  box-shadow: 0 2px 1px -1px rgb(0 0 0 / 14%), 0 1px 1px 0 rgb(0 0 0 / 20%), 0 1px 3px 0 rgb(0 0 0 / 12%);
}

#academia .primeiro-paragrafo .center-text{
  text-align: center !important;
}

#academia .primeiro-paragrafo{
  flex-direction: column;
  text-align: justify;
  display: flex;
  width: 100%;
  line-height: 1.6;
}

#academia .primeiro-paragrafo h2{
  margin-bottom: 0.8em;
  font-size: 2em;
  font-weight: 700;
}

#academia .primeiro-paragrafo p{
  margin-bottom: 1.6em;
  letter-spacing: -.015em;
  color: #7b7b7b;
}

#academia .primeiro-paragrafo p strong{
  font-weight: 500 !important;
}
/* ACADEMIA DECHRA */

/* ONDE COMPRAR EBOOK */
#onde-comprar{
  margin-top: 50px;
}

#onde-comprar .busca {
  background: #8c8d91;
  position: relative;
  z-index: 1;
}

#onde-comprar .busca form {
  max-width: 860px;
  width: 90%;
  padding: 10px 10px 15px;
  margin: 0 auto;
  background: #bcbdbf;
  display: block;
}

#onde-comprar .busca form input {
  vertical-align: middle;
  display: inline-block;
}

#onde-comprar .busca form input[type*="text"] {
  width: calc(100% - 70px);
  outline: none;
  background: transparent;
  border: 0;
  color: #fff;
  box-sizing: border-box;
  padding-left: 30px;
  background: url(../img/buscaBranca.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 5px center;
  font-size: 1.1875em;
}

#onde-comprar .busca form input[type*="text"]::-webkit-input-placeholder {
  color: #fff;
}

#onde-comprar .busca form input[type*="text"]:-ms-input-placeholder {
  color: #fff;
}

#onde-comprar .busca form input[type*="text"]::placeholder {
  color: #fff;
}

#onde-comprar .busca form input[type*="submit"] {
  background: url(../img/busca.png) #e8eae9;
  border: 0;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 56px;
  height: 41px;
  border-radius: 5px;
}

#onde-comprar .align h1,
#e-book .align h1 {
  font-size: 39px;
  margin-top: 0px;
}

#onde-comprar .busca,
#e-book .busca {
  background: #014c88;
}

#onde-comprar .busca form,
#e-book .busca form {
  background: #00437d;
}

#onde-comprar #map,
#e-book #map {
  width: 100%;
  height: 500px;
}
#e-book.breadcrumb{
  display: none;
}

#e-book .align h1 {
  margin-top: 0px;
  font-size: 39px;
  font-weight: 700;
  text-align: left;
  color: #000;
}

#e-book .align .posts {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px !important;
}

#e-book .align .posts article {
  flex: 1;
  position: relative;
  display: flex;
}

#e-book .align .posts article .date {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  background: #fff;
  font-size: 1.25em;
  color: #00437d;
  font-weight: bold;
  display: none;
}

#e-book .align .posts article .date a {
  text-decoration: none;
  color: inherit;
}

#e-book .align .posts article img {
  width: 100%;
}

#e-book .align .posts article:last-child {
  margin-left: 50px;
}

#e-book .align .posts article h2 {
  font-size: 23px;
  color: #fff;
  line-height: 140%;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 125px;
  overflow: hidden;
}

#e-book .align .posts article p,
#e-book .align .posts article a.text {
  font-size: 1em;
  font-weight: 100;
  color: #00437d;
  line-height: 160%;
  text-decoration: none;
}

#e-book .align .posts article h2 a,
#e-book .align .posts article p a {
  color: inherit;
  text-decoration: none;
  color: #fff;
  font-size: 23px;
}

#e-book .align .posts article a.saibamais {
  background: #D0ECFF;
  color: #003B71;
  font-size: 17px;
  font-weight: 600;
  max-width: 260px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

#e-book .align .posts article a img {
  display: inline-block;
  vertical-align: middle;
  /* margin-left: 10px; */
}

#e-book .align .posts article a img {
  width: auto;
}

#e-book .align .posts article .buttons {
  justify-content: center;
  display: flex;
  margin-top: 45px;
  margin-bottom: 45px;
  padding: initial;
}

#e-book .align .posts article .compartilhar {
  justify-content: center;
  align-items: center;
  display: flex;
}

#e-book .align .posts article .compartilhar span {
  display: inline-block;
  margin-right: 10px;
  color: #00437d;
  font-size: 0.875em;
}

#e-book .align .posts article .compartilhar ul {
  display: inline-block;
}

#e-book .align .posts article .compartilhar ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

#e-book .align .posts article .compartilhar ul li img {
  width: auto;
}

#e-book .categoriasPosts div:nth-child(1) .block {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

#e-book .align .posts article {
  min-width: calc(31% - 1%);
  max-width: calc(31% - 1%);
  margin-bottom: 50px;
}

#e-book .buttonCarregarmais {
  text-align: center;
  display: block;
  color: #003B71;
  border: 1px solid #003B71;
  max-width: 300px;
  width: 100%;
  font-size: 17px;
  text-decoration: none;
  border-radius: 100px;
  padding: 25px 0px;
  margin: 0 auto;
  font-weight: 600;
  margin-top: 20px;
}

#e-book .categoriasPosts {
  display: flex;
  width: 100%;
}

#e-book .categoriasPosts div {
  flex: 1;
  flex-grow: 1;
}

#e-book .categoriasPosts div strong {
  margin: 20px 0;
  font-size: 21px;
  border-bottom: 1px solid #c8c9c8;
  padding-bottom: 10px;
  display: block;
  color: #595959;
}

#e-book .categoriasPosts div .block {
  margin-bottom: 20px;
}

#e-book .categoriasPosts div .block label {
  margin-left: 10px;
}

#e-book .categoriasPosts div:nth-child(2) .block {
  width: calc(33.3% - 10px);
  display: inline-block;
  vertical-align: top;
}

#e-book .breadcrumb{
  display: none;
}

#e-book .align .description {
  max-width: 860px;
  margin: 40px auto;
  margin-top: 0px;
}

#e-book .align .description h1 {
  color: #00437d;
  line-height: 120%;
  margin: 0;
}

#e-book .align .description p {
  color: #646464;
  line-height: 160%;
  margin: 5px 0;
}

#e-book .align .description span.date {
  margin-bottom: 20px;
  display: block;
  color: #646464;
}

#e-book .align .description .compartilhar {
  justify-content: center;
  align-items: center;
  display: flex;
  max-width: 250px;
  margin-top: 10px;
}

#e-book .align .description .compartilhar span {
  display: inline-block;
  margin-right: 10px;
  color: #00437d;
  font-size: 0.875em;
}

#e-book .align .description .compartilhar ul {
  display: inline-block;
}

#e-book .align .description .compartilhar ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

#e-book .align .description .compartilhar ul li img {
  width: auto;
}

#e-book .complemento#blog .posts article{
  margin-bottom: 0px;
}

#e-book .cols {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#e-book .cols article,
#e-book .cols div {
  flex: 1;
  flex-grow: 1;
}

#e-book .cols article a,
#e-book .cols div a {
  max-width: 383px;
  height: 58px;
  background: #802a64;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 58px;
  display: block;
  text-decoration: none;
  font-size: 1.375em;
}

#e-book .cols article h2,
#e-book .cols div h2 {
  font-size: 2em;
  color: #00437d;
  line-height: 140%;
  margin: 30px 0;
}

#e-book .cols article p,
#e-book .cols article ul li,
#e-book .cols article strong,
#e-book .cols div p,
#e-book .cols div ul li,
#e-book .cols div strong {
  color: #7b7b7b;
  font-size: 1em;
  line-height: 180%;
  font-weight: 100;
  margin: 20px 0 10px;
}

#e-book .cols article ul li,
#e-book .cols div ul li {
  display: block;
  margin: 5px 0;
}

#e-book .cols article strong,
#e-book .cols div strong {
  font-weight: bold;
  font-style: italic;
}

#e-book .cols article:nth-child(2),
#e-book .cols div:nth-child(2) {
  margin-left: 80px;
}

#e-book .cols article form,
#e-book .cols div form {
  background: #00437d;
  padding: 40px 80px 70px;
}

#e-book .cols article form p,
#e-book .cols div form p {
  font-size: 1.375em;
  font-weight: bold;
  color: #fff;
  line-height: 140%;
}

#e-book .cols article form label,
#e-book .cols div form label {
  display: block;
  font-size: 1em;
  color: #fff;
  margin: 20px 0 10px;
  font-weight: 100;
}

#e-book .cols article form label.inline,
#e-book .cols div form label.inline {
  display: inline-block;
  margin-top: 0;
}

#e-book .cols article form input[type*="text"],
#e-book .cols article form select,
#e-book .cols div form input[type*="text"],
#e-book .cols div form select {
  height: 42px;
  width: 100%;
  border: 0;
}

#e-book .cols article form .check,
#e-book .cols div form .check {
  margin: 20px 0 10px;
}

#e-book .cols article form input[type*="submit"],
#e-book .cols div form input[type*="submit"] {
  background: #709a41;
  width: 100%;
  height: 73px;
  line-height: 73px;
  border: 0;
  color: #fff;
  font-size: 1.375em;
  font-weight: bold;
  margin-top: 30px;
}
/* ONDE COMPRAR EBOOK */

/* DECHRA - SOBRE */
#dechra .pages {
  margin-top: 50px;
  padding-bottom: 10px;
}

#dechra .pages ul {
  list-style: none;
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
}

#dechra .pages ul li {
  display: inline-block;
  margin-right: 55px;
}

#dechra .pages ul li a {
  font-size: 23px;
  color: #000;
  text-decoration: none;
}

#dechra .pages ul li a.active {
  font-weight: bold;
}

#dechra .conteudo {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}

#dechra .conteudo h1,
#dechra .conteudo h2,
#dechra .conteudo h3,
#dechra .conteudo h4 {
  font-size: 35px;
  margin: 40px 0;
}

#dechra .conteudo p {
  font-size: 17px;
  margin: 30px 0;
}

#dechra .conteudo span {
  font-size: 1em;
  display: block;
  margin-top: 20px;
}

#dechra .conteudo p,
#dechra .conteudo span {
  color: #808285;
  line-height: 23px;
  font-weight: 100;
  max-width: 1420px;
}

#dechra .conteudo > img,
.iframe {
  margin: 40px 0;
  display: block;
}

.iframe {
  width: 66.7%;
  padding-top: 37.5%;
  position: relative;
}

.desktop-p-footer{
  height: 20px;
}

.iframe video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: none;
}

#dechra .conteudo #mapa {
  margin-top: 20px;
  width: 100%;
  display: block;
  height: 610px;
}

#dechra .conteudo #mapa #map {
  width: 100%;
  height: 100%;
}

#dechra .conteudo .sobre-strong{
  font-weight: 600;
  color: #fff;
}

.center-iframe{
  max-width: 1000px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#dechra .conteudo .valores-itens{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 60px;
}

#dechra .conteudo .valores-itens .texto p{
  font-size: 20px;
  font-weight: 500;
}

#dechra .conteudo .valores-itens ul{
  list-style: none;
}

#dechra .conteudo .valores-itens ul li{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #C8C8C8;
  padding: 45px 0px;
}

#dechra .conteudo .valores-itens ul li:last-child{
  border-bottom: 1px solid transparent;
}

#dechra .conteudo .valores-itens ul li .imagem{
  position: relative;
  max-width: 160px;
  width: 100%;
}

#dechra .conteudo .valores-itens ul li .imagem img{
  max-width: 100%;
}

#dechra .conteudo .valores-itens ul li .texto{
  margin-left: 60px;
}

#dechra .conteudo .valores-itens ul li.valor-dedicacao h2,
#dechra .conteudo .valores-itens ul li.valor-dedicacao p{
  color: #00305D;
  margin: 10px 0px;
}

#dechra .conteudo .valores-itens ul li.valor-entusiasmo h2,
#dechra .conteudo .valores-itens ul li.valor-entusiasmo p{
  color: #94D1F3;
  margin: 10px 0px;
}

#dechra .conteudo .valores-itens ul li.valor-coragem h2,
#dechra .conteudo .valores-itens ul li.valor-coragem p{
  color: #9C6DAC;
  margin: 10px 0px;
}

#dechra .conteudo .valores-itens ul li.valor-honestidade h2,
#dechra .conteudo .valores-itens ul li.valor-honestidade p{
  color: #36154A;
  margin: 10px 0px;
}

#dechra .conteudo .valores-itens ul li.valor-relacionamento h2,
#dechra .conteudo .valores-itens ul li.valor-relacionamento p{
  color: #55D1B8;
  margin: 10px 0px;
}

#dechra .conteudo .valores-itens ul li.valor-ambicao h2,
#dechra .conteudo .valores-itens ul li.valor-ambicao p{
  color: #077171;
  margin: 10px 0px;
}

.nossa-historia.politica-privacidade{
  flex-direction: column;
}

.after-cinza{
  margin-top: 50px;
}

#dechra .nossa-historia{
  margin: 0 auto;
  max-width: 1360px;
  width: 100%;
  position: relative;
  margin-top: 90px;
}

#dechra .nossa-historia img{
  max-width: 220px;
}

#dechra .nossa-historia .itens{
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

#dechra .nossa-historia .itens .quarenta-cinco{
  position: relative;
  width: 47%;
  display: flex;
}
/* DECHRA - SOBRE */

/* DECHRA - CONTATO */
#contato{
  margin-top: 50px;
}
#contato .align .cols {
  display: flex;
  justify-content: flex-start;
  margin: 0px auto;
  align-items: flex-start;
  width: 100%;
}

#contato .align .cols div {
  flex: 1;
  flex-grow: 1;
}

#contato .align .cols div:nth-child(1) {
  max-width: 300px;
  margin-right: 40px;
}

#contato .align .cols div strong {
  font-size: 1.375em;
}

#contato .align .cols div h1 {
  font-size: 3.125em;
  font-weight: 400;
  margin: 0;
  line-height: 100%;
}

#contato .align .cols div p {
  margin-top: 40px;
  color: #656565;
  font-weight: 100;
}

#contato .align .cols div ul {
  margin-top: 20px;
}

#contato .align .cols div ul li {
  list-style: none;
  border-top: 1px solid #cecece;
  padding: 10px 10px 15px;
}

#contato .align .cols div ul li a {
  font-size: 0.75em;
  color: #646464;
  text-decoration: none;
}

#contato .align .cols div form {
  /* background: #f5f5f5; */
  padding: 40px 30px;
  margin-bottom: 50px;
  margin-top: 50px;
}

#contato .align .cols div form .block {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
}

#contato .align .cols div form .block:nth-child(1) {
  max-width: 100%;
}

#contato .align .cols div form .block label {
  display: block;
  font-size: 1em;
  color: #000;
  margin-bottom: 5px;
  margin-left: 3px;
}

#contato .align .cols div form .block label span {
  color: #ff0000;
}

#contato .align .cols div form .block input,
#contato .align .cols div form .block select,
#contato .align .cols div form .block textarea {
  border: 1px solid #000;
  height: 42px;
  padding: 0 10px;
  outline: none;
  width: 100%;
  background: #fff;
  border-radius: 0;
  box-sizing: border-box;
  border-radius: 15px;
}

#contato .align .cols div form .block textarea {
  height: 42px;
  resize: none;
}

#contato .align .cols div form input[type*="submit"] {
  font-size: 1.125em;
  font-weight: bold;
  width: 151px;
  height: 52px;
  outline: none;
  color: #fff;
  background: #00305D;
  border-radius: 100px;
  border: 1px solid #00305D;
}
/* DECHRA - CONTATO */

/* DECHRA - NOSSA HISTORIA */
.nossa-wrapper-1250{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1250px;
}
.nossa-historia{
  position: relative;
  display: flex;
  width: 100%;
}
.nossa-historia .historia-conteudo{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.nossa-historia .historia-conteudo .esquerda{
  position: relative;
  display: flex;
  width: 46%;
  text-align: right;
  flex-direction: column;
  justify-content: center;
}
.nossa-historia .historia-conteudo .direita{
  position: relative;
  display: flex;
  width: 46%;
  text-align: left;
  flex-direction: column;
  justify-content: center;
}
.nossa-historia .item-noticia{
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
  padding-bottom: 135px;
  background: #fff;
  align-items: center;
}
.nossa-historia .item-noticia:after{
  position: absolute;
  content: ' ';
  height: 50%;
  left: calc(50% - 1px);
  width: 1px;
  bottom: 0px;
  background: rgba(0,0,0,.15);
  z-index: 11;
}
.nossa-historia .item-noticia:last-child:after{
  display: none;
}
.nossa-historia .item-noticia:first-child:before{
  display: none;
}
.nossa-historia .item-noticia:before{
  position: absolute;
  content: ' ';
  height: 50%;
  left: calc(50% - 1px);
  width: 1px;
  top: 0px;
  background: rgba(0,0,0,.15);
  z-index: 11;
}
.nossa-historia .item-noticia:last-child{
  padding-bottom: 0px;
}
.nossa-historia .item-noticia .nav-meio{
  width: 8%;
  margin: 0px 15px;
  background: #fff;
  position: relative;
  z-index: 100;
  padding: 45px 0px;
}
.nossa-historia .historia-conteudo h6{
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 5px;
}
.nossa-historia .historia-conteudo h5{
  font-size: 16px;
  font-weight: 700;
  color: #595959;
}
.nossa-historia .historia-conteudo p{
  letter-spacing: -.015em !important;
  font-size: 14.5px !important;
  line-height: 23px !important;
  margin: 5px 0px !important;
  position: relative;
  width: 100%;
  color: #595959;
}

.nossa-historia .imagem img{
  max-width: 100%;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}
.historia-conteudo .nav-meio,
.historia-conteudo .nav-meio .controlers{
  display: flex;
  position: relative;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.historia-conteudo .nav-meio .circulo{
  width: 22px;
  height: 22px;
  display: inline-block;
  background: #143669;
  border-radius: 100px;
  margin: 15px 0px;
}

.historia-conteudo .nav-meio .antes{
  position: relative;
  background: url(/common/default/img/arrow-cima.png) no-repeat center center;
  width: 33px;
  height: 20px;
  display: inline-block;
  overflow: hidden;
  text-indent: -300;
}

.historia-conteudo .nav-meio .depois{
  position: relative;
  background: url(/common/default/img/arrow-baixo.png) no-repeat center center;
  width: 33px;
  height: 20px;
  display: inline-block;
  overflow: hidden;
  text-indent: -300;
}
.nossa-historia .company-item span{
  color: #fff !important;
  background-color: #808285;
  padding: 0px 9px;
  border-radius: 16px;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: initial !important;
  max-width: initial !important;
  margin-top: 0px !important;
}
.nossa-historia .company-item{
  position: relative;
  display: flex;
  flex-direction: row;
  margin-top: 5px;
}

.nossa-historia .esquerda .company-item{
  justify-content: end;
}

.nossa-historia .direita .company-item{
  justify-content: start;
}

.nossa-historia .company-item .flags{
  display: flex;
  align-items: center;
  justify-content: center;
}

.nossa-historia .company-item .flags img{
  width: 20px;
  height: 15px;
  margin: 0px 6px;
}
/* DECHRA - NOSSA HISTORIA */

/* MEDIA QUERIES */
@media all and (max-width: 1600px){
  #newsletter form{
    width: 92%;
  }
  #blog h6{
    text-align: center;
  }
  #dechra .conteudo{
    width: 96%;
  }
}

@media all and (max-width: 1470px){
  #blog .align{
    width: calc(100% - 100px - 2%);
  }
  header .menu-buscador{
    max-width: 770px;
  }
  .align{
    max-width: 1020px;
  }
}

@media all and (max-width: 1500px){
  #sobre .img-item{
    max-width: 650px;
  }
  #produtos ul li{
    min-width: 160px;
    max-width: 160px;
    height: 300px;
  }
  #produtos .interna-servico{
    padding-top: 55px;
  }
  #produtos ul li p{
    font-size: 20px;
  }
  #sobre .texto-imagem .text{
    width: 45%;
  }
}

@media all and (max-width: 1400px){
  #servicos div span{
    font-size: 16px;
    margin-left: 20px;
  }
  #servicos div a{
    font-size: 17px;
  }
  #produtos ul li{
    height: initial;
    min-width: initial;
    max-width: 100%;
    width: 18%;
    margin: 0px 0.5%;
  }
  #produtos .interna-servico{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #blog .posts article h2,
  .page#blog .align .posts article h2 a, 
  .page#blog .align .posts article p a,
  #e-book .align .posts article h2{
    width: 80%;
    margin-top: 20px;
    font-size: 17px;
    line-height: 22px;
  }
  #blog .posts .buttons{
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #newsletter{
    padding: 30px 0px;
  }
  #newsletter h1{
    margin-right: 20px;
  }
  #newsletter h1{
    font-size: 1.8rem;
  }
  #newsletter input[type="submit"]{
    max-width: 140px;
  }
  #sobre,
  #banner-produto
  {
    min-height: 610px;
  }
  .owl-theme .owl-nav{
    top: 44%;
  }
}
@media all and (max-width: 1250px){
  #sobre .img-item {
    max-width: 550px;
  }
  #sobre .texto-imagem .text{
    width: 40%;
  }
}

@media all and (max-width: 1180px){
  header .menu li a{
    font-size: 18px;
  }
  header .menu-buscador{
    max-width: 720px;
  }
  header .busca input[type="text"]{
    padding: 15px 55px;
    font-size: 18px;
  }
  #produtos ul li p{
    font-size: 18px;
  }
  #banner-produto .texto-imagem .img{
    width: 52%;
  }
  #servicos div span{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-left: 5px;
  }
  #servicos div a{
    font-size: 16px;
  }
  footer .footer-primeiro-div{
    max-width: 500px;
  }
  footer .copyright ul a{
    font-size: 15px;
  }
  #blog .posts .buttons{
    width: 70%;
    padding: 15px 0px
  }
  #sobre, #banner-produto {
    min-height: 400px;
    max-height: 400px;
  }
  #sobre p{
    font-size: 16px;
    line-height: 25px;
  }
  #sobre h1{
    margin-bottom: 25px;
  }
  #sobre a{
    margin-top: 25px;
    padding: 15px 0px;
  }
  #banner-produto a{
    padding: 15px 0px;
  }
  #banner-produto a{
    margin-top: 50px;
  }
  footer .footer-primeiro-div {
    max-width: 480px;
  }
}

@media all and (max-width: 1023px){
  #sobre .img-item{
    display: none;
  }
  #sobre .texto-imagem .text {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
  }
  #sobre a{
    margin-bottom: 25px;
  }
  #single-produtos .align .produto div .button{
    height: initial;
    line-height: initial;
    padding: 5px 0px;
    margin: 0 auto;
    margin-top: 40px;
  }
}

@media all and (max-width: 960px){
  #single-produtos{
    margin-top: 0px;
  }
  header{
    min-height: 140px;
  }
  header .menu li a{
    font-size: 16px;
  }
  header .busca input[type="text"]{
    padding: 10px 55px;
  }
  #dechra .conteudo{
    width: 90%;
  }
  #categoria-produto .detalhes{
    flex-direction: column;
  }
  #categoria-produto .detalhes .width-25{
    max-width: 100%;
  }
  #categoria-produto .detalhes .width-73{
    max-width: 100%;
  }
  #categoria-produto .separador-prescricao-produto {
    margin-top: 5px !important;
    margin-bottom: 20px !important;
  }
  .item-desktop{
    display: none !important;
  }
  .item-mobile{
    display: inline-block !important;
  }
  .align{
    width: 90%;
  }
  header .menu-buscador .menu{
    position: fixed;
    top: -9999px;
    right: -9999px;
    width: 100%;
    height: 80%;
    padding: 10% 0px;
    flex-direction: column;
    z-index: 3;
    align-items: center;
    justify-content: center;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
  }
  .fechar-active-menu{
    position: absolute;
    top: 8%;
    right: 8%;
    background: #003B71;
    font-size: 22px;
    text-decoration: none;
    font-weight: 100;
    color: #fff;
    border-radius: 12px;
    padding: 8px 14px;
    display: inline-block;
  }
  header .menu-buscador .menu.active-menu{
    top: 0px !important;
    right: 0px !important;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
  }
  header .menu-buscador .menu:before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    content: ' ';
    background: rgba(000, 000, 000, 0.7);
  }
  header .menu .quebra-paragrafo{
    display: none;
  }
  header .itens-header{
    justify-content: space-between;
  }
  .menu-buscador{
    position: absolute;
  }
  header .menu li a{
    color: #fff;
  }
  header .menu-buscador{
    max-width: 690px;
    position: absolute;
    margin: 0 auto;
    max-width: initial;
    margin-top: 95px;
  }
  header .logo img {
    width: 100px;
  }
  .idioma-local{
    margin-top: 20px;
  }
  header .hamburguer{
    width: 43px;
    height: 43px;
    background: #E5E5E5;
    position: absolute;
    display: flex;
    top: 0px;
    right: 90px;
    border-radius: 10px;
  }
  header .hamburguer span{
    position: absolute;
    top: calc(50% - 1.5px);
    width: 60%;
    left: 20%;
    height: 3px;
    background: #fff;
  }
  header .hamburguer span:before{
    position: relative;
    top: -7px;
    width: 100%;
    height: 3px;
    background: #fff;
    content: ' ';
    display: inline-block;
    border-radius: 30px;
  }
  header .hamburguer span:after{
    position: relative;
    top: 4px;
    width: 100%;
    height: 3px;
    background: #fff;
    content: ' ';
    display: inline-block;
    border-radius: 30px;
  }
  header .menu li:after{
    display: none;
  }
  header .menu li a{
    margin: 20px 0px;
  }
  /* header .busca input[type="text"]{
    width: 86%;
  } */
  header .login {
    margin-top: 50px;
  }
  #produtos ul{
    flex-direction: initial;
    flex-wrap: wrap;
  }
  #produtos ul li{
    height: initial;
    min-width: initial;
    max-width: 100%;
    width: 30%;
    margin: 0px 1.5%;
    margin-bottom: 3%;
    padding: 30px 0px;
  }
  #sobre .texto-imagem .img{
    display: none;
  }
  #sobre .texto{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  #sobre p{
    line-height: 30px;
  }
  #sobre, #banner-produto{
    min-height: initial;
    max-height: initial;
  }
  #sobre .texto-imagem .img{
    display: none;
  }
  #blog h6{
    line-height: 25px;
  }
  #blog .posts article h2{
    margin-bottom: 20px;
  }
  #newsletter h1 {
    font-size: 1.4rem;
  }
  #servicos .align{
    flex-direction: column;
  }
  #servicos .desc{
    display: flex;
    align-items: center;
    max-width: 270px;
    margin-bottom: 20px;
  }
  #servicos .desc-contat span {
    color: #003B71;
    text-decoration: none;
    padding: 10px;
    background: #f7f7f5;
    margin-left: 10px;
    font-size: 20px;
    -webkit-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
    border-radius: 20px;
    margin-top: 20px;
  }
  #servicos .desc-contat{
    display: flex;
    align-items: center;
    max-width: 270px;
    width: 100%;
    flex-direction: column;
  }
  #servicos .desc-contat a,
  #servicos .desc-contat span{
    font-size: 16px;
    width: 100%;
    margin-left: 0px;
    text-align: center;
    font-weight: bold;
  }
  #servicos .desc-contat a,
  #servicos .desc-contat span{
    padding: 11px 0px;
    width: 100%;
  }
  footer .copyright ul a{
    text-align: center;
  }
  footer .footer .align{
    flex-direction: column;
  }
  footer .footer p.titulo-p {
    max-width: 220px;
    text-align: center;
  }
  footer .footer-primeiro-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .footer-social:after{
    position: relative;
    width: 100%;
    height: 3px;
    content: ' ';
    background-color: #989898;
    display: inline-block;
    margin: 10px 0px 30px 0px;
 }
  footer .footer div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .footer p.titulo-p:after{
    display: none;
  }
  footer .footer a{
    font-size: 17px;
  }
  footer .resp-tec address{
    color: #808285;
    font-size: 13px;
    width: 300px;
    text-align: center;
    line-height: initial;
    margin-top: 15px;
  }
  footer .copyright ul a{
    text-align: center;
    justify-content: center;
    display: inline-block;
  }
  footer .footer-segundo-div a{
    margin-bottom: 15px;
  }
  footer .copyright ul a{
    font-size: 14px;
  }
  .page#blog .align .posts article {
    min-width: calc(48% - 1%);
    max-width: calc(48% - 1%);
    margin-bottom: 50px;
  }
  #e-book .align .posts article{
    min-width: calc(48% - 1%);
    max-width: calc(48% - 1%);
    margin-bottom: 50px;
  }
  #contato .align .cols div:nth-child(1){
    max-width: 150px;
    width: 100%;
  }
}

@media all and (max-width: 770px){
  #banners-promocao .banner-promocao-mobile img{
    max-width: 380px;
  }
  #single-produtos .align .infos{
    padding-top: 20px;
  }
  #single-produtos .align .produto,
  #single-produtos .align .header-produto{
    flex-direction: column;
  }
  #banner-produto .texto-imagem{
    flex-direction: column;
    height: initial;
  }
  #banner-produto .texto-imagem .img{
    width: 100%;
  }
  #banner-produto .texto-imagem .text{
    width: 90%;
    text-align: center;
  }
  #banner-produto .texto-imagem .img{
    display: none;
  }
  #banner-produto{
    padding: 30px 0px;
    flex-direction: column;
    height: initial;
    padding-bottom: 0px;
  }
  #banner-produto h1{
    margin-bottom: 30px;
  }
  #banner-produto .texto-imagem .text .texto{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #banner-produto .img-mobile{
    display: flex;
    width: 100%;
    margin-top: 50px;
  }
  #banner-produto{
    flex-direction: column;
  }
  #banner-produto .img-mobile .outsite{
    display: flex;
    background: #D0ECFF;
    min-height: 340px;
    width: 100%;
    border-top-right-radius: 280px;
    border-top-left-radius: 280px;
  }
  #location .align{
    flex-direction: column;
    align-items: center;
    max-width: 300px;
    text-align: center;
  }
  #location .travessa-endereco h6 {
    font-size: 19px;
    margin-bottom: 12px;
  }
  #location .bandeira-idioma{
    margin-top: 20px;
  }
  #location{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #e-book .cols article:nth-child(2), #e-book .cols div:nth-child(2){
    margin-left: 20px;
  }
  #e-book .cols article form, #e-book .cols div form {
    background: #00437d;
    padding: 20px 30px 40px;
  }
}

@media all and (max-width: 767px){
  /* header .busca input[type="text"]{
    width: 83%;
  } */
  #sobre .texto-imagem .text{
    width: 90%;
  }
  #blog .posts article{
    margin-bottom: 40px;
  }
  #blog .posts{
    flex-direction: column;
  }
  .complemento#blog .posts article{
    width: 100%;
    max-width: 440px;
  }
  #newsletter form{
    flex-direction: column;
  }
  #newsletter h1 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #newsletter input[type="text"], #newsletter input[type="email"]{
    width: 100%;
    margin-bottom: 20px;
  }
  #newsletter input[type="submit"] {
    max-width: 100%
  }
  #newsletter input[type="text"], #newsletter input[type="email"],
  #newsletter input[type="submit"]{
    height: 50px;
  }
  #newsletter .item-form{
    display: flex;
    width: 300px;
    justify-content: space-between;
    flex-direction: column;
  }
  .page#blog .align .posts article{
    min-width: calc(75% - 1%);
    max-width: calc(75% - 1%);
    margin-bottom: 50px;
  }
  #e-book .align .posts article{
    min-width: calc(75% - 1%);
    max-width: calc(75% - 1%);
    margin-bottom: 50px;
  }
  .page#blog .align .posts article h2{
    height: initial;
    overflow: visible;
  }
  #blog .posts article{
    overflow: visible;
  }
  .page#blog .align .posts article a img{
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
  }
  #e-book .align .posts article img{
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
  }
  #e-book .align .posts article h2{
    height: initial;
  }
  #e-book .align .posts article h2{
    margin-top: 45px;
  }
  .page#blog .align h1 {
    font-size: 29px;
  }
}

@media all and (max-width: 650px){
  /* header .busca input[type="text"]{
    width: 78%;
  } */
  .icon-whats-float{
    right: 10px !important;
  }
  #produtos ul li{
    width: 47%;
  }
  #academia .align .cols div h1{
    font-size: 2.125em;
  }
  #academia .align .cols div p{
    font-size: 1em;
  }
    #contato .align .cols div:nth-child(1){
    max-width: 100%;
  }
  #contato .align .cols{
    flex-direction: column;
  }
  #contato .align .cols div p{
    margin-top: 20px;
  }
  #contato .align .cols div form{
    margin-top: 20px;
    width: 80%;
    padding: 40px 10%;
  }
  #contato .align .cols div h1{
    margin-top: 20px;
  }
  .artigos .listagem > div div:first-child{
    max-width: 40%;
    min-width: 40%;
  }
  .artigos .listagem > div div{
    font-size: 13px;
  }
  .g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
  }
}

@media all and (max-width: 530px){
  #academia .register-login{
    flex-direction: column;
    align-items: center;
  }
  #academia .register-login .login{
    margin-top: 20px;
  }
  #e-book .cols{
    flex-direction: column;
  }
  #e-book .cols article:nth-child(2), #e-book .cols div:nth-child(2){
    margin-left: 0px;
  }
  .logos-itens img{
    max-width: 100%;
  }
  /* header .busca input[type="text"]{
    width: 72%;
  } */
  footer .copyright ul a{
    font-size: 12px;
  }
  #location .align{
    overflow: hidden;
  }
  .owl-theme .owl-nav{
    display: none;
  }
  .owl-theme .owl-dots, .owl-theme .owl-nav{
    top: 90%;
  }
  #produtos h1,
  #blog h1{
    margin-top: 30px;
  }
  #categoria-produto .produtos article{
    width: 100%;
  }
  #academia .align .cols div img{
    max-width: 100%;
  }
  #academia .align .cols{
    flex-direction: column;
  }
  #academia .align .cols div:last-child{
    margin-left: 0px;
  }
  #academia .align .cols div:nth-child(1){
    margin-bottom: 20px;
  }
  #e-book .cols article h2, #e-book .cols div h2{
    font-size: 1.5em;
  }
  .page#blog-interno .align .description h1{
    font-size: 1.5em;
  }
}

@media all and (max-width: 430px){
  #newsletter h1{
    min-width: initial;
  }
  #blog .align {
    width: calc(100% - 30px - 2%);
  }
  #produtos > .align{
    margin: 0 auto;
  }
  /* header .busca input[type="text"]{
    width: 67%;
  } */
  #produtos .interna-servico{
    padding-top: 15px;
  }
  #produtos ul li p{
    margin-top: 15px;
  }
  .interna-servico {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #produtos ul li{
    width: 97%;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 3%;
  }
  #sobre, #banner-produto{
    height: initial;
  }
  #sobre a{
    margin-bottom: 30px;
  }
  .footer-social img{
    max-width: 37px;
  }
  footer .copyright ul{
    flex-direction: column;
  }
  footer div ul li{
    margin: 0px 0px 10px 0px;
  }
  #location .travessa-endereco h6{
    font-size: 18px;
  }
  .page#blog .align .posts article{
    min-width: calc(94% - 1%);
    max-width: calc(94% - 1%);
    margin-bottom: 50px;
  }
  #e-book .align .posts article{
    min-width: calc(94% - 1%);
    max-width: calc(94% - 1%);
  }
  .artigos .listagem > div div:first-child{
    max-width: 32%;
    min-width: 32%;
  }
}

/* MEDIA QUERIES */