<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------
   Styles Cuballama Viajes 2024
------------------------------------ */
:root {
	font-size: 16px;
	--primary: #1e4acc;
	--primary-color: #1e4acc;
	--primary-hover: #094296;
	--primary-lt: #317dee;
	--primary-lter: #3DB2FF;
	--secondary: #77838f;

    --primary: #ff424d;

	--white: #ffffff;
	--black: #000000;
	--dark: #3e3e3e;    /* #333e48; */
	--grey-dker: #1c2b39;
	--grey-dk: #737373;
	--grey: #969dac;
	--grey-lt: #b6c1c9;
	--grey-lter: #f4f4f4;
	--grey-blue-lt: #d7e0e2;
	--grey-blue-lter: #f1f4f7;
	--blue: var(--black);
	--blue-lter: #8cb2cd;

	--success: #51b270;
    --info: #00dffc;
    --warning: #ffc107;
    --danger: #de4437;
    --light: #f8f9fa;
    --green: #5cb85c;
    --green-dk: #329951;
    --red: #ff424d;

	--green: #51b270;
	--red: #ff424d;
	--optional-blue: var(--primary-color);
}


/* ------------------------------------
   Travel summary 
------------------------------------ */
.container_menu_top.travel-summary {
    padding: 30px 15px;
    margin-right: auto;
    margin-left: auto;
}

.travel-summary .nav-pills {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.travel-summary .nav-pills::before,
.travel-summary .nav-pills::after {
    display: none;
}

.travel-summary .nav-pills &gt; li {
    width: 100%;
}

.travel-summary .nav-pills &gt; li + li {
    margin-left: 0;
}

.travel-summary .nav-pills &gt; li:last-child {
    display: flex;
    gap:0;
}

.travel-summary .nav-pills &gt; li &gt; a {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-width: 2px;
    border-style: solid;
    border-color: #f7f7f7;
    border-radius: 10px;
    background: #f7f7f7;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    padding: 0px 10px 10px;

    width: 100%;
}

.travel-summary .nav &gt; li &gt; a:hover,
.travel-summary .nav &gt; li &gt; a:focus {
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #f7f7f7 !important;
}

.travel-summary .nav-pills &gt; li &gt; a.selected {
    border-color: var(--primary-color) !important;
}

.travel-summary .nav-pills &gt; li &gt; a img {
    width: 75px;
    height: 75px;
}

@media (max-width: 991px) {
    .container_menu_top.travel-summary {
        padding: 0 0 10px 10px;
    }

    .travel-summary .nav-pills {
        overflow-x: scroll;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* Explorer 10+ */
        gap: 7px;
    }

    .travel-summary ::-webkit-scrollbar {
        display: none;
    }

    .travel-summary .nav-pills &gt; li:hover,
    .travel-summary .nav-pills &gt; li:focus {
        background-color: var(--grey-lter);
        border-radius: 10px;
    }

    .travel-summary .nav &gt; li &gt; a:hover,
    .travel-summary .nav &gt; li &gt; a:focus {
        border-width: 0 !important;
        border-style: none !important;
    }

    .travel-summary .nav-pills &gt; li:last-child {
        padding-right: 10px;
    }

    .travel-summary .nav-pills &gt; li &gt; a {
        border: none;
        border-radius: 0;
        background: transparent;
        color: var(--black);
        font-size: 14px;
        font-weight: 400;
    }

    .travel-summary .nav-pills &gt; li &gt; a.selected {
        color: var(--primary-color);
        font-weight: 600;
    }

    .travel-summary .nav-pills &gt; li &gt; a img {
        width: 50px;
        height: 50px;
    }
}


/* ------------------------------------
   Viajes OLD updated 
------------------------------------ */
@media (min-width:768px) {
    .container_menu_top {
        width:750px
    }
}

@media (min-width:992px) {
    .container_menu_top {
        width:970px
    }
}

@media (min-width:1200px) {
    .container_menu_top {
        width:1170px
    }
}

@media (min-width:1400px) {
    .container_menu_top {
        width: 1370px !important; /* 1170px */
    }

    .item_offer {
        width: 1336px; 
        height: 490px;
    }

    /*.visible-lg {
        display: flex !important;
    }*/
}

.navbar-container {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    padding: 18px 0 0 0;
}

.container_menu_top &gt; .navbar-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.container_menu_top &gt; .navbar-header::before {
    display: none;
}

.navbar-brand.logo img, 
.navbar-brand.logo.item img {
    width: auto;
    height: 50px;
}


/* ------------------------------------
   nav-tabs 
------------------------------------ */
.nav-tabs.travel-menu {
    display: inline-flex;
    width: auto;
    overflow-x: auto;
    border-bottom: none;

    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;   /*// IE 10+*/
    overflow-x: scroll;         /*// Firefox*/
    overflow-y: hidden;
    scrollbar-width: none;

    display: block;
}

.nav-tabs.travel-menu &gt; li {
    -webkit-flex: 1 0 86px;
            flex: 1 0 86px;

    -webkit-flex: 1 0 100px;
            flex: 1 0 100px;
}

.nav-tabs.travel-menu &gt; li.active &gt; a,
.nav-tabs.travel-menu &gt; li.active &gt; a:focus,
.nav-tabs.travel-menu &gt; li.active &gt; a:hover {
    border-width: 0;
}

.nav-tabs.travel-menu &gt; li &gt; a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;

    border: none;
    color: rgba(0, 0, 0, 0.6);
    fill: rgba(0, 0, 0, 0.6);
    padding: 0 15px 15px;
}

