/* Inicio */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
}



/* Corpo */

body {
    /* tamanho dos bgl */
    width: 100%;
    height: 100%;
  background-image: url(../imagens/fotofundo.jpg);  
    overflow-x: hidden;

}

header {
    width: 100%;

    position: fixed;
    height: 70px;
    background-color: #CCC8FE;
    box-shadow: 0px 5px 20px rgb(44, 43, 43);
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 99;
}

.menu {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.menu li a {
    color: black;
    display: block;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    margin-left: 20px;
    border-radius: 10px;
    font-size: 18px;
}

.menu li a:hover {
    color: white;
    display: block;
    text-decoration: none;
    margin-left: 20px;
    background-color: #333;
}

.logo {
    width: 50px;
    height: 45px;
    border-radius: 10px;


}

.logo img {
width: 65px;


    
}

.forma {
    position: absolute;
    width: 700px;
    height: 350px;
    left: 300px;
    top: 220px;
    background: #cbc8feaa;

    border-radius: 50px;
    transform: rotate(0.07deg);
}

.agendamento {
    position: absolute;
    width: 200px;
    height: 100px;
    left: 641.05px;
    top: 140px;
    font-weight: 150;
    font-size: 25px;
    line-height: 0px;
    transform: rotate(0.07deg);
    color: rgb(255, 255, 255);
}

.veio {
    background-image: url(../imagens/medico.png);
    position: absolute;
    width: 160px;
    height: 240px;
    left: 185px;
    top: 300px;


}

.medico {
    background-image: url(../imagens/medico2-removebg-preview.png);
    position: absolute;
    width: 160px;
    height: 170px;
    left: 350px;
    top: 67px;
}

.forma2 {
    position: absolute;
    width: 180px;
    height: 30px;
    left: 370px;
    top: 520px;
    background: #706f6f;
    transform: rotate(0.07deg);
    text-align: center;
    font-size: 13px;
    border-radius: 5px;

}

.consulta {
    position: absolute;
    width: 320px;
    height: 42px;
    left: 540px;
    top: 510px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 42px;
    color: #000000;
    transform: rotate(0.07deg);
}

.forma5 {
    
    position: absolute;
    width: 300px;
    height: 40px;
    left: 500px;
    top: 420px;
    background: #706f6f;
    transform: rotate(0.07deg);


}

.forma4 {


    position: absolute;
    width: 300px;
    height: 40px;
    left: 500px;
    top: 280px;
    background: #706f6f;
    transform: rotate(0.07deg);
    


}

.forma3 {
  
    position: absolute;
    width: 300px;
    height: 40px;
    left: 500px;
    top: 350px;
    background: #706f6f;
    transform: rotate(0.07deg);



}

.forma2 a {
    color: #000000;
    text-decoration: none;
}



footer h2 {
    display: flex;
    justify-content: end;
    padding: 20px;

}

h2{
    color: aliceblue;
    font-size: 22px;
    

}



