* {
    padding: 0;
    margin: 0;
    font-family: oxygen, serif;

}

header {
    text-align: center;
    padding-top: 2rem;
    font-size: 30px;

    background-color: rgb(255, 252, 252);
    padding-bottom: 2rem;
    text-transform: capitalize;
    font-weight: 900;

}


nav {
    text-align: center;
    font-size: 25px;
    margin-top: 2rem;

    padding-bottom: 2rem;
    padding-top: 2rem;
    margin-left: 18rem;
    margin-right: 20rem;
    border-radius: 50px;
}

a {


    text-decoration: none;
    font-weight: 800;
    padding-right: 10px;
    color: rgb(0, 153, 255);
    min-height: 40vh;


}


.sulcar {
    display: flex;
    text-align: center;
    padding-left: 12rem;
    font-size: 35px;
    align-items: center;

    color: rgb(0, 153, 255);
}

main {
    background: linear-gradient(white, black);
    text-align: center;
    position: relative;
}



h2 {
    font-size: 25px;
    font-weight: 900;
    padding-bottom: 2rem;
}

p {
    padding-bottom: 2rem;
    margin: auto;


}

button {
    border-radius: 50px;
    outline: auto;
    background-color: rgb(0, 153, 255);
    color: white;
    padding: 8rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    font-weight: 700;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: 2px;
}

button:hover {
    background-color: rgba(0, 140, 255, 0.479);
}

#topoBtn {
    background-color: rgb(133, 3, 3);
    padding: 1rem;
}

#topoBtn:hover {
    background-color: rgb(236, 66, 66);
}

#img2 {
    float: right;
}

section {
    background-color: black;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    align-items: center;
    display: inline-block;

}

#title_service {
    font-size: 35px;
}

#img_poli {
    float: left;
    width: 35rem;
    height: 18rem;
    border-top-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
    margin-right: 15px;
    display: flex;
}

#agendamento-section {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
}

#agendamento {
    background-color: #111;
    color: white;
    padding: 2rem;
    border-radius: 2rem;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 0 20px rgba(0, 153, 255, 0.3);
}

#agendamento h2 {
    color: rgb(0, 153, 255);
    margin-bottom: 1rem;
}

#agendamento label {
    display: block;
    margin: 1rem 0 0.5rem;
    text-align: left;
}

#agendamento input,
#agendamento select {
    width: 100%;
    padding: 0.6rem;
    border-radius: 1rem;
    border: 1px solid rgb(0, 153, 255);
    background-color: #222;
    color: white;

}

#img_lustrar {
    float: right;
    width: 35rem;
    height: 18rem;
    border-top-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
    display: flex;
}

#img_intern {
    float: left;
    width: 35rem;
    height: 18rem;
    border-top-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
    display: flex;
}


#img_stetic {
    float: right;
    width: 35rem;
    height: 18rem;
    border-top-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
    display: flex;
}


#img_soab {
    float: left;
    width: 35rem;
    height: 18rem;
    border-top-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
    display: flex;

}

footer {
    padding-left: 5rem;
    text-align: center;
    padding-top: 5rem;
    background-color: black;
    font-weight: 900;

}

#instalink,
#facelink {
    min-height: 0;
}
