:root {
    ---corPrincipal--: #00583A;
    ---corSecundaria--: #066b4a;
}

.conteudo {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.atuacao {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
 
}


.conteudo h5 {
    font-weight: 300;
    letter-spacing: 4px;
}

.conteudo h1 {
    color: var(---corPrincipal--);
    font-weight: bold;
}

.conteudo span {
    width: 1px;
    height: 30px;
    background-color: var(---corPrincipal--);
    display: flex;
    text-align: center;
}

.imagemConteudo {
    width: 100%;
    margin-top: 3rem;
    text-align: center;
}

.imagemConteudo img {
    width: 50%;
    cursor: pointer;
}

.imagemConteudo h3 {
    font-size: 1.5rem;
    margin-top: 1rem;
    color: var(---corPrincipal--);
}

@media(max-width:768px) {

    .atuacao {
        margin-top: 6rem;
    }

    .imagemConteudo img {
        width: 90%;
        cursor: pointer;
    }
}

@media(max-width:576px) {
    .conteudo {
        margin-top: 10rem;
    }

    .imagemConteudo img {
        width: 90%;
        cursor: pointer;
    }
}

@media(max-width:900px) {
    .conteudo {
        margin-top: 12rem;
    }

    .imagemConteudo img {
        width: 90%;
        cursor: pointer;
    }
}

/* Estilos do modal */
.modal {
    display: none;
    /* Oculto por padrão */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    /* Fundo semi-transparente */
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative;
    width: 60%;
    /* Reduzido para 60% da tela */
    max-width: 600px;
    /* Tamanho máximo */
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
}

.modal video {
    width: 100%;
    border-radius: 10px;
}

/* Botão de fechar */
.close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #ff5c5c;
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 1.5rem;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}

.close-btn:hover {
    background-color: #ff2c2c;
}

.textoConteudo {
    width: 87%;
    display: flex;
    text-align: left;
    letter-spacing: 1px;
}

.textoConteudo p {
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    text-align: justify;
    padding: 0 1rem;
}

