<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 {
	--primary: #1e4acc;
	--primary-color: #1e4acc;
	--primary-hover: #094296;
	--primary-lt: #317dee;
	--primary-lter: #3DB2FF;
	--secondary: #77838f;

    /*--primary: #ff424d;*/
    --primary-color: var(--primary);

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

	--success: #51b270;
    --info: #00dffc;
    --warning: #ffc107;
    --danger: #de4437;
    --light: #f8f9fa;

    --green: #51b270;
    --green-dk: #329951;
    --green-pine: #009C8B;
    --red: #ff424d;
    --orange: #F99C4C;
	--optional-blue: var(--primary-color);

    --blue-cbll: #1e4acc;
}

/** btn custom **/
.btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.015em;
    height: 46px;
    border-radius: 6px;
    border: 1px solid var(--primary-color);
    color: var(--white);
    background: var(--primary-color);
    min-width: 162px;
    margin: 0;
    padding: 0 20px;
}

.btn-primary.btn-line {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background: transparent;
}

.btn-primary:hover {
    border-radius: 6px;
}

.price .line-through {
    text-decoration: line-through;
    color: var(--dark);
}

.dropdown-menu .btn-primary.signin {
    font-size: 14px;
    padding: 8px 16px;
    letter-spacing: 0.015em;
    border: 1px solid #ff424d;
    margin-bottom: 7px;
    display: block;
    width: 100%;
    background: #ff424d;
    border-color: #ff424d;
    height: auto;
    border-radius: 0;
}

.sidenav .btn-primary.signin {
    font-size: 14px;
	font-weight: 300;
	padding: 8px 16px;
	letter-spacing: 0.015em;
	border: 1px solid #ff424d;
	margin-bottom: 0px;
	margin-top: 10px;
	display: block;
	width: 100%;
	color: #fff;
    background: #ff424d;
    border-color: #ff424d;
    height: auto;
    border-radius: 0;
}



/** icon sizes **/
.icon-sm {
    width: 38px;
    height: 38px; 
    background-repeat: no-repeat;
}

.icon-lg {
    width: 62px;
    height: 62px;   
}

.icon-xl {
    width: 94px;
    height: 94px;   
}

.icon-xxl {
    width: 190px;
    height: 162px;   
}

/**.circle-lens-grey {
    background-image: url(../../img/svg/icon-Circle-halo-LG--Lens-Grey.svg);
    background-repeat: no-repeat;
    background-size: cover;
}**/

.busqueda-sin-resultados-actividades {
    background-image: url(../../img/svg/busqueda-sin-resultados-actividades.svg);
    background-repeat: no-repeat;
    background-size: cover;
    
}


ul.no-bullets {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
}

/* -------------------------------------------------- */
/*  intro section                                     */
/* -------------------------------------------------- */
#intro .top-layer.listadoactividades, .intro .top-layer.listadoactividades {
	z-index: 1 !important;
	background: rgb(9,65,178);
	background: linear-gradient(135deg, rgba(9,65,178,1) 0%, rgba(45,113,214,1) 50%, rgba(9,65,178,1) 100%); 
	padding: 0;
	padding-bottom: 40px;
}


/* -------------------------------------------------- */
/*  LISTADO HOTELES                                   */
/* -------------------------------------------------- */


#intro .top-layer.listadoactividades, .intro .top-layer.listadoactividades {
    z-index: 1 !important;
    background: rgb(9,65,178);
    background: linear-gradient(135deg, rgba(9,65,178,1) 0%, rgba(45,113,214,1) 50%, rgba(9,65,178,1) 100%);
    padding: 0;
        padding-bottom: 0px;
    padding-bottom: 10px;
}

#intro .top-layer.listadoactividades #actividades,
#intro .top-layer.listadoactividades .hoteles,
.intro .top-layer.listadoactividades #actividades,
.intro .top-layer.listadoactividades .hoteles {
    margin-top: 25px;
}

#intro.xs .listadoactividades, .intro.xs .listadoactividades {
    padding-bottom: 14px;
}

#intro.xs .listadoactividades.small, .intro.xs .listadoactividades.small {
    padding-bottom: 4px;
}

.price-section .price-container-activities {
        border-left: none;
        border-top: 1px solid #d7e0e2;
        padding-top: 10px;
}

