@media (max-width:992px){
    nav{
        height: auto;
        width: 100%;
        
    }
}

@media (max-width:768px){
    .social-links{
        display: none;
        visibility: hidden;
    }
    .mensaje{
        order: 0;
    }
    .video{
        order:-1;
    }
}
@media (max-width:572px){
    .video iframe{
        
        width: 100% !important;
        height: 120px !important;
    }
    nav img{
        visibility: hidden;
        /* width: 40px;
        height: 43px;
        margin-left: 50%; */
        
    }
}

@media (max-width:493px){
    
    .topbar{
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .topbar .container{
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .topbar .titulo{
        margin-bottom: 10px;
        text-align: center;
    }
    .show{
        background-image: url("./imagenes/Hor_Marcadeagua_GRIS\ -\ copia.png");
        background-repeat: no-repeat;
        background-size: 100% 100px;
    }
}

