@font-face {
    font-family: Adam-bold;
    src: url("../fonts/Adam-Bold.ttf");
}

@font-face {
    font-family: Adam-medium;
    src: url("../fonts/Adam-Medium.ttf");
}


@font-face {
    font-family: Saritha;
    src: url("../fonts/Saritha.ttf");
}

/* Geral*/

* {
    padding: 0;
    margin: 0;
}

body, html {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    position: relative;
}

.icone-verde-whatsapp{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
}

.icone-verde-whatsapp img{
    width: 70px;
}

@media (max-width: 767px){
    .icone-verde-whatsapp img{
        width: 50px;
    }
}

/*Scrollbar*/

body::-webkit-scrollbar {
    width: 10px
} 
  
body::-webkit-scrollbar-thumb {   
    background-color: #af495e;
    border-radius: 5px;   
}

/* Navbar */

.bg-rosa-medio{
    background-color: #c89496 !important;
}

.nav-link{
    font-family: Adam-bold, sans-serif;
}

.botao-agenda-consulta{
    border: 2px solid #fae8ec;
    border-radius: 10px;
    cursor: pointer;
    transition: .5s;
}

.calendario-icone{
    color: #fae8ec;
    margin-left: 10px;
    margin-right: 10px;
    transition: .5s;
}

