@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
    scroll-behavior: smooth;
}

:root {
    --main-font: 'Montserrat', sans-serif;
    --second-font: 'Poppins', sans-serif;
    --azul-claro: #9edaf426;
    --main-font-size: 1em;
    --main-color: #2b2b2b;
    --second-color: #812194;
    --third-color: #13a8eb;
    --fourth-color: #ffffff;
    --whatapp-green: #39c04b;
}

body {
    font-family: var(--main-font);
    font-size: var(--main-font-size);
}

h2 {
    font-size: 3rem;
    color: var(--second-color);
    letter-spacing: -0.03rem;
    font-weight: 300;
}

.button {
    border-radius: 2.1rem;
    border: 0 solid;
    background-color: var(--third-color);
    padding: 0.8rem 1.5rem;
    color: var(--fourth-color);
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.container-fluid {
    margin: 0;
    padding: 0;
}

section {
    scroll-margin: 5.5rem;
}

.space-header {
    overflow: hidden;
}

/* ________________________________________________ */

/* Nav */

#header {
    width: 100%;
    padding: 0.9rem 4%;
    position: fixed;
    top: 0;
    left: 0;
    transition: 1s;
}

#header a {
    color: #802194;
    text-decoration: none;
    position: relative;
}

header a:hover::after, header a.active::after {
    width: 50%;
}

header .navbar-brand img {
    width: 13rem;
    height: auto;
}

header .nav-link {
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.5625rem;
    text-transform: capitalize;
    color: var(--second-color);
}

header #text_nav_link_sublinhado {
    display: inline-block;
    position: relative;
    color: #802194;
  }
  
  header .nav-link::after{
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #802194;
    position: absolute;
    bottom: 0;
    left: 7%;
    transition: width 0.3s;
  }
  
  header .nav-link:hover::after{
    transform: scaleX(1);
    transform-origin: bottom left;
  }

#header.rolagem {
    background-color: white;
    padding: 0 4%;
}

/* Slider */

#slider .carousel-control-prev-icon, #slider .carousel-control-next-icon{
    margin: 3rem;
}

#banner{
    margin-top: 7.5rem;
}

#slider picture img {
    width: 100vw;
}

#slider .carousel-caption {
    text-align: left;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28123, 33, 148, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#robbu-whatsapp-button {
    z-index: 2;
}

a{
    text-decoration: none;
}

.btn-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

/* Especialidades */

#especialidades .linha_divisoria_roxa {
    width: 8rem;
    margin-bottom: 1rem;
}

#especialidades .list-group-item.active {
    color: var(--second-color);
    background-color: transparent;
    background-image: url(images/especialidades/setinha.png);
    background-position: center right 5%;
    background-repeat: no-repeat;
    border-color: var(--second-color);
}

/* Exames */

#exames {
    background-image: url(images/forma_gradiente_pequena.svg), url(images/forma_gradiente_pequena.svg);
    background-color: #9edaf433;
    background-repeat: no-repeat;
    background-position: 22% 7%, 2% 35%;
    ;
    background-size: 15rem;
}

#exames .imgCarousselAclinica{
margin-top: 15px;
}

#exames .bloco_exames .linha_um h2 {
    color: var(--third-color);
}

#exames .bloco_exames .linha_um img {
    width: 7rem;
    padding-left: 1rem;
    margin-bottom: 2rem;
}

#exames .carousel-indicators {
    position: relative;
    margin-top: 0.5rem;
}

#exames .carousel-indicators [data-bs-target] {
    background-color: var(--third-color)
}

#exames .bloco_exames .coluna-2 p {
    padding-left: 2rem;
}

#exames ul li {
    line-height: 2.3rem;
}

#exames li::marker {
    color: var(--third-color);
}

.modal {
    --bs-modal-width: 700px;
}

.btn-close{
    position: absolute;
    right: 1rem;
    top: 1rem
}

.modal-content {
    background-image: url(images/bg-modal.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-direction: row;
}

.modal-content img {
    width: auto;
}

#slider .btnmodal{
    position: absolute;
    bottom: 10%;
    left: 15%;
}

/* Diretor Clinico */

#exames .background_diretor_clinico {
    background-image: url(images/backgrounds/background_corpo_clinico.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#exames .diretor_clinico .coluna-1 {
    padding-top: 1rem;
}

#exames .diretor_clinico h2 {
    color: var(--fourth-color);
}

#exames .diretor_clinico .coluna-2 img {
    margin-top: -6rem;
}

#exames .diretor_clinico .linha_um img {
    width: 10rem;
    height: 0.1rem;
    margin-left: 0.8rem;
}

