body {
    text-align: center;
}


/* Media queries para ajustar o botão em diferentes tamanhos de tela */
@media (max-width: 768px) {
    .whatsapp-btn {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .whatsapp-btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

/* MENU */
.menu img {
   
    margin-left: 0; 
}
#menu li {
    padding-top: 50px;
    text-align: center;
}
ul {
    margin-left: 37px;
}
#menu {
    color:black;
    width: 90vw;
    display: block;
    position: absolute;
    width: 100%;
    right: 0px;
    background-color:  #FAFAFB;
    top: 58px;
    transition: 0.6s;
    z-index: 2000;
    height: 0px;
    visibility: hidden;
    overflow-y: hidden;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#nav.active #menu {
    border-radius: 0;
    height: calc(100vh - 70px);
    visibility: visible;
    overflow-y: auto;
    position: absolute;
    z-index: 2000;
}
#menu a {
    text-decoration: none;
    text-align: center;
    width: 90vw;
    color: black;
    padding: 1rem 0;
    margin: 0 1rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
#btn-mobile {
    position: relative;
    z-index: 10000000;
    opacity: 100;
    display: flex;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border: none;
    background: transparent;
    color: white;
    cursor: pointer;
    gap: 0.5rem;
}
#hamburger {
    color: black;
    border-top: 2px solid;
    width: 20px;
}
#hamburger::after,
#hamburger::before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    margin-top: 5px;
    transition: 0.3s;
    position: relative;
}
#nav.active #hamburger {
    border-top-color: transparent;
}
#nav.active #hamburger::before {
    transform: rotate(135deg);
}
#nav.active #hamburger::after {
    transform: rotate(-135deg);
    top: -7px;
}
.index-textos {
padding: 0;
}
.lados {
    padding: 40px;

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
nav {
    margin-right: 0;
}
.lado-esquerdo-sobre {
    width: 100%;
}
.lado-direito-sorbre {
    width: 100%;
}
.imagens img {
    margin-left: 0;
}
.imagens {
    display: flex;
    align-content: center;
    justify-content: center
}
.imagens img:nth-child(2) {
    margin-left: auto; 
    max-width: 93%;
    margin-top: 18px;
}
.lado-direito-sobre {
     margin-left: 0; 
    width: 100%;
}
.pq {
    padding: 0;
}
.lado-esquerdo-sobre {
    height: 20vh;
}
.lado-esquerdo-index h1 {
font-size: 37px;
}
.lado-direito-index a {
    margin-left: 17px;
    width: 97%;
    margin-top: -55px;
    text-align: center;
    background: #E8A700;
    border: 3px solid #E8A700;
    border-radius: 50px;
    padding: 15px;
    font-size: 21px;
    color: white;

}
.quadradinho {
    padding-left: 0;
    width: 344px;
    height: 313px;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    flex-direction: column;
    justify-content: center;
}
.textos-quadradinho {
    text-align: center;
    max-width: 100%;
    margin-left: 0;
}
.lado-esquerdo-index {
    width: 100%;
}
.lado-esquerdo-index p {
    font-weight: 400;
    font-size: 30px;
    line-height: 43px;
    color: rgba(30, 30, 30, 0.67);
    width: 100%;
    margin-top: 20px;
    word-break: break-word;
}
.quadrados {
    padding: 0;
}
.imagens img:nth-child(1) {
    opacity: 0;
    width: 0;
}
.lado-direito-index {
    width: 100%;
  margin-left: 0;
    align-items: center;
}
.sobre-mim {
padding: 60px;
word-wrap: break-word;
}
.sobre-mim h1 {
    font-size: 51px;
}
.quadrado {
    max-width: 100%;
    margin-bottom: 86px;
    width: 307px;
    display: flex;
    height: 63px;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}
.servico h1 {
    font-size: 51px;
}
.paciente h1 {
    font-size: 51px;
}
.paciente {
    padding: 40px;
}
.lado-esquerdo-pq h1 {
    font-size: 51px;
}
.quadradinhos {
    display: flex;
    margin-top: 62px;
    width: 544px;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
}
.quadradinho p {
    max-width: 100%;
    width: 219px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: rgba(30, 30, 30, 0.67);
    word-break: break-word;
    padding: 20px;
}
.lado-direito-pq img {
    max-width: 90%;
    margin-top: 5%;
}
form h2 {
    max-width: 100%;
    font-weight: 300;
    font-size: 29px;
    line-height: 55px;
    margin-bottom: 20px;
    color: #1E1E1E;
}
.formulario h1 {
    font-weight: 600;
    font-size: 51px;
    line-height: 98px;
    color: #1E1E1E;
}
.nome:nth-child(1) {
    margin-right: 0;
}
.lado-direito-sobre p {
padding: 0;
}
.quadrado h2 { 
margin-left: 0;
}
