@charset "UTF-8";
/* Tema do cliente */

/**  cor: #FF0000;  **/
/**  cor-hover: #FF5555;  **/

/* Fonts */
@font-face {
    font-family: 'montserrat_regular';
    src: url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserrat_bold';
    src: url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserrat_extrabold';
    src: url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'noto_regular';
    src: url('../fonts/NotoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'noto_bold';
    src: url('../fonts/NotoSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sora_regular';
    src: url('../fonts/Sora-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sora_bold';
    src: url('../fonts/Sora-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rubik_bold';
    src: url('../fonts/Rubik-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



strong, b{
  font-weight: lighter;
  font-family: '';
}
body{
  font-family: '';
}

body{
  background-color: #EEEEEE;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.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: #FF0000;
    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: #FF0000!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #FF0000;
}
::-moz-selection{
  background: #FF0000;
}
::selection{
  background: #FF0000;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #FF0000;
  border-color: #FF0000;
}
.lds-ellipsis div{  
  background-color: #FF0000;
}

.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: #FF0000;
  color: #FFF;
}


/* start */
.fx1{
  background-color: #006E98;
  padding-bottom: 82px;
}

.fx1 .segura-logo{
  margin-bottom: 50px;
}

.fx1 h1{
  font-family: 'montserrat_bold';
  font-size: 45px;
  line-height: 55px;
  color: white;
}

.fx1 p{
  font-family: 'montserrat_regular';
  font-size: 32px;
  line-height: 39px;
  color: white;
  margin-bottom: 10px;
}

.fx1 .btn-principal{
  background-color: transparent;
  border: 3px solid white;
  width: 370px;
  height: 61px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'montserrat_bold';
  font-size: 17px;
  line-height: 20px;
  color: white;
  margin-top: 36px;
}

.fx1 .btn-principal:hover{
  background-color: #00202C;
  border: 0;
  color: #006E98;
}

.fx2{
  background-color: #003E56;
  padding: 52px 0 63px 0;
  color: white;
}

.fx2 p{
  font-family: 'montserrat_regular';
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 20px;
}

.fx2 p b{
  font-family: 'montserrat_bold';
}

.fx2 .card-servicos{
  width: 370px;
  height: 340px;
  padding: 32px 42px 42px 42px;
  position: relative;
  transition: 0.4s linear all;
}

.fx2 .card-servicos .segura-icone{
  width: 101px;
  height: 98px;
  margin: 0 auto;
  background-color: #006E98;
  position: absolute;
  left:calc( 50% - 50px);
  top: 23px;
  transition: 0.4s linear all;
  mask-repeat: none;
}

.fx2 .card-servicos h2{
  font-family: 'montserrat_bold';
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  transition: 0.4s linear all;
  margin-top: 100px;
}

.fx2 .card-servicos p{
  font-family: 'montserrat_regular';
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 32px;
  left: 0;
  transition: 0.4s linear all;
  width: 100%;
  padding: 0 32px;
}

.fx2 .card-servicos:hover{
  background-color: #006E98;
}

.fx2 .card-servicos:hover p{
  opacity: 1;
}

.fx2 .card-servicos:hover h2{
  opacity: 0;
}

.fx2 .card-servicos:hover .segura-icone{
  top: 210px;
  background-color: white;
}

.fx3{
  background-image: url("../imagens/bg-fx3.png");
  padding: 72px 0 62px 0;
  background-position: center center;
}

.fx3 p{
  font-family: 'montserrat_regular';
  font-size: 22px;
  line-height: 40px;
  text-align: justify;
  margin-bottom: 30px;
}

.fx3 p b{
  font-family: 'montserrat_bold';
}

.fx3 .btn-principal{
  background-color: transparent;
  border: 3px solid #006E98;
  width: 370px;
  height: 61px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'montserrat_bold';
  font-size: 17px;
  line-height: 20px;
  color: #006E98;
  transition: 0.4s linear all;
}

.fx3 .btn-principal:hover{
  background-color: #00202C;
  border: 0;
  color: white;
}

.fx4{
  padding: 72px 0 0 0;
  background-color: white;
}

.fx4 h2{
  font-family: 'montserrat_bold';
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 70px;
  text-align: center;
}

.fx4 .card-produtos{
  padding: 33px 24px;
  margin-bottom: 44px;
}

.fx4 .card-produtos .box-imagem{
  width: 261px;
  height: 261px;
  background-color: white;
  position: relative;
  margin: 0 auto;
}

.fx4 .card-produtos .box-imagem:before{
  width: 261px;
  height: 261px;
  background-color: #006E98;
  transform: rotate(-9.84deg);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 1;
}

.fx4 .card-produtos .box-imagem:after{
  width: 261px;
  height: 261px;
  background-color: #27C6FF;
  transform: rotate(-6.17deg);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 1;
}

.fx4 .card-produtos .box-imagem .segura-img{
  position: absolute;
  background-color: white;
  z-index: 9;
}

.fx4 .card-produtos h3{
  font-family: 'montserrat_bold';
  font-size: 20px;
  line-height: 44px;
  text-align: center;
  color: black;
  margin-top: 34px;
}

.fx4 .card-produtos:hover h3{
  color: #006E98;
}

.fx5{
  background: #F2F2F2;
  padding: 54px 0 64px 0;
}

.fx5 h2{
  font-family: 'montserrat_bold';
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 35px;
  text-align: center;
  margin-top: 0;
}

.fx5 h6{
  width: 100%;
  background: #006E98;
  font-size: 22px;
  line-height: 27px;
  color: white;
  font-family: 'montserrat_bold';
  padding: 18px 34px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  border-radius: 5px;
}

.fx5 h6 span{
  display: none;
}

.fx5 .ui-accordion-content-active{
  padding: 7px 34px 13px 34px;
  font-family: 'montserrat-regular';
  font-size: 15px;
  line-height: 25px;
  color: black;
}

.fx5 .ui-state-active{
  background-color: #00A0D9;
  border-radius: 0;
  border: 0;
  border-radius: 8px;
}

.fx5 .ui-accordion-icons img{
  transition: 0.4s all linear;
  filter: brightness(5) grayscale(1);
  rotate: -90deg;
}

.fx5 .ui-state-active img{
  rotate: 0deg;
  filter: inherit;
  transition: 0.4s all linear;
  
}

.fx5 .ui-accordion-content-active{
  font-family: 'montserrat_regular';
  font-size: 15px;
  line-height: 25px;
  color: black;
}

.fx6{
  background: #F2F2F2;
  padding: 34px 0 64px 0;
}

.fx6 .card-depoimento{
  text-align: center;
}

.fx6 .card-depoimento .rating img{
  margin: 0 auto;
}

.fx6 .card-depoimento p{
  font-family: "montserrat_regular";
  font-size: 16px;
  line-height: 20px;
}

.fx6 .card-depoimento .autor{
  font-family: 'rubik_bold';
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  color: #006E98;
  margin-top: 10px;
}
.owl-depoimento .owl-nav{
  display: block!important;
  margin-top: 0;
}
.owl-depoimento .owl-next,
.owl-depoimento .owl-prev{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: absolute;  
  top: 50%;
  transform: translate(0%,-50%);
  z-index: 2;
}
.owl-depoimento .owl-next span,
.owl-depoimento .owl-prev span{
  font-size: 1px;
  background-color: transparent!important;
  color: transparent!important;
  line-height: 0;
  background-image: url(../imagens/seta-esq.png);
  display: block;
}
@media (max-width: 991px) {
  .owl-depoimento .owl-nav{
    padding-top: 10px;
  }
  .owl-depoimento .owl-prev,
  .owl-depoimento .owl-next{
    position: static!important;
    margin: 5px;
  }
}

.owl-depoimento .owl-prev{
  left: 15px;
}
.owl-depoimento .owl-next{
  right: 15px;  
}

.owl-depoimento .owl-next span,
.owl-depoimento .owl-prev span{
  background-image: url(../imagens/seta-esq.png);
  width: 62px;
  height: 52px;
}
.owl-depoimento .owl-next span{
  background-image: url(../imagens/seta-dir.png);
}


.fx6 .owl-depoimento .owl-next{

}
.fx6 .owl-depoimento .owl-prev{
 
}

.footer{
  background-image: url(../imagens/bg-footer.png);
  background-size: cover;
  padding: 123px 0 37px 0;
}

.footer h2{
  font-family: 'montserrat_bold';
  font-size: 30px;
  line-height: 35px;
  color: white;
  margin-bottom: 19px;
  margin-top: 0px;
}

.footer p{
  font-family: 'montserrat_regular';
  font-size: 18px;
  color: white;
  margin-bottom: 40px;
}

.footer form input, .footer form textarea{
  font-family: 'montserrat_regular';
  font-size: 13px;
  padding: 9px 16px;
  border: 1px solid white;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 16px;
  background-color: transparent;
}

.footer form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.footer form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.footer form input::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.footer form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.footer form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.footer form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.footer form .btn-form{
  width: 116px;
  height: 34px;
  display: flex;
  background-color: #003E56;
  color: white;
  border-radius: 10px;
  border: 0;
  justify-content: center;
  align-items: center;
  font-family: 'sora_bold';
  font-size: 13px;
  margin-right: 22px;
}

.footer form .campos-obrigatorios{
  font-family: 'sora_regular';
  font-size: 13px;
  color: white;
}

.footer .segura-redes{
  display: flex;
  column-gap: 24px;
}

.footer .segura-redes a{
  margin-bottom: 32px;
}

.footer .segura-contato{
  margin-bottom: 16px;
  color: white;
}

.footer .segura-contato h5{
  font-family: 'montserrat_extrabold';
  font-size: 13px;
}

.media{
  display: flex;
  align-items: center;
  margin-top: 0;
}

.mb-45{
  margin-bottom: 45px!important;
}

.footer .segura-contato .media .media-body{
  font-family: 'montserrat_regular';
  font-size: 15px;
  margin-left: 7px;
}

.footer .copyright{
  font-family: 'noto_regular';
  font-size: 14px;
  line-height: 19px;
}

.footer .copyright{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 88px;
  padding-bottom: 70px;

}

.footer .copyright p{
  margin-bottom: 0;
  font-size: 14px;
}

.footer .copyright .kryzalis{
  display: flex;
  align-items: flex-end;
  color: white;
}

.footer .copyright .kryzalis img{
  margin-left: 20px;
}


.d-f{
  display: flex;
}

.jc-center{
  justify-content: center;
}

.ai-c{
  align-items: center;
}

.ai-fe{
  align-items: flex-end;
}

h5{
  margin-top: 0;
  margin-bottom: 0;
}



@media(max-width: 997px){
  .fx1{
    text-align: center!important;
  }
  .btn-principal{
    margin: 30px auto;
  }
  .fx2{
    text-align: center!important;
  }
  .fx2 .card-servicos{
    margin: 0 auto;
  }

  .fx3{
    background-size: cover;
  }
  footer{
    text-align: center;
    padding-top: 160px!important;
  }

  footer .segura-redes{
    justify-content: center;
    column-gap: 24px;
    margin-top: 30px;
  }
  footer .media{
    justify-content: center;
  }

  footer .mb-45{
    margin-bottom: 0!important;
  }
}

@media (max-width: 775px){
  .fx3{
    background-image: none;
  }
}

@media(max-width: 667px){
  .copyright{
    display:block!important;
  }
  .kryzalis{
    justify-content: center;
    margin-top: 15px;
  }
}