/* ----- G E N E R A L ----- */

html{
    height: 100%;
}

body{
    margin: 0px;
    background-color:#ede9e4;
}

h1 {
    text-align: center;   
    font-family: Playfair Display, serif;
    font-weight: 700;
    color: #c15a31;
    font-size: 50pt;
    font-style: italic;
    line-height: 10px;
    margin-top: 25px;
    padding-top: 0px;
}

h2 {
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-size: 15pt;
    color: #4c7499;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 0px;
}

footer {
    color: #4c7499;
    font-family: Playfair Display, serif;
    font-weight: 400;
    font-size: 8pt;
    text-align: center;
    margin-top: 100px;
    padding: 25px;
}

.navbar {
    position: fixed;
    width: 100%;
    top: 0px;
    background-color:#98a7bf;
    text-align: center;
    height: 55px;
}

.navbar li {
    display: inline-block;
    padding: 30px 100px;
    margin-top: 0px;
    line-height: 0px;
}
   
.navbar a {
    text-decoration: none;
    color: #ede9e4;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 12pt;
}

header ul {
    padding-top: 5px;
    list-style-type: none;
}

header li {
    font-family: Playfair Display, serif;
    font-weight: 400;
    text-align: center;
    color: #4c7499;
    font-size: 10pt;
    text-decoration: none;
}

.perfiles {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-top: 50px;
    text-align: center;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 20pt;
    color: #c15a31;
    text-decoration: none;
}

#nombre {
    font-family: Playfair Display, serif;
    font-weight: 500;
    font-size: 20px;
    font-style: italic;
    color: #9da0a3;
    margin-top: 0px;
    line-height: 12px;
    z-index:-1;
    position:relative;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}

.infofacu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 100px;
    text-align: left;
    align-content: center;
    font-family: Playfair Display, serif;
    font-weight: 400;
    color: #4c7499;
    font-size: 10pt;
    padding-right: 50px;
    padding-left: 50px;
    margin-top: 100px;
}

#listado {
    margin-left: 300px;
    margin-right: 300px;
    color: #9da0a3;
    text-align: left;

}

#listado h3{
    color:  #4c7499;
    text-align: left;
}

/* ---------------- */
/* ----- Plan ----- */

.contenido-plan-textos{
    margin-left: 4em;
    margin-right: 4em;
}

.contenido-plan-textos h3{
    color:  #4c7499;
    text-align: center;
}

.contenido-plan-textos p{
    color: #9da0a3;
    text-align: center;
}

/* ---------------- */
/* ----- Mapa ----- */
.mapa h1{
    text-align: center;   
    font-family: Playfair Display, serif;
    font-weight: 700;
    color: #c15a31;
    font-size: 35pt;
    font-style: italic;
    line-height: 10px;
    margin-top: 25px;
    padding-top: 0px;
}

.imagen-mapa img{
    padding-top: 25px;
    width: 90%;
}

/* ---------------- */
/* ----- RESPONSIVE ----- */

@media (max-width: 1400px) {
    main {
        text-align: center;
    }
    .navbar li {
        padding: 10px;
        margin-top: 10px;
    }
    .navbar a {
        font-size: 10px;
    }
    footer {
        margin-top: 100px;
        padding-left: 50px;
        padding-right: 50px;
    }
    #perfil1, #perfil2, #perfil3 {
        margin-bottom: 50px;
    }
    h1 {
        font-size: 45px;
    }
    h2 {
        font-size: 10px;
    }
    header {
        text-align: center;
    }
    .infofacu{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 250px;
        text-align: center;
        margin-bottom: 200px;
    }
    }
    
    @media (min-width:650px) {
    
    .contenido-plan-textos{
    margin-left: 30%;
    margin-right: 30%;
    }

    .contenido-plan-textos h3{
    text-align: left;
    }

    .contenido-plan-textos p{
    text-align: left;
    }
}