@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;700;900&display=swap');

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

body {
    font-family: 'Montserrat', sans-serif;
    background: #f6f5f4;
}

header h1{
    background-color: #f6f5f4;
    font-family:'Montserrat', sans-serif; font-size: 1.6rem;
    color: #403f3e;
    padding: 1.2rem;
    font-size: 3rem;
    font-weight: 300;}

/* Menu */
nav{
    background-color: #403f3e; 
    padding: 1rem; 
}

nav ul li {
    display: inline-block;
}

nav ul li  a{
    color:#ffcf66; 
    text-decoration: none;
    padding: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.link-activo{
    background:#848281;
}
.columna-1{
    background: #f6f5f4;
    width: 100%;
    font-size: 1.2rem;
}

.columna-2{
    background: #f2f1f0;
    width: 100%;
}

.columna-3{
    width: 100%;
    font-family:'Montserrat', sans-serif; color:#403f3e;
}


h3 {
    background-color: #403f3e; 
    font-size:1rem; 
    color: #ffc73b; 
    margin-bottom: 0.8rem;
    font-family: font-family: 'Montserrat', sans-serif;
    font-weight: 900; 
    padding: 0.5rem;
}

aside {
    padding: 1rem;
    background: #f6f5f4;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    padding-top: 4rem;
}

article p {
    font-family: 'Montserrat', sans-serif; 
    margin-bottom: 0.8rem; color: #403f3e;
    font-weight: 400;
}


main section article {
    padding: 1rem;
}

main section article h3{
    background: #ffc73b;
    color: #403f3e; 
    font-family:'Montserrat', sans-serif; font-weight: 700 
}

main section article p a {
    text-decoration: none;
    color: #403f3e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

main section article p {
    color: #403f3e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.link-1{
    color: #403f3e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

footer{ 
    padding: 1rem;
    background: #d0cdc6;
    text-align: center;
}

footer p {
    font-size: 0.7rem; 
    color: #403f3e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;}


/* PLAN - MAPA */

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

.body_plan{ 
	font-family: 'Montserrat', sans-serif;
    background: #f6f5f4;
}

.imagen_plan{
    background-image: url(../img/plan.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 20rem;
}

.imagen_plan.plan{ 
    background-image: url(../img/mapa.jpg);
}


/*    -----   ENCABEZADO  -----    */
header h1 {
	background-color: #f6f5f4;
	font-family:'Montserrat', sans-serif;
	font-size: 1.6rem;
    color: #403f3e;
    padding: 1.2rem;
    font-size: 3rem;
    font-weight: 300;
}

/*    -----   MENU  -----    */
nav{
    background-color: #403f3e;
    padding: 1rem; 
}

nav ul li {
    display: inline-block;
}

nav ul li  a{
    color:#ffcf66; 
    text-decoration: none;
    padding: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;}

.link-activo{
    background:#848281;
}

section {
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
}
main section article div h2{
    background: #f6f5f4;
    color: #403f3e; 
    font-family:'Montserrat', sans-serif; 
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

main section article div h3.texto-fadu-virtual {
    background: #f6f5f4;
    color: #403f3e; 
    font-family:'Montserrat', sans-serif; 
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px; 
}


main section article div p {
    background: #f6f5f4;
    color: #403f3e; 
    font-family:'Montserrat', sans-serif; 
    font-weight: 700 
}

main section article div p {
    background: #f6f5f4;
    color: #403f3e; 
    font-family:'Montserrat', sans-serif; 
    font-weight: 700 
}

main section article div h3.texto-fadu-virtual {
    background: #f6f5f4;
    color: #403f3e; 
    font-family:'Montserrat', sans-serif; 
    font-weight: 700 
}

main section article div img {
    Width: 50%; 
}


/*    -----   PIE DE PÁGINA  -----    */
footer{ 
    padding: 1rem;
    background: #d0cdc6;
    text-align: center;
}
footer p {
    font-size: 0.7rem; 
    color: #403f3e;
    font-family: font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}




/* cuando es mayor a 768px */

@media screen and (min-width:48rem){
    .inicio{display: flex;}  
}




/* cuando es mayor a 768px */

@media screen and (min-width:48rem){
    
    .columna-1{width: 33%;}
    .columna-2{;width: 33%;}
    .columna-3{width: 33%;}
    .inicio{display: flex;}
    .imagen_plan{height: 50rem;
    
    
}






