.col-md-3 {
    flex: 0 0 auto;
    width: 23% !important;
}

@media (min-width: 500px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 23% !important;
        margin: 0 10px;
        }
}

/* Removendo regra conflitante que afeta col-md-6 globalmente */

body{
    overflow-x: hidden;
}

b {
    font-weight: bold;
}

.subtitle{
    margin-bottom: 60px;
}

/* Testimonial Carousel Styles */
.testimonial-card {
    background-color: #f8f9fa;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.testimonial-image-placeholder {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 20px;
    overflow: hidden;
    border: 3px solid #633030;
}

.testimonial-img {
    max-height: 400px;
    max-width: 300px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.testimonial-text {
    font-style: italic;
    color: #495057;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.6;
}

.testimonial-author {
    color: #633030;
    font-weight: bold;
    margin: 0;
    font-size: 1.1rem;
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: #633030;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
    background-color: #633030;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators button {
    background-color: #633030;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
}

.carousel-indicators button.active {
    background-color: #633030;
    opacity: 1;
}

/* WhatsApp Flutuante */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    animation: pulse 2s infinite;
}

.whatsapp-float a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
}

.whatsapp-float a:hover {
    background-color: #128c7e;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.whatsapp-float i {
    font-size: 30px;
}

/* Animação de pulso */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .testimonial-card {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .testimonial-image-placeholder {
        width: 60px;
        height: 60px;
    }
    
    .testimonial-text {
        font-size: 0.9rem;
    }
    
    .testimonial-author {
        font-size: 1rem;
    }
    
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
    }
    
    .whatsapp-float a {
        width: 50px;
        height: 50px;
    }
    
    .whatsapp-float i {
        font-size: 25px;
    }
}

#duvidas a{
    font-size: 20px;
    text-decoration: none;
    color: black;
}

#duvidas a:hover{
    font-size: 20px;
    text-decoration: none;
    font-weight: bolder;
    text-shadow: #343a40;
    
}


h1{
    font-family: "Lexend Deca", sans-serif;
    font-weight: 150;
    font-size: 70px;
    color: white;
}

li{
    font-family: "Lexend Deca", sans-serif;
    color: white !important;
}

#tsl h3{
    font-family: "Lexend Deca", sans-serif;
    font-weight: 150;
    font-size: 80px;
    color: rgb(35, 35, 35);
    font-size: 32px !important  ;
}

h2{
    font-family: "Lexend Deca", sans-serif;
    font-weight: 150 !important;
    font-size: 60px !important;
    color: white;
    font-weight: bold;
    text-align: left;
    
}
h4 {
    font-family: "Lexend Deca", sans-serif;
    font-weight: 330 !important;
    /* font-size: 50px !important; */
    font-weight: bold;
    color: #494747;
}
h3{
    font-family: "Lexend Deca", sans-serif;
    font-weight: 200 !important;
    font-size: 40px !important;
    font-weight: bold;
    color: #494747
}

p{
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 350;
}

.services .icon {
font-size: 40px;
color: #007bff;
}

.testimonial {
background-color: #f8f9fa;
padding: 40px;
border-radius: 5px;
}

.ajuda{
    margin-top: 50px;
    padding: 30px 0;
}

.testimonial{
    background-color: #633030;
    margin-top: 50px;
    padding: 30px 0;
}

