@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: '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: 'robotoregular';
  src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
       url('../fonts/roboto-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'robotomedium';
  src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
       url('../fonts/roboto-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'robotobold';
  src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
       url('../fonts/roboto-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'robotoblack';
  src: url('../fonts/roboto-black-webfont.woff2') format('woff2'),
       url('../fonts/roboto-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

strong, b{
  font-weight: lighter;
  font-family: 'robotoblack';
}
body{
  font-family: 'robotoregular';
}

.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: #C61618;
    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: #C61618!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #C61618;
}
::-moz-selection{
  background: #C61618;
}
::selection{
  background: #C61618;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #C61618;
  border-color: #C61618;
}
.lds-ellipsis div{  
  background-color: #C61618;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}

.wp-pagenavi span,
.wp-pagenavi a{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #DDD;
  margin:  0 5px;
}

.wp-pagenavi span.current{
  background-color: #C61618;
  color: #FFF;
}

/*START*/
html {
  scroll-behavior: smooth;
}

body{
  background-color: #FFF;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* HEADER */
  .header {
    padding-top: 15px;
  }

  .logo {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .logo-img {
    height: 36px;
    width: 145px;
    object-fit: cover;
  }

  .logo-img2{
    height: auto;
    width: 175px;
    object-fit: cover;
  }

  .divisor {
    width: 2px;
    height: 71px;
    background-color: #6C7071;
    opacity: 45%;
  }

  .header{
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
  }

  .cabecalho{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }

  .menu{
    margin-top: 20px;
  }

  .menu ul{
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
  }

  .menu ul > li{
    font-size: 16px;
    color: #6C7071;
  }

  .menu ul > li > a {
    position: relative;
    text-decoration: none;
    color: #6C7071;
  }

  .menu ul > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background: #6C7071;
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  .menu ul > li > a:hover{
    color: #6C7071;
  }

  .menu ul > li > a:hover::after {
    opacity: 1;
  }

  .menu-toggle{
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    position: relative;
    z-index: 1001;
  }

  .menu-toggle span{
    display: block;
    width: 28px;
    height: 3px;
    background: #6C7071;
    margin: 5px auto;
    transition: all 0.3s ease;
    border-radius: 2px;
  }

  .menu-toggle.active span:nth-child(1){
    transform: translateY(8px) rotate(45deg);
  }

  .menu-toggle.active span:nth-child(2){
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
  }

  .banner{
    padding-top: 96px;
  }

  .hero {
    position: relative;
    height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #1e1f1f;
  }

  .hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .hero-video,
  .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: #1E1E1E;
    opacity: 70%;
    clip-path: polygon(0 0, 56% 0, 50% 100%, 0% 100%);
  }

  .hero-content {
    position: relative;
    z-index: 3;
    max-width: 570px;
    color: #fff;
  }

  .hero-content p {
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  .hero-content a:hover{
    color: #fff;
  }

  .btn-hero {
    font-family: 'robotomedium';
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C61618;
    color: #fff;
    width: 270px;
    height: 40px;
    font-size: 16px;
    transition: 0.5s;
  }

  .btn-hero:hover {
    background: #6C7071;
  }
/* /HEADER */

/* FAIXA SOLUCOES */
  .solucoes {
    position: relative;
    padding-bottom: 25px;
  }

  .card {
    position: relative;
    width: 370px;
    height: 614px;
    overflow: hidden;
  }

  .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(255,255,255,0.95) 0%,
        rgba(255,255,255,0.7) 15%,
        rgba(255,255,255,0.0) 60%
    );
    z-index: 1;
  }

  .card-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #C61618;
    opacity: 90%;
    z-index: 2;
    transition: height 0.45s ease;
  }

  .card-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 3;
    text-align: center;
    transition: transform 0.45s ease;
  }

  .card-content h3 {
    font-family: 'robotobold';
    color: #000;
    font-size: 20px;
    margin: 0;
    transition: color 0.3s ease;
  }

  .card:hover .card-overlay {
    height: 100%;
  }

  .card:hover .card-content {
    transform: translateY(-260px);
  }

  .card:hover .card-content h3 {
    color: #fff;
  }

  .solucoes .owl-nav{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
  }

  .solucoes .owl-nav button {
    width: 20px;
    height: 20px;
    background: none !important;
    border: none;
    cursor: pointer;
  }

  .solucoes .owl-nav button span {
    display: none !important;
  }

  .solucoes .owl-nav button.disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
  }

  .solucoes .owl-nav button.owl-prev {
    background: url('../imagens/seta-esquerda.png') no-repeat center !important;
  }

  .solucoes .owl-nav button.owl-next {
    background: url('../imagens/seta-direita.png') no-repeat center !important;
  }
/* /FAIXA SOLUCOES */

/* FAIXA SOBRE */
  .sobre{
    padding-top: 50px;
    padding-bottom: 62px;
    color: #000;
  }

  .sobre_nos{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .imagem_sobre{
    width: 470px;
    height: 470px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .imagem_sobre img{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
  }

  .titulo_sobre h4{
    font-size: 25px;
    font-family: 'robotobold';
  }

  .texto_sobre{
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .texto_sobre p{
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
  }
/* /FAIXA SOBRE */ 

/* FAIXA DIFERENCIAIS */
  .diferenciais {
    position: relative;
    padding-top: 80px;
    height: 644px;
    background: #444;
    color: #fff;
    overflow: hidden;
  }

  .diferenciais .container {
    height: calc(100% - 90px);
  }

  .diferenciais-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.7s ease, transform .7s ease;
    z-index: 1;
  }

  .diferenciais::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 2;
  }

  .diferenciais-inner {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 60px;
    height: 100%;
    align-items: stretch;
    position: relative;
    z-index: 3;
  }

  .diferenciais-lista{
    width: 760px;
  }

  .diferenciais-lista h4 {
    position: relative;
    display: inline-block;
    font-size: 25px;
    margin-bottom: 40px;
    font-family: 'robotobold';
  }

  .diferenciais-lista h4::after {
    content: "";
    position: absolute;
    top: 57%;
    left: calc(100% + 35px);
    width: calc(100vw - 400px);
    max-width: 1010px;
    height: 1px;
    background: #6C7071;
  }

  .diferenciais-lista ul {
    list-style: none;
    padding: 0;
  }

  .diferenciais-lista li {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 25px;
  }

  .icone {
    width: 26px;
    height: 26px;
    background: url('../imagens/engrenagem.png') no-repeat center;
    background-size: contain;
  }

  .diferenciais-lista li .texto {
    color: #fff;
    opacity: 1;
    transition: 0.4s ease-in-out;
    font-size: 20px;
    font-family: 'robotobold';
    padding: 0 5px;
  }

  .diferenciais-lista li.active .texto {
    background-color: #c71619;
  }

  .diferenciais-box {
    position: relative;
    background: #fff;
    color: #000;
    padding: 25px 20px;
    max-width: 720px;
    align-self: start;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.5s ease-in-out;
    margin-top: 40%;
  }

  .diferenciais-box.active {
    opacity: 1;
    transform: translateY(0);
  }

  .diferenciais-bg {
    z-index: 1;
  }

  .diferenciais-bg::after {
    z-index: 2;
  }

  .diferenciais-inner {
    position: relative;
    z-index: 3;
  }

  .texto_bg{
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
  }
/* /FAIXA DIFERENCIAIS */

/* FAIXA EQUIPE */
  .equipe{
    padding-top: 60px;
    padding-bottom: 25px;
    background-color: #F0F0F0;
    color: #000;
  }

  .titulo_equipe h4,
  .titulo_diretoria h4{
    text-align: center;
    font-size: 25px;
    font-family: 'robotobold';
    margin-bottom: 42px;
  }

  .texto_equipe{
    margin-bottom: 50px;
  }

  .texto_equipe p{
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
  }

  .equipe .owl-stage {
    display: flex;
    align-items: center;
    gap: 29px;
  }

  .equipe .owl-nav{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .equipe .owl-nav button {
    width: 20px;
    height: 20px;
    background: none !important;
    border: none;
    cursor: pointer;
  }

  .equipe .owl-nav button span {
    display: none !important;
  }

  .equipe .owl-nav button.disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
  }

  .equipe .owl-nav button.owl-prev {
    background: url('../imagens/seta-esquerda.png') no-repeat center !important;
    background-size: contain;
  }

  .equipe .owl-nav button.owl-next {
    background: url('../imagens/seta-direita.png') no-repeat center !important;
    background-size: contain;
  }

  .card-equipe {
    text-align: center;
  }

  .card-equipe img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 15px;
    display: block;
  }

  .card-equipe h5 {
    font-size: 20px;
    color: #C61618;
    font-family: 'robotobold';
    margin-bottom: 5px;
  }

  .card-equipe p {
    font-size: 13px;
    font-family: 'robotobold';
  }

  .titulo_diretoria h4{
    margin-bottom: 30px;
  }

  .equipe_diretoria{
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
  }
/* /FAIXA EQUIPE */

/* FAIXA GALERIA */
  .galeria {
    background: #212222;
    padding: 60px 0 20px 0;
    overflow: hidden;
  }

  .titulo_galeria {
    margin-bottom: 35px;
  }

  .titulo_galeria h4 {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: #fff;
    font-family: 'robotobold';
    margin: 0;
  }

  .titulo_galeria h4::after {
    content: "";
    position: absolute;
    top: 57%;
    left: calc(100% + 35px);
    width: calc(100vw - 400px);
    max-width: 1010px;
    height: 1px;
    background: #6C7071;
  }

  .linha {
    width: 100%;
    overflow: hidden;
    margin-bottom: 45px;
    position: relative;
  }

  .track {
    display: flex;
    gap: 25px;
    width: max-content;
    will-change: transform, opacity;
  }

  .item-galeria {
    width: 370px;
    flex: 0 0 370px;
    position: relative;
  }

  .item-galeria img {
    width: 100%;
    height: 236px;
    object-fit: cover;
    display: block;
    margin-bottom: 8px;
  }

  .item-galeria::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 236px;
    background: rgba(0,0,0,0.4);
    z-index: 2;
    pointer-events: none;
  }

  .item-galeria  .title-popup-card h2 {
    font-size: 38px;
    color: #fff;
    text-align: center;
    font-family: 'robotobold';
    line-height: 1.2;
    margin: 0;
    white-space: normal;
    position: absolute;
    width: 100%;
    max-width: 370px;
    top: 90px;
    left: 0;
    z-index: 3;
  }

  /*.item-galeria  .title-popup-card p{
    font-family: 'robotobold';
    font-size: 38px;
    line-height: 1.2;
    color: #fff;
    
    text-align: center;
    white-space: normal;
    
    margin: 0;
  }
*/
  .linha-top .track {
    animation: galeriaTop 36s linear infinite;
  }

  .linha-bottom .track {
    animation: galeriaBottom 36s linear infinite;
  }

  .popup-galeria {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .popup-galeria.active {
    display: flex;
  }

  .popup-galeria-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
  }

  .popup-galeria-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 820px;
    max-height: 85vh;
    overflow-y: auto;
    background: #fff;
    padding: 30px 16px 20px 16px;
    border-radius: 16px;
    overflow: hidden;
  }

  .popup-galeria-content .popup-galeria-close{
    font-size: 20px;
    color: #000;
    font-family: 'robotobold';
    margin: 0;
    white-space: normal;
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 36px;
    line-height: 1;
  }

  .popup-galeria-content #popupGaleriaTitle h2{
    display: block;

    font-family: 'robotobold';
    font-size: 36px;
    line-height: 1;
    white-space: normal;
    
    color: #000;

    padding-right: 32px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .popup-galeria-close {
    position: absolute;
    top: 0px;
    right: 16px;
    border: 0;
    background: transparent;
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
  }

  .popup-galeria-body {
    color: #000;
  }

  .popup-galeria-body p {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
  }


  @keyframes galeriaTop {
      0% {
          transform: translateX(var(--fim));
          opacity: 1;
      }
      78% {
          transform: translateX(0);
          opacity: 1;
      }
      90% {
          transform: translateX(0);
          opacity: 1;
      }
      96% {
          transform: translateX(0);
          opacity: 0;
      }
      96.01% {
          transform: translateX(var(--fim));
          opacity: 0;
      }
      100% {
          transform: translateX(var(--fim));
          opacity: 1;
      }
  }

  @keyframes galeriaBottom {
      0% {
          transform: translateX(0);
          opacity: 1;
      }
      78% {
          transform: translateX(var(--fim));
          opacity: 1;
      }
      90% {
          transform: translateX(var(--fim));
          opacity: 1;
      }
      96% {
          transform: translateX(var(--fim));
          opacity: 0;
      }
      96.01% {
          transform: translateX(0);
          opacity: 0;
      }
      100% {
          transform: translateX(0);
          opacity: 1;
      }
  }