.galeria {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.imagemOne {
    flex: 1;
    text-align: center;
}

.imagemOne img {
    width: 55%;
    height: auto;
    cursor: pointer;
}

.imagemOne h3 {
    font-size: 1.5rem;
    margin-top: 1rem;
    color: var(---corPrincipal--);
}

.imagemOne p {
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    text-align: justify;
    padding: 0 1rem;
}

/* Hero-style para a Chamada para Ação */
.cta-hero-wrap {
    margin-top: 2rem;
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url('../images/fundo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-hero-wrapTwo {
    margin-top: 2rem;
    position: relative;
    width: 100%;
    height: 700px;
    background-image: url('../images/IMG_0660.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-textTwo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cta-textTwo span {
    width: 2px;
    height: 30px;
    background-color: var(---corPrincipal--);
    display: flex;
    text-align: center;

}

.cta-hero-wrap .overlayTwo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.cta-hero-wrapTwo .overlayThree {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.cta-hero-wrap .containerTwo {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 80%;
    z-index: 1;
    border: 1px solid rgb(78, 71, 71);
}

.content-section {
    /* Substitua pelo caminho da sua imagem */
    background-size: cover;
    background-position: center;
    padding: 4rem 2rem;
    /* Ajuste conforme necessário */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    /* Ajuste a altura conforme necessário */
}

.text-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
}

.left-content,
.right-content {
    width: 45%;
    /* Ajuste as larguras conforme necessário */
}

.left-content ul {
    list-style-type: disc;
    padding-left: 1rem;
}

.left-content li {
    margin-bottom: 1rem;
}

.right-content p {
    line-height: 1.6;
    margin-left: 1rem;
    text-align: justify;
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
    .text-container {
        flex-direction: column;
        text-align: center;
        height: 300px;
    }

    .left-content,
    .right-content {
        width: 100%;
        font-size: 13px;
    }
}

.cta-hero-wrapTwo .containerThree {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 80%;
    z-index: 1;
    border: 1px solid rgb(78, 71, 71);
}

.cta-hero-wrap .cta-text {
    max-width: 800px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.cta-hero-wrapTwo .cta-textTwo {
    max-width: 800px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.cta-hero-wrap .cta-text h1 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: bold;
}

.cta-hero-wrapTwo .cta-textTwo h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 4px;
}

.cta-hero-wrap .cta-text p {
    font-size: 18px;
    margin-bottom: 30px;
}

.cta-hero-wrapTwo .cta-textTwo h1 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}

.cta-hero-wrap .cta-button a {
    background-color: #00583A;
    padding: 15px 30px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    border: none;
    font-weight: bold;
}

.cta-hero-wrap .cta-button a:hover {
    background-color: #00432B;
}

@media (max-width: 768px) {
    .cta-hero-wrap {
        height: 300px;
    }



    .cta-hero-wrap .containerTwo {

        width: 80%;
        height: 90%;
        border: none;
    }

    .cta-hero-wrapTwo .cta-textTwo h3 {
        font-size: 14px;
        margin-bottom: 20px;
        font-weight: 400;
        letter-spacing: 4px;
    }

    .cta-hero-wrapTwo .cta-textTwo h1 {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 2px;
        margin-bottom: 3rem;
    }

    .cta-hero-wrapTwo .containerThree {

        width: 80%;
        height: 90%;
        border: none;
    }

    .cta-hero-wrap .cta-text h1 {
        font-size: 15px;
    }

    .cta-hero-wrap .cta-text p {
        font-size: 16px;
    }

    .cta-hero-wrap .cta-button a {
        padding: 12px 25px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .cta-hero-wrap {
        height: 300px;
    }

    .cta-hero-wrap .cta-text h1 {
        font-size: 24px;
    }

    .cta-hero-wrap .containerTwo {
        border: none;
    }

    .cta-hero-wrap .cta-text p {
        font-size: 14px;
    }

    .cta-hero-wrap .cta-button a {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* Galeria responsiva */
@media (max-width: 768px) {
    .galeria {
        flex-direction: column;
        align-items: center;
    }

    .imagemOne {
        width: 100%;
        margin-bottom: 2rem;
    }

    .imagemOne img {
        width: 100%;
        height: auto;
    }
}

.imagens {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 4rem;
}



.imagesIcon {
    width: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}

.imagesIcon img {
    width: 100%;
    max-height: 100px;
    object-fit: contain;
}

.imagesIcon h3 {
    letter-spacing: 2px;
    font-size: 14px;
    color: var(---corPrincipal--);
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
}

@media (max-width: 768px) {
    .imagens {
        flex-direction: column;
        align-items: center;
    }

    .imagesIcon {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .imagesIcon {
        width: 90%;
    }

    .imagesIcon img {
        max-height: 80px;
    }

    .imagesIcon h3 {
        font-size: 12px;
    }
}

.law-section {
    background-color: #f9f9f9;
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.containerLaw {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.law-content {
    display: flex;
    align-items: center;
    width: 100%;
}

.law-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0;
}

.law-info {
    max-width: 600px;
    padding-left: 30px;
}

.law-info h2 {
    color: #888;
    font-size: 18px;
}

.law-info h3 {
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.law-info p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.law-stats {
    display: flex;
    gap: 40px;
    margin-top: 20px;
}

.stat-item {
    text-align: center;
}

.stat-item img {
    width: 50px;
    margin-bottom: 10px;
}

.stat-item p {
    font-size: 16px;
    color: #333;
}

/* Responsividade */
@media (max-width: 768px) {
    .law-content {
        flex-direction: column;
        /* Empilha o conteúdo verticalmente em telas menores */
    }

    .law-info {
        padding-left: 0;
        padding-top: 20px;
        text-align: center;
        /* Centraliza o texto em telas menores */
    }

    .law-stats {
        flex-direction: column;
        /* Empilha as estatísticas verticalmente */
        gap: 20px;
        /* Reduz o espaçamento entre os itens */
    }

    .stat-item img {
        width: 40px;
    }

    .law-info h3 {
        font-size: 28px;
        /* Reduz o tamanho do título em telas menores */
    }

    .law-info p {
        font-size: 14px;
        /* Reduz o tamanho do texto */
    }
}

@media (max-width: 480px) {
    .law-info h2 {
        font-size: 16px;
        /* Ajusta o subtítulo */
    }

    .law-info h3 {
        font-size: 24px;
        /* Reduz ainda mais o tamanho do título para telas muito pequenas */
    }

    .law-info p {
        font-size: 14px;
        /* Mantém um texto legível, porém mais compacto */
    }

    .stat-item img {
        width: 35px;
        /* Diminui os ícones para telas muito pequenas */
    }

    .stat-item p {
        font-size: 14px;
    }
}
