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

html{
    height: 100%;
}

body{
    background-color:#ffffff;
    margin: 0px;

}

button {
  background-color: white;
  color: black;
  border: 2px solid #e6007f;
  border-radius: 12px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    transition-duration: 0.4s;

}

button:hover {
background-color: white;
  color: black;
  border: 2px solid #e6007f;
  border-radius: 12px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
box-shadow: 0px 0px 0 rgba(0,0,0,0), 0 0px 0px 0 rgba(0,0,0,0);

}

img {
  border-radius: 20px;
}

h1 {
    text-align: center;   
    font-family: cursive;
    font-weight: 700;
    color: #e6007f;
    font-size: 50pt;
    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: 20pt;
    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:#69b52e;
    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;
}

.infofadu {
    display: flex;
    flex-direction: row;
    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: 50px;
}

.logos{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;   
}

.textosfadu{
    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;  
}

