﻿.site-wrap {
    padding-top: 92px;
}

.agendamento-exames {
}

.agendamento-exames__hero {
    background: #55489D url(/Content/agendamento-exames-consultas/banner-agendament-exames-consultas-mobile.png) no-repeat center right;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.agendamento-exames__content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.agendamento-exames__title {
    font-family: 'allerregular',sans-serif;
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 16px;
}

    .agendamento-exames__title strong {
        display: block;
    }

.agendamento-exames__text {
    color: #FFF;
    font-family: 'allerregular',sans-serif;
    margin: 0 0 12px;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
}

    .agendamento-exames__text strong {
        font-weight: bold;
    }

.agendamento-exames__button {
    font-size: 14px;
    font-family: 'allerregular',sans-serif;
    border: 1px solid #F37053;
    background-color: #F37053;
    color: #FFF;
    transition: linear 0.3s;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 25px;
}

    .agendamento-exames__button:hover {
        border: 1px solid #FFF;
        background-color: #55489D;
        color: #FFF;
    }

.agendamento-exames__button-white {
    border: 1px solid #FFF;
    background-color: #FFF;
    color: #F37053;
}

.agendamento-exames__faq {
    background-color: #F9F9F9;
    padding: 80px 0;
}

    .agendamento-exames__faq header {
        text-align: center;
        margin-bottom: 64px;
    }

        .agendamento-exames__faq header p {
            margin: 0;
            padding: 0;
            font-family: 'allerregular',sans-serif;
            font-size: 16px;
            line-height: 150%;
            color: #7A837B;
        }

            .agendamento-exames__faq header p strong.orange {
                color: #F37053;
                font-size: 14px;
                font-family: 'allerregular', sans-serif;
                font-weight: bold;
            }

        .agendamento-exames__faq header h2 {
            margin: 0;
            font-family: 'allerregular', sans-serif;
            font-weight: bold;
            font-size: 28px;
            line-height: 130%;
            color: #55489D;
        }

    .agendamento-exames__faq details {
        background: #FFF;
        margin-bottom: 16px;
        padding: 16px 24px;
    }

        .agendamento-exames__faq details summary {
            font-family: 'allerregular',sans-serif;
            font-size: 14px;
            font-weight: bold;
            line-height: 100%;
            color: #3C3C3C;
            cursor: pointer;
            position: relative;
        }

        /* Remove a setinha padrão */
        .agendamento-exames__faq details summary {
            list-style: none;
        }

            .agendamento-exames__faq details summary::-webkit-details-marker {
                display: none; /* Chrome, Safari */
            }

            .agendamento-exames__faq details summary::marker {
                content: ""; /* Firefox */
            }

            /* Ícone customizado (seta) */
            .agendamento-exames__faq details summary::after {
                content: "›"; /* pode trocar por →, ▼, + ou até um SVG */
                position: absolute;
                right: 10px;
                transition: transform 0.3s;
                color: #ff6a00;
            }

        /* Quando aberto, rotaciona a seta */
        .agendamento-exames__faq details[open] summary::after {
            transform: rotate(90deg); /* ou 180 dependendo do ícone */
        }

        .agendamento-exames__faq details p {
            font-family: 'allerregular',sans-serif;
            font-size: 14px;
            line-height: 150%;
            color: #6E6E6E;
        }

            .agendamento-exames__faq details p a {
                color: #55489D;
            }

@media (min-width:960px) {
    .site-wrap {
        padding-top: 0;
    }

    .agendamento-exames__hero {
        background: url(/Content/agendamento-exames-consultas/banner-agendament-exames-consultas-desktop.png) no-repeat center center;
        background-size: cover;
        min-height: 414px;
        padding: 32px 0;
    }

    .agendamento-exames__content {
        width: 50%;
    }

    .agendamento-exames__title {
        font-size: 32px;
    }

    .agendamento-exames__text {
        line-height: 18px;
        margin: 0 0 16px;
        padding: 0;
        font-size: 14px;
    }
}

@media (min-width:1601px) {
    .agendamento-exames__hero {
        height: 545px;
    }
}
