html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.md .page.home {
    background: #000;
}

.ios .page.home {
    background: #000;
}

.ios .theme-dark .navbar, .navbar.ios .theme-dark {
    background: rgb(48, 48, 48);;

}

.ios .navbar {
    height: 44px;
    font-size: 17px;
    background: green;
}

.ios .color-theme-white a {
    color: #000000;
}

.ios .color-theme-white a icon {
    color: #000000;
}

.ios .theme-dark .toolbar, .toolbar.ios .theme-dark {
    background: rgb(48, 48, 48);
}

.md .color-theme-white.navbar, .md .color-theme-white.navbar {
    background: rgb(255, 255, 255);
    color: #000000;
}

.md .color-theme-white.toolbar, .md .color-theme-white.toolbar {
    background: rgb(255, 255, 255);
    color: #000000;
}

.md .color-theme-gray.toolbar:not(.messagebar) {
    background: rgb(48, 48, 48);
}


.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #ffffff;

}

.title {
    text-align: center;
    font-family: 'gotham Ultra', sans-serif;
}

/*.column {
    float: left;
    width: 40.00%;
    margin:5px;
    padding: 50px;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    color: white;
    border-radius: 25px;

}*/
/* Clear floats after the columns */
/*.row:after {
    content: "";
    display: table;
    clear: both;
}*/

h1 {
    font-size: 2em;
}

.img_fluid {
    width: 100%;
    height: auto;
}

.demo-card-header-pic .card-header {
    height: 40vw;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.ios .navbar {
    height: 44px;
    font-size: 17px;
    background: #ffffff;
    color: #000000;
}

.ios .link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.ios a {
    color: #000000;
}

.md a {
    color: #000000;
}

.demo-card-header-pic .card-content-padding .date {
    color: #8e8e93;
}

.item-title-row {
    color: #000;
}

.md .list .item-text {
    font-size: 14px;
    color: #757575;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.ios .list .item-text {
    font-size: 14px;
    color: #757575;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list .item-title {
    white-space: normal;
}

.swiper-container {

    padding: 20px 0;
    margin: auto;
    height: 100%;


}


.ios .navbar ~ .page-content.home {
    padding: 20% 0;
}

.md .navbar ~ .page-content.home {
    padding: 20% 0;
}

.ios .block-title {
    text-transform: uppercase;
    color: #6d6d72;
    margin: 35px 15px 10px;
    line-height: 17px;
    padding-top: 4%;
}

.ios .block {
    margin: 0;
    padding: 0 15px;
    color: #6d6d72;
}

.ios .navbar ~ .page-content.list, .ios .navbar ~ .page-content.search {
    padding: 0;
}

.ios .list {
    margin: 0;
}


@media only screen and (min-device-width: 480px) and (max-device-width: 640px) {

    .swiper-container {
        height: 150px;
    }

    .md .navbar ~ .page-content.home {
        padding: 12% 0;
    }
}


.md a {
    color: #ffffff
}

.md .toolbar a {
    color: #000000;
}

.md .navbar ~ .page-content.list {
    padding-top: 2%;
}

.md .navbar ~ .page-content {
    padding-top: 7.8%;
}

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}


.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;

}


.imgbx {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 70% !important;


}

.swiper-slide .details {
    position: absolute;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 28%;
    padding-left: 25%;
    padding-top: 5%;
    padding-bottom: 10%;
    background: #00000047;
    color: #fff;
    top: 100%;


}


.logo-tour {
    width: 2rem;
    height: 3rem;
    padding-left: 0.5rem;
    padding-top: 0.7rem;
    padding-bottom: 0.5rem;
}

.logo-tour-list {
    width: 2rem;
    height: 3rem;
    margin-left: 0.5rem;
}

a.link.external.area-title {
    color: #fff;
}


.accordion-list-img {
    width: 100%;
    height: 10rem;
    object-fit: cover;
}

.slider-titles {
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}


.title-area {
    padding: 10px;
}


