@charset "UTF-8";

/* CSS Document */


/* BODY */

body {
    font-family: 'Source Sans Pro', "Montserrat", Arial, sans-serif;
    font-size: 16px;
}

.container-fluid-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
}

@media only screen and (max-width: 768px) {
    .container-fluid-75 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}


/* HEADER */

header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    padding: 20px 0;
}

header div.container {
    margin-bottom: 5px;
}

header nav {
    margin-top: 10px;
}

header#plain {
    background-color: #000;
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}

header#plain {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}

header#plain #logo_home h1 {
    margin: 0 0 10px 0;
    padding: 0;
}

#logo_home h1 a,
header.sticky #logo_home h1 a,
header#plain #logo_home h1 a,
header#colored #logo_home h1 a {
    width: 200px;
    height: 53px;
    display: block;
    background-image: url(../img/selftour-logo-blanco.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9999px;
    background-size: cover;
}

header.sticky #logo_home h1 a {
    background-image: url(../img/selftour-logo-azul.png);
}

header#plain #logo_home h1 a {
    background-image: url(../img/selftour-logo-azul.png);
}

header.sticky#colored #logo_home h1 a {
    background-image: url(../img/selftour-logo-blanco.png);
}

.img_list_nav {
    background-image: url(../img/selftour-logo-azul.png);
}

#logo_home h1 {
    margin: 0px;
    padding: 0;
}

#access_link:before {
    content: none !important;
}


/**********SIGN UP MODAL*****/

#sign_in_form {
    min-height: 401px;
}

#forgot_pw,
#create_account_form,
#forgot_pw_wizard,
#create_account_form_wizard {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    min-height: 401px;
    display: none;
}

input.btn_signup {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    width: 100%;
    background: #008489;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

input.btn_login,
input.btn_signup {
    background: linear-gradient(120deg, rgba(55, 118, 255, 0) 0%, #1e65ff 100%) !important;
    background-color: #379eff !important;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
}

input.btn_login:hover,
input.btn_signup:hover {
    background: linear-gradient(120deg, rgba(55, 118, 255, 0) 0%, #1e65ff 100%) !important;
    background-color: #46afff !important;
}

#sign-in-dialog .form-group i.icon_profile_icon {
    top: 38px !important;
}

#login_link {
    display: none;
}


/*FILTERS HEADER**/

div.filter_container {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
}

ul.filter_options {
    margin: 0;
    padding: 0;
    display: flex;
}

ul.filter_options li {
    list-style: none;
    padding-right: 10px;
}


/* MAIN MENU */

@media only screen and (min-width: 992px) {
    div.main-menu {
        text-align: right;
    }
    .main-menu ul ul,
    .main-menu ul li .menu-wrapper {
        top: 115%;
    }
    .main-menu ul ul li a {
        font-size: 16px;
    }
    .main-menu ul ul li a {
        border-bottom: none !important;
    }
}

@media only screen and (max-width: 768px) {
    header nav {
        margin-top: 15px;
    }
    .sticky nav {
        margin-top: 15px;
    }
    header#plain.sticky {
        padding-bottom: 10px;
    }
    .content-left {
        padding-top: 0px;
    }
}

div.main-menu {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    font-style: normal;
    padding-top: 10px;
}

.main-menu>ul>li>a {
    color: #fff;
    padding: 0 8px 15px 8px;
    font-size: 18px;
}

#menu_list>ul>li>a {
    color: #000;
    padding: 0 8px 15px 8px;
    font-size: 18px;
}

.main-menu>ul>li#language-menu>a,
.main-menu>ul>li#currency-menu>a {
    padding-left: 0px;
    padding-right: 0px;
}

.main-menu>ul>li#language-menu>a {
    padding-left: 10px;
}

.main-menu>ul>li#language-menu>a>i,
.main-menu>ul>li#currency-menu>a>i {
    position: relative;
    top: 1px;
    padding-right: 3px;
}


/*SEARCH BAR*/

.custom-search-input-2 input {
    font-family: 'Source Sans Pro', Montserrat, Arial, sans-serif;
    font-size: 16px;
}

