@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');

body {
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.main-custom {
    background-color: #f6f6f6;
}

@media screen and (min-width: 992px) {
    .margin-lg {
        margin-left: 15%;
        margin-right: 15%;
    }
}

@media screen and (max-width: 991px) {
    .margin-sm {
        margin-left: 5%;
    }
}

.menu-top {
    max-width: 1700px;
    height: 110px;
}

.menu-top-landing {
    max-width: 1700px;
    height: 160px;
}

.menu-bottom {
    max-width: 1700px;
}

@media screen and (max-width: 2559px) {
    .menu-top, .menu-bottom, .menu-top-landing {
        max-width: 1275px;
    }
}

@media screen and (max-width: 1700px) {
    .menu-top, .menu-bottom, .menu-top-landing {
        max-width: 1130px;
    }
}

@media screen and (max-width: 1440px) {
    .menu-top, .menu-bottom, .menu-top-landing {
        max-width: 965px;
    }
}

.logo {
    max-width: 225px;
    max-height: 100px;
}

@media screen and (max-width: 450px) {
    .logo {
        max-width: 150px;
        max-height: 100px;
    }
}

.profile-box {
    border-radius: 15px;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.07);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
}

.profile-box > * {
    margin-top: 10px;
}

.profile-box label, .profile-box h5{
    margin-top: 20px;
    margin-bottom: 10px;
}

.profile-box .position-credits {
    min-width: 100px;
    text-align: right;
}

.code-box {
    width: 370px;
    border-radius: 15px;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.07);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
}

.code-box * {
    margin-top: 5px;
}

