/* 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-color: white;
    overflow-x: hidden;
}

/* Cabeçalho */

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: 22px;
}
.menu li a:hover {
    color: white;
    display: block;
    text-decoration: none;
    margin-left: 20px;
    background-color: #333;
}
.logo {
    width: 45px;
    height: 45px;
    border-radius: 10px;
}

.logo img {
    width: 60px;
}

/* Site */

h1{
        position: absolute;
        width: 305px;
        height: 53px;
        left: 900px;
        top: 125px;
        font-style: normal;
        font-weight: 400;
        font-size: 50px;
        line-height: 52px;
        color: #000000;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        transform: rotate(-0.09deg);
}
.item1 img{
    box-sizing: border-box;
        position: absolute;
        width: 650px;
        height: 500px;
        left: 25.93px;
        top: 90px;
        border: 1px solid #000000;
            filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
            transform: rotate(-0.09deg);
}
.item2 img{
    box-sizing: border-box;
        position: absolute;
        width: 684px;
        height: 354px;
        left: 27.03px;
        top: 600px;
        border: 1px solid #000000;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        transform: rotate(-0.09deg);
}
.item3{
    position: absolute;
        width: 502px;
        height: 80px;
        left: 720px;
        top: 272.16px;
        background: #D9D9D9;
        transform: rotate(-0.09deg);    
}
.agendamento{
    position: absolute;
        width: 320px;
        height: 42px;
        left: 812.44px;
        top: 281.01px;
    
        font-family: 'Inconsolata';
        font-style: normal;
        font-weight: 400;
        font-size: 40px;
        line-height: 42px;
        /* identical to box height */

    
        transform: rotate(-0.09deg);
}

.agendamento a {
    color: black;
    display: block;
    text-decoration: none;
    padding: 10px;
    margin-left: 20px;
    border-radius: 10px;
    font-size: 30px;
}

.agendamento a:hover {
    color: white;
    display: block;
    text-decoration: none;
    margin-left: 20px;
    width: 250px;
    background-color: #333;
}
.item4{
    position: absolute;
        width: 502px;
        height: 80px;
        left: 720px;
        top: 386.11px;
    
        background: #D9D9D9;
        transform: rotate(-0.09deg);
}
.consultas{
    position: absolute;
        width: 440px;
        height: 42px;
        left: 800px;
        top: 395.82px;
        align-items: center;
        justify-content: center;
    
        font-family: 'Inconsolata';
        font-style: normal;
        font-weight: 400;
        font-size: 40px;
        line-height: 42px;
        /* identical to box height */
    
    
        color: #000000;
    
        transform: rotate(-0.09deg);
}
.consultas a {
    color: black;
    display: block;
    text-decoration: none;
    padding: 10px;
    margin-left: 20px;
    border-radius: 10px;
    font-size: 30px;
    width: 200px;
}

.consultas a:hover {
    color: white;
    display: block;
    text-decoration: none;
    background-color: #333;
}
.textinho{
    position: absolute;
        width: 450px;
        height: 100px;
        left: 800px;
        top: 585px;
        font-style: normal;
        font-weight: 200px;
        font-size: 40px;
        line-height: 42px;
        color: #000000;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        transform: rotate(-0.09deg);
        text-align: justify;
}
footer {
            width: 100%;
    
            position: absolute;
            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;
            bottom: -500px;       
}
footer h2 {
    display: flex;
    justify-content: right;
    padding: 20px;
    margin-left: 900px;
}