*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    line-height: 1.5;
    color: #2f3035;
    font-weight: 400;
}

.text-primary {
    color: #ffdfdf !important;
}

.ftco-navbar-light {
    background: #fff !important;
    z-index: 3;
    padding: 0;
    box-shadow: 0px 0px 20px rgba(64, 83, 111, 0.2);
}

@media (max-width:991.98px) {
    .ftco-navbar-light {
        background: #fff !important;
        position: relative;
        top: 0;
        padding: 10px 15px;
    }

}

.ftco-navbar-light.ftco-navbar-light-2 {
    position: relative;
    top: 0;
}

.ftco-navbar-light .navbar-brand {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus {
    color: #000000;
}

@media (max-width:991.98px) {
    .ftco-navbar-light .navbar-brand {
        color: #fff;
    }

}

@media (max-width:991.98px) {
    .ftco-navbar-light .navbar-nav {
        padding-bottom: 10px;
    }

}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    color: #164194;
    color: #164194;
    opacity: 1 !important;

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #164194;
}

@media (max-width:991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem;
        color: rgba(255, 255, 255, 0.7);
    }

    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
        color: #fff;
    }

}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
    background: transparent;
    color: #000000;
}

.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}

@media (max-width:991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0;
    }

}

.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.05);
}

@media (max-width:991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
        display: none;
    }

}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #000000;
    background: #ffdfdf;
}

@media (max-width:767.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media (max-width:991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        color: #000000;
        background: #ffdfdf;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        text-align: center;
    }

}

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #164194;
}

@media (max-width:991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: #fff;
    }

}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco-navbar-light .navbar-toggler:focus {
    outline: none !important;
}

.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.ftco-navbar-light.scrolled .nav-item.active > a {
   /*  color: #000000 !important; */
}

.ftco-navbar-light.scrolled .nav-item.cta > a {
    color: #000000 !important;
    background: #ffdfdf;
    border: none !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.ftco-navbar-light.scrolled .nav-item.cta > a span {
    display: inline-block;
    color: #000000 !important;
}

.ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
    border-color: #ffdfdf;
}

@media (max-width:991.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

}

@media (max-width:767.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}

.ftco-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco-navbar-light.scrolled .nav-link {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
    /* color: #000000 !important; */
}

.ftco-navbar-light.scrolled .nav-link.active {
    color: #ffdfdf !important;
}

.ftco-navbar-light.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.ftco-navbar-light.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.ftco-navbar-light.scrolled .navbar-brand {
    color: #000000;
}

.navbar-brand {
    font-weight: 900;
    font-size: 22px;
}

.hero-wrap {
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

@media (max-width:991.98px) {
    .hero-wrap {
        background-position: top center !important;
    }

}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .1;
    background: #000000;
}

.hero-wrap.hero-wrap-2 {
    height: 600px;
}

.hero-wrap.hero-wrap-2 .slider-text {
    height: 600px;
}

.hero-wrap.hero-wrap-2 .slider-text .bread {
    font-weight: 700;
    color: #fff;
}

.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span {
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span a {
    color: #fff;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-item {
    opacity: .4;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

/* .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
} */

/* .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    color: #ffdfdf !important;
    background: #ffdfdf !important;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 1;
}

.owl-carousel .owl-nav .owl-prev span:before, .owl-carousel .owl-nav .owl-next span:before {
    font-size: 24px;
    margin-top: 7px;
    color: #000000;
}
 */
/* .owl-carousel .owl-nav .owl-prev {
    top: 5px;
    right: 0;
} */

/* @media (min-width:992px) {
    .owl-carousel .owl-nav .owl-prev {
        right: -25px;
    }

} */

/* .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus {
    background: #2f3035 !important;
    outline: none !important;
}

.owl-carousel .owl-nav .owl-prev:hover span:before, .owl-carousel .owl-nav .owl-prev:focus span:before {
    font-size: 24px;
    margin-top: 7px;
    color: #fff;
} */

/* .owl-carousel .owl-nav .owl-next {
    top: 59px;
    right: 0;
}

@media (min-width:992px) {
    .owl-carousel .owl-nav .owl-next {
        right: -25px;
    }

} */

/* .owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-next:focus {
    background: #2f3035 !important;
    outline: none !important;
}

.owl-carousel .owl-nav .owl-next:hover span:before, .owl-carousel .owl-nav .owl-next:focus span:before {
    font-size: 24px;
    margin-top: 7px;
    color: #fff;
} */

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: '';        /* border: 1px solid #e6e6e6; */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3;
}

.owl-carousel.home-slider {
    position: relative;
    z-index: 0;
}

.owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 0;
}

@media (max-width:1199.98px) {
    .owl-carousel.home-slider .slider-item {
        background-position: center center !important;
    }

}

.owl-carousel.home-slider .slider-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
}

.owl-carousel.home-slider .slider-item .container-wrap {
    width: 100%;
    display: block;
}

.owl-carousel.home-slider .slider-item .img {
    height: 530px;
}

.owl-carousel.home-slider .slider-item .img .details {
    background: transparent;
    color: #000000;          /* -webkit-box-shadow: 73px 73px 78px -70px rgba(0, 0, 0, 0.24);
              -moz-box-shadow: 73px 73px 78px -70px rgba(0, 0, 0, 0.24);
              box-shadow: 73px 73px 78px -70px rgba(0, 0, 0, 0.24); */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

@media (min-width:992px) {
    .owl-carousel.home-slider .slider-item .img .details {
        margin-top: 0px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
    }

}

.owl-carousel.home-slider .slider-item .img .details h3 {
    font-size: 22px;
    font-weight: 500;
}

.owl-carousel.home-slider .slider-item .img .details .loc {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.owl-carousel.home-slider .slider-item .img .details .cat {
    font-family: 'Aleo', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 86px;
    line-height: 103px;
    color: #FFFFFF;
}

.owl-carousel.home-slider .slider-item .img .details ul li {
    list-style: none;
    font-size: 17px;
    position: relative;
}

.owl-carousel.home-slider .slider-item .img .details ul li:after {
    position: absolute;
    top: 1em;
    left: -2em;
    content: '';
    width: 1em;
    height: 2px;
    background: #000000;
}

.owl-carousel.home-slider .slider-item .img .details .btn {
    display: block;
}

.owl-carousel.home-slider .slider-item .slider-text {
    z-index: 0;
}

@media (max-width:767.98px) {
    .owl-carousel.home-slider .slider-item .slider-text {
        text-align: center;
    }

}

.owl-carousel.home-slider .slider-item .slider-text .subheading {
    color: #000000;
    font-weight: 700;
}

.owl-carousel.home-slider .slider-item .slider-text .desc {
    position: relative;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 34px;
    color: #000000;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
}

.owl-carousel.home-slider .slider-item .slider-text h1 a {
    color: #000000;
}

.owl-carousel.home-slider .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;
}

.owl-carousel.home-slider .owl-nav .owl-prev, .owl-carousel.home-slider .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    outline: none !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.owl-carousel.home-slider .owl-nav .owl-prev span:before, .owl-carousel.home-slider .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before, .owl-carousel.home-slider .owl-nav .owl-next:hover span:before, .owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
    color: #fff;
}

.owl-carousel.home-slider .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.owl-carousel.home-slider .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev, .owl-carousel.home-slider:hover .owl-nav .owl-next {
    opacity: 1;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.owl-carousel.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7em;
    width: 100%;
    text-align: left;
    padding-left: 109px;
}

@media (max-width:767.98px) {
    .owl-carousel.home-slider .owl-dots {
        bottom: 5px;
    }

}

.owl-carousel.home-slider .owl-dots .owl-dot {
    width: 53px;
    height: 3px;
    margin: 2px;
    border-radius: 0%;
    background: rgba(255, 255, 255, 0.4);
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
    background: #E30613;
}

.container {
    max-width: 1200px;
}

.bg-light {
    background: #fafafa !important;
}

.bg-white {
    background: #fff !important;
}

.bg-primary {
    background: #ffdfdf;
}

.bg-darken {
    background: #2f3035;
}

.btn {
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: 500;
}

.btn:hover, .btn:active, .btn:focus {
    outline: none;
}

.btn.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #000000;
}

.btn.btn-white.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.8);
    background: none;
    border-width: 1px;
    color: #fff;
}

.btn.btn-white.btn-outline-white:hover, .btn.btn-white.btn-outline-white:focus, .btn.btn-white.btn-outline-white:active {
    background: #fff;
    border-color: #fff;
    color: #ffdfdf;
}

.btn.btn-black {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
}

.btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black:active {
    border: 1px solid #000000;
    color: #000000;
}

.btn.btn-black.btn-outline-black {
    border-color: #000000;
    background: none;
    border-width: 1px;
    color: #000000;
}

.btn.btn-black.btn-outline-black:hover, .btn.btn-black.btn-outline-black:focus, .btn.btn-black.btn-outline-black:active {
    background: #2f3035;
    border-color: #2f3035;
    color: #fff;
}

.btn-custom {
    font-weight: 400;
    color: #000000;
    position: relative;
    z-index: 0;
}

.btn-custom:after {
    position: absolute;
    bottom: -10px;
    right: -20%;
    top: -10px;
    content: '';
    width: 100%;
    background: #ffdfdf;
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-custom:hover, .btn-custom:focus {
    color: #000000;
}

.btn-custom:hover:after, .btn-custom:focus:after {
    right: -30%;
}

.ftco-search {
    position: relative;
    width: 100%;
    display: block;
    padding: 3em 0;
}

.search-wrap-1 {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 75px 94px -66px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0px 75px 94px -66px rgba(0, 0, 0, 0.66);
    box-shadow: 0px 75px 94px -66px rgba(0, 0, 0, 0.66);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

@media (min-width:768px) {
    .search-wrap-1 {
        margin-top: -79px;
    }

}

@media (max-width:767.98px) {
    .search-wrap-1 {
        margin-top: 3em;
    }

}

.search-property-1 .form-group {
    position: relative;
}

.search-property-1 .form-group label {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
}

.search-property-1 .form-group .form-field {
    position: relative;
    display: block;
}

.form-control::-webkit-input-placeholder {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;

    color: #164194;
    opacity: 0.5;
}

.search-property-1 .form-group .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

.search-property-1 .form-group .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

.search-property-1 .form-group .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

.search-property-1 .form-group .form-control.btn {
    background: #164194 !important;
    border: none !important;
    color: #fff !important;
    height: 50px;
    border-radius: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.search-property-1 .form-group .select-wrap {
    position: relative;
}

.search-property-1 .form-group .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-property-1 .form-group .icon {
    position: absolute;
    top: 51%;
    left: 0;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.4);
}

@media (max-width:767.98px) {
    .search-property-1 .form-group .icon {
        right: 10px;
    }

}

.search-wrap {
    position: relative;
    background: rgba(0, 0, 0, 0.02);
    padding: 1.5em;
}

@media (max-width:991.98px) {
    .search-wrap {
        margin-bottom: 3em;
    }

}

.search-wrap h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}

.search-property .form-group {
    position: relative;
}

.search-property .form-group label {
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}

.search-property .form-group .form-field {
    position: relative;
    display: block;
}

.search-property .form-group .form-control {
    padding-left: 10px;
    display: block;
    width: 100%;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.8) !important;
    background: transparent !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.search-property .form-group .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important;
}

.search-property .form-group .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.8) !important;
}

.search-property .form-group .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important;
}

.search-property .form-group .form-control:-moz-placeholder {
    color: rgba(0, 0, 0, 0.8) !important;
}

.search-property .form-group .form-control.btn {
    padding: 0 !important;
    font-size: 16px;
    background: #ffdfdf !important;
    border: none !important;
    color: #000000 !important;
}

.search-property .form-group .select-wrap {
    position: relative;
}

.search-property .form-group .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-property .form-group .icon {
    position: absolute;
    top: 51%;
    right: 10px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000000;
}

@media (max-width:767.98px) {
    .search-property .form-group .icon {
        right: 10px;
    }

}

.ftco-services {
    padding: 5em 0;
}

.ftco-services .services {
    display: block;
    width: 100%;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ftco-services .services:after {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: white;
    z-index: -1;
}

.ftco-services .services:before {
    position: absolute;
    top: 45px;
    right: 0;
    content: '';
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent white;
}

.ftco-services .services .icon {
    line-height: 1.3;
    position: relative;
    width: 100px;
    height: 100px;
    background: #ffdfdf;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.ftco-services .services .icon span {
    font-size: 50px;
    color: #fff;
}

.ftco-services .services .media-body h3 {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}

.services-2 {
    margin-bottom: 30px;
    width: 100%;
}

.services-2 .icon {
    line-height: 1;
    position: relative;
    width: 80px;
    height: 80px;
    background: #ffdfdf;
    margin: 0 auto;
    margin-bottom: 30px;
}

.services-2 .icon span {
    font-size: 40px;
    color: #000000;
}

.services-2 .text {
    width: 100%;
}

.services-2 .text h3 {
    font-size: 18px;
    font-weight: 500;
}

.img-2 {
    display: block;
    width: 100%;
}

@media (max-width:767.98px) {
    .img-2 {
        height: 300px;
        margin-bottom: 40px;
    }

}

.wrap-about {
    position: relative;
}

@media (min-width:768px) {
    .wrap-about {
        padding-left: 6em;
    }

}

.icon-video {
    width: 80px;
    height: 80px;
    background: #ffdfdf;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.icon-video span {
    font-size: 30px;
    color: #fff;
}

.about-img {
    height: 400px;
}

.img-3 {
    width: 100%;
    position: relative;
}

@media (min-width:992px) {
    .img-3 {
        width: 85%;
        margin-bottom: 3em;
    }

}

@media (min-width:992px) {
    .about-wrap {
        position: absolute;
        bottom: 0;
        left: 12%;
        right: -18%;
        margin-bottom: -3em;
    }

}

.about-div {
    background: #2f3035;
    padding: 3em 2.5em;
}

.about-div h4 {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9) !important;
    letter-spacing: 1px;
}

.about-div .btn-custom-2 {
    font-size: 14px;
    letter-spacing: 1px;
}

.about h3 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}

.project {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    z-index: 0;
    margin-bottom: 35px;
}

.project .img {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    z-index: 0;
    -webkit-box-shadow: 0px 14px 23px rgba(64, 83, 111, 0.4);
    -moz-box-shadow: 0px 14px 23px rgba(64, 83, 111, 0.4);
    box-shadow: 0px 14px 23px rgba(64, 83, 111, 0.4);
    cursor: pointer;
}

.project .img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000000;
    opacity: .3;
    z-index: 1;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, black));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(black));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: -1;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.project .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5em;
    opacity: 1;
    z-index: 2;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.project .text span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.8);
}

.project .text h3 {
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    font-size: 24px;
}

.project .text h3 a {
    color: #fff;
}

.project .desc .location {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #164194;
    display: block
}

