﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@media screen and (max-width: 804px) {
    #menu {
        display: none !important;
    }
}

@media screen and (min-width: 804px) {
    #icon2 {
        display: block !important;
    }
}

@media screen and (min-width: 758px) {
    #icon2 {
        display: none !important;
    }
}

@media screen and (min-width: 758px) {
    #desde {
        width: 200px;
    }
}

@media screen and (min-width: 350px) {
    #imagen {
        margin-left: -73px;
    }

}

@media (min-width: 768px)  {
    #logosimagen {
        width: 19.666667%;
    }
}






