.encabezado{
    text-align: center;
    width: 100%;
    height: 85px;
    background-color: #cfb53b;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin: 20px 0;
  
    border-radius: 20px;
}
#titulo{
    font-size: 28px;
    font-weight: 600;
}

.img{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

img{
    margin: 10px 0;
    border-radius: 15px;
  
    
}
#img1{
width: 90%;
}
#img2{
width: 95%;
height: 400px;
}
#img3, #img4{
width: 40%;
margin: 10px;
}

@media only screen and (max-width:760px){
    #img3, #img4{
        width: 70%;
    }
    #img2{
        height: 250px;
    }
}
