@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 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility !important;
    font-family: 'Ciudadana', sans-serif;
    font-size: 16px;
    margin: 0px;
    overflow-x: hidden;
    color: #000;
    background-color: #fff;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #1FC17B;
}

a:hover {
    color: #00A3E0;
}

a:visited {
    color: #1FC17B;
}



sub {
    font-family: 'Ciudadana-light';
    font-size: 0.8em;
    font-weight: lighter;
    /* font-style: italic; */
    display: block;
}

h1 {
    font-family: 'Ciudadana-bold', serif;
    z-index: 1;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.2em;
    margin-block-start: 0.83em;
    margin-block-end: 0.1em;
}

h2 {
    font-family: 'Ciudadana-light', serif;
    z-index: 2;
    font-size: 2em;

}

h3 {
    font-family: 'Ciudadana-bold', serif;
    z-index: 1;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.2em;
    margin-block-start: 0.2em;
}

h4 {
    font-size: 1.5em;
    font-weight: 400;

}


h5 {
    font-size: 1.1em;
    font-weight: 400;
    padding: 0em;
    margin: 0em;
}

h6 {
    font-size: 1.4em;
    font-weight: 400;
    margin-block-start: 1em;
    margin-bottom: 1em;
}

.agenda {
    background-color: #1FC17B;
}

.agenda_desc, .lista_desc, .poi_desc {
    /* width: 90%; */
    margin: 0 auto;
    /* padding: 2%; */
}

.agenda_desc {
    /* width: 90%; */
    padding-left: 5%;
}

.agenda_fecha {
    font-family: 'Ciudadana-light', serif;
    color: #00A3E0;
    /* padding-left: 1em; */
}

.agenda_link, .lista_link {
    float: right;
}

.agenda_titulo, .lista_titulo {
    font-family: 'Ciudadana-bold', serif;
    font-size: 1.5em;
    background-color: #fff;
    color: #000;
    /* padding-left: 0.81em; */
    margin-top: 0em;
}

.agenda_subtitulo {
    font-family: 'Ciudadana', serif;
    margin-top: 0em;
    /* padding-left: 1em; */
}

.ayuda {
    z-index: 999;
    position: fixed;
    background-color: #ffffff73;
    bottom: 0;
    width: 98%;
    text-align: center;
    padding: 0.5em;
}


.busqueda {
    padding: 1em;
    text-align: center;
}


.bgimg_visualizaciones {
    position: relative;
    /* opacity: 0.65; */
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 30vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    /* background-attachment: fixed; */
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
}

.bgimg_lista {
    background-image: url(../img/modo_lista.webp);
    background-position:  center;
}

.bgimg_mapa {
    background-image: url(../img/modo_mapa.webp);
    background-position:  center;
}

.bgimg_ra {
    background-image: url(../img/modo_ra.webp);
    background-position:  right center;
}

.back_btn {
    text-align: center;
    padding: 1em;
}

.back_btn img {
    max-width: 50px;
}

.cierre {
    color: #666;

    padding: 0.5em;
    text-align: center;
    font-size: 0.7em;
}

.cierre p {
    padding-top: 2em;
}

.cierre img {
    max-width: 200px;
    height: auto;
}

.color_item {
    width: 20px;
    background-color: #5cc2e7;
    height: 20px;
    float: left;
    position: absolute;
    left: 0;
    z-index: 99;
}

.colgado {
    font-weight: 500;
    color: #00A3E0;
}

.destaque {
    margin-top: 0.5em;
    border-radius: 0em;
    padding: 0.5em;
    text-align: left;
}

.destaque p {
    color: #000;
    font-size: 1em;
}

.footer {
    text-align: center;
    /* background-color: #578fc3; */
}

.gm-style .gm-style-iw {
    font-size: 1.2em;
    font-weight: 600;
}

.gm-style .gm-style-iw h4 {
    font-size: 1.5em;
    font-weight: 400;
    margin-block-start: 0.33em;
    margin-block-end: 0.33em;
}


#inicio {
    padding-top: 100px;
}

.iconos {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: flex-start;

}

input {
    padding: 1em;
    background-color: #27a2d7;
    border-radius: 0.5em;
    border-color: #fff;
    color: #fff;
    font-weight: 600;
}

input[type="search"i] {
    width: 50%;
}

.item {
    width: 100%;
    max-width: 300px;
    margin: 0.5em;
}

.item p{
    width: fit-content;
    padding:1em; 
    border-radius: 0.5em;
    color: #fff;
    margin: 0 auto;
}

.item img {
    width: 100%;
    max-width: 150px;
}