.code-box-title {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.code-box-description {
    font-size: 14px;
    color: #636363;
}

.code-input {
    width: 100%;
    height: 41px;
    padding: 8px 10px 7px 10px;
    border-radius: 8px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    border: solid 0 #000;
    font-size: 12px;
}

.quantity-input {
    width: 100px !important;
    height: 48px;
    padding: 8px 10px 7px 10px;
    border-radius: 8px;
    border: 1px solid #ced4da;
    text-align: center;
}

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spin {
    -moz-appearance: textfield;
}

.password-input-wrapper {
    position: relative;
}

.toggle-password-btn {
    position: absolute;
    left: 85%;
    top: 27%;
}

.toggle-profile-password-btn {
    position: absolute;
    right: 0;
    top: 53px;
}

.toggle-password-btn i {
    color: grey;
}

.toggle-profile-password-btn i {
    color: grey;
}

.code-box-recover-link {
    position: absolute;
    left: 60%;
    top: 0;
}

.small-label {
    font-size: 12px;
}

.check-label {
    font-size: 11px;
    color: black;
}

.code-submit {
    width: 330px;
    height: 50px;
    margin-top: 30px;
    border-radius: 8px;
    border: solid 0 #000;
    font-size: 16px;
    font-weight: bold;
}

.booking-modal-button {
    height: 50px;
    border-radius: 8px;
    border: solid 0 #000;
    font-size: 16px;
    font-weight: bold;
}

.profile-submit {
    width: 100%;
    height: 50px;
    margin-top: 30px;
    border-radius: 8px;
    border: solid 0 #000;
    font-size: 16px;
    font-weight: bold;
}

.code-submit[disabled] {
    background-color: #CCCCCC;
}

.code-submit:hover {
    filter: brightness(1.1);
}

.code-box-sign-link {
    margin: 20px -10px!important;
    font-size: 12px;
    color: #888;
}

.code-box-sign-link a {
    color: black;
    font-weight: bold;
}

.code-box-recover-link a {
    font-size: 12px;
    color: #888;
}

.footer-links a {
    font-size: 13px;
    font-weight: bold;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
}

.section-description {
    font-weight: 300;
}

.inverted-colors {
    filter: invert(100%);
}

.btn-toggle.active {
    background-color: #000000;
}

.breadcrumb a {
    color: #333;
    text-decoration: none;
}

.category-cards {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.category-cards img {
    height: 330px;
}

.individual-card, .individual-card-odd {
    width: 200px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 17px;
}

.individual-card:hover img,
.individual-card-odd:hover img {
    transform: scale(1.2); /* Amplía ligeramente la imagen al pasar el cursor sobre el contenedor */
}

.individual-card img,
.individual-card-odd img {
    transition: transform 0.3s ease; /* Añade la misma transición a la imagen */
    width: 100%;
    object-fit: cover;
}

.individual-card span,
.individual-card-odd span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 595px) {
    .individual-card {
        width: 180px;
    }

    .individual-card-odd {
        width: 378px;
    }

    .category-cards img {
        height: 190px;
    }
}

@media screen and (max-width: 390px) {
    .individual-card {
        width: 143px;
    }

    .individual-card span,
    .individual-card-odd span {
        font-size: 15px;
    }

    .individual-card-odd {
        width: 303px;
    }

    .category-cards img {
        height: 150px;
    }
}

.campaign-cards {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.campaign-cards img {
    height: 235px;
}

.individual-campaign-card {
    width: 235px;
    text-align: center;
}

.campaign-img {
    border-radius: 17px;
    overflow: hidden;
}

.individual-campaign-card:hover img {
    transform: scale(1.2); /* Amplía ligeramente la imagen al pasar el cursor sobre el contenedor */
}

.individual-campaign-card img {
    transition: transform 0.3s ease; /* Añade la misma transición a la imagen */
}

.individual-campaign-card span {
    font-weight: bold;
    font-size: 20px;
}

@media screen and (max-width: 595px) {
    .individual-campaign-card {
        width: 180px;
    }

    .campaign-cards img {
        height: 190px;
    }
}

@media screen and (max-width: 390px) {
    .individual-campaign-card {
        width: 143px;
    }

    .campaign-cards img {
        height: 150px;
    }
}

.gradient-bg {
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    width: 100%;
    margin-bottom: -23px;
    border-radius: 0 0 30px 30px;
}

.select-filter {
    height: 40px;
    border-radius: 8px;
    margin: 20px 15px 20px 0;
    padding-left: 10px;
    font-size: 14px;
    border: 0;
    outline: 1px solid #C6C6C6;
    border-right: 16px solid transparent;
    background-color: white;
}

.select-filter option:hover {
    background-color: #fff; /* Cambia el color de fondo de cada opción del menú desplegable */
    color: #333; /* Cambia el color del texto de cada opción */
}

.select-filter-mobile {
    width: 100%;
    margin: 0 0 23px 0;
}

.remove-filters {
    margin-top: 20px;
    display: none;
    align-items: center;
    white-space: nowrap;
}

.remove-filters-mobile {
    width: 100%;
    margin-top: -15px;
    font-weight: bold;
}

.remove-filters img {
    margin-right: 5px; /* Espacio entre la imagen y el texto */
}

.experience-image-container {
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.experience-places {
    margin-top: 10px;
    color: #636363;
}

.experience-places ul {
    list-style: none;
    padding: 0;
    font-size: 14px;
    line-height: 30px;
}

.experience-list-box {
    border-radius: 30px !important;
}

.input-line {
    border: none;
    border-bottom: 1px solid #ccc; /* Línea inferior */
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
}

.input-line:focus {
    outline: none; /* Elimina el borde de enfoque predeterminado */
}

.valid-input {
    border-bottom: 1px solid #44c4a1;
}

.invalid-input {
    border-bottom: 1px solid #fc0c0c;
}

.icon {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    font-size: 1.2em;
}

.icon-green {
    color: #44c4a1;
}

.icon-red {
    color: #fc0c0c;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.material-icons {
    font-family: 'Material Icons Round';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.close-window {
    color: #FFF;
    background-color: #F00;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    font-size: 3em;
}
.scroll-to-top {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    font-size: 3em;
    color: #FFF;
    background-color: #d12955;
}

.experience-card {
    position: relative;
    overflow: hidden;
    border-radius: 13px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
}

.experience-card:hover p {
    white-space: normal; /* Permite que el texto se divida en múltiples líneas */
    overflow: visible; /* Muestra todo el texto que se desborda del contenedor */
    transform: translateY(-10px);
}

.experience-card:hover img {
    filter: brightness(50%);
}

.experience-card:hover .credit {
    filter: brightness(100%);
}

.experience-card:hover img.image-grey {
    filter: brightness(50%) grayscale(100%)
}

.img-container img.image-grey {
    filter: grayscale(100%);
}

.img-container {
    overflow: hidden;
    position: relative;
    width: 100%; /* Ajusta el ancho según tus necesidades */
    height: 0;
    padding-top: 80%; /* Esto determina la relación de aspecto */
}

.img-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 28.33%, rgba(0, 0, 0, 0.80) 112.08%)
}

.img-detail-container {
    overflow: hidden;
    position: relative;
    width: 100%; /* Ajusta el ancho según tus necesidades */
    height: 0;
    padding-top: 80%; /* Esto determina la relación de aspecto */
}

.experience-item-long-right .img-container, .experience-item-long .img-container {
    height: 100%;
}

.img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.3s ease-in-out;
}

.img-detail-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.3s ease-in-out;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 15px;
}