.nav-tabs.travel-menu &gt; li.active &gt; a,
.nav-tabs.travel-menu &gt; li &gt; a:hover {
    border: none;
    color: var(--primary-color) !important;
    background: transparent;
}

    .nav-tabs.travel-menu &gt; li.active &gt; a .icon,
    .nav-tabs.travel-menu &gt; li &gt; a:hover .icon {
        fill: var(--primary-color) !important;
        opacity: 0.75;
    }

.nav-tabs.travel-menu &gt; li &gt; a::after {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    height: 4px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs.travel-menu &gt; li &gt; a:hover::after {
    width: 100% !important;
    transform: scale(1);
    background: rgba(0, 0, 0, 0.6);
}

.nav-tabs.travel-menu &gt; li.active &gt; a::after,
.nav-tabs.travel-menu &gt; li:hover &gt; a::after {
    transform: scale(1);
    background: var(--primary-color);
    opacity: 0.75;
}

.nav-tabs.travel-menu &gt; li &gt; a .icon {
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
}

.nav-tabs.travel-menu &gt; li &gt; a &gt; i + span {
    margin-left: 0;
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px
}

.nav-tabs.travel-menu::-webkit-scrollbar {
    display: none; /*Safari and Chrome*/
}


/* -- */
.navbar {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}

.navbar-brand.logo.item {
    height: 50px;
    margin: 0;
}

.nav-tabs &gt; li.nav-item {
    padding: 0;     /* 0 10px; */
    color: rgba(0, 0, 0, 0.6);

    width: 100px;
}

.nav-tabs &gt; li.nav-item &gt; a {
    font-size: .8rem;
    font-weight: normal;
    line-height: 2em;
}

.nav-tabs &gt; li.nav-item a span {
    text-wrap: nowrap;
}

.nav-tabs &gt; li.nav-item.selected &gt; a::after {
    transform: scale(1);
}

.nav-tabs &gt; li.nav-item a .nav-icon {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    fill: currentColor;
    font-size: 1.7142857142857142rem;
}

@media (max-width:1199px) {
    .navbar {
        border-bottom: none;
    }

    .navbar-container {
        padding: 12px 0;
    }

    .container_menu_top &gt; .navbar-header {
        justify-content: center;
    }

    .nav-tabs {
        display: none !important;
    }
}

@media (max-width:991px) {
    .navbar {
        margin-bottom: 20px;
    }
}

/* ------------------------------------
   stack-bar 
------------------------------------ */
.stack-bar {
    display: none;
}

@media (max-width:1199px) {
    .stack-bar {
        display: flex !important;
        flex-direction: column;
        -moz-box-flex: 0;
        flex-grow: 0;
        -moz-box-pack: center;
        justify-content: center;
        width: 100%;
        position: absolute;
        bottom: 0;
        z-index: 3;
    }

    .stack-bar .navbar {
        margin-bottom: 0;
    }

    .stack-bar .nav-tabs {
        display: flex !important;
        -moz-box-pack: center;
        justify-content: center;
        background-color: rgb(255, 255, 255);
        height: 76px;
        box-shadow: rgba(0, 0, 0, 0.32) 0px 0px 15px 0px;
        -moz-box-flex: 0;
        flex-grow: 0;
    }

    .stack-bar .nav-tabs.travel-menu &gt; li {
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .stack-bar .nav-tabs.travel-menu &gt; li &gt; a {
        padding: 15px 0 0 0;
    }

    .stack-bar .nav-tabs.travel-menu &gt; li &gt; a::after {
        content: "";
        background: rgba(0, 0, 0, 0.6);
        height: 4px;
        position: absolute;
        width: 100%;
        left: 0px;
        top: 0;
        transition: all 250ms ease 0s;
        transform: scale(0);
    }

    .stack-bar .nav-tabs.travel-menu &gt; li.active &gt; a::after,
    .stack-bar .nav-tabs.travel-menu &gt; li:hover &gt; a::after {
        transform: scale(1);
        background: var(--primary-color);
        opacity: 0.75;
    }

    .stack-bar .nav-tabs &gt; li.nav-item {
        padding: 0;
        width: auto;
    }

    .stack-bar .nav-tabs &gt; li.nav-item &gt; a {
        font-size: .8rem;
    }
}


/* ------------------------------------
   xtra styles 
------------------------------------ */
@media (min-width:768px) {
    
    /*
    .navbar-header_menu_cuballama {
        border-bottom: 1px solid; 
        border-color: #e0e0e0; 
        margin-bottom: 0px !important;
    }

    .item-menu-viajes {
        min-width: 90px;
        min-height: 120px;
    }
    */

    .navbar-container {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between;
        padding: 15px 15px 0 15px !important;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 768px) {
    .intro-gap {
        padding-top: 30px !important;
    }
}

.container_menu_top {
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 15px;
}

#three-select {
    padding-left: 20px;
}

@media screen and (max-width: 768px) {
    #three-select {
        padding-top: 12px;
    }
}

.bg-img.vuelos {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
    .container_menu_top.transfer_menu, .container_menu_top.show-search {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    #one-select, .narrow-grid {
        margin: 0px 0px !important;
    }
}

@media (min-width:1400px) {
    .container_menu_top.transfer_menu, .container_menu_top.show-search {
        padding: 0px 0px !important;
    }
}

.container.legal {
    margin-right: 35px;
    margin-left: 35px;
    width: 1370px;
    max-width: 1370px;
}

@media (max-width: 991px) {
    .container.legal {
        margin-left: 0px;
    }

    /*#three-select {*/
    /*    margin-left: 105px;*/
    /*}*/
}

@media (min-width:1400px) {
    .bg-img.hoteles {
        height: 336px !important;
    }

    .bg-img.hoteles.activity {
        height: 286px !important;
        padding-bottom: 30px !important;
    }

    #main-footer {
        padding-top: 40px !important;
    }

    #three-select {
        padding-top: 20px !important;
    }
}

/*
.presentation {
    width: 90% !important;
}
*/</pre></body></html>