.custom-search-input-2 input[type='submit'],
a.btn_map {
    background: linear-gradient(120deg, rgba(55, 118, 255, 0) 0%, #1e65ff 100%);
    background-color: #379eff;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
}

.custom-search-input-2 input[type='submit']:hover,
a.btn_map:hover {
    background: linear-gradient(120deg, rgba(55, 118, 255, 0) 0%, #1e65ff 100%);
    background-color: #46afff;
}


/**MAIN TITLE**/

.main_title {
    text-align: left;
}

.main_title h2 {
    font-size: 34px;
    font-family: point_boldbold;
    text-transform: unset;
    letter-spacing: -2px;
}

.main_title p {
    font-size: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: italic;
}

.main_title span.purple {
    color: #812bea;
}


/**COMMON RIBON**/

.ribbon_3 span {
    font-family: pointextra_bold;
    background: #0865fe;
}

.ribbon_3 span::before {
    border-left: 3px solid #0865fe;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #0865fe;
}

.ribbon_3 span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #0865fe;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #0865fe;
}


/**POPULAR RIBON**/

.ribbon_3.popular span {
    background: #e04f67;
    opacity: 0.9;
}

.ribbon_3.popular span::before {
    border-left: 3px solid #e04f67;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #e04f67;
}

.ribbon_3.popular span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #e04f67;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #e04f67;
}


/**TOOLTIP ADD TO FAVORITES**/

.tooltip-back {
    border-radius: 5px;
}


/**TOUR INFO**/

.tour_container .tour_title h3 {
    font-size: 20px;
    font-family: point_boldbold;
    text-transform: capitalize;
    letter-spacing: -0.5px;
}

.short_info {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: italic;
    font-size: 17px;
}

.short_info .price {
    font-family: point_boldbold;
    font-style: normal;
}


/**WHISLIST ACTIVE**/

.wishlist_active {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: white;
}

.wishlist_active a {
    color: white;
}

.wishlist_active:before {
    font-style: normal;
    font-weight: normal;
    font-family: "icon_set_1";
    font-size: 40px;
    content: "\72";
    color: #e04f67;
    position: absolute;
    left: 0;
    top: 4px;
}


/**BOTONES**/