.overlay h3 {
    margin-top: 0;
    font-weight: bold;
    transition: transform 0.3s ease-in-out;
}

.overlay h6 {
    margin-top: 0;
    font-weight: bold;
    transition: transform 0.3s ease-in-out;
}

.overlay p {
    margin-bottom: 10px;
    font-size: 12px;
    transition: all 0.3s ease;
    overflow: hidden; /* Oculta el texto que se desborda del contenedor */
    text-overflow: ellipsis; /* Muestra "..." al final del texto que se desborda */
    white-space: nowrap; /* Evita que el texto se divida en múltiples líneas */
}

.overlay a {
    font-weight: bold;
}

.corner-tag {
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
}

@media screen and (max-width: 400px) {
    .experience-item-long-right .corner-tag,
    .experience-item-long .corner-tag,
    .experience-item-normal .corner-tag {
        top: 8px;
        right: 8px;
        font-size: 8px;
    }
}

.view-experience {
    border-radius: 8px!important;
    font-size: 12px!important;
    font-weight: bold!important;
}

.view-experience-large {
    width: 100px;
    border-radius: 8px!important;
    font-size: 16px!important;
    font-weight: bold!important;
}

.overlay-large {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 30px;
}

.overlay-large h3 {
    font-weight: bold;
    font-size: 25px;
    transition: transform 0.3s ease-in-out;
}

.overlay-large p {
    margin-bottom: 10px;
    font-weight: 200;
    transition: transform 0.3s ease-in-out, max-height 0.8s ease-in-out;
    overflow: hidden; /* Oculta el texto que se desborda del contenedor */
    text-overflow: ellipsis; /* Muestra "..." al final del texto que se desborda */
    white-space: nowrap; /* Evita que el texto se divida en múltiples líneas */
}

.experience-item-large .corner-tag {
    font-size: 16px;
    right: 35px;
    top: 25px;
}

/* Estilos CSS para hacer el diseño responsive */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 20px;
}

@media screen and (max-width: 543px) {
    .grid-container {
        grid-template-columns: none;
    }
}

.experience-item-large {
    grid-column: span 2; /* Ocupa 2 columnas */
    grid-row: span 2; /* Ocupa 2 filas */
}

.experience-item-normal {
    /* Por defecto, ocupa 1 columna y 1 fila */
    height: 100%;
}

.experience-item-long-right {
    grid-column: 4; /* Empieza en la cuarta columna */
    grid-row: 2 / span 2;
    height: 100%;
}

.experience-item-long {
    grid-column: 1; /* Empieza en la primera columna */
    grid-row: 3 / span 2;
    height: 100%;
}

.experience-item-long-mobile {
    grid-column: span 2;
    grid-row: 8;
}

.experience-item-long-right-mobile {
    grid-column: span 2;
    grid-row: 5;
}

.experience-item-long-mobile .experience-card,
.experience-item-long-right-mobile .experience-card {
    max-height: 300px;
}

.experience-item-long-mobile .img-container img,
.experience-item-long-right-mobile .img-container img {
    max-height: 300px;
}

@media screen and (max-width: 500px) {
    .experience-item-long-mobile .experience-card,
    .experience-item-long-right-mobile .experience-card {
        max-height: 200px;
    }

    .experience-item-long-mobile .img-container img,
    .experience-item-long-right-mobile .img-container img {
        max-height: 200px;
    }
}

/* CSS para pantallas pequeñas */
@media screen and (max-width: 1630px) {
    .experience-item-long-right,
    .experience-item-long {
        grid-column: span 1; /* Ocupa 1 columna */
        grid-row: span 2; /* Ocupa 1 fila */
    }
}

.experience-item-long .view-experience,
.experience-item-long-right .view-experience {
    border-radius: 8px!important;
    font-size: 16px!important;
    font-weight: bold!important;
}

.experience-item-long .corner-tag,
.experience-item-long-right .corner-tag {
    position: absolute;
    top: 25px;
    right: 20px;
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
}

.experience-content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    color: #636363
}

.experience-conditions {
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    color: #636363;
}

.experience-conditions ol, .experience-conditions ul {
    list-style-type: none;
    padding-left: 0;
}

.experience-content strong {
    font-weight: bold;
}

.select-place {
    height: 35px;
    border-radius: 7px!important;
    padding-left: 8px!important;
    font-size: 13px!important;
}

.experiences-recommended-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