.project .desc .h-info {
    font-size: 16px;
}

.project .desc .details {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #164194;
}

.project:hover img, .project:focus img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.ftco-properties .owl-carousel .owl-stage-outer {
    padding-bottom: 2em;
    position: relative;
}

.properties-img {
    height: 600px;
    margin-bottom: 2em;
}

.properties-single h2 {
    font-size: 28px;
}

.properties-single .loc {
    margin-right: 10px;
}

.properties-single .loc a {
    color: #999999;
}

.properties-single ul {
    margin: 0;
    padding: 0;
}

.properties-single ul li {
    list-style: none;
    margin-bottom: 10px;
}

.rate i {
    color: #000000;
    margin: 0 4px;
}

.block-16 figure {
    position: relative;
}

.block-16 figure .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
    width: 90px;
    height: 90px;
    background: #ffdfdf;
    display: block;
    border-radius: 50%;
    opacity: 1;
}

.block-16 figure .play-button:hover {
    background: #fff;
}

.block-16 figure .play-button > span {
    position: absolute;
    left: 55%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}

.staff {
    overflow: hidden;
    margin-bottom: 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .img-wrap {
    height: 300px;
}

.staff .img {
    width: 100%;
    display: block;
    background-position: top center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .text {
    position: relative;
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .text h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .text .position {
    text-transform: uppercase;
    color: #b3b3b3;
    display: block;
    letter-spacing: 1px;
    font-size: 14px;
}

.staff .text .faded {
    opacity: 1;
}

.staff .ftco-social {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    padding: 15px 10px;
    background: #fff;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .ftco-social li a {
    color: #ffcccc;
}

.staff:hover .ftco-social, .staff:focus .ftco-social {
    opacity: 1;
    top: -60px;
}

.staff:hover .img, .staff:focus .img {
    margin-top: -10px;
}

.ftco-social {
    padding: 0;
}

.ftco-social li {
    list-style: none;
    margin-right: 10px;
    display: inline-block;
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
    position: relative;
    display: block;
}

@media (min-width:768px) {
    .blog-entry {
        margin-bottom: 30px;
    }

}

@media (max-width:767.98px) {
    .blog-entry {
        margin-bottom: 30px;
    }

}

.blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px;
}

.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 16px;
}

.blog-entry .text .heading a {
    color: #000000;
}

.blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
    color: #ffdfdf;
}

.blog-entry .text .meta-chat {
    color: #b3b3b3;
}

.blog-entry .text .read {
    color: #000000;
    font-size: 14px;
}

.blog-entry .meta > div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0px;
    font-size: 15px;
}

.blog-entry .meta > div a {
    color: #b3b3b3;
    font-size: 13px;
}

.blog-entry .meta > div a:hover {
    color: #cccccc;
}

.block-27 ul {
    padding: 0;
    margin: 0;
}

.block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
}

.block-27 ul li a, .block-27 ul li span {
    border: 1px solid #ffdfdf;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.7);
}

.block-27 ul li.active a, .block-27 ul li.active span {
    background: #ffdfdf;
    color: #000000;
    border: 1px solid transparent;
}

/*.form-control {
    height: 50px !important;
    background: #fff !important;
    color: #164194 !important;
    font-size: 18px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid transparent;
}*/

.form-control:focus, .form-control:active {
    border-color: #164194;
}

textarea.form-control {
    height: inherit !important;
}

.ftco-animate {
    opacity: 0;
    visibility: hidden;
}

.bg-primary {
    background: #ffdfdf !important;
}

.about-author .desc h3 {
    font-size: 24px;
}

.ftco-section {
    padding: 7em 0;
    position: relative;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.ftco-bg-dark {
    background: #3c312e;
}

.ftco-footer {
    font-size: 14px;
    background: #fff;
    padding: 6em 0;
    z-index: 0;
}

@media (min-width:768px) {
    .ftco-footer.ftco-footer-2 {
        padding-top: 0px;
    }

}

.ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em;
}

.ftco-footer .ftco-footer-widget h2 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 500;
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: #fff;
}

.ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important;
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important;
}

/* .ftco-footer p {
    color: rgba(255, 255, 255, 0.7);
}

.ftco-footer a {
    color: rgba(255, 255, 255, 0.7);
}

.ftco-footer a:hover {
    color: #fff;
}

.ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
}

.ftco-footer .categories li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
} */

.ftco-footer .categories li a span {
    color: rgba(255, 255, 255, 0.5) !important;
}

.ftco-footer .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.ftco-footer .subscribe-form .form-group input {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1) !important;
    border: none;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 16px;
}

.ftco-footer .subscribe-form .form-group input::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer .subscribe-form .form-group input::-moz-placeholder {

    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer .subscribe-form .form-group input:-ms-input-placeholder {

    /* IE 0+ */
    color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer .subscribe-form .form-group input:-moz-placeholder {

    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer .subscribe-form .form-group .submit {
    color: #000000 !important;
    font-size: 16px;
    background: #ffdfdf !important;
    border: none !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.ftco-footer .subscribe-form .form-group .submit:hover {
    cursor: pointer;
}

.ftco-footer .subscribe-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.8);
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {
    color: #fff;
}

.footer-small-nav > li {
    display: inline-block;
}

.footer-small-nav > li a {
    margin: 0 10px 10px 0;
}

.footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
    color: #ffdfdf;
}

.media .ftco-icon {
    width: 100px;
}

.media .ftco-icon span {
    color: #ffdfdf;
}

#map {
    width: 100%;
}

@media (max-width:767.98px) {
    #map {
        height: 300px;
    }

}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 223, 223, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 223, 223, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 223, 223, 0);
    }

}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 223, 223, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 223, 223, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 223, 223, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 30px rgba(255, 223, 223, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(255, 223, 223, 0);
        box-shadow: 0 0 0 30px rgba(255, 223, 223, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 223, 223, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 223, 223, 0);
        box-shadow: 0 0 0 0 rgba(255, 223, 223, 0);
    }

}

.heading-section {
    color: rgba(0, 0, 0, 0.9);
}

.heading-section .subheading {
    font-weight: 400;
    font-size: 18px;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000000;
    position: relative;
}

.heading-section h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.35;
}

@media (max-width:767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }

}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.7);
}

.heading-section.heading-section-white h2 {
    font-size: 40px;
    color: #fff;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}

.properties-img, .hotel-img, .img, .blog-img, .user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.testimony-section {
    position: relative;
}

.testimony-section .owl-carousel {
    margin: 0;
}

.testimony-section .owl-carousel .owl-stage-outer {
    padding-bottom: 0em;
    position: relative;
}

.testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;
}

.testimony-section .owl-nav .owl-prev, .testimony-section .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    outline: none !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.testimony-section .owl-nav .owl-prev span:before, .testimony-section .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.2);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before, .testimony-section .owl-nav .owl-next:hover span:before, .testimony-section .owl-nav .owl-next:focus span:before {
    color: #000000;
}

.testimony-section .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.testimony-section .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.testimony-section:hover .owl-nav .owl-prev, .testimony-section:hover .owl-nav .owl-next {
    opacity: 1;
}

.testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.testimony-section .owl-dots {
    text-align: center;
}

.testimony-section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
}

.testimony-section .owl-dots .owl-dot.active {
    background: #ffdfdf;
}

.testimony-section .owl-item p.line {
    opacity: .4;
}

.testimony-section .owl-item.center {
    padding-bottom: 30px;
    margin-top: 0;
    opacity: 1 !important;
}

.testimony-section .owl-item.center p.line {
    opacity: 1;
}

.testimony-wrap {
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(0, 0, 0, 0.8);
}

.testimony-wrap .user-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
}

.testimony-wrap .text {
    position: relative;
}

.testimony-wrap .quote {
    position: absolute;
    top: -10px;
    left: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.testimony-wrap .quote i {
    font-size: 40px;
    color: rgba(0, 0, 0, 0.05);
}

.testimony-wrap .name {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0 !important;
    line-height: 1;
    color: #000000;
}

.testimony-wrap .position {
    color: rgba(0, 0, 0, 0.4);
}

.testimony-wrap .line {
    position: relative;
    border-left: 1px solid #e6e6e6;
    padding-left: 30px;
}

.testimony-wrap .line:after {
    position: absolute;
    top: 50%;
    left: -2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 3px;
    height: 30px;
    background: #ffdfdf;
}

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

#section-counter {
    position: relative;
    z-index: 1;
}

#section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: 0;
    background: #ffdfdf;
}

@media (max-width:767.98px) {
    .ftco-counter {
        margin-bottom: 3em;
    }

}

.ftco-counter .bg-counter {
    background: #ffdfdf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 75px 94px -66px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 75px 94px -66px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 75px 94px -66px rgba(0, 0, 0, 0.18);
}

.ftco-counter .block-18 {
    display: block;
    width: 100%;
    text-align: center;
}

.ftco-counter .text strong.number {
    font-weight: 500;
    font-size: 40px;
    color: #000000;
    display: block;
    line-height: 1.2;
}

.ftco-counter .text span {
    display: block;
    font-size: 16px;
    color: black;
}

@media (max-width:767.98px) {
    .ftco-counter .counter-wrap {
        margin-bottom: 20px;
    }

}

.ftco-counter .ftco-number {
    display: block;
    font-size: 72px;
    font-weight: bold;
    color: #ffdfdf;
}

.ftco-counter .ftco-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.block-23 ul {
    padding: 0;
}

.block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
}

.block-23 ul li span {
    color: rgba(255, 255, 255, 0.7);
}

.block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
}

.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: white;
}

.contact-section .contact-info p a {
    color: #1a1a1a;
}

.contact-section .box {
    width: 100%;
    display: block;
}

.contact-section .box h3 {
    font-size: 24px;
    font-weight: 400;
}

.block-9 .form-control {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px;
}

.block-21 .text {
    width: calc(100% - 100px);
}

.block-21 .text .heading {
    font-size: 18px;
    font-weight: 300;
}

.block-21 .text .heading a {
    color: #000000;
}

.block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
    color: #ffdfdf;
}

.block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}

.block-21 .text .meta > div a {
    color: gray;
}

/* Blog*/
.post-info {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: .1em;
}

.post-info > div {
    display: inline-block;
}

.post-info > div .seperator {
    display: inline-block;
    margin: 0 10px;
    opacity: .5;
}

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #000000;
    border: 1px solid #ccc;
    font-size: 11px;
}

.tagcloud a:hover {
    border: 1px solid #000;
}

.comment-form-wrap {
    clear: both;
}

.comment-list {
    padding: 0;
    margin: 0;
}

.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%;
}

.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
}

.comment-list li .vcard {
    width: 80px;
    float: left;
}

.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%;
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
    font-size: 18px;
    font-weight: 500;
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #ccc;
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000000;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em;
    font-weight: 400;
    border-radius: 4px;
}

.comment-list li .comment-body .reply:hover {
    color: #fff;
    background: black;
}

.search-form {
    background: #fafafa;
    padding: 10px;
}

.search-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.search-form .form-group input {
    padding-right: 50px;
    font-size: 14px;
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.subs-wrap {
    background: #ffdfdf !important;
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 0.7);
}

.subs-wrap h3 {
    color: #fff;
    font-size: 30px !important;
}

.subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.subscribe-form .form-group input {
    background: transparent !important;
    border: 1px solid transparent;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.subscribe-form .form-group input::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group input::-moz-placeholder {

    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group input:-ms-input-placeholder {

    /* IE 10+ */
    color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group input:-moz-placeholder {

    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group .form-control {
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.subscribe-form .form-group .submit {
    color: #000000 !important;
    display: block;
    width: 100%;
    height: 52px;
    font-size: 16px;
    background: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.subscribe-form .form-group .submit:hover {
    cursor: pointer;
}

.subscribe-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width:991.98px) {
    .sidebar {
        margin-top: 5em;
    }

}

.sidebar-box {
    margin-bottom: 30px;
    padding: 0 25px 25px;
    font-size: 15px;
    width: 100%;
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.categories, .sidelink {
    padding: 0;
}

.categories li, .sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none;
}

.categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.categories li a, .sidelink li a {
    display: block;
    color: #000000;
}

.categories li a span, .sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}

.categories li.active a, .sidelink li.active a {
    color: #000000;
    font-style: italic;
}

#ftco-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000;
}

#ftco-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #F2F4F8;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#ftco-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#ftco-loader .circular {
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
}



@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }

}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }

}

.btn-mas {
    height: 50px;
    background-color: #fff;
    line-height: 16px;
    width: 180px;
    border-radius: 3px;
    font-family: 'Aleo', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #164194;
}

.btn-mas:hover {
    color: #164194;
}

.arrow {
    width: auto !important;
    display: inline-block !important;
    margin-left: 9px;
}

.label_d {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    padding-top: 40px;
}

.text-d {
    background-color: #164194;
    box-shadow: 0px 0px 20px rgba(64, 83, 111, 0.3);
    border-radius: 2px;
    height: 60px;
    padding-top: 16px;
    padding-left: 25px;
}

.h1-til {
    font-family: 'Aleo', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.form_di {
    padding: 20px 40px 25px;
}

/* select */
.btn-select {
    background-color: #fff;
    text-align: left;
    height: 50px;
    border: 1px solid #164194;
    box-sizing: border-box;
    border-radius: 2px;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #8D84A7;
    width: 250px;
}

.icon_select {
    float: right;
    color: #5F8BFF;
    font-size: 19px;
    padding-top: 8px;
}

.scrollable-menu {
    height: auto;
    max-height: 215px;
    overflow-x: hidden;
    width: 100%;
    padding-left: 15px;
    box-shadow: 0px 0px 10px rgba(106, 114, 127, 0.3);
    border-radius: 10px;
    border: 7px solid #fff;
    margin-top: 5px;
}

.scroll_li {
    margin-bottom: 15px;
    margin-top: 0px;
}

.a_drow:hover{
    font-size: 16px;
    line-height: 14px;
    color: #6A727F;
}

.a_drow {
    font-size: 16px;
    line-height: 14px;
    color: #6A727F;
}

.scrollable-menu::-webkit-scrollbar-track
{
    background-color: transparent;
}

.scrollable-menu::-webkit-scrollbar
{
    width: 6px;
    background-color: transparent;
}

.scrollable-menu::-webkit-scrollbar-thumb
{
    background-color: #C4C4C4;
    border-radius: 10px;
    right: 5px;
}

/* select */

.desti{

    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    color: #164194;
}

.afre_ {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #40536F;
}

.dinlin {
    display: inline-block;
}
.price {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #164194;
}


/* navs owl */
.ftco-pr .owl-nav .owl-prev {
        /* right: -25px; */
}


/* .owl-carousel .owl-nav .owl-prev {
    top: 5px;
    right: 0;
} */

/* .owl-carousel .owl-nav .owl-next {
    top: 59px;
    right: 0;
} */

.ftco-pr .owl-nav .owl-next {
        left: 70px;
}

.owl-carousel.ftco-pr .owl-nav .owl-prev, .owl-carousel.ftco-pr .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    color: #E30613 !important;
    background: #fff !important;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 1;
    border: 2px solid #164194!important;
    border-radius: 50%;
}