a.btn_1,
.btn_1 {
    background: linear-gradient(120deg, rgba(143, 66, 236, 0) 0%, #812bea 100%);
    background-color: #b142ec;
    font-family: 'Source Sans Pro', Montserrat, Arial, sans-serif;
    font-size: 16px;
}

a.btn_1:hover,
.btn_1:hover {
    background: linear-gradient(120deg, rgba(143, 66, 236, 0) 0%, #812bea 100%);
    background-color: #bf50ed;
}

a.btn_1.white,
.btn_1.white {
    background: #fff;
    color: #0865fe;
}

a.btn_1.blue,
.btn_1.blue {
    background: linear-gradient(120deg, rgba(55, 118, 255, 0) 0%, #1e65ff 100%);
    background-color: #379eff;
    font-size: 14px;
}


/**BANNER**/

.banner.colored {
    background-color: #0865fe;
}

.banner h4 {
    text-transform: none;
    letter-spacing: -2px;
    font-family: pointextra_bold;
}

.banner.colored h4 span {
    color: #ffb8ee;
}

a.btn_1.white:hover,
.btn_1.white a:hover {
    background: #ffb8ee;
    color: #fff;
}


/**FOOTER**/

footer {
    /*background: rgba(0, 0, 0, 0.6);*/
    background: radial-gradient(circle at top left, #0865fe 35%, #024185 100%);
    /*background: radial-gradient(circle at top left,#7445fd 0%,#3a1567 100%);*/
    /*background: linear-gradient(70deg,rgba(143,66,236,0) 0%,#812bea 100%);
    background-color: #b142ec;*/
    color: #fff;
    padding: 30px 0 10px 0;
    /*background-color: #00c7fc;*/
}

footer h3 {
    text-transform: none;
    letter-spacing: -1px;
    font-family: pointextra_bold;
}

#social_footer p {
    font-size: 12px;
    color: white;
}

ul.app-stores li {
    padding: 0px 0px 5px 0px;
}

ul.list_order li span {
    background: linear-gradient(120deg, rgba(143, 66, 236, 0) 0%, #812bea 100%);
    background-color: #b142ec;
}

h3.get-started {
    font-family: point_boldbold;
    letter-spacing: -2px;
    font-size: 25px;
}

h3.get-started span {
    color: #0865fe;
}

ul.list_order {
    font-size: 16px;
}


/**PROMO**/

.promo_full {
    height: auto;
    background: url(../img/selftour-promo-2.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .promo_full {
        background-attachment: scroll;
    }
}

.promo_full_wp div h3 {
    text-transform: none;
    letter-spacing: -2px;
    font-family: pointextra_bold;
}


/**BOTONES APPS**/

@media only screen and (max-width: 768px) {
    ul.app-stores li {
        float: left;
        margin-right: 10px;
    }
    ul.app-stores>li>a>img {
        height: 40px;
    }
    div#search_movil {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .promo_full {
        background-attachment: scroll;
    }
}

@media only screen and (min-width: 992px) {
    img.big-picture {
        height: 472px !important;
        transform: none;
    }
    div#search_movil {
        display: none;
    }
}

div.category-info {
    text-align: center;
}

div.category-info>div.category-title {
    font-family: pointextra_bold;
    font-size: 27px;
    letter-spacing: -2px;
    line-height: 1.5em;
    font-style: normal;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #0865fe;
}

.owl-theme .owl-dots .owl-dot span::before {
    background-color: #0865fe !important;
}


/********************************TOURS LIST ********************************/

#position {
    background: radial-gradient(circle at top left, #0865fe 35%, #024185 100%);
    padding: 10px 0;
    font-size: 11px;
}

.parallax-content-1 {
    background: rgba(0, 0, 0, 0.1);
}

.parallax-content-1 div h1 {
    font-size: 70px;
    font-family: point_boldbold;
    text-transform: unset;
    letter-spacing: -2px;
}

.parallax-content-1 div h1:before,
.parallax-content-1 div h1:after {
    background: none;
}

.tour_list_desc h3 {
    font-size: 20px;
    font-family: point_boldbold;
    text-transform: capitalize;
    letter-spacing: -0.5px;
}

.price_list {
    color: #e04f67;
}

.price_list div {
    font-family: point_boldbold;
}


/*******SINGLE TOUR*********/

.parallax-content-2 {
    font-size: 16px;
}

.parallax-content-2 div h1 {
    font-size: 36px;
    font-family: point_boldbold;
    text-transform: unset;
    letter-spacing: -2px;
    color: #fff;
    margin: 0;
}

#price_single_main span {
    font-family: point_boldbold;
    font-size: 44px;
    color: #3CF;
}

div.tour-info-container {
    position: absolute;
    bottom: 0px;
    z-index: 99;
    background-color: black;
    padding: 25px 0px 20px 0px;
    width: 100%;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
}

div.tour-info-container .container,
div.tour-info-container .container .row,
div.tour-info-container .container .row div {
    box-sizing: border-box !important;
}

div.tour-info-container .container .row div {
    color: white;
}

div.tour-info-container .container .row div h1 {
    font-family: point_boldbold;
    font-size: 45px;
    text-transform: unset;
    letter-spacing: -2px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

div.ls-bottom-nav-wrapper {
    z-index: 100 !important;
}

#price_single_main {
    text-align: right;
    padding-top: 38px;
    font-weight: normal;
}

p.d-flex {
    display: flex !important;
}

p.d-flex a {
    width: 100%;
}

p.d-flex a.btn_map_tour {
    margin-right: 5px;
}

.tour-maker-name {
    font-family: point_boldbold;
    letter-spacing: -1px;
}

.table_summary div.fs1 span {
    padding-left: 15px;
}

.social-network-tourlover {
    display: flex;
    justify-content: center;
    padding: 0px 40px;
    margin: 0px;
}

.social-network-tourlover li {
    list-style: none;
}

.social-network-tourlover li a.facebook {
    color: #3578E5;
}

.social-network-tourlover li a.twitter {
    color: #1da1f2;
}

.social-network-tourlover li a.youtube {
    color: #f00;
}

.social-network-tourlover li a.instagram {
    color: rgb(38, 38, 38);
}

@media only screen and (max-width: 767px) {
    div.tour-info-container .container .row div {
        font-size: 12px;
    }
    div.tour-info-container .container .row div h1 {
        font-size: 25px;
    }
    div.tour-info-container .container .row div span {
        display: none;
    }
    div.tour-info-container .container .row div i {
        font-size: 13px;
    }
    #price_single_main,
    #price_single_main.hotel {
        font-size: 12px;
        text-align: left;
        padding-top: 0;
    }
    #price_single_main span {
        font-size: 20px;
        display: block;
    }
    p.d-flex {
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {
    p.d-flex {
        display: none !important;
    }
}


/*******MODALDIALOG*****/

.modal-dialog {
    margin-top: 100px;
}


/**********SLIDE************/

.slide-text h2,
.slide-text h3 {
    font-family: pointextra_bold;
    letter-spacing: -2px;
    font-size: 46px;
    font-weight: 700;
    text-transform: none;
    line-height: 1;
}


/**********LISTS***********/

ul.list_ok li.li_no:before {
    font-style: normal;
    font-weight: bold;
    font-family: "icon_set_1";
    font-size: 14px;
    content: '\6d';
    color: #e04f67;
    position: absolute;
    left: 0;
    top: 0;
}

iframe#tourlover-video {
    height: 500px;
    width: 100%;
    position: relative;
}

@media (max-width: 768px) {
    div#main_container {
        height: 100% !important;
        padding-top: 105px;
    }
    div#wizard_container {
        height: calc(100vh - 250px) !important;
    }
    div#site-form {
        padding-top: 0 !important;
    }
    div#mapResume {
        width: 100% !important;
        height: 500px !important;
    }
    iframe#tourlover-video {
        height: 250px;
        width: 100%;
        position: relative;
    }
}

