*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
header{
    display: block;
    position: fixed;
    background-color: rgb(240, 240, 240);
    width: 100%;
    top: 0;
    z-index: 10;
}
header .superior{
    display: flex;
    display: -webkit-flex;
    width: 100%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
    -webkit-padding-start: 5vw;
    -webkit-padding-end: 5vw;
}
header .superior .logo{
    width: 50%;
}
header .superior .logo img{
    width: 17vh;
}
header .esq{
    height: 8vh;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;

}
header .esq button{
    background-color: rgb(3, 72, 221);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: white;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    border: none;
    padding: 2vh;
    font-size: calc(12px + 0.5vh);
    font-size: -webkit-calc(12px + 0.5vh);
}
header .esq a{
    text-decoration: none;
    font-size: calc(12px + 0.5vh);
    font-size: -webkit-calc(12px + 0.5vh);
}
#idioma{
    color: rgb(102, 102, 102);
    padding-right: 10px;
    -webkit-padding-end: 10px;
}
header .esq button:active{
    background-color: rgb(0, 56, 177);
    color: rgb(150, 150, 150);
}
section{
    display: block;
    position: fixed;
    left: 0;
    top: 8%;
    width: 60vw;
    z-index: 10;
    transform: translateX(-60vw);
    -webkit-transform: translateX(-60vw);
}
section .container_menu{
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 100%;
}
section .container_menu .boton_mostrar{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
section .container_menu .boton_mostrar button{
    background-color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: none;
    cursor: pointer;
}
section .container_menu .boton_mostrar button h1{
    color: rgb(133, 133, 133);
    font-weight: lighter;
    font-size: calc(40px + 2vw);
    font-size: -webkit-calc(40px + 2vw);
}
section .container_menu .boton_mostrar button:active{
    background-color: rgb(184, 184, 184);
}
section .container_menu .boton_ocultar{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
section .container_menu .boton_ocultar button{
    display: none;
    background-color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: none;
    cursor: pointer;
}
section .container_menu .boton_ocultar button h1{
    color: rgb(133, 133, 133);
    font-weight: lighter;
    font-size: calc(40px + 2vw);
    font-size: -webkit-calc(40px + 2vw);
}
section .container_menu .boton_ocultar button:active{
    background-color: rgb(184, 184, 184);
}
section .container_menu a{
    text-decoration: none;
}
section .menu{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background-color: rgba(238, 238, 238, 0.822);
    width: 100%;
    padding-top: 20px;
    -webkit-padding-before: 20px;
}
section .menu ul{
    display: inline;
    list-style: none;
    width: 60vw;
}
section .menu ul li{
    color: rgb(122, 122, 122);
    width: 60vw;
    font-size: 20px;
    padding-bottom: 40px;
    font-weight: bolder;
    margin-left: -20px;
    -webkit-margin-start: -20px;
    padding-right: 20px;
    -webkit-padding-end: 20px;
    font-size: calc(20px + 1vw);
    font-size: -webkit-calc(20px + 1vw);
    overflow-wrap: break-word;
}
section .menu ul li:hover{
    text-decoration: underline;
}
.redes{
    display: block;
    position: fixed;
    bottom: 20px;
    right: 10px;
}
.redes .sociales{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.redes .sociales img{
    width: calc(20px + 3vh);
    z-index: 10;
}
.redes .sociales a:hover{
    padding-left: 5px;
    -webkit-padding-start: 5px;
}
footer{
    display: flex;
    display: -webkit-flex;
    background-color: rgb(3, 72, 221);
    width: 100%;
}
footer .powered{
    display: flex;
    display: -webkit-flex;
    width: 100%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-left: 5vw;
    -webkit-padding-start: 5vw;
    padding-right: 5vw;
    -webkit-padding-end: 5vw;
}
footer .powered h3{
    color: white;
    font-weight: lighter;
    font-size: calc(20px + 0.5vw);
    font-size: -webkit-calc(20px + 0.5vw);
}
footer .powered a{
    color: white;
    text-decoration: none;
    font-size: calc(20px + 0.5vw);
    font-size: -webkit-calc(20px + 0.5vw);
}

/*///////////////////////////////// MAIN ///////////////////////////////////*/

main{
    height: 100%;
    width: 100%;
    margin-top: 10vh;
    -webkit-margin-before: 10vh;
    padding-left: 20px;
    -webkit-padding-start: 20px;
    padding-right: 20px;
    -webkit-padding-end: 20px;
}
main .titulo{
    margin: auto;
}
main .titulo h1{
    font-size: calc(1em + 1.5vw);
    font-size: -webkit-calc(1em + 1.5vw);
    color: rgb(133, 133, 133);
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}
main .intro{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 10px;
    -webkit-padding-start: 30px;
    -webkit-padding-end: 10px;
}
main .intro .historia{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
    overflow-y: scroll;
    height: 50vmax;
    font-size: calc(12px + 0.7vw);
    font-size: -webkit-calc(12px + 0.7vw);
    color: rgb(133, 133, 133);
}
main .intro .historia::-webkit-scrollbar-track{
    background: rgb(255, 241, 215);
}
main .intro .historia::-webkit-scrollbar{
    width: 12px;
}
main .intro .historia::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 3px solid orange;
}
main .intro .imagenes{
    position: relative;
    width: 80%;
    height: 50vmax;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-padding-start: 10px;
    -webkit-padding-end: 10px;
}
main .intro .imagenes ul{
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 100%;
    list-style: none;
}
main .intro .imagenes ul li{
    display: none;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
    width: 200%;
    height: 100%;
    margin-left: -40px;
    -webkit-margin-start: -40px;
}
main .intro .imagenes ul li:first-child{
    display: block;
}
#img1{
    background-image: url("img/fotos/historia/1920.jpg");
}
#img1_1{
    background-image: url("img/fotos/historia/1930.jpg");
}
#img1_2{
    background-image: url("img/fotos/historia/sede.jpg");
}
#img1_3{
    background-image: url("img/fotos/historia/francis.jpg");
}
#img1_4{
    background-image: url("img/fotos/historia/reloj.jpg");
}
#img1_5{
    background-image: url("img/fotos/historia/actual.jpg");
}
main .intro .imagenes .botones{
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 100%;
    margin-top: -50vmax;
    -webkit-margin-before: -50vmax;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
main .intro .imagenes .botones button{
    background: rgba(226, 154, 0, 0.8);
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    font-size: calc(1rem + 1.5vw);
    font-size: -webkit-calc(1rem + 1.5vw);
    cursor: pointer;
}
main .intro .imagenes .botones button:hover{
    background: rgb(226, 154, 0);
    color: rgb(255, 255, 255);
}
main .intro .imagenes .botones button:active{
    background-color: rgb(235, 211, 1);;
    color: rgb(255, 255, 255);
}
main .actualidad{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
    padding-left: 30px;
    padding-right: 10px;
    -webkit-padding-start: 30px;
    -webkit-padding-end: 10px;
}
main .actualidad .info{
    width: 100%;
}
main .actualidad .info h2{
    font-size: calc(1em + 1.5vw);
    font-size: -webkit-calc(1em + 1.5vw);
    color: rgb(133, 133, 133);
}
main .actualidad .info p{
    font-size: calc(12px + 1vw);
    font-size: -webkit-calc(12px + 1vw);
    color: rgb(133, 133, 133);
    text-align: justify;
}
main .actualidad .container{
    display: block;
    margin: auto;
}
main .actualidad .imagenes{
    position: relative;
    width: 35vmax;
    height: 30vmax;
}
main .actualidad .imagenes ul{
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 100%;
    list-style: none;
}
main .actualidad .imagenes ul li{
    display: none;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 200%;
    height: 100%;
    margin-left: -40px;
    -webkit-margin-start: -40px;
}
main .actualidad .imagenes ul li:first-child{
    display: block;
}
#img2{
    background-image: url("img/fotos/general/1.jpg");
}
#img2_1{
    background-image: url("img/fotos/general/2.jpg");
}
#img2_2{
    background-image: url("img/fotos/general/3.jpg");
}
#img2_3{
    background-image: url("img/fotos/general/4.jpg");
}
#img2_4{
    background-image: url("img/fotos/general/5.jpg");
}
#img2_5{
    background-image: url("img/fotos/general/6.jpg");
}
#img2_6{
    background-image: url("img/fotos/general/7.jpg");
}
#img2_7{
    background-image: url("img/fotos/general/8.png");
}
#img2_8{
    background-image: url("img/fotos/general/9.jpg");
}
main .actualidad .imagenes .botones{
    display: flex;
    display: -webkit-flex;
    margin-top: -20vmax;
    -webkit-margin-before: -20vmax;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
main .actualidad .imagenes .botones button{
    background: rgba(226, 154, 0, 0.8);
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    font-size: calc(1rem + 1.5vw);
    font-size: -webkit-calc(1rem + 1.5vw);
    cursor: pointer;
}
main .actualidad .imagenes .botones button:hover{
    background: rgb(226, 154, 0);
    color: rgb(255, 255, 255);
}
main .actualidad .imagenes .botones button:active{
    background-color: rgb(235, 211, 1);;
    color: rgb(255, 255, 255);
}