
@charset="UTF-8"
    
    /* mobile first */

html{
    height: 100%;
    @media screen and (max-width 540px)  
}

body{
    background-color:antiquewhite;
    margin: 0px;

}

img {
  border-radius: 20px;
    font-size: 12px
}

h1 {
    text-align: center;   
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #312883;
    font-size: 25pt;
    font-style: regular;
    line-height: 10px;
    margin-top: 25px;
    padding-top: 0px;
}

.logohuella{
    margin-left: 20px;
}

h2 {
    font-family: 'Advent Pro', sans-serif;
    font-weight: 400;
    font-size: 15pt;
    color: #312883;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

h3 {
    font-family: 'Advent Pro', sans-serif;
    font-weight: 400;
    font-size: 12pt;
    color: #312883;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}



.navbar {
    width: 100%;
    top: 0px;
    background-color:#312883;
    text-align: center;
    height: 40px;
}

.navbar ul{
    padding: inherit
}

.navbar li {
    display: inline-block;
    padding: 20px 5%;
    margin-top: 0px;
    line-height: 0px;
}
   
.navbar a {
    text-decoration: none;
    color: #ede9e4;
    font-family: 'Advent Pro', sans-serif;
    font-weight: 400;
    font-size: 18pt;
}

.navbar2 {
    width: 100%;
    top: 0px;
    background-color:#f49100;
    text-align: center;
    height: 40px;
}
.navbar2 ul{
    padding: inherit
}

.navbar2 li {
    display: inline-block;
    padding: 20px 5%;
    margin-top: 0px;
    line-height: 0px;
}
   
.navbar2 a {
    text-decoration: none;
    color: #ede9e4;
    font-family: 'Advent Pro', sans-serif;
    font-weight: 400;
    font-size: 18pt;
}

header div {
    font-family:'Advent Pro', sans-serif;
    font-weight: 400;
    list-style-type: none;
    text-align: center;
    color: #4c7499;
    font-size: 11pt;
    text-decoration: none;
}


.avatar {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-top: 50px;
    text-align: center;
    font-family: 'Antic Slab', serif;
    font-weight: 700;
    font-size: 18pt;
    color: #f49100;
    text-decoration: none;
}

main section ul{
    padding: inherit
}

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

figure {
max-width: 100%;
height: auto;
}

.infofadu {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-around;
    height: 100px;
    text-align: left;
    align-content: center;
    font-family: 'Advent Pro', sans-serif;
    font-weight: 400;
    color: #4c7499;
    font-size: 10pt;
    padding-right: 50px;
    padding-left: 50px;
    margin-top:15em;
    margin-bottom:15em;
}

.logos{
    display: block;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 5%;
    margin-bottom: 5%;   
}

.textosfadu{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: auto;
    margin-bottom: auto;    
}

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

/* Plan */


.contenido-plan-textos{
    margin-left: 30%;
    margin-right: 20%;
    font-family: 'Advent Pro', sans-serif;
    color: #312883;
    width: 40%;
    text-align: justify;
    font-size: 16pt;
    margin-top: 50px;
    margin-bottom: 50px;
}

.centrado{
    text-align: center;  
}

