.cabecalho{
    background-image: url(../img/contato.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px;
}

.cabecalho h1{
    color: #fff;
}

.cabecalho hr{
    height: 5px;
    width: 50px;
    margin: 0 auto;
    opacity: 1 !important;
    color: #33cee6;
}

.galeria a{
    text-decoration: none;
    color: #000;
}

.box-colegio{
    margin: 20px auto;
    background-color: #33cee6;
    display: flex;
    justify-content: center;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.384);
}

.body-box-form{
    width: 100%;
}

input{
    width: 100%;
    border-radius: 25px;
    height: 40px;
    border: none;
    padding: 10px;
}

label{
    margin-left: 10px;
    margin-top: 10px;
    padding-top: 10px;
}

textarea{
    width: 100%;
    border-radius: 25px;
    border: none;
}

button{
 padding: 10px;
 margin-top: 10px;
 width: 20%;
 text-align: center;
 border: none;
 border-radius: 10px;
 background-color: #ff852c;
 color: #fff;
}

button:hover{
    background-color: #33cee6;
    box-shadow: 0px 5px 5px #000;
}