.item_social {
    text-align: center;
    width: 100%;
    margin: 0.5em;
}


.item_social img {

    width: 100%;
    max-width: 100px;
}

.lista {}


.lista_item {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    /* padding-bottom: 1em;
    margin-bottom: 1em; */
}

.lista_item_filtros {
    display: block;
    margin-bottom: 0.5em;
}

.lista_item_filtros img {
    max-width: 80px;
    width: 18%;
    padding: 0.5%;
    height: auto;
}

.lista_desc {
    padding-left: 1em;
}

.lista_foto {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 35vh;
    border-radius: 0 6em 0em 0;
    width: 98%;

}

.lista_link {
    padding: 0;
    padding-right: 1.5em;
}

.map_control_button {

    position: absolute;
    bottom: 2em !important;
    left: 46%;
    background-color: #1fc17b;
    color: #fff;
    padding: 1.2em;
    border: 2px solid #fff;
    border-radius: 20px;
    font-size: 1.5em;

}

.map_link {
    text-align: right;
}

.map_link img {
    width: 25px;
}

.lista_link img {
    width: 25px;
    height: auto;
    padding-left: 0.5em;
}

.lista_subtitulo {
    font-size: 1em;
}

.logo_descubri {
    margin: 0 auto;
    background-color: #fff;
    z-index: 999;
    text-align: left;
    position: relative;
    height: auto;
    padding: 1em;
}

.logo_descubri img {
    width: 70%;
    max-width: 300px;
    height: auto;
}

.mirada_desc {
    font-size: 0.7em;
    font-weight: 300;
    width: 95%;
}

.miradas_list {
    padding: 0;
}

.marco {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

.pagination {
    text-align: center;
}

.poi_desc {
    text-align: left;
    padding: 0em;
}

.poi_desc p {
    text-align: left;
    padding: 1em;
}

.poi_link, .poi_link_mirada {
    position: relative;
    display: inline;
    float: right;
    top: 0.5em;
    right: 0.5em;
}

.poi_link img, .poi_link_mirada img {
    width: 30px;
    height: auto;
}

.poi_link_mirada {
    top: -2em;
    right: 0;
}

.poi_titulo {
    text-align: center;
    padding: 0em;
    /* color: #1fc17b; */
    /* background-color: #00A3E0; */
    border-radius: 2em;
    width: 95%;
    margin: 0 auto;
}

.poi_mirada {
    color: #fff;
    border-radius: 0 0 1em 0em;
    /* border: 1px solid #000; */
    font-size: 1.2em;
    padding: 1em;
    padding-left: 1em;
    margin: 0.5em;
}

.poi_miradas {
    color: #fff;
    border-radius: 0 0 1em 0em;
    /* border: 1px solid #000; */
    font-size: 1.2em;
    padding: 0.1em;
    /* padding: 0.5em; */
    /* padding-left: 1em; */
    margin: 0.5em;
}

.p_turistica {
    background-color: #FE5000;
}

.p_benedetti {
    background-color: #F2A900;
}

.p_china {
    background-color: #733DB2;
}

.p_afro {
    background-color: #00A3E0;
}

.p_historica {
    background-color: #E31C79;
}



.social {
    max-width: 300px;
    margin: 0 auto;
}

.swiper-titulo {
    width: 90%;
    margin: 0 auto;
}

.swiper-container {
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 2em;
}

.swiper-wrapper {
    height: auto;
}

.swiper-button-next, .swiper-button-prev {
    color: #00A3E0;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    top: 40%;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -2px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -2px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}


.titulo {
    text-align: center;
    padding: 0.1em;
    /* color: #fff; */
}

.titulos_foto {
    min-height: 25em;
    position: relative;
    border-radius: 0 0 5em;
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.titulo_novedades {
    color: #1FC17B;
}

.top {
    margin-top: 100px;
}

.visualizaciones {
    /* display: flex; */
    background-color: #1FC17B;
    border-radius: 2em 2em 0 0;
    text-align: center;
    color: #fff;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    max-width: 1200px;
    margin: 0 auto;


}

.whatsapp {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 999;

}
.whatsapp img {
    width: 50px;
    height: auto;
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 720px) {
    .item_social img {
        max-width: 70px;
    }
    .lista_item_filtros img {
        /* max-width: 60px; */

    }
    .lista_link {
        padding-right: 0.5em;
    }

    .logo_descubri img {
        max-width: 230px;
    }
}

@media only screen and (max-width: 520px) {

    .ayuda {
        font-size: 0.8em;
    }
    .lista_item_filtros img {
        max-width: 60px;
    }

    .logo_descubri img {
        max-width: 230px;
    }
}