/* Sider Gallery */
.slider-gallery {
    /*
    overflow: hidden;
    white-space: nowrap;
    cursor: w-resize;
    */
}

.slider-gallery > * {
    /*
    display: inline-block;
    float: none;
    padding: 0;
    margin: 0;
    */
}

.slider-gallery .img-responsive {
    /*width: 100%;*/
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);

}

.slider-gallery .img-responsive:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.slider-gallery .col {
    /*
    border: none;
    */
}

.slider-gallery-marker {
    display: flex;
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}

.slider-gallery-marker .marker {
    text-align: right;
    vertical-align: auto;
    font-size: 35px;
    left: 0;
    bottom: 0;
    padding-right: 10px;
    height: 100%;
    width: 15%;
    text-shadow: 1px 1px 3px #000000;
}

.slider-gallery-marker .marker-blue {
    color: #00ABEC;
}

.slider-gallery-marker .marker-yellow {
    color: #FFEF00;
}

.slider-gallery-marker .marker-orange {
    color: orange;
}

.slider-gallery-marker .marker-red {
    color: #EC4136;
}

.slider-gallery-marker .marker-green {
    color: #8AC33F;
}

.slider-gallery-marker .marker-title h2 {
    text-align: left;
    color: white;
    font-weight: bold;
    padding-top: 5px;
    margin: 0;
    text-shadow: 1px 1px 2px #000000;
}

.slider-gallery-marker .marker-title h5 {
    text-align: left;
    color: white;
    padding: 0;
    margin: 0;
    text-shadow: 1px 1px 2px #000000;
}

.owl-carousel .owl-item {
    overflow: hidden;
}




.owl-destinos .owl-nav {
    position: initial
}

.owl-destinos .owl-nav .owl-next,
.owl-destinos .owl-nav .owl-prev
{
    position: absolute;
    top: calc(50% - 29px)
}

.owl-destinos .owl-nav .owl-prev {
    left: -75px;
}

.owl-destinos .owl-nav .owl-next {
    right: -75px;
}

.owl-theme .owl-destinos .owl-nav [class*=owl-]:hover {
    background: transparent;
    opacity: 0.8;
}

.owl-theme .owl-destinos .owl-nav [class*="owl-"] {
    margin: 0px;
}

@media (max-width: 991px) {
    .slider-gallery-marker .marker {
        font-size: 30px;
    }

    .slider-gallery-marker .marker-title h2 {
        font-size: 25px;
    }

    .slider-gallery-marker .marker-title h5 {
        font-size: 12px;
    }
}

.flew-icon {
    height: 45px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    background-color: rgba(35, 31, 32, 1);
    border: 1px solid #ffffff;
}

.flew-icon:hover {
    background-color: rgba(35, 31, 32, 0.75);
}

.flew-icon-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.flew-icon-left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.flew-icon-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.flew-icon .icon {
    float: left;
    width: 45px;
    height: 45px;
    padding: 5px;
}

.flew-icon .icon img {
    max-height: 35px;
}

.flew-icon .desc {
    float: left;
    width: calc(100% - 45px);
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    padding: 0 10px;
}

.flew-icon-space {
    padding-top: 0px;
}

.flew-icon-space30 {
    padding-top: 30px;
}

.flew-icon-space20 {
    padding-top: 20px;
}

.flew-icon-space130 {
    padding-top: 130px;
}

.fix-airplanebottom {
    position: absolute;
    display: block;
    bottom: -280px;
    right: 0;
}

.filters {
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
    .fix-airplanebottom {
        display: none;
    }

    .flew-icon-space, .flew-icon-space30, .flew-icon-space20, .flew-icon-space130 {

        padding-top: 10px;

    }

    .flew-icon {
        width: 100%;
    }

}

.top-travel-title {
    height: 50px;
    width: 100%;
    clear: both;
    display: none;
}

@media (max-width: 992px) {
    .top-travel-title {

        display: block;

    }
}

@media (min-width: 1200px) {
    .section-background {
        background-position-y: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-background {
        background-position-y: 140px;
    }

    .picture-square-text .title {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .full-image-square {
        height: 400px;
        width: 100%;
        object-fit: cover;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-background {
        background-position-y: 160px;
    }

    #gal1 img {
        max-height: 450px;
        object-fit: cover;
    }

    .top-travel-title {
        display: none;
    }

    .picture-square-text .title {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .full-image-square {
        height: 350px;
        width: 100%;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .section-background {
        background-position-y: 285px;
    }

    #gal1 img {
        height: 100%;
        max-height: 350px;
        object-fit: cover;
    }

    .top-travel-title {
        display: none;
    }

    .picture-square-text .title {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .full-image-square {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    .filters {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .text, .text-left, .text-justified, .text-expirience {
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .section-background {
        background-position-y: 340px;
    }
}