/* /FAIXA GALERIA */

/* FAIXA DEPOIMENTOS */
  .depoimentos {
    background: #F0F0F0;
    padding-top: 40px;
    padding-bottom: 55px;
    text-align: center;
    color: #000;
  }

  .titulo_depoimentos h4 {
    font-size: 25px;
    font-family: 'robotobold';
    margin-bottom: 45px;
  }

  .lista_depoimentos .card-depoimento{
    margin: 0 10px;
  }

  .lista_depoimentos .owl-stage-outer{
    padding-top: 25px;
  }

  .card-depoimento {
    background: #fff;
    padding: 70px 10px 15px 10px ;
    max-width: 370px;
    text-align: left;
    position: relative;
    border-bottom: 5px solid #C61618;
  }

  .card-depoimento::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 20px;
    width: 70px;
    height: 70px;
    background: url('../imagens/aspas.png') no-repeat center;
    background-size: contain;
  }

  .card-depoimento p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
    text-align: justify;
  }

  .card-depoimento .nome {
    font-family: 'robotobold';
    font-size: 15px;
  }

  .depoimentos .owl-nav{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
  }

  .depoimentos .owl-nav button {
    width: 20px;
    height: 20px;
    background: none !important;
    border: none;
    cursor: pointer;
  }

  .depoimentos .owl-nav button span {
    display: none !important;
  }

  .depoimentos .owl-nav button.disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
  }

  .depoimentos .owl-nav button.owl-prev {
    background: url('../imagens/seta-esquerda.png') no-repeat center !important;
  }

  .depoimentos .owl-nav button.owl-next {
    background: url('../imagens/seta-direita.png') no-repeat center !important;
  }
