@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');

/* Reset */

html,
body {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    overflow-x: hidden;
}

body {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    min-height: 100vh;
}

.error-conexion {
    position: relative;
    width: 100vw;
    text-align: center;
    padding-top: 110px;
}

.error-conexion img {
    width: 90%;
    max-width: 700px;
    margin: 50px auto;
}

.w-100 {
    width: 100% !important;
}

a {
    color: #000000;
    text-decoration: none;
    transition: all 350ms;
}

a:hover {
    color: #000000;
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
}

a:visited {
    text-decoration: none !important;
}

.img-responsive {
    max-width: 100%;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.uppercase {
    text-transform: uppercase;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* GENERAL */

.conocenos,
.title-contacto,
.actividades,
.carrito {
    margin-top: 200px;
}

.title {
    color: #3D4354;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.subtitle {
    color: #1C2635;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 50px;
    font-weight: 400;
}

.small-subtitle {
    color: #0079C1;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.section-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.btn {
    display: block;
    margin: 0 auto;
    background: #3D4354;
    width: fit-content;
    border-radius: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 2px;
    padding: 10px 40px;
    transition: all 350ms;
}

.btn:hover {
    color: #ffffff;
    background: #272c38;
    transition: all 350ms;
}

.lnk {
    font-size: 16px;
    border-bottom: 1px solid;
    font-weight: 500;
}


/* -- MODULES -- */

.idioma-moneda {
    display: flex;
    padding-top: 10px;
    color: black;
}

.page-home .idioma-moneda {
    color: #333;
}

.idioma-moneda .idioma,
.idioma-moneda .moneda {
    align-items: center;
    position: relative;
    margin-right: 20px;
}

.page-home .idioma-moneda .idioma .elegir-idioma:before,
.page-home .idioma-moneda .moneda .elegir-moneda:before,
.page-home .idioma-moneda .idioma .elegir-idioma:after,
.page-home .idioma-moneda .moneda .elegir-moneda:after,
.page-home .idioma-moneda .moneda .log-usuario:before,
.page-home .idioma-moneda .moneda .log-usuario:after {
    background: #333;
}

.idioma-moneda .idioma .elegir-idioma:before,
.idioma-moneda .moneda .elegir-moneda:before,
.idioma-moneda .idioma .elegir-idioma:after,
.idioma-moneda .moneda .elegir-moneda:after,
.idioma-moneda .moneda .log-usuario:before,
.idioma-moneda .moneda .log-usuario:after {
    content: "";
    position: absolute;
    display: block;
    height: 5px;
    width: 1px;
    background: #000;
    right: 5px;
    top: 10px;
    transform: rotate(45deg);
}

.idioma-moneda .idioma .elegir-idioma,
.idioma-moneda .moneda .elegir-moneda {
    display: block;
    cursor: pointer;
    margin-right: 20px;
}

.idioma-moneda .moneda .log-usuario {
    display: block;
    margin-right: 20px;
    cursor: pointer;
}

.idioma-moneda .idioma .elegir-idioma:after,
.idioma-moneda .moneda .elegir-moneda:after {
    transform: rotate(-45deg);
    right: 8px;
}

.idioma-moneda .idioma .drop-elegir,
.idioma-moneda .moneda .drop-elegir {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    background: #ffffffcc;
    z-index: 1;
    padding: 5px;
    width: 170px;
    border: 1px solid lightgray;
}

.idioma-moneda .idioma .drop-elegir .content img,
.idioma-moneda .moneda .drop-elegir .content img {
    margin: 5px;
}

.idioma-moneda .idioma .drop-elegir .content,
.idioma-moneda .moneda .drop-elegir .content {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: black;
}

.idioma-moneda .idioma .drop-elegir .content:hover,
.idioma-moneda .moneda .drop-elegir .content:hover {
    background-color: #fff;
}


/*
.flex-viewport {
    height: 100vh;
} */

.box {
    position: relative;
    display: block;
    box-shadow: 9px 10px 9px -5px rgba(0, 0, 0, 0.17);
}

.item {
    float: left;
    padding-left: 50px;
    margin-bottom: 20px;
    background-image: url(img/i-destino.png);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 14px;
}

.item {
    font-size: 12px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item.duracion {
    background-image: url(img/i-duracion.png);
    background-position-y: top;
}

.item.salidas {
    background-image: url(img/i-salida.png);
    width: 100%;
    height: 3rem;
    display: flex;
    align-items: center;
}

.item.comienza {
    background-image: url(img/i-comienza.png);
}

.item.menores {
    background-image: url(img/i-menores.png);
}

.item.bebes {
    background-image: url(img/i-bebes.png);
}

.item.half {
    max-width: 45%;
    margin-right: 20px;
}

.box .image {
    width: 100%;
    height: 250px;
}

.box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.box .content {
    background: #ffffff;
    padding: 20px;
    font-size: 14px;
}

.box .content p {
    margin: 0;
}

.box .content span {
    font-weight: 200;
}

.box .name {
    height: 44px;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #1C2635;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box .mas-info {
    color: #3D4354;
    font-size: 10px;
    font-weight: 200;
    text-transform: uppercase;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 8px 25px;
    opacity: 0;
    transition: all 350ms;
}

.box:hover .mas-info {
    opacity: 1;
    transition: all 350ms;
}

.box.destacado:before {
    content: "Destacado";
    position: absolute;
    display: block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 200px;
    text-transform: uppercase;
    padding: 10px 15px;
    background: #0079C1;
    top: 0;
    right: 0;
}

.breadcrumbs {
    margin-top: -80px;
    margin-bottom: 25px;
}

.breadcrumbs ul {
    margin-right: -15px;
    margin-left: -15px;
    padding: 5px 20px;
}

.breadcrumbs.bg ul {
    background: #eae9e9;
}

.breadcrumbs li {
    display: inline-block;
    position: relative;
    margin-right: 40px;
}

.breadcrumbs li:before,
.breadcrumbs li:after {
    content: "";
    position: absolute;
    display: block;
    height: 8px;
    width: 1px;
    background: #000000;
    right: -20px;
    top: 13px;
    transform: rotate(45deg);
}

.breadcrumbs li:after {
    transform: rotate(-45deg);
    top: 7px;
}

.breadcrumbs li:last-of-type:before,
.breadcrumbs li:last-of-type:after {
    display: none;
}

.breadcrumbs li.back {
    padding-left: 17px;
}

.breadcrumbs li.back:before,
.breadcrumbs li.back:after {
    content: "";
    position: absolute;
    display: block;
    height: 8px;
    width: 1px;
    background: #000000;
    left: 0;
    top: 10px;
    transform: rotate(-45deg);
}

.breadcrumbs li.back:after {
    transform: rotate(45deg);
    top: 5px;
}

.breadcrumbs li a,
.breadcrumbs li p {
    font-size: 17px;
    font-weight: 200;
    color: #a8a8a8;
}

.breadcrumbs li p {
    font-weight: 400;
    color: #1C2635;
    margin: 0;
}

.stars li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom;
    margin-bottom: 20px;
}

.stars li p {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    margin-left: 10px;
}

.input-dropdown {
    position: absolute;
    display: block;
    width: 328px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px;
    border: 1px solid #ccc;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms;
    z-index: 99999;
}

.input-dropdown[data-portal-dropdown] {
    position: fixed;
    z-index: 99999;
}

.input-dropdown:before {
    position: absolute;
    content: '';
    height: 16px;
    width: 16px;
    left: calc(50% - 8px);
    transform: rotateZ(45deg);
    top: -7px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    border: 1px solid #ccc;
}

.input-dropdown>div {
    background: #ffffff;
    position: relative;
    padding: 20px 20px 0;
    border-radius: 8px;
}

.input-dropdown>div:last-child {
    padding: 20px 20px;
}

.input-dropdown div.vehiculos {
    padding: 5px 10px;
}

.input-dropdown div.vehiculos>div {
    padding: 5px 10px;
    cursor: pointer;
}

.input-dropdown div.vehiculos>div:hover {
    background-color: lightgray;
}

.input-dropdown p {
    font-size: 18px;
    line-height: 1;
    text-align: left;
    margin: 0;
}

.input-dropdown p span {
    font-size: 14px;
    color: #aaa;
}

.input-dropdown.show {
    visibility: visible;
    opacity: 1;
    transition: opacity 300ms;
}

.name-picker {
    width: 50%;
    /* height: 40px; */
}

.number-picker {
    width: 50%;
    border: 1px solid #ccc;
    border-radius: 8px;
    /* height: 40px; */
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4px;
}

.number-picker .steppers-tag {
    width: 30%;
    margin: 8px 16px;
}

.number-picker .icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 46px;
}

.number-picker .icon:before,
.number-picker .icon:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 3px;
    background: #000000;
    top: 50%;
    left: calc(50% - 5px);
}

