@charset "UTF-8";

@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: 'RedHatDisplay-Regular';
  src: url('../fonts/RedHatDisplay-Regular.woff2') format('woff2'),
  src: url('../fonts/RedHatDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RedHatDisplay-Medium';
  src: url('../fonts/RedHatDisplay-Medium.woff2') format('woff2'),
  src: url('../fonts/RedHatDisplay-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RedHatDisplay-SemiBoldItalic';
  src: url('../fonts/RedHatDisplay-SemiBoldItalic.woff2') format('woff2'),
  src: url('../fonts/RedHatDisplay-SemiBoldItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RedHatDisplay-Bold';
  src: url('../fonts/RedHatDisplay-Bold.woff2') format('woff2'),
  src: url('../fonts/RedHatDisplay-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RedHatDisplay-ExtraBold';
  src: url('../fonts/RedHatDisplay-ExtraBold.woff2') format('woff2'),
  src: url('../fonts/RedHatDisplay-ExtraBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RedHatDisplay-Black';
  src: url('../fonts/RedHatDisplay-Black.woff2') format('woff2'),
  src: url('../fonts/RedHatDisplay-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

strong, b{
  font-weight: lighter;
  font-family: 'RedHatDisplay-ExtraBold';
}
body{
  font-family: 'RedHatDisplay-Regular';
}

:root {
  --regular: 'RedHatDisplay-Medium';
  --medium: 'RedHatDisplay-Medium';
  --semibold: 'RedHatDisplay-SemiBoldItalic'; 
  --bold: 'RedHatDisplay-Bold';
  --extrabold: 'RedHatDisplay-ExtraBold';
  --black: 'RedHatDisplay-Black'; 

  --kry-color-1: #03263D;
  --kry-color-2: #E24200;
  --kry-color-3: #FE5E0E;
  --kry-color-4: #A12301;
  --kry-color-5: #011A2A;
  --kry-preto: #000000;
  --kry-branco: #FFFFFF;
  --kry-cinza-escuro: #424a4d;
}

.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: ;
}
::-moz-selection{
  background: #03265D;
  color: #fff;
}
::selection{
  background: #03265D;
  color: #fff;
}
.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;
}

.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 */

body{
  background-color: #03263D;
  color: #FFF;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1{
  font-size: 50px;
}

h2{
  font-size: 40px;
}

h3{
  font-size: 35px;
}

h4{
  font-size: 30px;
}

h5{
  font-size: 25px;
}

/* HEADER HOME */
  .header{
    padding-top: 23px;
    padding-bottom: 38px;
  }

  .header .cabecalho{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 23px;
    z-index: 50;
  }

  .header .cabecalho .logo{
    width: 372px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header .cabecalho .logo img{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
  }

  .header .cabecalho .menu{
    display:flex;
    gap:39px;
    list-style:none;
    font-size:16px;
    margin-bottom:6px;
    align-items:center;
  }

  .header .cabecalho .menu li{
    position:relative;
  }

  .header .cabecalho .menu > li > a{
    position:relative;
    display:inline-block;
    text-decoration:none;
    text-transform: uppercase;
    color: #FFF;
  }

  .header .cabecalho .menu > li > a::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:2px;
    background:#fff;
    opacity:0;
    transition:opacity .5s ease;
  }

  .header .cabecalho .menu > li > a:hover::after{
    opacity:1;
  }

  /* SUBMENU */

  .sub-menu{
    position:absolute;
    top:40px;
    left:55%;
    transform:translateX(-50%);
    list-style:none;
    padding:0;
    margin:0;
    width:175px;
    opacity:0;
    visibility:hidden;
    transition:opacity .3s ease, transform .3s ease;
    z-index:5;
  }

  .sub-menu li{
    display:flex;
    justify-content:center;
    align-items:center;
    width:175px;
    height:49px;
    background:#03263D;
  }

  .sub-menu li a{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:100%;
    text-decoration:none;
    color:#fff;
  }

  .sub-menu li:hover{
    background:#FE5E0E;
  }

  .menu .sub-menu li:not(:last-child){
    border-bottom:1px solid #fff;
  }

  .menu-item-has-children.active .sub-menu{
    opacity:1;
    visibility:visible;
    transform:translateX(-50%) translateY(0);
  }

  .header .cabecalho .telefone_topo{
    display: flex;
    font-size: 15px;
    margin-left: 21px;
  }

  .header .cabecalho .telefone_topo img{
    margin: 0px 5px 0px 0px;
  }

  .hamburger{
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 6px;
  }

  .hamburger span{
    width: 28px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
  }

  .banner-home{
    max-height: 100%;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    overflow: visible;
  }

  .banner-home .owl-stage,
  .banner-home .owl-item {
    height: 100%;
  }

  .banner-home .owl-item {
    backface-visibility: hidden;
    transform: translateZ(0);
  }

  .banner-home img{
    width: 100% !important;
    height: 100%;
    object-fit: cover;
  }

  .banner-home .owl-dots{
      margin-top: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 14px;
  }

  .banner-home .owl-dot{
      padding: 0;
      background: none;
      border: none;
  }

  .banner-home .owl-dot span{
      width: 18px;
      height: 18px;
      background: #ffffff;
      border-radius: 50%;
      display: block;
      transition: transform .25s ease, background .25s ease;
  }

  .banner-home .owl-dot.active span{
      background: #ff6a00;
      border: 2px solid #ffffff;
      transform: scale(0.6);
  }

  .texto_grande h1{
    font-size: 50px;
    text-align: center;
  }
/* /HEADER HOME */

/* HEADER BANNER PAGES */
  .banners {
      display: flex;
      align-items: center;
      max-width: 100%;
      height: 330px; /* Altura fixa para telas grandes */
  }

  .banners h1 {
      font-size: 50px; /* Tamanho grande do texto */
      font-family: 'RedHatDisplay-ExtraBold';
      padding-top: 10px;
      padding-left: 50px;
  }
/* /HEADER BANNER PAGES */

/* FX1 */

  .fx1{
    position: relative;
    z-index: 2;
    padding-bottom: 90px;
  }

  .fx1-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 90px;
    display: flex;
    z-index: 0;
    pointer-events: none;
  }

  .bg-1, .bg-3{ flex: 1; }
  .bg-2{
    width: 430px;
    min-width: 430px;
    max-width: 430px;
    background: #E24200;
  }
  .bg-1{ background: #FE5E0E; }
  .bg-3{ background: #A12301; }

  .fx1 .container{
    position: relative;
    z-index: 1;
  }

  .fx1-faixa{
    display: flex;
    overflow: visible;
  }

  .fx1-item{
    flex: 1;
    position: relative;
    overflow: visible;
  }

  .fx1-item img{
    widht: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
  }

  .fx1-col{
    padding: 35px 0px 23px 0px;
    color: #fff;
  }

  .fx1-col-2{
    width: 430px;
    min-width: 430px;
    max-width: 430px;
  }

  .preparatorio, .preparatorio_direita{ max-width: 100%; }
  .preparatorio_direita{ padding-left: 18px; }

  .titulo_preparatorio, .titulo_preparatorio_meio{
    font-family: 'RedHatDisplay-ExtraBold';
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .titulo_preparatorio p, 
  .titulo_preparatorio_meio p{
    margin: 0px;
  }

  .titulo_preparatorio_meio{ justify-content: center; }

  .preparatorio .esquerda ,
  .preparatorio .meio ,
  .preparatorio_direita .direita {
    font-family: 'RedHatDisplay-Regular';
    font-size: 15px;
    line-height: 20px;
    margin: 0;
  }

  .preparatorio .esquerda{ padding-right: 30px; }
  .preparatorio .meio{ padding: 0px 82px 0px 50px; }
  .preparatorio_direita .direita{ padding-right: 30px; }

  .fx1-btn{
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .btn{
    position: relative;
    width: 312px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'RedHatDisplay-Bold';
    text-decoration: none;
    color: #fff;
    overflow: visible;
    cursor: pointer;
  }

  .btn:hover,
  .btn:visited,
  .btn:active{
    color: #fff;
  }

  .btn span{
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    z-index: 2;
    pointer-events: none;
  }

  .btn::before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background-color: var(--btn-bg);
    transform-origin: center;
    transition: transform .25s ease, box-shadow .25s ease;
    z-index: 1;
  }

  .btn-1{ --btn-bg: #FE5E0E; }
  .btn-2{ --btn-bg: #E24200; }
  .btn-3{ --btn-bg: #A12301; }

  .btn:hover::before{
    transform: scale(0.897);
  }
/* /FX1 */

/* FX2 */
  .fx2{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-top: 80px;
    max-height: 100%;
    height: 684px;
    margin-top: -90px;
    display: flex;
    align-items: center;
  }

  .fx2 .conteudo_fx2{
    color: #000;
  }

  .conteudo_fx2{
    display: flex;
  }

  .conteudo_fx2 .titulo_fx2 h2{
    font-size: 40px;
    color: #323033;
    line-height: 53px;
    padding-right: 130px;
    margin-bottom: 27px;
  }

  .conteudo_fx2 .texto_fx2{
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 34px;
  }

  .botao_fx2 a{
    position: relative;
    font-family: 'RedHatDisplay-Bold';
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 369px;
    height: 60px;
    border-radius: 10px;
    font-size: 16px;
    color: #FFF;
  }

  .botao_fx2 a span {
    position: relative;
    z-index: 2;
    pointer-events: none;
  }


  .botao_fx2 a::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #A12301;
    border-radius: 10px;
    transform-origin: center;
    transition: transform .25s ease, box-shadow .25s ease;
    z-index: 1;
  }

  .botao_fx2 a:hover::before{
    transform: scale(0.897);
  }

  .imagem_texto{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .imagem_fx2{
    width: 570px;
    height: 428px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
  }

  .imagem_fx2 img{
    widht: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
  }

  .texto_imagem_fx2{
    font-family: 'RedHatDisplay-SemiBoldItalic';
    max-width: 100%;
    width: 376px;
    height: 118px;
    background-color: #FE5E0E;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -58px;
    p{
      margin: 0px 0px 0px 0px;
      padding: 0px 50px;
      font-size: 28px;
      line-height: 37px;
    }
  }
/* /FX2 */

/* FX3 */
  .fx3{
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: visible;
  }

  .fx3 .row {
    overflow: visible;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .titulo_fx3{
    text-align: center;
  }

  .titulo_fx3 h2{
    font-family: 'RedHatDisplay-Bold';
    font-size: 40px;
    line-height: 53px;
  }

  .titulo_fx3 p{
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 33px;
  }

  .fundo_fx3{
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    max-height: 100%;
    height: 379px;
    position: relative;
    overflow: visible;
  }

  .fx3 .fundo_fx3 .row .col-md-6{
    padding-left: 0;
    padding-right: 0;
  }

  .fx3-conteudo1,
  .fx3-conteudo2{
    background-repeat: no-repeat;
  }
    

  .fx3-imagem {
      position: relative;
      max-height: 100%;
      height: 379px;
      background-image: inherit;
      background-size: inherit;
      background-repeat: inherit;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      overflow: hidden;
  }

  .fx3-imagem::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0);
      transition: background .3s ease;
      z-index: 1;
  }

  .fx3-imagem:hover::before {
      background: rgba(0,0,0,.59);
  }


  .fx3_textos{
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;

    display: flex;
    flex-direction: column;
    align-items: center;

    transition: transform .45s cubic-bezier(.4,0,.2,1);
  }

  .texto_fx3{
    position: relative;
    z-index: 2;

    color: #fff;
    text-align: center;

    transform: translateY(0);
  }

  .texto_fx3 p{
    margin: 0;
  }

  .texto_fx3.titulo {
    font-family: 'RedHatDisplay-Bold';
    font-size: 30px;
    color: #fff;
    text-align: center;
  }

  .texto_fx3.subtitulo{
    position: absolute;
    top: 100%;
    margin-top: 18px;
    width: 585px;
    font-size: 22px;
    font-family: 'RedHatDisplay-Regular';
    line-height: 29px;
    text-align: center;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity .35s ease, transform .35s ease;
  }

  .fx3-imagem:hover .fx3_textos,
  .fx3-imagem:hover .fx3_textos{
    transform: translateX(-50%) translateY(-155px);
  }

  .fx3-imagem:hover .texto_fx3.subtitulo,
  .fx3-imagem:hover .texto_fx3.subtitulo {
    opacity: 1;
    transform: translateY(0);
  }

  .botao_fx3{
    position: relative;
    bottom: 0px;
    display: flex;
    justify-content: center;
    margin-top: 21px;
    z-index: 5;
  }

  .botao_fx3 a{
    position: relative;
    font-family: 'RedHatDisplay-Bold';
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 369px;
    height: 60px;
    border-radius: 10px;
    font-size: 16px;
    color: #FFF;
  }

  .botao_fx3 a span {
    position: relative;
    z-index: 2;
    pointer-events: none;
  }


  .botao_fx3 a::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #A12301;
    border-radius: 10px;
    transform-origin: center;
    transition: transform .25s ease, box-shadow .25s ease;
    z-index: 1;
  }

  .botao_fx3 a:hover::before{
    transform: scale(0.897);
  }
/* /FX3 */

/* FX4 */
  .fx4{
    padding-top: 140px;
    padding-bottom: 52px;
  }

  .fx4 .titulo_fx4{
    display: flex;
    align-items: center;
    margin-bottom: 35px;
  }

  .titulo_fx4 h2{
    font-size: 40px;
    line-height: 53px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .titulo_fx4 a{
    position: relative;
    font-family: 'RedHatDisplay-Bold';
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 170px;
    height: 60px;
    border-radius: 10px;
    font-size: 16px;
    color: #FFF;
  }

  .titulo_fx4 a span {
    position: relative;
    z-index: 2;
    pointer-events: none;
  }


  .titulo_fx4 a::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #A12301;
    border-radius: 10px;
    transform-origin: center;
    transition: transform .25s ease, box-shadow .25s ease;
    z-index: 1;
  }

  .titulo_fx4 a:hover::before{
    transform: scale(0.897);
  }

  .blog-thumb img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    border-radius: 0px 16px 0px 16px;
  }

  .blog-content h6 {
    font-family: 'RedHatDisplay-Bold';
    font-size: 19px;
    line-height: 25px;
    color: #FE5E0E;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .blog-content p {
    font-family: 'RedHatDisplay-Regular';
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0;
  }

  .blog-link {
    display: none;
  }
/* /FX4 */

/* FX REVIEW */
  .fx_review{
    padding: 10px 0px 20px 0px;
    background-color: #FFF;
  }

  .titulo_fx_review{
    text-align: center;
  }

  .titulo_fx_review h2{
    font-size: 40px;
    line-height: 53px;
    color: #323033;
  }

  .titulo_fx_review p{
    font-size: 17px;
    line-height: 25px;
    color: #1E1E1E;
  }
/* /FX REVIEW */

/* FX5 */
  .fx_newsletter{
    background-color: #FE5E0E;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .titulo_newsletter h2{
    font-size: 40px;
    line-height: 53px;
  }

  .titulo_newsletter p{
    font-size: 15px;
    margin-bottom: 15px;
  }

  .newsletter-form{
    display: flex;
    gap: 30px;
  }

  .newsletter-form input{
    width: 420px;
    height: 43px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    font-size: 15px;
    color: #000;
    padding-left: 10px;
  }

  .fx-newsletter input::placeholder {
    color: #000;
  }

  .newsletter-form input:focus,
  .newsletter-form textarea:focus {
    outline: none;
    box-shadow: none;
  }

  .newsletter-form button,
  .newsletter-form input[type="submit"] {
    border: none;
    box-shadow: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background-clip: padding-box;
  }

  .newsletter-form button{
    position: relative;
    font-family: 'RedHatDisplay-Bold';
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 270px;
    height: 43px;
    border-radius: 10px;
    font-size: 12px;
    color: #FFF;
  }

  .newsletter-form button span {
    position: relative;
    z-index: 3;
    pointer-events: none;
  }


  .newsletter-form button::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #A12301;
    border-radius: 10px;
    transform-origin: center;
    transition: transform .25s ease, box-shadow .25s ease;
    z-index: 1;
  }

  .newsletter-form button {
    background: transparent;   
    border: none;               
    outline: none;              
    box-shadow: none;           
    padding: 0;           
  }

  .newsletter-form button:hover::before{
    transform: scale(0.897);
  }
/* /FX5 */

/* FX1 SOBRE */
  .fx1_sobre{
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .titulo_fx1_sobre{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
  }

  .titulo_fx1_sobre h3{
    font-size: 35px;
    color: #E24200;
    margin-bottom: 15px;
  }

  .titulo_fx1_sobre h2{
    font-size: 40px;
    margin-top: 0px;
    span{
      font-family: 'RedHatDisplay-Black';
    }
  }

  .texto_fx1_sobre{
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .texto_fx1_sobre p{
    font-size: 17px;
    line-height: 25px;
    text-align: justify;
  }

  .imagem_fx1_sobre{
    widht: 570px;
    height: 444px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .imagem_fx1_sobre img{
    widht: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    border-radius: 0px 16px 0px 16px;
  }
/* /FX1 SOBRE */

/* FX2 SOBRE */
  .fx2_sobre{
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 238px;
  }

  .fx2_sobre .container{
    height: 238px;
  }

  .conteudo_fx2_sobre{
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-height: 100%;
    height: 238px;
  }

  .conteudo_fx2_sobre img{
    widht: 63px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
  }

  .conteudo_fx2_sobre h3{
    font-family: 'RedHatDisplay-Bold';
    font-size: 35px;
    color: #E24200;
    margin: 0px;
  }

  .conteudo_fx2_sobre p{
    font-size: 17px;
    color: #1E1E1E;
  }

  .alunos_aprovados_cursos{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
/* /FX2 SOBRE */

/* FX3 SOBRE*/
  .fx3_sobre{
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .fx3_sobre .row{
    margin-bottom: 40px;
  }

  .titulo_fx3_sobre{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
  }

  .titulo_fx3_sobre h3{
    font-size: 35px;
    color: #E24200;
    margin-bottom: 15px;
  }

  .titulo_fx3_sobre h2{
    font-size: 40px;
    margin-top: 0px;
    span{
      font-family: 'RedHatDisplay-Black';
    }
  }

  .imagem_fx3_sobre{
    widht: 570px;
    height: 372px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .imagem_fx3_sobre img{
    widht: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    border-radius: 0px 16px 0px 16px;
  }

  .texto_fx3_sobre{
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 17px;
    text-align: justify;
  }

  .texto_fx3_sobre span{
    color: #FE5E0E;
    font-family: 'RedHatDisplay-ExtraBold';
  }

  .banner_fx3_sobre .owl-carousel {
      position: relative;
      padding: 30px 0;
  }

  .banner_fx3_sobre .owl-carousel .item {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px;
  }

  .banner_fx3_sobre .owl-carousel .item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
  }

  .banner_fx3_sobre .owl-dots{
      margin-top: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 14px;
  }

  .banner_fx3_sobre .owl-dot{
      padding: 0;
      background: none;
      border: none;
  }

  .banner_fx3_sobre .owl-dot span{
      width: 18px;
      height: 18px;
      background: #ffffff;
      border-radius: 50%;
      display: block;
      transition: transform .25s ease, background .25s ease;
  }

  .banner_fx3_sobre .owl-dot.active span{
      background: #ff6a00;
      border: 2px solid #ffffff;
      transform: scale(0.6);
  }
/* /FX3 SOBRE */

/* FX4 SOBRE */
  .fx4_sobre{
    padding-bottom: 40px;
  }

  .fx4_sobre .col-md-6 {
    display: flex;
    flex-direction: column;
  }

  .fx4_sobre .conteudo_fx4_sobre {
    display: flex;
  }

  .titulo_fx4_sobre h3{
    font-size: 35px;
    font-family: 'RedHatDisplay-ExtraBold';
    margin-bottom: 26px;
  }

  .texto_fx4_sobre{
    margin-bottom: 10px;
  }

  .texto_fx4_sobre p{
    font-size: 17px;
    text-align: justify;
    margin-bottom: 30px;
  }

  .fx4_sobre .botao_fx4_sobre {
    margin-top: auto;
  }

  .botao_fx4_sobre{
    position: relative;
    bottom: 0px;
    display: flex;
    z-index: 5;
  }

  .botao_fx4_sobre a{
    position: relative;
    font-family: 'RedHatDisplay-Bold';
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 369px;
    height: 60px;
    border-radius: 10px;
    font-size: 16px;
    color: #FFF;
  }

  .botao_fx4_sobre a span {
    position: relative;
    z-index: 2;
    pointer-events: none;
  }


  .botao_fx4_sobre a::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #A12301;
    border-radius: 10px;
    transform-origin: center;
    transition: transform .25s ease, box-shadow .25s ease;
    z-index: 1;
  }

  .botao_fx4_sobre a:hover::before{
    transform: scale(0.897);
  }
/* /FX4 SOBRE */

/* FX1 EQUIPE */
  .fx1_equipe{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .titulo_fx1_equipe h3{
    font-size: 35px;
    color: #E24200;
  }

  .titulo_fx1_equipe h2{
    font-size: 40px;
    font-family: 'RedHatDisplay-Black';
    margin-top: 0px;
  }

  .texto_fx1_equipe{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 45px;
    margin-bottom: 55px;
  }

  .texto_fx1_equipe p{
    font-size: 17px;
  }

  .btn-area{
    position: relative;
    bottom: 0px;
    display: flex;
    gap: 30px;
    z-index: 5;
    margin-bottom: 40px;
  }

  .btn-area a{
    position: relative;
    font-family: 'RedHatDisplay-Bold';
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 370px;
    height: 60px;
    border-radius: 10px;
    font-size: 20px;
    color: #FFF;
    flex: 1;
    text-decoration: none;
  }

  .btn-area a span {
    position: relative;
    z-index: 2;
    pointer-events: none;
  }

  .btn-area a::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    transform-origin: center;
    transition: transform .25s ease, box-shadow .25s ease;
    z-index: 1;
  }

  .btn-area a:hover::before{
    transform: scale(0.897);
  }

  .btn-area a.estilo-1::before {
    background-color: #A12301;
  }

  .btn-area a.estilo-2::before {
    background-color: #E24200;
  }

  .btn-area a.estilo-3::before {
    background-color: #FE5E0E;
  }

  .titulo-area{
    font-family: 'RedHatDisplay-Black';
    font-size: 30px;
    margin-bottom: 35px;
  }


  .conteudo_areas {
    position: relative;
    max-height: 100%;
  }

  .conteudo_areas.fade-out {
    opacity: 0;
  }

  .prof-card {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 270px;
    margin-bottom: 50px;
  }

  .prof-info {
    margin-top: 10px;
    text-align: center;
  }

  .prof-info h5 {
    color: #FE5E0E;
    font-size: 25px;
    font-family: 'RedHatDisplay-Black';
    margin-bottom: 7px;
  }

  .prof-info span {
      font-size: 17px;
      line-height: 1.6;
      max-width: 30ch;
      margin: 0 auto;
      display: block;
      text-align: center;
  }

  .area {
      opacity: 0;
      height: 0;
      overflow: hidden;
      transition: opacity 0.6s ease;
  }

  .area.is-active {
      opacity: 1;
      height: auto;
  }

  .prof-img{
    widht: 270px;
    height: 427px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
  }

  .prof-img img{
    widht: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
  }
/* /FX1 EQUIPE */

/* FX CONTATO */
  .fx_contato{
    padding-bottom: 45px;
  }

  .fx_contato .row{
    display: flex;
    align-items: flex-end;
  }

  .titulo_fx_contato h4{
    font-size: 30px;
    color: #E24200;
  }

  .titulo_fx_contato h3{
    font-size: 35px;
    font-family: 'RedHatDisplay-Black';
    margin-top: 0px;
    margin-bottom: 25px;
    line-height: 53px;
  }

  .titulo_fx_contato p{
    font-size: 17px;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 35px;
  }

  .form_fx_contato {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }

  .form_fx_contato .campo input,
  .form_fx_contato .campo textarea {
    max-width: 100%;
    width: 100%;
    height: 50px;
    background-color: #FFF3ED;
    border: 1px solid #8D8D8D;
    border-radius: 5px;
    padding: 0px 0px 0px 12px;
    font-family: 'RedHatDisplay-Regular';
    font-size: 17px;
    outline: none;
    color: #1E1E1E;
  }

  .form_fx_contato .campo textarea {
    padding-top: 13px;
    min-height: 97px;
    resize: none;
  }

  .botao_fx_contato {
    display: flex;
    justify-content: flex-end;
  }

  .botao_fx_contato input[type="submit"]{
    position: relative;
    font-family: 'RedHatDisplay-Bold';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 60px;
    border-radius: 10px;
    font-size: 16px;
    color: #FFF;
    background: none;
    border: none;
    cursor: pointer;
    background-color: #A12301;
    transition: transform .25s ease, box-shadow .25s ease;
  }

  .botao_fx_contato input[type="submit"]:hover{
    transform: scale(0.897);
  }

  .imagem_fx_contato{
    widht: 470px;
    height: 611px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .imagem_fx_contato img{
    widht: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    border-radius: 0px 10px 0px 10px;
  }
/* /FX CONTATO */

/* FOOTER */
  .footer{
    background-color: #A12301;
    padding-top: 30px;
    padding-bottom: 86px;
  }

  .titulo_footer h2{
    font-size: 40px;
    line-height: 53px;
  }

  .titulo_footer p{
    font-size: 15px;
    margin-bottom: 15px;
  }

  .contatos_footer{
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 15px;
    margin-bottom: 15px;
  }

  .contato_footer{
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .contato_footer span{
    padding-top: 1px;
  }

  .redes_footer{
    display: flex;
    gap: 12px;
  }

  .mapa iframe{
    width: 770px;
    height: 261px;
    border-radius: 0px 20px 0px 20px;
  }

  .mapa2 iframe{
    width: 770px;
    height: 386px;
    border-radius: 0px 20px 0px 20px;
  }

  .footer_fim1{
    margin-top: 60px;
  }

  .footer_fim1 p{
    font-size: 14px;
  }

  .footer_fim2{
    margin-top: 50px;
  }

  .footer_fim2 p{
    margin: 0;
    position: relative;
    top: 6.1px;
  }

  .footer_fim2 a{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
  }

  .logokryz{
    background-image: url(../imagens/logo-kryzalis.png);
    width: 55px;
    height: 31px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
  }


  .footer_fim2 a:hover{
    color: #D90000;
  }

  .footer_fim2 a:hover .logokryz{
    background-image: url(../imagens/logo-kryzalis-2.png);  
  }
/* /FOOTER */

/* FOOTER 2 */
  .footer2{
    background-color: #FDF9F7;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer2 .row{
    display: flex;
    align-items: center;
  }

  .footer2 .mapa2 img{
    max-width: 100%;
  }

  .footer2 .contato_footer{
    color: #1E1E1E;
  }

  .footer_fim{
    background-color: #A12301;
    padding-bottom: 75px;
  }
/* /FOOTER 2 */

/* @MEDIAS */
  
  @media (max-width: 1199px){

    .header .cabecalho{
      position: relative;
      align-items: center;
      justify-content: space-between;
    }

    .hamburger{
      display: flex;
    }

    .header .cabecalho .menu{
      display: none;
      position: absolute;
      top: 50%;
      right: 0px;
      width: 25%;
      background: #06283d; 
      flex-direction: column;
      align-items: center;
      gap: 20px;
      padding: 20px 0;
      margin: 0;
      z-index: 50;
    }

    /* ABERTO */
    .header .cabecalho .menu.ativo{
      display: flex;
    }

    .header .cabecalho .telefone_topo{
      margin-left: 0px;
    }

    .fx1-botoes{
      display: flex;
      justify-content: center;
    }

    .conteudo_fx2 .col-md-6{
      display: flex;
      justify-content: center;
      flex-direction: column;
    }

    .imagem_fx2 img {
        width: 100%;
    }

    .fundo_fx3 {
      background-image: none!important;
      height: auto;
    }

    .fundo_fx3 .container .row{
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }

    .texto_fx3.subtitulo{
      max-width: 260px;
    }

    .fx1_sobre .conteudo_fx1_sobre{
      display: flex;
      align-items: center;
    }

    .fx1_sobre .imagem_fx1_sobre img{
      max-width: 100%;
    }

    .fx3_sobre .conteudo_fx3_sobre{
      display: flex;
      align-items: center;
    }

    .fx3_sobre .imagem_fx3_sobre img{
      max-width: 100%;
    }


    /* Garantir que o carrossel fique centralizado */
    .owl-carousel {
        display: flex;
        justify-content: center; /* Centraliza os itens horizontalmente */
    }

    .owl-carousel .item {
        display: flex;
        justify-content: center;
        align-items: center; /* Centraliza o conteúdo do item */
    }

    .fx_contato .row{
      flex-direction: column;
      align-items: center;
    }

    .fx_contato .botao_fx_contato{
      justify-content: center;
      margin-bottom: 15px;
    }

    .footer .mapa img{
      max-width: 100%;
    }
  }

  @media(max-width: 1025px){
    .imagem_fx2{
      width: 100%;
      max-width: 570px;
      height: auto;
    }
  }

  @media (min-width: 992px) {

    .fx1-col {
      position: relative;
    }

    .fx1-btn {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -72px;
      z-index: 5;
    }

  }

  @media (max-width: 991px) {
    .fx1-bg {
      display: none;
    }

    .fx1-faixa {
      flex-direction: column;
    }

    .fx1-col {
      width: 100%;
      min-width: 0;
      max-width: 100%;
    }

    .fx1-col-1 { background: #FE5E0E; }
    .fx1-col-2 { background: #E24200; }
    .fx1-col-3 { background: #A12301; }

    .fx1-faixa{
      flex-direction: column;
    }

    .fx1-item{
      width: 100%;
    }

    .fx1-botoes {
      flex-direction: column;
      gap: 20px;
      margin-top: 30px;
    }

    .fx1-btn{
      position: static !important;
      transform: none !important;
      bottom: auto !important;
      left: auto !important;
      right: auto !important;
      margin: 20px 0 35px;
      display: flex;
      justify-content: center;
      width: 100%;
    }


    .fx1-bg{
      flex-direction: column;
      bottom: 0;
    }

    .bg-1,
    .bg-2,
    .bg-3{
      width: 100% !important;
      min-width: unset !important;
      max-width: unset !important;
      flex: unset;
    }

    .bg-1,
    .bg-2,
    .bg-3{
      height: 100%;
    }

    .fx1-faixa{
      flex-direction: column;
    }

    .fx1-col-1,
    .fx1-col-2,
    .fx1-col-3{
      width: 100% !important;
      min-width: unset !important;
      max-width: unset !important;
    }

    .preparatorio .esquerda,
    .preparatorio .meio,
    .preparatorio_direita .direita{
      padding: 0;
      text-align: center;
    }

    .preparatorio_direita{
      padding-left: 0;
    }

    .titulo_preparatorio,
    .titulo_preparatorio_meio{
      justify-content: center;
    }

    .fx1-botoes{
      flex-direction: column;
      gap: 20px;
      margin-bottom: 0;
    }

    .btn{
      width: 100%;
      max-width: 350px;
    }

    .fx2{
      height: 100%;
      padding-bottom: 35px;
    }

    .fx2 .conteudo_fx2{
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
    }

    .conteudo_fx2 .col-md-6{
      display: flex;
      align-items: center;
    }

    .conteudo_fx2 .titulo_fx2 h2{
      padding-right: 0px;
    }

    .conteudo_fx2 .botao_fx2{
      margin-bottom: 30px;
    }


    .fx1_sobre{
      text-align: center;
    }

    .fx1_sobre .conteudo_fx1_sobre{
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .fx3-imagem{
      max-width: 100%;
      width: 585px;
    }

    .fx3_sobre{
      text-align: center;
    }

    .fx3_sobre .conteudo_fx3_sobre{
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .fx4_sobre .conteudo_fx4_sobre{
      display: flex;
      flex-direction: column;
      text-align: center;
      gap: 20px;
    }

    .botao_fx4_sobre{
      display: flex;
      justify-content: center;
    }

    .conteudo_areas .row {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
    }

    .btn-area {
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
    }

    .btn-area a {
      min-width: 220px;
      text-align: center;
      padding: 12px 20px;
    }

    .conteudo_areas{
      text-align: center;
      text-align: -webkit-center;
    }

    .footer .contatos_footer{
      display: flex;
      align-items: center;
      margin-top: 15px;
    }

    .contatos_footer .contato_footer{
      display: flex;
      flex-direction: column;
    }

    .redes_footer{
      justify-content: center;
    }

    .footer_fim1{
      text-align: center;
    }

    .footer_fim2 a{
      display: flex;
      justify-content: center;
    }

    .footer2 .row{
      flex-direction: column;
      gap: 15px;
    }
  }

  @media (max-width: 768px){
    .header .texto_grande{
      margin-top: 32px;
    }

    .fx1_equipe .titulo-area{
      text-align: center;
    }

    .titulo_fx1_equipe,
    .texto_fx1_equipe{
      text-align: center;
    }

    .footer{
      padding-bottom: 130px;
    }

    .footer_fim{
      padding-bottom: 100px;
    }
  }

  @media (max-width: 585px){
    .header .cabecalho img{
      max-width: 100%;
    }

    .header .cabecalho .menu{
      width: 100%;
    }

    .fx3-imagem{
      width: 100%;
    }

    .titulo_fx5{
      text-align: center;
    }

    .newsletter-form{
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .newsletter-form input{
      width: 100%;
    }

    .titulo_footer{
      text-align: center;
    }

    .imagem_fx_contato img{
      width: 100%;
    }
  }

  @media (max-width: 425px){
    .texto_grande h1{
      font-size: 35px;
    }

    .titulo_preparatorio, 
    .titulo_preparatorio_meio{
      display: flex;
      flex-direction: column;
      text-align: center;
    }

    .fx2{
      display: block;
    }

    .conteudo_fx2 .botao_fx2{
      width: 100%;
    }

    .texto_imagem_fx2{
      width: 100%;
    }

    .fundo_fx3 .container .row{
      align-items: normal;
    }

    .fx4 .titulo_fx4{
      display: flex;
      flex-direction: column;
    }

    .fx2_sobre{
      height: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .fx2_sobre .container{
      height: 100%;
    }

    .conteudo_fx2_sobre{
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .fx_contato .titulo_fx_contato{
      text-align: center;
    }
  }
/* /@ MEDIAS */

/* LANDING PAGE */
  .header_lp{
    padding-top: 23px;
    padding-bottom: 38px;
  }

  .header_lp .cabecalho{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 23px;
  }

  .header_lp .cabecalho .menu{
    display: flex;
    gap: 20px;
    list-style: none;
    font-size: 15px;
    align-items: center;
  }

  .header_lp .cabecalho .telefone_topo{
    display: flex;
    font-size: 15px;
    margin-left: 21px;
  }

  .header_lp .cabecalho .telefone_topo img{
    margin: 0px 5px 0px 0px;
  }

  .banner_lp {
      display: flex;
      align-items: center;
      max-width: 100%;
      height: 600px; /* Altura fixa para telas grandes */
  }

  .banner_lp h1 {
      position: relative;
      top: -18px;
      font-size: 36px; /* Tamanho grande do texto */
      font-family: 'RedHatDisplay-ExtraBold';
      padding-left: 50px;
      line-height: 36px;
  }

  .banner_lp a{
    position: relative;
    font-family: 'RedHatDisplay-Bold';
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 369px;
    height: 60px;
    border-radius: 10px;
    font-size: 20px;
    color: #FFF;
    flex: 1;
    left: 50px;
    bottom: -25px;
  }

  .banner_lp a span {
    position: relative;
    z-index: 2;
    pointer-events: none;
  }


  .banner_lp a::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    transform-origin: center;
    transition: transform .25s ease, box-shadow .25s ease;
    z-index: 1;
    background-color: #FE5E0E;
  }

  .banner_lp a:hover::before{
    transform: scale(0.897);
  }

  .fx1_lp{
    padding-bottom: 30px;
  }

  .fx1_lp .titulo_fx1_lp h1{
    font-size: 45px;
    text-align: center;
    margin-bottom: 50px;
  }

  .texto1_fx1_lp,
  .texto2_fx1_lp div{
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 35px;
  }

  .texto1_fx1_lp p,
  .texto2_fx1_lp p{
    font-size: 22px;
    line-height: 35px;
    text-align: justify;
  }

  .texto2_fx1_lp a{
    position: relative;
    font-family: 'RedHatDisplay-Bold';
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 369px;
    height: 60px;
    border-radius: 10px;
    font-size: 16px;
    color: #FFF;
    flex: 1;
    margin-top: 50px;
  }

  .texto2_fx1_lp a span {
    position: relative;
    z-index: 2;
    pointer-events: none;
  }


  .texto2_fx1_lp a::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    transform-origin: center;
    transition: transform .25s ease, box-shadow .25s ease;
    z-index: 1;
    background-color: #A12301;
  }

  .texto2_fx1_lp a:hover::before{
    transform: scale(0.897);
  }

  .imagem_fx1_lp{
    margin-top: 10px;
    width: 570px;
    height: 355px;
    display: flex;
    align-items: center;
    justify-content: center;

    img{
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      object-fit: cover;
    }
  }

  .fx2_lp{
    padding-bottom: 100px;
  }

  .fx2_lp h3{
    font-size: 35px;
    margin-bottom: 40px;
  }

  .list_accordion{
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }
  .btn_accn{
    display: flex;
    transition: all .2s linear;
    min-height: 65px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 0;
    padding: 10px 10px 10px 30px;
    font-size: 19px;
    color: #fff;
    background-color: #FE5E0E;
    outline: none;
    font-family: 'RedHatDisplay-Bold';
    border-radius: 5px;
    &:after{
      content: '';
      width: 29px;
      height: 29px;
      display: block;
      background-image: url(../imagens/seta.png);
      background-repeat: no-repeat;
      background-position: center;
      padding-right: 50px;
      transition: all .1s linear;
    }
  }
  .btn_accn.active{
    background-color: #A12301;
    transition: all .2s linear;
    &:after{
      transition: all .2s linear;
      transform: rotate(90deg);
    }
  }
  .panel {
    padding: 14px 18px;
    display: none;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    font-size: 17px;
    font-family: 'RedHatDisplay-Regular';
    border-bottom: 2px solid #FFF;
    background-color: transparent;
  }
  .active + .panel {
    display: block;
    max-height: 0;
    transition: max-height 0.2s ease-out;
  }

  .footer_lp{
    background-color: #A12301;
    padding-top: 30px;
    padding-bottom: 90px;
  }

  .footer_lp .row{
    display: flex;
    align-items: center;
  }

  .footer_lp .titulo_footer_lp h3{
    font-size: 35px;
    font-family: 'RedHatDisplay-Bold';
    line-height: 46px;
    margin-bottom: 20px;
  }

  .titulo_footer_lp p{
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 30px;
  }

  .contatos_footer_lp{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 30px;
  }

  .contato_footer_lp{
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .contato_footer_lp span{
    font-size: 20px;
  }

  .form_fx_lp {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 50px;
  }

  .form_fx_lp .campo input,
  .form_fx_lp .campo textarea {
    max-width: 100%;
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    padding: 0px 0px 0px 16px;
    font-family: 'RedHatDisplay-Bold';
    font-size: 15px;
    outline: none;
    color: #FFFFFF;
  }

  .form_fx_lp input::placeholder,
  .form_fx_lp textarea::placeholder{
    color: #FFF;
  }

  .form_fx_lp .campo textarea {
    padding-top: 15px;
    min-height: 142px;
    resize: none;
  }

  .botao_fx_lp {
    display: flex;
    justify-content: flex-end;
  }

  .botao_fx_lp button{
    position: relative;
    font-family: 'RedHatDisplay-Bold';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 60px;
    border-radius: 10px;
    font-size: 16px;
    color: #FFF;
    background: none;
    border: none;
    cursor: pointer;
  }

  .botao_fx_lp button span {
    position: relative;
    z-index: 2;
    pointer-events: none;
  }

  .botao_fx_lp button::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #03263D;
    border-radius: 10px;
    transform-origin: center;
    transition: transform .25s ease, box-shadow .25s ease;
    z-index: 1;
  }

  .botao_fx_lp button:hover::before{
    transform: scale(0.897);
  }

/* /LANDING PAGE */

/* MEDIA LP */
  @media (max-width: 991px){
    .texto2_fx1_lp a{
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px;
    }

    .imagem_fx1_lp{
      text-align: center;
      width: 100%;
      max-width: 570px;
      height: auto;
    }

    .contatos_footer_lp{
      align-items: center;
    }

    .contato_footer_lp{
      flex-direction: column;
    }

    .footer_lp .row{
      flex-direction: column;
    }
  }

  @media (max-width: 768px){
    .fx2_lp h3{
      text-align: center;
    }

    .footer_lp{
      padding-bottom: 120px;
      text-align: center;
    }
    .footer_lp .col-sm-12{
      width: 70%;
    }
  }

  @media (max-width: 602px){
    .header_lp .cabecalho{
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }

    .header_lp .cabecalho .menu{
      justify-content: center;
      width: 100%;
      padding-left: 0px;
    }

    .header_lp .cabecalho .telefone_topo{
      margin-left: 0;
      justify-content: center;
    }

    .banner_lp{
      padding: 60px 20px;
      text-align: center;
      justify-content: center;
    }

    .banner_lp .col-md-6{
      width: 100%;
    }

    .banner_lp h1{
      font-size: 28px;
      line-height: 32px;
      padding-left: 0;
      top: 0;
   }

    .banner_lp a{
      left: 0;
      margin: 35px auto 0 auto;
      width: 100%;
      max-width: 320px;
      bottom: 0;
    }

    .imagem_fx1_lp img{
      max-width: 100%;
    }
  }

  @media (max-width: 425px){
    .banner_lp h1{
      font-size: 23px;
    }
    .fx1_lp .titulo_fx1_lp h1{
      font-size: 32px;
    }
    .botao_fx_lp{
      justify-content: center;
    }
  }

  @media (max-width: 320px){
    .header_lp .cabecalho img{
      max-width: 100%;
    }
    .contato_footer_lp span{
      font-size: 17px;
    }
  }
/* /MEDIA LP */

/*ADICIONADO NA SEGUNDA PARTE DO PROJETO - BY GABRIEL*/
.fx-lp-mapa{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 460px;
}

.fx-lp-mapa iframe{
  width: 100%;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

/*PAGINA 404*/
.pg-404 {
  min-height: 100vh;
  background: linear-gradient(180deg, var(--kry-color-1) 0%, var(--kry-color-2) 100%);
  color: var(--kry-branco);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.pg-404::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../imagens/banner-1.jpg') center/cover no-repeat;
  opacity: 0.05;
}

.pg-404 .container {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.pg-404 h1 {
  font-family: var(--bold);
  font-size: 150px;
  line-height: 1;
  margin: 0;
  color: var(--kry-color-1);
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.pg-404 h2 {
  font-family: var(--semibold);
  font-size: 26px;
  margin: 20px 0 40px;
  color: var(--kry-branco);
  letter-spacing: 0.5px;
}

.pg-404 .editor {
  font-family: var(--regular);
  font-size: 18px;
  color: #d8e0f0;
  line-height: 1.6;
}

.pg-404 .editor a {
  color: var(--kry-color-1)!important;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease;
}

.pg-404 .editor a:hover::after {
  transform: scaleX(1);
}

.pg-404 .editor a:hover {
  color: var(--kry-branco);
}

/*PAGINA PADRÃO WORDPRESS*/
.page-padrao {
  background-color: var(--kry-branco);
  padding: 50px 10px;
  color: var(--kry-color-1);
  overflow: hidden;
}

.page-padrao .container {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

.page-padrao h1,
.page-padrao h2,
.page-padrao h3 {
  font-family: var(--semibold);
  color: var(--kry-color-1);
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-padrao h1 { font-size: 42px; }
.page-padrao h2 { font-size: 30px; }
.page-padrao h3 { font-size: 22px; }

.page-padrao p {
  font-family: var(--regular);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #333;
}

.page-padrao a {
  color: var(--kry-color-1);
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.page-padrao a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--kry-color-1);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.page-padrao a:hover {
  color: var(--kry-color-1);
}

.page-padrao a:hover::after {
  transform: scaleX(1);
}

.page-padrao img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.page-padrao ul, 
.page-padrao ol {
  margin-left: 25px;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-padrao .wp-block-button__link,
.page-padrao a.button {
  background-color: var(--kry-color-1);
  color: var(--kry-branco);
  padding: 12px 28px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  transition: all 0.3s ease;
}

.page-padrao .wp-block-button__link:hover,
.page-padrao a.button:hover {
  background-color: var(--kry-color-1);
  transform: translateY(-2px);
}

/*BLOG*/
.blog03 {
  background: var(--kry-color-1);
  padding: 0px 0px 100px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.blog03 .container {
  width: 100%;
  max-width: 1170px;
}

.blog03 .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.blog03 .blogsubtit {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  color: var(--kry-color-1);
}

.blog03 .lista-posts {
  border-radius: 8px;
  width: 100%;
  max-width: 870px;
  padding: 0px;
}

.blog03 .informacao-post {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.blog03 .post {
  display: flex;
  flex-direction: column;
  text-align: justify;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 20px 0px;
  border-bottom: 2px solid var(--kry-branco);
}

.blog03 .post h2 {
  font-family: var(--bold);
  font-size: 24px;
  color: var(--kry-branco);
  margin: 10px 0;
}

.blog03 .post .post-cat {
  display: inline-block;
  background-color: var(--kry-color-2);
  color: #fff;
  font-family: var(--bold);
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 5px;
  border: 2px solid transparent;
  margin: 0 5px 10px 0;
  text-align: center;
}

.blog03 .post .post-cat:hover {
  background-color: #fff;
  color: var(--kry-color-4);
  border: 2px solid var(--kry-color-4);
}

.blog03 .post .postautor {
  font-family: var(--bold);
  font-size: 13px;
  line-height: 20px;
  color: var(--kry-branco);
  margin-bottom: 15px;
  border-bottom: 2px solid var(--kry-branco);
}

.blog03 .post .img {
  width: 370px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
}

.blog03 .post .postthumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.blog03 .post .post-resumo {
  font-family: var(--regular);
  font-size: 16px;
  color: var(--kry-branco);
  line-height: 25px;
}

.blog03 .post .post-resumo .lermais {
  display: inline-block;
  margin-top: 8px;
  font-weight: bold;
  color: var(--kry-color-1);
}

.blog03 .post a {
  color: inherit;
  text-decoration: none;
}

.blog03 .post .clearfix {
  clear: both;
  border: 1px solid var(--kry-cinza-escuro);
  margin-top: 20px;
}

.blog03 .sidebar {
  width: 100%;
  max-width: 270px;
}

.blog03 .sidebar form.buscar {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.blog03 .sidebar form.buscar input[type='text'] {
  flex: 1;
  padding: 8px 15px;
  border: 1px solid var(--kry-preto);
  border-radius: 3px;
  outline: none;
  font-size: 14px;
  transition: border-color 0.2s;
  width: 100%;
  max-width: 195px;
}

.blog03 .sidebar form.buscar input[type='text']:focus {
  border-color: var(--kry-color-1);
}

.blog03 .sidebar form.buscar button#buscar {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 3px;
  background: none;
  padding: 6px;
  cursor: pointer;
  background-color: var(--kry-color-2);
  width: auto;
  height: auto;
}

.blog03 .sidebar form.buscar button#buscar img {
  width: 18px;
  height: auto;
}

.blog03 .sidebar .cor {
  width: 15px;
  min-height: 69px;
  background-color: var(--kry-color-5);
  margin: 0 15px 0 0;
}

.blog03 .sidebar .sidebarcategoria {
  display: flex;
  align-items: center;
  background-color: var(--kry-color-5);
  padding: 0 10px 0 0;
  margin-bottom: 12px;
  color: var(--kry-branco);
  text-decoration: none;
  min-height: 69px;
}

.blog03 .sidebar .sidebarcategoria .sctxt {
  font-size: 14px;
  font-family: var(--bold);
  color: var(--kry-branco);
  line-height: 1.2;
  flex: 1;
  text-transform: uppercase;
}

.blog03 .sidebar .sobre-autor {
  background: var(--kry-color-5);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.blog03 .sidebar .sobre-autor .sobre-frase {
  font-size: 14px;
  font-weight: 600;
  color: var(--kry-branco);
  margin-bottom: 15px;
}

.blog03 .sidebar .sobre-autor img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 10px;
}

.blog03 .sidebar .sobre-autor .nome-autor {
  font-size: 16px;
  font-weight: bold;
  color: var(--kry-branco);
  margin-bottom: 8px;
  border-bottom: 1px solid var(--kry-cinza-escuro);
  padding-bottom: 5px;
}

.blog03 .sidebar .sobre-autor p {
  font-size: 13px;
  color: var(--kry-branco);
  line-height: 1.4;
}

.blog03 .wp-pagenavi {
  display: flex;
  justify-content: flex-start;
}

.blog03 .wp-pagenavi a,
.blog03 .wp-pagenavi span {
  padding: 0;
  margin: 0;
  background: #fff;
  border: 1px solid var(--kry-cinza-escuro);
  color: #8D8D8D;
  font-size: 13px;
  font-family: var(--regular);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.blog03 .wp-pagenavi a:hover {
  background: #fff;
  color: var(--kry-color-1);
}

.blog03 .wp-pagenavi .current {
  background: var(--kry-color-1);
  color: #fff;
}

.blog03 .opost .post-categorias {
  margin-bottom: 15px;
}

.blog03 .opost .post-title {
  font-family: var(--bold);
  font-size: 28px;
  color: var(--kry-branco);
  margin-bottom: 15px;
}

.blog03 .opost .editor {
  font-size: 16px;
  color: var(--kry-branco);
  line-height: 1.8;
  font-family: var(--regular);
}

.blog03 .opost .editor h2,
.blog03 .opost .editor h3,
.blog03 .opost .editor h4 {
  margin: 30px 0 15px;
  font-family: var(--bold);
}

.blog03 .opost .editor p,
.blog03 .opost .editor ul,
.blog03 .opost .editor ol {
  margin-bottom: 15px;
}

.blog03 .opost .editor blockquote {
  font-style: italic;
  color: var(--kry-color-1);
  border-left: 4px solid var(--kry-color-1);
  padding-left: 15px;
  margin: 20px 0;
}

.blog03 .opost .editor img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 20px 0;
}

.blog03 .opost .editor a {
  color: var(--kry-color-1);
  text-decoration: underline;
}

.blog03 .opost .editor a:hover {
  color: var(--kry-color-1);
}

.blog03 .sugestao-titulo {
  font-size: 20px;
  font-family: var(--bold);
  margin: 20px 0;
  color: var(--kry-branco);
}

.blog03 .artigos-relacionados {
  justify-content: flex-start!important;
  gap: 20px;
}

.blog03 .artigos-relacionados .linkartigo {
  display: block;
  font-family: var(--bold);
  font-size: 15px;
  color: var(--kry-branco);
  text-decoration: none;
  margin-bottom: 30px;
  width: 100%;
  max-width: 270px;
}

.blog03 .artigos-relacionados .linkartigo img {
  border-radius: 6px;
  margin-bottom: 10px;
  transition: box-shadow 0.3s;
  box-shadow: 0 1px 5px rgba(0,0,0,0.1);
  width: 100%;
  max-width: 270px;
  height: 200px;
  object-fit: cover;
}

.blog03 .comentarios-titulo {
  font-size: 20px;
  font-family: var(--bold);
  color: var(--kry-color-1);
  margin: 40px 0 10px;
}

.blog03 .fundo-form {
  background-color: var(--kry-color-5);
  border-radius: 10px;
  padding: 25px;
}

.blog03 .fundo-form input,
.blog03 .fundo-form textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid var(--kry-cinza-escuro);
  resize: none;
  width: 100%;
  max-width: 800px;
}

.blog03 .fundo-form input:focus,
.blog03 .fundo-form textarea:focus {
  border-color: var(--kry-color-1);
  outline: none;
}

.blog03 .fundo-form input[type="submit"] {
  background: var(--kry-color-2);
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.blog03 .fundo-form input[type="submit"]:hover {
  background: var(--kry-color-1);
}

.blog03 .nautor {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: var(--kry-color-2);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
  margin-bottom: 20px;
  width: 100%;
  max-width: 815px;
}

.blog03 .nautor .nletra {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: var(--kry-color-1);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--bold);
  flex-shrink: 0;
}

.blog03 .nautor .nanome {
  font-size: 15px;
  font-family: var(--bold);
  color: var(--kry-color-3);
}

.blog03 .nautor .natxt {
  font-size: 14px;
  font-family: var(--regular);
  color: var(--kry-color-1);
  line-height: 1.6;
}

.blog03 .spacer {
  height: 20px;
}

.blog03 .clearfix {
  clear: both;
}

.blog03 .comment-form-cookies-consent {
  display: none;
  align-items: center;
  justify-content: flex-start;
}

.blog03 .comment-form-cookies-consent input {
  width: 100%;
  max-width: 30px;
  margin: 0 0 2px 0;
}

.blog03 .comment-form-cookies-consent label {
  margin: 0;
}

.blog03 .posts-blog{
  padding: 0px!important;
}

@media (max-width: 1200px) {
  .blog03 {
    padding: 30px 10px 10px;
  }

  .blog03 .post {
    padding: 10px;
  }

  .blog03 .sidebar {
    padding: 30px 0 !important;
  }

  .blog03 .opost {
    margin: 0;
  }
}

@media(max-width: 1025px){
  .blog03 .row{
    flex-direction: column;
    align-items: center;
  }

  .blog03 .artigos-relacionados{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: flex-start!important;
    gap: 20px;
    margin: 0px !important;
  }

  .blog03 .posts-blog {
    width: 100%;
    max-width: 270px;
  }
}

@media (max-width: 769px) {
  .blog03 p {
    margin: 0;
  }

  .blog03 .wp-pagenavi {
    justify-content: center;
  }

  .blog03 .post {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .blog03 .post .img {
    width: 100%;
    max-width: 370px;
    height: auto;
    min-width: auto;
  }

  .blog03 .post .postautor {
    border: none;
    margin-bottom: 5px;
    font-family: var(--bold);
  }

  .blog03 .post .postthumb {
    width: 100%;
    margin-bottom: 10px;
  }

  .blog03 .post .post-resumo {
    font-size: 14px;
  }

  .blog03 .post .post-cat {
    font-size: 10px;
  }

  .blog03 h2 {
    text-align: center;
    font-size: 20px !important;
  }

  .blog03 .informacao-post {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
  }

  .blog03 .sidebar {
    margin-top: 30px;
    padding: 20px;
  }

  .blog03 .sidebar .sidebarcategoria .scimg {
    width: 40px;
    height: 40px;
  }

  .blog03 .sidebar .sobre-autor .nome-autor {
    font-size: 15px;
  }
}