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

html {
    scroll-behavior: smooth;

}


#menu-topo {
    /* background: red; */
    -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.84);
    -moz-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.84);
    box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.84);
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: #68BD8D;
    font-weight: 700;
}

.enderecos {
    display: block;
    padding-left: 15px;
    font-size: 14px;
}

.hero img {
    width: 100%;
    height: 40%;
    object-fit: cover;
    text-align: center;
}

.logotipo {
    width: 240px;
}
@media(max-width: 500px){
    .mobile-esquerda {
        justify-content: start !important;
    }
    .logotipo   {
        width: 280px;
    }
    .enderecos{
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
        padding-left: 0;
    }
}

@media(max-width: 500px){
.mobile-coluna {
    flex-direction: column;
}
.mobile-p0 {
    padding: 0 !important;
    margin: 0 !important;
}

}


#quemsomos {
    background: #68BD8D;
    color: white;
    text-align: center;
    padding-bottom: 65px;
}

#quemsomos .titulo {
    font-weight: 800;
    font-size: 3em;
    padding-top: 65px;
    padding-bottom: 15px;
}

#quemsomos .texto {
    font-size: 1.3em;
    padding-bottom: 65px;
    letter-spacing: 3px;
}

.btn-agendar {
    display: flex;
    align-items: center;
    padding: 8px;
    padding-right: 15px;
    color: white;
    border-radius: 3px;
    border: 2px solid white;


}

.btn-agendar:hover {
    background: rgb(75, 192, 126);
}

/* a {
    text-decoration: none;
    font-weight: 600;
    font-size: 2em;
}

a:hover {
    text-decoration: none;
    color: white;
} */

.btn a  {
    text-decoration: none;
    font-weight: 600;
    font-size: 2em;
}

.btn a:hover  {
    text-decoration: none;
    font-weight: 600;
    font-size: 2em;
    color: white;
}

.agendar-icone {
    width: 30px;
    margin-right: 5px;
}



#missao {
    background: #68A3BD;
    color: white;
}

#missao .titulo {
    font-weight: 800;
    font-size: 3em;


}

#missao .texto {
    font-size: 1.3em;
    padding-bottom: 35px;
    letter-spacing: 3px;
    box-sizing: border-box;
}



#corpoclinico{
    background: #687CBD;
    color: white;
}

#corpoclinico .titulo{
    font-weight: 800;
    font-size: 3em;
}

#corpoclinico .texto{
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 1.3em;

    letter-spacing: 3px;
    box-sizing: border-box;
}
.item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.411);
}

.icone-agendar {
    width: 100px;
}
.texto-agendar {
    font-weight: 800;
    font-size: 3em;
}

@media(max-width: 380px){
    .texto-agendar {
        font-weight: 800;
        font-size: 2em;
    }
}







footer {
    background: #333333;
    color: white;
    font-size: 1em;
    font-weight: 400;
}

.telefone-email img{
    width: 20px;
    margin-left: 15px;
    margin-right: 10px;
}

@media(max-width: 580px){
    .telefone-email{
        flex-direction: column;
        text-align: center;
    }
}

.social-icons img {
    width: 20px;;
    margin: 6px;
}


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



@media(max-width:500px) {


    .whats-flutuante {
        width: 40px;
        height: 40px;
        bottom: 10px;
        right: 15px;
    }




}

.desenvolvido {
    background: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #8d8d8d;
}

.desenvolvido a {
    text-decoration: none;
    color: #2e2c2c;
}

.desenvolvido a:hover {
    text-decoration: none;
    color: #2e2c2c;
}