.number-picker .icon.plus:after {
    transform: rotate(90deg);
}

.number-picker input {
    background: none;
    text-align: center;
    border: 0;
    font-size: 18px;
    border-right: 1px solid rgba(0, 0, 0, 0.31);
    border-left: 1px solid rgba(0, 0, 0, 0.31);
    height: 24px;
    margin: 0 2px;
    margin-top: 8px;
    display: inline-block;
    min-width: 35px;
    max-width: 33%;
}


/* -- PARTIALS -- */


/* HEADER */

header .container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
}

header .languajes {
    margin-top: 15px;
}

header .languajes li {
    display: inline-block;
    margin: 10px;
    border-right: 1px solid #ffffff;
    padding-right: 35px;
    margin-left: 0;
}

header .languajes li:last-of-type {
    border: 0;
}

header .languajes li a {
    position: relative;
    font-size: 12px;
    display: block;
}

header .languajes li a:before,
header .languajes li a:after {
    content: "";
    position: absolute;
    display: block;
    height: 5px;
    width: 1px;
    background: #fff;
    right: -20px;
    top: 6px;
    transform: rotate(45deg);
}

header .languajes li a:after {
    transform: rotate(-45deg);
    right: -17px;
}

header .logo .white {
    display: none;
}

header .menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #0079C1;
    padding: 20px 0;
    padding-left: 30px;
    left: -100%;
    transition: all 350ms;
    z-index: 9999999999999;
}

header .menu.show {
    left: 0;
    transition: opacity 300ms;
}

header .menu ul {
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
}

header .menu ul:after {
    content: "";
    position: absolute;
    display: block;
    width: 95px;
    height: 1px;
    background: #ffffff;
    bottom: 0;
}

header .menu li a {
    display: block;
    font-size: 24px;
    position: relative;
    margin-bottom: 10px;
    width: fit-content;
    color: white;
}

header .menu li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    bottom: 1px;
    left: 50%;
    transition: all 350ms;
}

header .menu li a:hover {
    font-weight: 600;
}

header .menu li a:hover:after {
    left: 0;
    width: 100%;
    transition: all 350ms;
}

header .profesionales {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

header .menu .close-menu {
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: 8px;
    cursor: pointer;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 25px;
    margin-bottom: 50px;
}

header .menu .close-menu .line {
    position: absolute;
    top: 23px;
    width: 20px;
    height: 1px;
    background: #ffffff;
    transition: all 350ms;
    left: 15px;
    border-radius: 5px;
    transform: rotate(45deg);
}

header .menu .close-menu .line:nth-of-type(2) {
    transform: rotate(-45deg);
}

.icon-menu {
    position: relative;
    width: 33px;
    height: 25px;
    margin-top: 8px;
    cursor: pointer;
}

.icon-menu .line {
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    background: #000;
    transition: all 350ms;
    border-radius: 5px;
}

.page-home .icon-menu .line {
    background: #fff;
}

.icon-menu .line:nth-of-type(2) {
    top: calc(50% - 1px);
}

.icon-menu .line:nth-of-type(3) {
    top: initial;
    bottom: 0;
}

.icon-menu.active {
    position: fixed;
    right: 15px;
    z-index: 99999999999999;
}

.icon-menu.active .line {
    top: 5px;
    transform: rotate(45deg);
    transition: all 350ms;
}

.icon-menu.active .line:nth-of-type(2) {
    transform: rotate(-45deg);
}

.seller_login {
    background: #0079C1 !important;
}
/* SLIDERS GRAL */

.flex-control-nav {
    bottom: 0;
}

.flex-control-paging li {
    margin: 0 2px;
}

.flex-control-paging li a {
    width: 32px;
    height: 3px;
    background: #1C2635;
}

.flex-control-paging li a.flex-active {
    background: #0079C1;
    box-shadow: none;
}

.flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next {
    right: -20px;
    opacity: 1 !important;
    background: #1C2635;
    z-index: 1 !important;
    font-size: 0;
}

.flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
    left: -20px;
}

.flex-direction-nav .flex-next:before,
.flex-direction-nav .flex-next:after,
.flex-direction-nav .flex-prev:before,
.flex-direction-nav .flex-prev:after {
    content: "" !important;
    position: absolute;
    display: block;
    height: 8px;
    width: 1px;
    background: #ffffff;
    left: 50%;
    top: 19px;
    transform: rotate(45deg);
}

.flex-direction-nav .flex-next:after,
.flex-direction-nav .flex-prev:after {
    transform: rotate(-45deg);
    top: 14px;
}

.flex-direction-nav .flex-prev:before,
.flex-direction-nav .flex-prev:after {
    transform: rotate(135deg);
}

.flex-direction-nav .flex-prev:after {
    transform: rotate(-135deg);
}


/* HERO */

.hero-slider {
    text-align: center;
    border: 0;
    height: 100vh;
}

.hero-slider .main-title {
    font-size: 90px;
    color: #0079C1;
    text-shadow: 0px 0px 15px white;
    text-transform: uppercase;
    font-weight: 700;
}


/*
.hero-slider .main-title.white {
    color: white;
} */

.hero-slider .place {
    font-size: 40px;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    letter-spacing: 2px;
}

.hero-slider li {
    position: relative;
}

.hero-slider li .content {
    position: absolute;
    width: 100%;
    top: 40%;
    height: 45%;
}

.hero-slider li .content .container,
.hero-slider li .content .row,
.hero-slider li .content .col-md-12 {
    height: 100%;
}


/* GALLERY */

.gallery {
    margin-bottom: 100px;
}

