﻿.accordion .item .item-header h2 button.btn.btn-link {
    background-color: #626262;
    font-family: Source Sans Pro;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none
}

a.btn.w-100.style-btn:hover {
    font-weight: bold
}

.t-p {
    font-size: 20px
}

p {
    font-size: 18px
}

.fundo {
    background: #743963
}

span {
    color: #fff
}

.imagem {
    width: 100%
}

.alinhamento-botao {
    display: flex;
    justify-content: center
}

.style-btn {
    background: gray;
    margin-inline: 43px
}

    .style-btn:hover {
        background: gray;
        color: #fff
    }

.style-linha {
    background: #626262;
    opacity: 1;
    border-top: none
}

.titulo {
    color: #000;
    font-size: 50px
}

.sub-titulo {
    color: #000;
    font-size: 20px;
    text-decoration: underline
}

.link-acesso {
    text-decoration: none;
    color: #000;
    font-weight: bolder
}

.accordion .item {
    border: none;
    background: none
}

.duvidas {
    margin-bottom: 10px
}

img.icones-agend {
    width: 40%
}

a.link-agend {
    color: #000;
    text-decoration: none;
    display: flex;
    justify-content: center;
    font-size: 25px;
    font-weight: bolder
}

.t-p {
    color: #2e2e2e;
    padding: 7px 30px 0px 30px
}

.accordion .item .item-header {
    border-bottom: none;
    background: rgba(0,0,0,0);
    padding: 0px
}

    .accordion .item .item-header h2 button {
        color: #fff;
        font-size: 20px;
        padding: 15px;
        display: block;
        width: 100%;
        text-align: left;
        padding-left: 58px
    }

    .accordion .item .item-header h2 i {
        float: right;
        font-size: 30px;
        color: #fff;
        width: 60px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px
    }

button.btn.btn-link.collapsed i {
    transform: rotate(0deg)
}

button.btn.btn-link i {
    transform: rotate(180deg);
    transition: .5s
}

.imagem-mobile {
    display: none
}

@media(min-width: 0px)and (max-width: 990px) {
    .imagem-mobile {
        display: block
    }

    .imagem {
        display: none
    }

    .alinhamento-botao {
        margin: 1%
    }

    .accordion .item .item-header h2 button {
        padding-left: 19px
    }

    span.px-5 {
        font-size: 18px
    }

    .style-btn {
        margin-inline: 4px
    }

    img.icones-agend {
        width: 80%
    }
}
/*# sourceMappingURL=agendamento.css.map */