@media screen and (max-width: 470px) {
    .results-activities {
         display: inline !important;
    }
    .price-activities{
        text-align: right !important;
    }
}

.htl-container a.title-activities {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 14px;
    color: var(--black);
}

.days-available{
    display: inline-block;
    border: 1px solid #818494;
    background-color:#fff;
    color: #737373;
    border-radius: 5px;
    padding: 10px 5px;
    cursor: pointer;
    text-align:center;
    margin-right: 12px;
}


.days-available.selected, .days-available:hover {
        background-color:#ecf4fd;
        color: var(--dark);
        outline: 2px solid var(--blue-cbll);
        outline-offset: -2px;
}

.available-rooms{
    font-size: 22px !important;
}

.hoption-name, 
.info-ite {
    color:var(--black) !important;
}

.hoption-name {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    text-transform: none;
    color: var(--black);
}

.option-price-label{
    color:var(--black) !important;
    font-size: 15px;
}

.person-type {
    display: inline-block; 
    text-transform: capitalize;
}

.select-option {
    display: inline-block; width: 55px; border-radius: 4px;
}

.align-items-end {
    margin-bottom: 20px;
}

.flex-row {
    gap:30px;
}

.align-items-start {
    width: 80%;
}

.min-price {
    display: block;
}

.nodetail-img {
    width: 10%; height: 10%;
}

.nodetail-title {
    color: #1d1d1f; font-size: 2rem;
}

.nodetail-description {
    font-size: 1.5rem;
}

.no-refundable{
    color: #ff424d !important;
}

.option-description{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size:12px;
}

.price-option-row{
    display:flex;
    align-items: center;
    margin-bottom: 5px;
}

.price-selector-div{
    padding-right: 0px;
    padding-left:15px;
    padding-top:10px;
    padding-bottom: 10px;
    border: 1px solid #818494;
    border-radius: 5px;
}

.total-price{
    font-size: 16px;
    font-weight: 700;
    color: black;
}

#days .slick-prev:before, .slick-next:before {
 font-size: 25px;
}

@media (max-width: 992px) {
    .price-selector-div {
         margin-top:15px;
    }

    .total-price{
        display: inline-block;
        float: right;
    }

    .total-price-label{
     display: inline-block;
    }

    .info-list {
        padding-inline-start: 20px;
    }
}

.info-row{
    margin-bottom:25px;
    margin-left: 8px;
}


/* ----------------------------------------------------
   styles 2024                     
---------------------------------------------------- */
.panel-body {
    padding: 2rem;
}

.htl-details .booking-item-header p span.label {
    display: inline;
    padding: .15em .5em;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    background: var(--primary);
    white-space: nowrap;
    text-align: center;
    vertical-align: top;
    border-radius: .25em;
    letter-spacing: 0;
}

@media (max-width: 620px) {
    .navbar {
        margin-top: 0 !important;
    }
}

footer#main-footer {
    padding: 60px 0 25px 0;
}


/* ----------------------------------------------------
   #intro section                     
---------------------------------------------------- */

#intro .buscador .no-trigger {
    float: left;
    color: #fff;
    margin-top: -3px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
}

#intro.xs .intro-gap {
    padding-top: 10px;
}

#intro.xs .intro-gap.end {
    padding-bottom: 10px;
}

#intro.xs .tab-content {
    margin-top: 5px;
}

#intro.xs .buscador,
.intro.xs .buscador {
    background: transparent;
}

#intro.xs .listadovuelos,
.intro.xs .listadovuelos {
    padding-bottom: 14px;
}

#intro.xs .listadovuelos.small,
.intro.xs .listadovuelos.small {
    padding-bottom: 4px;
}

#intro .buscador .no-trigger {
    margin-top: 5px;
    margin-bottom: 2px;
}

#intro .table-bordered.choice a {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    padding-left: 2px;
}

#intro .table-bordered.choice a:hover span {
    text-decoration: underline !important;
}

#intro .table-bordered.choice tr {
    display: flex;
}

#intro .table-bordered.choice tr &gt; td {
    display: flex;
    align-items: center;
}

#intro .table-bordered.choice h3 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
}

/*  appear hidden-search */
.trigger {
    float: left;
    color: #fff;
    margin-top: -3px;
    line-height: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.trigger .show {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    display: block;
    cursor: pointer;
}

.trigger .show.open {
    opacity: 0.5;
}


/* ----------------------------------------------------
   #main-activity section                     
---------------------------------------------------- */
.flex-h-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
}

