@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;1,100;1,200;1,300;1,400;1,500;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;500;700&display=swap');

*{ padding: 0; margin: 0; box-sizing: border-box; transition: 1s all; }

body {
	font-family: Arial; 
}
header {
	padding: 1rem;
} 
#portada {
	/*opacity: 0.3;*/
	width: auto;
	background-image: url(../img/img_portada.jpg);
	background-size: cover;
    background-position: center;
}

h1 {
	font-weight: 300;
	font-size: 4rem;

}

#titulo {
	font-family: 'Montserrat', sans-serif;
	color: #6E6E6E;
	/*text-shadow: 2px 2px 2px #2E2E2E;*/
	text-align: center;
	margin-top: 15rem;

}


nav {
	font-family: 'Raleway', sans-serif;
    text-align: center; 
	color: #ffffff;
	background:#0894dc;
	padding: 1rem;
}

nav ul li {
	display: inline-block;
}

nav ul li a {
	color: white;
	text-decoration: none;
	margin: 1rem;
}
nav ul li a:hover {
	background-color: #ffffff;
}

.link-activo {
	background: #62b8e4;
	padding: 0.5rem;
    border-radius: 0.5rem;
}

main section article {
	padding: 1rem;
}
.inicio {
	background-color: #6e6e6e;
}

.inicio article {
    /* border-style: solid; */
    background-color: white;
    border-color: #0894dc;
    border-radius: 1rem;
    margin: 1rem;
    margin-top: 0;
}

.inicio aside {
    /* border-style: solid; */
    border-color: #0894dc;
    border-radius: 1rem;
    margin: 1rem;
    margin-bottom: 0;

}
.columna-1 {
	color: #6e6e6e;
	font-family: 'Raleway', sans-serif;
	background: white;
	width: 100%;
}
.columna-2 {
	color: #6e6e6e;
	font-family: 'Raleway', sans-serif;
	background: white;
	width: 100%;
}
.columna-3 {
	font-family: 'Raleway', sans-serif;
	background: white;
	width: 100%;	
}


main section article ul {
	margin: 1rem;
}

ul li a {
	color: #6e6e6e;
	text-decoration: none;
}


main section aside {
	color: #6e6e6e;
	background: white;
	padding: 1rem;
	text-decoration: none;
}
 aside a {
 	text-decoration: none; 
 	color: #6e6e6e;
 }

 footer { 
 	color: #ffffff; 
 	font-family: 'Raleway', sans-serif;
 	background:#0894dc; 
 	padding: 1rem; 
 	font-size: 0.8rem; 
 }


/*esto  es un comentario*/


/*MAPA*/

.img-mapa {
	
}

img {
	display:block;
	margin:auto;
	width: 100%;
}

/*PLAN*/

.video-container {
    display: block;
    width: 100%;
    height: 20rem;
}

.video-container iframe {
    display: block;
    height: 100%;
    width: 100%;
}



.items{
     margin-left: auto;
    margin-right:auto; 
}


.items-app{
    color: #FFFFFF;
    margin:1rem 1rem 1rem 0;
    font-size:120%;
    padding: 0.1rem 5rem 0.1rem 1rem;
    background: #62b8e4;
    border-radius: 1rem
        
}

.items p {
    margin-top: 1rem;
    }

.titulo1 {
    
    font-weight: 300;
	font-size: 2rem;
    margin-top: -10rem;
    margin-bottom: 2rem;
    color: #62b8e4;
    font-family: 'Raleway', sans-serif;
    text-align: center;
     border-radius: 2rem;
    }


.contenido-app {
     margin-left: auto;
    margin-right:auto;
    margin-top: 12rem;
    padding: 1rem;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    max-width: 100%;
}

.descripcion{

 display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    margin-left: auto;
    margin-right:auto; 
}




/*cuando es mayor a 768px*/

@media screen and (min-width:48rem) { 

    
    .inicio {
    	background-color: #6e6e6e;
	    display: flex;
	    justify-content: space-between;
	}
	.inicio article {
		width: 50%;
		background-color: white;
		margin-top: 1rem;
    }

    .inicio aside {
    	width: 50%;
    	margin-bottom: 1rem;
    }

 /*MAPA*/

    img {
	width: auto;
    }


/*PLAN*/

    .video-container {
    height: 30rem;
}





 
    
