@charset "UTF-8";
/* Tema do cliente */

/**  cor: #0B1C28;  **/
/**  cor-hover: #FF5555;  **/

/* Fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Gotham-Regular';
  src: url('../fonts/Gotham-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Light';
  src: url('../fonts/Gotham-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

strong, b{
  font-weight: lighter;
  font-family: '';
}
body{
  font-family: '';
}

img{
  max-width: 100%;
}

.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: #0B1C28;
    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;
  }
}

.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: #0B1C28!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #0B1C28;
}
::-moz-selection{
  background: #a38356f7;
}
::selection{
  background: #a38356f7;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #0B1C28;
  border-color: #0B1C28;
}
.lds-ellipsis div{  
  background-color: #0B1C28;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.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: #0B1C28;
  color: #FFF;
}


/* start */

.page-404 {
    min-height: 100vh;
    background-color: #0B1C28;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-direction: column;
}

.page-404 header {
    background-color: #0A1822;
    height: 90px;
}

.page-404 .content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
}

.page-404 h1 {
    font-size: 96px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-404 h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.page-404 p {
    font-size: 18px;
    max-width: 620px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.page-404 a.btn-voltar {
    display: inline-block;
    padding: 14px 32px;
    background-color: #ffffff;
    color: #0B1C28;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.page-404 a.btn-voltar:hover {
    background-color: #e5e5e5;
}

.page-404.politica .content{
  text-align: left;
}

.page-404.politica h1{
  font-size: 45px;
}

.page-404.politica p{
  margin: 30px 0!important;
  text-align: left!important;
  max-width: 100%;
}

.page-404 header{
  text-align: center;
}


.page-404 header img{
  width: 400px;
  margin-top: 10px;
}

.accordion{
  display: flex;
  flex-direction: column;
  row-gap: 20px
}

h6 button{
  text-align: left!important;
}

body{
  background-color: #0B1C28;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
}

.fx-1{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fx-1 .container{
  border-bottom: solid 2px #9E7D4D;
  padding-bottom: 111px;
  padding-top: 38px;
}

.fx-1 .logo{
  margin-bottom: 68px;
}

.fx-1 h1{
  font-family: 'Montaga', sans-serif;
  font-size: 45px;
  color: #9E7D4D;
  margin-top: 0;
  margin-bottom: 38px;
}

.fx-1 p{
  font-family: 'Open Sans',sans-serif;
  font-size: 28px;
  margin-bottom: 49px;
}

.fx-1 .btn-padrao{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 470px;
  height: 61px;
  background-color: transparent;
  border: 2px solid #9E7D4D;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-weight: 800;
  color: white;
  border-radius: 6px;
  transition: 0.3s linear all;
  &:hover{
    background-color: #9E7D4D;
  }
}

.fx-2{
  padding: 52px 0 60px 0;
}

.fx-2 p{
  font-family: 'Open Sans',sans-serif;
  font-size: 22px;
  line-height: 1.8;
  font-size: 22px;
  text-align: justify;
  margin-bottom: 40px;
}


.fx-2 p strong{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
}

.fx-2 img{
  margin-top: 30px!important;
}

.fx-2 .btn-padrao{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 970px;
  height: 61px;
  background-color: transparent;
  border: 2px solid #9E7D4D;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-weight: 800;
  color: white;
  border-radius: 6px;
  margin-right: auto;
  margin-left: auto;
  transition: 0.3s linear all;
  &:hover{
    background-color: #9E7D4D;
  }
}


.fx-3 h2{
  font-family: 'Montaga',sans-serif;
  font-size: 28px;
  color: #9E7D4D;
  text-align: center;
  margin-top: 0;
  margin-bottom: 43px;
}

.fx-3 .card-item{
  border: solid white 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  transition: 0.3s linear all;
  padding: 70px 15px;
  text-align: center;
  margin-bottom: 30px;
  height: 288px;
  max-width: 270px;
  margin-right: auto;
  margin-left: auto;
  transition: 0.3s linear all;
  &:hover{
    background-color: #0D2332;
    border: 1px solid #0D2332;
  }
}

.fx-3 .card-item img{
  margin-bottom: 14px;
}

.fx-3 .card-item h3{
  font-family: 'Open Sans',sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

.fx-3 .btn-padrao{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 470px;
  height: 61px;
  background-color: transparent;
  border: 2px solid #9E7D4D;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-weight: 800;
  color: white;
  border-radius: 6px;
  margin-top: 33px;
  margin-right: auto;
  margin-left: auto;
  transition: 0.3s linear all;
  &:hover{
    background-color: #9E7D4D;
  }
}

.fx-4{
  padding: 68px 0 30px 0;
}


.fx-4 h2{
  font-family: 'Montaga';
  font-size: 45px;
  color: #A38356;
  margin-top: 0;
  margin-bottom: 18px;
  margin-top: 40px;

}

.fx-4 h2 strong{
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
}

.fx-4 p{
  font-family: 'Open Sans',sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.8;
  text-align: justify;
}

.fx-4 p strong{
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
}

.fx-4 .segura-itens{
  margin-top: 43px;
}

.fx-4 .segura-item{
  margin-bottom: 28px;

}

.fx-4 .segura-item p{
  font-family: 'Open Sans',sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.4;
  position:relative;
  margin: 0 40px;
  text-align: left;
  &::after{
    content: "";
    display: block;
    width:  6px;
    height: 6px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 18px;
  }
}

.fx-5{
  padding-bottom: 60px;
}

.fx-5 .container{
  padding-top: 30px;
  border-top: 2px solid #A38356;
}

.fx-5 h2{
  font-family: 'Montaga';
  font-size: 28px;
  color: #A38356;
  margin-bottom: 47px;
}

footer{
  background-color: #0A1822;
  padding: 56px 0 90px 0;
}

footer p{
  font-family: 'Open Sans',sans-serif;
  font-size: 22px;
  margin-bottom: 113px;
  margin-top: 0;
  line-height: 1.3;
  font-weight: 300;
}

.footer p strong{
  font-family: 'Montaga',sans-serif!important;
  font-size: 28px;
}

.wpcf7-response-output{
  font-family: 'Open Sans',sans-serif;
}

footer .media{
  display: flex;
  margin-bottom: 33px;
  margin-top: 0;
}

footer .media img{
  width: 29px;
  height: 29px;
  margin-right: 15px;
}

footer .media h3{
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #9E7D4D;
  margin-top: 0;
  margin-bottom: 2px;
}

footer .media span{
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: white;
}

footer form .form-control{
  width: 100%;
  height: 34px;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 9px 16px 7px 16px;
  color: black;
  font-family: 'Open Sans',sans-serif;
  font-size: 13px;
}

footer form textarea.form-control{
  height: inherit;
}

footer form .segura-botao{
  display: flex;
  align-items: center;
}

footer form .btn-enviar-form{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 34px;
  background-color: transparent;
  border: 2px solid #9E7D4D;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: white;
  border-radius: 6px;
  margin-right: 15px;
  transition: 0.3s linear all;
  &:hover{
    background-color: #9E7D4D;
  }
}


footer form .obg{
  font-family: 'Open Sans',sans-serif;
  font-size: 13px;
  color: white;
}

.form-control::placeholder {
  color: black;
}

.form-control::-webkit-input-placeholder { /* Chrome, Safari */
  color: black;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
  color: black;
}

.form-control::-ms-input-placeholder { /* Edge antigo */
  color: black;
}

.copyright{
  display: flex;
  justify-content: space-between;
  margin-top: 86px;
  align-items: flex-end;
}

.copyright span{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.copyright .kryzalis{
  display: flex;
  align-items: flex-end;
}

.copyright .kryzalis span{
  margin-right: 25px;
}

.accordion h6{
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
  outline: none;
  cursor: pointer;
  background-image: url(../imagens/seta-lado.png);
  background-position: left center;
  background-repeat: no-repeat;
  font-family: 'Open Sans',sans-serif;
  font-size: 19px;
  font-weight: bold;
  border: 2px solid #9E7D4D;
  border-radius: 7px;
}

.accordion h6 button.collapsed{
  background-color: transparent;
}

.accordion h6 button:not(.collapsed){
  border: none;
  transition: 0.3s linear all;
  background-color: #9E7D4D;
}


.accordion .card-body{
  font-family: 'Open Sans',sans-serif;
  font-size: 15px;
  color: white;
  padding: 24px 34px;
}

.accordion .collapse{
  padding-bottom: 0;
}

.accordion .card-header{
  padding-bottom: 0;
}

.logo{
  max-width: 80%;
}

.accordion h6 button{
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 20px 20px 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion h6 button.collapsed img {
    transform: rotate(0deg);
    transition: transform .3s ease;
}

.accordion h6 button img{
  transition: transform .3s ease;
  transform: rotate(90deg);
}

.mobile{
    display: none!important;
  }
  .desktop{
    display: block;
  }

  .segura-logo{
    display: flex;
    align-items: center;
    margin-bottom: 68px;
  }

  .segura-logo .media-body{
    margin-left: 15px;
  }

  .logo-desktop{
    width: 90px;
  }

  .titulo-logo{
  font-family: "Cormorant", serif;
    font-size: 42px !important;
    text-align: center !important;
    color: white !important;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 0;
    margin-top: 0;
}


.texto-logo{
    font-family: 'Gotham-Light';
    font-size: 16px;
    letter-spacing: 3px;
    color: #9E7D4D;
    margin-bottom: 0;
    margin-top: 0;
}

@media(max-width: 1199px){
  .titulo-logo{
  font-family: "Cormorant", serif;
    font-size: 31px !important;
    text-align: center !important;
    color: white !important;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 0;
    margin-top: 0;
}


.texto-logo{
    font-family: 'Gotham-Light';
    font-size: 12px;
    letter-spacing: 3px;
    color: #9E7D4D;
    margin-bottom: 0;
    margin-top: 0;
  }

  .mobile{
    display: flex!important;
    text-align: center;
  }
  .desktop{
    display: none;
  }

  .fx-1{
    background-image: none!important;
    background-color: #0B1C28;
    text-align: center;
  }

  .fx-1 .btn-padrao{
    margin-right: auto;
    margin-left: auto;
  }
  .fx-1 h1{
    font-size: 37px;
  }

  .fx-1 p{
    font-size: 23px;
  }

  .fx-1 .btn-padrao {
    width: 370px;
    height: 52px;
    font-size: 22px;
    font-weight: 700;
  }

  .fx-2 img{
    max-width: 40%!important;
    height: auto!important;
  }

  .fx-2 .btn-padrao {
    width: 670px;
    font-size: 20px;
    font-weight: 700;
  }

  .fx-2 p{
    font-size: 20px;
  }

  .fx-3 .btn-padrao{
    font-size: 20px;
    font-weight: 700;
  }

  .fx-4 h2 {
    font-size: 36px;
  }

  .fx-4 p {
    font-size: 20px;
  }

  .fx-4 .segura-item p{
    font-size: 20px;
    &::after{
      top: 13px;
    }
  }

  .fx-4 .segura-item {
    margin-bottom: 20px;
  }

  .fx-5 .accordion h6{
    font-size: 18px;
    font-weight: 600;
  }

  footer p{
    font-size: 20px;
    text-align: center;
  }

  footer p strong{
    font-size: 24px;
  }

  footer .media{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  footer .media .media-body{
    margin-top: 10px;
  }

  footer .media .media-body h3{
    font-size:22px;
  }

  footer .media .media-body span{
    font-size: 20px;
  }

  footer form{
    max-width: 470px;
    margin-right: auto;
    margin-left: auto;
  }

  .recaptcha{
    margin-top: 25px;
    display: flex;
    justify-content: center;
  }

  footer form .segura-botao{
    justify-content: center;
  }

  .alignright{
    float: inherit!important;
    text-align: center;
  }
  .fx-2 .editor p{
    text-align: center!important;
  } 
}

h6 button img{
  width: 29px;
  height: 29px;
}

@media(max-width: 991px){
  
  

  .fx-1 .container{
    padding-bottom: 60px;
  }

  .fx-1 h1 {
    font-size: 26px;
    text-align: center;
  }
  .fx-1 p {
    font-size: 18px;
    text-align: center;
  }

  .fx-1 .btn-padrao {
    width: 370px;
    height: 61px;
    font-size: 20px;
    font-weight: 700;
    margin-right: auto;
    margin-left: auto;
  }

  .fx-2 p{
    font-size: 18px;
  }

  .fx-2 .btn-padrao{
    font-size: 18px;
  }

  .fx-3 .btn-padrao {
    width: 370px;
    height: 61px;
    font-size: 20px;
  }

  .fx-4 img{
    display: none;
  }

  .fx-4 h2{
    text-align: center;
  }

  .fx-4 p{
    font-size: 18px;
    text-align: center;
  }

  .fx-4 .segura-item p{
    font-size: 18px;
  }

  .footer p strong{
    font-size: 25px;
  }

}

@media( max-width: 767px){
  .copyright{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .btn-padrao{
    font-weight: 600!important;
    max-width: 80%!important;
    font-size: 16px!important;
  }

  h6{
    text-align: left!important;
    font-size: 16px!important;
  }

  .footer p {
    font-size: 18px;
  }

  .footer p strong {
    font-size: 22px;
  }

  footer p{
    margin-bottom: 30px;
  }

  .fx-5 h2{
    text-align: center;
  }
}

@media (max-width: 575px) {
  .copyright{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .btn-padrao{
    font-weight: 600 !important;
    max-width: 80% !important;
    font-size: 16px !important;
    height: inherit !important;
    text-align: center;
    padding: 10px 0;
  }

  footer .media .media-body h3{
    font-size: 18px;
  }

  footer .media .media-body span{
    font-size: 18px;
  }

  .fx-4{
    padding: 60px 0 30px 0!important;
  }

  .fx-4 h2{
    margin-top: 0;
  }
}

@media(max-width: 400px){
  .titulo-logo{
    font-size: 22px!important;
  }

  .texto-logo{
    font-size: 10px!important;
  }

  .fx-1 h1 {
    font-size: 25px;
  }

  .fx-1 p {
    font-size: 16px;
    text-align: center;
  }

  .fx-3 .card-item h3{
    font-size: 18px;
  }

  .fx-4 h2 {
      font-size: 22px;
  }

  .fx-4 p {
    font-size: 16px;
  }

  .fx-4 .segura-item p{
    font-size: 16px;
  }

  .fx-5 h2{
    text-align: center;
  }

  footer h2 {
    font-size: 18px;
  }

  .footer p strong {
    font-size: 22px;
  }

  .fx-5 h2{
    font-size: 22px;
  }

  .fx-3 h2{
    font-size: 22px;
  }

  .fx-2 p{
    font-size: 16px;
  }
}



.logo-mobile{
  margin-bottom: 15px;
  max-width: 80%;
}