.elastic-section {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    
}

#main-activity i.icon-placeholder2 {
    font-size: 24px;
    color: var(--grey-dk);
}

#main-activity .elastic-section p {
    display: flex;
    flex-direction: row;
    gap: .5em;
}

.fixed-section {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
}

/* -- panel -- */
#main-activity .panel {
    border-radius: 12px;
}

#main-activity .panel .panel-heading {
    padding: 5px 2rem 2px;
}

#main-activity .panel.panel-default,
#main-activity .panel.panel-menu {
    background-color: #fff;
    border-radius: 0;

    border-radius: 8px;
    border: 1px solid transparent;
    margin-bottom: 15px;
}

#main-activity .panel .activity-options {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

#main-activity .panel .activity-options .option {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
}

#main-activity .panel .activity-options .option.red {
    color: var(--red);
    + svg {
        fill: var(--red);
    }
}

#main-activity .panel .activity-options .option.red svg {
    fill: var(--red);
}

#main-activity .nav-tabs.advert &gt; li.active &gt; a {
    color: var(--dark);
}

/*
#main-activity .panel .slick-list .slick-track {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
*/

#main-activity .panel .slick-list .slick-track .slick-slide {
    margin: 0 7px;
}

#main-activity .panel .slick-list .slick-track .slick-slide,
#main-activity .panel .slick-list .slick-track .slick-slide .days-available {
    display: inline-block;
    width: 134px;
}

.days-available {
    margin-top: 16px;
    width: 120px;
}

#main-activity .panel.paxandpay.booking .booking-title {
    margin-bottom: 30px;
    padding: 0;
}

#main-activity .panel.paxandpay.booking .booking-title.mb-20 {
    margin-bottom: 20px;
}

.info-item {
    font-size: 17px;
    font-weight: 700;
    color: var(--black);
}

.info-list {
    color: var(--black);
}

.info-panel-heading {
    color: var(--black);
    padding-left: 24px;
    padding-top: 16px;
}

.activity-description {
    color: black;
}

/* -- price-section -- */                    
.activity-price.price-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    float: none;
    padding: 0;
    margin-bottom: 3rem;
}
.activity-price.price-section .price {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0 !important;
    text-align: right;
    color: #3e3e3e;
    position: relative;
}
.activity-price.price-section .signal {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: right;
    color: #3e3e3e;
    width: 100%;
}
.activity-price.price-section .taxes {
    display: flex;
    justify-content: flex-end;
    font-weight: 300;
    text-align: right;
    color: #737373;
    margin-right: 0;
    padding-right: 0;
}
.activity-price.price-section .last-seats {
    display: flex;
    justify-content: flex-end;
    font-weight: 300;
    text-align: right;
    color: var(--primary);
    margin-right: 0;
    padding-right: 0;
}

.activity-price.price-section .btn {
    width: 175px;
}

/* -- resumen -- */
#main-activity.global-wrap.htl-details {
    background: #edeff5 !important;
    height: 100%;
}

#main-activity .card-flex {
    display: flex;
    flex-direction: row;
    background-color: var(--white);
    border-radius: 12px;
    /*height: 630px;*/
    
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px; */
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

#main-activity .card-flex .aside {
    max-width: 60%;
    border-radius: 1rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /*height: 630px;*/
}

#main-activity .card-flex .main {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    max-width: 40%;
    text-align: left;
    padding: 2rem;
    /*height: 630px;*/
}

#main-activity .card-flex .aside img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;                           
    border-radius: 1rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#main-activity .card-flex .main p {
    font-size: 1rem;
    line-height: 1.75rem;
}

#main-activity .card-flex .pretitle {
    font-size: 0.9375rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.35;
}

#main-activity .card-flex .title {
    margin-bottom: .5em;
}

#main-activity .show-details {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7px;
    font-size: 14px !important;
    color: var(--primary-color);
}

#main-activity .show-details i {
    font-size: 12px !important;
}

#main-activity .btn.btn-primary {
    font-weight: 300 !important;
    height: 46px;
    width: auto;
    padding: 10px 20px;
}

.adult-row,
.children-row,
.infant-row
.total-row {
    width: 260px;
    justify-content: space-between;
}

