@charset "UTF-8";
/* Tema do cliente */

/**  cor: #EB5C0B;  **/
/**  cor-hover: #EB5C0B;  **/

/* 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: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Regular.woff2') format('woff2'),
        url('../fonts/Mulish-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish-Medium';
    src: url('../fonts/Mulish-Medium.woff2') format('woff2'),
        url('../fonts/Mulish-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish-semibold';
    src: url('../fonts/Mulish-SemiBold.woff2') format('woff2'),
        url('../fonts/Mulish-SemiBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish-bold';
    src: url('../fonts/Mulish-Bold.woff2') format('woff2'),
        url('../fonts/Mulish-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish-extrabold';
    src: url('../fonts/Mulish-ExtraBold.woff2') format('woff2'),
        url('../fonts/Mulish-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish-black';
    src: url('../fonts/Mulish-Black.woff2') format('woff2'),
        url('../fonts/Mulish-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'noto_sansregular';
    src: url('../fonts/notosans-regular-webfont.woff2') format('woff2'),
         url('../fonts/notosans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'barlowbold';
    src: url('../fonts/barlow-bold-webfont.woff2') format('woff2'),
         url('../fonts/barlow-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



strong, b{
  font-weight: lighter;
  font-family: 'Mulish-bold';
}
body{
  font-family: 'Mulish';
}

:root{
  --animate-duration: 800ms;
    --animate-delay: 0.9s;
}


.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: 70px;
  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);
  }
}

.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}
@media(min-width: 1921px){
  .website{
    max-width: unset;
  }
}

.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: #EB5C0B;
}
::-moz-selection{
  background: #EB5C0B;
}
::selection{
  background: #EB5C0B;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #EB5C0B;
  border-color: #EB5C0B;
}
.lds-ellipsis div{  
  background-color: #EB5C0B;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #171B4B;
}

.editor p{
  margin-bottom: 20px;
}



.wp-pagenavi{
  display: flex;
  flex-direction: row;
}

.wp-pagenavi span,
.wp-pagenavi a{
  display: flex;
  font-family: 'open_sansregular';
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #DFDFDF;
  margin-top: 20px;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
  border: 1px solid #CFCFCF;
}

.wp-pagenavi .previouspostslink{
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-left: 5px;
  padding-bottom: 2px;
}

.wp-pagenavi .nextpostslink{
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-right: 5px;
  padding-bottom: 1px;
}

.wp-pagenavi span.current{
  background-color: #EB5C0B;
  color: #FFF;
}


/* start */



body{
  background-color: #EEEEEE;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[data-animation] {
  opacity: 0;
}

.nav {
  width: 100%;
  background: rgba(26, 28, 63, 0.24);
  padding: 30px 30px;
  color: #fff;
  position: fixed;
  z-index: 9999;
}


#menu {
  display: flex;
  justify-content: center;
}

.nav .logo{
  margin-top: 5px;
}

.menu{
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li a {
  font-family: 'Mulish-semibold';
  font-size: 16px;
  color: #fff;
  &:hover{
    color: #EB5C0B;
  }
}

.menu-button {
  background: #EB5C0B;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  border: 2px solid #EB5C0B;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  &:hover{
    background: none;
    border: 2px solid #fff;
    color: #fff;
  }
}

.navbtn{
  display: none;
}

.conteudo_responsivo>li{
  display: block;
  text-align: left;
  line-height: 30px;
  height: auto !important;
  background-image: none;
  margin-bottom: 5px;
}

.conteudo_responsivo>li>a{
  font-size: 16px !important;
}

@media(min-width: 992px){
  .conteudo_responsivo{
    display: none;
  }
}

.owl-carousel .texto_header{
  position: absolute;
  z-index: 3;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.owl-carousel .texto_header h1{
  font-family: 'Mulish-black';
  font-size: 44px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
}

.owl-carousel .texto_header h2{
  font-family: 'Mulish';
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;

  color: #FFFFFF;
  margin-bottom: 30px;
}

.owl-carousel .texto_header p{
  font-family: 'Mulish';
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  text-align: center;

  color: #FFF;
}

.owl-carousel .texto_header a{
  font-family: 'barlowbold';
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
  width: 170px;
  height: 35px !important;
  color: #FF650D;
  border: 1px solid #FF650D;
  font-size: 16px;
  font-weight: bold;
}

.fx1 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.fx1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* ajuste conforme necessário */
  background: linear-gradient(to bottom, rgba(26, 28, 63, 1) 20%, rgba(26, 28, 63, 0) 100%);
  pointer-events: none; /* deixa o conteúdo interativo */
  z-index: 1;
}

.texto_fx1 {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  color: #fff;
  width: 90%;
  max-width: 1200px;
}

.texto_fx1 img{
  width: 83px;
  height: 83px;
}

.texto_fx1 .texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 65px;
}

.texto_fx1 .texto h3 {
  font-size: 38px;
  margin: 0;
  font-family: 'Mulish-extrabold', sans-serif;
}

.texto_fx1 .texto p {
  font-size: 22px;
  margin: 5px 0 0;
}

.botao_fx1 a.btn_fx1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #25295D;
  color: #25295D;
  width: 270px;
  height: 56px;
  padding: 0 35px;
  margin-top: 12px;
  font-size: 15px;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1.3;
}

.botao_fx1 a.btn_fx1:hover {
  background: #25295D;
  color: #fff;
}


.fx1 .box {
  flex: 1;
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 0;
  height: 500px;
}


.fx1 .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin-top: 0; /* remove o deslocamento */
}

.fx1 .box a.btn-sobreposto-esquerdo,
.fx1 .box a.btn-sobreposto-centro,
.fx1 .box a.btn-sobreposto-direita {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 20px;
  background: #fff;
  border: 1px solid #25295D;
  color: #25295D;
  width: 170px;
  height: 35px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
  text-decoration: none;
  transition: 0.3s;
}

.fx1 .box a.btn-sobreposto-esquerdo{
  left: 57%;
}

.fx1 .box a.btn-sobreposto-direita{
  right: 57%;
}

.fx1 .box a.btn-sobreposto-esquerdo:hover,
.fx1 .box a.btn-sobreposto-centro:hover,
.fx1 .box a.btn-sobreposto-direita:hover {
  background: #EB5C0B;
  border-color: #EB5C0B;
  color: #fff;
}

.fx2{
  padding-top: 33px;
  padding-bottom: 60px;
}

.fx2 h2{
  font-family: 'Mulish-black';
  font-size: 30px;
  color: #EB5C0B;
  margin-bottom: 15px;
}