.gallery .gallery-container .gallery-image.x1-4 {
    padding: 8px;
    width: 100%;
}

.gallery .gallery-container .gallery-image.x2-4 {
    padding: 8px;
    width: 100%;
}

.gallery .tripadvisor {
    height: 738px;
    background: #ffffff;
    box-shadow: 9px 10px 9px -5px rgba(0, 0, 0, 0.17);
}

.gallery .actividades {
    background: #0079C1;
    color: #ffffff;
    padding: 25px;
    height: 483px;
    box-shadow: 9px 10px 9px -5px rgba(0, 0, 0, 0.17);
    padding-top: 100px;
    margin: 0;
}

.gallery .actividades p {
    font-size: 45px;
    font-weight: 500;
    line-height: 1;
}

.gallery .lnk {
    color: #ffffff;
    font-weight: 400;
}

.gallery .actividades .lnk {
    color: #ffffff;
    position: absolute;
    bottom: 35px;
    font-size: 18px;
    border-bottom: 1px solid;
}

.gallery .instagram {
    background: #3D4354;
    color: #ffffff;
    box-shadow: 9px 10px 9px -5px rgba(0, 0, 0, 0.17);
    text-align: center;
    height: 241px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.gallery .instagram p {
    margin-top: 20px;
}


/* PLAN */

.plan {
    margin-bottom: 80px;
}

.plan input {
    max-width: 30%;
    border: 0;
    border-bottom: 1px solid #3D4354;
    color: #3D4354;
    font-size: 18px;
    font-weight: 200;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: right 10px bottom 1px;
}

.content-input-personas,
.content-input-vehiculo {
    position: relative;
    max-width: 30%;
    margin: 0;
}

.small .content-input-personas {
    max-width: 100%;
    margin: 0;
}

.content-input-personas {
    margin: 0px 20px 0 0;
}

.content-input-personas input {
    width: 100%;
}

.content-input-personas input {
    position: relative;
    max-width: 100%;
}

.inputs input.fechas {
    background-image: url(img/i-salida.png);
    background-size: 30px;
    background-position: right 0px bottom 0px;
}

.plan input.destino {
    background-image: url(img/i-destino-lugar.png);
    background-size: 50px;
    background-position: right 10px bottom -5px;
    padding-right: 60px;
}

input.personas {
    background-image: url(img/i-personas.png);
    background-size: 40px;
    background-position: right 10px bottom -6px;
}

.small input.personas {
    background-image: url(img/i-personas.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: right 1px bottom -4px;
    height: 40px;
    font-size: 20px;
    padding-left: 10px;
}

input.vehiculo {
    background-image: url(img/i-driving.png);
    background-size: 35px !important;
    background-position: right 20px bottom -6px;
}

.plan input::placeholder {
    color: #3D4354;
}

.plan input:focus {
    outline: none;
}


/* ACTIVIDADES */

.actividades {
    margin-bottom: 80px;
}

.actividades .nav-tabs {
    margin-bottom: 70px;
    border: 0;
    margin-top: 30px;
}

.actividades .filters {
    margin-top: 50px;
    margin-bottom: 50px;
}

.actividades .filter {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 200;
    color: #3D4354;
    margin: 0;
    display: inline-block;
    color: #a8a8a8;
}

.actividades .filter-container {
    position: relative;
    width: 245px;
    margin-bottom: 40px;
    display: inline-block;
    margin-left: 30px;
}

.actividades .select-filter,
.actividades .btn-group button {
    width: 240px;
    display: block;
    background: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #0079C1;
    color: #3D4354;
    font-size: 14px;
    font-weight: 200;
    -webkit-appearance: none;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
}

.actividades .filter-container:before,
.actividades .filter-container:after {
    content: "";
    position: absolute;
    display: block;
    height: 9px;
    width: 1px;
    background: #000000;
    right: 25px;
    top: 9px;
    transform: rotate(45deg);
}

.actividades .multiselect-container {
    width: 100%;
}

.actividades .multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 5px;
    margin-right: 4px;
}

.actividades .btn-group button:before,
.actividades .btn-group button:after {
    display: none;
}

.actividades .filter-container:after {
    transform: rotate(-45deg);
    right: 31px;
}

.actividades .multiselect-container>li>a>label.checkbox,
.actividades .multiselect-container>li>a>label.radio {
    margin: 0;
    padding: 10px;
    font-size: 14px;
}

.actividades .filter-item {
    font-size: 14px;
    display: inline-block;
    background: #e6e5e5;
    padding: 2px 6px;
    padding-right: 23px;
    margin-top: 7px;
    margin-right: 5px;
    position: relative;
}

.actividades .filter-item:before,
.actividades .filter-item:after {
    content: "";
    position: absolute;
    display: block;
    height: 9px;
    width: 1px;
    background: #000000;
    right: 12px;
    top: 9px;
    transform: rotate(45deg);
}

.actividades .filter-item:after {
    transform: rotate(-45deg);
}

.actividades .nav-tabs a {
    font-size: 15px;
    position: relative;
    z-index: 2;
    display: block;
}

.actividades .nav-tabs a:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 5px;
    background: #0079C1;
    bottom: 5px;
    left: 50%;
    z-index: -1;
    transition: all 350ms;
}

.actividades .nav-tabs a.active:after,
.actividades .nav-tabs a:hover:after {
    width: 120%;
    left: -10%;
    transition: all 350ms;
}

.actividades .tab-content {
    margin-bottom: 70px;
}

.actividades .tab-content>.active {
    display: flex;
}

.activity {
    margin-bottom: 50px;
}

.activity .image {
    height: 188px;
}

.activity .name {
    font-size: 20px;
    margin-bottom: 0;
}

.activity .content p {
    font-size: 14px;
    margin-bottom: 10px;
}

.activity .desc {
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.activity .content span.large {
    font-size: 12px;
    letter-spacing: -0.8px;
}

.activity .item {
    background-size: 30px;
    padding-left: 40px;
    margin-bottom: 0;
}

.activity .item.half {
    width: 35%;
}

.activity .price,
.option .price {
    clear: both;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 17px;
    flex-direction: column;
}

.activity .price p,
.option .price p {
    margin: 0;
    font-size: 16px;
    width: 100%;
}

.activity .price .number,
.option .price .number,
.per-adult .number {
    font-size: 42px;
    color: #0079C1;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
}

.page-single-actividades .box .incluye {
    border-top: 1px solid lightgray;
    margin-top: 10px;
}

.per-adult {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 20px;
}

.activity .price .number span,
.option .price .number span {
    font-size: 27px;
    padding-right: 3px;
}


/* OPTIONS */

.page-single-actividades .box.option .price {
    border-top: 0;
    margin-top: 0px;
    padding: 0px 0px;
    width: 100%;
}

.page-single-actividades .box.option .price .inputs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.page-single-actividades .box.option .price .inputs .fechas,
.page-single-actividades .box.option .price .inputs .content-input-personas,
.page-single-actividades .box.option .price .inputs .content-input-vehiculo,
.page-single-actividades .box.option .price .inputs .vehiculo {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
}

.page-single-actividades .box.option .price .inputs .content-input-personas input {
    width: 100%;
    margin: 0;
}

.box.option .desc .items .item {
    margin-bottom: 0;
}

.box.option .desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box.option .desc .item.salidas p {
    -webkit-line-clamp: 4;
}

.option {
    margin: 30px 0;
    clear: both;
    border: 1px solid #e5e5e5;
}

.activity.selected,
.option.selected {
    border: 6px solid #0079C1;
    position: relative;
    padding-top: 40px;
    margin-top: 20px;
}

.activity.selected {
    padding-top: 34px;
    margin-top: -35px;
}

.activity.selected:before,
.option.selected:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 12px);
    text-transform: uppercase;
    border: 6px solid #0079C1;
    top: -6px;
    text-align: center;
    left: -6px;
    font-weight: 200;
    padding: 5px;
}