.children-row,
.infant-row {
    padding-bottom: 10px;
}

.total-row {
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid;
    padding-top: 10px;
}

/*@media (max-width: 1024px) {
    #main-activity .card-flex {
        height: 1180px;
    }
}*/

@media (max-width: 768px) {
    #main-activity .card-flex .main {
        padding: 15px;
    }

    #main-activity .panel .panel-heading {
        padding: 15px 15px 12px;
    }

    /*#main-activity .card-flex {
        height: 900px;
    }*/

    .img_main {
        max-height: 200px;
    }

    .days-available {
        height: 90px;
    }
}

@media (max-width: 1199px) {
    #main-activity .card-flex {
        flex-direction: column;
    }

    #main-activity .card-flex .aside {
        width: 100%;
        max-width: 100%
    }

    #main-activity .card-flex .aside img {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    #main-activity .card-flex .main {
        max-width: 100%;
    }
};


@media all and (min-width: 600px) {
    #main-activity .card-flex .aside { flex: 1 0 0; }
}

/* -- how-many-pax -- */
.how-many-pax {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    padding-right: 16px;
}

.how-many-pax .pax-selector {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    align-items: flex-start;
}

.how-many-pax .pax-selector &gt; div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap:20px;
    min-width: 200px;
    margin-bottom: 12px;
}

.how-many-pax .pax-selector &gt; div:last-child {
    margin-bottom: 0;
}

.how-many-pax .pax-selector &gt; div &gt; div.right-section {
    align-items: flex-end;
}

.how-many-pax .expanded-block,
.how-many-pax .fixed-block {
    border: none;
    padding-top: 0;
}

.how-many-pax .last-seats {
    font-size: 16px;
    font-weight: 300;
    color: var(--primary-color);
}

@media screen and (max-width: 768px) {
    .how-many-pax {
        flex-direction: column;
    }

    .how-many-pax .fixed-block {
        margin-bottom: 40px;
    }

    .how-many-pax .booking-title,
    .how-many-pax .fixed-block,
    .pax-selector,
    .pax-selector &gt; div,
    .how-many-pax .expanded-block,
    .how-many-pax .expanded-block div{
        width: 100% !important;
    }

    .how-many-pax .fixed-block {
        border-top: 1px solid #e3e3e3;
        padding-top: 30px;
    }

    .adult-row,
    .children-row,
    .infant-row
    .total-row {
        width: 100%;
    }
}

.list-1 {
    opacity: 1; width: 50%; margin: auto;
}

.list-2 {
    opacity: 1; width: 70%; margin: auto;
}

.list-3 {
    opacity: 1; width: 90%; margin: auto;
}

.mt-20 { margin-top: 20px; }

.gap {
    margin: 10px 0px 10px 0px !important;
}

.option_detail {
    width: 40%;
}

/*.btn-primary {
    width: 100% !important; 
    border-radius: 12px; 
    margin-top: 12px;
    display: inline-block;
}*/

.option_data {
    padding-left: 32px;
}

@media only screen and (max-width: 600px) {
    .panel-body {
        padding-left: 1rem;
    }
    .option_detail {
        width: 100%;
    }
}

/* ----------------------------------------------------
   activity-search page                     
---------------------------------------------------- */
.panel.hotel-list.featured {
    border-radius: 12px !important;
}

.panel.hotel-list.featured .hotel-detail.title-activities,
.panel.hotel-list.featured .hotel-detail h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.35em;
    color: var(--black);
}

.panel.hotel-list.featured .hotel-detail &gt; img {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}


/** activities-list **/
.activities-list h2 {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: var(--black);
}

.activities-list .badge {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    height: 24px;
    white-space: unset;
    border-radius: 12px;
    background-color: var(--green-pine);
    margin: 0;
    padding: 4px 15px !important;
}

.activities-list .badge.orange {
    background-color: var(--orange);
}

/* -----------------------------------
   Restyle cards                     
-------------------------------------- */
/** Fixed */

.Fixed {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin-top: 54px;
}


/** Flex */
.Flex {
    display: flex;
    align-items: flex-start
}

.Flex img {
    display: none
}

.Flex h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25rem
}


