.main{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 60vh;

}
.nos{
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(images/contactosbl.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 30%;
}

.nos h1{
    color: white;
    text-shadow: 3px 3px 5px black;
    font-size: 39px;
    margin-top: 70px;
}

h3{
    margin: auto;
    background-color: rgb(31, 29, 29);
    color: white;
    text-align: center;
    padding: 15px 0 15px 0;
    font-size: 25px;
}

.formfi{
    margin: auto;
    display: flex;
    justify-content: center;
    background-color: rgb(31, 29, 29);
    width: 60%;
    border-radius: 0px 20px 20px 0;
}

form{
    text-align: center;
    padding: 30px 0 30px 0;
}

label{
    color: white;
    font-size: 18px;
}
#boton{
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
}

#boton:hover{
    font-weight: 800;
}

#boton:active{
    background-color: rgb(31, 29, 29);
    color: white;
    font-weight: 600;
}

#nombre{
    width: 70%;
    font-size: 15px;
    font-weight: 500;
}

#email{
    width: 76%;
    font-size: 15px;
    font-weight: 500;
}

input{
    padding: 5px;
}

#comentario{
    padding: 5px 0 0 10px;
    font-size: 17px;
    font-weight: 500;
}

.formc{
    display: flex;
    justify-content: space-around;
    width: 75%;
    margin: auto;
    padding: 25px 0 70px 0;
}

.formiz{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.formiz img{
    width: 74%;
}
