﻿body {
    font-size: 16px;
    font-family: 'allerregular',sans-serif;
    color: #000;
}

.laranja {
    color: #F37053
}

.roxo {
    color: #55489D;
}

.hidden-mobile {
    display: none;
}

.aplicativoBP {
}

/*
    = HERO
*/

.aplicativoBP__hero::after {
    display: none;
}

.aplicativoBP__hero {
    background: url(/Content/lp/aplicativo-bp/images/rua.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    margin-bottom: 60px;
}

    .aplicativoBP__hero::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: #55489D;
        opacity: 0.5;
        position: absolute;
        left: 0;
        right: 0;
        background: #55489D;
        background: linear-gradient(44deg,rgba(85, 72, 157, 0.8) 0%, rgba(243, 112, 83, 0.8) 100%)
    }

    .aplicativoBP__hero h1 {
        font-size: 24px;
        font-weight: 300;
        color: #FFF;
        background: rgba(0,0,0,0.60);
        margin: 16px;
        padding: 30px;
        border-radius: 10px;
        line-height: 32px;
    }

        .aplicativoBP__hero h1 span {
            display: block;
        }

            .aplicativoBP__hero h1 span.pequeno {
                font-size: 14px;
                line-height: 140%;
            }

            .aplicativoBP__hero h1 span.badge {
                border: 1px solid #FFF;
                border-radius: 122px;
                padding: 8px 16px;
                font-size: 14px;
                line-height: 130%;
                margin-bottom: 16px;
                display: inline-block;
            }

            .aplicativoBP__hero h1 span strong {
                font-weight: 600;
            }

                .aplicativoBP__hero h1 span strong.grande {
                    font-weight: 700;
                    font-size: 48px;
                }

                .aplicativoBP__hero h1 span strong.medio {
                    font-weight: 600;
                    font-size: 32px;
                }

    .aplicativoBP__hero .botoes {
        list-style: none;
        display: flex;
        justify-content: space-between;
        margin: 16px;
    }


@media(min-width:960px) {
    .hidden-mobile {
        display: block;
    }

    .hidden-desktop {
        display: none;
    }


    .aplicativoBP__hero .botoes {
        justify-content: start;
        gap: 8px;
    }

    .aplicativoBP__hero img {
        height: 100%;
        width: auto;
    }
}



/*
    = AGENDAR
*/
.aplicativoBP__agendar {
    padding: 80px 0;
}

    .aplicativoBP__agendar .container {
        background: url(/Content/agendamento-exames-consultas/rua.jpg) no-repeat center center;
        background-size: cover;
        position: relative;
    }


        .aplicativoBP__agendar .container::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: #55489D;
            background: linear-gradient(44deg,rgba(85, 72, 157, 0.8) 0%, rgba(243, 112, 83, 0.8) 100%)
        }

    .aplicativoBP__agendar header::after {
        display: none;
    }

    .aplicativoBP__agendar header {
        background: rgba(0,0,0,0.47);
        margin: 40px 0px;
        padding: 24px;
        width: 100%;
        border-radius: 10px;
    }

        .aplicativoBP__agendar header .badge {
            border: 1px solid #FFF;
            font-size: 14px;
            line-height: 130%;
            padding: 8px 16px;
            border-radius: 112px;
            margin-bottom: 16px;
            display: inline-block;
            color: #FFF;
        }

        .aplicativoBP__agendar header h2 {
            font-size: 24px;
            line-height: 120%;
            font-weight: 600;
            margin-bottom: 16px;
            color: #FFF;
        }

        .aplicativoBP__agendar header p {
            line-height: 140%;
            font-weight: 400;
            color: #FFF;
        }

        .aplicativoBP__agendar header ul {
            margin-top: 16px;
            display: block;
        }

            .aplicativoBP__agendar header ul li {
                display: flex;
                align-items: center;
                margin-bottom: 16px;
                gap: 8px;
                font-size: 14px;
                line-height: 140%;
                color: #FFF;
            }

                .aplicativoBP__agendar header ul li .sequencia {
                    background: #F9F9F9;
                    color: #F37053;
                    font-size: 20px;
                    width: 32px;
                    height: 32px;
                    text-align: center;
                    line-height: 140%;
                    border: 1px solid #A8A8D4;
                    display: block;
                    border-radius: 100%;
                }

                .aplicativoBP__agendar header ul li .texto {
                    width: calc(100% - 32px)
                }


    .aplicativoBP__agendar img {
        height: 100%;
    }

    .aplicativoBP__agendar .agruparBotoes {
        display: flex;
        gap: 16px;
        margin-top: 16px;
        flex-direction: column;
    }

@media(min-width:960px) {
    .aplicativoBP__agendar .container {
        border-radius: 12px;
    }

        .aplicativoBP__agendar .container::before {
            border-radius: 12px;
        }

    .aplicativoBP__agendar header {
        margin: 40px 60px;
        padding: 40px;
    }

    .aplicativoBP__agendar .agruparBotoes {
        flex-direction: row;
    }
}

.botao {
    border-radius: 25px;
    padding: 12px 20px;
    color: #FFF;
    font-size: 14px;
    line-height: 100%;
    background-color: #F37053;
    display: inline-block;
    font-weight: 700;
}


/*
    = Atendimento
*/

.atendimento {
    padding: 80px 0;
}

    .atendimento header {
        padding: 0 15px;
        margin-bottom:32px;
    }

    .atendimento h2 {
        text-align: center;
        color: #55489D;
        font-size: 18px;
        font-weight: 700;
        line-height: 130%;
    }

    .atendimento p {
        font-size: 14px;
        text-align: center;
        line-height: 140%;
    }

    .atendimento ul li {
        display: flex;
        padding: 16px;
        gap: 8px;
        box-shadow: 0 4px 24px #68686E14;
        margin-bottom: 16px;
        height: 106px;
        align-items: center;
    }

        .atendimento ul li .texto {
            color: #6E6E6E;
            font-size: 12px;
            line-height: 16px;
        }

            .atendimento ul li .texto strong {
                font-size: 14px;
                color: #55489D;
                line-height: 100%;
                margin-bottom:8px;
            }

@media(min-width:960px) {

    .atendimento h2 {
        font-size: 28px;
    }

    .atendimento p {
        font-size: 16px;
    }


    .atendimento ul {
        display: flex;
        gap: 16px;
        width:100%;
    }

    .atendimento ul li{
        width:calc(100% / 3);
    }

    .atendimento header {
        padding: 0 15px;
        margin-bottom: 64px;
    }

}