.ajuda-items {
    text-align: center;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ajuda-items p {
font-size: 1rem;
margin-top: 15px;
text-align: center;
font-weight: 400;
}

.ajuda-icon {
width: 50px;
height: 50px;
}

.ajuda-items:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.ajuda-items p{
    margin-top: 5px !important;
}

.footer {
background: #343a40;
color: white;
padding: 20px 0;
text-align: center;
}

.container{
    width: 100% !important;
}


.intro {
    background-color: #633030;
    height: 100vh; /* Altura padrão para telas maiores */
    max-width: 100%;
}

.about {
    background-color: #344a51;
    height: 80vh; /* Altura padrão para telas maiores */
    width: 100%;
}

.pilar{
    margin: 60PX 0;
}

.ajuda{
    margin:50px 0;
}


.duvidas {
    background-color: white;;
    /* height: 80vh; Altura padrão para telas maiores */
    width: 100%;
}

.expert{
    background-color: #344a51;
    color: white;
    padding: 30px 0 50px 0;
    width: 101%;
}

@media (max-width: 768px) {
    .intro {
        height: 400px; /* Altura menor para tablets e dispositivos médios */
    }
}

@media (max-width: 576px) {
    .intro {
        height: 300px; /* Altura ainda menor para dispositivos móveis */
    }
}

@media (max-width: 768px) {
    .about {
        height: 400px; /* Altura menor para tablets e dispositivos médios */
    }
}

@media (max-width: 576px) {
    .about {
        height: 300px; /* Altura ainda menor para dispositivos móveis */
    }
}


.frst-photo {
    background-image: url('../img/ANC00877.jpg');
    background-size: cover; /* Garante que a imagem cubra toda a área */
    background-position: center; /* Centraliza a imagem */
    background-repeat: no-repeat; /* Evita repetição da imagem */
    height: 100vh;
    margin-right: 0;
}

.scnd-photo {
    background-image: url('../img/sobre.jpg');
    background-size: cover; /* Garante que a imagem cubra toda a área */
    background-position: center; /* Centraliza a imagem */
    background-repeat: no-repeat; /* Evita repetição da imagem */
    height: 80vh;
}

.text-block{
    padding: 0 80px ;
    color: white;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 150;
    justify-content: center;
}

.text-about{
    padding: 0 80px ;
    color: white;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 150;
    text-align: justify;
    justify-content: center;
    margin-top: 25px;
}

.default-btn {
    border-width: 2px !important; /* Define a largura da borda */
    border-style: solid; /* Adiciona estilo sólido para a borda */
    border-color: white; /* Define a cor da borda */
    color: #633030;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 20px; /* Adiciona espaçamento interno */
    display: inline-block; /* Garante que a largura da borda funcione corretamente */
    background-color: white; /* Garante fundo transparente, se necessário */
}

.default-btn:hover {
    border-width: 2px !important; /* Define a largura da borda */
    border-style: solid; /* Adiciona estilo sólido para a borda */
    border-color: white; /* Define a cor da borda */
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 20px; /* Adiciona espaçamento interno */
    display: inline-block; /* Garante que a largura da borda funcione corretamente */
    background-color: #633030; /* Garante fundo transparente, se necessário */
}

.btn-ajuda {
    border-width: 2px !important; /* Define a largura da borda */
    border-style: solid; /* Adiciona estilo sólido para a borda */
    border-color: transparent; /* Define a cor da borda */
    border-radius: 40px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 20px; /* Adiciona espaçamento interno */
    display: flex; /* Garante que a largura da borda funcione corretamente */
    background-color: #169508; /* Garante fundo transparente, se necessário */
    text-align: center;
    align-items: center;
    justify-content: center;
}

.ajuda-items-block{
    background-color: #f5f5f5;
    padding-top: 15px;
    border: solid;
    border-color: transparent;
    border-radius: 15px;
}

.pilares{
    padding: 0 25px;
    margin-top: 25px;
}

.col-md-4 p{
    text-align: justify;
}

/* responsivo */

.intro {
    background-color: #633030;
    height: 100vh; /* Altura padrão para desktops */
    /* display: flex; */
    align-items: center; /* Centraliza verticalmente */
}

.text-block {
    padding: 0 80px;
    color: white;
    font-family: "Lexend Deca", sans-serif;
    text-align: left; /* Alinhamento padrão */
}

/* Removendo definição duplicada */

.cta {
    display: inline-block;
    background-color: #0077aa;
    color: white;
    padding: 15px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 25px;
    transition: background-color 0.3s;
}

.cta:hover {
background-color: #005b80;
}

/* Responsividade para Tablets */
@media (max-width: 768px) {
    .intro {
        flex-direction: column; /* Coloca os elementos em coluna */
        height: auto; /* Altura automática para se ajustar ao conteúdo */
    }

    .text-block {
        padding: 20px; /* Reduz padding */
        text-align: center; /* Centraliza o texto */
    }

    .frst-photo {
        height: 300px; /* Altura menor para a foto */
        width: 410px;
    }
    
    /* Ajuste do botão btn-ajuda em tablets */
    .btn-ajuda {
        width: auto;
        min-width: 250px;
        font-size: 18px;
    }
    
    /* Ajuste do container do botão em tablets */
    .conatiner .col-3 {
        width: auto;
        text-align: center;
    }
}

/* Responsividade para Smartphones */
@media (max-width: 576px) {
    .text-block {
        padding: 10px; /* Ainda menos padding */
        text-align: center; /* Centraliza o texto */
        margin-bottom: 25px;
    }

    .frst-photo {
        height: 400px; /* Altura ainda menor para smartphones */
    }

    h1, h2, h3 {
        font-size: 2rem; /* Diminui o tamanho da fonte do título */
        text-align: left;
    }

    p {
        font-size: 1rem; /* Reduz o tamanho do parágrafo */
        text-align: left;
    }

    .default-btn {
        font-size: 0.9rem; /* Ajusta o botão */
        padding: 8px 16px;
    }

    #about .row {
        flex-direction: column;
    }
    #about .scnd-photo {
    margin-top: 20px; /* Espaço entre o texto e a imagem */
    }
    
    /* Correção do botão btn-ajuda no mobile */
    .btn-ajuda {
        width: 100%;
        max-width: 300px;
        font-size: 16px;
        padding: 12px 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    /* Ajuste do container do botão no mobile */
    .conatiner .col-3 {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    
    /* Limitação da largura do mapa no mobile */
    iframe {
        max-width: 370px !important;
        width: 100% !important;
        height: auto !important;
    }
}


/* Estilo base */

/* Ajustes para Tablets */
@media (max-width: 768px) {
    .about {
        flex-direction: column; /* Coloca os elementos em coluna */
        height: auto; /* Altura automática para se ajustar ao conteúdo */
    }

    .scnd-photo {
        height: 300px; /* Altura reduzida para tablets */
    }

    .text-about {
        padding: 20px; /* Reduz o espaçamento lateral */
        margin-top: 15px;
    }
}

/* Ajustes para Smartphones */
@media (max-width: 576px) {

    .scnd-photo {
        height: 200px; /* Altura menor para smartphones */
        width: 410px;
    }

    .text-about {
        padding: 10px; /* Reduz ainda mais o espaçamento lateral */
        text-align: left; /* Texto alinhado à esquerda para melhor leitura */
        font-size: 0.9rem; /* Reduz o tamanho da fonte */
    }

    h2, h3 {
        font-size: 2rem !important; /* Ajusta o tamanho do título */
        text-align: left; /* Centraliza o título para smartphones */
    }

    p {
        font-size: 0.85rem; /* Reduz o tamanho do parágrafo */
    }

    #expert .row::after {
        display: none;
    }
}

