:root {
  --colorPrimary: #424242;
  --colorSecondary: #001BF0;
  --colorSecondaryAlt: #394ef5;
  --colorYellow: #e9f335;
  --colorYellowIcon: #ffbb00;
  --colorDark: #292D2E;
}

@font-face {
    font-family: 'Helvetica Condensed';
    src: url('../assets/fonts/HelveticaLTStd-UltraComp.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

html{ scroll-behavior: smooth; }

body{ font-family: 'Work Sans', sans-serif !important; color: var(--colorDark); }
h2{font-size: 38px; font-weight: 600;}
h3{font-size: 23px; font-weight: 600;}
h4{font-size: 19px; font-weight: 600;}
h5{line-height: 42px;}
a:hover{text-decoration: none;}

.robcon {
   font-family: "Roboto Condensed", sans-serif;
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
}
.helvcon {
   font-family: "Helvetica Condensed", sans-serif;
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */ font-size: 16px; color: var(--colorDark) !important; }
::-moz-placeholder { /* Firefox 19+ */ font-size: 16px; color: var(--colorDark) !important; }
:-ms-input-placeholder { /* IE 10+ */ font-size: 16px; color: var(--colorDark) !important; }
:-moz-placeholder { /* Firefox 18- */ font-size: 16px; color: var(--colorDark) !important; }

.txt-primary{ color: var(--colorPrimary) !important; }
.txt-secondary{ color: var(--colorSecondary) !important; }
.txt-yellow{ color: var(--colorYellow) !important; }
.txt-white{ color: #fff; }
.txt-gray{ color: #707070; }
.txt-semiblack{ color: var(--colorDark) !important; }
.txt-semiblack:hover{ color: var(--colorDark) !important; }
.txt-semibold{font-weight: 600 !important;}
.txt-normal{font-weight: 400;}
.text-yellowIcon{ color: var(--colorYellowIcon) !important; }
.bg-primary{ background-color: var(--colorPrimary) !important; }
.bg-secondary{ background-color: var(--colorSecondary) !important; }
.bgc-primary{ background-color: var(--colorPrimary) !important; }
.bgc-secondary{ background-color: var(--colorSecondary) !important; }
.bg-yellow{ background-color: var(--colorYellow) !important; }
.bg-blacklight{ background-color: rgba(0,0,0,.03) !important; color: #333 !important; outline: none; }
.bg-light{ background-color: #f7fafe !important; }
.bg-light2{ background-color: #eaf8fb !important; }
.bg-white{ background-color: #fff !important; }
.btn-secondary {
    color: #FFF !important;
    background-color: var(--colorSecondary) !important;
    border-color: var(--colorSecondary) !important;
}
.btn-secondary:hover {
    color: #fff !important;
    background-color: var(--colorSecondaryAlt) !important;
    border-color: var(--colorSecondaryAlt) !important;
}

.trans-03{ -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.trans-05{ -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
.trans-07{ -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; }
.trans-1{ -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }

.clearfix{ clear: both; }
.space5{ height: 5px; }
.space10{ height: 10px; }
.space20{ height: 20px; }
.space30{ height: 30px; }
.space40{ height: 40px; }
.space50{ height: 50px; }

.line-1px{ height: 1px; background: #ccc; }
.line-2px{ height: 2px; background: #ccc; }

.width40px{ width: 40px !important; }
.minheight45px{min-height: 45px;}
.minheight55px{min-height: 55px;}
.minheight90px{min-height: 90px;}
.minheight170px{min-height: 170px;}
.display-block{ display: block; }
.display-inline-block{ display: inline-block; }
.display-none{ display: none; }
.display-flex{ display: flex; }
.display-inline-flex{ display: inline-flex; }
.align-items-center{ align-items: center; }

.card-bordered { border: 1px solid rgba(0, 0, 0, .125); }
.form-control { border: 1px solid #c9c7c0; border-radius: 7px; }
    .form-control:focus {
        color: var(--colorDark);
        border-color: #c9c7c0;
        outline: 0;
        box-shadow: 3px 3px 3px #ccc;
}
    
.vAlign-middle{ vertical-align: middle !important; }
.bt-0px{ border-top: 0px !important; }

/********************************************
 *                                          *
 *              MARGENES CUSTOM             *
 *                                          *
 ********************************************/

/* Margin x0 */
.mt-0px{ margin-top: 0px; }
.mr-0px{ margin-right: 0px; }
.mb-0px{ margin-bottom: 0px !important; }
.ml-0px{ margin-left: 0px; }

/* Margin x0 */
.mt-3px{ margin-top: 3px; }
.mr-3px{ margin-right: 3px; }
.mb-3px{ margin-bottom: 3px !important; }
.ml-3px{ margin-left: 3px; }

/* Margin x4 */
.mt-4px{ margin-top: 4px; }
.mr-4px{ margin-right: 4px; }
.mb-4px{ margin-bottom: 4px !important; }
.ml-4px{ margin-left: 4px; }

/* Margin x5 */
.mt-5px{ margin-top: 5px; }
.mr-5px{ margin-right: 5px; }
.mb-5px{ margin-bottom: 5px; }
.ml-5px{ margin-left: 5px; }

/* Margin x10 */
.mt-10px{ margin-top: 10px; }
.mr-10px{ margin-right: 10px; }
.mb-10px{ margin-bottom: 10px; }
.ml-10px{ margin-left: 10px; }

/* Margin x13 */
.mt-13px{ margin-top: 13px; }
.mr-13px{ margin-right: 13px; }
.mb-13px{ margin-bottom: 13px; }
.ml-13px{ margin-left: 13px; }

/* Margin x15 */
.mt-15px{ margin-top: 15px; }
.mr-15px{ margin-right: 15px; }
.mb-15px{ margin-bottom: 15px; }
.ml-15px{ margin-left: 15px; }

/* Margin x20 */
.mt-20px{ margin-top: 20px; }
.mr-20px{ margin-right: 20px; }
.mb-20px{ margin-bottom: 20px; }
.ml-20px{ margin-left: 20px; }

/* Margin x25 */
.mt-25px{ margin-top: 25px; }
.mr-25px{ margin-right: 25px; }
.mb-25px{ margin-bottom: 25px; }
.ml-25px{ margin-left: 25px; }

/* Margin x26 */
.mt-26px{ margin-top: 26px; }
.mr-26px{ margin-right: 26px; }
.mb-26px{ margin-bottom: 26px; }
.ml-26px{ margin-left: 26px; }

/* Margin x30 */
.mt-30px{ margin-top: 30px; }
.mr-30px{ margin-right: 30px; }
.mb-30px{ margin-bottom: 30px; }
.ml-30px{ margin-left: 30px; }

/* Margin x31 */
.mt-31px{ margin-top: 31px; }
.mr-31px{ margin-right: 31px; }
.mb-31px{ margin-bottom: 31px; }
.ml-31px{ margin-left: 31px; }

/* Margin x35 */
.mt-35px{ margin-top: 35px; }
.mr-35px{ margin-right: 35px; }
.mb-35px{ margin-bottom: 35px; }
.ml-35px{ margin-left: 35px; }

/* Margin x40 */
.mt-40px{ margin-top: 40px; }
.mr-40px{ margin-right: 40px; }
.mb-40px{ margin-bottom: 40px; }
.ml-40px{ margin-left: 40px; }

/* Margin x41 */
.mt-41px{ margin-top: 41px; }
.mr-41px{ margin-right: 41px; }
.mb-41px{ margin-bottom: 41px; }
.ml-41px{ margin-left: 41px; }

/* Margin x45 */
.mt-45px{ margin-top: 45px; }
.mr-45px{ margin-right: 45px; }
.mb-45px{ margin-bottom: 45px; }
.ml-45px{ margin-left: 45px; }

/* Margin x50 */
.mt-50px{ margin-top: 50px; }
.mr-50px{ margin-right: 50px; }
.mb-50px{ margin-bottom: 50px; }
.ml-50px{ margin-left: 50px; }

/* Margin x54 */
.mt-54px{ margin-top: 54px; }
.mr-54px{ margin-right: 54px; }
.mb-54px{ margin-bottom: 54px; }
.ml-54px{ margin-left: 54px; }

/* Margin x58 */
.mt-58px{ margin-top: 58px; }
.mr-58px{ margin-right: 58px; }
.mb-58px{ margin-bottom: 58px; }
.ml-58px{ margin-left: 58px; }

/* Margin x60 */
.mt-60px{ margin-top: 60px; }
.mr-60px{ margin-right: 60px; }
.mb-60px{ margin-bottom: 60px; }
.ml-60px{ margin-left: 60px; }

/* Margin x65 */
.mt-65px{ margin-top: 65px; }
.mr-65px{ margin-right: 65px; }
.mb-65px{ margin-bottom: 65px; }
.ml-65px{ margin-left: 65px; }

/* Margin x78 */
.mt-78px{ margin-top: 78px; }
.mr-78px{ margin-right: 78px; }
.mb-78px{ margin-bottom: 78px; }
.ml-78px{ margin-left: 78px; }

/* Margin x80 */
.mt-80px{ margin-top: 80px; }
.mr-80px{ margin-right: 80px; }
.mb-80px{ margin-bottom: 80px; }
.ml-80px{ margin-left: 80px; }

/* Margin x85 */
.mt-85px{ margin-top: 85px; }
.mr-85px{ margin-right: 85px; }
.mb-85px{ margin-bottom: 85px; }
.ml-85px{ margin-left: 85px; }

/* Margin x100 */
.mt-100px{ margin-top: 100px; }
.mr-100px{ margin-right: 100px; }
.mb-100px{ margin-bottom: 100px; }
.ml-100px{ margin-left: 100px; }

/********************************************
 *                                          *
 *              PADDING CUSTOM              *
 *                                          *
 ********************************************/

.pt-5px{ padding-top: 5px; }
.pb-5px{ padding-bottom: 5px; }
.pt-10px{ padding-top: 10px !important; }
.pb-10px{ padding-bottom: 10px !important; }
    .pr-10px{ padding-right: 10px; }
    .pl-10px{ padding-left: 10px; }
.pt-15px{ padding-top: 15px; }
.pb-15px{ padding-bottom: 15px !important; }
    .pr-15px{ padding-right: 15px; }
    .pl-15px{ padding-left: 15px; }
.pt-20px{ padding-top: 20px; }
.pb-20px{ padding-bottom: 20px !important; }
    .pr-20px{ padding-right: 20px; }
    .pl-20px{ padding-left: 20px; }
.pl-25px{ padding-left: 25px; }
.pr-25px{ padding-right: 25px; }
.pl-30px{ padding-left: 30px !important; }
.pr-30px{ padding-right: 30px !important; }
.pt-30px{ padding-top: 30px; }
.pb-30px{ padding-bottom: 30px; }
.pt-40px{ padding-top: 40px; }
.pb-40px{ padding-bottom: 40px; }
.pt-42px{ padding-top: 42px; }
.pb-42px{ padding-bottom: 42px; }
.pb-44px{ padding-bottom: 44px; }
.pt-50px{ padding-top: 50px; }
.pb-50px{ padding-bottom: 50px; }
.pt-58px{ padding-top: 58px; }
.pb-58px{ padding-bottom: 58px; }
.pt-60px{ padding-top: 60px; }
.pb-60px{ padding-bottom: 60px; }
.pt-70px{ padding-top: 70px; }
.pb-70px{ padding-bottom: 70px; }
.pl-75px{ padding-left: 75px; }
.pr-75px{ padding-right: 75px; }
.pt-90px{ padding-top: 90px; }
.pb-90px{ padding-bottom: 90px; }
.pt-100px{ padding-top: 100px; }
.pb-100px{ padding-bottom: 100px; }
.pl-0 { padding-left: 0px; }
.pr-0 { padding-right: 0px; }
.pt-0 { padding-top: 0px; }
.pb-0 { padding-bottom: 0px; }
.px-0 { padding: 0 !important; }

.font-size-10{ font-size: 10px !important; }
.font-size-11{ font-size: 11px !important; }
.font-size-12{ font-size: 12px !important; }
.font-size-13{ font-size: 13px !important; }
.font-size-14{ font-size: 14px !important; }
.font-size-15{ font-size: 15px !important; }
.font-size-16{ font-size: 16px !important; }
.font-size-17{ font-size: 17px !important; }
.font-size-18{ font-size: 18px !important; }
.font-size-19{ font-size: 19px !important; }
.font-size-20{ font-size: 20px !important; }
.font-size-21{ font-size: 21px !important; }
.font-size-22{ font-size: 22px !important; }
.font-size-23{ font-size: 23px !important; }
.font-size-24{ font-size: 24px !important; }
.font-size-25{ font-size: 25px !important; }
.font-size-26{ font-size: 26px !important; }
.font-size-27{ font-size: 27px !important; }
.font-size-28{ font-size: 28px !important; }
.font-size-29{ font-size: 29px !important; }
.font-size-30{ font-size: 30px !important; }
.font-size-31{ font-size: 31px !important; }
.font-size-32{ font-size: 32px !important; }
.font-size-33{ font-size: 33px !important; }
.font-size-34{ font-size: 34px !important; }
.font-size-35{ font-size: 35px !important; }
.font-size-36{ font-size: 36px !important; }
.font-size-37{ font-size: 37px !important; }
.font-size-38{ font-size: 38px !important; }
.font-size-39{ font-size: 39px !important; }
.font-size-40{ font-size: 40px !important; }
.font-size-50{ font-size: 50px !important; }
.font-size-60{ font-size: 60px !important; }

/*.not-underline{ text-decoration: none !important; }*/

/********************************************
 *                                          *
 *              BORDER CUSTOM               *
 *                                          *
 ********************************************/

.br-1px{border-right: 1px solid #292d2e85}
.bb-blue-1px{border-bottom: 1px solid var(--colorPrimary)}


/********************************************
 *                                          *
 *         BORDER RADIUS CUSTOM             *
 *                                          *
 ********************************************/

/* BORDER RADIUS LEFT */
.brad-left-10px{border-top-left-radius:10px;border-bottom-left-radius:10px;}

/* BORDER RADIUS RIGHT */
.brad-right-10px{border-top-right-radius:10px;border-bottom-right-radius:10px;}

/********************************************
 *                                          *
 *             CONTAINER CUSTOM             *
 *                                          *
 ********************************************/

@media (min-width: 1200px){ .container {max-width: 1200px;} }

/* TOP HEADER */
.top-header{ padding: 10px 0; }
.header-right-content a{ color: #fff; font-size: 18px; }
    
    .c-dark a{ color: #fff; }
    .c-light a{ color: #333; }

    .header-right-content a.facebook:hover{ color: #3b5998; }
    .header-right-content a.twitter:hover{ color: #00acee; }
    .header-right-content a.instagram:hover{ color: #3f729b; }
    .header-right-content a.youtube:hover{ color: #c4302b; }
    .header-right-content a.linkedin:hover{ color: #0e76a8; }

/* MAIN MENU && TOPBAR*/
.mainmenu, .topbar{ position: absolute; top: 0; margin: 20px 0 0 0; width: 1186px; z-index: 150; }
    .mainmenu .menu ul{ margin-top: 50px; }
        .mainmenu .menu ul li{ list-style: none; display: inline-block; margin-right: 15px; }
        .mainmenu .menu ul li:last-child{ margin-right: 0; }
            .mainmenu .menu ul li a{ color: #fff; font-size: 16px; font-family: 'Work Sans', sans-serif; text-shadow: 1px 1px 1px black; }

            .mainmenu .menu-dark ul li a{ color: #fff; }
            .mainmenu .menu-light ul li a{ color: #333; }

            .mainmenu .header-logo img{margin-top: 34px}

.topbar-fixed{ margin-top: 24px; width: 1186px; }
.mainmenu-fixed {width: 1186px; }
.mainmenu-fixed, .topbar-fixed i{ color: var(--colorPrimary); }
        .mainmenu-fixed .menu ul li{ list-style: none; display: inline-block; margin-right: 15px; }
        .mainmenu-fixed .menu ul li:last-child{ margin-right: 0; }
            .mainmenu-fixed .menu ul li a{ color: #121F3D; font-size: 13px; font-family: 'Work Sans', sans-serif; font-weight: 600; }
            /*.mainmenu-fixed .menu ul li a:hover{ text-decoration: underline; }*/

.mainmenu-fixed .menu ul{line-height: 50px;}
.mainmenu-fixed ul li.active a, .menu-mobile-el ul li.active a{ color: #333 !important; }


/*MOBILE MENU*/
.menu-mobile{ display: none; position: absolute; top: 5px; left: 85%; margin: 0; z-index: 9999; }
.menu-mobile-el{ display: none; z-index: 9998; height: 200vh; }
.menu-mobile-close{position: absolute; right: 10px; top: 5px; }
.menu-mobile-close.hamburger.is-active .hamburger-inner, .menu-mobile-close.hamburger.is-active .hamburger-inner::before, .menu-mobile-close.hamburger.is-active .hamburger-inner::after {background-color: var(--colorPrimary);}
.menu-mobile-el .social-list { margin-left:15px; }
.menu-mobile-el .social-list li{ display: inline !important; }
.menu-mobile-el .social-list li a{ display: inline-block; padding:5px !important; }
.menu-mobile-el .social-list li a i{ font-size:25px; color: var(--colorPrimary); }
.menu-mobile-el .legal-list li a{ padding: 0px 20px !important; font-size: 14px;}
#index .hamburger-box.initial .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{ background-color: #fff; border-radius: 2px; height: 5px;}
.hamburger-box.initial .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{ background-color: var(--colorPrimary); border-radius: 2px; height: 5px;}
.initial .hamburger-inner::before { display:none;  }
.hamburger--elastic .initial .hamburger-inner::after { top: 15px; }
.hamburger--elastic .initial .hamburger-inner{ top:5px; }
.hamburger-inner{ height: 5px; border-radius: 2px; }
button:focus.hamburger{ outline: none; }
nav.menu-mobile-el{ width: 100%; position: absolute; left: 800px; background: #fff; top: 0px; }
    nav.menu-mobile-el ul{ margin-top: 20px !important; padding: 0; margin-left: 0; text-align: left; }
        nav.menu-mobile-el ul li{ display: block !important; margin-right: 0 !important; margin-left: 0px; padding-left: 0; }
            nav.menu-mobile-el ul li a{ padding: 10px 20px !important; color: #333 !important; display: block; font-weight: 600;}

@-moz-keyframes fadebounce {
0% { -moz-transform:translateY(0); transform:translateY(0); opacity:1; }
50% { -moz-transform:translateY(25px); transform:translateY(25px); opacity:1; }
100% { -moz-transform:translateY(0); transform:translateY(0); opacity:1; }
}
@-webkit-keyframes fadebounce {
0% { -webkit-transform:translateY(0); transform:translateY(0); opacity:1; }
50% { -webkit-transform:translateY(25px); transform:translateY(25px); opacity:1; }
100% { -webkit-transform:translateY(0); transform:translateY(0); opacity:1; }
}
@-o-keyframes fadebounce {
0% { -o-transform:translateY(0); transform:translateY(0); opacity:1; }
50% {-o-transform:translateY(25px);transform:translateY(25px);opacity:1; }
100% {-o-transform:translateY(0);transform:translateY(0);opacity:1; }
}
@-ms-keyframes fadebounce {
0% { -ms-transform:translateY(0); transform:translateY(0); opacity:1; }
50% {-ms-transform:translateY(25px);transform:translateY(25px);opacity:1; }
100% {-ms-transform:translateY(0); transform:translateY(0); opacity:1; }
}
@keyframes fadebounce {
0% { transform:translateY(0); opacity:1; }
50% {transform:translateY(25px);opacity:1; }
100% {transform:translateY(0);opacity:1; }
}

/* MY ACCOUNT */
ul.nav-account-menu li a{ display: block; background: var(--colorSecondary); color: #FFF; font-size: 22px; padding: 15px 70px; font-weight: bold; }
    ul.nav-account-menu li a:hover, ul.nav-account-menu li a.active{ background: var(--colorPrimary); text-decoration: none; color: #FFF; }

.account-reservation{ color: var(--colorDark); border: 1px solid #ccc; display: block; }
    .account-reservation:hover{ color: var(--colorDark); box-shadow: 3px 3px 3px #ccc; }
    .account-reservation-body{ padding-right: 15px; }
    .account-reservation-status{ margin-top: 9px; text-align: right; }
        .account-reservation-status span{ font-weight: 500; font-size: 13px; }
    .account-reservation-list{ margin: 0; padding: 0; }
        .account-reservation-list li{ list-style: none; font-size: 13px; }

    .account-reservation-left-content{ border: 1px solid #ccc; }
        .account-reservation-left-content:hover{ box-shadow: 3px 3px 3px #ccc; }

/*-----------------------------------------
44. Revolution Slider
-------------------------------------------*/
.common-slider{ max-width: 100%; height: 239px; margin: 0 auto }
#rev_slider_forcefullwidth {  max-height: 1000px !important;}
.rev_slider_wrapper { overflow: hidden; max-height: 1000px !important;}
.bg-arrows .tparrows { border-radius: 50px; width: 60px; height: 60px; padding-top: 10px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.bg-arrows .tparrows:before { font-size: 32px }
.tparrows { background: rgba(0,0,0,.0); border-radius: 50px; width: 60px; height: 60px; padding-top: 10px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.tparrows:hover { background: rgba(0,0,0,.3); }
.tparrows:before { font-size: 23px }
.slider-button{ border: 4px solid var(--colorPrimary); padding: 10px 20px; color: #fff;}
    .slider-button:hover{ border: 4px solid  var(--colorSecondary); color:#ffffffa6; }
.slider-title{ font-size: 45px; font-weight: 600;}
.tp-bullet { border-radius: 20px; }
.tp-bullet.selected, .tp-bullet:hover{ background: var(--colorPrimary); }


/* HOME */
.bq1-titles{ margin-top: -38px; padding-top: 38px; padding-bottom: 58px;}
.gradient-horizontal-blue{
    background: rgba(60,186,218,1);
    background: -moz-linear-gradient(left, rgba(60,186,218,1) 0%, rgba(0,151,210,1) 51%, rgba(0,151,210,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(60,186,218,1)), color-stop(51%, rgba(0,151,210,1)), color-stop(100%, rgba(0,151,210,1)));
    background: -webkit-linear-gradient(left, rgba(60,186,218,1) 0%, rgba(0,151,210,1) 51%, rgba(0,151,210,1) 100%);
    background: -o-linear-gradient(left, rgba(60,186,218,1) 0%, rgba(0,151,210,1) 51%, rgba(0,151,210,1) 100%);
    background: -ms-linear-gradient(left, rgba(60,186,218,1) 0%, rgba(0,151,210,1) 51%, rgba(0,151,210,1) 100%);
    background: linear-gradient(to right, rgba(60,186,218,1) 0%, rgba(0,151,210,1) 51%, rgba(0,151,210,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cbada', endColorstr='#0097d2', GradientType=1 );
}

.full-line-blue{ width: 100%; height: 1px; background: var(--colorPrimary); }
.full-line-grey{ width: 100%; height: 1px; background: #bfbfbf; }
.full-line-white{ width: 100%; height: 2px; background: #ffffff52; }
.middle-line { overflow: hidden; text-align: center; }

.middle-line:before,
.middle-line:after { background-color: #000; content: ""; display: inline-block; height: 1px; position: relative; vertical-align: middle; width: 50%; }
.middle-line-white:before, .middle-line-white:after { background-color: #fff !important; }
.middle-line-blue:before, .middle-line-blue:after { background-color: var(--colorPrimary) !important; }
.middle-line:before { right: 2em; margin-left: -50%; }
.middle-line:after { left: 2em; margin-right: -50%; }

.middle-line-fs50 { overflow: hidden; text-align: center; }

.middle-line-fs50:before,
.middle-line-fs50:after { background-color: #000; content: ""; display: inline-block; height: 1px; position: relative; vertical-align: middle; width: 50%; margin-top: -25px; }
.middle-line-white:before, .middle-line-white:after { background-color: #fff !important; }
.middle-line-blue:before, .middle-line-blue:after { background-color: var(--colorPrimary) !important; }
.middle-line-fs50:before { right: 2em; margin-left: -50%; }
.middle-line-fs50:after { left: 2em; margin-right: -50%; }

/* CUSTOM TOUR */
.form-inline .custom-select, .form-inline .input-group { width: 100% !important; }

.customTours-tag-active{ background: var(--colorSecondary); margin-bottom: 40px; cursor: pointer; text-decoration: none; }
    .customTours-tag-active h3{ color: #fff; font-weight: bold; text-transform: uppercase; padding: 10px 0 0 0; margin-bottom: 0; }
    .customTours-tag-active p{ color: #fff; margin-top: 0; margin-bottom: 0; padding-bottom: 7px; }

.customTours-buttonBack{ background: transparent; border: 1px solid #fff; color: #fff; padding: 8px 30px; font-size: 14px; text-decoration: none !important; }
        .customTours-buttonBack:hover{ background: #fff; color: var(--colorSecondary); border: 1px solid var(--colorSecondary); }
.customTours-button{ background: var(--colorSecondary); border: 1px solid var(--colorSecondary); color: #fff; padding: 8px 30px; font-size: 14px; text-decoration: none !important; }
        .customTours-button:hover{ background: #fff; color: var(--colorSecondary); border: 1px solid var(--colorSecondary); }

.customTours-presupuestos{ border: 1px solid #fff; padding: 20px 10px; border-radius: 4px; cursor: pointer; }
    .customTours-presupuestos span{ color: #fff; text-transform: uppercase; }
    .customTours-presupuestos:hover{ background: #fff; }
        .customTours-presupuestos:hover span{ color: var(--colorSecondary); }

.customTours-presupuestosActive{ background: #fff; }
    .customTours-presupuestosActive span{ color: var(--colorSecondary); }

.tour-promiment{ position: relative; display: flex; align-items: end; justify-content: center; width: 100%; height: 400px; margin-bottom: 40px; cursor: pointer; text-decoration: none; background-size: cover !important; }
    .tour-promiment .overlay-text{position: absolute; bottom: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0,0,0, 0.6) 0%, rgba(0,0,0, 0) 75%, rgba(0,0,0, 0) 100%); padding: 20px 15px; }
        .tour-promiment:hover .overlay-text{ background: linear-gradient(0deg, rgba(0, 27, 240, 0.6) 0%, rgba(0, 27, 240, 0) 75%, rgba(0, 27, 240, 0) 100%) }
        .tour-promiment .overlay-text span, .tour-promiment .overlay-text strong{ display: block; color: #fff; font-weight: 500;}
        .tour-promiment .overlay-text span{ font-size: 16px; }
        .tour-promiment .overlay-text strong{ font-size: 18px; text-transform: uppercase; }

.bg-3types-home{ background-color: #f7fafe }
    .bg-3types-home .why-icon-container{ display: flex; align-items: center; justify-content: center; border-radius: 50%; width: 150px; height: 100px; text-align: center; margin: 0 auto 30px auto; }
        .bg-3types-home .why-icon-container .why-icon{ align-self: flex-start; vertical-align: middle; }
            .bg-3types-home .why-icon-container .why-icon i{ font-size: 62px; color: var(--colorPrimary); margin-top: 35px; }
    .bg-3types-home .why-icon-button{ background: transparent; border: 2px solid var(--colorPrimary); color: var(--colorDark); padding: 8px 30px; font-size: 14px; text-decoration: none; }
        .bg-3types-home .why-icon-button:hover{ background: #fff;  border: 2px solid var(--colorSecondary); }

#customToursFindLoading{display: none;}
#customTourForm.form-inline{align-items: unset;}
#customTourForm button{height: 90px; color:#fff; width: 100%; font-size: 18px;}
#customTourForm button i{margin-left: 10px;}
#customTourForm label {font-size: 14px; }
#customTourForm .col-md-2 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
#customTourForm

#customTourForm input[type="number"] { -webkit-appearance: textfield; -moz-appearance: textfield; appearance: textfield; }
#customTourForm input[type=number]::-webkit-inner-spin-button,  #customTourForm input[type=number]::-webkit-outer-spin-button {  -webkit-appearance: none; }

.custom-select {border: none !important; border-right: 1px solid #292d2e85 !important;background: #fff url(../img/down.svg) no-repeat right 2rem center; background-size: 15px; padding-left: 0px;}
.custom-select:focus{border:none !important; box-shadow:none !important;}

/* CUSTOM SELECT */
.s-hidden { visibility:hidden; padding-right:10px; }
.select { cursor:pointer; display:inline-block; position:relative; width: 196px;}
.styledSelect { position:absolute; top:0px; right:0; bottom:0; left:0; background-color:white; padding-top: 6px; }
.styledSelect { border: none !important; border-right: 1px solid #292d2e85 !important;background: #fff url(../img/down.svg) no-repeat right 2rem center; background-size: 15px; padding-left: 0px; }
.options { display:none; position:absolute; top:55px; right:0; left:0; z-index:999; margin:0 0; padding:0 0; list-style:none; background-color:white; width: 192px; border-radius: 10px;}
.options li { margin:0 0; padding-left: 10px; padding-top: 10px; border-bottom: 1px solid #dddddd78; margin-right:20px; margin-left:20px; padding-bottom:5px; }
.options li:last-child{ border-bottom: none; padding-bottom: 15px;}
.options li:hover { background-color: #39f; color:white; }
#customTourForm .col-md-2:nth-child(4n) .styledSelect{ border-right: none !important; }

/* COUNTER NUMBERS */
.counter { padding-top: 40px;padding-bottom: 20px; border-radius: 5px; }
.count-title { font-size: 55px; font-weight: 600; margin-top: 10px; margin-bottom: 0; text-align: center; color: #707070; }
.count-text { font-size: 19px; font-weight: normal; margin-top: 10px; margin-bottom: 0; text-align: center; color: var(--colorDark); }
.fa-2x { margin: 0 auto 10px auto; float: none; display: table; color: var(--colorPrimary); font-size: 52px; }
.bq4-counters{background-color: #f7fafe;}
#index .bq4-counters{background-color: #fff;}
.bq4-counters #image-container-counters{ background-repeat:  no-repeat; background-size: cover; height: 700px; margin-top: 70px; background-position: top center; margin-top: -150px;}

/* LAST NEWS HOME */
.bq5-ultimas-noticias .last-new-home, .bq5-ultimas-noticias .last-new-home h4, .bq5-ultimas-noticias .last-new-home p{ text-decoration: none !important; }
.bq5-ultimas-noticias .last-new-home h4{ min-height: 60px; }

.bg6-footer-widgets{ background: #333; }
    .bg6-footer-widgets h4{ margin-top: 45px; color: #fff; }
    .bg6-footer-widgets ul{ padding: 0; margin: 0; }
    .bg6-footer-widgets ul li{ list-style: none; margin: 0 0 10px 0; padding: 0; }
    .bg6-footer-widgets ul li a, .bg6-footer-widgets ul li{ color: #fff; text-decoration: none; font-size: 14px; }
    .bg6-footer-widgets ul li a:hover{ color: var(--colorPrimary); }

.bg7-footer-copy{ background: var(--colorPrimary); }
    .bg7-footer-copy ul{ padding: 0; margin: 0; }
        .bg7-footer-copy ul li{ display: inline-block; list-style: none; margin: 0 10px 0 0; padding: 0; }
            .bg7-footer-copy ul li a{ color: #fff; text-decoration: none; font-size: 14px; }
                .bg7-footer-copy ul li a:hover{ color: var(--colorSecondary); }

.footer-right-content{ text-align: right !important; }
    .footer-right-content a{ color: #fff; font-size: 16px; }
        .footer-right-content a.facebook:hover{ color: #3b5998; }
        .footer-right-content a.twitter:hover{ color: #00acee; }
        .footer-right-content a.instagram:hover{ color: #3f729b; }
        .footer-right-content a.youtube:hover{ color: #c4302b; }
        .footer-right-content a.linkedin:hover{ color: #0e76a8; }

/* PÁGINA DE CONTACTO */
.contacto-button, #buscar-button{ display: inline-block; width: 113px; height: 38px; border: 3px solid #001BF0; background: transparent; padding: 5px 20px; font-size: 17px; cursor: pointer; color:var(--colorDark); }
    .contacto-button:hover, #buscar-button:hover{ border: 3px solid var(--colorDark); color: #000;}

#contact{ background-color: #f7faf; }

/* PROGRESS CIRCULAR */
.progress-circular { width: 120px; height: 120px; line-height: 150px; background: none; margin: 0 auto; box-shadow: none; position: relative; }
.progress-circular:after { content: ""; width: 100%; height: 100%; border-radius: 50%; border: 7px solid #eee; position: absolute; top: 0; left: 0; }
.progress-circular > span { width: 50%; height: 100%; overflow: hidden; position: absolute; top: 0; z-index: 1; }
.progress-circular .progress-left { left: 0; }
.progress-circular .progress-circular-bar { width: 100%; height: 100%; background: none; border-width: 7px; border-style: solid; position: absolute; top: 0; border-color: #ffb43e; }
.progress-circular .progress-left .progress-circular-bar { border-color: var(--colorPrimary); left: 100%; border-top-right-radius: 75px; border-bottom-right-radius: 75px; border-left: 0; -webkit-transform-origin: center left; transform-origin: center left; }
.progress-circular .progress-right { right: 0; }
.progress-circular .progress-right .progress-circular-bar { border-color: var(--colorPrimary); left: -100%; border-top-left-radius: 75px; border-bottom-left-radius: 75px; border-right: 0; -webkit-transform-origin: center right; transform-origin: center right; }
.progress-circular .progress-value { display: flex; border-radius: 50%; font-size: 36px; text-align: center; line-height: 20px; align-items: center; justify-content: center; height: 100%; font-weight: 300; }
.progress-circular .progress-value div { font-weight: bold; color: var(--colorDark); font-size: 25px; }
.progress-circular .progress-value span { font-size: 12px; text-transform: uppercase; }
.progress-circular-title{ color: var(--colorDark); font-weight: bold; font-size: 18px; text-transform: uppercase; margin: 20px 0;}

/* This for loop creates the necessary css animation names Due to the split circle of progress-left and progress right, we must use the animations on each side. */
.progress-circular[data-percentage="10"] .progress-right .progress-circular-bar { animation: loading-1 1.5s linear forwards; }
.progress-circular[data-percentage="10"] .progress-left .progress-circular-bar { animation: 0; }

.progress-circular[data-percentage="20"] .progress-right .progress-circular-bar { animation: loading-2 1.5s linear forwards; }
.progress-circular[data-percentage="20"] .progress-left .progress-circular-bar { animation: 0; }

.progress-circular[data-percentage="30"] .progress-right .progress-circular-bar { animation: loading-3 1.5s linear forwards; }
.progress-circular[data-percentage="30"] .progress-left .progress-circular-bar { animation: 0; }

.progress-circular[data-percentage="40"] .progress-right .progress-circular-bar { animation: loading-4 1.5s linear forwards; }
.progress-circular[data-percentage="40"] .progress-left .progress-circular-bar { animation: 0; }

.progress-circular[data-percentage="50"] .progress-right .progress-circular-bar { animation: loading-5 1.5s linear forwards; }
.progress-circular[data-percentage="50"] .progress-left .progress-circular-bar { animation: 0; }

.progress-circular[data-percentage="60"] .progress-right .progress-circular-bar { animation: loading-5 1.5s linear forwards; }
.progress-circular[data-percentage="60"] .progress-left .progress-circular-bar { animation: loading-1 1.5s linear forwards 1.5s; }

.progress-circular[data-percentage="70"] .progress-right .progress-circular-bar { animation: loading-5 1.5s linear forwards; }
.progress-circular[data-percentage="70"] .progress-left .progress-circular-bar { animation: loading-2 1.5s linear forwards 1.5s; }

.progress-circular[data-percentage="80"] .progress-right .progress-circular-bar { animation: loading-5 1.5s linear forwards; }
.progress-circular[data-percentage="80"] .progress-left .progress-circular-bar { animation: loading-3 1.5s linear forwards 1.5s; }

.progress-circular[data-percentage="90"] .progress-right .progress-circular-bar { animation: loading-5 1.5s linear forwards; }
.progress-circular[data-percentage="90"] .progress-left .progress-circular-bar { animation: loading-4 1.5s linear forwards 1.5s; }

.progress-circular[data-percentage="100"] .progress-right .progress-circular-bar { animation: loading-5 1.5s linear forwards; }
.progress-circular[data-percentage="100"] .progress-left .progress-circular-bar { animation: loading-5 1.5s linear forwards 1.5s; }
 @keyframes loading-1 {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
   100% {
     -webkit-transform: rotate(36);
     transform: rotate(36deg);
  }
}
 @keyframes loading-2 {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
   100% {
     -webkit-transform: rotate(72);
     transform: rotate(72deg);
  }
}
 @keyframes loading-3 {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
   100% {
     -webkit-transform: rotate(108);
     transform: rotate(108deg);
  }
}
 @keyframes loading-4 {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
   100% {
     -webkit-transform: rotate(144);
     transform: rotate(144deg);
  }
}
 @keyframes loading-5 {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
   100% {
     -webkit-transform: rotate(180);
     transform: rotate(180deg);
  }
}

.progress-circular { margin-bottom: 1em; }

/* TOUR PAGE */
.tour-description { color: var(--colorDark); font-size: 16px; }

.tour-button{ border: 3px solid #001BF0; background: transparent; padding: 5px 20px; font-size: 17px; cursor: pointer; color:var(--colorDark); }
    .tour-button:hover{ border: 3px solid var(--colorDark); color: #000;}

.tour-itinerary h4{ margin-bottom: 0px; color: #fff; min-height: 32px;}
.tour-itinerary p{ margin-bottom: 0px; }
.tour-itinerary i{font-size: 16px;}
.tour-itinerary i.fas.fa-plane{ filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); display: inline-block;}

#img-prin-tour{ background-repeat: no repeat; background-position: center center; background-attachment: scroll ; -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover; height: 655px; }
#img-second-tour{ background-repeat: no repeat; background-position: center center; background-attachment: scroll ; -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover; height: 281px; }

.tour-haz-tu-reserva h4{ color: #474747; font-size: 25px; }
.tour-haz-tu-reserva p{ color: #848484; font-size: 16px; }

#tour-block .tour-progress i:before{ line-height: 79px; }

/* BUDGET PAGE */
.budget-main-info{ background: #fafafa; border: 1px solid #bebebe; padding: 30px 0 15px 30px; }
    .budget-group-name{ color: var(--colorPrimary); text-transform: uppercase; font-weight: bold; font-size: 25px; font-style: italic; }
    .budget-icon i{ font-size: 20px; }
    .budget-icon span{ color: var(--colorPrimary); text-transform: uppercase; font-weight: bold; font-size: 18px; }
    .budget-text span{ color: #7c7c7c; font-weight: bold; font-size: 18px; font-style: italic; margin-left: 25px; }
    .budget-price-description{ color: #7c7c7c; font-size: 16px; font-style: italic; margin-left: 25px; }

.button-budget{ background: var(--colorSecondary); color: #FFF; font-size: 22px; padding: 15px 70px; font-weight: bold; }
    .button-budget:hover{ background: var(--colorPrimary); text-decoration: none; color: #FFF; }

.budget-hotels .name{ color: #7f7f7f; font-weight: bold; }
.budget-hotels .dates{ color: var(--colorPrimary); margin-top: 15px; margin-bottom: 15px; }
.budget-hotels .description{ color: #7e7e7e; font-size: 14px; }

.budget-flight{ border: 1px solid #bfbfbf; box-shadow: 3px 3px 3px #ccc; padding: 25px 15px; }
    .budget-flight h4{ color: #444444; font-weight: bold; font-size: 23px; }

.budget-service h5 span{ color: var(--colorPrimary); font-weight: bold; }
.budget-service .price_since{ color: #444444; font-weight: bold; font-size: 18px; }
.budget-service .description{ color: #7c7c7c; font-size: 14px; }

.budget-program-and-price .description{ color: #7c7c7c; font-size: 13px; }

.tour-grid { 
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1px;
    align-items: start;
    justify-items: center;
}
.tour-grid a, .tour-grid a img { max-width: 100%; cursor: pointer; }
.tour-grid a:first-child{ grid-column: span 2; grid-row: span 2; }

/* CATEGORIAS PAGE */
#categorias-block .tag-container{ position: absolute; top: 225px; left: 40px; width: 100%; }
#categorias-block .tag-container h3{ background-color:var(--colorPrimary); color: #fff; padding: 4px 28px 4px 17px; border-radius: 16px; width: min-content; display: inline-block;}
#categorias-block .tag-elipse{ background-color:#fff; width: 32px; height: 32px; border-radius: 16px; display: inline-block; vertical-align: bottom; margin-left: 10px; }
.grow-container{overflow: hidden; border-radius: 0px 20px; }
.grow { transition: all .3s ease-in-out; }
.grow:hover { transform: scale(1.1); } 

.tour-type-home{ display: block; background: #fff; margin-bottom: 40px; cursor: pointer; text-decoration: none; }
    .tour-type-home img, .tour-type-home-active img{ width: 100%; }


/* NOTICIAS & BLOG */
.notice{ padding: 40px 15px; }

.notice a.read-more{ width: 113px; height: 38px; border: 3px solid #001BF0; background: transparent; padding: 5px 20px; font-size: 17px; cursor: pointer; color:var(--colorDark); }
    .notice a.read-more:hover{ border: 3px solid var(--colorDark); color: #000;}

.bq5-ultimas-noticias .content{ min-height: 80px; }

.notice-block{ border: 2px  solid #001BF0; border-top: none;}
.notice:last-child{ border: none; }
.notice h2{ line-height: 32px; }
.noticia-content ul li::marker{ color: var(--colorPrimary); }
.social-share li { background-color: var(--colorPrimary); width: 21px; height: 21px; border-radius: 10px; list-style: none; margin-bottom: 10px; }
.social-share li a i{ color: #fff; font-size: 14px;}
.return-to-blog{ position: absolute; z-index: 400; left: 21px; top: 140px; }
.return-to-blog a{ color:var(--colorDark); font-size: 15px; }

/* AVISO LEGAL PAGE */
#aviso-legal h1{color: var(--colorPrimary); font-size: 35px; font-weight: 600; margin-bottom: 35px; }ºº
#aviso-legal h2{color: var(--colorPrimary); font-size: 28px; font-weight: 600; margin-bottom: 20px; }
#aviso-legal ul li::marker{ color: var(--colorPrimary); }
#aviso-legal{ margin-bottom: 100px; }

/* DISEÑA TU VIAJE PAGE  */
#custom-travel-block{ background: url(../img/bg-disena-tu-viaje_new_4.png) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
#custom-travel-block #formDisenaTuViaje label{ color: #fff; font-size: 15px;}
#custom-travel-block #formDisenaTuViaje a{text-decoration: underline; color: #fff;}
#custom-travel-block #formDisenaTuViaje .btn-send{ text-decoration: none !important; width: 205px; height: 38px;}

/* QUIENES SOMOS PAGE  */
h2,h3{ color: var(--colorPrimary); font-size: 25px; }
#about-us-second-block{ margin-top: 78px; }
#about-us-second-block img{margin-top: -40px;}
#about-us-second-block h2,#about-us-second-block h3{ color: #fff; font-size: 35px; font-weight: 600; margin-bottom: 25px; }

/*FINANCIACIÓN Y CONSEJOS*/
#financing-advice h2{ color: var(--colorPrimary); font-size: 35px; }
#financing-advice h3, #financing-advice #financing-advice-second-block h2{ color: #707070; font-size: 30px; font-weight: 600; }
#financing-advice #financing-advice-second-block ol{ padding-left: 20px;  }
#financing-advice #financing-advice-second-block ol li::marker{ color: var(--colorPrimary); font-size: 22px; font-weight: 600;}
#financing-advice #image-container{ background-repeat:  no-repeat; background-size: cover; height: 371px; margin-top: 70px; background-position: top center; }
#financing-advice #advices-block-accordion h2{ color: #fff; font-size: 35px; font-weight: 600;}
#financing-advice #advices-block-accordion h5{ color: #fff; font-size: 25px; font-weight: 600;}
#financing-advice #advices-block-accordion .card{ background-color: var(--colorPrimary); }
#financing-advice #advices-block-accordion .accordion-toggle:after { float: right; display: block; content: ' '; background-image: url('../img/icons/icon_dropdown_close.svg'); background-size: 28px 28px; height: 28px; width: 28px; }
#financing-advice #advices-block-accordion .collapsed.accordion-toggle:after { float: right; display: block; content: ' '; background-image: url('../img/icons/icon_dropdown_open.svg'); background-size: 28px 28px; height: 28px; width: 28px; }
#financing-advice #advices-block-accordion .card-header, #financing-advice #advices-block-accordion .card-body{ padding-left: 0px; }
#financing-advice #advices-block-accordion .card-header{ background-color: transparent; border-bottom:1px solid #fff; }
#financing-advice #advices-block-accordion .card{ border:none;  }
#financing-advice #financing-advice-first-block .block-content, #financing-advice #advices-block-accordion .block-content, #tours-types-block .block-content{ max-width: 886px; margin:0 auto;}

/* BLOQUE POR QUÉ ELEGIRNOS*/
#why-us-block h2{font-size: 38px; font-weight: 600; color: var(--colorPrimary); }
#why-us-block{ padding-bottom: 180px; }

/* MODAL */
.modal-header h5{ margin: 0; padding: 0; font-weight: bold; }
.modal-header .close{ color: #d2d1d5; opacity: 0.8; font-size: 20px; }

/* CARD FOR RESERVATION */
.card-custom, .card-custom .card-header{ border: 0 !important; border-radius: 0 !important; }
    .card-custom .card-header{ cursor: pointer; }

/*FLOAT CONTACT BLOCK & BUTTON*/
#float-contact-button{ position: fixed; z-index: 400; right: 21px; top: 164px; display: none;}
#float-contact-block{ position: fixed; z-index: 399; right: 28px; top: 164px; width: 358px; height: 107px; background: #fff; box-shadow: 0px 3px 6px #00000029; border-radius: 16px; display: none;}
#float-contact-block p{ margin-top: 30px; margin-left: 30px; margin-bottom: 0px; font-size: 16px; color: #363535; font-weight: 600;}
#float-contact-block a{ margin-left: 30px; font-size: 23px; color: #001BF0; font-weight: 600; text-decoration: underline;}

/* WHATSAPP BUTTON */
.whatsappme{ display: none; position: fixed; z-index: 400; right: 20px; bottom: 20px; font-size: 16px; line-height: 26px; color: #262626; }
    .whatsappme .whatsappme__button{ position: absolute; z-index: 2; bottom: 8px; right: 8px; height: 60px; min-width: 60px; max-width: 95vw; background-color: #25D366; color: #fff; border-radius: 30px; box-shadow: 1px 6px 24px 0 rgb(7 94 84 / 24%); cursor: pointer; transition: background-color 0.2s linear; }
        .whatsappme .whatsappme__button svg{ width: 36px; height: 60px; margin: 0 12px; }
        .whatsappme .whatsappme__button .whatsappme__badge{ position: absolute; top: -4px; right: -4px; width: 20px; height: 20px; border: none; border-radius: 50%; background: #e82c0c; font-size: 12px; font-weight: 600; line-height: 20px; text-align: center; box-shadow: none; opacity: 0; pointer-events: none; }

/* CSS Switch */
input[switch] {
  display: none;
}

input[switch] + label {
  font-size: 1em;
  line-height: 1;
  width: 56px;
  height: 24px;
  background-color: #dee2e6;
  background-image: none;
  border-radius: 2rem;
  padding: 0.16667rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  font-weight: 500;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input[switch] + label:before {
  color: #2a3142;
  content: attr(data-off-label);
  display: block;
  font-family: inherit;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  position: absolute;
  right: 1px;
  margin: 2px 3px 3px 3px;
  top: 0px;
  text-align: center;
  min-width: 1.66667rem;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input[switch] + label:after {
  content: '';
  position: absolute;
  left: 3px;
  background-color: #e9ecef;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 2rem;
  height: 20px;
  width: 20px;
  top: 2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input[switch]:checked + label {
  background-color: #8bbf61;
}

input[switch]:checked + label:before {
  color: #ffffff;
  content: attr(data-on-label);
  right: auto;
  left: 3px;
}

input[switch]:checked + label:after {
  left: 33px;
  background-color: #e9ecef;
}

input[switch="bool"] + label {
  background-color: #f16c69;
}

input[switch="bool"] + label:before, input[switch="bool"]:checked + label:before,
input[switch="default"]:checked + label:before {
  color: #ffffff;
}

input[switch="bool"]:checked + label {
  background-color: #35a989;
}

input[switch="default"]:checked + label {
  background-color: #a2a2a2;
}

input[switch="primary"]:checked + label {
  background-color: #1b82ec;
}

input[switch="success"]:checked + label {
  background-color: #35a989;
}

input[switch="info"]:checked + label {
  background-color: #29bbe3;
}

input[switch="warning"]:checked + label {
  background-color: #f5b225;
}

input[switch="danger"]:checked + label {
  background-color: #f16c69;
}

input[switch="dark"]:checked + label {
  background-color: #2a3142;
}

/*FOOTER*/
.footer-bq1 p{font-size: 14px;}
.footer-bq1 a{color: #fff; text-decoration: none; font-size: 14px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.footer-bq1 a:hover{ color: var(--colorPrimary); }

.footer-bq2 a, .footer-bq2 li{font-size: 14px;}
.footer-bq2 i{color: var(--colorPrimary); margin-right: 10px; }

/* RESPONSIVE */

/*PÁGINA DE CATEGORÍAS*/
@media (min-width: 992px) and (max-width: 1199px) { #categorias-block .tag-container{ top: 168px } }
@media (min-width: 768px) and (max-width: 991px) { #categorias-block .tag-container{ top: 110px; left:30px; } }
@media (min-width: 525px) and (max-width: 767px){ #categorias-block .tag-container{ top: 322px; left:40px; } } 
@media (min-width: 505px) and (max-width: 524px) { #categorias-block .tag-container{ top: 305px; left:30px; } }
@media (min-width: 432px) and (max-width: 504px) { #categorias-block .tag-container{ top: 250px; left:30px; } }
@media (min-width: 364px) and (max-width: 431px) { #categorias-block .tag-container{ top: 200px; left:30px; } }
@media (min-width: 200px) and (max-width: 363px) { #categorias-block .tag-container{ top: 150px; left:30px; } }

/* PÁGINA DISEÑA TU VIAJE */
@media (min-width: 767px) and (max-width: 991px) { #custom-travel-block label{ min-height: 45px; } }

/* MENÚ PRINCIPAL AND HEADER*/
@media (max-width: 1200px) {

    /* HEADER TOP */
    .header-right-content{ display: none; }

    .header-logo img{ width: 125px; }
    .mainmenu .header-logo img{ margin-top: 0px;  }
    .main-menu-content{ max-width: 600px; }
    nav.menu{ display: none; }
    .mainmenu, .mainmenu-fixed{width: auto;}

    /*MOBILE MENU*/   
    .menu-mobile{display: block; }
    .mainmenu-fixed .header-logo{ padding-bottom: 15px; }
}

@media (max-width: 767px) {

    /* SLIDER */
    .bg-arrows .tparrows{ width: 40px; height: 40px; padding-top: 1px; }
    .bg-arrows .tparrows:before { font-size: 11px; }

    /* BLOQUE POR QUE NOSOTROS */
    .bg-3types-home .why-icon-container{ margin: 30px auto; }

    ./*bg6-footer-widgets{ text-align: center; }*/
    .footer-bq3{ margin-top: 20px; }

    .bg7-footer-copy{ text-align: center; }
    .footer-right-content{ text-align: left !important; }
    .bg7-footer-copy .row.pt-20px.pb-10px .text-white.font-size-14{text-align: left;}

    .common-slider{ max-width: 100%; height: 200px; margin: 0 auto }

    .tour-progress{ text-align: center; }

    /*FLOAT CONTACT BLOCK & BUTTON*/
    #float-contact-button, #float-contact-block{display: none !important;}

    /* PÁGINA FINANCIACIÓN Y CONSEJOS  */
    #financing-advice-second-block{ padding-top: 50px; }
    #financing-advice-second-block .col-md-8.font-size-16.pt-58px.pl-75px.pr-75px{ padding-left: 40px; padding-right: 40px; }
    .minheight45px, .minheight170px{ min-height: initial; }

    /* PÁGINA DISEÑA TU VIAJE */
    #custom-travel-block .font-size-35.text-center.txt-white.mt-65px.mb-30px{ margin-top: 0px; margin-bottom: 10px; }
    #custom-travel-block .space30{ height: 15px; }
    #custom-travel-block .row.mb-20px.animate__animated.animate__slideInUp .col-sm-12.col-md-6:first-child{ margin-bottom: 20px; }
    #custom-travel-block .row.animate__animated.animate__slideInUp:last-child .text-center{ text-align: left !important; }

    /* PÁGINA DE CONTACTO */
    #contact.bq1-titles.mt-40px.pb-60px.bg-light .container .row.mt-60px{ margin-top:30px; }
    #contact { background-color: #fff !important; }
    #contact .form-control{background-color: #fbfbfb !important;}

    /*PÁGINA DEL BLOG*/
    #blog.bq5-ultimas-noticias.mt-40px.pb-60px{ margin-top: 0px; }
    #blog .notice .col-md-4 img{ margin-bottom:10px; }

    /* PÁGINA DE POST */
    #post .social-share li{ display: inline; float: right; margin-right: 10px; }
    .return-to-blog { top: 308px; left:128px; }
    #post .container .row .col-md-1.mb-40px{ margin-bottom: 20px; }

    /* PÁGINA QUIENES SOMOS */
    #about-us-second-block{ height: auto; padding-bottom: 50px; }

    /* PÁGINAS DESTINO Y DESTINOS */
    .buscar-button-block{ text-align: center }
    .buscar-button-block #buscar-button{ margin-top: 20px; }
}

/* CUSTOM TOUR */
@media (min-width: 576px){.form-inline label {justify-content: left !important; margin-bottom: 10px !important;}}
@media (max-width: 460px) { .menu-mobile{ left: 80%; } }
@media (max-width: 414px) { .main-menu-content{ max-width: 414px; } }
@media (min-width: 576px){ #customTourForm.form-inline label {margin-bottom: 0px !important;}  #customTourForm .custom-select{ border-radius: 0px; } #customTourForm .col-sm-12.col-md-2{ height: 90px; } }
@media (min-width: 1199px){ 
    #customTourForm .col-md-2 { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } 
    .form-inline .custom-select, .form-inline .input-group {width: 196px !important;}
}
@media (max-width: 1199px){ 
    #customTourForm .br-1px{ border:none; } 
    #customTourForm .custom-select, #customTourForm .styledSelect{ border-right: none !important; }
    #customTourForm .col-md-2 { margin-top:0px !important; margin-bottom:0px !important; padding: 0px 25px 0px 25px;}
    #customTourForm .col-md-2:first-child { border-radius: 15px 15px 0px 0px; }
    #customTourForm .col-md-2:nth-child(4n) { border-radius: 0px 0px 15px 15px; padding-bottom: 30px; }
    #customTourForm .col-md-2:nth-child(5n) button{ border-radius: 15px !important; height: 60px; width: 75%; margin-top: -20px; }
    #customTourForm .col-md-2:nth-child(5n) { text-align: center;}
    #customTourForm .custom-select, #customTourForm .styledSelect{ border-bottom: 1px solid #292d2e85 !important; border-radius: 0px; }
    #customTourForm #customTours_category{ border-bottom: none !important; }
    #customTourForm .custom-select { background: #fff url(../img/down.svg) no-repeat right 2rem center; background-size: 15px; }
    #customTourForm .select, #customTourForm .options{ width:100%; }
    #customTourForm .col-md-2:nth-child(4n) .styledSelect {border-bottom: none !important;}
}

.modal {
    z-index: 10000 !important;
}
.swal2-container {
    z-index: 10001 !important;
}

.tp-bgimg.defaultimg{
    background-position: center !important;
}

.text-white-shadow{
    text-shadow: 2px 2px 2px black;
}
.bg-blue{
    background-color: var(--colorSecondary) !important;
}
.bg-blue .btn-secondary {
    color: #FFF !important;
    background-color: #333333 !important;
    border-color: #333333 !important;
}
#float-contact-button .btn-secondary {
    color: #FFF !important;
    background-color: var(--colorSecondary) !important;
    border-color: var(--colorSecondary) !important;
}