
@media all and (max-width: 1000px){
 
    .contenedor-general{
        width: 900px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .menu-inicio{
        width: 900px;
    }
    
    .banner{
        margin-bottom: 20px;
    }
}

@media all and (max-width: 850px){
    
    .menu-inicio{
        width: 750px;
    }
    
    .contenedor-general{
        width: 750px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .menu-nav li a{
        font-size: 11px;
        font-weight: bolder;
        letter-spacing: 1px
    }
}


@media all and (max-width: 750px){
    
    .menu-inicio{
        width: 650px;
    }
    
    .contenedor-general{
        width: 650px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .menu-nav li a{
        font-size: 9px;
        font-weight: bolder;
    }
     
    /*Footer*/
    footer{
        width: 100%;
        height: 140px;
    }

    footer table{
        margin-top: 20px;
    }
    
    footer table tr, th, td a{
        font-size: 12px;
    }
    
    footer p{
        font-size: 18px;
        color: white;
        letter-spacing: 2px;
    }

}

@media all and (max-width: 600px){
 
    .menu-inicio{
        width: 500px;
    }
    
    .contenedor-general{
        width: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .menu-nav li a{
        font-size: 7px;
        font-weight: bolder;
        padding:6px 8px;
    }
}

@media all and (max-width: 500px){
    
    .banner{
        margin-top: 20px;
    }
 
    .menu-inicio{
        display: none;
    }
    
    .swanky{
        display: contents;
    }
    
    .menu-inicio{
        width: 320px;
    }
    
    .contenedor-general{
        width: 320px;
        
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .contenedor-interno{
        width: 100%;
    }
    
    
    .banner-pie-inicio{
        display: none;
    }
    
    .banner-320px{
        display: contents;
    }
    
    
    
    .menu-nav{
        width: 100%;
    }
    
    .menu-ul{
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0px;
    }
    
    .menu-nav li a{
        width: 320px;
        height: 50px;
        font-size: 20px;
        font-weight: bolder;
        padding:0px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .li-botones{
        margin-left: -40px;
    }
    
    .caja-redes-sociales{
        width: 100%;
        margin-top: 0px;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    
    .caja-interna-rs{
        width: 100%;
    }
    
    .img-rs1{
        display: none;
    }
    
    .img-rs2{
        display: inherit;
    }
    
    /*Footer*/
    footer{
        height: 120px;
    }

    footer table{
        margin-top: 10px;
    }
    
    footer table tr, th, td a{
        font-size: 10px;
    }
    
    footer p{
        font-size: 12px;
        color: white;
        letter-spacing: 1px;
    }

}