.fx2 img{
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.fx2 .texto_fx2{
  margin-top: 18px;
  font-size: 17px;
  line-height: 30px;
  color: #171B4B;
}

.fx2 .texto_fx2 p{
  margin-bottom: 30px;
}

.fx2 .btn_fx2 a{
  font-family: 'Mulish-extrabold';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFF;
  border-radius: 10px;
  width: 100%;
  max-width: 370px;
  height: 56px;
  background-color: #EB5C0B;
  color: #FFF;
  font-size: 19px;
  margin-top: 30px;
  &:hover{
    background-color: #25295D;
  }
}

.fx3{
  background-color: #FFF;
  padding-top: 60px;
}

.fx3 .titulo_faixa3 h2{
  font-family: 'Mulish-black';
  font-size: 30px;
  color: #EB5C0B;
  line-height: 32px;
  margin-bottom: 22px;
}

.fx3 .titulo_faixa3 p{
  font-size: 17px;
  line-height: 30px;
  color: #171B4B;
  margin-bottom: 45px;
}

.fx4{
  padding-bottom: 35px;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center top;
}

.fx4 .blocos_fx4{
  display: block;
  width: 370px;
  height: 171px;
  background-color: #F2F2F2;
  border-radius: 10px;
  padding-top: 13px;
  padding-left: 15px;
  padding-right: 10px;
  padding-bottom: 20px;
  margin-bottom: 14px;
}

.fx4 .blocos_fx4 span{
  font-family: 'Mulish-extrabold';
  font-size: 17px;
  color: #EB5C0B;
  margin-left: 5px;
  vertical-align: middle;
}

.fx4 .blocos_fx4 p{
  font-size: 16px;
  line-height: 25px;
  color: #171B4B;
  margin-top: 13px;
}

.fx5{
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 85px;
  color: #FFF;
}

.fx5 .texto_fx5 h1{
  font-family: 'Mulish-black';
  font-size: 65px;
  line-height: 61px;
  margin-bottom: 25px;
}

.fx5 .texto_fx5 p{
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 20px;
}

.fx5 .texto_fx5 ul{
  padding-left: 20px;
  margin-bottom: 40px;
}

.fx5 .texto_fx5 li{
  font-family: 'Mulish-bold';
  font-size: 17px;
  line-height: 37px;
  list-style-image: url(../imagens/verificado.png);
}

.fx5 a{
  font-family: 'Mulish-extrabold';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 470px;
  height: 56px;
  background-color: #38EB0B;
  color: #171B4B;
  font-size: 22px;
  line-height: auto;
  border: 1px solid #171B4B;
  border-radius: 10px;
  &:hover{
    background-color: #EB5C0B;
    border: none;
    color: #FFF;
  }
}

.fx6{
  background-color: #FFF;
  padding-top: 20px;
  padding-bottom: 44px;
}

.fx6 h1{
  text-align: center;
  font-size: 30px;
  color: #EB5C0B;
  line-height: 32px;
  margin-bottom: 65px;
}

.fx6 .card_fx6{
  display: flex;
  gap: 15px;
  align-items: center;
  background-color: #F2F2F2;
  width: 370px;
  height: 96px;
  border-radius: 10px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 11px;
  margin-bottom: 25px;
}

.fx6 .card_fx6 img{
  margin-bottom: 10px;
}

.fx6 .card_fx6 p{
  font-size: 17px;
  line-height: 23px;
  color: #EB5C0B;
}

.fx7{
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  display: flex;
}

.fx7 .esquerdo h1{
  font-family: 'Mulish-black';
  font-size: 30px;
  color: #EB5C0B;
  margin-top: 60px;
  margin-bottom: 30px;
}

.fx7 .esquerdo p{
  font-size: 17px;
  color: #171B4B;
  line-height: 30px;
  padding-right: 90px;
  margin-bottom: 30px;
}

.fx7 .esquerdo a{
  font-family: 'Mulish-extrabold';
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 370px;
  height: 56px;
  background-color: #EB5C0B;
  border: 1px solid #FFF;
  border-radius: 10px;
  font-size: 22px;
  color: #FFF;
  &:hover{
    background-color: #25295D;
  }
}

.fx7 .direito{
  background-color: #FFF;
  padding-left: 15px;
}

.fx7 .direito img{
  max-width: 100%;
}

.fx8{
  background-color: #FFF;
  background-size: cover;
  background-position: top;
  display: flex;

}

.fx8 .esquerdo{
  background-color: #FFF;
  padding-top: 20px;
  padding-left: 60px;
  padding-bottom: 40px;
}

.fx8 .esquerdo img{
  max-width: 100%;
  object-fit: cover;
}

.fx8 .direito h1{
  font-family: 'Mulish-black';
  font-size: 30px;
  color: #FFF;
  margin-top: 60px;
  margin-bottom: 30px;
}

.fx8 .direito p{
  font-size: 17px;
  color: #FFF;
  line-height: 30px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.fx8 .direito a{
  font-family: 'Mulish-extrabold';
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 370px;
  height: 56px;
  background-color: #EB5C0B;
  border: 1px solid #FFF;
  border-radius: 10px;
  font-size: 22px;
  color: #FFF;
  &:hover{
    background-color: #FFF;
    color: #171B4B;
  }
}

.fx9{
  background-color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.fx9 h1{
  font-size: 25px;
  color: #25295D;
  line-height: auto;
}

.fx9 p{
  font-size: 18px;
  color: #25295D;
  line-height: auto;
  margin-bottom: 45px;
}

.owl-stage{
  display: flex;
  align-items: center;
}

.logos_linha1 .owl-cliente{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.logos_linha1 img{
  max-width: 100%;
  margin-bottom: 30px;

  opacity: 0;
  transition: all 1s linear;
}

.logos_linha1 img.show{
  opacity: 1;
}

.maps{
  max-height: 100%;
  height: 433px;
}

.maps iframe{
  width: 100%;
  height: 433px;
}

.footer{
  display: flex;
  flex-direction: column;
  background-color: #171B4B;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #FFF;
}

.footer .logo_footer img{
  max-width: 100%;
  margin-top: 21%;
  margin-bottom: 50%;
}

.footer h5{
  font-size: 22px;
  line-height: 32px;
  color: #EB5C0B;
}

.footer p{
  font-size: 19px;
  padding-right: 10px;
}

.footer .contato h5{
  margin-bottom: 5px;
}

.footer .contato p{
  margin-bottom: -5px;
}

.footer .contato img{
  margin-left: 8px;
  margin-bottom: 15px;
}

.footer .logo_redes img{
  max-width: 100%;
  margin-right: 9px;
}

.footer .linha_footer img{
  width: 100%;
}

.footer2{
  
  font-family: 'noto_sansregular';
  font-size: 14px;
  color: #FFF;
  margin-top: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.logokryz{
  background-image: url(../imagens/logo-kryzalis.png);
  width: 50px;
  height: 31px;
  display: inline-block;
  position: relative;
  top: 7px;
  transition: all .2s linear;
}

.footer2 a:hover .logokryz{
  background-image: url(../imagens/logo-kryzalis-2.png);  
}

.footer2 p{
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 14px;
}

.footer2 a{
  color: #FFF;
  transition: all .2s linear;
  text-decoration: none;
}

.footer2 a:hover{
  color: #D90000;
}

.copyright{
  text-align: right;
}

/* Responsivo */
@media(max-width: 1024px){
  .menu{
    gap: 20px;
  }
  .menu li a{
    font-size: 11px;
  }
  .menu-button{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    max-width: 100%;
    width: 145px;
    height: 42px;
    font-size: 12px;
  }

  .texto_fx1 .texto h3{
    font-size: 22px;
  }

  .texto_fx1 .texto p{
    font-size: 15px;
  }

  .fx1 .box a.btn-sobreposto-esquerdo {
    left: 25%;
  }

  .fx1 .box a.btn-sobreposto-direita{
    right: 25%;
  }

  .fx2 img{
    width: 100%;
  }

  .fx4{
    background-image: none !important;
  }

  .fx4 .col-md-6{
    display: flex;
    justify-content: center;
  }

  .fx4 .blocos_fx4{
    max-width: 100%;
    height: 190px;
  }

  .fx5{
    padding-bottom: 73px;
  }

  .fx6 .card_fx6{
    max-width: 100%;
    height: 150px;
  }

  .fx7{
    padding-bottom: 30px;
  }

  .fx7 .esquerdo p{
    padding-right: 0px;
  }

  .fx7 .direito img{
    max-width: 100%;
  }

  .fx8{
    padding-bottom: 30px;
  }

  .fx9 img{
    max-width: 100%;
  }

  .footer{
    padding-bottom: 75px;
  }

  .footer .logo_footer img{
    max-width: 100%;
    width: 205px;
    height: 35px;
  }

  .footer h5{
    font-size: 15px;
  }

  .footer p{
    font-size: 15px;
  }

  .linha_footer img{
    max-width: 100%;
  }
}

@media(max-width: 991px){

  .website{
    text-align: center;
  }

  .fx5 .texto_fx5 ul{
    padding-left: 0px;
  }

  .fx5 .texto_fx5 li{
    list-style-position: inside;
  }

  .fx5 .texto_fx5 a{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .fx6 .col-sm-6{
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .fx7{
    background-position: left;
  }

  .fx7 .direito{
    background: none;
    padding-left: 0px;
  }

  .fx7 a{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }

  .fx8{
    background-position: right;
  }

  .fx8 a{
    margin-left: auto;
    margin-right: auto;
  }

  .fx8 .esquerdo{
    background: none !important;
    padding-bottom: 0px;
  }

  .logos_linha1{
    justify-content: center;
    justify-items: center;
    text-align: center;
  }

  .footer{
    padding-bottom: 90px;
  }

  .footer .logo_footer img{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 265px;
    height: 55px;
  }

  .footer h5{
    font-size: 22px;
  }

  .footer p{
    font-size: 20px;
  }

  .footer .contato{
    margin-bottom: 20px;
  }

  .footer .linha_footer{
    margin-top: 30px;
  }

  .footer2 p{
    font-size: 14px;
  }

  .footer .copyright{
    text-align: center;
  }
}

@media(max-width: 899px){
  .fx1{
    flex-direction: column;
  }

  .fx1 .box img {
    height: 500px;
  }
  .fx1 img{
    max-height: 100%;
  }

  .fx1::before{
    background: none;
  }

  .fx1 .texto_fx1{
    background-color: #1A1C3F;
    position: static;
    display: block;
    width: 100%;
    transform: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fx1 .texto_fx1 .texto{
    margin-right: 0px;
  }

  .fx1 .botao_fx1 a{
    margin-left: auto;
    margin-right: auto;
  }

  .fx1 .box a.btn-sobreposto-esquerdo, .fx1 .box a.btn-sobreposto-centro, .fx1 .box a.btn-sobreposto-direita {
    max-width: 100%;
    left: auto;
    right: auto;
  }
}
@media(max-width: 480px){
  .fx5 .texto_fx5 h1{
    font-size: 58px;
  }
}
@media(max-width: 425px){
  .header2 .titulo_header{
    top: 25% !important;
  }

  .owl-carousel .texto_header h1{
    font-size: 30px;
  }

  .owl-carousel .texto_header p{
    font-size: 20px;
    margin-bottom: 10px;
  }

  .fx3 .titulo_faixa3 p{
    padding-left: 5px;
    padding-right: 5px;
  }

  .fx5{
    background-size: cover;
  }

  .fx7{
    display: block;
  }

  .fx7 .esquerdo a{
    max-width: 100%;
  }

  .fx8{
    display: block;
  }
  .fx8 .esquerdo img{
    max-width: 100%;
  }

  .fx8 .direito p {
    padding-right: 0px;
  }

  .logos_linha1 {
    flex-direction: column;
  }

  .logos_linha2 {
    flex-direction: column;
  }
}

@media(max-width: 320px){

  .fx2 .btn_fx2 a{
    max-width: 100%;
  }

  .fx4 .blocos_fx4{
    height: 100%;
  }

  .fx5 .texto_fx5 h1 {
    font-size: 36px;
  }
}

/* menu responsivo  2 #EDC407 */ 
  @media (max-width: 991px) {
    
    

    .menuholder, .menuholderfloat{
      position: static;
    }

    .nav{
      background-color: #EB5C0B;
      position: fixed;
      right: 15px;
      top: 10px;
      z-index: 9998;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      padding: 0px;
    }    

    .navbtn{
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      cursor: pointer;
      display: block;
    }

    .menu{
      display: none;
      background-color:  #171B4B;
      width: 265px;      
      margin-top: 0px!important;
      height: auto;
    }
    
    .menu{
      padding: 15px;
    }

    #menu{
      max-height: calc(100vh - 65px);
      width: 280px;
      position: absolute;
      right: 0px;
      top: 40px;
      overflow: auto;
      border-top: 15px solid transparent;
    }

    .menu{   
      width: 100%; 
    }

    .menu::after {
        content: ' ';
        border: 10px solid transparent;
        border-bottom: 10px solid  #171B4B;
        position: fixed;
        right: 30px;
        top: 45px;
    }

    .menu>li{
      display: block;
      text-align: left;
      line-height: 30px;
      height: auto!important;
      background-image: none;
      margin-bottom: 5px;

    }

    .menu>li>a{
      font-size: 16px;
      color: #FFF!important;
      height: auto!important;
    }

    .menu-button{
      background-color: #EB5C0B;
      border: none;
    }

    .navbtn span{
      background-color: #FFF;
      width: 20px;
      height: 3px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 18px;
      left: 15px;
    }

    .nav span + span{
      top: 25px;
    }

    .nav span + span + span{
      top: 32px;
    }    

    .header a.logo img{
      max-height: 50px;
      width: auto;
      margin-top: 0;
    }

    .tel{
      margin-top: 0!important;
      line-height: 50px;
    }

    .header .row{
      margin: 0;
    }

    .header .row > div{
      padding: 0;
    }


    .submenu{
      /*display: block!important;*/
      position: static!important;
      background-color: transparent!important;
      padding: 5px 0 0 5px!important;
      margin-top: -15px!important;
      margin-bottom: 15px!important;
      padding-top: 0px!important;
      margin-bottom: 10px!important;
      padding-bottom: 5px!important;
      margin-top: 10px;
      border-left: 4px solid rgba(0,0,0,0.2);
      border-bottom: 0!important;
      margin-top: 0!important;
      padding-left: 9px!important;
    }
    .submenu::after{
      display: none!important;
    }
    .submenu>li>a{
      padding-top: 5px;      
    }



    .susubmenu{

      /*display: block!important;*/
      position: static!important;
      background-color: transparent!important;
      padding: 0 0 0 10px!important;
      margin-top: -5px!important;
      margin-bottom: 15px!important;

      

    }
    .susubmenu::after{
      display: none!important;
    }
    .susubmenu>li>a{
      color: #FFF!important; 
    }

    .menu>li>a{
      padding-bottom: 0;
    }

    .submenu{
      box-shadow: none;
    }

  } 
  @media (max-width: 860px) {
    .header .container{
      padding-right: 70px;
    }
  }
  @media (max-width: 480px) {
    .tel img{
      display: none;
    }
  }
  
/* /menu responsivo 2*/


.owli .banners{
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%!important;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
/*
.banners .content-container{
  height: 100%;

  padding-top: 10px;
  margin-bottom: 10px;
}*/

.owli .banners::before{
  content: '';
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;

  width: 100%;
  height: 100%;

  background: rgba(26, 28, 63, .76);
}

.owli .banners video{
  height: 100%;
}

@media(min-width: 1921px){
  .owli .banners video{
    width: 100%;
    background-color: #171B4B;
  } 
}

@media(max-width: 600px){
  .owl-banner .owli{
    height: 350px !important;
  }
}

.owl-banner .owl-dots .owl-dot{
  outline: none;
}
.owl-banner .owl-dots{
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.owl-banner .owl-dots .owl-dot span{
  transition: all .2s linear;
  width: 15px;
  height: 15px;
}
.owl-banner .owl-dots .owl-dot span{
  transition: all .2s linear;
  background-color: #FFF;
}
.owl-banner .owl-dots .owl-dot.active span, .owl-banner .owl-dots .owl-dot:hover span{
  background-color: #EB5C0B;
}

/* SUBMENU */
  .submenu {
    display: none;
    position: absolute;
    list-style: none;
    padding-left: 0px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 10;
    min-width: 160px;
    border-radius: 4px;
  }

  .submenu li{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f4f4f4;
    &:hover{
      background-color: #171B4B;
      color: #fff;
      border-radius: 4px;
    }
  }

  .nav .open>a, .nav .open>a:hover{
    background-color: transparent;
  }

  .submenu li a {
    padding: 10px 15px;
    padding-right: 39%;
    color: #171B4B;
    white-space: nowrap;
  }

  .has-submenu:hover .submenu {
    display: block;
  }

  .has-submenu .submenu {
      display: none;
  }

  .has-submenu.submenu-open .submenu {
      display: block;
  }

  @media(max-width: 991px){
    .has-submenu a{
      display: none;
    }
  }

/* /SUBMENU */


/* Pagina quem somos #EDC407 */
  .header2{
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 388px;
  }

  .header2 .titulo_header{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .header2 .titulo_header h1{
    font-family: 'Mulish-black';
    font-size: 44px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
  }

  .fx1_quem_somos{
    padding-top: 45px;
    padding-bottom: 55px;
  }

  .conteudo_fx1_quem_somos{
    display: flex;
    align-items: end;
  }

  .texto_fx1_quem_somos h2,
  .texto_fx2_quem_somos h2{
    font-family: 'Mulish-black';
    font-size: 30px;
    color: #EB5C0B;
    margin-bottom: 20px;
  }

  .texto_fx1_quem_somos p{
    margin-bottom: 30px;
  }

  .texto_fx1_quem_somos p,
  .texto_fx2_quem_somos p,
  .texto_fx2_quem_somos li{
    color: #171B4B;
    font-size: 17px;
    line-height: 30px;
  }

  .fx2_quem_somos{
    background-color: #FFF;
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .texto_fx2_quem_somos{
    margin-bottom: 50px;
  }

  .texto_fx2_quem_somos p{
    margin-bottom: 30px;
  }

  .texto_fx2_quem_somos ul{
    margin-top: -15px;
    padding-left: 26px;
  }

  .texto_fx2_quem_somos ul li::marker{
    color: #EB5C0B;
  }

  .fx2_quem_somos .col-md-6{
    padding-left: 0px;
  }

  .bloco_fx2_quem_somos{
    background-color: #F2F2F2;
    width: 570px;
    height: 203px;
    padding: 12px 10px 10px 20px;
    border-radius: 10px;
  }

  .bloco_fx2_quem_somos .titulo_bloco{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
  }

  .bloco_fx2_quem_somos img{
    margin-right: 10px;
  }

  .bloco_fx2_quem_somos h5{
    font-family: 'Mulish-extrabold';
    font-size: 17px;
    color: #EB5C0B;
  }

  .bloco_fx2_quem_somos p{
    font-size: 16px;
    color: #171B4B;
    line-height: 25px;
  }

  @media(max-width: 1024px){
    .imagem_fx1_quem_somos img{
      max-width: 100%;
    }

    .fx2_quem_somos .blocos_fx2_quem_somos{
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 15px;
    }
  }

  @media(max-width: 990px){
    .header2{
      background-position: center;
    }

    .submenu{
      border: none;
    }
    .submenu li{
      border-radius: 4px;
      border: none;
      background-color: #fff;
      &:hover{
        background-color: #fff;
      }
    }
    .submenu li a {
      padding-right: 70%;
    }

    .conteudo_fx1_quem_somos{
      flex-direction: column;
      align-items: center;
    }
    .texto_fx1_quem_somos{
      margin-bottom: 35px;
    }

    .fx2_quem_somos ul{
      list-style-position: inside;
      padding-left: 0px;
    }
  }

  @media (max-width: 600px){
    .fx2_quem_somos .col-md-6{
      padding-left: 15px;
    }

    .bloco_fx2_quem_somos{
      width: 100%;
      height: 100%;
    }

    .fx2_quem_somos ul{
      padding-left: 5px;
      padding-right: 5px;
    }
  }

/* /Pagina quem somos */


/* Pagina 3CX  */

  .fx1_3cx{
    padding-top: 30px;
    padding-bottom: 31px;
  }
  
  .fx1_3cx h2{
    font-family: 'Mulish-black';
    font-size: 30px;
    line-height: 32px;
    color: #EB5C0B;
    margin-bottom: 45px;
  }




  .fx2_3cx {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
  }

  .fx2_3cx::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* ajuste conforme necessário */
    background: linear-gradient(to bottom, rgba(26, 28, 63, 1) 20%, rgba(26, 28, 63, 0) 50%);
    pointer-events: none; /* deixa o conteúdo interativo */
    z-index: 1;
  }

  .texto_fx2_3cx {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    color: #fff;
    width: 90%;
    max-width: 1200px;
  }

  .texto_fx2_3cx .texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .texto_fx2_3cx .texto h3 {
    font-size: 30px;
    margin: 0;
    font-family: 'Mulish-black';
  }

  .fx2_3cx .box {
    flex: 1;
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 0;
    height: 500px;
  }


  .fx2_3cx .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin-top: 0;
  }

  .fx2_3cx .box a.btn-sobreposto-esquerdo,
  .fx2_3cx .box a.btn-sobreposto-centro,
  .fx2_3cx .box a.btn-sobreposto-direita {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20px;
    background: #fff;
    border: 1px solid #25295D;
    color: #25295D;
    width: 170px;
    height: 35px;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
    text-decoration: none;
    transition: 0.3s;
  }

  .fx2_3cx .box a.btn-sobreposto-esquerdo{
    left: 57%;
  }

  .fx2_3cx .box a.btn-sobreposto-direita{
    right: 57%;
  }

  .fx2_3cx .box a.btn-sobreposto-esquerdo:hover,
  .fx2_3cx .box a.btn-sobreposto-centro:hover,
  .fx2_3cx .box a.btn-sobreposto-direita:hover {
    background: #EB5C0B;
    border-color: #EB5C0B;
    color: #fff;
  }

  @media(max-width: 1024px){
    .texto_fx2_3cx .texto h3{
      font-size: 22px;
    }

    .texto_fx2_3cx .texto p{
      font-size: 15px;
    }

    .fx2_3cx .box a.btn-sobreposto-esquerdo {
      left: 25%;
    }

    .fx2_3cx .box a.btn-sobreposto-direita{
      right: 25%;
    }
  }

  @media(max-width: 899px){
    .fx1_3cx{
      text-align: center;
    }

    .fx1_3cx .col-md-3{
      padding-left: 15px;
      margin-bottom: 25px;
    }



    .fx2_3cx{
      flex-direction: column;
    }

    .fx2_3cx .box img {
      height: 500px;
    }
    .fx2_3cx img{
      max-height: 100%;
    }

    .fx2_3cx::before{
      background: none;
    }

    .fx2_3cx .texto_fx2_3cx{
      background-color: #1A1C3F;
      position: static;
      display: block;
      width: 100%;
      transform: none;
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .fx2_3cx ..texto_fx2_3cx .texto{
      margin-right: 0px;
    }

    .fx2_3cx .box a.btn-sobreposto-esquerdo, .fx2_3cx .box a.btn-sobreposto-centro, .fx2_3cx .box a.btn-sobreposto-direita {
      max-width: 100%;
      left: auto;
      right: auto;
    }
  }

  @media(max-width: 425px){
    .texto_fx2_3cx .texto h3{
      padding-left: 5px;
      padding-right: 5px;
    }
  }

/* /Pagina 3CX  */ 


/* Pagina Small Business */

  .fx2_small_business .conteudo_fx2_small_business{
    display: flex;
    align-items: center;
  }

  .fx2_small_business .texto_fx2_small_business h2{
    font-family: 'Mulish-black';
    font-size: 30px;
    line-height: 32px;
    color: #EB5C0B;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .fx3_small_business{
    background-color: #FFF;
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .fx3_small_business .fx3_small_business_box{
    display: flex;
    flex-direction: column;
    background-color: #F2F2F2;
    width: 370px;
    height: 283px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 15px;
    font-size: 17px;
    border-radius: 10px;
  }

  .fx3_small_business_box .titulo_box{
    display: flex;
    align-items: center;
    color: #EB5C0B;
    line-height: 23px;
    margin-bottom: 12px;
  }

  .fx3_small_business_box .titulo_box img{
    margin-right: 14px;
  }

  .fx3_small_business_box p{
    font-family: 'Mulish-Medium';
    color: #171B4B;
    line-height: 30px;
  }



  @media(max-width: 990px){
    .fx1_small_business{
      text-align: center;
    }
    .fx2_small_business{
      padding-top: 50px;
    }

  }

/* /Pagina Small Business */


/* Pagina Call Center */
  .fx2_call_center{
    padding-top: 40px;
  }
  .fx2_call_center .texto_fx2_call_center h2{
    font-family: 'Mulish-black';
    font-size: 30px;
    line-height: 32px;
    color: #EB5C0B;
    margin-top: 10px;
    margin-bottom: 20px;  
  }
  .fx2_call_center .conteudo_fx2_call_center{
    display: flex;
    align-items: center;
  }

  .fx3_call_center .fx3_call_center_box{
    display: flex;
    flex-direction: column;
    background-color: #F2F2F2;
    width: 370px;
    height: 380px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 14px;
    font-size: 17px;
    border-radius: 10px;
  }

/* /Pagina Call Center */


/* Pagina Enterprise */

  .fx1_enterprise{
    padding-top: 30px;
  }
  
  .fx1_enterprise h2{
    font-size: 30px;
    line-height: 32px;
    color: #EB5C0B;
    margin-bottom: 50px;
  }

  .fx1_enterprise .col-md-4{
    margin-bottom: 50px;
  }

  .fx2_enterprise{
    padding-top: 10px;
  }
  .fx2_enterprise .texto_fx2_enterprise h2{
    font-family: 'Mulish-black';
    font-size: 30px;
    line-height: 32px;
    color: #EB5C0B;
    margin-top: 40px;
    margin-bottom: 20px;  
  }

  .fx2_enterprise .conteudo_fx2_enterprise{
    display: flex;
    align-items: center;
  }

  .fx2_enterprise .conteudo_fx2_enterprise .imagem_fx2_enterprise img{
    max-width: 100%;
  }

  .fx3_enterprise .fx3_enterprise_box{
    display: flex;
    flex-direction: column;
    background-color: #F2F2F2;
    width: 370px;
    height: 283px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 0px;
    font-size: 17px;
    border-radius: 10px;
  }

  .fx3_enterprise .fx3_enterprise_box p{
    padding-right: 30px;
  }

  @media(max-width: 899px){
    .fx1_enterprise .col-md-4{
      padding-left: 15px;
    }
    .fx2_enterprise{
      padding-top: 50px;
    }
    .fx3_enterprise .fx3_enterprise_boxes .col-md-4{
      padding-left: 15px;
    }
  }

  @media(max-width: 425px){
    .fx3_enterprise .fx3_enterprise_box{
      width: 100%;
      height: 100%;
    }
  }

/* /Pagina Enterprise */


/* Paginas da 3CX com css em comum */
  
  .fx1_small_business,
  .fx1_call_center{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .fx1_small_business h2,
  .fx1_call_center h2{
    font-size: 30px;
    line-height: 32px;
    color: #EB5C0B;
    margin-bottom: 45px;
  }

  .titulo_card3cx{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .titulo_card3cx img{
    margin-right: 7px;
  }

  .titulo_card3cx span{
    font-family: 'Mulish-extrabold';
    font-size: 17px;
    color: #EB5C0B;
  }

  .fx1_3cx p,
  .fx1_small_business p,
  .fx1_call_center p,
  .fx1_enterprise p{
    line-height: 30px;
    font-size: 17px;
    color: #171B4B;
    padding-right: 5px;
  }

  .fx2_small_business,
  .fx2_call_center,
  .fx2_enterprise{
    background-color: #FFF;
    padding-bottom: 35px;
  }

  .fx2_small_business .imagem_fx2_small_business img,
  .fx2_call_center .imagem_fx2_call_center img,
  .fx2_enterprise .imagem_fx2_enteprise img{
    max-width: 100%;
    margin-right: 20px;
  }

  .fx2_small_business .texto_fx2_small_business p,
  .fx2_call_center .texto_fx2_call_center p,
  .fx2_enterprise .texto_fx2_enterprise p{
    font-family: 'Mulish-Medium';
    font-size: 17px;
    color: #171B4B;
    line-height: 30px;
    span{
      font-family: 'Mulish-extrabold';
    }
  }

  .fx3_small_business,
  .fx3_call_center,
  .fx3_enterprise{
    background-color: #FFF;
    padding-top: 15px;
    padding-bottom: 40px;
  }

  .fx3_small_business_box .titulo_box,
  .fx3_call_center_box .titulo_box,
  .fx3_enterprise .titulo_box{
    display: flex;
    align-items: center;
    color: #EB5C0B;
    line-height: 23px;
    margin-bottom: 12px;
  }

  .fx3_small_business_box .titulo_box img,
  .fx3_call_center_box .titulo_box img,
  .fx3_enterprise .titulo_box img{
    margin-right: 14px;
  }

  .fx3_small_business_box p,
  .fx3_call_center_box p,
  .fx3_enterprise p{
    font-family: 'Mulish-Medium';
    color: #171B4B;
    line-height: 30px;
  }

  .fx_teste{
    height: 901px;
    padding-top: 35px;
    background-position: center top;
    background-size: cover;
    color: #FFF;
  }

  .fx_teste .conteudo_fx_teste{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-end;
    flex-wrap: wrap;
  }

  .fx_teste .conteudo_fx_teste h1{
    font-family: 'Mulish-black';
    font-size: 48px;
    line-height: 61px;
    margin-bottom: 25px;
  }

  @media(max-width: 425px){
    .fx_teste .conteudo_fx_teste h1{
      font-size: 40px;
      line-height: 40px;
    }
  }

  .fx_teste .conteudo_fx_teste ul{
    display: flex;
    flex-direction: column;
    gap: 28px;
    list-style-image: url(../imagens/verificado2.png);
    padding-left: 25px;
    margin-bottom: 55px;
  }

  .fx_teste .conteudo_fx_teste li{
    font-family: 'Mulish-bold';
    font-size: 20px;
    line-height: 27px;
  }

  .fx_teste .conteudo_fx_teste .fx_teste_btn{
    font-family: 'Mulish-extrabold';
    background-color: #EB5C0B;
    width: 370px;
    height: 56px;
    border: 1px solid; #FFF;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    &:hover{
      background-color: #25295D;
      color: #fff;
      border: 1px solid #25295D;
    }
  }

  @media(max-width: 1024px){
    .fx3_small_business .fx3_small_business_boxes,
    .fx3_call_center .fx3_call_center_boxes,
    .fx3_enterprise .fx3_enterprise_boxes{
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 15px;
    }

    .fx3_small_business .fx3_small_business_boxes .col-md-4{
      padding-left: 0px;
    }

  }

  @media(max-width: 990px){
    .titulo_card3cx{
      justify-content: center;
    }
    .fx_teste .conteudo_fx_teste{
      align-items: center;
      align-content: center;
    }
    .fx_teste .conteudo_fx_teste ul{
      list-style-position: inside;
      padding-left: 0px;
    }

    .fx1_small_business .col-md-3, .fx1_call_center .col-md-3{
      margin-bottom: 30px;
    }

    .fx2_small_business .conteudo_fx2_small_business,
    .fx2_call_center .conteudo_fx2_call_center,
    .fx2_enterprise .conteudo_fx2_enterprise{
      flex-direction: column;
    }
    .fx2_small_business .imagem_fx2_small_business img,
    .fx2_call_center .imagem_fx2_call_center img,
    .fx2_enterprise .conteudo_fx2_enterprise img{
      margin-right: 0px;
      margin-bottom: 15px;
    }

  }

  @media(max-width: 425px){
    .fx_teste{
      height: 100%;
      padding-bottom: 40px;
    }
    .fx_teste .conteudo_fx_teste .fx_teste_btn{
      max-width: 100%;
    }

    .fx1_small_business .col-md-3, .fx1_call_center .col-md-3{
      padding-left: 15px;
    }
    .fx3_small_business .fx3_small_business_boxes .col-md-4, .fx3_call_center .fx3_call_center_boxes .col-md-4{
      padding-left: 15px;
    }
    .fx3_small_business .fx3_small_business_box, .fx3_call_center .fx3_call_center_box{
      width: 100%;
      height: 100%;
    }
    .fx3_small_business_box .titulo_box,
    .fx3_call_center_box .titulo_box,
    .fx3_enterprise .titulo_box{
      justify-content: center;
    }
  }

/* /Paginas da 3CX com css em comum */


/* Pagina pabx-ip */

  .fx1_pabx{
    padding-top: 65px;
    padding-bottom: 45px;
  }

  .conteudo_fx1_pabx{
    display: flex;
    align-items: center;
  }

  .conteudo_fx1_pabx img{
    max-width: 100%;
  }

  .fx1_pabx .texto_fx1_pabx h2,
  .fx2_pabx .texto_caracteristicas h2,
  .fx2_pabx .texto_diferenciais h2{
    font-family: 'Mulish-black';
    font-size: 30px;
    line-height: 32px;
    color: #EB5C0B;
    margin-bottom: 25px;
  }

  .fx1_pabx .texto_fx1_pabx p,
  .fx2_pabx .texto_caracteristicas p,
  .fx2_pabx .texto_diferenciais p{
    font-family: 'Mulish-bold';
    font-size: 17px;
    color: #171B4B;
    line-height: 30px;
    margin-bottom: 35px;
  }

  .fx2_pabx{
    background-color: #FFF;
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .fx2_pabx .texto_caracteristicas{
    margin-bottom: 45px;
  }

  .fx3_pabx{
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .fx3_pabx .conteudo_fx3_pabx{
    display: flex;
    align-items: center;
  }

  .fx3_pabx .conteudo_fx3_pabx h2{
    font-family: 'Mulish-black';
    font-size: 30px;
    line-height: 32px;
    color: #EB5C0B;
    margin-bottom: 20px;
  }

  .fx3_pabx .conteudo_fx3_pabx li{
    font-family: 'Mulish-bold';
    font-size: 17px;
    color: #171B4B;
    line-height: 30px;
  }

  .fx3_pabx .conteudo_fx3_pabx ul{
    padding-left: 20px;
  }

  .fx3_pabx .conteudo_fx3_pabx img{
    max-width: 100%;
  }

  .fx4_pabx{
    background-color: #FFF;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .fx4_pabx h2{
    font-family: 'Mulish-black';
    font-size: 30px;
    line-height: 32px;
    color: #171B4B;
    text-align: center;
    margin-bottom: 50px;
  }

  .fx4_pabx .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .fx4_pabx .blocos_fx4_pabx .bloco_fx4_pabx{
    display: flex;
    align-items: center;
    width: 370px;
    height: 96px;
    background-color: #F2F2F2;
    padding-left: 20px;
    padding-right: 30px;
    border-radius: 10px;
    font-size: 17px;
    color: #EB5C0B;
    margin-bottom: 30px;
  }

  .fx4_pabx .blocos_fx4_pabx .bloco_fx4_pabx img{
    margin-right: 15px;
  }

  @media (max-width: 1024px){
    .blocos_fx4_pabx{
      padding-left: 5%;
    }
  }

  @media(max-width: 990px){
    .conteudo_fx1_pabx{
      flex-direction: column;
    }
    .fx3_pabx .conteudo_fx3_pabx{
      flex-direction: column;
    }
    .fx3_pabx .conteudo_fx3_pabx ul{
      list-style-position: inside;
      padding-left: 0px;
      margin-bottom: 25px;
    }
    .fx4_pabx .blocos_fx4_pabx{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }

  @media(max-width: 425px){
    .fx3_pabx .conteudo_fx3_pabx h2{
      font-size: 20px;
    }
    .blocos_fx4_pabx{
      padding-left: 0px;
    }

    .fx4_pabx .blocos_fx4_pabx .bloco_fx4_pabx{
      width: 100%;
    }
  }

  @media(max-width: 375px){
    .fx3_pabx .conteudo_fx3_pabx h2{
      font-size: 18px;
    }



    .fx4_pabx .blocos_fx4_pabx .bloco_fx4_pabx{
      width: 100%;
      height: 130px;
    }
  }

  @media(max-width: 320px){
    .fx3_pabx .conteudo_fx3_pabx .col-md-7{
      padding-right: 0px;
      padding-left: 0px;
    }
  }

/* /Pagina pabx-ip */


/* Pagina servicos */

  .fx_servicos{
    background-color: #FFF;
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .fx_servicos .botoes_servicos{
    display: flex;
    gap: 30px;
  }

  .fx_servicos .botoes_servicos .botao_servico{
    display: flex;
    width: 570px;
    height: 288px;
    font-family: 'Mulish-black';
    font-size: 30px;
    line-height: 32px;
    color: #FFF;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 25px;
    text-align: center;
    background-repeat: no-repeat;
  }

  @media(max-width: 1024px){
    .fx_servicos .botoes_servicos{
      flex-direction: column;
      align-items: center;
      gap: 30px;
    }
  }

  @media(max-width: 600px){
    .fx_servicos .botoes_servicos .botao_servico{
      width: 500px;
    }
  }

  @media(max-width: 500px){
    .fx_servicos .botoes_servicos .botao_servico{
      width: 400px;
    }
  }


  @media(max-width: 425px){
    .fx_servicos .botoes_servicos .botao_servico{
      width: 355px;
    }
  }

  @media(max-width: 375px){
    .fx_servicos .botoes_servicos .botao_servico{
      width: 350px;
      background-position: center top;
    }
  }

  @media(max-width: 320px){
    .fx_servicos .botoes_servicos .botao_servico{
      width: 300px;
    }
  }

/* /Pagina servicos */


/* Pagina telefonia 3cx e suporte tecnico */
  
  .fx1_telefonia_3cx,
  .fx1_suporte_tecnico{
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .fx2_telefonia_3cx,
  .fx2_suporte_tecnico{
    background-color: #FFF;
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .conteudos_fx1{
    display: flex;
    align-items: center;
  }

  .conteudos_fx1 p{
    font-family: 'Mulish-bold';
    font-size: 17px;
    line-height: 30px;
    color: #171B4B;
  }

  .conteudos_fx1 img{
    max-width: 100%;
  }

  .conteudos_fx2{
    display: flex;
    flex-direction: column;
  }

  .conteudos_fx2 h2{
    font-family: 'Mulish-black';
    font-size: 30px;
    line-height: 32px;
    color: #EB5C0B;
    margin-bottom: 35px;
  }

  .conteudos_fx2 ul{
    padding-left: 25px;
  }

  .conteudos_fx2 ul li{
    font-family: 'Mulish-bold';
    font-size: 17px;
    color: #171B4B;
    line-height: 39px;
  }

  @media(max-width: 990px){
    .header2 .titulo_header h1{
      font-size: 35px;
    }
    .conteudos_fx1{
      flex-direction: column;
    }
    .conteudos_fx1 img{
      margin-top: 10px;
    }
    .conteudos_fx2 ul{
      list-style-position: inside;
      padding-left: 0px;
    }
  }

  @media(max-width: 425px){
    .header2 .titulo_header h1{
      font-size: 30px;
    }

    .conteudos_fx2 ul li{
      margin-bottom: 20px;
    }
  }

/* /Pagina telefonia 3cx e suporte tecnico */


/* Pagina clientes */
  .fx_clientes{
    padding-top: 45px;
    padding-bottom: 80px;
  }

  .cliente__wrapper{
    display: block;
    width: 100%;
    max-width: 300px;
    height: 100px;

    border-radius: 10px;

    align-content: center;
    justify-items: center;
  }

  .cliente__wrapper .logo__cliente{
    max-width: 95%;
    max-height: 95%;

    transition: none;

    margin-bottom: 0px;
  }

  @media(max-width: 1024px){
    .fx_clientes img{
      max-width: 100%;
    }
  }

  @media(max-width: 991px) {
    .fx_clientes{
      padding-bottom: 50px;
    }

    .cliente__wrapper{
      margin-bottom: 25px;
    }
  }

  @media(max-width: 425px){
    .fx_clientes .logos_linha3{
      flex-direction: column;
    }
  }

/* /Pagina clientes */


/* Pagina cases */
  .fx_cases{
    background-color: #FFF;
    padding-top: 65px;
    padding-bottom: 25px;
  }

  .bloco_cases{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 202px;
    background-color: #F2F2F2;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
  }

  .titulo_bloco_cases{
    display: flex;
    align-items: center;
  }

  .titulo_bloco_cases img{
    margin-right: 15px;
  }

  .titulo_bloco_cases h5{
    font-size: 17px;
    line-height: 25px;
    color: #EB5C0B;
  }

  .bloco_cases p{
    font-family: 'Mulish-Medium';
    font-size: 17px;
    color: #171B4B;
    line-height: 30px;
  }

  @media(max-width: 990px){
    .bloco_cases{
      height: 100%;
      align-items: center;
    }
  }

/*/Pagina cases*/


/* Pagina contato */

  .fx_contato{
    background-color: #FFF;
    padding-top: 30px;
    padding-bottom: 45px;
  }

  .fx_contato h3{
    font-family: 'Mulish-black';
    font-size: 30px;
    line-height: 25px;
    color: #EB5C0B;
    margin-bottom: 30px;
  }

  .fx_contato p{
    font-size: 20px;
    line-height: 25px;
    color: #171B4B;
    margin-bottom: 30px;
  }

  .form .col-md-6{
    padding-left: 0px;
  }

  .formulario {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .formulario input,
  .formulario textarea {
    display: flex;
    padding-left: 15px;
    width: 100%;
    height: 42px;
    border: 1px solid #4C72A8;
    border-radius: 6px;
    font-family: inherit;
    font-size: 16px;
    resize: none;
  }

  .formulario textarea{
    padding-top: 10px;
    height: 103px;
  }

  .btn-container {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 5px;
  }

  .btn-container input {
    font-family: 'open_sansbold';
    background-color: #374151; /* cinza escuro */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 168px;
    height: 44px;
    font-size: 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
    padding-right: 0px;
    padding-left: 0px;
  }

  .btn-container input:hover {
    background-color: #1f2937;
  }

  .fx_contato .informacoes h5{
    font-size: 22px;
    line-height: 32px;
    color: #EB5C0B;
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .fx_contato .informacoes p{
    margin-bottom: 0px;
  }

  .fx_contato .contato img{
    margin-left: 6px;
  }

  .fx_contato .contato p{
    display: flex;
    align-items: end;
    margin-top: -3px;
    margin-bottom: 12px;
  }

  .fx_contato .contato,
  .fx_contato .endereco{
    margin-bottom: 20px;
  }

  .fx_contato .redes_sociais .logo_redes{
    display: flex;
    gap: 14px;
  }

  .pg-contato .footer{
    display: none;
  }

  .footer_two{
    display: flex;
    flex-direction: column;
    background-color: #171B4B;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #FFF;
  }

  .footer_two .logo_footer_contato{
    text-align: center;
  }

  .footer_two .logo_footer_contato img{
    margin-top: 5%;
    margin-bottom: 5%;
  }

  @media(max-width: 990px){
    .form .col-md-6{
      padding-left: 15px;
    }

    .formulario{
      margin-bottom: 30px;
    }

    .btn-container{
      flex-direction: column-reverse;
      align-items: center;
    }

    .fx_contato .contato p{
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .fx_contato .redes_sociais .logo_redes{
      justify-content: center;
    }

    .footer_two .copyright{
      text-align: center;
    }
  }

/* /Pagina contato */





/** blog03 **/
    .blog03{
      background-color: #FFF;
    }

    .blog03 .post-itens{
      margin-bottom: 15px;
    }

    .blog03 .post-resumo{
      font-family: 'Mulish';
      margin-top: 15px;
      font-size: 16px;
      margin-bottom: 20px;
      color: #171B4B;
    }

    .blog03 a.post-leia{
      display: inline-block;
      padding: 10px 30px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      
      
      transition: all .2s linear;
    }

    .blog03 a.post-leia:hover{
      filter: brightness(1.5);
    }

    .blog03 .post{
      padding-bottom: 12px;
      margin-bottom: 30px;
      
    }

    .blog03 .post h2{
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 25px;
      
    }

    .blog03 .pagination{
      text-align: left;
      float: none;
    }


    .blog03 .buscar{
      margin-top: 58px;
      position: relative;
      margin-bottom: 75px;
    }

    .blog03 .buscar input{
      font-family: 'open_sansregular';
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      max-width: 100%;
      width: 223px;
      height: 37px;
      border-radius: 3px;
    }

    .blog03 .buscar button{
      position: absolute;
      right: -2px;
      top: -1px;
      padding-top: 6px;
      padding-bottom: 10px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 5px;
      transition: all .2s linear;
    }

    .blog03 .buscar button:hover{
      filter: brightness(1.3);
    }

    .blog03 .sidebar h3{
      font-size: 18px;

      padding-bottom: 10px;
      margin-bottom: 10px;
      margin-top: 35px;
    }

    


    /* responsivo */    
      @media (max-width: 990px) {

        .blog03 .lista-posts{
          width: 100%;
        }

        .blog03 .sidebar{
          width: 100%;
          margin-top: 40px;
        }

        .blog03 .linkartigo{
          max-width: 270px;
          margin-right: auto;
          margin-left: auto;
          display: block;
          text-align-last: center;
          margin-bottom: 30px;
        }

        .sidebar .editor{
          text-align: center;
        }

      }
    /* /responsivo */


    .blog03 .post-itens img{
      position: relative;
      top: -1px;
    }

    .blog03 .post .editor *{
      max-width: 100%!important;
      height: auto!important;
    }

    .blog03 .postthumb{
      float: left;
      margin-right: 30px;
      margin-bottom: 10px;
    }

    /**/

    /**comentarios**/
      .comment-form .submit{
        display: inline-block;

        font-size: 13px;
        padding: 11px 16px 9px 16px;
        transition: all .2s linear;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;

      }.comment-form .submit:hover{
        filter: brightness(1.2);
   
      }

      .nanome{

        margin-bottom: 5px;
      }

      .nletra{
        float: left;
        margin-right: 15px;
        width: 70px;
        height: 70px;
        text-align: center;
        padding-top: 10px;


        font-size: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
      }

      .nautor{
        margin-top: 20px;
        min-height: 70px;
        padding-left: 85px;
        position: relative;
        /*padding-top: 10px;*/
      }






      .fundo-form{
        padding: 30px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;

      }

      .comment-form-author label,
      .comment-form-email label,
      .comment-form-comment label{
        display: block;
      }

      .comment-notes{
        font-size: 11px;
      }

      .comment-reply-title{
        margin-top: 0;
      }

      .comment-form-cookies-consent{
        display: none;
      }

      .comment-form-author{
        float: left;
        width: 50%;
      }
      .comment-form-email{
        float: left;
        width: 50%;
      }

      #si_captcha_code{
        width: 127px;
        position: relative;
      }

      #si_captcha_code label{
        display: none;
      }

      #si_captcha_code span{
        position: absolute;
        left: 135px;
        top: 0;
      }

      .comment-form-author input,
      .comment-form-email input,
      .comment-form-comment textarea{
        width: 100%;
        /*height: 100px;*/
        padding: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-top: 5px;

      }

      .comment-form-author input{
        width: 95%;
      }

      .comment-form-comment textarea{
        height: 100px;
      }

      input#si_captcha_code{
        padding: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
      }

    /***comentarios**/




    .blog03 .post.opost h1{
      font-size: 30px;
      margin-top: 10px;
      margin-bottom: 40px;
    }

    .comment-form .submit{

      border: 0;
    }

    
    .pagination{
      margin: 0;
      border: 0;
    }

    .pagination li{
      display: inline-block;
      border: 0;
    }

    .pagination li a{
      display: inline-block;
      border: 0;

    }


    .pagination .current{

      border: 0!important;
    }

    .current>li:first-child{
      margin-left: 5px;
    }

    .commadm{
      /*margin-left: 30px;*/
      padding: 20px;

    }



    .blog03{
      padding-bottom: 40px;
    }


    .news img{
      float: left;
      margin-right: 50px;
    }

    .news p{
      font-size: 20px;

      /*display: inline-block;
      padding-top: 40px;
      margin-right: 140px;*/
      display: inline;
    }

    .news .wpcf7-form-control-wrap{
      display: inline;
    }

    .news .wpcf7-not-valid-tip{
      font-size: 10px;
    }

    .newsenviar{
      display: inline-block;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border: 0;
      line-height: 36px;
      text-align: center;
      padding: 0 30px;
      margin-top: 30px;
    }

    .news{
      padding: 15px 0;
    }

    .newsletter{
      display: inline-block!important;
      width: 288px;
      margin-right: 20px;
      margin-top: 30px;
      height: 36px;
      margin-left: 50px;
    }

    .news2 .wpcf7-response-output,
    .news .wpcf7-response-output{
      display: inline-block;
      width: 100%;
      text-align: center;
    }

    .news .wpcf7-form-control-wrap span{
      right: 28px;
    }

    .news .imgnews2{
      display: none!important;
    }
    .news2 .passine,
    .news2 .imgnews1{
      display: none!important;
    }

    .news2 .newsletter{
      margin-left: 0;
      margin-top: 0;
    }

    .news2 .wpcf7-form-control-wrap{
      display: inline;
    }

    .news2 .wpcf7-form-control-wrap span {
        position: absolute;
        z-index: 1;
        right: 26px;
        top: 0px;
    }

    .news2 .wpcf7-not-valid-tip{
      font-size: 10px;
    }

    a.post-cat{
      -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
      border-radius: 6px; 
      line-height: 30px;
      padding: 0 30px;
      display: inline-block;
      transition: all .2s linear;
      margin-right: 10px;
    }

    .postautor{
      font-family: 'Mulish';
      padding-bottom: 3px;
      display: inline-block;
    }

    .post a{
      transition: all .2s linear;
    }

    a.bannerblog{
      display: inline-block!important;
      border: 0!important;
      padding: 0!important;
      margin-bottom: 30px!important;
    }

    a.bannerblog img{
      max-width: 100%!important;
      height: auto!important;
    }

    .sidebar .redesf{
      text-align: center;
      margin-bottom: 25px;
    }

    .sidebarcategoria{
      font-family: 'roboto_extrabold';
      position: relative;
      display: block;
      margin-bottom: 18px;
      transition: all .2s linear;
      position: relative;
      border-radius: 3px;
    }

    .sctxt{
      font-family: 'Mulish-extrabold';
      color: #FFF !important;
      position: absolute;
      top: 50%;
      left: 70px;
      transform: translate(0, -50%);
      z-index: 2;
      font-size: 13px;
    }

    .scimg{
      float: left;
      width: 58px;
      height: 67px;
      margin-right: 10px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 50px;
      transition: all .2s linear;
      border-radius: 3px;
    }


    .sidebar .redesf{
      float: none;
    }

    .opost .postautor{
      margin-bottom: 15px;
    }


    .blog03 .linkartigo{
      font-family: 'Mulish-bold';
      font-size: 20px;
      color: #171B4B;
      display: block;
    }


    .blog03 .linkartigo img{
      margin-bottom: 10px;
    }




    .sobre-autor{
      padding: 20px 20px;
      margin-bottom: 35px;
      text-align: center;
    }


    .autor-img{
      width: 170px;
      height: 170px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      margin-bottom: 10px;
    }

    .nome-autor{
      font-size: 20px;
      margin-bottom: 5px;
      padding-bottom: 5px;
    }

    .sobre-autor p{
      font-size: 17px;
      line-height: 1.3;
    }

    .rede-interna1{
      text-align: right;
    }

    .sobre-frase{
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 10px;
    }

    .nome-autor{
      margin-top: 10px;
      margin-bottom: 10px;
    }



    .blog03 h3{
      font-family: 'Mulish-extrabold';
      font-size: 25px;
      margin-top: 20px;
      margin-bottom: 20px;
    }




    .blog03 .post h2{
      font-weight: bold;
      font-size: 25px;
    }


    .blogsubtit{
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 30px;
    }

    .blog03 .post.opost h1{
      font-weight: bold;
      font-size: 30px;
    }


    .lista-posts{
      padding-top: 60px;
      padding-bottom: 40px;
    }



        .blog03 a.post-leia{
        color: #FFF;
        background-color: #333333;
      }

      .blog03 .post{
        border-bottom: 1px solid #CBCBCB;
      }

      .blog03 .post .img-responsive{
        max-width: 100%;
      }

      .blog03 .post h2{
        color: #555555;
      }

      .blog03 .buscar button{
        background-color: #EB5C0B;
        border-color: #EB5C0B;
      }

      .blog03 .sidebar h3{
        color: #435721;
        border-bottom: 2px solid #E68200;
      }

      .blog03 .sidebar a:hover{
        filter: brightness(1.2);
      }

      .comment-form .submit{
          color: #FFF;
          background-color: #14034B;
        }.comment-form .submit:hover{
          color: #FFF;
        }

        .nanome{
          color: #CCC;
        }

        .nletra{
          color: #FFF;
          background-color: #CCC;
        }

        .fundo-form{
          background-color: #F7F7F7;
        }

        .comment-form-author input,
        .comment-form-email input,
        .comment-form-comment textarea{
          border: 1px solid #EEE;
        }

        input#si_captcha_code{
          border: 1px solid #EEE;
        }

        .blog03 .post h2{
        color: #25408F;
      }

      .blog03 .post.opost h1{
        color: #24408F;
      }

      .comment-form .submit{
        background-color: #E68200;
      }

      .pagination li a{
        background-color: #2CACEB!important;
        color: #FFF!important;
      }

      .pagination li a:hover{
        background-color: #6AC8F6!important;
        color: #FFF!important;
      }

      .pagination .current{
        background-color: #FFF!important;
        color: #000!important;
      }

      .commadm{
        background-color: #EEE;
      }

      .news p{
        color: #FFF;
      }

      .newsenviar{
        background-color: #24408F;
        color: #FFF;
      }

      .news{
        background-color: #F77016;
      }


    .news2 .wpcf7-response-output,
      .news .wpcf7-response-output{
        color: #FFF;
      }


    a.post-cat{
        font-family: 'Mulish-bold';
        background-color: #EB5C0B;
        color: #FFF;
        font-size: 13px;
        max-width: 100%;
        height: 35px;
        text-align: center;
        padding-top: 2px;
      }

      /*a.post-cat:hover{
        color: #FFF;
        background-color: #444;
      }*/

      .postautor{
        font-size: 13px;
        border-bottom: 1px solid #BBBBBB;
        max-width: 100%;
        width: 469px;
        color: #171B4B;
      }

      .sidebarcategoria{
        background-color: #171B4B;
      }

      .scimg{
        background-color: #171B4B;
      }

      .sidebarcategoria:hover{
        filter: brightness(1.4);
      }

      .sidebarcategoria:hover .scimg{
        
      }

      .sobre-autor{
        background-color: #DDDDDD;
      }

      .nome-autor{
        color: #555; 
        border-bottom: 1px solid #D6D6D6;
      }

      .sobre-autor p{
        color: #525252;
      }

      .sobre-frase{
        color: #000000;
      }

      .blog03 h3{
        color: #171B4B;
      }

      .blog03 .post h2{
        font-family: 'Mulish-extrabold';
        color: #171B4B;
        font-size: 24px;
      }


      .blogsubtit{
        color: #555555;
      }

      .blog03 .post.opost h1{
        color: #555555;
      }

      .blog03 .post.opost h1{
        font-family: 'Mulish-extrabold';
        color: #171B4B;
      }

      a.post-cat{
        margin-bottom: 6px;
      }



      .lista-posts{
        background-color: #FFF;
      }

    @media(max-width: 1024px){
      .postautor{
        width: 42%;
      }
    }

    @media(max-width: 991px){
      .header_blog{
        text-align: center;
        h2{
          margin-top: 10px;
          margin-right: auto;
        }
      }
    }

    @media(max-width: 990px){
      
      .blog03 .sidebar {
          margin-top: 0px;
      }
      .blog03 .buscar input{
        width: 100%;
      }

      .blog03 .post-resumo{
        display: flex;
      }

      .blog03 .buscar{
        margin-top: 0px;
        margin-bottom: 40px;
      }
    }

    @media(max-width: 600px){
      .blog03 .post .img-responsive{
        width: 100%;
      }
    }

/* blog03 */


/** 404 **/
  .pg-404{
    padding-top: 25px;
    padding-bottom: 45px;
    font-family: 'Mulish-bold';
    text-align: center;
    color: #171B4B;
  }

  .pg-404 h1{
    font-family: 'Mulish-extrabold';
    font-size: 60px;
  }

/* 404 */