    
/* Diseño para vista de celulares. Tener en cuenta que quede bien de 350px a 900px de ancho. El alto en realidad no importa. 
   Hasta 350px de ancho si no se rompe el diseño, está bien. */
   
.nav { 
    width: 260px;
}

.menu_desplegable {
    width: 90px;
}

.list__item {  
    overflow: hidden;
    margin-right: 15px;
    margin-left: 15px;
}

section article {
    margin: 10px 0; /* 1er valor: arriba y abajo. 2do valor: izquierda y derecha. */
    margin: 10px 0 10px 0; /* arriba - derecha - abajo - izquierda */
    width: 100%;
}

section article img {
    width: 100%;
    height: auto;
}

/*
se cambia desde la media query del style.css
header {
    height: 120px;
}
*/

h4 { /* Lo que tenga solo el h4: en este caso es el cartel de error 404 únicamente. */
    font-size: 4rem;
    margin-top: 230px;
}

.list__show { /* VER SI ESTA FUNCIONA O SI NO SIRVE */
    position: relative;
    margin-left: 0;
    width: 70%;
    margin: 0 auto;
    padding-left: 30px;
    background: none;
}

/* se cambia desde la media query del style.css
footer {
    height: 120px;
}
*/

footer section {
    float: none;
    text-align: center;
}

.header_redes { /* DIV DE REDES */
    display: none;
}

.header_redes i { /* DIV DE REDES */
    color: white;
    font-size: 20px;
    width: 35px;
    line-height: 35px;
    float: center;
    position: relative;
    text-align: center;
}

.redes_celu {
    display: block;
    margin-top: 30px;
    text-align: center;
}
.redes_celu i {
    color: whitesmoke;
    font-size: 20px;
    background: rgba(0,0,0,.3);
    width: 35px;
    line-height: 35px;
    margin: 5px 2px 0 0;
    /*border: 1px solid*/;
    border-radius: 50%;
}
.container {
    /*position: relative;*/
    height: auto;
    width: 100%;
    padding: 15px;
    color: white;
}

.contacto {
    padding: 48px;
}

.container .imglayout{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.container .imglayout img {
    max-width: 80%;
}

.player {
    margin-top: -155px;
    margin-left: 250px;
    text-align: center;
}

#installApp {
    display:none;
}
.instalar_app {
    font-size:20px;
    white-space: nowrap;
    overflow: hidden;
}
.instalar_app .wfix > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}