#exames .diretor_clinico h3 {
    color: var(--fourth-color);
    font-family: var(--main-font);
    font-size: 1.5rem;
}

#exames .diretor_clinico p, #corpo-clinico .coluna-1 p{
    color: var(--fourth-color);
    font-family: var(--main-font);
    font-size: 1.1rem;
}

#exames .diretor_clinico button {
    width: 17rem;
    height: auto;
}

#exames .diretor_clinico .coluna-2 img {
    width: 39rem;
    height: auto;
}

/* A clinica*/

#a-clinica {
    background-image: url(images/forma_gradiente_pequena.svg), url(images/forma_gradiente_pequena.svg);
    background-repeat: no-repeat;
    background-position: 55% 37%;
    background-size: 17rem;
}

#a-clinica .coluna-1 {
    margin-bottom: 2rem;
}

#a-clinica .linha_divisoria_roxa {
    width: 8rem;
    margin-bottom: 1rem;
}

#a-clinica .coluna-1 h3 {
    color: var(--second-color);
}

#a-clinica .coluna-1 p.endereco_a_clinica {
    color: var(--second-color);
    line-height: 0.1rem;
    padding-left: 1rem;
}

#a-clinica .coluna-1 img {
    margin-bottom: 1rem;
}

#a-clinica .coluna-1 a {
    text-decoration: none;
}

#a-clinica .coluna-2 {
    position: relative;
}

.imgCarousselAclinica{
    width: 100%;
    border-radius: 0.625rem;
    object-fit: cover;
}

#a-clinica .imgCarousselAclinica{
    height: 23rem;
}

#a-clinica .coluna-2 img {
    margin-bottom: 2rem;
}

.carousel-indicators [data-bs-target] {
    background-color: var(--second-color);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    border-bottom: 0;
    border-top: 0;
}

#a-clinica iframe {
    width: 100%;
    height: 28rem;
    margin-bottom: -0.5rem;
}

.google_maps{
    margin-top: 2rem;
}

/* corpo clinico */

#corpo-clinico {
    background-color: var(--azul-claro);
}

#corpo-clinico .doutores .grid-bloco {
    display: grid;
    grid-template-columns: .5fr 1fr;
    grid-template-rows: .5fr 2fr;
    column-gap: 1rem;
    grid-template-areas: "imagem crm"
        "imagem texto";
}

#corpo-clinico .doutores .imagem {
    grid-area: imagem;
}

#corpo-clinico .doutores .crm {
    grid-area: crm;
}

#corpo-clinico .doutores .texto {
    grid-area: texto;
}

#corpo-clinico .bloco-top {
    background-image: url(images/backgrounds/background_corpo_clinico.jpg);
    background-repeat: no-repeat;
    background-position: top; 
    background-size: 100%;
}

#corpo-clinico .slides_corpo_clinico {
    margin: auto;
}

#corpo-clinico .carousel-indicators {
    position: relative;
    margin-top: 0.5rem;
}

#corpo-clinico .doutores_background_azul .carousel-indicators [data-bs-target] {
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--third-color)
}

#corpo-clinico h2 {
    color: var(--fourth-color);
    font-weight: 300;
}

/* Doutores */

.doutores_background_azul img, .doutores_background_branco img {
    border-radius: 0.63rem;
}

.doutores_background_azul {
    background-color: var(--azul-claro);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.efeito_background_paulo {
    background-image: url(images/forma_gradiente_pequena.svg);
    background-repeat: no-repeat;
    background-position: 6% 85%;
    background-size: 7rem;
}

#corpo-clinico .crm {
    padding-left: 1rem;
}

#corpo-clinico .doutores_background_azul .crm h2 {
    font-family: var(--main-font);
    color: var(--third-color);
    font-size: 1.8rem;
    font-weight: 700;
}

#corpo-clinico .doutores_background_azul .crm h3 {
    font-family: var(--main-font);
    color: var(--third-color);
    font-size: 1.1rem;
    font-weight: 500;
}

#corpo-clinico .doutores_background_azul .crm img {
    width: 35rem;
    height: 0.1rem;
}

#corpo-clinico .doutores_background_azul .texto ul li {
    font-size: 0.95rem;
    line-height: 2;
}

#corpo-clinico .doutores_background_azul .texto a {
    color: var(--third-color);
    font-weight: 700;
}

#corpo-clinico .doutores_background_azul .texto p {
    padding-left: 1.2rem;
}

#corpo-clinico .doutores_background_azul li::marker {
    color: var(--third-color);
}

#corpo-clinico .doutores_background_branco {
    background-color: var(--fourth-color);
}

#corpo-clinico .doutores_background_branco .crm h2 {
    font-family: var(--main-font);
    color: var(--second-color);
    font-size: 1.8rem;
    font-weight: 700;
}