.ftco-pr .owl-nav .owl-prev span:before, .owl-carousel .owl-nav .owl-next span:before {
    font-size: 24px;
    margin-top: 3px;
    color: #E30613;
}
.ftco-pr .owl-nav .owl-prev:hover, .ftco-pr .owl-nav .owl-prev:focus {
    background: #fff !important;
    outline: none !important;
}

.ftco-pr .owl-nav .owl-prev:hover span:before, .ftco-pr .owl-nav .owl-prev:focus span:before {
    font-size: 24px;
    margin-top: 3px;
    color: #E30613;
}

.ftco-pr .owl-nav .owl-next:hover, .ftco-pr .owl-nav .owl-next:focus {
    background: #fff !important;
    outline: none !important;
}

.ftco-pr .owl-nav .owl-next:hover span:before, .ftco-pr .owl-nav .owl-next:focus span:before {
    font-size: 24px;
    margin-top: 3px;
    color: #E30613;
}
/* navs owl */

.b-tt {
    float: right;
    margin-top: 8px;
    cursor: pointer;
}



/* gallery*/

.product-gallery {
    position: relative;
/*     padding-top: 40px;
padding-right: 15px;
padding-left: 15px;
border: 1px solid #e5e5e5;
border-radius: 6px */
}

.product-gallery .product-carousel {
    margin-bottom: 15px
}



.product-gallery .product-thumbnails {
    display: block;
    margin: 0;
    list-style: none;
    text-align: center;
    padding: 0px;
    width: 100%;
}

.product-gallery .product-thumbnails>li {
    display: inline-block;
    margin: 0px 25px 0px 0px;
}

.product-gallery .product-thumbnails>li>a {
    display: block;
    border-radius: 0px;
    background-color: #fff;
    opacity: .50;
    overflow: hidden
}

.product-gallery .product-thumbnails>li:hover>a {
    opacity: 1
}

.product-gallery .product-thumbnails>li.active>a {
   /*  border-color: #05f; */
    cursor: default;
    opacity: 1
}

.gallery-item>a {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 0px;
    text-decoration: none;
    overflow: hidden;
}

.owl-carousel .gallery-item {
    margin-bottom: 0;
}

.gallery-item>a>img {
    display: block;
    width: 100%;
}

.pd-img {
  /*   width: 580px !important; */
    height: 370px;
}
.rounded {
    border-radius: 5px;
}

.img-small {
    height: 180px;
    width: 192px;
}

.gallery-item {
    margin-bottom: 30px
}

.gallery-item>a {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 0px;
    text-decoration: none;
    overflow: hidden
}

.gallery-item>a>img {
    display: block;
    width: 100%;
    border-radius: 0px!important;
}

.gallery-item>a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    content: '';
    opacity: 0;
    z-index: 1;
    transition: opacity .3s
}

/* gallery */
.span_des {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #40536F;
    margin-bottom: 0px;
}

.mdie {
    margin-bottom: 10px;
}

.titulo {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #164194;
    margin-bottom: 25px;
}
/* tabs */
.tab_b {
    background-color: #fff;

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #164194;
    margin-bottom: 15px;
}
.tab_b:hover {
    color: #164194;
}

.tab_b.active {
    background-color: #fff!important;
    color: #164194!important;
}

.tab_b .hrone {
    display: none
}
.tab_b .hrt {
    display: none;
}
.tab_b .hrtr {
    display: none;
}

.tab_b .hrtrfour {
    display: none;
}

.tab_b.active hr.hrone {
    display: block;
    height: 2px;
    background-color: #E30613;
    width: 77px;
    float: right;
    margin-top: 1px;
    margin-bottom: 0px;
    border: none;
}

.tab_b.active hr.hrt {
    display: block;
    height: 2px;
    background-color: #E30613;
    width: 114px;
    float: right;
    margin-top: 1px;
    margin-bottom: 0px;
    border: none;
}

.tab_b.active hr.hrtr {
    display: block;
    height: 2px;
    background-color: #E30613;
    width: 105px;
    float: right;
    margin-top: 1px;
    margin-bottom: 0px;
    border: none;
}


.tab_b.active hr.hrtrfour {
    display: block;
    height: 2px;
    background-color: #E30613;
    width: 53px;
    float: right;
    margin-top: 1px;
    margin-bottom: 0px;
    border: none;
}

/* tabs */

.tex-g {

    font-style: normal;
    font-weight: normal;
    font-size: 90px;
    line-height: 108px;
    color: #E30613;
    opacity: 0.2;
    margin-bottom: 0px;
    cursor: default;
}

.text-ch {

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #164194;
}

.facil {
    position: absolute;
    bottom: 6px;
    left: 2px;
    transition: 0.5s;
}

.facil2 {
    position: absolute;
    bottom: 6px;
    left: 2px;
    transition: 0.5s;
}

.rapi {
   position: absolute;
   bottom: 6px;
   left: 2px;
   transition: 0.5s;
}

.rapi2 {
   position: absolute;
   bottom: 6px;
   left: 2px;
   transition: 0.5s;
}

.seg {
   position: absolute;
   bottom: 6px;
   left: 2px;
   transition: 0.5s;
}

.bille {
    position: absolute;
    right: 0;
}

.nsati {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #164194;
    margin-bottom: 20px;
}

.b-ttt {
    float: left;
    margin-top: 68px;
    cursor: pointer;
}

.agent {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #40536F;
}

.mt-77 {
    margin-top: 77px;
}

.benvia {
    position: absolute;
    left: 0;
}

.text-detail{
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #40536F;
}

.p_voy {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #164194;
}

.text-voy {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #40536F;
}

.b-vot-t {
    float: left;
    margin-top: 30px;
    cursor: pointer;
}

.input_voy {
    border: 1px solid #164194;
    box-sizing: border-box;
    border-radius: 2px;
    background-image: url('../images/input_.svg') !important;
    background-repeat: no-repeat !important;
    background-position: 10px center!important;
    padding-left: 45px;
}

.btn-select-voy {
    background-color: #fff;
    text-align: left;
    height: 50px;
    border: 1px solid #164194;
    box-sizing: border-box;
    border-radius: 2px;
    width: 100%;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
}

