* {
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    
}

h1, {
    font-family:'Inknut Antiqua', serif;
    }

h2, h3, h4, h5, h6 {
    font-family: 'Inknut Antiqua', serif;
    letter-spacing: 0.01rem;
    padding: 1rem;
    line-height: 0.2rem;
}

.h2_banner__titulo{
   color: #be102b; 
}

.contenedor {
    margin:auto;
    width: 99%;
}
.banner__img {
    width: 100%;
}
a {
    text-decoration: none;
    color: gray;
}
ul {
    list-style: none;
}
/*header*/

.header {
    height: 60px;
}

.header .contenedor {
    display: flex;
    justify-content: space-between;

}

.logo, .icon-menu {
    margin: 0.8rem;
    color: black;
}

.icon-menu {
    display: block;
    width: 2.1rem;
    height: 2rem;
    font-size: 1.4rem;
    background: #a1172d;
    color: whitesmoke;
    text-align: center;
    line-height: 2.5rem;
    border-radius: 0.35rem;
    margin-left: auto;
    cursor: pointer;
}
.nav {
    position: absolute;
    top: 3.3rem;
    left: -100%;
    width: 100%;
    transition: all 0.4s;
    z-index: 100;
}
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu__link {
    display: block;
    padding: 0.2rem;
    background: #a2cff0;
    text-decoration: none;
    color: whitesmoke;
}

.menu__link:hover, .select {
    background: white;
    color: salmon;
}

.mostrar {
    left: 0;
}

/*main*/

.botonera{
    display: flex;
    width: 100%;
    height: 20%;
    justify-content: space-around;}

.info{
    width: 100%;
    height: 100%;
    text-align: center;
    background: ;
    color: white;
    padding: 0%;
    margin: 0;
    justify-content: space-around;
    border-top: 1px solid #fff;
    list-style: none;
    text-decoration: none;
    display: flex;
}    
    
.info ul{
    list-style: none;
    width: 100%;
    justify-content: center;
    padding: 0;
    display: flex;
    height: 100%;
    margin: 0;
} 

.info li{
    margin:0;
    width: 50%;
    height: 100%;
    padding: 5%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.glosario{
    margin:0;
    width: 50%;
    height: 100%;
    background: white;
    padding: 5%;
}


.info a{
    text-decoration: none;
    font-weight: 700;
    color: white;
    font-size: 1rem;
    height: 100%;
    font-size: 1rem
}

.info li:hover{
    cursor: pointer;
    background: white;
}

@media (max-width:480px){
  .info a{
    text-decoration: none;
    font-weight: 700;
    color: white;
    font-size: 1rem;
    height: 100%;
    font-size: 0.65rem
}
.botones_social {
    width: 100%;
    margin: 0 0;
    padding: 0px;
    text-align: center;
    background: white;
    position: fixed;
    top: 517px;
    z-index: 99;
    
}

.botones_social [class^="icon-"] {
    margin: 0 0.5rem 0 0.5rem;
    font-size: 1.4rem;
    padding: 0.9rem;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 36px;
    color: #be102b;
    cursor: pointer;
    -webkit-transition:color 0.3s ease;
    -o-transition:color 0.3s ease;
    transition:color 0.3s ease;
}
.botones_social [class^="icon-"]:hover {
    color: #A6A6A6;
    -webkit-transition:color 0.3s ease;
    -o-transition:color 0.3s ease;
    transition:color 0.3s ease;
}

button.accordion {
    
    font-size: 1rem;
    font-weight: 900;
    background-color: #a2cff0;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

div.panel {
    margin: 0;
    padding: 1rem;
   font-weight: 400;
    font-size: 0.7rem;
    background-color: #be102b;
    display: none;
    color: whitesmoke;
}

.footer {
    background: #333;
    color: white;
    padding: 1rem;
    text-align: center;
    justify-content: center;
    font-size: 0.7rem
}

.footer [class="logofadu"] {
    background: grey;
    border-radius: 0.5rem;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: inline-block;
    color: white;
    font-size: 0.3rem;
    padding: 0.rem;
    width: 100%;
    height: 100%;
}
.footer .logofadu img {
    width: 100%;
    height: 10%;
    padding: 0 3rem 0 3rem;
    
}