@charset "UTF-8";
/* Tema do cliente */

:root {
  --cor-primaria: #135981;
  --cor-secundaria: #003756;
  --cor-terciaria: #E6E6E6;
  --cor-quaternaria: #FFFFFF;
  --cor-quinaria: #000000;
  --cor-botao-footer: #76726F;
  --cor-primaria-hover: #0f4a6b;
  --cor-capa-titulo: #FFFFFF;
  --fonte-primaria: "Jura", sans-serif;
  --fonte-secundaria: "Montserrat", sans-serif;
  --fonte-tercearia: "Noto Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6{
  font-family: var(--fonte-primaria);
}

p, span{
  font-family: var(--fonte-secundaria);
}

p{
  color: #42403F;
}

img{
  max-width: 100%;
  height: auto;
}

/* Capa interna */
.capa{
  background-image: url('../imagens/capa.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
}

.capa .filtro{
  height: 100%;
}

.capa .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.capa .container .segura-titulo{
  width: 570px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
}

.capa .container h1,
.capa .container h2,
.capa .container .segura-titulo h1{
  font-family: var(--fonte-primaria);
  font-weight: bold;
  font-size: 50px;
  color: var(--cor-capa-titulo);
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

/* 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: var(--cor-secundaria);
  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: var(--cor-primaria);
  }
}

.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: var(--cor-primaria);
    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;
  }
}

header,.pg-home .fx-banner{
  background-color: white!important;
}

.pg-home .fx-banner h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: white;
  margin-top: 0;
  text-align: left;
}  

.pg-home .fx-banner h1{
  font-family: 'Montserrat',sans-serif!important;
  font-weight: bold!important;
  font-size: 56px!important;
  color: white!important;
  margin-top: 0!important;
  margin-bottom: 13px!important;
  text-align: left;
}  

.pg-home .fx-banner p{
  font-family: 'Jura',sans-serif!important;
  font-size: 29px!important;
  font-weight: 400!important;
  padding: 0;
  margin-bottom: 0;
  text-align: left;
}     
.pg-home .fx-banner .segura-botao{
  display: flex!important;
  justify-content: flex-start!important;
}

.pg-home .fx-banner .segura-botao .cta-padrao{
  background-color: #76726F;
  width: 370px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 'Montserrat',sans-serif;
  font-size: 16px;
  transition: 0.2s linear all;
  &:hover{
    scale: 1.1;
  }
}
            
.owl-banner .owl-dots {
  position: absolute;
  bottom: 44px;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.owl-banner .owl-dots .owl-dot{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.owl-banner .owl-dots .owl-dot span{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--cor-primaria);
  transition: 0.1s linear all;
  margin: 0 9.5px;
  display: block;
}

.owl-banner .owl-dots .owl-dot.active span,
.owl-banner .owl-dots .owl-dot:hover span{
  height: 19px;
  width: 19px;
  border-radius: 50%;
  background-color: #42403F;
}


.owl-servicos{
  padding-bottom: 60px;
}

.owl-servicos .owl-item,
.owl-parceiros .owl-item{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.pg-home .fx-4 .owl-servicos .owl-item .card,
.owl-servicos .owl-item .card{
  width: 100%;
  max-width: 270px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.pg-home .fx-4 .owl-servicos .owl-item .card .img,
.owl-servicos .owl-item .card .img{
  width: 100%;
  max-width: 270px;
  height: auto !important;
  aspect-ratio: 270 / 230;
}

.pg-home .fx-4 .owl-servicos .owl-item .card .img img,
.owl-servicos .owl-item .card .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pg-home .fx-5 .owl-parceiros .owl-item .card-parceiros,
.archive-parceiros .owl-parceiros .owl-item .card-parceiros,
.owl-parceiros .owl-item .card-parceiros{
  width: 170px !important;
  max-width: 100% !important;
  height: 170px !important;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  box-sizing: border-box;
}

.pg-home .fx-5 .owl-parceiros .owl-item .card-parceiros img,
.archive-parceiros .owl-parceiros .owl-item .card-parceiros img,
.owl-parceiros .owl-item .card-parceiros img{
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.owl-servicos .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 50%;
}
.owl-servicos .owl-dots .owl-dot span{
  width: 15px;
  height: 15px;
  background: var(--cor-primaria);
  transition: 0.1s linear all;
  margin-right: 19px;
  background-color: #42403F;
}
.owl-servicos .owl-dots .owl-dot.active span, .owl-servicos .owl-dots .owl-dot:hover span{
  height: 19px;
  width: 19px;
  background: var(--cor-primaria);
}

.owl-parceiros{
  padding-bottom: 80px;
}

.owl-parceiros .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 50%;
}
.owl-parceiros .owl-dots .owl-dot span{
  width: 15px;
  height: 15px;
  background: var(--cor-primaria);
  transition: 0.1s linear all;
  margin-right: 19px;
  background-color: #42403F;
}
.owl-parceiros .owl-dots .owl-dot.active span, .owl-parceiros .owl-dots .owl-dot:hover span{
  height: 19px;
  width: 19px;
  background: var(--cor-primaria);
}

.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: var(--cor-primaria)!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: var(--cor-primaria);
}
::-moz-selection{
  background: var(--cor-secundaria);
}
::selection{
  background: var(--cor-secundaria);
}
.pagination .active a,
.pagination .active a:hover{
  background-color: var(--cor-primaria);
  border-color: var(--cor-primaria);
}
.lds-ellipsis div{  
  background-color: var(--cor-primaria);
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: var(--cor-secundaria);
  font-family: var(--fonte-secundaria);
}

.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: var(--cor-primaria);
  color: #FFF;
}


/* start */



body{
  font-family: 'Montserrat';  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ECEAEB;
}

header{
  height: 147px;
  width: 100%;
  background-color: #ECEAEB;
}

header .segura-topo{
  display: flex;
  height: 147px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 15px;
}

header .segura-topo .segura-menu{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 117px;
  width: 819px;
}

header .segura-topo .segura-menu .segura-telefone{
  display: flex;
  width: 170px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 33px;
  font-family: 'Montserrat',sans-serif;
  font-size: 15px;
  color: var(--cor-secundaria);
  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: var(--cor-secundaria);
  transition: 0.2s linear all;
  &:hover{
    color: var(--cor-primaria);
  }
}

.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: var(--cor-secundaria);
  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: left;
}

.pg-home .fx-banner h1{
  font-family: var(--fonte-primaria);
  font-weight: bold;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 31px;
  color: white;
}

.pg-home .fx-banner .banner{
  height: 582px;
  padding-top: 0;
  background: none;
  text-align: left!important;
  position: relative;
  overflow: hidden;
}

.pg-home .fx-banner .banner .banner-bg{
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: none;
  transform: none;
}

@media(max-width: 991px){
  .pg-home .fx-banner .banner .banner-bg{
    inset: -24px;
    background-image: var(--banner-mobile) !important;
    background-position: center center;
    filter: blur(10px);
    transform: scale(1.08);
  }

  .pg-home .fx-banner,
  .pg-home .fx-banner .banner,
  .pg-home .fx-banner h1,
  .pg-home .fx-banner h2,
  .pg-home .fx-banner p{
    text-align: center !important;
  }

  .pg-home .fx-banner .segura-botao{
    justify-content: center !important;
  }
}

.pg-home .fx-banner .banner .filtro{
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  padding-top: 158px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.2);
}

