.contacto{
    width: 100%;
    min-height: 80vh;
    background-color: rgba(1,1,1,.91);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding-bottom: 60px;
}
.contacto h2{
    font-size: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    padding: 10px 0px 70px;
}
.enviarCorreo{
    margin-top: 0px;
    font-size: 20px;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    text-align: center;
}
.contactoContenedor{
    margin-top: 10px;
    padding: 10px;
    width: 90%;
    max-width: 700px;
    text-align: center;
    font-size: 20px;;
}

.contactoContenedor textarea{
    width: 95%;
    margin-top: 10px;
    min-height: 30px;
    font-size: 20px;
    outline: none;
    resize: none;
    text-align: center;
    font-family: arial;
} 
.contactoContenedor textarea:nth-child(8){
    text-align: left;
}
.botonEnviar{
    font-size: 15px;
    background-color: rgba(110,110,110,.3);
    padding: 6px 14px;
    border: none;
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
   
}