/* estilização do procedimento-banner */

@media (min-width: 992px){
}

#procedimento-banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

@media (min-width: 992px){
    #procedimento-banner{
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 900px;
    }
}

#procedimento-banner h1{
    font-weight: 400;
    letter-spacing: 1px;
    color: #F2F2F2;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1.68rem;
}

#procedimento-banner h1 strong{
    font-weight: 700;
}

@media (min-width: 992px){
    #procedimento-banner h1{
        font-size: 3.2rem;
        line-height: 4rem;
    }
}

#procedimento-banner p{
    font-weight: 400;
    letter-spacing: 1px;
    color: #F2F2F2;
    margin-bottom: 2.4rem;
    font-size: 1.28rem;
}

#procedimento-banner .btn-cta{
    color: #F2F2F2;
    font-weight: 700;
    text-transform: uppercase;
}

/* fim da estilização do procedimento-banner */



#procedimento-definicoes,
#procedimento-detalhes,
#procedimento-motivacoes,
#procedimento-cicatrizacao,
#procedimento-execucao{
    background-color: #434A51;
    color: #F2F2F2;
}


#procedimento-definicoes h2, #procedimento-definicoes h3,
#procedimento-detalhes h2, #procedimento-detalhes h3,
#procedimento-motivacoes h2, #procedimento-motivacoes h3,
#procedimento-cicatrizacao h2, #procedimento-cicatrizacao h3,
#procedimento-execucao h2, #procedimento-execucao h3{
    color: #D6AA84;
}






#procedimento-definicoes .box-titulo-secao{
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5.4rem;
    text-align: center;
}

#procedimento-definicoes .box-titulo-secao:before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #D6AA84;
}

#procedimento-definicoes h2{
    font-weight: 700;
    letter-spacing: 1px;
    color: #D6AA84;
    font-size: 1.44rem;
    position: relative;
    z-index: 2;
    background-color: #434A51;
    margin-bottom: 0;
    padding: 0 1.68rem;
}

#procedimento-definicoes .numero{
    position: absolute;
    background-color: #F2F2F2;
    color: #434A51;
    border: 8px solid #434A51;
    border-radius: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.84rem;
    font-weight: 700;
    width: 4.8rem;
    height: 4.8rem;
    top: -2.4rem;
    left: calc(50% - 2.4rem);
}


#procedimento-definicoes article{
    background: linear-gradient(142.41deg, #434B52 0%, #575B5F 100%);
    border: 1px solid #D6AA84;
    border-radius: 12px;
    padding: 3.2rem 1.6rem 2.4rem;
}

#procedimento-definicoes article h3{
    font-weight: 700;
    color: #D6AA84;
    font-size: 1.2rem;
    margin-bottom: 1.84rem;
}

#procedimento-definicoes article p{
    color: #F2F2F2;
    font-size: .96rem;
    margin-bottom: 0;
}






#procedimento-detalhes h2, #procedimento-cicatrizacao h2{
    font-weight: 700;
    font-size: 1.68rem;
    margin-bottom: 1.68rem;
}

#procedimento-detalhes p, #procedimento-cicatrizacao p{
    color: #F2F2F2;
    font-size: .96rem;  
}

#procedimento-detalhes .btn-cta, #procedimento-cicatrizacao .btn-cta{
    margin-top: 3rem;
}

#procedimento-detalhes img, #procedimento-cicatrizacao img{
    border-radius: 16px;
    overflow: hidden;
}






#procedimento-motivacoes .box-titulo-secao{
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.68rem;
    text-align: center;
}

#procedimento-motivacoes .box-titulo-secao:before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #D6AA84;
}

#procedimento-motivacoes h2{
    font-weight: 700;
    letter-spacing: 1px;
    color: #D6AA84;
    font-size: 1.44rem;
    position: relative;
    z-index: 2;
    background-color: #434A51;
    margin-bottom: 0;
    padding: 0 1.68rem;
}

#procedimento-motivacoes .box-titulo-secao + .box p{
    color: #F2F2F2;
    font-size: .96rem;
    margin-bottom: 3rem;
}


#procedimento-motivacoes article{
    background: linear-gradient(142.41deg, #434B52 0%, #575B5F 100%);
    border: 1px solid #D6AA84;
    border-radius: 12px;
    padding: 1.6rem .96rem;
    text-align: center;
}

#procedimento-motivacoes article h3{
    font-weight: 700;
    color: #D6AA84;
    font-size: 1.2rem;
    margin-bottom: .96rem;
}

#procedimento-motivacoes article p{
    color: #F2F2F2;
    font-size: .96rem;
    margin-bottom: 0;
}








#procedimento-execucao .titulo-execucao{
    font-weight: 700;
    font-size: 1.44rem;
    margin-bottom: .96rem;
}

#procedimento-execucao .subtitulo-execucao{
    color: #F2F2F2;
    font-size: .96rem;
}


#procedimento-execucao .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

#procedimento-execucao .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#procedimento-execucao .swiper {
    height: 100%;
}


#procedimento-execucao article{
    background: linear-gradient(142.41deg, #434B52 0%, #575B5F 100%);
    border: 1px solid #D6AA84;
    border-radius: 8px;
    padding: .96rem;
    margin: 0 .8rem;
    height: 100%;
}

#procedimento-execucao article h3{
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: .8rem;
}

#procedimento-execucao article p{
    color: #F2F2F2;
    font-size: .96rem;
}

#procedimento-execucao .swiper-pagination .swiper-pagination-bullet{
    background-color: #F2F2F2;
}