@media screen and (max-width: 768px) {
    .experiences-recommended-container {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media screen and (max-width: 480px) {
    .experiences-recommended-container {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

.experience-info {
    width: 100%;
    height: auto;
    padding: 15px 25px 15px 20px;
    border-radius: 8px;
    border: 1px solid lightgrey;
    margin-bottom: 15px;
}

.modal-header {
    border-bottom: none!important;
}

.modal-footer {
    border-top: none!important;
}

.confirm-place-details {
    color: grey;
    font-weight: 100;
}

.check-booking {
    margin: 23px 0 15px 0!important;
    font-size: 14px;
    font-weight: 300;
}

.check-personal-data {
    font-size: 12px;
    font-weight: 300;
}

.label-confirmation {
    font-size: 12px;
    font-weight: bold;
}

.input-confirmation {
    font-size: 14px!important;
    padding: 10px!important;
    color: grey!important;
}

.cursor-pointer {
    cursor: pointer;
}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.circle-grey {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: lightgrey;
    color: white;
}

.steps-flow {
    white-space: nowrap;
    font-size: 14px;
    margin-bottom: 30px;
}

.password-container {
    position: relative;
}

.password-conditions {
    position: absolute;
    top: 0;
    right: -390px;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.password-conditions ul {
    padding: 0;
}

.password-conditions .condition {
    color: #555; /* Color del texto de las condiciones */
    font-size: 12px; /* Tamaño del texto de las condiciones */
}

.password-conditions .valid {
    color: green; /* Color del texto cuando se cumple la condición */
}

.password-conditions .invalid {
    color: red; /* Color del texto cuando no se cumple la condición */
}

.form-errors {
    font-size: 12px;
    color: red;
    margin-top: 10px;
    margin-left: -30px;
}

.form-errors ul{
    list-style: none;
}

.form-errors.ul-inline{
    display: inline;
}

.form-errors.ul-inline ul {
    display: inline;
}
.form-errors.ul-inline ul li {
    display: inline;
}

.insert-code-error {
    font-size: 12px;
    color: red;
    margin-top: 10px;
}

.add-credit-button {
    border-radius: 20px;
    padding: 4px 16px;
}
.code-length {
    width: 225px;
    max-width: 225px;
}

@media screen and (max-width: 470px) {
    .code-length {
        width: 100px;
        max-width: 100px;
    }
}

@media screen and (max-width: 1050px) {
    .code-length {
        width: 160px;
        max-width: 160px;
    }
}

.experiences-colors {
    background-color: #f4f9ff;
    border: 2px solid #d1d3d4;
}

.codes-colors {
    background-color: #dffbf5;
    border: 2px solid #dddddd;
}


.change-campaign-select {
    width: 200px;
}

.small-text {
    font-size: 12px;
}

.big-text {
    font-size: 26px;
}

.mt-negative {
    margin-top: -30px;
}

.small-text-grey {
    font-size: 12px;
    color: #888;
}

.modal-md {
    width: 370px;
}

.lightcoral {
    color: #FF9696;
}

.btn-back {
    padding: 12px 30px;
    font-weight: bold;
}

.btn-back i {
    position: relative;
    font-size: 21px;
    top: 2px;
    right: 5px;
}

.experience-link.disabled {
    cursor: not-allowed;
}

.contact {
    padding: 4%;
}

.contact .contact-info {
    margin-top: 10%;
    font-size: 1rem;
}

.contact .col-md-8 {
    background: #fff;
    padding: 3%;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.contact .contact-form button:focus {
    box-shadow: none;
}

#filterForm #searchIcon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.cookies-policy {
    position: fixed;
    width: 100%;
    color: #fff;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 10000;
    display: none;
}

.cookies-policy.nocookie {
    display: block;
}

.cookies-policy .cookies-txt {
    padding: 25px;
    margin: 0 auto;
    text-align: center;
    max-width: 883px;
    width: calc(100% - 50px);
    line-height: 18px;
    position: relative;
    font-size: 17px;
}
.button-policy {
    padding: 2rem 0 0 0;
}

.button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.button-container:first-child {
    margin-top: 30px;
}

.button-container a {
    padding: 12px;

    text-align: center;
    height: 50px;
    border-radius: 8px;
    border: solid 0 #000;
    font-size: 16px;
    font-weight: bold;
}

.button-container a.download .hidden {
    display: none;
}

.button-container a.download.downloaded {
    opacity: 0.6;
}

.button-container a.download.downloaded .fa-download {
    display: none;
}

.button-container a.download.downloaded .fa-check {
    display: inline-block;
}
