@charset "UTF-8";
/* Tema do cliente */

/**  cor: #81323A;  **/
/**  cor-hover: #81323A;  **/

/* Fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



strong, b{
  font-weight: bold;
  font-family: 'Montserrat';
}
body{
  font-family: '';
}

.cta-padrao{
  height: 53px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 235px;
  border-radius: 7px;
  color: white!important;
  font-family: 'Montserrat',sans-serif;
  font-size: 16px;
  transition: 0.3s linear all;

  &:hover{
    background-color: #81323A;
  }
}

.modal-open {
    overflow: auto!important;
    padding-right: 0!important;
}

.aceitar_termos{
    position: fixed;
    bottom: 0;
    padding: 20px 20px;
    text-align: center;
    color: #FFF;
    background-color: rgba(33,33,33, 0.9);
    width: 100%;
    z-index: 999999;
}
.aceitar_termos a{
    color: #FFFC9E!important;
}
.aceitar_termos a:hover{
    color: #38A7EB!important;
}
a.ctacookies{
    display: inline-block;
    padding: 3px 15px 3px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #81323A;
    color: #FFF;
    transition: all .2s linear;
    margin-left: 10px;
    cursor: pointer;
}
a.ctacookies:hover{
    filter: brightness(1.2);
}

.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}
@media (max-width: 900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}
@media (max-width: 1555px) {
  .footer2{
    padding-bottom: 120px!important;
  }
}
            
            
.owl-banner .owl-dots {
    position: absolute;
    bottom: 54px;
    width: 100%;
}
.owl-banner .owl-dots .owl-dot span{
  background: white;
  width: 15px;
  height: 15px;
}
.owl-banner .owl-dots .owl-dot.active span, .owl-banner .owl-dots .owl-dot:hover span{
  background: #81323A;
}

.owl-profissionais .owl-dots {
    position: absolute;
    bottom: -57px;
    width: 100%;
}
.owl-profissionais .owl-dots .owl-dot span{
  background: black;
  width: 15px;
  height: 15px;
}
.owl-profissionais .owl-dots .owl-dot.active span, .owl-profissionais .owl-dots .owl-dot:hover span{
  background: #81323A;
}

.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.postagemcompleta a{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    position: relative;
    top: 7px;
}

/* novo css form */
  .wpcf7-not-valid{
    background-color: #FFD2D2!important;
  }

  .wpcf7-form-control-wrap{
    display: block;
  }

  .wpcf7-response-output{
    color: #FFF!important;
    border: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
    text-align: center!important;
    font-weight: bold!important;
    padding: 10px 20px!important;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
  }
  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232;
  } 
  .wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e28;
  }
  .wpcf7 form.invalid .wpcf7-response-output, 
  .wpcf7 form.unaccepted .wpcf7-response-output{
    background-color: #ffb900;
  }

  span.wpcf7-not-valid-tip{
    position: absolute;
    z-index: 1;
    right: 3px;
    font-size: 9px;
    top: 1px;
  }

/* noovo css form */

form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
    margin-bottom: 20px;    
    display: block;
}

@media (max-width: 400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}

@media (max-width: 991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}

@media (min-width: 1200px) {.container{padding: 0px; } }


@media (max-width: 991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .fxsm{
    padding: 30px 0;
  }
}

a{
  transition: all .2s linear;
}
.editor a{
  color: #81323A!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #81323A;
}
::-moz-selection{
  background: #81323A;
}
::selection{
  background: #81323A;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #81323A;
  border-color: #81323A;
}
.lds-ellipsis div{  
  background-color: #81323A;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  font-family: 'Montserrat',sans-serif;
}

.editor p{
  margin-bottom: 20px;
}



.wp-pagenavi span,
.wp-pagenavi a{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #DDD;
  margin:  0 5px;
}

.wp-pagenavi span.current{
  background-color: #81323A;
  color: #FFF;
}


/* start */



body{
  font-family: 'Montserrat';  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ECEAEB;
}

header{
  height: 117px;
  width: 100%;
  background-color: #ECEAEB;
}

header .segura-topo{
  display: flex;
  height: 117px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

header .segura-topo .segura-menu{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 117px;
  width: 482px;
}

header .segura-topo .segura-menu .segura-telefone{
  display: flex;
  width: 141px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 33px;
  font-family: 'Montserrat',sans-serif;
  font-size: 15px;
  color: black;
  margin-top: 21px;
}

header .segura-topo .segura-menu .segura-telefone img{
  margin-right: 15px;
}

header .segura-topo .segura-menu .menu{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
}

header .segura-topo .segura-menu .menu .menu-item .menu-link{
  font-family: 'Montserrat',sans-serif;
  font-size: 16px;
  color: black;
  transition: 0.2s linear all;
  &:hover{
    color: #81323A;
  }
}

.navbtn{
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 1004;
}

.navbtn span{
  display: block;
  width: 26px;
  height: 2px;
  background-color: #000;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.navbtn.ativo span:nth-child(1){
  transform: translateY(8px) rotate(45deg);
}

.navbtn.ativo span:nth-child(2){
  opacity: 0;
}

.navbtn.ativo span:nth-child(3){
  transform: translateY(-8px) rotate(-45deg);
}

.menu-overlay{
  display: none;
}

.pg-home .fx-banner{
  height: 582px;
  text-align: center;
}

.pg-home .fx-banner h1{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 31px;
  color: white;
}

.pg-home .fx-banner .banner{
  height: 582px;
  padding-top: 158px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pg-home .fx-banner p{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: white;
}

.pg-home .fx-banner .segura-botao{
  display: flex;
  justify-content: center;
  margin-top: 55px;
}

.pg-home .fx-1{
  padding-top: 60px;
}

.pg-home .fx-1 h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 52px;
  color: #81323A;
  margin-top: 5px;
  margin-bottom: 2px;
}

.pg-home .fx-1 h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 17px;
}

