/* -------------- MOBILE -------------- */
.Main-titulo {
    grid-row: 1;
    grid-column: 1;
}

#Back-btn {
	display:none;
    grid-row: 1;
    grid-column: 2;
	font-family: Arial;
	font-weight: bold;
	background-color: #06325e;
	text-align: center;
	line-height: 2.5em;
	letter-spacing: 1px;
	color: #fff;
    margin-left: auto;
    width:90%;
	text-decoration: none;
}

.Data-list {
    list-style: inside;
    list-style-image: url("../Imagenes/Main/icons/bullet1.gif");
}

.Data-list li{
    margin-top: 1.5em;
}

.Data-list h2 {
    display: inline-block;
    color: #d81b21;
}

.Data {
    display: none;
}

.Subtitulo {
    margin-top:2em;
    margin-bottom: 1em;
    font-weight: bold;
    text-decoration: underline;
}

.Utilidad-list {
    margin-left:1em;
    text-align: left;
}

.Utilidad-list li {
    margin-top:0.5em;
}

.Reference {
    margin-top:0.5em;
    color: #a1a1a1;
    font-style: italic;
}

#Mapa {
    margin-top: 1em;
    width:250px;
}

/* -------------- TABLET VERTICAL -------------- */
@media (min-width: 600px) { 
    #Mapa {
        width:auto;
    }
}

/* -------------- TABLET HORIZONTAL -------------- */
@media (min-width: 900px) {
    #Back-btn {
		font-size:16px;
        width:30%;
	}
}

/* -------------- PANTALLA PC -------------- */
@media (min-width: 1400px) { 
    .Subtitulo {
        font-size: 25px;
    }
}