#expert .row {
    position: relative; /* Necessário para o pseudo-elemento */
}

#expert .row::after {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 50%; /* Linha no meio */
width: 2px; /* Espessura do traço */
background-color: rgba(255, 255, 255, 0.549); /* Cor do traço */
transform: translateX(-50%);
}



#expert .content-left,
#expert .content-right {
padding: 15px;
}

.social-btn{
    border-radius: 30px;
    background-color: white;
    color: black;
    border-width: 0;
    font-size: 18px;
}

/* Traço vertical */
.vertical-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background-color: white; /* Cor do traço */
    z-index: -1;
}

/* Ocultar no mobile */
@media (max-width: 767px) {
.vertical-line {
    display: none;
}
}

.questions-container {
    background-color: white; /* Fundo branco */
    border-radius: 8px; /* Bordas arredondadas */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra leve */
    padding: 35px 15px; /* Reduzido o padding */
    width: 50%; /* Largura reduzida para 50% */
    margin: 30px auto; /* Centraliza o bloco horizontalmente */
    box-sizing: border-box; /* Inclui o padding no cálculo da largura */
}

.questions-container .col-8 {
    border-bottom: 1px solid #ddd; /* Linha divisória entre perguntas */
    padding-left: 0; /* Remover o espaçamento interno à esquerda */
    padding-right: 0; /* Remover o espaçamento interno à direita */
}

.questions-container .col-8:last-child {
    border-bottom: none; /* Remove a linha na última pergunta */
}

@media (max-width: 576px){
    .questions-container{
        width: 100%;
        padding: 20px 0;
    }
    #duvidas a{
        font-size: 16px !important;
    }
}


/* TSL */

.h1-tsl{
    color: black;
    /* padding-left: 80px; */
    text-align: center;
}

.btn-tsl{
    background-color: black !important;
    border-color: black !important;
    display: flex;
    justify-content: center;
}

.tsl-block{
    padding-right: 30px !important;
}

.section-title{
    margin-top: 50px;
}

.circle-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgb(255, 0, 0);
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; /* Impede que o círculo encolha */
}

/* Se precisar ajustar o espaçamento entre o ícone e o texto */
.me-3 {
    margin-right: 1rem !important;
}

/* Ajuste para garantir que o texto se alinhe corretamente */
.d-flex p {
    margin-bottom: 0;
}

.img-m{
    display: flex;
    margin: 50px 0 30px 0;
}

@media (max-width: 576px) {
    .phone-trans {
        width: 100% !important;
    }

    .img-trans{
        display: none;
    }

    .img-m{
        text-align: center !important;
        display: unset;
        margin: 20px 0 30px 0 !important;
    }
}