.agendar-texto{
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.botao-agenda-consulta {
    color: #fae8ec;
    font-family: Adam-Bold, sans-serif;
    padding: 3% 0;
}

.botao-agenda-consulta:hover {
    background-color: #fae8ec;
    color: #c89496 !important;
}

.botao-agenda-consulta:hover .calendario-icone{
    background-color: #fae8ec36;
    color: #c89496;
    transition: .5s;
} 

.item-menu{
    font-size: 18px;
}

.tag-a-agendar a{
    margin-right: 4px;
}

.navbar img{
    width: 25px;
    margin-top: 8px;
    margin-right: 5px;
}

.insta-e-wpp-menu{
    display: flex;
    flex-direction: row;
}

/* Seção 1 */
.secao1{
    background-image: url(../img/OndaRosaMedio.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 90%;
    background-size: cover;
    padding-top: 150px;
}

.secao1 img{
    max-width: 600px;
    width: 100%;
    min-width: 300px;
}

/*Sobre mim*/
.sobre-mim{
    margin-top: -80px;
}

.sobre-mim h1{
    font-family: 'Julius Sans One', sans-serif;
}

.sobre-mim p{
    font-family: 'Spartan', sans-serif;
}

.sobre-mim img{
    /*height: 500px;*/
    width: 100%;
    border-radius: 10px;
    box-shadow: 7px 7px 15px 1px rgba(0, 0, 0, 0.25);
}

.titulo-secao h1{
    color: #c89496;
}

.linha-titulo-secao{
    border: 2px solid #fae8ec;
    width: 150px;
}

.container-principal {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 80%;
}

.container-principal .logo {
    height: 100px;
    width: auto;
}

@media (max-width: 767px){
    .texto-sobre-mim{
        margin-top: 3rem;
    }
}

/* Pilares de formação */
.pilares-formacao{
    background-image: linear-gradient(to bottom, #c89496, #fcfcfc);
}
.pilares-formacao h1{
    color: #fae8ec;
    font-family: "Dancing script", sans-serif;
    font-size: 50px;
}

.pilares-formacao li{
    font-family: 'Spartan', sans-serif;
    margin-bottom: 25px;
    text-align: justify;
}

.botao-olha-lattes {
    color: #c89496;
    font-family: Adam-Bold, sans-serif;
    padding: 3% 0;
    border: 2px solid #c89496;
    border-radius: 10px;
    cursor: pointer;
    transition: .5s;
}

.curriculo-icone{
    color: #c89496;
    margin-left: 10px;
    margin-right: 10px;
    transition: .5s;
}

.botao-olha-lattes:hover {
    background-color: #c89496;
    color: #fae8ec !important;
}

.botao-olha-lattes:hover .curriculo-icone{
    background-color: #c89496;
    color: #fae8ec;
    transition: .5s;
} 

@media (max-width: 575px){
    .botao-olha-lattes-div{
        margin-left: 15px;
    }
    ul{
        margin: 0px 8px 0px 8px;
    }
}

/* Sobre o geriatra */
.sobre-o-geriatra{
    background-color: #fcfcfc;
}

.sobre-o-geriatra h1{
    font-family: 'Julius Sans One', sans-serif;
}

.sobre-o-geriatra li{
    margin-bottom: 10px;
}

.sobre-o-geriatra li,
.sobre-o-geriatra p{
    font-family: 'Spartan', sans-serif;
    text-align: justify;
}
.sobre-o-geriatra img{
    width: 90%;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 7px 7px 15px 1px rgba(0, 0, 0, 0.25);
}

.botao-agendar-sobre-geriatra div{
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Quando procurar um geriatra */
.quando-procurar{
    background-color: #fae8ec;
}

.quando-procurar h1{
    color: #c89496;
    font-family: "Dancing script", sans-serif;
    font-size: 50px;
}
.quando-procurar p{
    font-family: 'Spartan', sans-serif;
}

.quando-procurar h4{
    font-family: 'Julius Sans One', sans-serif;
}

.botao-agendar-sobre-geriatra p{
    font-family: Adam-Bold, sans-serif;
}

@media (max-width: 575px){
    .sobre-o-geriatra img{
        margin-top: 10px;
    }
}

/* Cards comorbidades */
.cards-comorbidades{
    background-color: #fcfcfc;
}
.cards-comorbidades h1{
    font-family: 'Julius Sans One', sans-serif;
}
.circle-card{
    background-color: #c89496;
    height: 120px;
    width: 120px;
    border-radius: 50%;
}

.cards-comorbidades p{
    font-family: 'Spartan', sans-serif;
}

.circle-card img{
    width: 90px;
    margin-top: 13px;
}
.flip-card-front h4{
    color: #c89496;
    font-family: 'Spartan', sans-serif;
}

.flip-card {
    background-color: #fcfcfc;
    width: 250px;
    height: 350px;
    perspective: 1000px;
    border-radius: 10px;
    
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 8px;
    /*border: 2px solid #c89496;*/
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    border: 2px solid #c89496;
}

.flip-card-front {
    background-color: #fff;
    color: black;
}

.flip-card-back {
    background-color: #c89496;
    color: white;
    transform: rotateY(180deg);
 }

/* Cardiogeriatria */

.cardiogeriatria h1{
    font-family: 'Julius Sans One', sans-serif;
}

.cardiogeriatria p{
    font-family: 'Spartan', sans-serif;
}

.cardiogeriatria{
    background-color: #fcfcfc;
}

.cardiogeriatria img{
    width: 100%;
    border-radius: 10px;
    box-shadow: 7px 7px 15px 1px rgba(0, 0, 0, 0.25);
}

.img-cardio{
    margin-bottom: 20px;
}

.botao-agenda-cardiogeriatria {
    color: #c89496;
    font-family: Adam-Bold, sans-serif;
    border: 2px solid #c89496;
    border-radius: 10px;
    cursor: pointer;
    transition: .5s;
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px !important;
}

.agenda-cardio-icone{
    color: #c89496;
    margin-left: 10px;
    margin-right: 10px;
    transition: .5s;
}

.botao-agenda-cardiogeriatria:hover {
    background-color: #c89496;
    color: #fae8ec !important;
}

.botao-agenda-cardiogeriatria:hover .agenda-cardio-icone{
    background-color: #c89496;
    color: #fae8ec;
    transition: .5s;
}

.agenda-cardio-texto{
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 2px;
}

/* Modalidades atendimento */

.modalidades{
    background-image: url(../img/bgModalidades.png);
    background-position: center;
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    background-color: #fae8ec;
}

.modalidades h1{
    color: #c89496;
    font-family: "Dancing script", sans-serif;
    font-size: 50px;
}

.modalidades img{
    width: 60%;
}

.modalidades h3{
    font-family: 'Spartan', sans-serif;
}

.linha-modalidades{
    background-color: #c89496;
    border-radius: 3px;
    height: 6px;
    width: 90%;
}

@media (max-width: 575px){
    .modalidades img{
        width: 50%;
    }
    
}

/* Recomendações */
.recomendacoes{
    background-color: #fcfcfc;
}

.recomendacoes h1{
    font-family: 'Julius Sans One', sans-serif;
}

.recomendacoes h4,
.recomendacoes p{
    font-family: 'Spartan', sans-serif;
}

.circle-dica{
    background-color: #c89496;
    padding: 3%;
    border-radius: 50%;
}
.circle-dica img{
    width: 75px;
}

@media (max-width: 575px){
    .circle-dica{
        padding: 4%;
    }
}

/* Depoimentos */
.depoimentos{
    background-image: url(../img/bgDepoimentos.png);
    background-position: center;
    background-repeat: no-repeat;
    /*height: 90%;*/
    background-size: cover;
    /*padding-top: 150px;*/
}
.depoimentos h1{
    color: #c89496;
    font-family: "Dancing script", sans-serif;
    font-size: 50px;
}
.div-depoimento{
    height: 150px;
    width: 700px;
    margin: 0px 50px 0px 50px;
}

@media (max-width: 800px){
    .div-depoimento{
        height: 150px;
        width: 90%;
        margin: 0px;
    }
}

.div-depoimento h3{
    font-family: 'Spartan', sans-serif;
}

.carousel li{
    height: 12px;
    width: 12px;
    border-radius: 6px;
}

.carousel-indicators .active{
    background-color: #c89496;
}
.carousel-indicators li{
    background-color: #fff;
}

.botao-cadastra-depoimento {
    color: #c89496;
    background-color: rgba(255, 255, 255, 0.6);
    font-family: Adam-Bold, sans-serif;
    border: 2px solid #c89496;
    border-radius: 10px;
    cursor: pointer;
    transition: .5s;
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px !important;
}

.cadastro-icone{
    color: #c89496;
    margin-left: 10px;
    margin-right: 10px;
    transition: .5s;
}

.botao-cadastra-depoimento:hover {
    background-color: #fae8ec;
    color: #c89496 !important;
}

.botao-cadastra-depoimento:hover .cadastro-icone{
    background-color: #fae8ec;
    color: #c89496;
    transition: .5s;
}

.cadastro-depoimento-texto{
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 2px;
}

@media (max-width: 530px){
    .carousel-inner{
        margin-bottom: 80px;
    }
}

/*Redes sociais*/
.feed-insta h1{
    font-family: 'Julius Sans One', sans-serif;
}

.feed-insta h4{
    font-family: "Dancing script", sans-serif;
    margin-top: 15px;
}

.titulo-secao-insta-mobile{
    display: none;
}

.feed-insta img{
    width: 100%;
    border-radius: 10px;
    box-shadow: 3px 3px 15px 1px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px){
    .titulo-secao-insta-mobile{
        display: block !important;
    }
    .titulo-secao-insta{
        display: none !important;
    }
}

/* Localização e contato */
.local-contato {
    background-color: #c89496;
}

.local-contato h1{
    color: #fae8ec;
    font-family: "Dancing script", sans-serif;
    font-size: 50px;
}

.localizacao iframe{
    border-radius: 10px;
    width: 100%;
}

.local-contato img{
    /*width: 25px;*/
    margin-right: 10px;
    margin-top: -10px;
}

.local-contato h5{
    font-family: 'Spartan', sans-serif;
}

.botao-envia-mensagem {
    color: #fae8ec;
    font-family: Adam-Bold, sans-serif;
    padding: 3% 0;
    border: 2px solid #fae8ec;
    border-radius: 10px;
    cursor: pointer;
    transition: .5s;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
}

.mensagem-icone{
    color: #fae8ec;
    margin-left: 10px;
    margin-right: 10px;
    transition: .5s;
}

.botao-envia-mensagem:hover {
    background-color: #fae8ec;
    color: #c89496 !important;
}

.botao-envia-mensagem:hover .mensagem-icone{
    background-color: #fae8ec;
    color: #c89496;
    transition: .5s;
}

.enviar-mensagem-texto{
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

@media (max-width: 767px){
    .rodape{
        display: none;
    }
    .rodape-mobile{
        display: block !important;
    }
}

/* Rodapé */
.rodape{
    background-color: #fae8ec;
}

.rodape-mobile{
    display: none;
    background-color: #fae8ec
}

.rodape img{
    height: 80px;
}

.imagens-redes img{
    width: 30px;
    height: 30px;
    margin: 5px;
}

.rodape p{
    font-family: 'Spartan', sans-serif;
}

.img-logo-rodape-mobile img{
    width: 100%;
    margin-top: -50px;
}

.imagens-redes-rodape-mobile img{
    margin: 10px 5px 10px 5px;
    width: 35px;
}


/*Perguntar pra thais*/
@media (max-width: 575px){
    .local-contato h5{
        font-size: 16px;
    }
}

/* Modal enviar mensagem */
.modal h5{
    font-family: 'Julius Sans One', sans-serif;
    margin-top: 5px;
}

.modal h4{
    font-family: 'Spartan', sans-serif;
}

textarea{
    resize: none;
}

input,
textarea{
    font-family: 'Spartan', sans-serif;
}

.form-control:focus {
    border-color: #c89496;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(200, 148, 150, 0.6);
}

/*.botao-modal-enviar button{
    background-color: #fae8ec;
    border: none;
    transition: 0.5s;
}

.botao-modal-enviar button:hover{
    background-color: #c89496;
    transition: 0.5s;
}*/

.botao-modal-enviar button{
    color: #c89496;
    font-family: Adam-Bold, sans-serif;
    padding: 3% 0;
    border: 2px solid #c89496;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
}

.enviar-icone{
    color: #c89496;
    margin-left: 10px;
    margin-right: 10px;
    transition: .5s;
}

.botao-modal-enviar button:hover {
    background-color: #c89496;
    color: #fae8ec !important;
}

.botao-modal-enviar button:hover .enviar-icone{
    background-color: #c89496;
    color: #fae8ec;
    transition: .5s;
}

/*Geral*/
@media (max-width: 575px){
    .sobre-mim h1, 
    .sobre-o-geriatra h1,
    .cards-comorbidades h1,
    .recomendacoes h1,
    .feed-insta h1{
        font-size: 30px;
    }
    .cardiogeriatria h1{
        font-size: 30px;
    }
}