.pg-home .fx-1 span{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 15px;
  display: block;
  margin-bottom: 32px;
}

.pg-home .fx-1 p{
  font-family: 'Montserrat',sans-serif;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: justify;
  line-height: 1.6;
}

.pg-home .fx-1 p strong{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
}

.pg-home .fx-2{
  padding-top: 32px;
}

.pg-home .fx-2 .card-livro{
  display: flex;
}

.pg-home .fx-2 .card-livro .segura-texto{
  padding-right: 16px;
  background: white;
  padding-left: 25px;
  padding-top: 25px;
}


.pg-home .fx-2 .card-livro h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 14px;
  color: #81323A;
  margin-bottom: 14px;
  line-height: 1;
}

.pg-home .fx-2 .card-livro h3 span{
  color: black;
}

.pg-home .fx-2 .card-livro a{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}

.pg-home .fx-2 .card-livro p{
  font-family: 'Montserrat',sans-serif;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 14px;
}

.pg-home .fx-3{
  padding-top: 79px;
}

.pg-home .fx-3 .segura-titulo{
  height: 86px;
  padding-bottom: 14px;
  padding-top: 5px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 62px;
  &::before{
    width: 8px;
    height: 100%;
    display: block;
    position: absolute;
    content: '';
    background-color: #81323A;
    left: 0;
    top: 0;
  }
}

.pg-home .fx-3 h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 12px;
}

.pg-home .fx-3 p{
  font-family: 'Montserrat',sans-serif;
  font-size: 15px;
  margin-bottom: 14px!important;
}

.pg-home .fx-3 .card-profissional h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
}

.pg-home .fx-3 .segura-botao{
  margin-top: 109px;
}

.pg-home .fx-4{
  padding: 68px 0 75px 0;
}

.pg-home .fx-4 h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 12px;
}

.pg-home .fx-4 p{
  font-family: 'Montserrat',sans-serif;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 53px;
}

.card-noticia{
  width: 370px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.card-noticia img{
  border-radius: 7px;
  width: 100%;
  height: auto;
}

.card-noticia h3{
  margin-top: 28px;
  margin-bottom: 11px;
  height: 48px;
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.card-noticia p{
  font-family: 'Montserrat',sans-serif;
  font-size: 15px;
}

.pg-home .segura-botao{
  display: flex;
  justify-content: center;
}

.pg-home .fx-5 .container{
  background-position: left center;
  height: 345px;
  display: flex;
  align-items: center;
  &::after,&::before{
    display: none;
  }
}

.pg-home .fx-5 .container .segura-texto{
  width: 504px;
  height: 100%;
  margin-left: 90px;
}

.pg-home .fx-5 h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: 300;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 0;
  color: white;
}

.pg-home .fx-5 h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 70px;
  margin-top: 0;
  margin-bottom: 0;
  color: white;
}

.pg-home .fx-5 p{
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: white;
}


.pg-sobre .segura-texto{
  font-family: 'Montserrat',sans-serif;
  font-size: 16px;
  color: black;
}

.pg-sobre .fx-1{
  padding: 50px 0;
}

.pg-sobre .fx-2{
  padding: 50px 0;
}

.pg-contato .fx-1,.pg-profissionais .fx-1{
  padding: 50px 0;
}

.pg-profissionais p{
  font-family: 'Montserrat',sans-serif;
  font-size: 18px;
}

.pg-profissionais .artigo-equipe{
  margin-top: 50px;
}
.pg-profissionais .artigo-equipe .segura-redes{
  margin-top: 30px;
}

.pg-profissionais .artigo-equipe .segura-imagem img{
  border-radius: 15px;
}

.pg-profissionais .artigo-equipe h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 30px;
}

.pg-contato .fx-2 iframe {
    width: 100% !important;
    max-width: 100%;
    height: 450px;
    border: 0;
    display: block;
}

.card-vermelho{
  background-color: #81323A;
  padding: 22px;
  border-radius: 7px;
  color: white;
  font-family: 'Montserrat',sans-serif;
}

.pg-home .card-vermelho .segura-imagem{
  margin-bottom: 15px;
}

.pg-home .card-vermelho li{
  line-height: 1.8;
}

.pg-sobre .card-vermelho{
  height: 220px;
  transition: 0.2s linear all;
  &:hover{
    transform: scale(1.05);
  }
}

.card-vermelho h3{
  font-size: 20px;
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}

