*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar{
    display: none;
}

body{
	background: -webkit-linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,.5), rgba(0,0,0,.75));
    background: linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,.5), rgba(0,0,0,.75));
	background-size: 100vw 100vh;
	background-attachment: fixed;
    padding-bottom: 2.75rem;
}

.lista{
    margin: 5.125rem auto 1rem;
    width: 90%;
    color: #b4c9ff;
    text-transform: uppercase;
    text-shadow: -.5px -1px .5px black;
    font-size: 1.25rem;
    text-align: center;
    font-weight: 500;
}

.tit{
    width: 100%;
}

.tit img{
    margin: auto;
    display: block;
    width: 50%;
    max-width: 225px;
    padding: 2%;
}

.mapa{
    width: 100%;
}

.mapa img{
    margin: auto;
    display: block;
    width: 90%;
    padding: 1%;
}

.inst{
    width: 100%;
}

.inst img{
    margin: auto;
    display: block;
    width: 80%;
    max-width: 225px;
    padding: 10px;
}

.city{
    margin: 1rem auto;
    width: 90%;
    color: #b8977d;
    font-size: 1.5rem;
    text-shadow: -1px -1px 1px gold;
    text-align: left;
}

.instrum_rock{
    margin: 1rem auto;
    width: 90%;
    color: #b8977d;
    text-transform: uppercase;
    text-shadow: -1px -1px 1px gold;
    text-align: center;
}

.sello{
    margin: 1rem auto;
    width: 90%;
    color: #adc2fe;
    font-size: 2rem;
    text-shadow: -1px -1px 1px white;
    text-align: left;
}

.text{
    margin: auto;
    width: 90%;
    color: #e1e1e1;
    line-height: 1.5;
    text-align: justify;
    text-shadow: -1px -2px 1px black;
    padding: 5px 10px;
}

.resalt{
	color: #f3e281;
}

.lugar{
    font-style: italic; 
}

.line{
    margin: auto;
    width: 90%;
    height: 1px;
    border-color: rgba(255,255,255,.25);
}

.pie{
    width: 95%;
    font-size: .5rem;
    color: white;
    text-align: right;
    padding: 1% 0;
}

.footer{
	width: 100%;
	height: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	background: -webkit-linear-gradient(to right, #000, #000, #000, #343e63, #000, #000, #000);
	background: linear-gradient(to right, #000, #000, #000, #343e63, #000, #000, #000);
	border-radius: .46875rem;
	box-shadow: inset 0 0 .375rem rgba(127,220,255,.75);
	padding: .625rem;
    position: fixed;
    bottom: 0;
    z-index: 100;
}

.footer img{
    display: block;
    margin: .25% auto;
}

@media (max-width: 300px){
    .lista{
        font-size: .875rem;
    }
    .city{
        font-size: 1.25rem;
        text-align: center;
    }
    .instrum_rock{
        font-size: .875rem;
        text-align: center;
    }
    .sello{
        font-size: 1.25rem;
        text-align: center;
    }
    .footer img{
        max-width: 250px;
    }
}

@media (max-width: 599px) and (min-width: 301px){
    .lista{
        font-size: 1rem;
    }
    .city{
        font-size: 2rem;
    }
    .instrum_rock{
        font-size: .9375rem;
    }
    .sello{
        font-size: 2rem;
    }
    .footer img{
        max-width: 250px;
    }
}

@media (max-width: 767px) and (min-width: 600px){
    .lista{
        font-size: 1.5rem;
    }
    .city{
        font-size: 2.5rem;
    }
    .instrum_rock{
        font-size: 1.5rem;
    }
    .sello{
        font-size: 2.5rem;
    }
    .footer img{
        max-width: 300px;
    }
}

@media (max-width: 950px) and (min-width: 768px){
    .lista{
        font-size: 1.5rem;
    }
    .city{
        font-size: 2.5rem;
    }
    .instrum_rock{
        font-size: 1.5rem;
    }
    .sello{
        font-size: 2.5rem;
    }
    .footer img{
        max-width: 350px;
    }
}

@media (min-width:1024px){
    .tit img{
        width: 25%;
    }
    .inst img{
        max-width: 600px;
    }
    .lista{
        font-size: 3rem;
    }
    .city{
        font-size: 3rem;
    }
    .instrum_rock{
        font-size: 2.75rem;
    }
    .sello{
        font-size: 3rem;
    }
    .footer img{
        max-width: 400px;
    }
    .text{
        font-size: 1.5rem
    }
}