@font-face {
    font-family: 'Ciudadana';
    src: url('ciudadana-regular.woff2') format('woff2'),
        url('ciudadana-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ciudadana-bold';
    src: url('ciudadana-bold.woff2') format('woff2'),
        url('ciudadana-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ciudadana-light';
    src: url('ciudadana-light.woff2') format('woff2'),
        url('ciudadana-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* height: 100vh; */
    margin: 0;
    background-color: #fff;
    font-family: 'Ciudadana-light';
    font-size: 15px;
    transition: background-color 0.5s ease;

}

a {
    font-style: normal;
    text-decoration: none;
    color: #000;
    transition: 0.5s;
}

a:hover {
    padding-left: 5px;
    /* font-style: normal;
    text-decoration: none;
    color: #fff;
    background-color: #000; */
}

h1 {
    font-size: 2em;
}


.bar {
    width: 4vw;
    height: 5%;
    position: relative;
    border: 1px solid white;
    /* border-image: url('img/grunge.svg') 30 round; */

}

.btn_mapa {
    background-color: #f08a1c;
    color: #fff;
    text-align: center;
    padding: 0.6em;
    border: 0;
    border-radius: 0.52em;

}

.footer {
    position: relative;
    /* background-color: #fff; */
}

.lineas {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.container {
    display: flex;
    width: 62%;
    height: 100vh;
    flex-direction: row;
    /* flex-wrap: nowrap; */
    align-content: center;
    justify-content: center;
    align-items: center;
    position: fixed;
}

.contenido {
    position: relative;
    width: 70%;
    margin: 0 auto;
    background-color: #fff;
    font-size: 1.2em;
    padding: 1em 2em;

}

.contenido a {
    background-color: #000;
    color: #fff;

}

.gm-style .gm-style-iw-c {
    background-color: #fff;
}

.gm-style .gm-style-iw {
    font-weight: 600;
    font-size: 1.1em;
}

.intro,
.intro_index {
    width: 100%;
    /* margin: 0 auto; */
    display: flex;
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
    /* align-content: center; */
    justify-content: center;
    /* align-items: center; */
    min-height: 100vh;
    height: fit-content;
    position: relative;
}

.intro_index {
    height: fit-content;
    min-height: auto;
}

.items_nav {
    position: relative;
    /* left: 19%; */
    top: 25%;
    z-index: 2;

}

.items_intro {
    position: absolute;
    /* left: 1%; */
    /* top: 50%; */
    top: 37%;
    z-index: 2;
    width: 72%;
    height: 100vh;
}

.items {
    background-color: #fff;
    padding-left: 0.51em;
    padding: 0.1em;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1.52em;
    padding-right: 1em;
    width: fit-content;
    margin-top: 1.5EM;
    text-transform: uppercase;
}

#idioma-selector {
    padding: 0.2em;
    border: 0px;
    font-size: 1.2em;
}

.lang {
    top: 1%;
    z-index: 99;
    width: 72%;
    position: absolute;

}

.logo {
    z-index: 999;
    position: absolute;
    /* right: 0; */
    right: 18%;
    top: 10%;
    text-align: right;
}

.logo img {
    width: 100%;
    max-width: 250px;
}

.logo_footer {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 999;
}

.logo_footer img {
    width: 30%;
    max-width: 220px;
    padding-left: 2em;
    padding-right: 2em;
    height: auto;
}

.lugar {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.2em;
}

.mapa {
    width: 100%;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    /* background-color: #0283a1; */
    flex-wrap: nowrap;
    align-items: center;
    /* border-radius: 4em; */
    max-width: var(--ancho);
    position: relative;
    overflow: hidden;
}

#map {
    height: 600px;
    width: 100%;
    /* max-width: 1400px; */
    border: solid 3px #dbcde3;
    border-radius: 0.51em;
    overflow: hidden;
}

.section {
    display: flex;
    width: 50%;
    /* height: 100vh; */
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    /* background: aqua; */
    margin: 0 auto;
    margin-top: 2em;
}

.section_map {
    width: 70%;
    margin: 0 auto;
    margin-top: 2em;
    margin-bottom: 2em;

}

.section_map h1 {
    background-color: #fff;

}

.titulo {
    width: 50%;
    width: fit-content;
    position: relative;
}

.titulo h1 {
    width: fit-content;
    background-color: #fff;
    padding: 0.5em;
    text-transform: uppercase;

}

.titulo h2 {
    width: fit-content;
    max-width: 58%;
    background-color: #fff;
    padding: 1.2em;

}

.titulo h3 {
    width: fit-content;
    max-width: 92%;
    /* color: #fff;
    background-color: #000; */
    background-color: #fff;

    padding: 1.1em;

}

.video_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    position: relative;
}



.features {
    text-align: center;
    margin-top: 0.3em;
}

@media only screen and (max-width: 768px) {
    .logo {
        right: 2%;
    }

    .contenido {
        width: 70%;
        padding: 1em;
    }

}

@media only screen and (max-width: 600px) {

    .contenido {
        width: 80%;
        padding: 1em;
    }

    .footer {
        padding: 1em;
    }

    .items_nav,
    .items_intro {
        left: 0%;
        top: 20%;
        width: 90%;
    }

    .logo {
        top: 6%;
        right: 4%;
    }

    .logo img {
        width: 100%;
        max-width: 200px;
    }

    .logo_footer {
        flex-direction: column;
    }

    .logo_footer img {
        padding: 0;
        max-width: 350px;
        width: 50%;
    }

    .titulo {
        width: 100%;
    }

    .titulo h1,
    .titulo h2,
    .titulo h3 {
        width: 90%;

    }

    .section {
        width: 100%;
    }

    .section_map {
        width: 100%;

    }

    .video_container {
        padding: 1em;
    }
}

@media only screen and (max-width: 500px) {

    .contenido {
        width: 90%;
        padding: 1em;
    }
}