html {
    background-color: rgb(0, 0, 0);
    font-family: verdana;
}

body {
    margin: 0%;
    padding: 0px;
    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;






}




.andaime {
    height: 350px;
    width: 100%;
    border-bottom: solid 1px gray;

}

h1 {
    line-height: 40px;
    text-align: center;
    font-size: 24px;


}

.description {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    text-align: justify;
    padding: 0px 12px 10px 12px;
    line-height: 25px;
    text-align: center;


}

.contato {
    color: rgb(255, 255, 255);
    text-align: center;
    



}
.contato2 {
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 30px;



}

.link {
    color: white;
    background-color: rgb(28, 70, 109);
    padding: 5px;
    border-radius: 10px;
    text-decoration: none;
    flex-wrap: wrap;


}

.link:hover {
    background-color: rgb(23, 51, 77);
    color: rgb(255, 255, 255);
}

.h2 {
    background-color: rgb(28, 70, 109);
    flex-wrap: nowrap;
    border-top: 1px solid gray;
    color: white;
    text-align: center;
}
h3{
    font-size: 18px;
}

h4 {
    font-weight: 800;
}

p {
    font-weight: 500;
    line-height: 25px;
}



.container {
    color: white;
    margin-top: 30px;
    padding-top: 0%;
    font-size: 15px;
    background-color: rgb(28, 70, 109);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;





}



section {
    background-color: aliceblue;
    width: 20%;
    height: 150px;
    margin: 20px;
    color: black;
    text-align: center;
    font-size: 15px;
    border: solid 1px rgb(117, 116, 116);
    border-radius: 10px;
    padding: 10px;
}

#ver-mais {
    background-color: rgb(28, 70, 109);
    text-align: center;

}


button:hover {
    background-color: rgb(23, 51, 77);
}

.button {
    display: none;
}

button {
    margin: 10px;
    background-color: rgb(0, 0, 0);
    border-radius: 50px;
    border: solid 1px black;
    font-size: 20px;


}

.img {
    width: 80px;
    height: 80px;


}


.ver-mais {
    background-color: rgb(0, 0, 0);
    margin: 0px 0px 20px 0px;
    border: solid 1px rgb(100, 100, 100);
    padding: 5px 10px;
    border-radius: 30px;


}

.ver-mais:hover {
    background-color: rgb(44, 41, 41);
    color: black;
    transition: all 0.8ms;
}

.formulario {
    color: white;
    display: flex;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    justify-content: space-between;
    background-color: black;

}

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) {
    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;


    }

    .andaime {
        height: 20%;
        width: 100%;
        border-bottom: solid 1px gray;

    }



    .contato {
        font-size: 10px;
        text-align: center;

    }

    .link {
        font-size: 8px;
    }

    #description {
        text-align: center;
        width: 100%;
        align-items: center;
    }

    .description {
        font-size: 10px;

    }

    h1 {
        font-size: 14px;

    }

    h2 {
        font-size: 15px;
    }

    h3{
        font-size: 12px;
    }

    p {
        font-size: 13px;
        text-align: justify;
    }

    .container {
        justify-content: center;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    section {
        background-color: aliceblue;
        width: 100px;
        height: 140px;
        color: black;
        text-align: center;
        font-size: 12px;
        border: solid 1px rgb(117, 116, 116);
        border-radius: 10px;

    }

    .img{
       width:80px ;
    }

    h4{
        margin-bottom: 4px;
    }


    iframe {
        width: 100%;
        height: 200px;
    }

    form {
        font-size: 12px;
        width: auto;
        margin-bottom: 25px;

    }

    .formulario {
        flex-direction: column;
        padding-bottom: 70px;
        padding-bottom: 90px;
    }


    footer {
        font-size: 8px;
    }

    #contato {
        text-align: center;
        width: 100%;
    }


}