#corpo-clinico .doutores_background_branco .crm h3 {
    font-family: var(--main-font);
    color: var(--second-color);
    font-size: 1.1rem;
    font-weight: 500;
}

#corpo-clinico .doutores_background_branco .crm img {
    width: 35rem;
    height: 0.1rem;
}

#corpo-clinico .doutores_background_branco .texto ul li {
    font-size: 0.95rem;
    line-height: 2;
}

#corpo-clinico .doutores_background_branco .texto a {
    color: var(--second-color);
    font-weight: 700;
}

#corpo-clinico .doutores_background_branco .texto p {
    padding-left: 1.2rem;
}

#corpo-clinico .doutores_background_branco li::marker {
    color: var(--second-color);
}


/* contato */

.bloco_convenios h2 {
    color: var(--second-color);
    font-family: var(--main-font);
    font-size: 3rem;
    font-weight: 300;
}

.bloco_convenios p {
    color: var(--main-color);
    font-family: var(--main-font);
    font-size: 1.1rem;
    font-weight: 500;

}

.logos_convenios img {
    width: 10rem;
}

#contato .texto_convenios {
    max-width: 35rem;
}

#contato .coluna-2 {
    max-width: 45rem;
}


.botoes_tel_whats {
    margin-top: 1.5rem;
}

.botao_telefone_convenios {
    background-color: var(--second-color);
    width: 13rem;
    font-size: 1.1;
    font-family: var(--main-font);
    font-weight: 500;
}
.botao_telefone_convenios:hover {
    background-color: #812194e3;
}

.botao_telefone_convenios img {
    width: 1.3rem;
}

.botao_whatsapp_convenios {
    background-color: var(--whatapp-green);
    width: 13rem;
    font-size: 1.1;
    font-family: var(--main-font);
    font-weight: 500;
}
.botao_whatsapp_convenios:hover {
    background-color: rgba(42, 204, 64, 0.932);
}

.botao_whatsapp_convenios img {
    width: 1.5rem;
}

/* depoimentos */

.slick-carousel{
    margin: 0 auto;
}

.slick-prev:before, .slick-next:before {
    color: var(--second-color);
}

.slick-dots li button:before{
    color: rgb(135, 52, 151);
}

.slick-dots li.slick-active button:before{
    color: var(--second-color);
}

.slick-slide img {
    display: inline;
}

.card{
    margin: 0 auto;
}

.estrelasFeedback{
    width: 7rem;
}

#depoimentos{
    background-image: url(images/forma_gradiente_pequena.svg), url(images/forma_gradiente_pequena.svg);
    background-color: #F0F9FD;
    background-repeat: no-repeat;
    background-position: 35% 96%, 97% 14%;
    background-size: 9rem, 12rem;
}

#depoimentos .title{
    margin-bottom: 2rem;
}

#depoimentos h2{
    color: var(--third-color);
}

#depoimentos p{
    font-weight: bold;
}



.carousel-control-prev-icon, .carousel-control-next-icon{
    background-size: 1.5rem;
    background-color: #4D4D4D;
    border-radius: 100%;
}

.carousel-control-next, .carousel-control-prev {
    width: auto;
}

#depoimentos .carousel-control-prev{
    left: -3rem;
}

#depoimentos .carousel-control-next{
    right: -3rem;
}

/*Footer*/

footer {
    background-image: url(images/backgrounds/background_footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 1rem;
    color: var(--fourth-color);
}

footer .coluna-1 img {
    width: 13rem;
    padding-bottom: 1rem;
}

footer h4 {
    color: var(--fourth-color);
    font-family: var(--main-font);
    font-size: 1.2rem;
    font-weight: 700;
    padding-top: 1rem;
}

footer img,
p {
    padding-top: 0.5rem;
}

.colunas_footer {
    text-align: left;
}

footer a {
    text-decoration: none;
}

footer a p:hover {
    color: rgba(255, 255, 255, 0.61);
}

footer .textos_footer {
    color: var(--fourth-color);
    font-family: var(--main-font);
    font-size: 1.1rem;
    font-weight: 500;
}

footer .texto_endereco_secundario {
    color: var(--fourth-color);
    margin-top: -1rem;
    font-weight: 300;
    font-size: 1rem;
}

footer .row {
    padding-left: 0%;
}

/* Rodapé */
.texto_rodape p{
    margin: 3px;
}

.logoApis{
    width: 9rem;
    padding-top: 0.7rem;
}

footer .texto_rodape {
    font-family: var(--main-font);
    background-color: var(--second-color);
    color: var(--fourth-color);
    text-align: center;
    font-size: 0.9rem;
}