
.fundo3 {
    width: 100%;
    height: 100vh;
    /*background-color: rgb(73, 73, 73);*/
    background-color: rgb(51, 51, 51);
}



/*.foto4 {
    width: 40%;
    height: auto;
    position: absolute;
    margin-left: 50%;
    margin-top: 10vh;
       
}
*/

.foto4 {
    position: absolute;
    background-image: url(../img/3n.jpg);
    
    height: 50vh;
    width: 40%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    margin-top: 10vh;
    margin-left: 50%;
}




.foto5 {
    position: absolute;
    background-image: url(../img/4n.jpg);
    
    height: 80vh;
    width: 30%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    margin-top: 10vh;
    margin-left: 10%;
}



.info3 {
    width: 40%;
    height: 30vh;
    margin-left: 50%;
    margin-top: 60vh;
    position: absolute;
    
    padding-top: 2em;
    color: white;
    font-family: 'Open Sans', sans-serif;
}

.info4 {
    position: relative;
    width: 100%;
    height: auto;
    background-color: black;
    opacity: 1;
    z-index: 1;
    
    transition: opacity 300ms ease;
    
}

.foto4:hover .info4 {
    opacity: 0.3;
}

.fundo4 {
    width: 100%;
    height: 100vh;
    background-color: rgb(255, 203, 106);
}

input[type=text], select, textarea {
    width: 100%;
    padding: 1em;
    border: 1px solid #ccc;
    
    box-sizing: border-box;
    margin-top: 2vh;
    margin-bottom: 16px;
    resize: vertical;
  }
  
  input[type=submit] {
    
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
 
  
  .contactos {
    position: absolute;
    width: 40%;
    margin-top: 25vh;
    margin-left: 10%;
    font-family: 'Open Sans', sans-serif;
    
    
  }