@media screen and (max-width: 768px) {
    .menu{
        display: none;
    }
    .testimoniosimg{
        height: 27vw;
        float: left;
        top: auto;
        position: relative;
        left: 0px;
    }
    .testimoniosdiv{
        text-align: initial;
        width: 80vw;
        margin: 0px 15vw;
    }
    
    .testimoniosdiv p{
        padding: 10px;
        left: 0vw;
    }
    .div-header-tour{
        min-height: 70vw;
        padding: 7vw;
        background-attachment: inherit;
    }
    .div-header-tour h1 {
        font-size: 6vw;
    }

    .div-header-tour h2 {
        font-size: 3.5vw;
    }

    .sitiosimg {
        height: 25vw;
    }
    .toursimg {
        height: 30vw;
    }
    .galeriaimg {
        height: 25vw;
    }
}