@media only screen and (max-width:1160px){
    .top-bar-container,
    header,
    .form-container,
    .quote-container,
    .momento-container,
    .vintage-container,
    .porque-container{
        width: 95%;
        margin: 0 auto;
    }
    .section-instagram{
        width: 100%;
    }
    .contact-form{
        float: none;
        margin: 0 auto;
        display: block;
    }
    .invitaciones-item{
        height: 250px;
    }
    .section-vintage{
        padding: 50px 10px;
    }
}

@media only screen and (max-width:1000px){
    .momento-right p{
        width: 100%;
    }
    .momento-right{
        padding-left: 15px;
    }
}
@media only screen and (max-width:780px){
    ul.testimonios-list li{
        width: 100%;
        float: left;
        text-align: center;
        height: auto;
        margin-bottom: 45px;
    }
}
@media only screen and (max-width:700px){
    .quote-container img{
        max-width: 100%;
    }
    .momento-right,
    .momento-left{
        width: 100%;
        height: auto;
        text-align: center;
    }
    .momento-right{
        padding: 75px 25px;
    }
    .section-vintage li{
        width: 100%;
        margin-right: 0%;
        margin-bottom: 45px;
    }
    .invitaciones-item{
        margin-bottom: 20px;
    }
    .porque-container li{
        width: 100%;
    }
    .porque-container img{
        height: 200px;
    }
    .btn-tips{
        width: 100%;
    }
    .btn-tips:hover{
        width: 100%;
    }
    .modal-content,
    .modal-texto p{
        width: 95%;
    }
}

@media only screen and (max-width:550px){
    .btn-agenda{
        width: 95%;
        text-align: center;
    }
}
@media only screen and (max-width:500px){
    .top-bar-container ul{
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .top-bar p{
        width: 100%;
        text-align: center;
    }
    header img{
        height: 70px;
    }
    .contact-form{
        width: 100%;
    }
    .porque-container img{
        height: auto;
    }
    a.fixed-whatsapp{
        bottom: 55px;
    }
}