/* /FAIXA DEPOIMENTOS */

/* FAIXA PARCEIROS */
  .parceiros {
    background: #fff;
    padding: 61px 0;
    overflow: hidden;
  }

  .logos-swiper {
    width: 100%;
  }

  .logos-swiper .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear !important;
  }

  .logos-swiper .swiper-slide {
    width: 170px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .logos-swiper .swiper-slide img {
    width: 100%;
    height: 80px !important;
    display: block;
    object-fit: contain;
  }
/* /FAIXA PARCEIROS */

/* FAIXA FOOTER */
  .footer {
    background: #C61618;
    color: #fff;
    padding: 70px 0 90px;
  }

  .footer-left h4 {
    font-size: 25px;
    font-family: 'robotobold';
    margin-bottom: 30px;
  }

  .footer-left p ,
  .footer-contatos span{
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
  }

  .footer-item {
    display: flex;
    gap: 13px;
    margin: 20px 0;
  }

  .footer-item img {
    width: 35px;
    height: 35px;
  }

  .footer-contatos {
    display: flex;
    gap: 38px;
    margin-bottom: 50px;
  }

  .footer-contatos div {
    display: flex;
    align-items: center;
    gap: 13px;
  }

  .footer-contatos img {
    width: 35px;
  }

  .footer-redes {
    display: flex;
    gap: 17px;
  }

  .footer-redes img {
    width: 35px;
    height: 35px;
  }

  .footer-right form{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    margin-top: 38px;
  }

  .footer-right form p{
    width: 100%;

    margin-bottom: 0px;
  }

  .footer-right input,
  .footer-right textarea {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border: none;
    margin-bottom: 10px;
    font-size: 15px;
    color: #000;
  }

  .footer-right textarea {
    height: 120px;
    resize: none;
    padding-top: 10px;
  }

  .footer-right input[type='submit'] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 40px;
    background: #000;
    color: #fff;
    border: none;
    font-size: 16px;
    font-family: 'robotomedium';
    transition: 0.5s;
  }

  .footer-right input[type='submit']:hover{
    background: #6C7071;
  }

  .footer-right .recaptcha__inner{
    width: 100%;
    max-height: 88px;

    display: flex;
    justify-content: start;
  }

  .footer-bottom {
    border-top: 1px solid #fff;
    margin-top: 40px;
    padding-top: 53px;
    font-size: 12px;
  }

  .footer-bottom a:hover{
    color: #fff;
  }

  .footer-bottom span{
    font-size: 14px;
    font-family: 'noto_sansregular';
  }

  .footer-bottom .text-right{
    position: relative;
    top: -8px;
  }

  .footer-bottom .text-right .kryz{
    display: flex;
    justify-content: flex-end;
  }

  .footer-bottom .text-right img{
    position: relative;
    top: -7px;
    margin-left: 22px;
  }