.reflectBelow {
    -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(black), color-stop(63%, transparent), to(rgba(35, 35, 35, .5)));
}

/*
.clickable {
    background-color:red !important;
}
*/

.demo-swiper .swiper-slide {

    width: 100%;
}

.demo-swiper .swiper-slide img {
    background-position: center;
    background-size: cover !important;
    width: 100%;
}

.demo-swiper {
    margin: 0px 0 5px;
    font-size: 18px;
    height: 130px;
    padding-bottom: 31%;
    padding-top: 3%;
}

.demo-swiper.demo-swiper-auto .swiper-slide {
    width: 85%;
}

.demo-swiper.demo-swiper-auto .swiper-slide:nth-child(2n) {
    width: 70%;
}

.demo-swiper.demo-swiper-auto .swiper-slide:nth-child(3n) {
    width: 30%;
}

.itinerary_title {
    margin-top: 7%;
    text-align: center;
    color: black;
    font-size: 2.2em;
}

.itinerary_description {
    text-align: center;
    padding-left: 3%;
    padding-right: 3%;
}

.md .list .item-content.points_list {
    min-height: 48px;
    padding-left: 0;
}

.ios .list .item-content.points_list {
    min-height: 48px;
    padding-left: 0;
}

.points_title {
    font-size: 1.2em;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
    color: #000000;
}

.md .tabbar-labels.toolbar-bottom-md a.tab-link, .md .tabbar-labels.toolbar-bottom-md a.link {
    padding-top: 2px;
    padding-bottom: 2px;
}

.md .toolbar a.link i + span, .md .toolbar a.link i + i, .md .toolbar a.link span + i, .md .toolbar a.link span + span {
    margin-left: 0;
}

.ios .navbar a.link.itinerary_links {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 44px;
    height: 44px;
    color: #fff;
}

.ios .navbar-inner.itinerary_color {
    color: #fff;
}

.page-content.infinite-scrool-content.infinite-scrool-content-top {
    background-color: #fff;
}

.page-content.list {
    background-color: #fff;
}


.point_description {
    padding-bottom: 8%;
    text-align: center;
}

.point_title {
    padding-top: 5%;
    color: #000000;
    text-align: center;
}

.logo-heart {
    width: 2.8rem;
    height: 4rem;
    padding: 0;

}

.logo-heart-point {
    width: 2.8rem;
    height: 4rem;
    padding: 0;
    margin-top: 14%;
}

.md .list.search {
    margin: 0;
}

#wrapper {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

#map-canvas {
    height: 350px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.swiper-container.demo-swiper {
    padding-bottom: 90px;
}

.area_description {
    text-align: center;
    padding: 6%;
}

p.point_description a {
    color: #000;
}

a.open-more-actions.open-trail-delete {
    background-color: red !important;
}


.md .dialog-buttons-vertical .dialog-buttons .dialog-button {
    text-align: center !important;
}

.md .dialog-title + .dialog-text {
    margin-top: 20px;
    text-align: center;
}


/*mapa*/


select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #0098d4;
    background-image: none;

}

/* Remove IE arrow */
select::-ms-expand {
    display: none;
}

/* Custom Select */
.select {
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    line-height: 3;
    background: #0098d4;
    overflow: hidden;
    border-radius: .25em;
    margin: 0 auto;
}

select {
    flex: 1;
    padding: 0 .5em;
    color: #fff;
    cursor: pointer;
}

/* Arrow */
.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #067fd4;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

/* Transition */
.select:hover::after {
    color: #fccf0c;
}

h2.map-info {
    text-align: center;
    font-size: 1.3em;
    margin-right: 4%;
    margin-left: 4%;
    margin-top: 3%;
    margin-bottom: 3%;
}

.ios .page-content.list {
    padding-bottom: 60px !important;
}

.ios .toolbar.tabbar.tabbar-labels.toolbar-bottom-md.color-theme-white {
    height: 55px !important;
}