/*------------------------- social media --------------------------*/
#social-media {
    position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow:row;
    justify-content: flex-end;
    align-items: center;
}
#capital-icon { 
    width: 60px;
    height: auto;
    margin: 5px;
    z-index: 996;
}
#flag-icon { 
    width: 35px;
    height: auto;
    margin: 5px;
    z-index: 996;
}
#weather-icon {
    width: 35px;
    margin: 5px;
    z-index: 995;
}

/**************************** video ******************************/
.headervid {
    width: 100%;

}
.headerimg{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*------------------------- nav  menu ---------------------------*/
#top-menu {
    position: absolute;
    top: 50px;
    width: 96%;
    margin: 0 auto;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow:row;
    align-items: center;
}
#nav-logo {
    width: 200px;
    height:auto;
    z-index: 999;
}
.nav-ul {
    list-style: none;
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    margin-left: -03%;
    z-index: 998;
}
.nav-li {
    padding-top: 8px;
    padding-bottom: 8px;
    letter-spacing: 02px;
    font-size: 15px;
    letter-spacing: 02px;
}
.nav-li:nth-child(1) {
    margin-left: 70px;
}
.nav-li a:link, a:visited, a:active {
    color: var(--font-color-grey);
}
.nav-li a:hover {
    color: var(--font-color-aqua);
}
#nav-img-usu { 
    width: 180px;
    height: auto;
}
.nav-toggle {
    color: white;
    background: none;
    border: none;
    font-size: 30px;
    padding: 0 20px;
    display: none;
    cursor: pointer;
}
#rbanner {
    display: none;
}
#img-bike-park {
    display: none;
}
#rbanner > img {
    max-height: 50%;
    height: 100%;
    width: auto;
}

/******************************** botones *******************************/
#acceso {
    position: absolute;
    width: 100%;
    top: 75%;
}
#container-botones {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#container-botones > #access_izq {
    display: flex;
    flex-direction:column;
    flex-wrap: nowrap;
    margin-right: 5%;
}
#container-botones > #access_izq > span:nth-child(1) {
    display: block;
    border: solid 5px var(--bg-color-orange);
    border-radius: 35px;
    padding: 14px 25px 14px 25px;
    font-weight: bold;
    font-size: 26px;
    letter-spacing:3px;
    text-transform: uppercase;
    text-align: center;
    color: var(--font-color-white);
}
#container-botones > #access_izq > span:nth-child(2) {
    color: var(--font-color-white);
    font-size: 16px;
    text-align: center;
    margin-top:15px;
}
#access_izq_b {
    text-align: right;
}
#access_izq_b > button {
    background: var(--bg-color-aqua);
    font-family: metropolisbold;
    font-size: 10px;
    text-transform: uppercase;
    padding: 8px;
    border: none;
    border-radius:10px;
}
#container-botones > #access_der {
    display: flex;
    flex-direction:column;
    flex-wrap: nowrap;
    margin-left: 5%;
}
#container-botones > #access_der > span:nth-child(1) {
    display: block;
    border: solid 5px var(--bg-color-orange);
    border-radius: 35px;
    padding: 14px 25px 14px 25px;
    font-weight: bold;
    font-size: 26px;
    letter-spacing:3px;
    text-transform: uppercase;
    text-align: center;
    color: var(--font-color-white);
}
#container-botones > #access_der > span:nth-child(2) {
    color: var(--font-color-white);
    font-size: 16px;
    text-align: center;
    margin-top:15px;
}
#access_der_b {
    text-align: right;
}
#access_der_b > button {
    background: var(--bg-color-aqua);
    font-family: metropolisbold;
    font-size: 10px;
    text-transform: uppercase;
    padding: 8px;
    border: none;
    border-radius:10px;
}
#cont-whatsapp {
    position: absolute;
    top: auto;
    right: 2%;
    bottom: 2%;
    z-index: 1000;
}
#cont-whatsapp > a > img {
    width: 50px;
    height: auto;
    opacity: 0.7;
    filter: alpha(opacity=40);
}
#cont-whatsapp > a > img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}