@media (min-width:0px) {
    .Flex {
		display: flex;
		align-items: flex-start
    }
    
	.Flex img {
		display: none
    }
    
	.Flex h4 {
		font-size: 16px;
		font-weight: 600;
		line-height: 1.25rem
	}
}

@media (min-width:320px) {
	.Flex {
		display: flex;
		align-items: flex-start
    }
    
	.Flex img {
		margin-right: 15px;
		width: 48px;
		height: 48px;
		margin-bottom: 0;
		display: initial
    }
}

@media (min-width:768px) {
    .Flex {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
	.Flex img {
		display: initial;
		height: auto;
        max-height: 170px;
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.35rem;
	}
}


/** FlexColumn */
@media (min-width:0px) {
    .FlexColumn{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: center;
        width: 100%;
    }

    .FlexColumn.p-1r {
        padding: 1rem 1rem 0;
    }

    .FlexColumn.p-2r {
        padding: 1rem 1rem 2rem 1rem;
    }

    .FlexColumn h1,
    .FlexColumn h2,
    .FlexColumn h3,
    .FlexColumn h4,
    .FlexColumn h5,
    .FlexColumn h6 {
        display: flex;
        text-align: left;
        margin: 0;
        height: auto
    }

    .FlexColumn.h4,
    .FlexColumn h4 {
        font-size: 24px;
        line-height: 1.25em;
        color: var(--black);
    }

    .FlexColumn div {
        display: flex;
        align-items: flex-start;
        text-align: left;
    }

    .FlexColumn div p {
        margin-bottom: 0;
    }

    .FlexColumn div p + p {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }

    .flexBasis100 {
        flex-basis: calc(100%);
	}
}

@media (min-width:768px) {
    .FlexColumn {
        display: flex;
        align-items: flex-start;
    }

    .FlexColumn .Left {
        text-align: left;
    }
}

/**  Cards **/
.Cards {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:  flex-start;
    gap: 1rem;
	width: 100%;
    margin-bottom: 50px;
}

.Cards.Column {
	flex-direction: column
}

.Cards.Left {
	justify-content: left
}

.Cards.Right {
	justify-content: right
}

.Cards.Center {
	justify-content: center
}

.Cards.MessageCards {
	height: calc(100vh - 59px)
}

.Cards.MessageCards &gt; div &gt; div {
	align-self: flex-start
}

.Cards.MessageCards &gt; div &gt; div h4 {
	font-size: 18px
}

@media (min-width:0px) {
	.Cards.ColorCardsMobile {
		display: flex;
		justify-content: space-between
	}
}

@media (min-width:768px) {
	.Cards.MessageCards {
		height: auto;
		margin-top: 70px
    }
    
	.Cards.ColorCardsMobile {
		justify-content: center
	}
}

@media (min-width:1024px) {
    .Cards {
        margin-left: 0;
        margin-right: 0;
    }
}


/** Card */
.Card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: stretch;
	align-items: center;
    border-radius: 12px;
    border: 1px solid #d3dce6;
	background-color: var(--white);
	color: var(--dark);
	text-align: center;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: 100%;
	padding: 1rem;
	margin: .625rem;

	cursor: pointer;
	outline: none;
	outline-width: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none
}

.Card:nth-of-type(3n+1) {
    margin-left: 0;
}

.Card.Large {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(50% - 1.25rem);
}

.Card.Medium {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(33% - 1.25rem);
}

.Card.Small {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(25% - 1.25rem);
}

.Card.Small .ProductIcon {
    height: 42px;
    width: auto
}

.Card .ProductIcon {
	height: 70px;
	width: auto
}

.Card .img-container {
    width: 100%;
}

.Card .img-container img {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    height: 168px;
    width: 100%;
    object-fit: cover;

    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.Card .text-box {
    flex-direction: column;
    width: 100%;
    font-size: 1rem;
    gap: .5rem;
}

.activities-list .text-box .date {
    font-weight: 700 !important;
}


.Card .bottom-box {
    width: 100%;
    padding: 0 1rem 1rem;
}

.Card h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25em;
    color: var(--black);
    margin-bottom: 10px !important;
}


.Card .price-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
    width: 100%;
    margin: 0 0 1rem;
}

.Card .price.price-activities {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: var(--black);
    margin-bottom: 0;

    display: flex;
    align-items: flex-start;
}

.Card .price.price-activities span {
    font-size: 16px;
    font-weight: 300;
    padding-right: 2px;
}

