
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");



:root {
    --font-primary: 'Montserrat', sans-serif;
    --font-secondary: 'Poppins', sans-serif;

    --color-primary: #174B8D;
}


h1,h2,h3,h4,h5,h6 {
    font-family: var(--font-primary);
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* HERO */
#hero {
    background-image: url(../img/hero/new-hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* HERO */

/* LOGOS */

.logos-clientes {
    margin-top: 40px;
    padding: 50px 80px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.logos-clientes img{
    width: 70%;
}

.my-carousel {
    overflow: hidden;
  }
  
  .my-carousel-items {
    display: flex;
    transition: transform 0.51s ease;
  }
  
  .my-carousel-item {
    flex: 0 0 auto;
    margin-right: 10px; /* Espaçamento entre os logos */
    display: flex; /* Permite alinhar a imagem dentro do item */
    justify-content: center; /* Alinha a imagem horizontalmente */
    align-items: center; /* Alinha a imagem verticalmente */
  }
  
  .my-carousel-item img {
    max-width: 200px;
    height: auto;
  }

  .piemonte img{
    width: 150px;
  }
  
  /* Media queries para tornar responsivo */
  @media screen and (max-width: 768px) {
    .my-carousel-item {
      margin-right: 5px; /* Reduz o espaçamento entre os logos em telas menores */
    }
    .my-carousel-item img {
        max-width: 150px;
        height: auto;
      }
  }
  
  @media screen and (max-width: 576px) {
    .my-carousel-item {
      margin-right: 3px; /* Reduz ainda mais o espaçamento em telas menores */
    }
    .my-carousel-item img {
        max-width: 150px;
        height: auto;
      }
  }
  
  /* Aplicando filtro para converter as logos em preto e branco */
  .my-carousel-item img {
    filter: grayscale(30%);
  }
  
  

/*@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

 .logos {
    overflow: hidden;
    padding: 40px 0;
    background-color: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    position: relative;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    content: "";
    z-index: 2;
}


.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 20s slide infinite linear;
}

.logos-slide img {
    height: 60px;
    margin: 0 40px;
}
LOGOS */
/* ÁREAS DE ATUAÇÃO */


.dropdown-menu a {
    color: black;
}


.titulo-hero h1 {
    font-family: var(--font-primary);
    font-weight: bold;
    color: #FFF;
    font-size: 51px;
    text-align: center;
}

.sobre-jca-hero p{
    font-family: var(--font-secondary);
}

.sobre-jca-hero strong {
    font-weight: 700;
}

.hero-description {
    color: white;
    font-family: var(--font-secondary);
    font-size: 22px;
    font-weight: 300;
}

.botoes-hero {
    padding-top: 70px;
}

.brasil {
    font-weight: 700;
}

.btn-hero-azul a, .btn-hero-branco a {
    text-decoration: none;
}

.btn-hero-branco a {
    color: #000;
}

.btn-hero-azul a {
    color: #FFF;
}

.btn-hero-branco {
    background-color: #D9D9D9;
    color: black;
    font-family: var(--font-secondary);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border:none;
    border-radius: 720px;
    padding: 10px 20px;
}

.btn-hero-azul {
    background-color: #174B8D;
    color: white;
    font-family: var(--font-secondary);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border:none;
    border-radius: 720px;
    padding: 10px 20px;
}



.linha {
    width: 70%;
    height: 2px;
    background-color: #d7d7d7;
    margin: 0 auto;
    margin-top: 110px;
}


.logos:before,
.logos:after {
    display: none;
}

.atuacao {
    padding-top: 25px;
}

.atuacao-titulo h2{
    font-size: 32px;
    font-weight: bold;
    font-family: var(--font-primary);
    text-align: center;
}
.atuacao-sub-titulo h4{
    font-size: 28px;
    font-family: var(--font-primary);
    text-align: center;
}

.icon-grid .col {
    text-align: center;
    padding-top: 10px;
}

.bg-cinza {
    background-color: #cecece;
}

.icon-grid .label {
    font-family: var(--font-secondary);
    color: black;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 20px;
}

  .icon-grid .icon {
    font-size: 40px;
    margin-bottom: 10px;
    color: var(--color-primary);
    padding-top: 20px;
}
  
/*
.card-atuacao {
     margin-top: 10px;
    padding: 30px;
    background-color: #D9D9D9;
    border-radius: 25px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 250px;
    height: 220px;
    text-align: center;
}

.card-atuacao p{
    color: var(--color-primary);
    font-size: 24px;
    font-weight: 600;
}

.card-atuacao img{
    width: 70px;
    padding-bottom: 20px;
} */

.ajuda {
    padding-top: 10px;
    background-color: #174B8D;
}

.ajudamos {
    background-image: url(../img/servicos/beneficios-fiscais.png), linear-gradient(to bottom, rgba(74,144,226,0) 0%, rgba(74,144,226,0) 100%), linear-gradient(to bottom, rgba(74,144,226,0) 0%, rgba(74,144,226,0) 100%);
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
        
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 1px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    color: var(--color-white);
    font-family: var(--font-secondary);
    font-weight: 300;
    font-size: 32px;
    text-align: center;
    padding: 40px 0;
  }

.ajudamos {
    text-align: center;
    align-self: center;
}

.mais-de {
    border: 3px solid red;
    border-radius: 100%;
}

.texto-ajuda h2{
    font-family: var(--font-secondary);
    color: rgb(255, 255, 255);
    font-size: 40px;
    text-align: center;
}

.jca-ajuda h2 {
    font-family: var(--font-primary);
    color: white;
    font-weight: bold;
    font-size: 30px;
    padding: 40px 0;
    text-align: left;
}

.btn-crescer {
    background-color: black;
    padding: 20px 20px;
    border: none;
    border-radius: 20px;
    text-transform: uppercase;
    color: white;
    font-family: var(--font-secondary);
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
}

/* NÚMEROS */
.card-numeros {
    margin-top: 10px;
    padding: 30px;
    background-color: #174B8D;
    border-radius: 125px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 250px;
    height: 250px;
    text-align: center;
}

.numeros-titulo h2{
    font-family: var(--font-secondary);
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.numeros-sub-titulo h4{
    font-family: var(--font-secondary);
    text-align: center;
}

.card-numeros h4{
    color: white;
    font-size: 24px;
    font-weight: 700;
}

.card-numeros i{
    font-size: 50px;
    padding-bottom: 20px;
    color: white;
}
/* NÚMEROS */

.chamadas {
   background: linear-gradient(180deg, #000 0%, #174B8D 100%);
}

.fazer-parte h1{
    color: white;
    font-family: var(--font-primary);
    font-weight: bold;
    text-transform: uppercase;
}

.texto-venha-fazer-parte {
    color: white;
    font-family: var(--font-secondary);
    text-align: center;
    font-size: 24px;
}

.texto-comercial-rapido {
    color: #337CD9;
    text-decoration-line: underline;
    font-style: italic;
    font-weight: bold;
}

.form-comercial{
    align-self: center;
}

.form-video {
    margin: 20px 0;
}

.form-video label{
    color: white;
}

.btn-form-video {
    text-align: center;
    background-color: #337CD9;
    padding: 10px 30px;
    border: none;
    color: white;   
    font-family: var(--font-secondary);
    border-radius: 15px;
}
.btn-form-faq {
    text-align: center;
    background-color: #337CD9;
    padding: 10px 30px;
    border: none;
    color: white;   
    font-family: var(--font-secondary);
    border-radius: 15px;
}


.form-faq label{
    color: white;
}



.video-jca {
    width:100%;
    height: 360px;
}

.video-frame iframe {
    box-shadow: 0px 4px 13px 16px rgba(136, 172, 219, 0.25);
}

.diferenciais-titulo h2 {
    text-align: center;
    font-family: var(--font-secondary);
    font-weight: bold;
    color: white;
}

.diferenciais-sub-titulo h4{
    text-align: center;
    color: white;
    font-family: var(--font-secondary);
    font-size: 24px;
}

.card-diferenciais {
    margin-top: 10px;
    padding: 30px;
    background-color: #174B8D;
    border-radius: 25px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 250px;
    height: 310px;
    text-align: center;
}

.card-diferenciais h4{
    color: white;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--font-primary);
}

.card-diferenciais p {
    color: white;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font-secondary);
}

.card-diferenciais i{
    font-size: 50px;
    padding-bottom: 20px;
    color: #fff;
}

.faq h1{
    color: white;
    font-family: var(--font-primary);
    font-size: 22px;
    text-align: center;
}

.linha-faq {
    width: 50%;
    height: 1px;
    background-color: white;
    margin: 0 auto;
}

.blog .card-body .card-title {
    font-family: var(--font-secondary);
    font-size: 16px;
}

.blog .card-body .card-text {
    font-family: var(--font-secondary);
    font-size: 14px;
}


.btn-blog  {
    background-color: #337CD9;
    border: none;
    border-radius: 15px;
    padding: 15px 20px;
    text-decoration: none;
    color: white;
    font-family: var(--font-secondary);
    font-weight: 700;
    text-transform: uppercase;
}

.texto-ultimo-form {
    font-family: var(--font-secondary);
    font-size: 24px;
    color: white;
    text-align: center;
    font-weight: bold;
}

.texto-ultimo-form span {
    color: #337CD9;
    font-weight: bolder;
}

.linha-ultimo-form {
    width: 70%;
    background: #FFF;
    height: 1px;
    margin: 0 auto;
}

.texto-insatisfeito {
    font-family: var(--font-secondary);
    font-size: 18px;
    color: #FFF;
    text-align: center;
}

.escolha {
    color: #FFF;
    font-family: var(--font-secondary);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}



/* ÁREAS DE ATUAÇÃO */

.faq .faq-list {
    padding: 0;
    list-style: none;
  }
  
.faq .faq-list li {
border-bottom: 1px solid #cccccc;
margin-bottom: 20px;
padding-bottom: 20px;
}

.faq .faq-list a {
display: block;
position: relative;
font-family: var(--font-secondary);
font-size: 18px;
line-height: 24px;
font-weight: 400;
padding-right: 25px;
cursor: pointer;
text-decoration: none;
}

.faq .faq-list i {
font-size: 24px;
position: absolute;
right: 0;
top: 0;
}

.faq .faq-list p {
margin-bottom: 0;
padding: 10px 0 0 0;
color: rgb(193, 193, 193);
}

.faq .faq-list .icon-show {
display: none;
}

.faq .faq-list a.collapsed {
color: white;
}

.faq .faq-list a.collapsed:hover {
color: #337CD9;
}

.faq .faq-list a.collapsed .icon-show {
display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
display: none;
}

.texto-ultimo-form {
    font-size: 33px;
}

.texto-insatisfeito {
    font-size: 24px;
}





@media (max-width: 480px) {
    .dropdown-menu a {
        color: black;
    }

    .titulo-hero h1 {
        font-family: var(--font-primary);
        font-weight: bold;
        color: #FFF;
    }
    
    .hero-description {
        color: white;
        font-family: var(--font-secondary);
        font-size: 16px;
        font-weight: 300;
    }
    
    .botoes-hero {
        padding-bottom: 30px;
    }

    .btn-hero-branco {
        background-color: #D9D9D9;
        color: black;
        font-family: var(--font-secondary);
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        border:none;
        border-radius: 720px;
        padding: 5px 15px;
        margin-bottom: 30px;
    }

    .btn-hero-azul {
        background-color: #174B8D;
        color: white;
        font-family: var(--font-secondary);
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        border:none;
        border-radius: 720px;
        padding: 5px 15px;
    }

    .linha {
        width: 70%;
        height: 2px;
        background-color: #d7d7d7;
        margin: 0 auto;
    }

    .logos-clientes {
        margin-top: 20px;
        padding: 20px 20px;
    }

    .logos-clientes img{
        width: 85px;
    }

    /* .logos:before,
    .logos:after {
        display: none;
    } */

    .atuacao {
        padding-top: 25px;
    }

    .atuacao-titulo h2{
        font-size: 22px;
        font-weight: bold;
        font-family: var(--font-primary);
        text-align: center;
    }
    .atuacao-sub-titulo h4{
        font-size: 17px;
        font-family: var(--font-primary);
        text-align: center;
    }

    .icon-grid .col {
        text-align: center;
        padding: 10px;
    }
    .icon-grid .label {
        font-family: var(--font-secondary);
        color: black;
        font-weight: 600;
        font-size: 20px;
    }
    
      .icon-grid .icon {
        font-size: 24px;
        margin-bottom: 10px;
        color: var(--color-primary);
    }

    /* .card-atuacao {
        margin-top: 10px;
        padding: 30px;
        background-color: #D9D9D9;
        border-radius: 25px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        width: 250px;
        height: 220px;
        text-align: center;
    }

    .card-atuacao p{
        color: var(--color-primary);
        font-size: 24px;
        font-weight: 600;
    }

    .card-atuacao img{
        width: 70px;
        padding-bottom: 20px;
    } */

    .ajuda {
        padding-top: 10px;
        background-color: #174B8D;
    }

    .texto-ajuda h2{
        font-family: var(--font-secondary);
        color: rgb(255, 255, 255);
        font-size: 24px;
        text-align: center;
    }

    .jca-ajuda h2 {
        font-family: var(--font-primary);
        color: white;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
    }
    
    .btn-crescer {
        background-color: black;
        padding: 10px 10px;
        border: none;
        border-radius: 20px;
        text-transform: uppercase;
        color: white;
        font-family: var(--font-secondary);
        text-decoration: none;
        font-weight: 700;
        font-size: 20px;
    }

    .card-numeros {
        margin-top: 10px;
        padding: 30px;
        background-color: #174B8D;
        border-radius: 25px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        width: 250px;
        height: 250px;
        text-align: center;
    }

    .numeros-titulo h2 {
        text-align: center;
        font-size: 28px;
    }

    .numeros-sub-titulo {
        text-align: center;
    }

    .card-numeros p {
        color: white;
        font-size: 24px;
        font-weight: 700;
    }

    .card-numeros i{
        font-size: 50px;
        padding-bottom: 20px;
        color: white;
    }

    .chamadas {
       background: linear-gradient(180deg, #000 0%, #174B8D 100%);;
    }

    .fazer-parte h1{
        color: white;
        font-family: var(--font-primary);
        font-weight: bold;
        text-transform: uppercase;
    }

    .texto-venha-fazer-parte {
        color: white;
        font-family: var(--font-secondary);
        text-align: center;
    }

    .texto-comercial-rapido {
        color: #337CD9;
        text-decoration-line: underline;
        font-style: italic;
        font-weight: bold;
    }

    .form-video {
        margin: 20px 0;
    }

    .form-video label{
        color: white;
    }

    .btn-form-video {
        text-align: center;
        background-color: #337CD9;
        padding: 10px 30px;
        border: none;
        color: white;   
        font-family: var(--font-secondary);
        border-radius: 15px;
    }

    .video-jca {
        width:100%;
        height: 270px;
    }

    .video-frame iframe {
        box-shadow: 0px 4px 13px 16px rgba(136, 172, 219, 0.25);
    }

    .diferenciais-titulo h2 {
        text-align: center;
        font-family: var(--font-secondary);
        font-weight: bold;
        color: white;
    }

    .diferenciais-sub-titulo h4{
        text-align: center;
        color: white;
        font-family: var(--font-secondary);
        font-size: 18px;
    }

    .card-diferenciais {
        margin-top: 10px;
        padding: 10px 10px;
        background-color: #174B8D;
        border-radius: 25px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        width: 250px;
        height: 310px;
        text-align: center;
    }

    .card-diferenciais h4{
        color: white;
        font-size: 24px;
        font-weight: 700;
        font-family: var(--font-primary);
    }

    .card-diferenciais p {
        color: white;
        font-size: 18px;
        font-weight: 700;
        font-family: var(--font-secondary);
    }

    .card-diferenciais i{
        font-size: 50px;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
    }

    .faq h1{
        color: white;
        font-family: var(--font-primary);
        font-size: 22px;
        text-align: center;
    }

    .linha-faq {
        width: 50%;
        height: 1px;
        background-color: white;
        margin: 0 auto;
    }

    .blog .card-body .card-title {
        font-family: var(--font-secondary);
        font-size: 16px;
    }
    
    .blog .card-body .card-text {
        font-family: var(--font-secondary);
        font-size: 14px;
    }

    .btn-blog {
        background-color: #337CD9;
        border: none;
        border-radius: 15px;
        padding: 15px 20px;
        text-decoration: none;
        color: white;
        font-family: var(--font-secondary);
        font-weight: 700;
        text-transform: uppercase;
    }

    .texto-ultimo-form {
        font-family: var(--font-secondary);
        font-size: 24px;
        color: white;
        text-align: center;
        font-weight: bold;
    }

    .texto-ultimo-form span {
        color: #337CD9;
        font-weight: bolder;
    }

    .linha-ultimo-form {
        width: 70%;
        background: #FFF;
        height: 1px;
        margin: 0 auto;
    }

    .texto-insatisfeito {
        font-family: var(--font-secondary);
        font-size: 18px;
        color: #FFF;
        text-align: center;
    }

    .escolha {
        color: #FFF;
        font-family: var(--font-secondary);
        font-size: 24px;
        font-weight: 700;
        text-align: center;
    }

}

/* TABLETS MEDIA QUERY */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown-menu a {
        color: black;
    }

    .titulo-hero h1 {
        font-family: var(--font-primary);
        font-weight: bold;
        color: #FFF;
    }
    
    .hero-description {
        color: white;
        font-family: var(--font-secondary);
        font-size: 16px;
        font-weight: 300;
    }
    
    .botoes-hero {
        padding-bottom: 30px;
    }

    .btn-hero-branco {
        background-color: #D9D9D9;
        color: black;
        font-family: var(--font-secondary);
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        border:none;
        border-radius: 720px;
        padding: 5px 15px;
    }

    .btn-hero-azul {
        background-color: #174B8D;
        color: white;
        font-family: var(--font-secondary);
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        border:none;
        border-radius: 720px;
        padding: 5px 15px;
    }

    .logos-clientes {
        margin-top: 20px;
        padding: 20px 60px;
    }

    .logos-clientes img{
        width: 150px;
    }

    /* .linha {
        width: 70%;
        height: 2px;
        background-color: #d7d7d7;
        margin: 0 auto;
    } 
    
    .logos:before,
    .logos:after {
        display: none;
    } */

    .atuacao {
        padding-top: 25px;
    }

    .atuacao-titulo h2{
        font-size: 26px;
        font-weight: bold;
        font-family: var(--font-primary);
        text-align: center;
    }
    .atuacao-sub-titulo h4{
        font-size: 22px;
        font-family: var(--font-primary);
        text-align: center;
    }

    .icon-grid .col {
        text-align: center;
        padding: 10px;
    }
    .icon-grid .label {
        font-family: var(--font-secondary);
        color: black;
        font-weight: 600;
        font-size: 20px;
    }
    
      .icon-grid .icon {
        font-size: 38px;
        margin-bottom: 10px;
        color: var(--color-primary);
    }

    /* .card-atuacao {
        margin-top: 10px;
        padding: 30px;
        background-color: #D9D9D9;
        border-radius: 25px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        width: 250px;
        height: 220px;
        text-align: center;
    }

    .card-atuacao p{
        color: var(--color-primary);
        font-size: 24px;
        font-weight: 600;
    }

    .card-atuacao img{
        width: 70px;
        padding-bottom: 20px;
    } */

    .ajuda {
        padding-top: 10px;
        background-color: #174B8D;
    }

    .texto-ajuda h2{
        font-family: var(--font-secondary);
        color: rgb(255, 255, 255);
        font-size: 26px;
    }

    .jca-ajuda h2 {
        font-family: var(--font-primary);
        color: white;
        font-weight: bold;
        font-size: 22px;
    }
    
    .btn-crescer {
        background-color: black;
        padding: 10px 20px;
        border: none;
        border-radius: 20px;
        text-transform: uppercase;
        color: white;
        font-family: var(--font-secondary);
        text-decoration: none;
        font-weight: 700;
    }

    .card-numeros {
        margin-top: 10px;
        padding: 30px;
        background-color: #174B8D;
        border-radius: 25px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        width: 250px;
        height: 250px;
        text-align: center;
    }
    
    .numeros-titulo h2{
        font-family: var(--font-secondary);
        font-size: 28px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .numeros-sub-titulo h4{
        font-family: var(--font-secondary);
        text-align: center;
    }

    .card-numeros p {
        color: white;
        font-size: 24px;
        font-weight: 700;
    }

    .card-numeros i{
        font-size: 50px;
        padding-bottom: 20px;
        color: white;
    }

    .chamadas {
       background: linear-gradient(180deg, #000 0%, #174B8D 100%);;
    }

    .fazer-parte h1{
        color: white;
        font-family: var(--font-primary);
        font-weight: bold;
        text-transform: uppercase;
    }

    .texto-venha-fazer-parte {
        color: white;
        font-family: var(--font-secondary);
        text-align: center;
    }

    .texto-comercial-rapido {
        color: #337CD9;
        text-decoration-line: underline;
        font-style: italic;
        font-weight: bold;
    }

    .form-video {
        margin: 20px 0;
    }

    .form-video label{
        color: white;
    }

    .btn-form-video {
        text-align: center;
        background-color: #337CD9;
        padding: 10px 30px;
        border: none;
        color: white;   
        font-family: var(--font-secondary);
        border-radius: 15px;
    }

    .video-jca {
        width:100%;
        height: 360px;
    }

    .video-frame iframe {
        box-shadow: 0px 4px 13px 16px rgba(136, 172, 219, 0.25);
    }

    .diferenciais-titulo h2 {
        text-align: center;
        font-family: var(--font-secondary);
        font-weight: bold;
        color: white;
    }

    .diferenciais-sub-titulo h4{
        text-align: center;
        color: white;
        font-family: var(--font-secondary);
        font-size: 18px;
    }

    .card-diferenciais {
        margin-top: 10px;
        padding: 10px 30px;
        background-color: #174B8D;
        border-radius: 25px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        width: 250px;
        height: 310px;
        text-align: center;
    }

    .card-diferenciais h4{
        color: white;
        font-size: 24px;
        font-weight: 700;
        font-family: var(--font-primary);
    }

    .card-diferenciais p {
        color: white;
        font-size: 18px;
        font-weight: 700;
        font-family: var(--font-secondary);
    }

    .card-diferenciais i{
        font-size: 50px;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
    }

    .faq h1{
        color: white;
        font-family: var(--font-primary);
        font-size: 22px;
        text-align: center;
    }

    .linha-faq {
        width: 50%;
        height: 1px;
        background-color: white;
        margin: 0 auto;
    }

    .blog .card-body .card-title {
        font-family: var(--font-secondary);
        font-size: 16px;
    }
    
    .blog .card-body .card-text {
        font-family: var(--font-secondary);
        font-size: 14px;
    }


    .btn-blog {
        background-color: #337CD9;
        border: none;
        border-radius: 15px;
        padding: 15px 15px;
        text-decoration: none;
        color: white;
        font-family: var(--font-secondary);
        font-weight: 700;
        text-transform: uppercase;
    }

    .texto-ultimo-form {
        font-family: var(--font-secondary);
        font-size: 24px;
        color: white;
        text-align: center;
        font-weight: bold;
    }

    .texto-ultimo-form span {
        color: #337CD9;
        font-weight: bolder;
    }

    .linha-ultimo-form {
        width: 70%;
        background: #FFF;
        height: 1px;
        margin: 0 auto;
    }

    .texto-insatisfeito {
        font-family: var(--font-secondary);
        font-size: 18px;
        color: #FFF;
        text-align: center;
    }

    .escolha {
        color: #FFF;
        font-family: var(--font-secondary);
        font-size: 24px;
        font-weight: 700;
        text-align: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .texto-ultimo-form {
        font-size: 24px;
    }

    .texto-insatisfeito {
        font-size: 18px;
    }

    .escolha {
        font-size: 22px;
    }
}