@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900&display=swap');

html {
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
}



.bg-telefones {
    background: #C589BC;
}

.top-telefones {
    background: #C589BC;
    color: white;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media(max-width: 500px) {
    .top-telefones {
        justify-content: center !important;
    }
}


.logo img {
    width: 120px;
}

@media(max-width: 500px) {
    .center-mobile {
        width: 100%;
        text-align: center;
    }
}

.frase {
    padding-left: 20px;

    color: #C589BC;
    font-weight: 600;
}

@media(max-width: 500px) {
    .mobile-coluna {
        flex-direction: column;
    }

    .frase {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}


.nav-link {
    color: #C589BC !important;
    font-weight: 600;
}


.hero img {
    width: 100%;


}



.conheca {
    background: #C58ABD;
}

.conheca .titulo {
    max-width: 500px;
    color: white;
    font-size: 2em;
    font-weight: 700;
    border-bottom: 4px solid white;
}


.thumb img {
    width: 150px;
    margin: 5px;
}


.imagem :hover {
    transition: 0.5s;
    box-shadow: #C589BC;
}


.curva {
    background-image: url("img/curva.png");
    object-fit: fill;
    height: 100px;
    background-repeat: no-repeat;
}




.info-foto {
    background: rgba(251, 183, 214, 0.171);
    border: 1px solid #d2d2d2;
    color: #C170AD;

}

.perfil {
    max-width: 300px;
}

.logo-perfil {
    width: 200px;
    padding-left: 25px;
}


#agendar .icone {
    width: 100px;
}

#agendar {
    color: #C58ABD;
    font-weight: 700;
    font-size: 2em;
    /* background: #d2d2d2; */
    padding-top: 35px;
    padding-bottom: 35px;
}

#agendar a {
    text-decoration: none;
    color: #C58ABD;
}

#mapa {
    margin-top: 35px;
    margin-bottom: 35px;
}

.como-chegar {
    color: #C58ABD;
    font-weight: 700;
    font-size: 2em;
}

footer {
    color: #C58ABD;
    background: #F6F6F6;
    border-top: 1px solid #d2d2d2;
    text-align: center;
    margin-top: 140px;
    /* height: 140px; */
    width: 100%;
    /* position: fixed;
    bottom: 0; */
}

.logo-footer img {
    width: 150px;
    margin-top: -50px;
}

.nome-site {
    font-weight: 800;
    padding-top: 10px;
    padding-bottom: 10px;
}

.telefones-footer {
    font-weight: 800;
    padding-top: 5px;
    padding-bottom: 5px;
}

.endereco {
    margin-bottom: 15px;
}





.div_whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    display: inline-block;
    background: #009588;
    bottom: 10px;
    right: 10px;
    display: flex;
    /* display: none; */
    z-index: 9999;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    border-radius: 50px;
}

.social-footer img {
    width: 26px;
    margin: 5px;
    padding-bottom: 15px;
}

.desenvolvido-por {
    background: #d2d2d2;
    color: black;
    font-size: 15px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.desenvolvido-por a {
    color: black;
}