.Card .taxes {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
}

.Card .Button,
.Card .btn {
    height: 38px;
}


.Card h4 {
    text-transform: none;
}


/** message **/
.Card.message {
    border: none;
    background: transparent;
    text-align: center;
    margin-top: 20px;
}

.Card .card-title {
    margin-bottom: 1rem; /* Ajusta segÃºn el espacio que quieras */
}

.Card .card-text {
    margin-top: 0.5rem; /* Esto elimina cualquier margen superior adicional */
}


.Card.message .card-body div:first-child {
    gap: 1rem;
}


/** help-card **/
.Card.help-card .img-container {
    display: flex;
    justify-content: center;
    padding: 2rem 1rem 0;
}

.Card.help-card .FlexColumn div,
.Card.help-card .FlexColumn div h4 {
    align-items: center;
    text-align: center;
}

.Card.help-card .FlexColumn div h4 {
    font-size: 1.25rem;
    font-weight: 700;
}



@media (min-width:0px) {
	.Card {
		flex-grow: 0;
		flex-shrink: 1;
		flex-basis: 100%;
		margin: 0;
		padding: 0;
		flex-direction: column;
		text-align: center;
    }

    .Card:first-child {
		border-top: 1px solid #d3dce6;
    }

    .Card.Large,
    .Card.Medium,
    .Card.Small {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: 100%;
    }

    .Card .Paragraph,
    .Card p {
        margin-bottom: 0;
        line-height: 1.15rem;
    }

    .Card .Button {
		margin: 0
    }

}

@media (min-width:768px) {
	.Card {
        flex-direction: column;
		text-align: center;
		margin: .5rem 0;
        padding: 0;
    }

    .Card.Large,
    .Card.Medium,
    .Card.Small {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc(50% - 1.25rem);
    }
    
	.Card h4 {
        display: inline;
        font-size: 24px;
        font-weight: 300;
        line-height: 1.25em;
        color: var(--black);
        margin-bottom: 10px;
    } 

    .Card p {
        line-height: 1.5rem;
    }
    
	.Card:first-child {
		text-align: center
    }
    
	.Card .Price {
		font-size: 18px;
		text-align: right
    }

    .Card .Price.finalPrice {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.25rem
    }

    .Card .Button {
		margin: 0 auto 10px
    }
}

@media (min-width:1024px) {
	.Card.ExtraLarge {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: 100%;
        max-width: 750px;
    }

    .Card.Large,
    .Card.Large.PaymentMethod,
    .Card.Large.Resume {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc(50% - 1.25rem);
    }
    
    .Card.Medium {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc(33% - 0.5rem);
    }
    
    .Card.Small {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc(25% - 0.8rem);
    }
}


/* ------------------------------------
   Icons 2021 
------------------------------------ */
.icon-xxs {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.icon-xs {
    width: 22px;
    height: 22px;
}

.icon-sm {
    width: 38px;
    height: 38px; 
    background-repeat: no-repeat;
}

.icon-lg {
    width: 62px;
    height: 62px;   
}

.icon-xl {
    width: 94px;
    height: 94px;   
}

.panel.hotel-list {
    margin-bottom: 50px;
}

.panel-footer {
    background-color: white;
    margin-left: 0px;
}

.cancel-policy {
    color: black;
    padding-right: 20px;
    padding-left: 24px;
    padding-bottom: 12px;
}

.activity_description {
    padding: 12px; 
}

.top-layer.container {
    background: white !important;
}

.child-age {
    color: var(--grey-dk) !important;
    font-size: 14px;
}

.view-details-activity {
    border: 1px solid #ff424d !important; 
    border-radius: 8px !important; 
    color: #ff424d !important;
    margin-bottom: 32px !important; 
    width: 95% !important; 
    margin-left: 12px !important;
}
.view-details-activity:hover{
    color: #FFFFFF !important;
}

.btn-reserve-option{
    background-color: #ff424d !important;
    border-color: #ff424d !important;
}

.btn-reserve-option:hover{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;

}

.available-options {
    background: #ff424d !important;
    border: 1px solid #ff424d !important;
}

#btn-show-details {
    color: #ff424d !important;
}

.nav-tabs-mobile {
    display: block !important; 
    height: 33px;
}</pre></body></html>