.activity.selected:before {
    font-size: 13px;
}

.activity.selected.es:before,
.option.selected.es:before {
    content: "Â¡Tu opciÃ³n elegida!";
}

.activity.selected.en:before,
.option.selected.en:before {
    content: "Your chosen option!";
}

.activity.selected.pt:before,
.option.selected.pt:before {
    content: "Sua opÃ§Ã£o escolhida!";
}

.activity .items,
.option .items {
    overflow: hidden;
    display: flex;
    margin-bottom: 20px;
}

.incluye {
    width: 100%;
    margin: 0 auto;
}

.option .desc {
    padding: 20px 30px;
}

.option .name {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.option p {
    margin-bottom: 0;
    margin-top: 10px;
}

.option .item p {
    margin: 0;
}

.option ul {
    clear: both;
}

.option li {
    margin-bottom: 0 !important;
}

.option .price {
    margin-top: 20px;
    padding: 20px 30px;
}

.option .price .number {
    font-size: 45px;
    margin: 0 0 0 30px;
}

.option .price .per-adult {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.option .price .per-adult {
    text-align: right;
}

.option .price .per-adult .number {
    font-size: 55px;
    text-align: right;
    display: block;
    margin: 0 0 30px 0;
}

.option .price .inputs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

.option input,
.option select,
.option button {
    border: 0;
    border-bottom: 1px solid #3D4354;
    color: #000000;
    font-size: 18px;
    font-weight: 200;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 5px center;
    width: 100%;
    margin: 0px 20px 10px 0;
    height: 30px;
}

.option select {
    padding: 1px 35px 1px 2px;
    background-position: right 20px center;
}

.option button {
    background: none;
    text-align: left;
    clear: both;
}

.option button:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.option button img {
    float: right;
}

.elegir-personas {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.elegir-personas .adultos,
.elegir-personas .menores {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.elegir-personas .adultos input,
.elegir-personas .menores input {
    margin: 5px;
    padding-left: 5px;
}

.elegir-personas .adultos label,
.elegir-personas .menores label {
    margin: 0px;
}

.option select:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.option input::placeholder {
    color: #000000;
}

.option input:focus {
    outline: none;
}

.option input.personas {
    background-image: url(img/i-personas.png);
    background-size: 30px;
}

.option select.vehiculo {
    background-image: url(img/i-driving.png);
    background-size: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.buttons {
    display: flex;
    justify-content: flex-end;
}

.buttons a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px 0;
    background: #1C2635;
    width: 50%;
}

.buttons a.gray {
    background: #9B9FA5;
}

.box.single-act .buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.box.single-act .buttons .opciones {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.box.single-act .buttons .opciones a {
    display: flex;
    justify-content: center;
    width: 100%;
}

.box.single-act .buttons .comprar {
    display: flex;
    flex-direction: row;
}

.box.single-act .fechas,
.box.single-act .content-input-personas {
    width: 45%;
    max-width: 100%;
}

.box.single-act .content-input-personas input {
    width: 100%;
    max-width: 100%;
}

.box.single-act .option {
    overflow: visible;
}


/* .selected .buttons a {
    width: 100%;
} */


/* BANNER */

.banner {
    background: #0079C1;
    color: #ffffff;
    padding: 30px 0;
    margin-bottom: 10px;
}

.banner .subtitle {
    color: #ffffff;
    margin: 0;
    min-width: 210px;
    font-size: 30px;
}

.banner img {
    transform: scale(0.8);
}

.banner p {
    margin: 0;
}


/* CONTACTO */

.purchase .input-container .phone-1 {
    width: 15%;
    margin-right: 2%;
}

.purchase .input-container .phone-2 {
    width: 10%;
    margin-right: 2%;
}

.purchase .input-container .phone-3 {
    width: 41%;
}

.contact-phone {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-wap {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 15px;
}

.contact-wap p {
    margin: 0 0 0 5px;
}

.contacto {
    padding-bottom: 50px;
}

.contacto .col-xl-4 {
    margin-bottom: 50px;
}

.contacto .title {
    margin-bottom: 80px;
}

.contacto b {
    font-weight: 600;
}

.contacto .content p {
    margin-bottom: 15px;
    line-height: 1.2;
}

.contacto .content>div {
    width: 50%;
}


/* MAP */

.map iframe {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/* PURCHASE DETAIL */

.detail {
    background: #E7E7E7;
    padding: 40px 50px;
    margin-bottom: 200px;
}

.detail.no-bg {
    background: transparent;
}

.detail .featured-image {
    width: 483px;
    min-width: 483px;
    height: 365px;
    margin-right: 80px;
}

.detail .featured-image img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.detail .content {
    width: -webkit-fill-available;
}

.detail .name {
    font-size: 40px;
    font-weight: 500;
    color: #1C2635;
    margin-bottom: 10px;
}

.detail p {
    margin: 0;
}

.detail .price {
    font-size: 32px;
    font-weight: 500;
    margin: 20px 0;
}

.detail .price .number {
    font-size: 47px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.detail .price .number span {
    font-size: 25px;
    margin-right: 10px;
}

.detail .buttons {
    margin: 60px 0 30px;
}

.detail .buttons a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-right: 60px;
}

.detail .buttons a.buy {
    background: #0079C1;
    color: #000000;
    margin: 0;
}

.detail .buttons a.buy:hover {
    background: #62bbd4;
}

.detail.small {
    padding: 30px;
    margin-bottom: 20px;
}

.detail.small .input-container label {
    padding-left: 0px;
    margin-bottom: 20px;
    height: 0px;
}

.detail.small .subtitle {
    font-size: 35px;
}

.detail.small .image {
    margin-bottom: 20px;
}

.detail.small .name {
    font-size: 30px;
}

.detail.small p {
    font-size: 16px;
    margin-bottom: 15px
}

.detail.small .price {
    font-size: 28px;
}

.detail.small .price .number {
    font-size: 40px;
}

.detail.small .price .number span {
    font-size: 22px;
}

.detail .seguridad {
    margin-bottom: 30px;
}

.detail .seguridad p {
    margin-bottom: 20px;
}


/* FOOTER */

footer {
    background: #E7E7E7;
    padding-top: 50px;
    font-size: 16px;
    text-align: center;
}

footer .col-xl-4 {
    margin-bottom: 40px;
}

footer b {
    font-weight: 600;
}

footer .content p {
    margin-bottom: 15px;
    line-height: 1.2;
}

footer .newsletter {
    background: #3D4354;
    width: fit-content;
    margin: 0 auto;
    padding: 6px 13px;
    margin-top: 35px;
}

footer .newsletter input,
footer .newsletter input::placeholder {
    background: transparent;
    border: 0;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.45);
}

footer .newsletter input.submit {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
}

footer .newsletter input:focus {
    outline: none;
}

footer .bottom {
    border-top: 1px solid #000000;
    margin-top: 50px;
    padding: 30px 0;
}

footer .copyright p {
    font-size: 16px;
    color: #959595;
    margin: 0;
}

footer .copyright b {
    color: #000000;
    padding-right: 10px;
}

footer .copyright .line {
    display: inline-block;
    width: 23px;
    height: 1px;
    background: #000000;
    margin: 0 3px;
    margin-bottom: 6px;
}

footer .social li {
    display: inline-block;
    margin-left: 25px;
}

footer .social li a {
    font-size: 16px;
    color: #959595;
    text-decoration: underline;
}

footer .bottom .d-flex {
    display: block !important;
    text-align: center;
}

footer .bottom .d-flex>div {
    margin-bottom: 30px;
}

footer .socios {
    text-align: center;
}

footer .socios img {
    max-height: 70px;
    margin: 10px;
}


/*
footer .content .socios p {

} */


/* -- PAGES -- */


/* HOME */

header {
    position: absolute;
    width: 100vw;
    z-index: 99999;
    background-color: #ffffffcc;
}

.page-home header {
    background-color: #ffffffbb;
}

.page-home header .container {
    border: 0;
}

.page-home header .languajes li a {
    color: #ffffff;
}

.page-home header .languajes li a:before,
.page-home header .languajes li a:after {
    background: #ffffff;
}

header .languajes li a:before,
header .languajes li a:after {
    background: #000;
}

.page-home header .logo .white {
    display: block;
}

.page-home header .logo .default {
    display: none;
}

.page-home header .icon-menu .line {
    background: #333333;
}


/* NOSOTROS */

.page-nosotros .banner {
    background: #0079C1;
    color: #ffffff;
    padding: 30px 0;
    margin: 100px 0;
}


/* SINGLE ACTIVIDADES */

.page-single-actividades .subtitle {
    font-size: 28px;
    font-weight: 700;
}

.page-single-actividades .description {
    margin-bottom: 50px;
    margin-top: 1rem;
}

.page-single-actividades .description .box {
    box-shadow: none;
}

.page-single-actividades .description .desc {
    padding: 20px 30px;
    ;
    background: #ffffff;
}

.page-single-actividades .description .box .name {
    margin-bottom: 0;
}

.page-single-actividades .description .item {
    width: 100%;
}

.page-single-actividades .description .item.half {
    width: 50%;
}

.page-single-actividades .description .item p {
    margin: 0;
}

.page-single-actividades .description .box .item.half {
    width: 45%;
}

.page-single-actividades .description .box .option {
    margin: 0;
}

.page-single-actividades .description .buttons {
    margin-bottom: 20px;
    overflow: hidden;
}

.page-single-actividades .description .btn-bottom {
    clear: both;
    background: #1C2635;
    padding: 5px 30px;
}

.page-single-actividades .description .btn-bottom a {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.page-single-actividades .description .btn-bottom a:before,
.page-single-actividades .description .btn-bottom a:after {
    content: "";
    position: absolute;
    display: block;
    height: 8px;
    width: 1px;
    background: #ffffff;
    right: -20px;
    top: 8px;
    transform: rotate(45deg);
}

.page-single-actividades .description .btn-bottom a:after {
    transform: rotate(-45deg);
    top: 3px;
}

.included li,
.not-included li {
    padding-left: 30px;
    position: relative;
    padding-bottom: 15px;
    font-size: 16px;
}

.included li:before,
.included li:after {
    content: "";
    position: absolute;
    display: block;
    height: 11px;
    width: 4px;
    background: #0079C1;
    left: 0;
    top: 11px;
    transform: rotate(-45deg);
    border-radius: 50px;
}

.included li:after {
    height: 16px;
    transform: rotate(45deg);
    left: 8px;
    top: 6px;
}

.not-included li:before,
.not-included li:after {
    content: "";
    position: absolute;
    display: block;
    height: 21px;
    width: 4px;
    background: #C1C1C1;
    left: 7px;
    top: 5px;
    transform: rotate(-45deg);
    border-radius: 50px;
}

.not-included li:after {
    transform: rotate(45deg);
}

.page-single-actividades .prepare {
    margin-bottom: -205px;
    padding-left: 30px;
}

.page-single-actividades .paragraph {
    margin-bottom: 70px;
}


/* CARRITO */

.page-carrito .breadcrumbs {
    margin-bottom: 30px;
}

.page-carrito .subtitle {
    font-size: 26px;
}

.page-carrito .vaciar {
    font-size: 16px;
    font-weight: 200;
    color: #3D4354;
    display: flex;
    align-items: center;
}

.page-carrito .vaciar img {
    margin-left: 15px;
}

.page-carrito .shop {
    display: flex;
    padding-bottom: 100px;
    margin-bottom: 50px;
    border-bottom: 1px solid #000000;
}

.page-carrito .shop:first-of-type {
    border-top: 4px solid #0079C1;
    padding-top: 80px;
}

.page-carrito .shop .image {
    width: 190px;
    min-width: 190px;
    height: 190px;
    margin-right: 30px;
}

.page-carrito .shop .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page-carrito .desc {
    width: -webkit-fill-available;
}

.page-carrito .shop .name {
    font-weight: 600;
    font-size: 23px;
    line-height: 1;
}

.page-carrito .items {
    clear: both;
    overflow: hidden;
}

.page-carrito .item {
    font-size: 14px;
    overflow: visible;
    white-space: normal;
    align-items: flex-start;
    height: auto;
    display: flex;
    align-items: center;
}

.page-carrito .activity .item {
    margin-bottom: 15px;
}

.page-carrito .item p {
    margin: 5px 0;
}

.page-carrito .links a {
    font-size: 12px;
    color: #8e8e8e;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 20px;
    border-left: 2px solid #8e8e8e;
}

.page-carrito .links a:first-of-type {
    padding-left: 0;
    border-left: 0;
}

.reserva .checkbox-container {
    padding-left: 35px;
}

.reserva .checkbox-container input {
    z-index: 111111;
    height: 25px;
    width: 25px;
    left: 0;
}

.reserva .checkmark {
    border: 1px solid #1d2635;
}

.reserva .checkmark:after {
    background: #1d2635;
}

.reserva .number-picker {
    padding-left: 4px;
}

.reserva .number-picker input {
    font-size: 16px;
}

.reserva .aplicar {
    background: #0079C1;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 5px 10px;
}

.page-carrito .desc .price {
    font-size: 41px;
    font-weight: 600;
    color: #0079C1;
    margin-top: -15px;
}

.lnk-agregar {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    border: 1px solid #e7e7e7;
    padding: 8px 15px;
    padding-right: 80px;
    margin-top: 5px;
    display: inline-block;
    border-bottom: 2px solid #0079C1;
    position: relative;
    background: #fff;
    width: 352px;
}

.lnk-agregar:before,
.lnk-agregar:after {
    content: "";
    position: absolute;
    display: block;
    height: 13px;
    width: 1px;
    background: #1d2635;
    right: 27px;
    top: 14px;
    transform: rotate(135deg);
    transition: all 350ms;
}

.lnk-agregar:after {
    transform: rotate(-135deg);
    right: 36px;
    transition: all 350ms;
}

.lnk-agregar.collapsed:before {
    transform: rotate(45deg);
}

.lnk-agregar.collapsed:after {
    transform: rotate(-45deg);
}

.reserva .card-body {
    border-radius: 0;
    width: 352px;
    max-width: 100%;
}

.page-carrito .actividades {
    margin-top: 100px;
}

.page-carrito .desc .price span {
    font-size: 21px;
    font-weight: 100;
}

.option-selected {
    width: 350px;
}

.option-selected {
    font-size: 15px;
    padding-left: 20px;
    position: relative;
    margin-top: 20px;
    font-weight: 200;
}

.option-selected:before,
.option-selected:after {
    content: "";
    position: absolute;
    display: block;
    height: 9px;
    width: 2px;
    background: #0079C1;
    left: 4px;
    top: 6px;
}

.option-selected:after {
    transform: rotate(90deg);
}

.option-selected .remove {
    height: 12px;
    width: 12px;
    position: relative;
}

.option-selected .remove:before,
.option-selected .remove:after {
    content: "";
    position: absolute;
    display: block;
    height: 12px;
    width: 2px;
    background: #000000;
    left: 4px;
    top: 0;
    transform: rotate(45deg);
}

.option-selected .remove:after {
    transform: rotate(-45deg);
}

.voucher {
    margin-bottom: 30px;
}

.voucher form #code {
    border: 1px solid #3d4354;
    width: 300px;
    height: 40px;
    margin-top: 15px;
}

.voucher form .canjear {
    height: 41px;
    border: 0;
    background: #0079C1;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 31px;
    margin-left: 20px;
    margin-top: 15px;
}

.detail.small .subtitle {
    font-size: 26px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

.detail .detail-item {
    margin-bottom: 50px;
}

.detail .detail-item p {
    font-size: 15px;
}

.detail .detail-item .lnk-agregar {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 6px;
    padding-right: 40px;
    margin-top: 15px;
    width: 352px;
    max-width: 100%;
}

.detail .detail-item .lnk-agregar:before,
.detail .detail-item .lnk-agregar:after {
    right: 12px;
    top: 9px;
}

.detail .detail-item .lnk-agregar:after {
    right: 21px;
}

.detail .precio-final .price {
    font-size: 29px;
    font-weight: 600;
}

.detail .precio-final .price span {
    font-size: 20px;
    font-weight: 200;
}

.detail .option-selected {
    width: 100%;
}

.page-carrito .detail .comprar-lnk {
    background: #0079C1;
    display: block;
    text-align: center;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
}

.page-purchase .detail .detail-item .items .item {
    width: 100%;
    height: 37px;
    display: flex;
    align-items: center;
}

.page-purchase .detail .detail-item .included li,
.page-purchase .detail .detail-item .not-included li {
    margin-bottom: 0;
    font-size: 15px;
}

.page-purchase .detail .detail-item .not-included li:before,
.page-purchase .detail .detail-item .not-included li:after {
    top: 0;
}

.page-purchase .detail .detail-item .included li:after {
    top: 3px;
}

.page-purchase .detail .detail-item .included li:before {
    top: 8px;
}

.modal#eliminar .modal-dialog {
    max-width: 620px;
    text-align: center;
}

.modal .modal-content {
    border-radius: 0;
}

.modal .modal-body {
    padding: 50px;
}

.modal .close {
    position: absolute;
    top: 10px;
    right: 15px;
}

.modal .subtitle {
    font-size: 23px;
    font-weight: 600;
}

.modal p {
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 50px;
}

.modal#eliminar a {
    display: inline-block;
    margin: 0 20px;
    font-weight: 600;
    width: 42%;
}

.modal#eliminar a.remove {
    background: #E24224;
}

.modal#terms-conds .btn {
    width: 34%;
    float: none;
    margin: 0 20px;
    background: #3d4354;
    font-weight: 600;
}

.modal#terms-conds .btn.aceptar {
    background: #0079C1;
}


/* THANK YOU */

.page-thank-you .subtitle {
    font-size: 28px;
}

.thank-you .container {
    margin: 50px auto;
    border-bottom: 1px solid #3D4354;
}

.thank-you .gracias {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 50px;
}

.thank-you .gracias.rechazo {
    color: #e21c24;
}

.thank-you .gracias-content p {
    font-size: 18px;
    margin-bottom: 50px;
}

.thank-you .gracias-content p a {
    color: #4AD1E7;
    text-decoration: underline;
}

.wpp {
    padding-left: 10px;
    color: #000000 !important;
}


/* COMPRA */

.page-purchase .subtitle {
    font-size: 25px;
}

.purchase {
    margin: 200px 0;
}

.purchase .input-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.purchase .input-container label {
    width: 30%;
    min-width: 140px;
    display: inline-block;
    margin: 0px 5px;
    font-size: 18px;
    line-height: 18px;
}

.purchase .input-container input,
.purchase .input-container .select {
    width: 70%;
    display: inline-block;
    border: 1px solid rgba(61, 67, 84, 0.5);
    padding: 0 10px;
    height: 40px;
}

.dd-container {
    width: 70% !important;
}

.dd-select {
    width: 100% !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: 1px solid rgba(61, 67, 84, 0.5) !important;
}

.dd-pointer-down {
    display: none;
}

.dd-selected-text,
.dd-option-text {
    padding: 8px;
    font-weight: 200;
    padding-left: 0px !important;
    width: 60% !important;
}

.dd-selected-description,
.dd-desc {
    font-size: 12px;
    margin-top: -4px;
    color: #000000;
    padding-left: 5px;
}

.dd-options {
    width: 100% !important;
}

.purchase .input-container .select {
    -webkit-appearance: none;
    background: transparent;
    border-radius: 0;
    font-weight: 200;
    margin-bottom: 12px;
}

.purchase .select-container {
    position: relative;
}

.purchase .select-container:before,
.purchase .select-container:after {
    content: "";
    position: absolute;
    display: block;
    height: 13px;
    width: 2px;
    background: #1d2635;
    right: 27px;
    top: 30px;
    transform: rotate(45deg);
    transition: all 350ms;
}

.purchase .select-container:after {
    transform: rotate(-45deg);
    right: 35px;
}

.purchase .input-container input:focus {
    outline: none;
}

.purchase .input-container input::placeholder {
    color: #a8a8a8;
    font-size: 15px;
    font-weight: 200;
}

.purchase .input-container input.fecha {
    width: 39%;
    margin-left: 20px;
    background-image: url(img/i-salida.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}

.purchase .input-container input.n-vuelo {
    width: 39%;
    margin-left: 20px;
}

.purchase .form-container form>div {
    margin-bottom: 50px;
}

.purchase .form-container form>div .subtitle {
    margin-bottom: 20px;
}

.purchase .line {
    height: 1px;
    background: rgba(61, 67, 84, 0.5);
    margin: 40px 0;
}

.purchase .green {
    color: #008745;
    padding-left: 50px;
    background-image: url(img/safe.png);
    background-repeat: no-repeat;
    background-position: left 17px center;
    background-size: 16px;
}

.purchase .form-container .detail {
    background: transparent;
    padding: 0;
    margin-bottom: 30px;
}

.purchase .form-container .detail .featured-image {
    width: 267px;
    min-width: 267px;
    height: 234px;
}

.purchase .form-container .detail .stars li {
    margin-bottom: 10px;
    transform: scale(0.6);
    margin-right: -11px;
}

.purchase .form-container .detail .name {
    font-size: 26px;
    margin: 0;
}

.purchase .form-container .detail p {
    font-size: 17px;
    margin: 0;
}

.purchase .form-container .detail .price {
    margin: 12px 0;
    border: 0;
    padding: 0;
}

.purchase .form-container .detail .price .number {
    font-size: 35px;
}

.purchase .form-container .detail .price .number span {
    font-size: 19px;
}

.purchase .form-container .price {
    font-size: 32px;
    font-weight: 500;
    margin: 80px 0;
    border-top: 4px solid #0079C1;
    padding: 20px 0;
}

.purchase .form-container .price p {
    margin: 0;
}

.purchase .form-container .price .number {
    font-size: 47px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.purchase .form-container .price .number span {
    font-size: 25px;
    margin-right: 10px;
}

.purchase .form-container .pay {
    background: #0079C1;
    color: #ffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    width: 500px;
    max-width: 100%;
}

.purchase .add-acompaniante {
    border-bottom: 1px solid;
    margin-top: 10px;
    display: inline-block;
}

.select-person {
    display: flex;
    width: 100%;
}

.select-person span {
    padding: 5px 15px;
    margin: 15px;
    background-color: lightgray;
}

.select-person span:hover {
    background-color: gray;
    color: white;
    cursor: pointer;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 55px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 10px 0;
}

.traslados .checkbox-container {
    width: 20px;
}

.purchase .input-container.traslados label {
    width: 100px;
    min-width: 0px;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-container label {
    margin: 0;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #0079C1;
    display: block;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    left: 50%;
    top: 50%;
    background: #0079C1;
    transition: all 350ms;
}

.checkbox-container input:checked~.checkmark:after {
    height: 19px;
    width: 19px;
    left: 2px;
    top: 2px;
    transition: all 350ms;
}

.checkbox-container a {
    color: #0079C1;
}

.float-parche {
    height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px;
    background-color: white;
    margin-top: 7rem;
}

.float-parche::-webkit-scrollbar {
    width: 6px;
}

.float-parche::-webkit-scrollbar-track {
    background-color: white;
}

.float-parche::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #9B9FA5;
}

.gallery .gallery-container .gallery-image .content {
    min-height: 230px;
}

.gallery .actividades {
    height: 280px;
}

#professional_login .input-container {
    width: 315px;
    margin: 20px auto;
}

#professional_login .input-container label {
    width: 90px;
}

#professional_login.modal .modal-body {
    padding: 30px 50px;
}

.multiselect-container {
    transform: translate3d(0px, 25px, 0px)!important;
}

/* ---------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------- */


/* -- RESPONSIVE -- */


/* ---------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------- */

@media (max-width: 1399.98px) {
    .option .price .inputs {
        flex-direction: column;
    }
}

@media (max-width: 1199.98px) {
    .hero-slider {
        height: unset;
    }
    .float-parche {
        height: 630px;
    }
}

@media (max-width: 991.98px) {
    .buttons {
        flex-direction: column;
    }
    .buttons a {
        width: 100%;
    }
    .option .price .inputs {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
    .option .price input,
    .option .price select,
    .option .price button {
        width: 100%;
    }
    .box.single-act .fechas,
    .box.single-act .content-input-personas {
        width: 100%;
    }
    .content-input-personas,
    .content-input-vehiculo {
        max-width: 100%;
        width: 100%;
    }
    .content-input-vehiculo {
        padding-right: 20px;
    }
    .page-single-actividades .main {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    body,
    html {
        font-size: 16px;
    }
    .hidden-xs {
        display: none;
    }
    .visible-xs {
        display: block;
    }
    header .logo img {
        width: 195px;
    }
    .hero,
    .hero-slider,
    .hero-slider .flex-viewport,
    .hero-slider .flex-viewport .slides,
    .hero-slider .flex-viewport .slides li {
        height: 90vh;
        margin-bottom: 50px;
    }
    .hero-slider .flex-viewport .slides li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .hero-slider .main-title {
        font-size: 45px;
    }
    .hero-slider .place {
        font-size: 16px;
    }
    .hero-slider li .content {
        top: 35%;
        height: 50%;
    }
    .plan .inputs {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center!important;
    }
    .plan input.destino {
        max-width: 100%;
    }
    .content-input-personas {
        max-width: 100%;
        margin: 0;
    }
    .content-input-personas input {
        width: 100%;
        max-width: 100%;
    }
    .plan input {
        max-width: 100%;
        margin-bottom: 50px;
    }
    .box.single-act .fechas,
    .box.single-act .content-input-personas {
        margin: 10px 0;
    }
    .box .mas-info {
        opacity: 1;
    }
    .gallery .tripadvisor {
        height: 515px;
    }
    .actividades .filter {
        text-align: center;
    }
    .contacto .content {
        display: block !important;
    }
    .contacto .content>div {
        width: 100%;
    }
    .banner .d-flex {
        display: block !important;
        text-align: center;
    }
    .banner .d-flex>div {
        margin-bottom: 30px;
    }
    .mobile-slider .slides {
        transition: all 350ms;
    }
    .mobile-slider .col-md-6 {
        margin: 0;
        padding: 0;
        list-style: none;
        display: list-item;
    }
    .mobile-slider .col-md-6 .box .content {
        padding: 20px 35px;
    }
    .mobile-slider .col-md-6 .box.activity .item.half {
        width: 42%;
    }
    .single-slider,
    .single-slider .flex-viewport,
    .single-slider .flex-viewport .slides,
    .single-slider .flex-viewport .slides li {
        height: 60vh;
    }
    .single-slider .flex-viewport .slides li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .single-slider {
        margin-bottom: -150px;
    }
    .page-single-actividades .description .box .name {
        font-size: 17px;
    }
    .page-single-actividades .description .box p {
        font-size: 12px;
    }
    .page-single-actividades .description .box .item {
        padding-left: 38px;
        background-size: 30px;
    }
    .page-single-actividades .description .box .item.half {
        width: 47%;
    }
    .page-single-actividades .description .desc {
        padding: 10px 15px;
    }
    .page-single-actividades .option {
        margin-bottom: 0;
    }
    .page-single-actividades li,
    .page-single-actividades p {
        font-size: 14px;
    }
    .page-single-actividades .actividades {
        margin-top: 80px;
    }
    .purchase .input-container input,
    .purchase .input-container label {
        width: 100%;
    }
    .purchase .input-container input.fecha,
    .purchase .input-container input.n-vuelo {
        width: 30%;
    }
    .purchase .input-container .phone-1 {
        width: 20%;
        margin-right: 2%;
    }
    .purchase .input-container .phone-2 {
        width: 20%;
        margin-right: 2%;
    }
    .purchase .input-container .phone-3 {
        width: 42%;
        margin-top: 0px;
    }
    .dd-container {
        width: 100% !important;
    }
    .purchase .select-container:before,
    .purchase .select-container:after {
        top: 50px;
    }
    .purchase .input-container input,
    .purchase .input-container .select {
        width: 100%;
    }
    .detail .d-flex {
        display: block !important;
    }
    .form-container .detail .featured-image {
        width: 100%;
        min-width: 100%;
    }
    .detail {
        padding: 20px;
    }
    .page-carrito .subtitle {
        font-size: 21px;
        margin: 0;
    }
    .page-carrito .detail .subtitle,
    .page-carrito .actividades .subtitle {
        margin-bottom: 20px;
    }
    .detail .featured-image {
        width: 100%;
        min-width: 100%;
        height: 170px;
        margin-bottom: 20px;
    }
    .detail .name {
        font-size: 20px;
    }
    .detail .price {
        font-size: 17px;
        display: flex !important;
    }
    .detail .buttons a,
    .detail .buttons a.buy {
        font-size: 10px;
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }
    .page-carrito .detail {
        margin-top: 20px;
        margin-bottom: 80px;
    }
    .input-dropdown {
        top: initial;
    }
    .actividades .activity {
        padding-bottom: 20px;
    }
    .actividades .filter-container {
        position: relative;
        width: 245px;
        margin-bottom: 40px;
        display: inline-block;
        margin-left: 30px;
        margin: 20px auto;
    }
    .actividades .d-flex {
        max-width: 100%;
        flex-direction: column;
    }
    .page-carrito .shop {
        display: block;
    }
    .page-carrito .shop .image {
        width: 100%;
        margin-bottom: 30px;
    }
    .page-carrito .item {
        height: 50px;
    }
    .page-carrito .links-list {
        display: block !important;
        text-align: center;
    }
    .page-carrito .links {
        margin-bottom: 20px;
    }
    .page-carrito .detail .d-flex {
        display: flex !important;
    }
    .option input {
        background-position: right 0 center;
    }
    .input-dropdown {
        width: 60vw;
    }
    .page-single-actividades .paragraph {
        margin: 0 15px 70px;
    }
}

@media (max-width: 575px) {
    .input-dropdown {
        width: 90vw;
    }
    .gallery .gallery-container .gallery-image .content {
        min-height: 290px;
    }
    .float-parche {
        height: unset;
    }
    .option .price .number {
        font-size: 30px;
    }
    .purchase .input-container input.fecha,
    .purchase .input-container input.n-vuelo {
        width: 100%;
        margin: 20px 0;
    }
    .purchase .input-container {
        display: block;
    }
    .purchase .input-container .phone-1 {
        width: 49%;
        margin-right: 1%;
    }
    .purchase .input-container .phone-2 {
        width: 48.5%;
        margin-right: 0%;
    }
    .purchase .input-container .phone-3 {
        width: 100%;
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 85%;
    }
    .visible-xs {
        display: none;
    }
    .title {
        font-size: 28px;
        letter-spacing: 5px;
    }
    .subtitle {
        font-size: 30px;
    }
    .single-slider {
        margin-bottom: 30px;
    }
    .gallery .gallery-container .gallery-image.x1-4 {
        width: 50%;
        padding: 8px;
    }
    .gallery .gallery-container .gallery-image .content {
        min-height: 290px;
    }
    .gallery .actividades {
        height: 540px;
    }
}

@media (min-width: 992px) {
    .gallery .gallery-container .box .content {
        height: 235px;
    }
    .gallery .actividades {
        height: 485px;
    }
    .item.half {
        max-width: 100%;
        margin-right: 0;
    }
    .actividades .nav-tabs a {
        font-size: 16px;
    }
    header .menu {
        width: 40%;
        padding: 60px 0;
        padding-left: 10%;
        left: -40%;
    }
    .hero-slider li .content {
        top: 23%;
        height: 60%;
    }
    header .menu .close-menu {
        margin-bottom: 80px;
    }
    header .menu li a {
        font-size: 25px;
        margin-bottom: 15px;
    }
    header .profesionales {
        font-size: 20px;
        color: white;
    }
    .hero-slider .main-title {
        font-size: 120px;
    }
    .purchase .form-container {
        max-width: 98%;
        position: relative;
    }
    .gallery .gallery-container .gallery-image.x1-4 {
        width: 33%;
        padding: 8px;
    }
    .gallery .gallery-container .gallery-image .content {
        min-height: 270px;
    }
    .gallery .actividades {
        height: 520px;
    }
    .box.large .image {
        height: 483px;
    }
    .box.large .item.half {
        width: auto;
    }
    .box.large .content {
        position: absolute;
        bottom: 0;
        width: 100%;
        font-size: 12px;
        height: 140px;
    }
    .box.large .name {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .box.large .item {
        background-size: 30px;
        padding-left: 35px;
        margin-right: 15px;
    }
    .box.large .item:last-of-type {
        margin: 0;
    }
    .banner .subtitle {
        font-size: 30px;
        min-width: 350px;
    }
    .single-slider {
        margin-bottom: -100px;
    }
    .item.salidas {
        width: 100%;
    }
    .item.half {
        max-width: 100%;
        margin-right: 8px;
    }
}

@media (min-width: 1200px) {
    .item.half {
        max-width: 40%;
    }
    .flex-viewport {
        height: 100vh;
    }
    footer .bottom .d-flex {
        display: flex !important;
    }
    footer {
        text-align: left;
    }
    .hero-slider .main-title {
        font-size: 110px;
        font-weight: 300;
        letter-spacing: 8px;
    }
    .activity .name {
        height: 60px;
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .actividades .activity .name {
        height: 45px;
    }
    .item.salidas {
        width: 100%;
    }
    .gallery .gallery-container .gallery-image .content {
        min-height: 233px;
    }
    .gallery .actividades {
        height: 485px;
    }
}

@media (min-width: 1400px) {
    .content-input-vehiculo {
        width: 100%;
        max-width: unset;
        padding-right: 20px;
    }

    .container {
        max-width: 1400px;
    }
    .gallery .gallery-container .gallery-image.x1-4 {
        width: 25%;
    }
    .gallery .gallery-container .gallery-image.x2-4 {
        width: 50%;
    }
    .gallery .tripadvisor {
        height: 725px;
    }
    .input-dropdown {
        margin-left: 0;
    }
    .box .content {
        height: 233px;
    }
    .actividades .box .content {
        height: 320px;
    }
    /* .box.activity .content {
        height: 270px;
    } */
    .activity .name {
        font-size: 20px;
    }
}


/**Large devices (desktops, 992px and up)**/

@media (max-width: 768px) {
    .content-input-vehiculo {
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .option .price .inputs {
        flex-direction: row;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .page-single-actividades .description .box .item.fix-half {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
    .box.single-act .fechas,
    .box.single-act .content-input-personas {
        width: 100%;
        margin: 10px 0px;
    }
    .content-input-personas,
    .content-input-vehiculo {
        max-width: 100%;
        width: 100%;
    }
    .fix-price-act {
        flex-direction: column;
        padding: 20px 0 0;
    }
    .option .price .number {
        margin: 0 0 0 0px;
    }
}