.form-group .form-control.btn {
    background: #164194 !important;
    border: none !important;
    color: #fff !important;
    height: 50px;
    border-radius: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.bax-s{
    box-shadow: 0px 6px 15px rgba(89, 89, 89, 0.2);
    padding: 40px 20px;
}

/*
tab two */
.tab_btw {
    background-color: #fff;

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #164194;
}

.tab_btw {
    background-color: #fff;

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #164194;
    padding-left: 0px;
}

.tab_btw.active {
    background-color: #fff!important;
    color: #164194!important;
}

.tab_btw .hrone {
    display: none
}
.tab_btw .hrt {
    display: none;
}
.tab_btw .hrtr {
    display: none;
}

.tab_btw.active hr.hrone {
    display: block;
    height: 2px;
    background-color: #E30613;
    width: 102px;
    float: right;
    margin-top: 1px;
    margin-bottom: 0px;
    border: none;
}

.tab_btw.active hr.hrt {
    display: block;
    height: 2px;
    background-color: #E30613;
    width: 72px;
    float: right;
    margin-top: 1px;
    margin-bottom: 0px;
    border: none;
}

.tab_btw.active hr.hrtr {
    display: block;
    height: 2px;
    background-color: #E30613;
    width: 48px;
    float: right;
    margin-top: 1px;
    margin-bottom: 0px;
    border: none;

}

/*
tab two */

.mas-ser {

    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 58px;
    color: #164194;
}

.enco-title {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #164194;
}

.enco-des {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #40536F;
}

.para {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #40536F;
}
.tele {

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #40536F;
    width: 100%;
    margin-bottom: 15px;
 }

 .pais {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #40536F;
    display: inline-block;
 }

 .pais-de {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #40536F;
 }

.ban-p {
    padding-bottom: 4px;
}

.title-country {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #40536F;
}

.direccion {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #40536F;
    display: inline;
    margin-left: 8px;
}

.direccion-d {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #40536F;
    margin-bottom: 0px;
    padding-left: 18px;
}

.branch {
    margin-bottom: 15px;
}

.easy{
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #40536F;
}

.aimg{
    display: block;
    margin-bottom: 40px;
}

.input_email {
    border-bottom: 1px solid #AA98A4;
    box-sizing: border-box;
    border-radius: 2px;
    background-image: url('../images/carta.svg') !important;
    background-repeat: no-repeat !important;
    background-position: 0px center!important;
    padding-left: 35px;
    border-bottom: 1px solid #AA98A4;
    border-top: 0px transparent;
    border-left: 0px transparent;
    border-right: 0px transparent;
}

.input_email:focus, .input_email:active {
    border-bottom: 1px solid #AA98A4;
    border-top: 0px transparent;
    border-left: 0px transparent;
    border-right: 0px transparent;
}

.male {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #40536F;
    padding-top: 4px;
}
.malebold {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #40536F;
}

.mt-80 {
    margin-top: 80px;
}

.mt-40 {
    margin-top: 40px;
}

.teo {

    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #40536F;
    display: inline;
    vertical-align: bottom;
}

.separate {
    /* border: 1px solid rgba(64, 83, 111, 0.5); */
    margin-top: 0px;
    margin-bottom: 77px;
    height: 1px;
    background-color: rgba(64, 83, 111, 0.5);
}

.mr-45 {
    margin-right: 40px;
}


/* menu */

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(64, 83, 111, 0.5);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay a:hover, .overlay a:focus {
  color: #164194;
}

.overlay .closebtn {
  position: absolute;
  top: 117px;
  right: 45px;
}

@media screen and (max-height: 450px) {
 /*  .overlay a {font-size: 20px} */
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.content-menu {
    background-color: #fff;
    height: 100%;
}

.inicio_m {

    font-style: normal;
    font-weight: bold;
    font-size: 86px;
    line-height: 103px;
    color: #164194;
}

.pad {
    padding-left: 150px;
    padding-top: 90px;
}

.pad-redes {
    padding-top: 142px;
}

.item-menu {

    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #164194;
    cursor: pointer;
}
.pb-7 {
    padding-bottom: 7px;
}

.pr-10 {
    padding-right: 10px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mr-40 {
    margin-right: 40px;
}

.cama {
    position: absolute;
    right: -104px;
    top: 217px;
}

.imgclose {
    width: 66%;
}
/* menu */

/*
iniciarsesion */


.overlay-sesion {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background: rgba(64, 83, 111, 0.5);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-sesion a:hover, .overlay-sesion a:focus {
  color: #164194;
}

.overlay-sesion .closebtn {
  position: absolute;
  top: 117px;
  left: 45px;
  z-index: 2222;
}

.back-diag {
    background-image: -webkit-linear-gradient(0deg, rgba(64, 83, 111, 0.5) 42%, #fff 12%);
}

.back-diag-f {
    background-color: #FFFFFF;
}

.pad-sesion {
    padding-top: 105px;
}

.ingr {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    color: #40536F;
}

.iniciar_m {

    font-style: normal;
    font-weight: bold;
    font-size: 86px;
    line-height: 103px;
    color: #164194;
    text-align: right;
    margin-bottom: 0px;
}

/*
iniciarsesion */

/* radiobutton */
.radio {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    font-size: 14px;
    margin-right: 15px;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    color: #164194;
}
.radio .label {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #164194;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}
.radio .label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #E30613;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}
.radio:hover .label:after {
  transform: scale(3.6);
}
input[type="radio"]:checked + .label {
  border-color: #164194;
}
input[type="radio"]:checked + .label:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}
.cntr {
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  margin-left: 15px;
}
.hidden {
  display: none;
}
.credit {
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.6;
}
.credit img {
  width: 72px;
}
.credit:hover {
  transform: scale(0.95);
}
/* radiobutton */

.btn-select-pais {
    background-color: #fff;
    text-align: left;
    height: 50px;
    border: 1px solid #164194;
    box-sizing: border-box;
    border-radius: 2px;
    width: 100%;

    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #164194;
    padding-top: 16px;
}

.icon_select-pais {
    float: right;
    color: #5F8BFF;
    font-size: 19px;
}

.span-button {
    color: red;
    position: absolute;
    top: 6px;

    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    color: #164194;
    opacity: 0.5;
}

.label-tipo {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
}

.input_normal {
    border: 1px solid #164194;
    box-sizing: border-box;
    border-radius: 2px;
    background-repeat: no-repeat !important;
    background-position: 10px center!important;
    padding-left: 23px;
    padding-bottom: 12px;
}

.olvide {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    text-decoration-line: underline;
    color: #164194;
    text-align: right;
}

.registro {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #164194;
}


.mt-68 {
    margin-top: 68px;
}

.w-145 {
    width: 145px;
}

.input_point {
    border: 1px solid #164194;
    box-sizing: border-box;
    border-radius: 2px;
    background-image: url('../images/point.svg') !important;
    background-repeat: no-repeat !important;
    background-position: 10px center!important;
    padding-left: 45px;
}


/* inputs  */


.group {
  position: relative;

}
input.autoco {
    display: block;
    width: 330px;
    border: 1px solid #164194;
    box-sizing: border-box;
    border-radius: 2px;
    background-image: url(../images/point.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 10px center!important;
    padding-left: 45px;
    height: 50px;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
    padding-top: 15px;
}
input.autoco:focus {
  outline: none;
}

/* active state */
input.autoco:focus ~ .label_input,
input.autoco:valid ~ .label_input {
    top: 8px;
    font-size: 10px;
    color: rgba(22, 65, 148, 0.5);
    left: 45px;
}

input.tipo:focus ~ .label_input,
input.tipo:valid ~ .label_input {
    top: 8px;
    font-size: 10px;
    color: rgba(22, 65, 148, 0.5);
    left: 45px;
}

input.autocodes:focus ~ .label_input,
input.autocodes:valid ~ .label_input {
    top: 8px;
    font-size: 10px;
    color: rgba(22, 65, 148, 0.5);
    left: 45px;
}

/* LABEL ======================================= */
.label_input {
    position: absolute;
    pointer-events: none;
    left: 40px;
    top: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: rgba(22, 65, 148, 0.5);
}

/* .ftco-dates {
    z-index: -9;
}
 */
input.input_date_:disabled {
    background-color: #fff;
}
input.input_date_ {
    display: block;
    width: 140px;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 2px;
    background-image: url(../images/calen.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 10px center!important;
    padding-left: 45px;
    height: 45px;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
    padding-top: 15px;
    text-align: left;
}

.label_input_ {
    position: absolute;
    pointer-events: none;
    left: 46px;
    top: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;

    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    color: rgba(22, 65, 148, 0.5);
}

input.autoco_pasa {
    display: block;
    width: 150px;
    border: 1px solid #164194;
    box-sizing: border-box;
    border-radius: 2px;
    background-image: url(../images/pasa.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 10px center!important;
    padding-left: 45px;
    height: 50px;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
    padding-top: 15px;
}
input.autoco_pasa:focus {
  outline: none;
}

.hide {
   visibility: hidden;
}

/* active state */
input.autoco_pasa:focus ~ .label_input,
input.autoco_pasa:valid ~ .label_input {
    top: 8px;
    font-size: 10px;
    color: rgba(22, 65, 148, 0.5);
}

.w290p {
    width: 290px;
}

.box-date {
    height: 50px;
    border: 1px solid #164194;
    box-sizing: border-box;
    border-radius: 2px;
}


input.input_date {
    display: block;
    width: 140px;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 2px;
    background-image: url(../images/calen.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 10px center!important;
    padding-left: 41px;
    height: 45px;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
    padding-top: 15px;
    text-align: left;
}
input.input_date:focus {
  outline: none;
}

/* active state */
input.input_date:focus ~ .label_input,
input.input_date:valid ~ .label_input {
    top: 8px;
    font-size: 10px;
    color: rgba(22, 65, 148, 0.5);
}

input.input_date:disabled {
    background-color: #fff;
}
/* inputs  */



/* swich */

/* Style for header */
.div-prox {
    background-color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 195px;
    right: 90px;
    width: 800px;
}

.div-prox ul.nav {
  overflow: hidden;
}

.div-prox ul.nav li {
  position: relative;
  float: left;
  width: 100%;
}

.div-prox ul.nav li div.content-prox {
  display: block;
  height: 0px;
  opacity: 0;
  text-decoration: none;
  cursor: default;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
}


@media screen and (max-width: 600px) {
  .div-prox ul.nav li {
    float: none;
    width: 100%;
  }

  .div-prox ul.nav li div.content-prox {
    height: 0;
  }
}
/* Style for .div-prox with active class name */
.div-prox.active ul.nav li div.content-prox {
  height: 370px;
  opacity: 1;
  /*cursor: pointer;*/
  padding: 20px 40px;
}

@media screen and (max-width: 600px) {
  .div-prox.active ul.nav li div.content-prox {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #222b2f;
  }
}

/* Style for the plus button */
button.toggle-nav {
  position: absolute;
  top: -48px;
  right: 30px;
  width: 205px;
  height: 50px;
  background-color: #fff;
  font: 400 1.2em 'Allan', serif;
  color: #fff;
  border: none;
  line-height: 30px;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
}

button.toggle-nav:hover {
  height: 50px;
}

button.toggle-nav span {
  display: inline-block;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
}

/* Style for the plus button when .div-prox has active classe name */
.div-prox.active button.toggle-nav {
  top: -50px;
  background-color: #fff;
}

.div-prox.active button.toggle-nav span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

@media screen and (max-width: 600px) {
  button.toggle-nav {
    top: 0;
    left: 15px;
  }

  .div-prox.active button.toggle-nav {
    top: 305px;
  }
}
/* Other styles */

.proxsa {

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #164194;
    padding-left: 8px;
    padding-top: 10px;
}

.tr_prox {
    border-bottom: 1px solid rgba(22, 65, 148, 0.5);
    border-top: 1px solid rgba(22, 65, 148, 0.5);
}

.th_prox {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
}

.prox_hora {
    background: #FFDA44;
    border-radius: 2px;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #164194;
    padding: 3px 5px;
}

.c_prox {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
    display: block;
}

.p_prox {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: rgba(22, 65, 148, 0.5);
    display: block;
}

.comv_prox {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #316DDF;
}

.comv_gris {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #9FA9B7;
}

.eje_prox {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #212121;
}

.semi_prox {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #2DC2D7;
}

.res_prox {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #E01D14;
}


.bus_prx {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #164194;
}

.h-50p {
    height: 50px;
}

/* swich */

.input_spiner {
    display: inline-block;
    width: 30px;
    padding: 0px;
    text-align: center;
}

.w150p {
    width: 150px;
}

.dinlien {
    display: inline;
}

.tip_pa {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
    display: inline;
}

.label_pas {

    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    color: rgba(22, 65, 148, 0.5);
    position: absolute;
    left: 40px;
}

.trhe {
    top: 7px;
    left: 3px;
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.btn-minus {
    border: 1px solid #164194;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background-color: #fff;
    text-align: center;
    padding-top: 2px;
    padding-left: 2px;
}

.btn-plus {
    border: 1px solid #164194;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background-color: #fff;
    text-align: center;
    padding-top: 2px;
    padding-left: 1px;
}

.input_range {
    width: 40px;
    background-color: #fff;
    border: none;
    height: 30px;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #164194;
}

.tipo_pas {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #40536F;
}

.tipo_tex {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #40536F;
}

.popover-body {
    width: 294px;
    padding: 15px 20px 30px 27px;
}

.tti_papag {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #40536F;
    margin-bottom: 18px;
}

.label_ates {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #40536F;
    margin-bottom: 0px;
}

.hover_d {
    bottom: 33px;
    transition: 0.5s;
}

.title_section {

    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    color: #164194;
}

.letter_sm {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
    margin-top: 25px;
}

.letter_md {

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 17px;
    color: #164194;
    margin-top: 25px;
}

.dot_enc {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #40536F;
}

.busque {

    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    color: #164194;
    margin-bottom: 0;
}

.ftco-section_nsa {
    padding: 50px 0;
    position: relative;
}

.form_di-bus {
    box-shadow: 0px 10px 80px rgba(64, 83, 111, 0.3);
    border-radius: 3px;
    padding: 30px 30px 20px;
}

.p_des {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #40536F;
}

input.tipo {
    display: block;
    width: 250px;
    border: 1px solid #164194;
    box-sizing: border-box;
    border-radius: 2px;
    background-image: url(../images/tipo.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 10px center!important;
    padding-left: 45px;
    height: 50px;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
    padding-top: 15px;
}

.btn-select-tipo {
    background-color: #fff;
    text-align: left;
    height: 50px;
    border: 1px solid #164194;
    box-sizing: border-box;
    border-radius: 2px;
    width: 100%;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #164194;
}

.tipo_span {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #164194;
    margin-top: 10px;
    position: absolute;
    margin-left: 3px;
}

.w317 {
    width: 317px;
}

input.autocodes {
    display: block;
    border: 1px solid #164194;
    box-sizing: border-box;
    border-radius: 2px;
    background-image: url(../images/point.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 10px center!important;
    padding-left: 45px;
    height: 50px;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
    padding-top: 15px;
}
.w260 {
    width: 260px;
}

.re_bus {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #164194;
}

.mt30 {
    margin-top: 30px;
}

.seven_dias {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #164194;
}

.bor-top {
    border-top: 1px solid rgba(22, 65, 148, 0.2);
    height: 90px;
}

.v_aling {
    vertical-align: middle!important;
}

.nsaletter {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
}

.expre_gr {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #9FA9B7;
}

.ago {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #9FA9B7;
}

.noai {
    background: #9FA9B7;
    border-radius: 2px;
    color: #fff;
    padding: 3px 9px 5px 9px;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px
}

.blue_d {
    height: 50px;
    background: #164194;
    padding: 10px;

}
.blue_number {

    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #5070AF;
}

.blue_letter {

    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #5070AF
}
.blue_letter:hover {
    text-decoration: none;
}
.blue_letter.active {
    color: #000000;

}

.ml70 {
    margin-right: 70px;
}

.filter_d {
    box-shadow: 0px 10px 30px rgba(64, 83, 111, 0.1);
    height: 99px;
    padding: 17px;
    position: relative;
}

.todis {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #164194;
}

.ptodis{
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
}

.contentb {
  position: relative;
}

#collapseExample {
  /* position: absolute; */
  z-index: 1;
  /* top: 62px */
}

.close_bus {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
    float: right;
}

.no-transition {
    transition: none !important;
}

.btn-select-viaje {
    background-color: #fff;
    text-align: left;
    height: 40px;
    border: 1px solid rgba(22, 65, 148, 0.2);
    box-sizing: border-box;
    border-radius: 2px;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #164194;
}

.icon_select_v {
    float: right;
    color: #5F8BFF;
    font-size: 19px;
    padding-top: 6px;
}

.box_result-tra {
    border: 1px solid rgba(64, 83, 111, 0.2);
    box-sizing: border-box;
    border-radius: 3px;
}

.monto_viaje {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #164194;
}

.box_options {
    padding: 30px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    cursor: pointer;
    border-bottom: 1px solid rgba(64, 83, 111, 0.2);

}

.box_options:hover {
    background-color: rgba(22, 65, 148, 0.1);
    border: 1px solid rgba(64, 83, 111, 0.2);
}


.box_options.active {
    background-color: rgba(22, 65, 148, 0.1);
    border: 1px solid #164194;
}


.salida {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: rgba(22, 65, 148, 0.5);
}

.hour {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #40536F;
    padding-top: 2px;
}

.abs_lleg {
    position: absolute;
    top: 0px;
    right: -78px;
}


/* open_bootom */

.div-prox_bo {
    background-color: #fff;
    position: fixed;
    z-index: 2;
    bottom: 0px;
    width: 100%;
}

button.toggle-nav_boot {
  bottom: 0px;
  right: 30px;
  /* width: 50px;
  height: 50px; */
  background-color: transparent;
  font: 400 1.2em 'Allan', serif;
  color: #fff;
  border: 0px solid #FFFFFF;
  line-height: 30px;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
}

.div-prox_bo ul.nav {
  overflow: hidden;
}

.div-prox_bo ul.nav li {
  position: relative;
  float: left;
  width: 100%;
}

.div-prox_bo ul.nav li div.content-prox {
  display: block;
  height: 0px;
  opacity: 0;
  text-decoration: none;
  cursor: default;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
}


@media screen and (max-width: 600px) {
  .div-prox_bo ul.nav li {
    float: none;
    width: 100%;
  }

    .div-prox_bo ul.nav li div.content-prox {
        height: 0;
    }
}
/* Style for .div-prox with active class name */
.div-prox_bo.active ul.nav li div.content-prox {
  height: 410px;
  opacity: 1;
  padding: 20px 40px;
}

@media screen and (max-width: 600px) {
  .div-prox_bo.active ul.nav li div.content-prox {
    opacity: 1;
    padding: 20px 0px;
  }
  .div-prox_bo ul.nav li div.content-prox {
    opacity: 0;
  }
}


/* Style for the plus button when .div-prox has active classe name */
.div-prox_bo.active button.toggle-nav_boot {
  top: -50px;
  background-color: transparent;
}

.div-prox_bo.active button.toggle-nav_boot img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  margin-bottom: 0px;
}

@media screen and (max-width: 600px) {
  button.toggle-nav_boot {
    top: 7px;
    left: 15px;
    border: 0px solid transparent;
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 2px;
    text-align: left;
    margin: 0px;
  }

  .div-prox_bo.active button.toggle-nav_boot {
    top: 305px;
  }
}
/* Other styles */
.box_resume {
    background: #164194;
    width: 100%;
    padding: 20px;
}
.continuar {
    background: #F0F343;
    border-radius: 3px;
    padding: 15px;
    height: 50px;

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
    border: none;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.bott_total {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    text-align: right;
    color: #FFFFFF;
    display: inline;
    margin-bottom: 0px;
}

.resum {

    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}

.city_p {

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
.date_resume {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
/* open_bootom */

.city_bott {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #164194;
}

.title_bott {

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #164194;
}

.sub_bott {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
}

.detail_bott {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #40536F;
}

.ci_bott {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #40536F;
}

.point_voy {
    border: 1px solid rgba(22, 68, 148, 0.2);
    box-sizing: border-box;
    border-radius: 3px;
    padding: 12px;
}

.p_point {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
    display: inline;
}

.span_voy {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
}

.div-prox_bo ul.nav li.pasj {
    position: relative;
    float: left;
    width: 100%;
    border: none;
    padding: 7px;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #40536F;
}


.btn-select-tipo_cam:hover{
    text-decoration-line: underline;
}

.btn-select-tipo_cam {
    background-color: #fff;
    height: 40px;
    border: none;
    box-sizing: border-box;
    border-radius: 2px;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #164194;
}

.w-12 {
    width: 12px;
}

.number_total {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #164194;
}

.number_tw {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
}

.box_final {
    border-top: 1px solid rgba(22, 68, 148, 0.2);
}

.box_dates {
   padding-bottom: 15px;
   padding-top: 15px;
}

.owl-carousel-date {
    border: 1px solid rgba(64, 83, 111, 0.2);
    box-sizing: border-box;
    border-radius: 3px;
}

.owl-carousel-date-t {
    border: 1px solid rgba(64, 83, 111, 0.2);
    box-sizing: border-box;
    border-radius: 3px;
}

.dates_a {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: #40536F!important;
    margin-left: 5px;
}

.dates_a:hover {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    color: #164194!important;
    text-decoration: none;
}

.dates_a.active {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    color: #164194 !important;
    text-decoration: none;
}

.owl-carousel-date .item.active {
    background-color: rgba(22, 65, 148, 0.1);
}

.ftco-dates .item.active {
    background-color: rgba(22, 65, 148, 0.1);
}

.owl-carousel-date-t .item.active {
    background-color: rgba(22, 65, 148, 0.1);
}
span.dates {
    display: inline-block;
    width: 0;
    height: 30px;
    border-left: 1px solid #ccc;
    vertical-align: middle;
    float: right;

}

.box_dates:after {
    width: 1px;
    height: 30px;
    right: 0;
    background-color: rgba(64, 83, 111, 0.2);;
    content: '';
    position: absolute;
    z-index: 1;
    top: 12px;
}

.ftco-dates .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: absolute;
    /* width: 30px; */
    height: 30px;
    color: #164194 !important;
    background: transparent !important;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 1;
    border:none;
}

.ftco-dates .owl-nav .owl-next {
    right: -43px;
    top: 11px;
}

.ftco-dates .owl-nav .owl-prev {
    left: -43px;
    top: 11px;
}
.ftco-dates .owl-nav .owl-prev span:before, .owl-carousel .owl-nav .owl-next span:before {
    font-size: 28px;
    margin-top: 3px;
    color: #164194;
}
.ftco-dates .owl-nav .owl-prev:hover, .ftco-dates .owl-nav .owl-prev:focus {
    background: #fff !important;
    outline: none !important;
}

.ftco-dates .owl-nav .owl-prev:hover span:before, .ftco-dates .owl-nav .owl-prev:focus span:before {
    font-size: 28px;
    margin-top: 3px;
    color: #164194;
}

.ftco-dates .owl-nav .owl-next:hover, .ftco-dates .owl-nav .owl-next:focus {
    background: #fff !important;
    outline: none !important;
}

.ftco-dates .owl-nav .owl-next:hover span:before, .ftco-pr .owl-nav .owl-next:focus span:before {
    font-size: 28px;
    margin-top: 3px;
    color: #164194;
}

/*select materialize ------------------------------*/




/* select starting stylings ------------------------------*/
.select {

    position: relative;
    width: 100%;
}

.select-text {
    display: block;
    width: 100%;
    border: 1px solid #164194;
    box-sizing: border-box;
    border-radius: 2px;
    background-repeat: no-repeat !important;
    background-position: 10px center!important;
    padding-left: 15px;
    height: 50px;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
    padding-top: 15px;
}

/* Remove focus */


    /* Use custom arrow */
.select .select-text {
    appearance: none;
    -webkit-appearance:none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select:after {
    position: absolute;
    top: 13px;
    right: 28px;
    width: 0;
    height: 0;
    padding: 0;
    content: url('../images/down_a.svg');
    pointer-events: none;
}


/* LABEL ======================================= */
.select-label {
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: rgba(22, 65, 148, 0.5);
}

/* active state */
.select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
    transition: 0.2s ease all;
    top: 8px;
    font-size: 10px;
    color: rgba(22, 65, 148, 0.5);
    left: 15px;
}
.select-text:disabled ~ .select-label {
    transition: 0.2s ease all;
    top: 8px;
    font-size: 10px;
    color: rgba(22, 65, 148, 0.5);
    left: 15px;
}


/*select materialize ------------------------------*/


input.form_ip {
    display: block;
    width: 100%;
    border: 1px solid #164194;
    box-sizing: border-box;
    border-radius: 2px;
    background-repeat: no-repeat !important;
    background-position: 10px center!important;
    padding-left: 15px;
    height: 50px;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
    padding-top: 15px;
}

.label_input_ip {
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: rgba(22, 65, 148, 0.5);
}

input.form_ip:focus {
  outline: none;
}

/* active state */
input.form_ip:focus ~ .label_input_ip,
input.form_ip:valid ~ .label_input_ip {
    top: 8px;
    font-size: 10px;
    color: rgba(22, 65, 148, 0.5);
    left: 15px;
}

input.input_date_form {
    text-align: left;
    display: block;
    width: 100%;
    border: 1px solid #164194;
    box-sizing: border-box;
    border-radius: 2px;
    background-repeat: no-repeat !important;
    background-position: 10px center!important;
    padding-left: 15px;
    height: 50px;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
    padding-top: 15px;
}

input.input_date_form:focus {
  outline: none;
}

/* active state */
input.input_date_form:focus ~ .label_input_form,
input.input_date_form:valid ~ .label_input_form {
    top: 8px;
    font-size: 10px;
    color: rgba(22, 65, 148, 0.5);
}

input.input_date_form:disabled {
    background-color: #fff;
}

.label_input_form {
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: rgba(22, 65, 148, 0.5);
}

.span_tip {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #164194;
}

.box_result-form {
    border: 1px solid rgba(64, 83, 111, 0.2);
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0px 0px 20px 0px;
}

.contacto {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #164194;
}

.contactotext {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #40536F;
}

.label_conta{

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
}

/* checkbox  */

.bg {
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}

.chiller_cb {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
}
.chiller_cb input {
    display: none;
}
.chiller_cb input:checked ~ span {
    background: #164194;
    border-color: #164194;
}
.chiller_cb input:checked ~ span:before {
    width: 1rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
    width: 0.4rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
    background: #ececec;
    border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
    color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
    cursor: default;
}
.chiller_cb label {
    padding-left: 2rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom:0;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #40536F;
}
.chiller_cb span {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    transition: all 0.2s;
    border: 2px solid #ccc;
    z-index: 1;
    box-sizing: content-box;
    border-radius: 2px
}
.chiller_cb span:before {
    transform: rotate(-55deg);
    top: 1rem;
    left: 0.37rem;
}
.chiller_cb span:after {
    transform: rotate(35deg);
    bottom: 0.35rem;
    left: 0.2rem;
}

/* checkbox  */

.ifo_text {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #164194;
}

.proceder {
    background: #FF7D1F;
    border-radius: 3px;
    padding: 15px;
    height: 50px;

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    border: none;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.tex_de {
    text-decoration: underline;
}

.a_acep {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #40536F;
}


.a_acep:hover {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #40536F;
}

.box_result-check {
    border: 1px solid rgba(64, 83, 111, 0.2);
    box-sizing: border-box;
    border-radius: 3px;
    padding: 15px 20px;
}

.pasj_check {
    position: relative;
    float: left;
    width: 100%;
    border: none;
    padding: 7px;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #40536F;
}

.mt-37 {
    margin-top: 37px;
}

.back_cl {
   background-color: #40536F;
}

.back_az {
   background-color: #338AF3;
}

.ftco-section_bol {
    padding: 30px 0;
    position: relative;
}
.back_fff {
    background-color: #fff;
    border-radius: 3px;
    padding-bottom: 20px;

}

.bolet {

    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
}

.bolet_tw {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
}

.bolet_twhr {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF
}

.hora_cf {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    color: #164194;
}

.ciudad_conf {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #164194;
}
.ciudad_pais {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
}

.bus {

    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #40536F;
}

.bus_number {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #40536F;
}

.conv_conf {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #316DDF;
}

.details_conf {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #40536F;
}

.bus_div {
    border-bottom: 1px solid rgba(22, 65, 148, 0.2);
    border-top: 1px solid rgba(22, 65, 148, 0.2);
    padding-top: 25px;
    padding-bottom: 22px;
}

.separ_conf {
    background-color: rgba(22, 65, 148, 0.2);
    width: 100%;
}

.box_code {
    background-color: #164194;
    height: 91px;
}

.code_text {
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.number_order {

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #164194;
}

.regis_g {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #40536F;
}

.regist_t {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
    display: inline;
}

.inli {
    display: inline;
}

.blue_point {
    background: rgba(22, 65, 148, 0.2);
    padding: 35px;
}

.edit_profile {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
     text-decoration: none;
}

.edit_profile:hover {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
    text-decoration: none;
}

.circle_ {
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-right: 20px;
}


.circle_lett {

    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #164194;
    position: absolute;
    left: 33px;
    top: 24px;
}

.box_v {
    background: #FFFFFF;
    border-radius: 2px;
    padding-top: 20px;
    padding-bottom: 15px;
}


.punt_v {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #164194;
}

.punt_numb {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #164194;
}

.movim {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #164194;
}
.movim_d {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #40536F;
}

.box_detail_punt {
    border: 1px solid rgba(22, 65, 148, 0.2);
    box-sizing: border-box;
    border-radius: 3px;
    padding: 20px 40px 20px 40px;
}

.fecha_pvoy {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
}

.bole_n {

    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #40536F;
}

.city_vo {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #40536F;
}

.total_vo {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #40536F;
}

.total_vo_c {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #40536F;
}


.masthead {
    height: calc( 100vh - 100px);
    min-height: 500px;
    background-image: url('../images/turismo.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.paq_t {

    font-style: normal;
    font-weight: bold;
    font-size: 86px;
    line-height: 103px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 20px #40536F;
}

.paq_text {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 20px #40536F;
}

.tipo_b {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #164194;
}

.owl-carousel.carousel-bus .owl-item {
    opacity: 1;
}

/* .project-bus .img {
    position: relative;
    width: 580px;
    height: 380px;
}
 */

.ser-title {

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #164194;
    margin-top: 20px;
}

.box_ser {
    box-shadow: 0px 6px 15px rgba(89, 89, 89, 0.2);
    height: 296px;
}

.box_fat {
    padding-left: 15px;
    padding-right: 15px;
}


.title-inter {

    font-style: normal;
    font-weight: bold;
    font-size: 86px;
    line-height: 103px;
    color: #FFFFFF;
}

.state-inter {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.int-text {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

.textar {
    border: 1px solid #164194;
    box-sizing: border-box;
    border-radius: 3px;
}

.box_inter {
    box-shadow: 0px 5px 60px rgba(64, 83, 111, 0.3);
    padding: 30px 40px;
    position: absolute;
    bottom: -45px;
    z-index: 11;
    background-color: #fff;
}

.cons-int {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #164194;
}

.txt-int {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #40536F;
}

.poft {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
}

.price-int {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    color: #164194;
}

.opre-int {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #40536F;
}

.incl_int {

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #40536F;
}

.text-bold {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #40536F;
}

.mluno {
    margin-left: 1px;
}



.page-section {

}

.navigation {
  position: fixed;
  width: 16%;
  top: 115px;
  background-color: transparent;
  transition: 1s
}


.title-info {

    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    color: #164194;
}

.title-infot {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #164194;
}

.title-info_ex {

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #164194;
}

.title-info_ex2 {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #164194;
}

.nav_sect {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #164194;
    display: block;
    text-decoration: none;
    padding: 1em;
    border-left: 1px solid rgba(22, 65, 148, 0.5);
    margin-bottom: 5px;
}

.nav_sect:hover {
  background-color: #fff;
  text-decoration: none;
  border-left: 3px solid #E30613;
}
.nav_sect.active {
  color: #164194;
  border-left: 3px solid #E30613;
}

.text-infor {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #40536F;
}

.bac-text {
    background: #E5E5E5;
    padding: 4px;
}

.abso-navi {
    position: absolute;
    bottom: 0;
    width: 89%;
}

.masthead_enco {
    height: calc( 100vh - 100px);
    min-height: 500px;
    background-image: url('../images/encom.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ser_enco {

    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
}

.tex-enco {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.circle_enco {
    width: 150px;
    height: 150px;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(64, 83, 111, 0.2);
    border-radius: 50%;
    padding: 10px;
}

.circles-serv {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;

}

.circle_text {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #164194;
}

.title_enco {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #164194;
}

.econ_head {

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #164194;
}

.telef_ec {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #40536F;
}

.pt-24 {
    padding-top: 24px;
}

.condi_enc {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #164194;
}
.condi_enc:hover {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #164194;
}

.masthead_logis {
    height: calc( 100vh - 100px);
    min-height: 500px;
    background-image: url('../images/logistica.png') !important;
    background-position: left;
    background-repeat: no-repeat;
}

.masthead_new {
    height: calc( 100vh - 100px);
    min-height: 500px;
    background-position: left;
    background-repeat: no-repeat;
}

.masthead_purchase {
    height: calc( 100vh - 150px);
    min-height: 500px;
    background-position: left;
    background-repeat: no-repeat;
}

.box-time {
    background: #FFFFFF;
    box-shadow: 0px 6px 15px rgba(89, 89, 89, 0.2);
    padding-top: 45px;
    padding-bottom: 45px;
}
.title-logis {

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 29px;
    color: #164194;
}

.iso {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #164194;
}

.certi {

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #164194;
}

.box-time {
    background: #FFFFFF;
    box-shadow: 0px 6px 15px rgba(89, 89, 89, 0.2);
    padding-top: 50px;
    padding-bottom: 100px;
}

.link_nsa {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #40536F;
}

.link_nsa:hover {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #40536F;
}


.nav-tabs-c {
  border-bottom: none;
}
.nav-tabs-c > li > a {
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
  color: #000000;
  font-size: 16px;
}
.nav-tabs-c > li > a:hover {
  background-color: transparent;
  color: #000000;
}
.nav-tabs-c > li > a.active {
  border: none;
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}
.nav-tabs-c > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: none;
  background-color: transparent;
  color: #000000;
}


.tab-content-c {
/*     padding: 0px 10px 10px 10px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
overflow: hidden; */
}
.tab-content-c>.tab-pane {
    display: none;
}
.tab-content-c>.active {
    display: block;
}

.borde-maps {
    border-left: 0px solid #D5D5D5;
}

.div-map-contact {
    padding: 0px 15px 0px 15px;
}

.map-contact {
    height:470px;
    border: thin solid #D5D5D5;
}

.main {
  margin-top: 25px;
}

.ciudad_con {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: rgba(22, 65, 148, 0.2);
}

.ciudad_cont {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #164194;
}
.ciudad_contt {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #164194;
}

.nav-tabs-c .active .box_branch {
    background: rgba(22, 65, 148, 0.2);
    border-radius: 3px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.nav-tabs-ct .active .box_branch {
    background: rgba(22, 65, 148, 0.2);
    border-radius: 3px;
}

.box_branch {
    padding-top: 10px;
    padding-bottom: 10px;
}

.box-times {
    background: #FFFFFF;
    box-shadow: 0px 6px 15px rgba(89, 89, 89, 0.2);
    padding-top: 45px;
    padding-bottom: 45px;
}

.box_abj {
    border: 1px solid #164194;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
}

.img_abj {
    padding-top: 35px;
    margin-bottom: 15px;
}

.pb-21 {
    padding-bottom: 11px
}

.control {
  position: relative;
}
.control .file {
  display: none;
  color: white;

}
.control .file + label {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    width: 145px;
    height: 50px;
    background: #164194;
    text-align: center;
    vertical-align: text-top;
    padding-top: 16px;
    cursor: pointer;
    border-radius: 3px;
}


.control .file + label span {
    font-size: 11px;
    position: absolute;
    top: 53px;
    width: 250px;
    text-align: center;
    left: 0;
    color: #164194;
    width: 100%;
}

.nav-tabs-ct {
  border-bottom: none;
}
.nav-tabs-ct > li > a {
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
  color: #000000;
  font-size: 16px;
}
.nav-tabs-ct > li > a:hover {
  background-color: transparent;
  color: #000000;
}
.nav-tabs-ct > li > a.active {
  border: none;
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}
.nav-tabs-ct > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: none;
  background-color: transparent;
  color: #000000;
}


.tab_btw_nsa.active hr.hrone_nsa {
    display: block;
    height: 2px;
    background-color: #E30613;
    width: 62px;
    float: right;
    margin-top: 1px;
    margin-bottom: 0px;
    border: none;
}

.tab_btw_nsa.active hr.hrt_nsa {
    display: block;
    height: 2px;
    background-color: #E30613;
    width: 67px;
    float: right;
    margin-top: 1px;
    margin-bottom: 0px;
    border: none;
}

.tab_btw_nsa {
    background-color: #fff;

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    color: #164194;
    padding-left: 0px;
}

.tab_btw_nsa.active {
    background-color: #fff!important;
    color: #164194!important;
}

.map-nsa {
    height: 438px;
    border: thin solid #D5D5D5;
}

.nav_nsa {
    border-left: 1px solid #ccc;
}

.masthead {
    height: calc( 100vh - 100px);
    min-height: 500px;
    background-image: url('../images/parque.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dispo {

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #164194;
}

.box-dispo {
    background: #FFFFFF;
    box-shadow: 0px 6px 15px rgba(89, 89, 89, 0.2);
    padding-top: 30px;
    padding-bottom: 30px;
}

.suggested_list {
    float: left;
    list-style: none;
    margin-top: 2px;
    padding: 0;
    width: 329px;
    position: absolute;
    z-index: 10;
    box-shadow: 0px 10px 80px rgba(64, 83, 111, 0.3);
}

.suggested_list li {
    padding: 10px;
    background: #fff;
    /* border-bottom: #bbb9b9 1px solid; */
    color: #40536F;
    background-image: url(../images/location-gris.svg);
    background-repeat: no-repeat;
    background-position: center left 25px;
    padding-left: 55px;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #40536F;
}

.suggested_list li:hover {
    background: #E8ECF5;
    cursor: pointer;
    background-image: url(../images/location-search.svg);
    background-repeat: no-repeat;
    background-position: center left 25px;
    border: none;
    color: #164194;
    padding: 10px;
    padding-left: 55px;
}


nav.navecation ul li{
  list-style:none;
}
nav.navecation ul li a{
  text-decoration:none;
  color:#222;
  background-color:#ccc;
}
nav.navecation ul li a.active{
  background-color:#d90000;
  color:#fff;

}

nav.navecation ul li a.active div.asiento{
    background-color:#164194;
    padding: 8px 20px;
    border-radius: 3px;
    height: 60px;
}

.navi {
    padding-left: 0px;
}

.asiento {
    padding: 8px 20px;
    border-radius: 3px;
    height: 60px;
    background-color:#164194;
}

.name-asiento {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 9px;
    text-align: right;
    color: #164194;
}

.box_persons {
    padding: 20px 35px 10px 40px;
    box-shadow: 0px 0px 15px rgba(64, 83, 111, 0.1);
    background-color: #fff;
}

.form-group .form-control.btn-nsa-small {
    background: #164194 !important;
    border: none !important;
    color: #fff !important;
    height: 40px !important;
    border-radius: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    width: 100px;
}

.opac_ {
    opacity: 0.3
}

.slect-opt {
    position: absolute;
    right: 20px;
    top: 0px;
}

.info-bus {

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #164194
}

.nr_bus {

    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #40536F;
}

.nro_txt {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #40536F;
}

.ser_bus {

    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #40536F;
}

.mt-60 {
    margin-top: 67px;
}


.th_prox-des {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    padding-left: 29px!important;
    padding-right: 0px!important;

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
}

.product-gallery .product-thumbnails>li:last-child {
    display: inline-block;
    margin: 0px 0px 0px 0px;
}

.proxsa-footer {

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #164194;
}

.p-10 {
    padding-right: 11px;
}

/* .table-fixed {
  width: 100%;
}
.table-fixed tbody {
  height: 200px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed tbody {
  display: inline-block;
} */

 .table-container {
    height: 280px;
}
.table-fixed {
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 100%;
}
.table-fixed thead {
    flex: 0 0 auto;
    width: calc(100% - 0.9em);
}
.table-fixed .prox-salida {
    flex: 1 1 auto;
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    border-right: 11px solid transparent;
    border-top: 6px solid transparent;
}
.table-fixed .prox-salida tr {
    width: 100%;
}
.table-fixed thead, .table-container .prox-salida tr {
    display: table;
    table-layout: fixed;
}

.pt-four{
    padding-top: 4px;
}

.chang {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #164194;
}

.chang {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #164194;
}

.chang:hover {
    text-decoration: none;
}

.b-no {
    border: none;
    width: 100%;
}

.pr_fo {
    padding-right: 4px;
}

.pl_fo {
    padding-left: 4px;
}

.pass_new {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #40536F
}

.linea-bus {
    box-shadow: 0px 0px 50px rgba(64, 83, 111, 0.2);
    border-top-right-radius: 40px;
    padding-right: 22px;
    margin-left: 0px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}

.img-bus {
    margin-top: 7px;
    margin-bottom: 15px;
}

.tv-bus {
    padding-left: 5px;
    margin-top: 6px;
}

.nro_seat {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;

    position: absolute;
    right: 9px;
    top: 5px;
}

.nro_seat_two {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;

    position: absolute;
    right: 6px;
    top: 5px;
}

.nro_seat_free {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #40536F;

    position: absolute;
    right: 5px;
    top: 5px;
}

.nro_seat_free_two {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #40536F;

    position: absolute;
    right: 9px;
    top: 5px;
}

/* escalera */

/* un numero ocupado */
.nro_left_escalera_one {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;

    position: absolute;
    right: 21px;
    top: 6px;
}

.nro_left_escalera_two {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;

    position: absolute;
    right: 19px;
    top: 5px;
}

.nro_right_escalera_two {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;

    position: absolute;
    right: 27px;
    top: 5px;
}

.nro_right_escalera_one {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;

    position: absolute;
    right: 29px;
    top: 5px;
}

/* fin un numero ocupado */


/* un numero sin ocupar */
.nro_left_escalera_free_two {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #40536F;

    position: absolute;
    right: 19px;
    top: 5px;
}

.nro_left_escalera_free_one {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #40536F;
    position: absolute;
    right: 21px;
    top: 5px;
}

.nro_right_escalera_free_two {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #40536F;

    position: absolute;
    right: 27px;
    top: 5px;
}

.nro_right_escalera_free_one {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #40536F;

    position: absolute;
    right: 29px;
    top: 5px;
}

/* fin un numero sin ocupar */

/* escalera */

.city_seat {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #40536F;
}

.text-seat {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #40536F;
}

.seats {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}

.fecha {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
    display: block;
}

.img-flecha {
    display: inline;
    margin-left: 12px;
    margin-right: 12px;
}

.hora-co {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #164194;
}


.pos_per {

    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    color: rgba(22, 65, 148, 0.5);
}

.hor-apr {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: rgba(22, 65, 148, 0.5);
    align-content: center;
    align-items: center;
    vertical-align: -webkit-baseline-middle;
    display: inline-block;
}

.title_comf {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.paper {
  background: #fff;
  box-shadow:
    /* The top layer shadow */
    0 1px 1px rgba(0,0,0,0.15),
    /* The second layer */
    0 10px 0 -5px #eee,
    /* The second layer shadow */
    0 10px 1px -4px rgba(0,0,0,0.15),
     /* The third layer */
    0 20px 0 -10px #eee,
    /* The third layer shadow */
    0 20px 1px -9px rgba(0,0,0,0.15);
    /* Padding for demo purposes */
    padding: 30px;
}

.btn-coll {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    background-color: transparent;
    border: none;

}

.btn-coll:hover {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    background-color: transparent;
    border: none;

}


.boxleft {
    padding-right: 12px;
    margin-left: 14px;
}


.nro_left_escalera_two_ {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    right: 24px;
    top: 5px;
}

.nro_right_escalera_one_ {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    right: 15px;
    top: 5px;
}

.nro_left_escalera_one_ {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    right: 27px;
    top: 6px;
}

.nro_right_escalera_two_ {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    right: 12px;
    top: 5px;
}

.tarjeta {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #164194;
}

.nav-purchase_one:hover {
    text-decoration: none!important;
}

.nav-pills .nav-purchase.active, .nav-pills .show>.nav-purchase {
    color: #fff;
    background-color: #fff;
    border: 1px solid #164194;
    border-radius: 3px;
}

.nav-pills .nav-purchase.active, .nav-pills .show>.nav-purchase {
    color: #fff;
    background-color: #fff;
    border: 1px solid #164194;
    border-radius: 3px;
}

.nav-pills .nav-purchase_one {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #164194;
    border-left: 1px solid #164194;
    border-bottom:  1px solid #164194;
    height: 80px;

}
.nav-purchase_one {
    display: block;
    padding: .5rem 1rem;
}

.nav-pills .nav-purchase_two {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #164194;
    border-left: 1px solid #164194;
    border-bottom:  1px solid #164194;
    border-right:  1px solid #164194;
    height: 80px;
}
.nav-purchase_two {
    display: block;
    padding: .5rem 1rem;
}

.triangle-border.active:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #164194 transparent;
    display: block;
    width: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.triangle-border.active:after {
    content: "";
    position: absolute;
    bottom: -17.5px;
    left: 50%;
    border-width: 18px 18px 0;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.triangle-border {
    position: relative;
}

.text-pago {

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #164194;
}

.mont_pago {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #164194;
}

.form-pago {
    height: 50px;
    background: #F0F0F0;
    border: 1px solid #9FA9B7;
    box-sizing: border-box;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-left: 15px;

    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #40536F;

}

.input-group>.form-pago {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.btn-py {
    background: #F0F0F0;
    border: 1px solid #9FA9B7;
    box-sizing: border-box;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-top: 2px;
}

.pago-drop::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid #40536F;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}


.form-pass {
    height: 50px;
    background: #fff;
    border: 1px solid #9FA9B7;
    box-sizing: border-box;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-left: 15px;

    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #40536F;
    -webkit-appearance: none;

}

.input-group>.form-pass {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.pago-pass::after {
    appearance: none;
}

.btn-pass {
    background: #F0F0F0;
    border: 1px solid #9FA9B7;
    box-sizing: border-box;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-top: 2px;
    padding-right: 15px;
    padding-left: 15px;

}

.button-pag {
    background: #FFDA44;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #164194;
    padding: 17px 41px;
    margin-bottom: 30px;
    border-radius: 3px;
    border: none;
    height: 50px;
    width: 100%;
}

.box_purchase {
    border: 1px solid rgba(22, 65, 148, 0.2);
    box-sizing: border-box;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-bottom: 35px;
    margin-bottom: 100px;
}



#prox-salida::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0.5px rgba(5, 49, 124, 0.2);
    background-color: #F5F5F5;
}

#prox-salida::-webkit-scrollbar
{
    width: 3px;
    background-color: #F5F5F5;
}

#prox-salida::-webkit-scrollbar-thumb
{
    background-color: #164194;
}

.maps-nsa::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0.5px rgba(5, 49, 124, 0.2);
    background-color: #F5F5F5;
}

.maps-nsa::-webkit-scrollbar
{
    width: 3px;
    background-color: #F5F5F5;
}

.maps-nsa::-webkit-scrollbar-thumb
{
    background-color: #164194;
}

.maps-nsa {
    overflow: scroll;
    height: 470px;
    overflow-x: hidden;
}

.titl_id {

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #164194;
    line-height: 16px;
}

.pasj_text {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #40536F;
}

.box_seat {
    background: rgba(22, 65, 148, 0.2);
    padding: 22px 40px;
    height: 70px;
}
.vent {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
}

.vent:hover {
    text-decoration: none;
}

.box_body {
    padding: 20px 40px 0px 40px;
}

.box_embar {
    background: #F0F0F0;
    border-top: 1px solid transparent;
    border-left: 1px solid rgba(22, 65, 148, 0.2);
    border-right: 1px solid rgba(22, 65, 148, 0.2);
    border-bottom: 1px solid rgba(22, 65, 148, 0.2);
    box-sizing: border-box;
    border-radius: 0px 0px 3px 3px;
    padding: 20px;
}

.select-regis {
    display: block;
    width: 100%;
    border: 1px solid #164194;
    box-sizing: border-box;
    border-radius: 2px;
    height: 50px;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
    padding-top: 15px;
    background-image: url('../images/point.svg') !important;
    background-repeat: no-repeat !important;
    background-position: 10px center!important;
    padding-left: 45px;
}

.select .select-regis {
    appearance: none;
    -webkit-appearance:none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-regisd {
    display: block;
    width: 100%;
    border: 1px solid #164194;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 15px;
    height: 50px;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
    padding-top: 15px;
    background-image: url('../images/input_.svg') !important;
    background-repeat: no-repeat !important;
    background-position: 10px center!important;
    padding-left: 45px;
    background-color: #fff;
}

.select .select-regisd {
    appearance: none;
    -webkit-appearance:none;
    -webkit-appearance: none;
    -moz-appearance: none;
}


/* active state */
.select-regis:focus ~ .select-regis-label, .select-regis:valid ~ .select-regis-label {
    transition: 0.2s ease all;
    top: 8px;
    font-size: 10px;
    color: rgba(22, 65, 148, 0.5);
    left: 45px;
}

.select-regisd:focus ~ .select-regis-labeld, .select-regisd:valid ~ .select-regis-labeld {
    transition: 0.2s ease all;
    top: 8px;
    font-size: 10px;
    color: rgba(22, 65, 148, 0.5);
    left: 45px;
}

.select-regis-label {
    position: absolute;
    pointer-events: none;
    left: 41px;
    top: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: rgba(22, 65, 148, 0.5);
}

.select-regis-labeld {
    position: absolute;
    pointer-events: none;
    left: 47px;
    top: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: rgba(22, 65, 148, 0.5);
}

.box_change_embar{
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 12px 15px;
}

.text_change_embar {
    float: right;
    padding-top: 5px;
}

.text-embar {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #40536F;
}

.select-text.error-register {
    border: 1px solid #FFDA44;
}

input.form_ip.error-register {
    border: 1px solid #FFDA44;
}

.box_error_register {
    background: #FFDA44;
    border: 1px solid #FFDA44;
    box-sizing: border-box;
    border-radius: 3px;
    height: 40px;
}

.btn-register-pas {
    background-color: #fff;
    border: 1px solid #164194;
    box-sizing: border-box;
    border-radius: 2px;


    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
}

.box-seat {
    cursor: pointer;
}

.w-164 {
    width: 164px;
}

.w-468 {
    width: 458px;
}

.ir {

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #164194;
}
.ir:hover {
    text-decoration: none;
}


input.autoco.error {
    border: 1px solid #FF000F;
    background-image: url(../images/error.svg) !important;

}

.form_ip.error {
    border: 1px solid #FF000F;
}

.label_input.error {
   color: rgba(227, 6, 19, 0.5);
}

.error-label {

    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #FF000F;
    /* position: absolute; */
    top: 55px;
    left: 12px;
    margin-bottom: 0px;
    padding-left: 12px;
}

.box-date.error {
    border: 1px solid #FF000F;
}


input.input_date.error {
   background-image: url(../images/error_date.svg) !important;
}

.label_input_ip.error {
    color: rgba(227, 6, 19, 0.5);
}

.box_link.active {
    height: 40px;
    border-left: 3px solid #E30613;
    padding: 10px;
    margin-bottom: 5px;
    padding-left: 30px;
}

.box_link {
    height: 40px;
    border-left: 1px solid rgba(22, 65, 148, 0.5);;
    padding: 10px;
    margin-bottom: 5px;
    padding-left: 30px;
}

.blue_point_ {
    background: rgba(22, 65, 148, 0.2);
    padding: 30px 40px;
}

.busque_ {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #164194;
    margin-bottom: 0;
}



ul.ks-cboxtags {
    list-style: none;
    margin-bottom: 0px;
}
ul.ks-cboxtags li{
  display: inline;

}
ul.ks-cboxtags li label{
    background-color: "#fff";
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .2s;


    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;

    color: #164194;

    box-shadow: 0px 0px 6px rgba(5, 49, 124, 0.2);
    border-radius: 3px;
    background-image: url('../images/pencil_a.svg');
    background-repeat: no-repeat;
    background-position: center right 22px;


}

ul.ks-cboxtags li label {
    padding: 17px 30px;
    cursor: pointer;
    width: 130px;
    height: 50px;
    padding-right: 38px;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding: 2px 6px 2px 2px;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    background-color: #164194;
    color: #fff;
    transition: all .2s;
    background-image: url('../images/pencil_b.svg');
    background-repeat: no-repeat;
    background-position: center right 22px;
}

ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.sub{
    background-color: #164194;

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;

    color: #fff;

    box-shadow: 0px 0px 6px rgba(5, 49, 124, 0.2);
    border-radius: 3px;
    background-image: url('../images/pencil_b.svg');
    background-repeat: no-repeat;
    background-position: center right 17px;
    cursor: pointer;
    width: 193px;
    height: 50px;
    padding-right: 26px;
    border: none;
}

/* ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 2px solid #e9a1ff;
} */

.nro_seat_free_new {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #40536F;
    position: absolute;
    right: 3px;
    top: 11px;
}

.titulo_label {

    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: rgba(22, 65, 148, 0.5);
}

.perfil {
    border: none;
    background-color: #fff;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #164194;
}

.perfil:focus {
    outline: none;
}
.perfil:disabled {
    color: rgba(22, 65, 148, 0.5);
}

.box_perfil {
   border-top: 1px solid rgba(22, 65, 148, 0.2);
   padding-right: 15px;
   padding-left: 15px;
   padding-bottom: 15px;
   padding-top: 15px;

}

.llav {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.input-passw::-webkit-input-placeholder {
    color: rgba(22, 65, 148, 0.5) !important;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

.input-passw::-moz-placeholder {
    color: rgba(22, 65, 148, 0.5) !important;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

.input-passw:-ms-input-placeholder {
    color: rgba(22, 65, 148, 0.5) !important;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

.input-passw:-moz-placeholder {
    color: rgba(22, 65, 148, 0.5) !important;
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

.box_result-form_ {
    border: 1px solid rgba(64, 83, 111, 0.2);
    box-sizing: border-box;
    border-radius: 3px;
    padding: 28px 20px 21px 20px;
}

.h540 {
    height: 540px;
}

.tv_box {
    position: absolute;
    left: 19px;
    top: 7px;
}

.ftco-section_sin_footer {
    padding: 50px 0;
    position: relative;
    padding-bottom: 100px;
}

.ov-ih {
    overflow: inherit;
}

.input_date_form.error {
    color: rgba(227, 6, 19, 0.5);
    border: 1px solid #FF000F;
}

.label_input_form.error {
    color: rgba(227, 6, 19, 0.5);
}

.select-text.error {
    color: rgba(227, 6, 19, 0.5);
    border: 1px solid #FF000F;
    background-color: rgba(227, 6, 19, 0.1);
}

.select-label.error{
   color: rgba(227, 6, 19, 0.5);
}

.select.error:after {
    position: absolute;
    top: 13px;
    right: 28px;
    width: 0;
    height: 0;
    padding: 0;
    content: url(../images/arrow_down.svg);
    pointer-events: none;
}

@media (min-width: 768px){
    .search-wrap-2 {
        margin-top: -63px;
    }
}

.search-wrap-2 {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 75px 94px -66px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0px 75px 94px -66px rgba(0, 0, 0, 0.66);
    box-shadow: 0px 75px 94px -66px rgba(0, 0, 0, 0.66);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;

}

.box_sha {
    box-shadow: 0px 10px 30px rgba(64, 83, 111, 0.1);
    background-color: #fff;
}
.form_di_two {
    padding: 21px 38px 26px 21px;
}

.bacg {
    background-position: initial;
}

.h-p {
    height: 243px;
}

.touris {
    text-decoration: none!important;
}

.band {
    margin-left: 20px;
    width: 42px;
}

.band-l {
    margin-left: 20px;
    width: 42px;
}
.pasie {
    display: inline;
}

.pb100 {
    padding-bottom: 100px;
}
.cie-w {
    width: 100%;
}
.text-confirm {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}
.back_yell {
    background-color: #FFDA44;
}

.radio-disabled {
    opacity: 0.5;
}

.select-disabled {
    opacity: 0.5;
}


.date-p::-webkit-inner-spin-button,
.date-p::-webkit-calendar-picker-indicator {
    opacity: 1;
}

.modaldie {

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #164194;
}

.modaldietext {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #40536F;
    margin-bottom: 0px;
}

.bor_nodt {
    border-top: none!important;
    padding: 10px;
}

.bor_nodb {
    border-bottom: none!important;
    padding: 15px;
}
.diez-open .modal-backdrop {
    background-color:#164194;
}

/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

.text-tvoy {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #40536F;
}

.text-tvoy-tw {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
}

.box-times-voy {
    background: #FFFFFF;
    box-shadow: 0px 6px 15px rgba(89, 89, 89, 0.2);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    margin-bottom: 20px;
}

.box-titl-voy {

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #164194;
}

.pasol {
    /*font-family: Quicksand;*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #FFFFFF;
}

.border-dt {
    border: 1px solid #dee2e6!important;
    height: 56px;
}

.cel-wb {
    background-color: #F2F4F8;
}

.cint {
    width: 100%;
}

.ui-menu-item-wrapper {
    padding: 10px!important;
    background: #fff;
    color: #40536F;
    background-image: url(../images/location-gris.svg);
    background-repeat: no-repeat;
    background-position: center left 25px;
    padding-left: 55px!important;
    /*font-family: Quicksand;*/
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 14px!important;
    line-height: 17px!important;
    color: #40536F!important;
    border: none!important;
}

.ui-menu-item-wrapper:hover {
    background: #E8ECF5!important;
    cursor: pointer;
    background-image: url(../images/location-search.svg)!important;
    background-repeat: no-repeat!important;
    background-position: center left 25px!important;
    border: none!important;
    color: #40536F!important;
    padding: 10px!important;
    padding-left: 55px!important;
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 14px!important;

}


.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #E8ECF5!important;
    cursor: pointer;
    background-image: url(../images/location-search.svg)!important;
    background-repeat: no-repeat!important;
    background-position: center left 25px!important;
    border: none!important;
    color: #40536F!important;
    padding: 10px!important;
    padding-left: 55px!important;
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 14px!important;

}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
     margin: 0px!important;
}

.ui-widget.ui-widget-content {
    border: none!important;
    z-index: 10!important;
    box-shadow: 0px 10px 80px rgba(64, 83, 111, 0.3)!important;
}

.close_sesion {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #164194;
    border: none;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
    padding-right: 10px;
}
.close_sesion:focus, .close_sesion:active  {
    outline: none;
    box-shadow: none;
}
/* Responsive NSA Emilio */


@media (min-width: 260px) and (max-width: 339px){
    .ftco-navbar-light .navbar-brand {
        color: #fff;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .ham-r {
        float: right;
        margin-top: 7px;
        margin-right: 0;
    }
    .search-wrap-1 {
        margin-top: -122px;
    }
    .in_result {
        width: 100%!important;
    }
    input.autoco {
        width: 300px;
    }
    .form_di {
        padding: 20px 30px 25px;
    }
    .h-50p {
        margin-bottom: 10px;
        height: auto;
    }
    .w290p {
        width: 300px;
    }
    .ftco-section {
        padding: 1em 0;
        position: relative;
    }
    .tab_b.active hr.hrtrfour {
        width: 41px;
        float: inherit;
    }
    .tab_b {
        font-size: 14px;
        padding-left: 0px;
        padding-right: 6px;
        text-align: center;
    }
    .tab_b.active hr.hrt {
        width: 91px;
        float:none;
    }
    .tab_b.active hr.hrone {
        width: 60px;
        float: none;
    }


    .tab_b.active hr.hrtr {
        float: none;
        width: 82px;
    }
    .js-ct-sb {
        justify-content: space-between;
    }
    .pd-img {
        height: 206px;
    }
    .img-small {
        height: 100px;
        width: 100px;
    }
    .product-gallery .product-thumbnails>li {
        display: inline-block;
        margin: 0px 10px 0px 0px;
    }
    .letter_sm {
        margin-top: 0px;
    }
    .titulo {
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .tex-g {
        font-size: 72px;
    }
    .nsati {
        margin-bottom: 0px;
    }
    .b-ttt {
        margin-top: 11px;
    }
    .mt-77 {
        margin-top: 35px;
    }
    .w90 {
        width: 93%;
    }
    .b-vot-t {
        margin-top: 7px;
    }
    .p_voy {
        margin-bottom: 8px;
    }
    .bax-s {
        box-shadow: 0px 6px 15px rgba(89, 89, 89, 0.2);
        padding: 30px 20px;
    }
    .h-p {
        height: 138px;
        width: 210px!important;
    }
    .b-tt {
        float: left;
        margin-top: 5px;;
    }
    .band {
        margin-left: 12px;
        width: 42px;
    }

    .band-l {
        margin-left: 0px;
        width: 42px;
    }

    .pasie {
        display: block;
    }

    .mt-80 {
        margin-top: 40px;
    }
    .mt-40 {
        margin-top: 20px;
    }
    .w83 {
        width: 83px;
    }
    .separate {
        margin-bottom: 47px;
    }
    .dates_a {
        font-size: 12px;
        line-height: 8px;
        text-align: center;
    }
    .dates_a.active {
        font-size: 12px;
    }
    .ftco-dates .owl-nav .owl-prev {
        left: -43px;
        top: 10px;
    }
    .ftco-dates .owl-nav .owl-next {
        right: -43px;
        top: 10px;
    }
    .busque {
        font-size: 24px;
    }
    .todis {
        font-size: 16px;
        line-height: 20px;
    }
    .ptodis {
        font-size: 12px;
    }
    .filter_d {
        box-shadow: 0px 0px 0px rgba(64, 83, 111, 0);
        border-bottom: 1px solid rgba(22, 65, 148, 0.2);
        height: 64px;
        padding: 7px 0px;
    }
    .ftco-section_sin_footer {
        padding: 20px 0;
    }
    .z-in {
        z-index: 7;
        background-color: #fff;
    }
    .search-wrap-2 {
        margin-top: -46px;
        width: 100%;
    }
    .continuar {
        width: 100%;
    }
    .box_resume {
        padding: 10px 0;
    }

    .div-prox_bo.active {
        height: 100%;
        z-index: 9999;
    }
    .monto_viaje {
        font-size: 18px;
    }
    .box_options {
        padding: 20px 20px;
    }
    .nopl {
        padding-left: 0px!important;
    }
    .nopr {
        padding-right: 0px!important;
    }
    .prtw {
        padding-right: 2px;
    }
    .form_di_two {
        padding: 21px 20px 26px 20px;
    }
    .ftco-dates .owl-stage-outer {
        height: 50px;
    }
    .box_dates {
        padding-bottom: 18px;
        padding-top: 17px;
        text-align: center;
        line-height: 14px;
        vertical-align: middle;
        align-items: center;
    }
    .separate_travel {
        margin-top: 15px;
        height: 0.5px;
        background-color: rgba(64, 83, 111, 0.0);
        margin-bottom: 10px;
    }
    .box_sha {
        width: 100%;
        margin: 0px;
    }
    #collapseExample {
        width: 100%;
        padding: 0;
    }
    .b-no {
        width: 100%;
    }
    .ftco-section_nsa {
        padding: 20px 0;
        position: relative;
    }
    .box_seat {
        padding: 20px 20px;
    }
    .box_body {
        padding: 20px 20px 0px 20px;
    }
    .select-text {
        background-color: #fff;
    }
    .box_error_register {
        height: 55px;
    }
    .select-regis {
        background-color: #fff;
    }
    .box_embar {
        padding: 14px;
    }
    .city_bott {
        font-size: 18px;
    }
    .pb100 {
        padding-bottom: 100px;
    }
    .proceder {
        width: 100%;
    }
    .contacto {
        font-size: 16px;
    }
    .a_acep {
        font-size: 12px;
    }
    .spa-check {
        margin-top: 5px;
        height: 0.5px;
        background-color: rgba(64, 83, 111, 0.0);
        margin-bottom: 18px;
    }
    .spa-checkt {
        margin-top: 17px;
        height: 0.5px;
        background-color: rgba(64, 83, 111, 0.0);
        margin-bottom: 4px;
    }
    .triangle-border.active:before {
        border: none;
        display: none;
        width: 0;
    }
    .triangle-border.active:before {
        border: none;
        display: block;
    }
    .box_persons {
        padding: 0px 15px 10px 15px;
        box-shadow: 0px 0px 15px rgba(64, 83, 111, 0.1);
        background-color: #fff;
    }
    .fz-do {
        font-size: 18px;
    }
    .res_none {
        display: none;
    }
    .mt-60 {
        margin-top: 0px;
    }
    .nav-tabs-c .active .box_branch {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-tabs-c {
        padding: 6px;
        border: 1px solid #D0D9EA;
        border-radius: 4px
    }
    .text-xs-center{
        text-align: center;
    }
    .box_branch {
        padding-top: 11px;
        padding-bottom: 3px;
    }
    .ciudad_cont {
        line-height: 9px;
    }
    .direccion {
        font-weight: 500;
    }
    .frent-b {
        width: 286px;
        height: 111px;
        margin-left: 4px;
    }
    .linea-bus {
        padding-right: 0px;
    }
    .nro_seat_free {
        right: 21px;
    }
    .ml-xs-15 {
        margin-left: 15px;
    }
    .nro_seat_free_two {
        right: 24px;
    }
    .nro_seat_two {
        right: 21px;
    }
    .nro_seat {
        right: 24px;
    }
    .alt-bs {
        width: 286px;
    }
    .cin-w {
        width: 50%;
    }
    .ab-load {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
        top: 190px;
    }

    .el-message-box__wrapper {
        position: absolute;
        top: 45%;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }
    .el-message-box {
        width: 345px!important;
    }
    .text-pago {
        font-size: 14px;
    }
    .mont_pago {

        font-style: normal;
        font-weight: bold;
        font-size: 18px;
    }
    .triangle-border.active:after {
        content: "";
        position: absolute;
        bottom: -17.5px;
        left: 174px;
        border-width: 18px 18px 0;
        border-style: solid;
        border-color: transparent;
        display: none;
        width: 0;
    }
    #bancardForm {
        width: 100%;
        border-width: 0px;
        min-height: 316px;
    }
    .nav-pills .nav-purchase_one {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 0px;
        border-top: 1px solid #164194;
        border-left: 1px solid #164194;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #164194;
        height: 80px;
    }
    .nav-pills .nav-purchase_two {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top: 1px solid #164194;
        border-left: 1px solid #164194;
        border-bottom: 1px solid #164194;
        border-right: 1px solid #164194;
        height: 80px;
    }
    .mb100 {
        margin-bottom: 150px;
    }
    .masthead_confirm {
        height: calc( 100vh - 80px);
        min-height: 500px;
        background-position: left;
        background-repeat: no-repeat;
    }

    .text-confirm {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }

    .confim-tw {
        /*font-family: Quicksand;*/
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
    }
    .form-group .form-control.btn-bol {
        background: #fff !important;
        height: 50px;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #164194;
        border: 1px solid #164194;
        box-sizing: border-box;
        border-radius: 3px;
    }
}
@media (min-width: 340px) and (max-width: 576px){
    .cint {
        width: 50%;
    }
    .plprres {
        padding-left: 15px;
        padding-right: 15px;
    }
    .box-times {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .div-map-contact {
        padding: 0px 0px 0px 0px;
    }
    .ftco-navbar-light .navbar-brand {
        color: #fff;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .ham-r {
        float: right;
        margin-top: 7px;
        margin-right: 0;
    }
    .search-wrap-1 {
        margin-top: -122px;
    }
    .in_result {
        width: 100%!important;
    }
    input.autoco {
        width: 100%;
    }
    .form_di {
        padding: 20px 30px 25px;
    }
    .h-50p {
        margin-bottom: 10px;
        height: auto;
    }
    .w290p {
        width: 100%;
    }
    .ftco-section {
        padding: 1em 0;
        position: relative;
    }
    .tab_b.active hr.hrtrfour {
        width: 41px;
        float: inherit;
    }
    .tab_b {
        font-size: 14px;
        padding-left: 0px;
        padding-right: 6px;
        text-align: center;
    }
    .tab_b.active hr.hrt {
        width: 91px;
        float:none;
    }
    .tab_b.active hr.hrone {
        width: 60px;
        float: none;
    }


    .tab_b.active hr.hrtr {
        float: none;
        width: 82px;
    }
    .js-ct-sb {
        justify-content: space-between;
    }
    .pd-img {
        height: 206px;
    }
    .img-small {
        height: 100px;
        width: 100px;
    }
    .product-gallery .product-thumbnails>li {
        display: inline-block;
        margin: 0px 10px 0px 0px;
    }
    .letter_sm {
        margin-top: 0px;
    }
    .titulo {
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .tex-g {
        font-size: 72px;
    }
    .nsati {
        margin-bottom: 0px;
    }
    .b-ttt {
        margin-top: 11px;
    }
    .mt-77 {
        margin-top: 35px;
    }
    .w90 {
        width: 93%;
    }
    .b-vot-t {
        margin-top: 7px;
    }
    .p_voy {
        margin-bottom: 8px;
    }
    .bax-s {
        box-shadow: 0px 6px 15px rgba(89, 89, 89, 0.2);
        padding: 30px 20px;
    }
    .h-p {
        height: 138px;
        width: 210px!important;
    }
    .b-tt {
        float: left;
        margin-top: 5px;;
    }
    .band {
        margin-left: 12px;
        width: 42px;
    }

    .band-l {
        margin-left: 0px;
        width: 42px;
    }

    .pasie {
        display: block;
    }

    .mt-80 {
        margin-top: 40px;
    }
    .mt-40 {
        margin-top: 20px;
    }
    .w83 {
        width: 83px;
    }
    .separate {
        margin-bottom: 47px;
    }
    .dates_a {
        font-size: 12px;
        line-height: 8px;
        text-align: center;
    }
    .dates_a.active {
        font-size: 12px;
    }
    .ftco-dates .owl-nav .owl-prev {
        left: -43px;
        top: 10px;
    }
    .ftco-dates .owl-nav .owl-next {
        right: -43px;
        top: 10px;
    }
    .busque {
        font-size: 24px;
        line-height: 28px;
    }
    .todis {
        font-size: 16px;
        line-height: 20px;
    }
    .ptodis {
        font-size: 12px;
    }
    .filter_d {
        box-shadow: 0px 0px 0px rgba(64, 83, 111, 0);
        border-bottom: 1px solid rgba(22, 65, 148, 0.2);
        height: 64px;
        padding: 7px 0px;
    }
    .ftco-section_sin_footer {
        padding: 20px 0;
    }
    .z-in {
        z-index: 7;
        background-color: #fff;
    }
    .search-wrap-2 {
        margin-top: -46px;
        width: 100%;
    }
    .continuar {
        width: 100%;
    }
    .box_resume {
        padding: 10px 0;
    }

    .div-prox_bo.active {
        height: 100%;
        z-index: 9999;
    }
    .monto_viaje {
        font-size: 18px;
    }
    .box_options {
        padding: 20px 20px;
    }
    .nopl {
        padding-left: 0px!important;
    }
    .nopr {
        padding-right: 0px!important;
    }
    .prtw {
        padding-right: 2px;
    }
    .form_di_two {
        padding: 21px 20px 26px 20px;
    }
    .ftco-dates .owl-stage-outer {
        height: 50px;
    }
    .box_dates {
        padding-bottom: 18px;
        padding-top: 17px;
        text-align: center;
        line-height: 14px;
        vertical-align: middle;
        align-items: center;
    }
    .separate_travel {
        margin-top: 15px;
        height: 0.5px;
        background-color: rgba(64, 83, 111, 0.0);
        margin-bottom: 10px;
    }
    .box_sha {
        width: 100%;
        margin: 0px;
    }
    #collapseExample {
        width: 100%;
        padding: 0;
    }
    .b-no {
        width: 100%;
    }
    .ftco-section_nsa {
        padding: 20px 0;
        position: relative;
    }
    .box_seat {
        padding: 20px 20px;
    }
    .box_body {
        padding: 20px 20px 0px 20px;
    }
    .select-text {
        background-color: #fff;
    }
    .box_error_register {
        height: 55px;
    }
    .select-regis {
        background-color: #fff;
    }
    .box_embar {
        padding: 14px;
    }
    .city_bott {
        font-size: 18px;
    }
    .pb100 {
        padding-bottom: 100px;
    }
    .proceder {
        width: 100%;
    }
    .contacto {
        font-size: 16px;
    }
    .a_acep {
        font-size: 12px;
    }
    .spa-check {
        margin-top: 5px;
        height: 0.5px;
        background-color: rgba(64, 83, 111, 0.0);
        margin-bottom: 18px;
    }
    .spa-checkt {
        margin-top: 17px;
        height: 0.5px;
        background-color: rgba(64, 83, 111, 0.0);
        margin-bottom: 4px;
    }
        /* .triangle-border.active:before {
            border: none;
            display: none;
            width: 0;
        }
        .triangle-border.active:before {
            border: none;
            display: block;
        } */
    .wciew {
        width: 100%;
    }


    .box_persons {
        padding: 0px 15px 10px 15px;
        box-shadow: 0px 0px 7px 0px rgba(64, 83, 111, 0.1);
        background-color: #fff;
    }
    .fz-do {
        font-size: 18px;
    }
    .res_none {
        display: none;
    }
    .mt-60 {
        margin-top: 0px;
    }
    .nav-tabs-c .active .box_branch {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-tabs-c {
        padding: 6px;
        border: 1px solid #D0D9EA;
        border-radius: 4px
    }
    .text-xs-center{
        text-align: center;
    }
    .box_branch {
        padding-top: 11px;
        padding-bottom: 3px;
    }
    .ciudad_cont {
        line-height: 9px;
    }
    .direccion {
        font-weight: 500;
    }
    .frent-b {
        width: 286px;
        height: 111px;
        margin-left: 4px;
    }
    .linea-bus {
        padding-right: 0px;
    }
    .nro_seat_free {
        right: 21px;
    }
    .ml-xs-15 {
        margin-left: 15px;
    }
    .nro_seat_free_two {
        right: 24px;
    }
    .nro_seat_two {
        right: 21px;
    }
    .nro_seat {
        right: 24px;
    }
    .alt-bs {
        width: 286px;
    }
    .cin-w {
        width: 50%;
    }
    .ab-load {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
        top: 190px;
    }

    .el-message-box__wrapper {
        position: absolute;
        top: 45%;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }
    .el-message-box {
        width: 345px!important;
    }
    .text-pago {
        font-size: 14px;
    }
    .mont_pago {

        font-style: normal;
        font-weight: bold;
        font-size: 18px;
    }
    /* .triangle-border.active:after {
        content: "";
        position: absolute;
        bottom: -17.5px;
        left: 174px;
        border-width: 18px 18px 0;
        border-style: solid;
        border-color: transparent;
        display: none;
        width: 0;
    } */
    .triangle-border.active:before {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 61px;
        border-width: 20px 20px 0;
        border-style: solid;
        border-color: #164194 transparent;
        display: block;
        width: 0;
    }
    .triangle-border.active:after {
        content: "";
        position: absolute;
        bottom: -17.5px;
        left: 63px;
        border-width: 18px 18px 0;
        border-style: solid;
        border-color: #fff transparent;
        display: block;
        width: 0;
    }
    #bancardForm {
        width: 100%;
        border-width: 0px;
        min-height: 316px;
    }
    .nav-pills .nav-purchase_one {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 0;
        border-top: 1px solid #164194;
        border-left: 1px solid #164194;
        border-bottom: 1px solid #164194;
        border-right: 1px solid #164194;
        height: 60px;
    }
    .nav-pills .nav-purchase_two {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top: 1px solid #164194;
        border-left: 1px solid #164194;
        border-bottom: 1px solid #164194;
        border-right: 1px solid #164194;
        height: 40px;
    }
    .mb100 {
        margin-bottom: 150px;
    }
    .masthead_confirm {
        height: calc( 100vh - 80px);
        min-height: 500px;
        background-position: left;
        background-repeat: no-repeat;
    }

    .text-confirm {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }

    .confim-tw {
        /*font-family: Quicksand;*/
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
    }
    .form-group .form-control.btn-bol {
        background: #fff !important;
        height: 50px;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 32px;
        text-align: center;
        color: #164194;
        border: 1px solid #164194;
        box-sizing: border-box;
        border-radius: 3px;
    }
    /* 260hastaaca */
    .masthead_confirm-error {
        height: calc( 100vh - 80px);
        min-height: 500px;
        background-position: left;
        background-repeat: no-repeat;
        background-color: #FFDA44;
    }
    .owl-carousel.home-slider .slider-item .img {
        height: 440px;
    }

    .pad {
        padding-left: 15px;
        padding-top: 15px;
    }
    .overlay .closebtn {
        position: absolute;
        top: 11px;
        right: 5px;
        z-index: 9999;
    }

    .box-inicio {
        width: 100%;
        height: 60px;
        background: #164194;
        padding: 15px;
        text-align: right;
    }

    .text_inicio {

        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;
        text-align: right;
        color: #FFFFFF;
        margin-bottom: 0px;
        display:inline;

    }
    .imginicio {
        padding-bottom: 4px;
        margin-left: 10px;
    }
    .item-menu {
        font-size: 18px
    }
    .mb-18 {
        margin-bottom: 7px;
    }

    .pl_fo {
        padding-left: 3px;
        padding-top: 0px;
    }
    .pr_fo {
        padding-right: 3px;
        padding-top: 0px;
    }

    #seating {
        background-color: #F2F4F8;
    }

    .sizefour {
        width: 47px;
    }
     .hv100 {
        height: 100vh;
    }
    .overlay {
        background: #fff;

    }
    .h540 {
        height: 571px;
        background-color: #fff;
    }

    .pbct {
        padding-bottom: 135px;
    }
    .fixedb {
        position: fixed;
        bottom: 5px;
        width: 92%;
        right: 15px;
        z-index: 999;
    }

    .fixedbck {
        position: fixed;
        bottom: 25px;
        width: 92%;
        right: 15px;
        z-index: 999;
    }

    .celes {
        background-color: #F2F4F8;
    }
    .circle_enco {
        width: 100px;
        height: 100px;
    }

    .circles-serv {
        position: absolute;
        bottom: 15px;
    }
    .ser_enco {
        font-size: 32px;
    }

    .mbcien {
        margin-bottom: 100px;
    }
    .masthead_logis {
        height: calc( 100vh - 100px);
        min-height: 500px;
        background-image: none!important;
        background-position: left;
        background-repeat: no-repeat;
    }
    .noboxsh {
        box-shadow: none!important;
    }
    .cienres {
        width: 100%;
    }

    .box-time {
        background: #FFFFFF;
        box-shadow: 0px 6px 15px rgba(89, 89, 89, 0.2);
        padding-top: 0px;
        padding-bottom: 45px;
    }
    .blue_point {
        padding: 15px;
    }
    .circle_lett {
        font-size: 24px;
        left: 25px;
        top: -1px;
    }
    .circle_ {
        width: 50px;
        height: 50px;
        background: #FFFFFF;
        border-radius: 50%;
        margin-right: 20px;
    }
    .regis_g {
        font-size: 14px;
    }
    .box_v {
        background: #FFFFFF;
        border-radius: 2px;
        padding-top: 10px;
        padding-bottom: 8px;
        margin-top: 10px;
    }
    .box_detail_punt {
        padding: 20px 20px 20px 20px;
    }

    .perfil {
        text-align: left;
    }
    .blue_point_ {
        background: rgba(22, 65, 148, 0.2);
        padding: 30px 0px;
    }
    ul.ks-cboxtags {
        padding-left: 0px;
        margin-top: 15px;
    }
    .radio-disabled {
        opacity: 0.5;
    }
    .llav {
        width: 30px;
        right: 7px;
    }
    .paq_t {
        font-size: 40px;
        line-height: 45px;
    }
    .desti {
        font-size: 28px;
    }

    .title-inter {

        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        line-height: 46px;
        color: #FFFFFF;
    }

    .box_inter {
        position: relative;
        bottom: auto;
        padding: 15px;
        margin-bottom: 25px;
    }


    .imgvoyres {
        width: 30%;
        margin-bottom: 20px;
    }
    .border-dt {
        border: 1px solid #dee2e6!important;
        height: 52px;
    }
    .p-10 {
        padding-right: 0px;
    }


}
@media (min-width: 577px) and (max-width: 768px){

}
@media (min-width: 769px) and (max-width: 992px){

}
@media (min-width: 993px) and (max-width: 1200px){

}

.redes-flotantes img {
    float: right; clear: right;
    margin: 5px;
    -moz-transform: scale(.8) ;
    -webkit-transform: scale(.8) ;
    -o-transform: scale(.8) ;
    -ms-transform: scale(.8) ;
    transform: scale(.8) ;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: fixed;
    right: 0.5%;
    top: 78%;
    z-index: 20;
}
.redes-flotantes img:hover {
    -moz-transform: scale(1.1) rotate(6deg);
    -webkit-transform: scale(1.1) rotate(6deg);
    -o-transform: scale(1.1) rotate(6deg);
    -ms-transform: scale(1.1) rotate(6deg);
    transform: scale(1.1) rotate(6deg);
}

