.fotografías{
    height: 130px;
        text-transform: uppercase;
        font-size: 50px;
        text-align: center;
       
        color: #E4D65A;
        font-family: monserat;
        font-weight: 750;
}
.foto1{
    height: 417px;
}
.foto1:hover{
    animation-iteration-count: infinite
}
.foto1 img{
    width: 350px;
    height: 250px;
}
.foto2{
    height: 417px;
}
.foto2:hover{
    animation-iteration-count: infinite
}
.foto2 img{
    width: 350px;
    height: 250px;
}
.fotografías {
    font-size: 2rem;
    margin-bottom: 20px;
    padding-top: 7%;
    
}

.fotografías p {
    margin: 0;
}