/* SITE IMAGE */

.ftg-loaded{
    position: initial !important;
}

.cover-picture{
    width: 250px;
    height: 220px;
    margin: 10px;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.cover-picture > img{
    height: 100%;
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.cover-picture > div{
    display: none;
}

.cover-picture > div > span{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    font-weight: bold;
    color: white;
    background-color: #0865FE;
    border-radius: 0 0 18px 0;
}

input[name="pictureCover"]:checked ~ div{
    display: inherit;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: #0865FE solid 4px;
    border-radius: 18px;
}

.icon-svg{
    width: 45px;
    height: 45px;
    fill: #0865fe;
}

.help-dialog{
    position: absolute;
    left: 200px;
    top: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    border-radius: 50%;
    width: 20px;
    text-align: center;
}

.hidden-dialog{
    position: absolute;
    top: 0px;
    left: 230px;   
    border-style: solid;
    border-color: lightgray;
    border-width: 2px;
    border-radius: 8px;
    padding: 0 6px;
    font-size: 12px;
    opacity: 0;
    transition: ease-in-out 0.4s;
}

.help-dialog:hover{
    background-color: lightgrey;
    color: #fff;
}

.help-dialog:hover ~ .hidden-dialog{
    opacity: 1;
}

@media (min-width: 1000px) {
    .full-slider-wrapper {
        position: relative;
    }

    .wrpper {
        --width: 1100px;
        --margin: calc((100vw - var(--width))/2);
        max-width: var(--width);
        margin-left: var(--margin);
        margin-right: var(--margin);
    }

    .wrpper::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: black !important;
        content: " ";
        z-index: 1;
    }
}

@media (min-width: 1000px) {
    .fixed {
        position: fixed;

        right: calc((100vw - 930px) / 2);
        width: 290px;
    }

    .top {
        top: 185px;
    }
}

@media (min-width: 1200px) {
    .fixed {
        position: fixed;

        right: calc((100vw - 1130px) / 2);
        width: 350px;
    }

    .top {
        top: 185px;
    }
}
