html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

html, body, h1, h2, h3, h4, h5, h6, span, p, a, .data-box .number {
    font-family: "Manrope", sans-serif;
}

::selection {
    background: #ab606a;
    color: #fff;
}

p {
    font-size: 1.1rem;
}

.bg-dark {
    background-color: #AB606A !important;
}

.bg-dark-pattern-repeating-radial-gradient {
    background: repeating-radial-gradient( circle at 0 0, #ab606afc 0, #ab606a 50px ), repeating-linear-gradient( #ffffff, #f8f8f8 );
}

.pr-4 {
    padding-right: 4%;
}

.float{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background-color:#25d366;
    color:#FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 28px;
    padding: 8px !important;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float i {
    line-height: 1.5;
}

a.float:hover {
    color: #fff;
}

.my-float{
	margin-top:16px;
}

.float-grupo-de-estudos{
    width: auto;
    background-color: #ab606a;
    color:#FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    padding: 15px !important;
    box-shadow: 2px 2px 3px #9852528a;
    display: flex;
    text-decoration: none;
}

.float-grupo-de-estudos i {
    line-height: 1.5;
    margin-right: 5px;
}

a.float-grupo-de-estudos:hover {
    color: #fff;
}

.float-grupo-de-apoio{
    width: auto;
    background-color: #ab606a;
    color:#FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    padding: 15px !important;
    box-shadow: 2px 2px 3px #9852528a;
    display: flex;
    text-decoration: none;
}

.float-grupo-de-apoio i {
    line-height: 1.5;
    margin-right: 5px;
}

a.float-grupo-de-apoio:hover {
    color: #fff;
}

.div-balao-home {
    bottom: 1vw;
    right: 1vw;
    position: fixed;
    z-index: 5;
    display: flex;
}

.div-balao-home p {
    margin-bottom: 0px;
}

.balao-grupo {
    display:flex;
    margin:0 5px;
}

.copyright-section-home {
    margin: 0vw 5vw 0vw 5vw;
}

.cookie-container {
    position: fixed;
    display: flex;
    z-index: 9999999999;
    bottom: -100%;
    left: 0;
    right: 0;
    width: 100%;
    align-content: center;
    align-items: center;
    padding: 1.5rem;
    background: #f7f7f7;
    color: #333;
    font-size: 1rem;
    gap: 2rem;
    flex-wrap: wrap;
    color: #121212;
    box-shadow: 0 0 10px 0 #ededed;
    transition: 600ms;
}
div.agree {
    flex: 1 150px;
    text-align: center;
}
p.cookie-text {
    flex: 8 768px;
    margin-bottom: 0;
}
.cookie-container.active {
    bottom: 0;
}
.cookie-container a {
    color: #f5f6fa;
}
.cookie-btn {
    background: #ab606a;
    color: #fff;
    border: none;
    padding: 0.4rem 1.2rem;
    cursor: pointer;
    border-radius: 20px;
    font-size: 1rem;
}

.btn-choice-top {
    display: flex;
    margin-bottom: 10px;
}

.div-texts-specialists p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

#clinica img, #clinica video {
    width: 48%;
    margin: 1%;
}

@media screen and (max-width: 768px) {
    #column-title-servicos {
        padding-bottom: 90px;
    }
}

#linha-doutoras-secao-profissionais {
    margin-top: 2%;
}

#info-flechas-tratamentos {
    font-size: 18px;
    margin-bottom: 10px;
    font-style: italic;
}

#imagens-clinica {
    display: flex;
}

.pt-120 {
    padding-top: 120px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-60 {
    padding-bottom: 60px;
}

#home .container {
    max-width: 90%;
}

#home .btn-lg {
    font-size: 1.3vw;
}

#home .logo-home {
    padding-bottom: 30px;
}

.p-lg-5 {
    padding: 2.5rem !important;
}

.text-muted {
    color: #6a6a6a !important;
}

.card-middle-home {
    top: 5%;
}

.btn-paciente-home {
    margin-bottom: 20px;
}

.font-card-middle-home {
    font-size: 1.1rem;
}

.col-video-pacientes-page-first-section {
    padding:1%;
    text-align:right;
}

.accordion-item {
    background: #fefefe;
}

.img-shadow {
    box-shadow: 3px 3px 3px #33333321;
}

.pl-4 {
    padding-left: 4%;
}

.mt-6 {
    margin-top: 6.2rem;
}

.p-l-r-5 {
    padding-left: 8%;
    padding-right: 8%;
}

.swiper .btn-prev {
    left: 1.25rem !important;
}

.swiper .btn-next {
    right: 1.25rem !important;
}

@media screen and (min-width: 992px) {
    .only-mobile {
        display: none;
    }
    .botao-margin-desktop-mobile {
        margin-left: 20px;
    }
}

.copyright-section-home .container {
    max-width: 100% !important;
}

section#servicos .card-body p {
    font-size: 0.9rem;
}

section#cursos p {
    text-align: justify;
}

.modal-background-light {
    background-color: #f7f7f7;
    color: #AB606A !important;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 1.1rem;
}

.modal-background-light ul {
    margin-bottom: 0px;
}

@media screen and (max-width: 992px) {
    #btn-back-to-top {
        bottom: 90px;
    }
    .card-middle-home {
        top: 0%;
        padding: 0.5rem !important;
    }
    .font-card-middle-home {
        font-size: 1rem;
    }
    .row-images-pacientes-page-first-section {
        display: none;
    }
    .col-video-pacientes-page-first-section {
        text-align:center;
    }
    .mt-6-mobile {
        margin-top: 3rem !important;
    }
    .mb-6-mobile {
        margin-bottom: 3rem !important;
    }
    .pt-6-mobile {
        padding-top: 3rem !important;
    }
    .mt-0-mobile {
        margin-top: 0px !important;
    }
    #home .btn-lg {
        font-size: 4.3vw;
    }
    .div-balao-home {
        display: inline-block;
    }
    .balao-grupo {
        float:right;
        margin: 10px;
    }
    .div-balao-home p {
        font-size: 1rem;
    }
    .float-grupo-de-estudos i {
        line-height: 1.3;
        margin-right: 5px;
    }
    .float-grupo-de-apoio i {
        line-height: 1.3;
        margin-right: 5px;
    }
    #clinica img, #clinica video {
        width: 100%;
        margin: 1%;
    }
    .botao-margin-desktop-mobile {
        margin-top: 20px;
    }
}
