@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: white;
}

body, html {
    height: 100%;
    width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

.pai {
    display: flex;
    justify-content: center;
}

.filho {
    align-self: center;
    justify-content: center;
}

.center {
    text-align: center;
    margin: auto;
}

/*--------------------------------------------------------------------------------------*/

header {
    background-color: white;
    border-bottom: 1px solid #6d5032;
    height: 70px;
}

.links-nav {
    display: block;
    color: #222;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 15px;
    margin: 0;
    letter-spacing: 1px;
    border-bottom: 1px solid transparent;
    transition: all .5s;
}

.links-nav:hover {
    border-bottom: 1px solid #6d5032;
    color: #6d5032;
    transition: all .5s;
}


/*--------------------------------------------------------------------------------------*/
#medicos {
    padding: 1% 0;
}

.alexandre {
    transform: scale3d(1.3, 1.3, 1);
}

.titulo-medicos {
    color: #6d5032;
    text-align: center;
    padding: 5% 0;
}

#clinica {
    padding: 2% 0;
    border-bottom: 1px solid #6d5032;
}

.titulo-clinica {
    color: #6d5032;
    text-align: center;
    padding: 5% 0;
}

.txt-clinica {
    font-size: 0.9rem;
    text-align: justify;
}

.paragrafo {
    margin-left: 40px;
}

/*--------------------------------------------------------------------------------------*/

.nome-medico {
    font-size: 1rem;
    font-weight: 500;
}

.txt-medico {
    font-size: 0.8rem;
    font-weight: 400;
}


/*--------------------------------------------------------------------------------------*/

#servicos {
    background-color: #6d5032;
    padding: 1%;
    opacity: 0.8;
}

.titulo-servico {
    text-align: center;
    color: white;
    font-weight: 300;
}

.servico1 {
    width: 40%;
    background-color: white;
    color: #6d5032;
    padding: 1%;
    font-size: 1.5rem;
    text-align: center;
    margin: auto;
    border-radius: 1rem;
    margin-bottom: 5%;
}

.servico2 {
    width: 15%;
    background-color: white;
    color: #6d5032;
    padding: 1%;
    font-size: 1.5rem;
    text-align: center;
    margin: auto;
    border-radius: 1rem;
    margin-bottom: 5%;
}

.servico3 {
    width: 30%;
    background-color: white;
    color: #6d5032;
    padding: 1%;
    font-size: 1.5rem;
    text-align: center;
    margin: auto;
    border-radius: 1rem;
    margin-bottom: 5%;

}

.servico4 {
    width: 40%;
    background-color: white;
    color: #6d5032;
    padding: 1%;
    font-size: 1.5rem;
    text-align: center;
    margin: auto;
    border-radius: 1rem;
    margin-bottom: 5%;

}

.botao-zap {
    position: fixed;
    bottom: 5%;
    width: max-content;
    height: max-content;
    right: 5%;
    color: green;
    width: 40px;
    height: 40px;
}

/*--------------------------------------------------------------------------------------*/


.titulo-convenios {
    text-align: center;
    color: #6d5032;
    font-weight: 300;
}

.linha1 {
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 2%;
}

.convenio-linha-1 {
    width: 10%;
    text-align: center;
    margin: 0 4%;
}

.linha2 {
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 2%;
}

.convenio-linha-2 {
    display: inline-block;
    width: 12%;
    text-align: center;
    margin: 0 4%;
}

.linha3 {
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 2%;
}

.convenio-linha-3 {
    display: inline-block;
    width: 15%;
    text-align: center;
    margin: 0 4%;
}

/*--------------------------------------------------------------------------------------*/

#contatos {
    background-color: #6d5032;
    opacity: 0.8;
}

.titulo2 {

    position: relative;
    color: white;
    font-weight: 700;
    text-align: center;
    z-index: 100;
    text-shadow: 1px 1px #111;
}

.ctt-h2 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: white;
    text-shadow: 1px 1px #111;

}

.ctt-h3 {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    color: #111;

}

.div-btn-topo {
    margin: auto;
    text-align: center;
}

.btn-topo {
    background-color: #111;
    color: white;
}

.btn-topo:hover {
    background-color: #000;
    color: whitesmoke;
}

.links-ctt-insta {
    color: white;
    text-align: center;
    padding: 10px;
}

.links-ctt-face {
    color: white;
    text-align: center;
    padding: 10px;
}

.mapa {
    padding: 50px;
}

.card {
    height: 400px;
    overflow: hidden;
}

/*--------------------------------------------------------------------------------------*/

footer {
    display: block;
    background-color: #333;
    text-align: center;
}

footer h1 {
    display: inline-block;
    font-size: 0.8rem;
    color: white;
}

footer img {
    display: inline-block;
}

/*--------------------------------------------------------------------------------------*/


.txt-areas-atuacao {
    background-color: #8A735B;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 30px;
}

@media(max-width:820px) {

    nav {
        background-color: white;
        border-bottom: 1px solid #6d5032;
    }

    .div-btn-topo {
        margin: auto;
        text-align: center;
    }

    .servico1 {
        width: 40%;
        background-color: white;
        padding: 1%;
        font-size: 1.2rem;
        text-align: center;
        margin: auto;
        border-radius: 1rem;
        margin-bottom: 2%;
        margin-top: 5%;
        display: flex;
        align-items: center;
    }

    .servico2 {
        width: 52%;
        background-color: white;
        padding: 1%;
        font-size: 1.2rem;
        text-align: center;
        margin: auto;
        border-radius: 1rem;
        margin-top: 2%;
        margin-bottom: 5%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .servico3 {
        width: 49%;
        background-color: white;
        padding: 1%;
        font-size: 1.2rem;
        margin: auto;
        border-radius: 1rem;
        margin-bottom: 5%;
        display: flex;
        align-items: center;
        text-align: center;
        justify-items: center;
        justify-content: center;
    }

    .servico4 {
        width: 40%;
        background-color: white;
        color: #6d5032;
        padding: 1%;
        font-size: 1.2rem;
        text-align: center;
        margin: auto;
        border-radius: 1rem;
        margin-bottom: 5%;
    }

    .dra {
        width: 50%;
        margin: auto;
    }


    .ctt-h2 {
        font-size: 1.1rem;
        font-weight: 700;
        text-align: center;
        color: white;
        text-shadow: 1px 1px #111;

    }

    .ctt-h3 {
        font-size: 1.1rem;
        font-weight: 500;
        text-align: center;
        color: #111;

    }
}