.card-vermelho h2{
  font-size: 30px;
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}

.card-vermelho p{
  font-size: 15px;
}

footer{
  background-color: #ECEAEB;
  padding: 46px 0 0 0;
}

.segura-contato{
  display: flex;
}

.segura-contato .footer-contato{
  margin-right: 53px;
  margin-bottom: 71px;
}

.segura-contato .footer-contato h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 4px;
  margin-top: 0;
}

.segura-contato .footer-contato span{
  font-family: 'Montserrat',sans-serif;
  font-size: 15px;
}

.segura-contato .footer-contato span img{
  margin-right: 10px;
}

footer form{
  margin-bottom: 87px;
}

form .form-input{
  width: 100%;
  height: 42px;
  border-radius: 7px;
  border: 1px solid black;
  padding: 12px 13px;
  font-family: 'Montserrat',sans-serif;
  font-size: 15px;
  color: black;
  margin-bottom: 17px;
}

form .form-textarea{
  width: 100%;
  border-radius: 7px;
  border: 1px solid black;
  padding: 12px 13px;
  font-family: 'Montserrat',sans-serif;
  font-size: 15px;
  color: black;
  margin-bottom: 17px;
}

form .btn-form{
  background-color: black;
  border: none;
  width: 132px;
  height: 53px;
  border-radius: 7px;
  font-family: 'Montserrat',sans-serif;
  font-size: 16px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear all;
  &:hover{
    background-color: #81323A;
  }
}

footer .copyright{
  background-color: white;
  font-family: 'Montserrat',sans-serif;
  font-size: 14px;
  color: black;
  padding: 38px 0;
}

footer .copyright .segura-copyright{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

footer .copyright .segura-copyright .kryzalis{
  display: flex;
  align-items: flex-end;
}

footer .copyright .segura-copyright .kryzalis img{
  margin-left: 22px;
}

footer.contato{
  padding: 0!important;
}

footer.contato .segura-imagem{
  height: 344px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

a:focus{
  outline: 0!important;
}

@media(max-width: 1024px){
  footer.contato{
    padding-bottom: 90px!important;
  }
  .artigo-equipe .row{
        display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 570px;
    margin-right: auto;
    margin-left: auto;
  }

  .segura-copyright{
    flex-direction: column;
    align-items: center!important;
  }

  .artigo-equipe.right .row{
    flex-direction: column-reverse;
  }

  .artigo-equipe.right .row .text-right{
    text-align: center;
  }
  .artigo-equipe .row .segura-imagem{
    margin-bottom: 15px;
  }

  .pg-profissionais .artigo-equipe{
    margin-top: 90px;
  }

  main.pg-home .fx-1{
    text-align: center;
  }

  main.pg-home .fx-1 img{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }

  .segura-titulo::before{
    display: none;
  }

  .pg-home .fx-4 h2{
    text-align: center;
    font-size: 28px;
  }

  .pg-home .fx-5 .container .segura-texto{
    width: initial!important;
  }

  .pg-home .fx-5 h2{
    font-size: 20px;
  }

  .pg-home .fx-5 h3{
    font-size: 40px;
  }

  .pg-home .fx-5 p{
    margin-top: 15px;
  }

  .pg-home .fx-banner h1{
    font-size: 28px;
  }
  .pg-home .fx-banner p{
    font-size: 18px;
    font-weight: 400;
  }

  .card-vermelho{
    margin: 0 auto 30px auto;
    max-width: 470px;
  }

  .card-livro{
    flex-direction: column;
    max-width: 370px;
    align-items: center;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }

  .card-profissional{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .pg-home .fx-3 h2{
    font-size: 28px;
    text-align: center;
  }

  .navbtn{
    display: flex;
  }

  .menu-overlay{
    display: block;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1002;
  }

  .menu-overlay.ativo{
    opacity: 1;
    visibility: visible;
  }

  body.menu-mobile-aberto{
    overflow: hidden;
  }

  header{
    position: relative;
    z-index: 1003;
    height: auto;
  }

  header .segura-topo{
    height: auto;
    min-height: 70px;
    align-items: center;
    padding: 12px 0;
  }

  header .segura-topo .segura-logo img{
    max-height: 50px;
    width: auto;
  }

  header .segura-topo #menu-mobile{
    display: flex !important;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 85vw;
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: 90px 28px 40px;
    background-color: #ECEAEB;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1003;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
  }

  header .segura-topo #menu-mobile.menu-aberto{
    transform: translateX(0);
  }

  header .segura-topo #menu-mobile .segura-telefone{
    width: 100%;
    justify-content: flex-start;
    margin: 0 0 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
  }

  header .segura-topo #menu-mobile .menu{
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  header .segura-topo #menu-mobile .menu .menu-item{
    width: 100%;
  }

  header .segura-topo #menu-mobile .menu .menu-item .menu-link{
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 18px;
  }

  footer{
    padding-bottom: 90px;
  }
  form{
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .capa{
    text-align: center;
    -webkit-text-stroke: 0.5px #000000;
  }
  p{
    text-align: center!important;
  }
  .segura-contato {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .segura-contato .footer-contato{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
}