/* estilos agregados por diego */

.main_slider {
    position: relative;
}

.slick-next:before {
    right: 38px !important;
    position: absolute;
}

.slick-prev:before {
    left: 38px !important;
    position: absolute;
}


element.style {
}
.slick-slider {
    overflow: hidden;
    width: 100%;
}


.slick-prev {
    left: -25px;
    z-index: 1;
}


.overlay_title {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(61deg, rgba(0, 0, 0, 0.7904411764705882) 13%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(61deg, rgba(0, 0, 0, 0.7904411764705882) 13%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(61deg, rgba(0, 0, 0, 0.7904411764705882) 13%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

header.tour_header {
    position: relative;
}



.main_title {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.main_title h1 {
    font-weight: 700;
    color: white;
    font-size: 2.6rem;
}


.duracion_tour {
    color: white;
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px !important;
    }
}

.sidebar {
    position: sticky;
    top: 0;
    padding: 5px;
}


.navigation_bar li {
    background-color: #f4f4f4;
    padding: 0;
}



.navigation_bar li a {
    color: #000000;
    text-transform: uppercase;
    display: block;
    padding:10px 15px ;
    transition: all 300ms;
}


.navigation_bar li a:hover {
    color: white;
    text-decoration: none;
    background-color: #444444;
}


/* estilos agregados por diego */