body{
    height: auto;
    margin: 0;
    padding: 0;
    user-select: none;
}

main{
    display: flex;
    flex-direction: column;
    height: auto;
    width: auto;
    padding-top: 70px;
}


/* HEADER */
header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
}

/* DIV HEADER */
.headerB{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
}

/* LOGO */
.logo{
    height: 45px;
}

/* MENU */
.menu{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.list{
    list-style: none;
}

._l{    
    text-decoration: none;
    padding: 0 10px;
}
.list{ 
    display: flex;
}

/* FOOTER */
footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #10689B;
    color: white;
    text-align: center; /* centraliza texto */
}

.footer{
    color: white;
    display: flex;
    justify-content: center;
    gap: 20px; /* espaço entre os links */
    margin-bottom: 10px; /*  separa do texto abaixo */
}

.footer a{
    color: white;
    text-decoration: none;
}



/*-----------------------------------------*/
/*-----------------------------------------*/
/*-----------------------------------------*/



/* MAIN INDEX*/
#conteudoIndex{
    display: flex;
    height: 300px;
    justify-content: center;
    align-items: center;
    background-color: #10689B;
}

#home{
    color: white;
    width: 50%;
}

#home p{
    padding: 10px;
}

#imgHome{
    display: flex;
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

#imgHome img{
    border-radius: 15%;
    box-shadow: 25px 15px 60px black;
}

.divC{
    display: flex;
}

#serv{
    display: flex;
    justify-content: center; /* centraliza horizontal */
    align-items: flex-start;
    gap: 20px; /* espaço entre os cards */
    width: 70%;
    margin: 0 auto;
    flex-wrap: wrap; /* quebra linha se precisar */
}


.servicos{
    width: 100%; /* ocupa linha inteira */
    text-align: center;
}

.servicos{
    display: flex;              
    flex-direction: column;
    align-items: center;        /* centraliza horizontal */
    justify-content: center;    /* centraliza vertical */
    width: 155px;
    height: 155px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}
.servicos img{
    width: 80px;
}

.servicos a{
    font-weight: bold;
    color: #10689B;
}

.servicos p{
    font-size: 14px;
    color: #10689B;
}

#serv {
    color: #10689B;

}
/*FIM DO MAIN INDEX*/


/*-----------------------------------------*/
/*-----------------------------------------*/
/*-----------------------------------------*/

/*MAIN UNIDADES*/
#conteudoUni{
    width: 100%;
}

.contBanner{
    width: 70%;
    margin: 0 auto;
    height: auto;
}
.contBanner_{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;

}

.dadosUnidades{
    margin: 10%;
    width: 60%;

}
.imgUnidades{
    margin: 10px;
    width: 300px;
    height: auto;
    border-radius: 15%;
    box-shadow: 15px 15px 100px #000000;

}
.contatoUnidade{
    margin-left: 20px;
    color: white;
}

.contatoUnidadeW{
    margin-left: 20px;
    color: #10689B;
}


/*FIM DO MAIN UNIDADES*/


/*-----------------------------------------*/
/*-----------------------------------------*/
/*-----------------------------------------*/



/*MAIN TERMOS DE USO E POLITICAS DE PRIVACIDADE*/

.conteudoTupp{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.conteudoTupp h1{
    display: flex;
    justify-content: center;
}

.tuppContBlue{
    background-color: #10689B;
    color: white;
    padding: 10px
}

.tuppContWhite{
    background-color: white;
    color: #10689B;
    padding: 10px
}

.conteudoTupp p, .conteudoTupp ul{
    width: 70%;
    margin: 0 auto;
}


.edit{
    font-weight: bold;
    text-decoration: none;   
}

/*FIM DO MAIN TERMOS DE USO E POLITICA DE PIVACIDADE*/


/*-----------------------------------------*/
/*-----------------------------------------*/
/*-----------------------------------------*/


/* RESPONSIVO */
@media (max-width: 768px){
    .logo{
        height: 35px;
    }

    #conteudoIndex{
        flex-direction: column;
        height: 700px;
        margin: 0;
        padding: 0;
        border: 0;
    }

    #home, .conteudoTupp p{
        width: 95%;
        text-align: center;
    }
    /* tamanho de font*/
    #home h1, .conteudoTupp h1, h1 .servicos{
        font-size: 22px;
    }
    .contBanner_, .contBanner{
        width: 100%;
    }
    .dadosUnidades{
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .dadosUnidades{
        display: flex;
        margin: auto;
    }

    #icoFARMA{
        display: none;
    }

    .contBanner_{
        flex-direction: column;
    }
    .contBanner_ h2{
        font-size: 15px;
    }



    #serv, .divC{
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        flex-direction: column;
    }
    .servicos{
        padding: 10px;
    }
    /* MENU */
    .menu{
        display: flex;
        justify-content: flex-end;
    }

    .nav{
        position: relative;
    }

    /* BOTAO HAMBURGUER */
    
    .menuD{
        position: relative;
        width: 45px;
        height: 45px;
        cursor: pointer;
        border-radius: 10%;
    }

    /* LINHAS DO HAMBURGUER */
    .menuD::before{
        content: "";
        position: absolute;
        top: 50%;
        left: 0%;
        width: 100%;
        height: 3px;
        background: #10689B;
        transform: translateY(-50%);
        box-shadow:0 -10px #10689B, 0 10px #10689B;
    }

    .menuD:hover{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #10689B;
    }
    .menuD:hover::before{
        left: 10%;
        width: 80%;
        background: white;
        box-shadow: 
            0 -10px white,
            0 10px white;
    }

    /* MENUDROP */
    .drop{
        display: none;
        position: absolute;
        top: 45px;
        right: 0;
        background-color: white;
        padding: 10px;
        border: 1px solid blue;
        border-radius: 5px;
    }

    /* MOSTRAR MENU */
    .menuD:hover .drop{
        display: block;
        
    }

    /* LISTA */
    .list{
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .list li{
        padding: 10px 20px;
        cursor: pointer;
    }

    /* HOVER DOS ITENS */
    .list li:hover{
        background-color: #10689B;
        color: white;
    }

    ._l{
        color:#10689B;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    ._l:hover{
        color: white;
    }

}