.pg-home .fx-banner .container .row{
  margin-left: 0;
  margin-right: 0;
}

.pg-home .fx-banner .container [class*="col-"]{
  padding-left: 0;
  padding-right: 0;
}

.pg-home .fx-banner h1,
.pg-home .fx-banner h2,
.pg-home .fx-banner p{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pg-home .fx-banner p{
  font-family: var(--fonte-secundaria);
  font-weight: bold;
  font-size: 24px;
  color: white;
  text-align: left;
}

.pg-home .fx-banner .segura-botao{
  display: flex;
  justify-content: flex-start;
  margin-top: 55px;
}

.pg-home .fx-1{
  padding: 60px 0 72px 0;
  background-color: var(--cor-terciaria);
}

.pg-home .fx-1 h2{
  font-family: var(--fonte-primaria);
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 34px!important;
  color: black
  margin-top: 5px;
  margin-top: 10px;
}

.pg-home .fx-1 h3{
  font-family: var(--fonte-primaria);
  font-weight: bold;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 17px;
}

.pg-home .fx-1 span{
  font-family: var(--fonte-secundaria);
  font-weight: bold;
  font-size: 15px;
  display: block;
  margin-bottom: 32px;
}

.pg-home .fx-1 p{
  font-family: var(--fonte-secundaria);
  font-size: 18px;
  margin-bottom: 30px;
  text-align: justify;
  line-height: 1.6;
}

.pg-home .fx-1 p strong{
  font-family: var(--fonte-secundaria);
  font-weight: bold;
}

.pg-home .fx-2{
  padding-top: 32px;
  background-color: white;
  padding: 66px 0 69px 0;
}

.pg-home .fx-2 .row{
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}

.pg-home .fx-2 .card-diferenciais{
  background-color: #E6E6E6;
  border-radius: 7px;
  height: 100%;
  padding: 37px 23px 52px 23px;
  transition: 0.3s linear all;
  &:hover{
    background-color: #135981;
    color: white!important;
    img {
      filter: brightness(0) invert(1);
    }
    p{
      color: white;
    }
  }
}



.pg-home .fx-2 .card-diferenciais img{
  margin-bottom: 9px;
  transition: 0.3s linear all;
}

.pg-home .fx-2 .card-diferenciais h3{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 21px
}

.pg-home .fx-2 .card-diferenciais p{
  font-size: 15px;
  transition: 0.3s;
}

.pg-home .fx-3,
.pg-sobre .fx-2{
  padding: 77px 0 91px 0;
  background-color: #E6E6E6;
}

.pg-home .fx-3 .card-numeros,
.pg-sobre .fx-2 .card-numeros{
  
  height: 100%;
  border-radius: 7px;
  padding: 20px 23px 28px 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s linear all;
  background-color: white;
  margin-bottom: 30px;
  &:hover{
    background-color: transparent;
    padding: 0;
    h2{
      font-size: 66px;
      color: #135981;
      line-height: 0.8;
    }
    h3{
      color: #135981;
    }
  }
}
.pg-home .fx-3 .row{
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}


.pg-home .fx-3 .card-numeros h2,
.pg-sobre .fx-2 .card-numeros h2{
  color: #42403F;
  transition: 0.3s linear all;
  margin-bottom: 5px;
  font-weight: bold;
  margin-bottom: 0;
  font-family: 'Montserrat',sans-serif;
}

.pg-home .fx-3 .card-numeros h2,
.pg-sobre .fx-2 .card-numeros h2{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 7px;
}

.pg-home .fx-3 .card-numeros p,
.pg-sobre .fx-2 .card-numeros p{
  font-size: 15px;
  padding-right: 23px;
  padding-left: 23px;
}

.pg-home .fx-5{
  padding: 66px 0 64px 0;
  background-color: #E6E6E6;
}

.pg-home .fx-4,
.pg-home .fx-4.archive-segmentos{
  padding-top: 80px!important;
  overflow: visible;
  display: block;
  background-color: white;
}

.pg-home .fx-4 .itens-segmentos{
  overflow: visible;
  padding: 30px 0;
  display: block !important;
  grid-template-columns: none !important;
  width: 100%;
}

.pg-home .fx-4 .owl-servicos,
.pg-home .fx-4 .owl-servicos.owl-loaded,
.pg-home .fx-4 .owl-servicos.owl-hidden{
  padding: 30px 0 60px;
  width: 100%;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: 280px;
}

.pg-home .fx-4 .owl-servicos .owl-stage-outer{
  overflow: hidden;
  min-height: 230px;
}

.pg-home .fx-4 .owl-servicos .owl-stage{
  min-height: 230px;
}

.pg-home .fx-4 .titulo{
  padding-bottom: 0!important;
  margin-bottom: 45px!important;
}

.pg-home .fx-4 h2{
  line-height: 0.6;
  margin-bottom: 15px!important;
  color: #42403F!important;
}

.pg-home .fx-4 p{
  margin-bottom: 0;
  color: #42403F!important;
  line-height: 1.2;
}

.pg-home .fx-4 .segura-botao{
  margin-top: 27px;
  display: flex;
  justify-content: center;
}

.pg-home .fx-4 .cta-padrao{
  background-color: #135981;
  transition: 0.2s linear all;
  &:hover{
    scale:1.1;
  }
}

.pg-home .fx-5 h2{
  position: relative;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 12px;
  text-align: center;
  &::before{
    content:'';
    display: block;
    position: absolute;
    width: 44px;
    height: 8px;
    background-color: #135981;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
  }
}

.pg-home .fx-5 p{
  margin-bottom: 63px;
}

.pg-home .fx-6{
  background-color: white;
  padding: 58px 0 64px 0;
}

footer{
  background-color: var(--cor-primaria);
  padding: 66px 0 0 0;
  color: var(--cor-quaternaria);
}

.segura-contato{
  display: flex;
}

.segura-contato .footer-contato{
  margin-bottom: 38px;
  color: var(--cor-quaternaria);
}

.segura-contato .footer-contato h3{
  font-family: var(--fonte-primaria);
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 4px;
  margin-top: 0;
  color: var(--cor-quaternaria) !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

.segura-contato .footer-contato h3 .detalhe{
  display: inline-block;
  flex-shrink: 0;
  width: 30px;
  height: 5px;
  background-color: var(--cor-secundaria);
  margin-bottom: 0;
}

.segura-contato .footer-contato span{
  font-family: var(--fonte-secundaria);
  font-size: 15px;
  color: var(--cor-quaternaria) !important;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}

.segura-contato .footer-contato span img{
  margin-right: 22px;
}

.segura-contato .footer-contato .segura-redes{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}

.segura-contato .footer-contato .segura-redes a{
  display: inline-flex;
  flex-shrink: 0;
  margin: 7px;
}

.segura-contato .footer-contato .segura-redes img{
  margin: 0;
  display: block;
}

footer form{
  margin-bottom: 87px;
}

form .form-input{
  width: 100%;
  height: 42px;
  border-radius: 7px;
  border: 1px solid var(--cor-primaria);
  padding: 12px 13px;
  font-family: 'Montserrat',sans-serif;
  font-size: 15px;
  color: var(--cor-primaria);
  margin-bottom: 17px;
}

form .form-textarea{
  width: 100%;
  border-radius: 7px;
  border: 1px solid var(--cor-primaria);
  padding: 12px 13px;
  font-family: 'Montserrat',sans-serif;
  font-size: 15px;
  color: var(--cor-primaria);
  margin-bottom: 17px;
}

form .btn-form{
  background-color: var(--cor-primaria);
  border: none;
  width: 132px;
  height: 53px;
  border-radius: 7px;
  font-family: 'Montserrat',sans-serif;
  font-size: 16px;
  color: var(--cor-quaternaria);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear all;
}

form .btn-form:hover{
  background-color: var(--cor-primaria-hover);
}

footer form .form-input,
footer form .form-textarea{
  border-color: var(--cor-quaternaria);
  color: var(--cor-secundaria);
  background-color: var(--cor-quaternaria);
}

footer form .form-input::placeholder,
footer form .form-textarea::placeholder{
  color: var(--cor-secundaria);
  opacity: 0.7;
}

footer form .btn-form{
  background-color: var(--cor-botao-footer);
  color: var(--cor-quaternaria);
}

footer form .btn-form:hover{
  background-color: var(--cor-secundaria);
  color: var(--cor-quaternaria);
}

footer .copyright{
  background-color: var(--cor-primaria);
  font-family: var(--fonte-tercearia);
  font-size: 14px;
  color: var(--cor-quaternaria);
  padding: 38px 0;
}

footer .copyright .segura-copyright{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 90px;
}

footer .copyright .segura-copyright .kryzalis{
  display: flex;
  align-items: flex-end;
}

footer .copyright .segura-copyright .kryzalis img{
  margin-left: 22px;
}

a:focus{
  outline: 0!important;
}

.page-padrao {
  padding: 50px 10px;
  overflow: hidden;
}

.page-padrao .container {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

.page-padrao h1,
.page-padrao h2,
.page-padrao h3 {
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-padrao h1 { 
  font-size: 42px; 
}

.page-padrao h2 { 
  font-size: 30px; 
}

.page-padrao h3 { 
  font-size: 22px; 
}

.page-padrao p, li {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.page-padrao li{
  line-height: normal;
  margin: 0;
}

.page-padrao a {
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.page-padrao a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.page-padrao a:hover::after {
  transform: scaleX(1);
}

.page-padrao img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.page-padrao ul, 
.page-padrao ol {
  margin-left: 25px;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-padrao .wp-block-button__link,
.page-padrao a.button {
  padding: 12px 28px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  transition: all 0.3s ease;
}

.page-padrao .wp-block-button__link:hover,
.page-padrao a.button:hover {
  transform: translateY(-2px);
}

@media(max-width:1200px){
  .segura-menu{
    width: 600px!important;
  }

  .pg-home .fx-banner p{
    padding-right: 300px!important;
  }

  .pg-home .fx-1{
    text-align: center;
  }

  .pg-home .fx-1 p{
    text-align: center;
  }
}

@media(max-width: 1024px){
  .pg-home .fx-3, .pg-sobre .fx-2{
    padding-top: 0;
  }

  .card-numeros{
    max-width: 470px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media(max-width: 991px){
  img.alignleft, img.alignright,.single-segmentos .segura-texto .img{
    display: block!important;
    float: none!important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .titulo{
    margin-bottom: 0!important;
  }

  .single-segmentos .titulo{
    margin-bottom: 40px!important;
    border-left: 0!important;
  }
  .single-segmentos .titulo h1{
    margin-right: auto!important;
    margin-left: auto!important;
  }
  .btn-form{
    margin-right: auto;
    margin-left: auto;
  }
   footer form{
    margin-bottom: 0;
  }
  .segura-copyright{
    flex-direction: column;
    align-items: center!important;
  }

  .capa{
    height: 180px;
  }

  .capa .container .segura-titulo{
    height: auto;
    width: 90%;
  }

  .capa .container h1,
  .capa .container h2,
  .capa .container .segura-titulo h1{
    font-size: 32px;
  }

  /* Títulos de páginas internas (não home, não capa) */
  main:not(.pg-home) .titulo h1,
  main:not(.pg-home) .titulo h2,
  main:not(.pg-home) .archive-segmentos .titulo h2,
  .archive-parceiros .titulo h2,
  .single-segmentos .titulo h1{
    font-size: 22px !important;
  }

  .pg-home .fx-3 .card-numeros:hover h2,
  .pg-sobre .fx-2 .card-numeros:hover h2{
    font-size: 46px;
  }

  .pg-home .fx-2 .row > [class*="col-"],
  .pg-home .fx-3 .row > [class*="col-"],
  .pg-sobre .fx-2 .row > [class*="col-"]{
    display: flex !important;
    justify-content: center !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .pg-home .fx-3 .card-numeros,
  .pg-sobre .fx-2 .card-numeros{
    width: 370px !important;
    max-width: 100% !important;
    margin: 0 auto 30px auto !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box;
  }

  .pg-home .fx-3 .card-numeros h2,
  .pg-home .fx-3 .card-numeros h3,
  .pg-home .fx-3 .card-numeros p,
  .pg-sobre .fx-2 .card-numeros h2,
  .pg-sobre .fx-2 .card-numeros h3,
  .pg-sobre .fx-2 .card-numeros p{
    width: 100%;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }

  .archive-segmentos .itens-segmentos{
    display: grid;
    justify-items: center;
  }

  .pg-home .fx-4 .itens-segmentos,
  .pg-home .fx-4.archive-segmentos .itens-segmentos{
    display: block !important;
    grid-template-columns: none !important;
    width: 100% !important;
  }

  .pg-home .fx-4,
  .pg-home .fx-4.archive-segmentos{
    display: block !important;
    overflow: visible !important;
    padding-top: 45px !important;
  }

  .pg-home .fx-4 .owl-servicos{
    display: block !important;
    visibility: visible !important;
    min-height: 280px;
  }

  .pg-home .fx-2 .card-diferenciais{
    width: 370px !important;
    max-width: 100% !important;
    margin: 0 auto 30px auto !important;
    text-align: center;
  }

  .pg-home .fx-2 .card-diferenciais img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .pg-home .fx-2 .card-diferenciais h3{
    text-align: center;
  }

  .archive-segmentos .itens-segmentos > a.card{
    max-width: 90%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .segura-contato .footer-contato,
  .segura-contato .footer-contato[style]{
    width: 90% !important;
    max-width: 90%;
    text-align: center;
  }

  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;
  }

  .pg-home .fx-5 .container .segura-texto{
    width: initial!important;
  }

  .pg-home .fx-5 h3{
    font-size: 40px;
  }

  .pg-home .fx-5 p{
    margin-top: 15px;
  }

  .pg-home .fx-banner h1{
    font-size: 28px;
  }

  .card-destaque{
    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{
    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;
    justify-content: space-between;
  }

  header .segura-topo .segura-logo img{
    max-height: 50px;
    width: auto;
  }

  header .segura-topo .segura-menu{
    width: auto;
    height: 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;
  }

  .capa .container h1,
  .capa .container h2,
  .capa .container .segura-titulo h1{
    color: var(--cor-capa-titulo);
    -webkit-text-stroke: 0;
  }
  p{
    text-align: center!important;
  }
  .segura-contato {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .segura-contato .footer-contato{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .segura-contato .footer-contato .segura-redes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
  }

  .segura-contato .footer-contato .segura-redes a{
    margin: 7px;
  }

  .pg-home .fx-banner p{
    padding-right: 0px!important;
  }
}

@media(max-width: 768px){
  
  .pg-home .fx-banner,
  .pg-home .fx-banner .banner{
    height: 474px;
  }

  .pg-home .fx-banner .banner .filtro{
    padding-top: 80px;
  }

  .pg-home .fx-banner .segura-botao{
    margin-top: 30px;
  }

  .pg-home .fx-banner,
  .pg-home .fx-banner .banner,
  .pg-home .fx-banner h1,
  .pg-home .fx-banner h2,
  .pg-home .fx-banner p{
    text-align: center !important;
  }

  .pg-home .fx-banner .segura-botao{
    justify-content: center !important;
  }

  .pg-home .fx-banner h1{
    font-size: 30px !important;
  }

  .pg-home .fx-banner p{
    font-size: 22px !important;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .pg-home .fx-banner h2{
    font-size: 28px;
  }

  .pg-home .fx-1 h2{
    font-size: 30px;
  }

  .pg-home .fx-4 h2,
  .pg-home .archive-segmentos .titulo h2{
    font-size: 28px !important;
  }

  .pg-home .fx-5 h2{
    font-size: 28px;
  }

  .pg-home .fx-3 .card-numeros h2{
    font-size: 28px;
  }

  .owl-servicos .owl-dots{
    bottom: 20px;
  }

  .pg-home .fx-4 .segura-botao {
    margin-top: 0px;
  }

  .pg-home .fx-5 h2{
    &::before{
      display: none!important;
    }
  }
 
}