/* GERAL */
body {
    /*background: #fff;*/
    font-family: 'Arial', sans-serif;
}

section {
    width: 100%;
}
/**/
.carousel-item {
    position: relative;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));*/
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    padding: 100px 15px;
    z-index: 2;
}

.banner-overlay h1 {
    margin-top: 250px;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.banner-overlay p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #cdab7d;
}

@media (max-width: 768px) {
    .banner-overlay h1 {
        font-size: 1.6rem;
    }

    .banner-overlay p {
        font-size: 1rem;
    }

    .btn-lg {
        width: 100%;
        text-align: center;
    }
}

/**/

/* HERO - imagem de fundo com overlay */
.hero_dtm {
    /*background: url('../img/tratamentos/dtm_x1920.jpg') no-repeat center center;*/
    background-size: cover;
    padding: 100px 0;
    color: #fff;
    position: relative;
}

.hero_dtm::before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.hero_dtm .container {
    position: relative;
    z-index: 2;
}

.hero_dtm h1 {
    margin-top: 250px;
    font-size: 2.8rem;
    font-weight: bold;
}

.hero_dtm p {
    font-size: 1.2rem;
    margin: 20px 0;
    color: #cdab7d;
}

/* SEÇÕES COM intro_dtm */
.intro_dtm {
    width: 100%;
    background: #343732;
    padding-top: 89px;
    padding-bottom: 90px;
}

.intro_dtm_content {
    padding-top: 30px;
    color: #E7E2E2;
}

/* SEÇÕES COM intro_dtm */
.intro_dtm {
    width: 100%;
    background: #343732;
    padding-top: 89px;
    padding-bottom: 90px;
}

.intro_dtm_content {
    padding-top: 30px;
    color: #E7E2E2;
}

/* SEÇÕES COM intro_dtm */
.tratamento_dtm {
    width: 100%;
    background: #343732;
    padding-top: 89px;
    padding-bottom: 90px;
}

.tratamento_dtm_content {
    padding-top: 30px;
    font-size: 14px;
    color: #E7E2E2;
    line-height: 2;
}
/* SEÇÕES COM intro_dtm */
.perfil_dtm {
    width: 100%;
    background: #343732;
    padding-top: 89px;
    padding-bottom: 90px;
}

.perfil_dtm_content {
    padding-top: 30px;
    font-size: 14px;
    color: #E7E2E2;
    line-height: 2;
}
/* SEÇÕES COM FUNDO CLARO */
.secao-clara {
    background: #f8f8f8;
    padding: 80px 0;
}

.secao-clara h2, .secao-clara h3 {
    color: #333;
    margin-bottom: 20px;
}

.secao-clara p, .secao-clara li {
    font-size: 1rem;
    color: #555;
}

.secao-clara ul, .secao-clara ol {
    padding-left: 20px;
}

/* BOTÕES DE WHATSAPP */
.btn-lg {
    font-size: 1.25rem;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.btn-primary {
    background-color: #0056b3;
    color: #fff;
    border: none;
}

.btn-primary:hover {
    background-color: #004094;
}

.btn-success {
    background-color: #28a745;
    color: #fff;
    border: none;
}

.btn-success:hover {
    background-color: #218838;
}

.btn i {
    margin-right: 8px;
}

/* DEPOIMENTOS */
blockquote {
    background: #f0f0f0;
    border-left: 5px solid #ccc;
    padding: 15px;
    margin-bottom: 20px;
    font-style: italic;
    color: #333;
}
.img-caso-clinico {
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* VÍDEOS */
.videos iframe {
    border-radius: 6px;
    margin-bottom: 20px;
}

/* SEÇÃO SOBRE O DR. ANDRÉ */
.sobre-andre {
    padding: 80px 0;
    background: #f8f8f8;
}

.sobre-andre h2 {
    margin-top: 20px;
    font-size: 2rem;
    color: #333;
}

.sobre-andre p {
    color: #555;
    font-size: 1rem;
    margin-bottom: 10px;
}

.img-dr-andre {
    max-height: 300px;
    width: auto;
    margin-bottom: 20px;
}


.fellowship-bloco {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 12px 16px;
    border-radius: 8px;
}
img.logo-aarhus {
    max-height: 40px;
    width: auto;
    /*display: block;*/
    margin: 0 auto;
    background-color: #cdab7d;
}

.video-dr-andre {
    height: 100%;
    max-height: 600px;
    width: auto;
    max-width: 100%;
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}


@media (max-width: 768px) {
    .img-dr-andre {
        margin-bottom: 20px;
    }

    .video-dr-andre {
        max-height: 400px;
    }
}


/* RESPONSIVO */
@media (max-width: 768px) {
    .hero_dtm {
        padding: 60px 20px;
    }

    .hero_dtm h1 {
        font-size: 1.8rem;
    }

    .hero_dtm p {
        font-size: 1rem;
    }

    .btn-lg {
        width: 100%;
        text-align: center;
    }
}
