/*------MEDIA QUERIES-------*/



/*------SI LA PANTALLA ES MENOR A 900-------*/
@media screen and (max-width:900px) {


    #DvHTel {
        display: none !important;
    }

    #DvHGap {
        width: 10px;
    }

    #mobilemenu {
        display: inline-block;
        width: 30px;
        min-height: 30px;
        padding: 5px;
        text-align: left;
        margin-right: 5px;
        margin-bottom: 5px;
        color: #fff;
        cursor: pointer;
    }

    #cintaTop {
        position: fixed;
        top: 0px;
        widith: 100%;
    }


    #MainMobileMenu {
        position: fixed;
        top: 70px;
    }

    #dvcontainermenu {
        display: none;
    }


    #ImaLogo {
        height: 150px;
        padding-top: 80px;
        padding-bottom: 10px;
    }




}









/*------SI LA PANTALA ES MAYOR A 900-------*/

@media screen and (min-width:901px) {


    #mobilemenu {
        display: none !important;
    }

    #MainMobileMenu {
        display: none !important;
    }
}



/*------SI LA PANTALA ES MENOR A 600-------*/

@media screen and (max-width:600px) {

    #DvHTel, #DvHMail {
        display: none !important;
    }

    #DvHGap {
        width: 1px;
    }

    #ImaLogo {
        height: 90px;
        padding-top: 80px;
        padding-bottom: 10px;
    }

    .YouTube {
        width: 280px;
        height: 170px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px
    }
}


/*------SI LA PANTALA ES MENOR A 325-------*/

@media screen and (max-width:325px) {

    #DvHTel, #DvHMail, #DvHYoutube {
        display: none !important;
    }

    #DvHGap {
        width: 1px;
    }

    #ImaLogo {
        height: 85px;
        padding-top: 80px;
        padding-bottom: 10px;
    }

    .YouTube {
        width: 280px;
        height: 170px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px
    }


}
