body {
    background-color: rgb(255, 255, 255);
    font-family: verdana;
    margin: 0%;
    border: 0%;
    background-color: rgb(28, 70, 109);
    box-sizing: border-box;

}

.logo {
    width: 250px;
    height: 70px;
    margin-right: 0px;
    padding-right: 0%;
    margin-left: 10px;

}

a {
    color: white;
    text-decoration: none;


}

ul {
    text-decoration: none;
    list-style: none;
    color: white;
    display: flex;
    justify-content: space-between;


    font-size: 15px;
    margin: 0%;
}

.li {
    padding: 10px;


}

.li:hover {

    background-color: rgb(28, 70, 109);
    border-radius: 10px;
    transition: all 0.2s;

}

header {
    background-color: rgb(22, 22, 22);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100px;
    margin-top: 0%;


}

a {

    color: rgb(255, 255, 255);
    font-weight: 550;
    text-decoration: none;






}

.contato {
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 0%;
    line-height: 30px;

}

.link {
    background-color: rgb(255, 255, 255);
    color: rgb(27, 26, 26);
    padding: 7px;
    border-radius: 20px;
}

.link:hover {
    background-color: rgb(255, 255, 255);
    color: red;
    padding: 7px;
    border-radius: 20px;
}

.alugar {

    justify-content: space-between;
    display: flex;
    text-align: center;
}

.card {
    width: 250px;
    height: 200px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    border: 1px solid gray;
    justify-content: center;
    margin: 10px;
    line-height: 25px;
    border-radius: 10px;
    padding: 10px;



}

.h4 {
    padding-bottom: 23px;
}


h1 {

    color: rgb(255, 255, 255);
    text-align: center;


}

.lista-pdf {
    text-align: center;


}




.img {
    width: 100px;
    height: 100px;


}


button {
    border-radius: 20px;
    background-color: rgb(150, 57, 57);
    padding: 4px;
    font-size: 14px;
    margin: 3px;
    text-align: center;
    justify-content: center;
    font-size: 13px;

}

button:hover {
    border-radius: 20px;
    background-color: rgb(28, 70, 109);
    padding: 5px;
    font-size: 13px;
    margin: 2px;
}

span {
    display: flex;
    text-align: center;
    font-size: 14px;
    margin: 6px;
    justify-content: center;



}

#ult-card {
    margin: 10px;

}

.formulario {
    color: white;
    display: flex;
    padding: 20px;
    margin-top: 2px solid gray;
    justify-content: space-between;
    background-color: rgb(24, 14, 14);


}

form {
    width: 400px;
    height: 300px;

    margin-left: 30px;
    text-align: center;

}

label,
input {
    margin: px;
    padding: 10px;
}

#enviar {
    color: white;
    background-color: rgb(28, 70, 109);
}

#enviar:hover {
    color: white;
    background-color: rgb(26, 105, 179);
    cursor: pointer;
}

footer {
    color: white;
    text-align: center;
    background-color: rgb(28, 70, 109);
    text-align: center;
    padding: 10px;
    font-size: 15px;

}

.creator {
    color: rgb(197, 71, 21);
    font-size: 12px;
}


@media only screen and (max-width: 760px) {
    html body {
        margin: 0 auto;
        padding: 0%;
        box-sizing: border-box;

    }



    header {
        background-color: rgb(22, 22, 22);
        display: block;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
        width: 100%;
        height: auto;
        margin-top: 0%;


    }



    ul {
        text-decoration: none;
        list-style: none;
        color: white;
        display: flex;
        justify-content: center;
        font-size: 10px;
        margin: 0%;
        align-items: center;
        text-align: center;
        margin: auto;
        padding-left: 0%;

    }

    .li {
        padding: 5px;


    }

    .li:hover {

        background-color: rgb(28, 70, 109);
        border-radius: 10px;
        transition: all 0.2s;

    }

    .logo {
        width: 200px;
        height: 50px;
        margin-top: 4px;
        padding-right: 0%;
        margin-bottom: 4px;


    }


    h1 {
        font-size: 25px;
        padding-bottom: 15px;
    }


    iframe {
        width: 100%;
        height: 200px;
    }

    form {
        font-size: 12px;
        width: auto;
        margin-bottom: 25px;
    }

    .formulario {
        flex-direction: column;
        padding-bottom: 70px;
    }


    footer {
        font-size: 8px;
    }

    .alugar {

        justify-content: center;
        display: flex;
        text-align: center;
        flex-wrap: wrap;



    }

    .contato {
        font-size: 10px;
        padding: 0px 10px 0px 10px;
        margin-bottom: 15px;
        line-height: 25px;

    }

}