html {
    background-color: rgb(0, 0, 0);
    font-family: verdana;
    background-color:rgb(28, 70, 109);
}


body{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: verdana;
   
    
    
    
    
    
}

.logo {
    width: 250px;
    height: 70px;
    margin-right: 0px;
    padding-right: 0%;
    margin-left: 10px;

}



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;

}
a:hover{
    color: red;
}

h1{
    font-size: 25px;
    
}
h2{
    font-size: 20px;
}

.contatos{
    color: white;
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
}
.zap1 {
    margin-bottom:10px;

}
.zap2 {
    margin-bottom:10px;

}
.zap3 {
    margin-bottom:40px;

}
.email{
    color: white;
    text-align:center;
    margin-bottom: 20px;
}

.telefone{
    margin-top: 40px;
}





.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;


    }   


    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;
    }


}
