
/********************************/
/*          Media Queries       */
/********************************/

@media (min-width: 1200px) {

    
}

@media (min-width: 992px) and (max-width: 1199px){
    .smoke{
        top: 50%;
    }
    .intro{
        padding-top: 80px;
    }
    .diosdelsueno{
        height: 850px;
        padding-top: 70px;
        position: absolute;
        margin-left: -950px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .smoke{
        top: 50%;
    }
    .img-smoke{
        height: 390px;
    }
    .diosdelsueno{
        height: 800px;
        padding-top: 70px;
        position: absolute;
        margin-left: -950px;
    }
}

@media (min-width: 544px) and (max-width: 767px) {
    .smoke{
        top: 50%;
    }
    .img-smoke{
        height: 390px;
    }
}


@media (max-width: 767px) {
    .logovds{
        display: none;
    }
    #backproductos {
        height: 80px;
    }
    .intro{
        padding-top: 0px;
    }
    .diosdelsueno{
        display: none;
    }
    .smoke{
        top: 180px;
    }
    .img-smoke{
        height: 220px;
    }
    .textintro{
        font-size: 16px;
        line-height: 25px;
        color: rgb(139, 139, 139);
        padding: 50px 15px 25px 15px;
    }
}