/* /FAIXA FOOTER */

/*PAGINA 404*/
  .pg-404 {
    min-height: 100vh;
    background: linear-gradient(180deg,  #C61618 0%, #000 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px;
    position: relative;
    overflow: hidden;
  }

  .pg-404::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../imagens/banner.png') center/cover no-repeat;
    opacity: 0.05;
  }

  .pg-404 .container {
    position: relative;
    z-index: 1;
    max-width: 700px;
  }

  .pg-404 h1 {
    font-size: 150px;
    line-height: 1;
    margin: 0;
    color: #C61618;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  }

  .pg-404 h2 {
    font-size: 26px;
    margin: 20px 0px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
  }

  .pg-404 .editor {
    font-size: 18px;
    color: #d8e0f0;
    line-height: 1.6;
  }

  .pg-404 .editor a {
    color: #FFFFFF!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: #FFFFFF!important;
  }

/*PAGINA PADRÃO WORDPRESS*/
  .page-padrao {
    background-color: #FFFFFF;
    padding: 150px 10px 50px 10px;
    color: #000;
    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 {
    color: #C61618;
    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-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
  }

  .page-padrao a {
    color: #C61618;
    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: #C61618;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }

  .page-padrao a:hover {
    color: #C61618;
  }

  .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: #C61618;
    color: #FFFFFF;
    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: #C61618;
    transform: translateY(-2px);
  }

/* MEDIAS */
  @media (min-width: 1300px) {
    .fade-left,
    .fade-right {
      width: clamp(60px, 6vw, 180px);
    }
  }

  @media (max-width: 1000px) {
    .fade-left,
    .fade-right {
      width: clamp(60px, 5vw, 180px);
    }
  }

  @media (max-width: 1199px) {
    .header {
      padding-top: 12px;
    }

    .logo {
      gap: 8px;
    }

    .logo-img {
      width: 130px;
      height: auto;
    }

    .logo-img2 {
      width: 102px;
      height: auto;
    }

    .divisor {
      height: 62px;
    }

    .menu ul {
      gap: 22px;
    }

    .menu ul > li {
      font-size: 15px;
      line-height: 1.2;
      white-space: nowrap;
    }

    .hero {
      height: 560px;
    }

    .hero-content {
      max-width: 470px;
    }

    .hero-content p {
      font-size: 22px;
      line-height: 34px;
      margin-bottom: 18px;
    }

    .solucoes .solucoes-carousel {
      width: 770px;
      max-width: 100%;
      margin: 0 auto;
    }

    .solucoes .owl-stage-outer {
      overflow: hidden !important;
    }

    .solucoes .card {
      width: 370px;
      height: 614px;
    }

    .imagem_sobre {
      text-align: center;
    }

    .equipe .owl-stage-outer {
      overflow: hidden !important;
    }

    .equipe-carousel .owl-stage {
      display: flex;
      align-items: flex-start;
      gap: 0px;
    }

    .equipe-carousel .owl-item {
      display: flex;
      justify-content: center;
    }

    .equipe-carousel .owl-item > * {
      margin-left: auto;
      margin-right: auto;
    }

    .equipe-carousel .card-equipe {
      width: 180px;
    }

    .footer-bottom{
      text-align: center;
    }

    .footer-bottom .text-right .kryz{
      margin-top: 25px;
      justify-content: center;
    }

    .diferenciais{
      height: 100%;
    }

    .diferenciais-bg{
      display:none;
    }

    .diferenciais-inner{
      grid-template-columns: 100% 100%;
    }

    .diferenciais-box{
      display:none;
    }

    .diferenciais-lista{
      width: 100%;
    }

    .diferenciais-lista ul{
      display:flex;
      flex-direction:column;
      gap:20px;
    }

    .diferenciais-lista li{
      background-size:cover;
      background-position:center;
      padding:25px;
      border-radius:6px;
      color:#fff;
      position:relative;
      overflow:hidden;
      flex-wrap: wrap;
    }

    .diferenciais-lista li::before{
      content:"";
      position:absolute;
      inset:0;
      background:rgba(0,0,0,0.55);
    }

    .diferenciais-lista li .texto{
      position:relative;
      font-size:18px;
      font-family:'robotobold';
    }

    .diferenciais-lista li .descricao{
      position:relative;
      font-size:14px;
      line-height:22px;
      margin-top:10px;
      display:none;
    }

    .diferenciais-lista li.active .descricao{
      display:block!important;
    }    
  }

  @media (max-width: 992px){
    p{
      font-size: 14px !important;
      line-height: normal !important;
    }

    .cabecalho{
      align-items: center;
    }

    .menu-toggle{
      display: block;
    }

    .menu{
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      width: 260px;
      background: #fff;
      box-shadow: 0 10px 25px rgba(0,0,0,0.08);
      padding: 15px 20px;
      z-index: 1000;
      margin-top: 0px;
    }

    .menu.active{
      display: block;
    }

    .menu ul{
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .menu ul > li{
      font-size: 16px;
    }

    .menu ul > li > a{
      display: inline-block;
      width: 100%;
    }

    .item-galeria {
      width: 300px;
      flex: 0 0 300px;
    }

    .item-galeria img {
      height: 190px;
    }

    .item-galeria p {
      font-size: 16px;
    }

    .hero-overlay{
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    .hero{
      min-height: 300px;
      height: auto;
    }

    .hero-content{
      max-width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .solucoes-carousel .owl-item{
      display: flex;
      justify-content: center;
    }

    .solucoes-carousel .card{
      width: auto;
      height: 500px;
    }

    .solucoes-carousel .card-content{
      bottom: 10px;
    }

    .sobre .col-lg-5{
      display: flex;
      justify-content: center;
    }

    .imagem_sobre{
      width: 100%;
      max-width: 470px;
      height: auto;
    }

    .equipe_diretoria{
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
    }

    .titulo_galeria{
      text-align: center;
    }

    .titulo_galeria h4::after{
      display: none;
    }

    .footer-left{
      text-align: center;
    }

    .footer-item{
      flex-direction: column;
      align-items: center;
    }

    .footer-item p{
      text-align: center;
    }

    .footer-contatos{
      flex-direction: column;
      align-items: center;
    }

    .footer-right{
      align-items: center;
    }

    .footer-redes{
      justify-content: center;
    }

    .diferenciais-bg{
      transform: scale(1.05);
    }

    #diferenciais:has(.diferenciais-lista li.active) .diferenciais-bg{
      transform: scale(1);
    }

    .diferenciais-box::before{
      content: '';
      position: absolute;
      inset: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      background: #FFFFFF;
      transition: all .4s linear;
    }

    .diferenciais-box.active::before{
      transform: scale(1.05);
    }    
  }

  @media (max-width: 768px){
    .diferenciais-lista{
      text-align: center;
    }

    .diferenciais-lista h4::after{
      display: none;
    }

    .item-galeria span{
      font-size: 22px;
      top: 70px;
    }

    .item-galeria::after {
      height: 190px;
    }

    .popup-galeria-content {
      padding: 18px 16px 18px 16px;
      max-height: 80vh;
    }

    .popup-galeria-content #popupGaleriaTitle{
      font-size: 24px;
    }

    .popup-galeria-close {
      font-size: 32px;
    }

    .popup-galeria-body p {
      font-size: 16px;
    }

    .popup-galeria-content span{
      font-size: 18px;
    }
  }

  @media (max-width: 575px) {
    .track {
      gap: 16px;
    }

    .item-galeria {
      width: 240px;
      flex: 0 0 240px;
    }

    .item-galeria img {
      height: 155px;
    }

    .item-galeria p {
      font-size: 14px;
    }
    .popup-galeria-content #popupGaleriaTitle{
      font-size: 20px;

      padding-right: 20px;
    }
    .popup-galeria-content .popup-galeria-close{
      top: 10px;
      right: 10px;

      font-size: 26px;
    }
    .parceiros {
      padding: 20px 0;
    }
  }

  @media (max-width: 425px){
    .sobre_nos{
      align-items: center;
    }

    .diferenciais-lista li{
      flex-direction: column;
    }

    .item-galeria::after {
      height: 155px;
    }
  }
/* /MEDIAS */