.prefijo {
    width: 150px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

#contacto-mensaje {
    resize: none;
}

.invalid-feedback {
    color: red;
    font-size: 85%;
    margin-bottom: 10px;
}

.menu-main > .container {
    overflow: visible;
}

#formulario-reserva {
    /* Asegúrate de que tenga un ancho definido o se ajuste a su columna */
    width: 100%; /* O el ancho deseado para la columna */
    /* Otros estilos para tu formulario */
}
  
  /* Opcional: Un estilo para cuando el elemento esté "pegado" */
.formulario-fijo {
    position: absolute;
    top: 0;
    /* Asegúrate de que su ancho se mantenga consistente si la página cambia de tamaño */
    /* Por ejemplo, podrías querer un 'left' para alinearlo a la columna */
}

.remove-from-cart {
    border: none;
    padding: 0;
}

.sirius-cart1_wrapper.sirius-cart1_wrapper--empty {
    grid-template-columns: 1fr;
}

.excursiones-content {
    aspect-ratio: 16/9;
}

.buscador-bar {
    align-items: center;
}

.buscador-bar-fecha-drop__fecha {
    padding-right: 10px;
}

.buscador-bar-fecha-drop__fecha input {
    border: none;
}

.buscador-bar-btn {
    cursor: pointer
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.slider-actividad {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider-actividad .swiper-slide {
    aspect-ratio: 16/9;
}

.slider-actividad .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-actividad-thumbs {
    width: 100%;
    overflow: hidden;
}

.slider-actividad-thumbs .swiper-slide {
    cursor: pointer;
    aspect-ratio: 1;
}

.slider-actividad-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.slider-actividad-thumbs .swiper-slide-thumb-active.swiper-slide img {
    opacity: 1;
}

.slider-actividad {
    --swiper-navigation-size : 35px;
    --swiper-theme-color : #ff4724;
}

.w-button[disabled] {
    opacity: 0.4;
}

.seo-texts-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 20px 0;
    transform: translateY(-30px);
}

@media (min-width: 600px) {
    .seo-texts-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    .seo-texts-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.seo-text-block {
    position: relative;
    
    padding: 15px;
    
    
    
}

.seo-text-content {
    position: relative;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.seo-text-content.collapsed {
    max-height: 200px;
}

.seo-text-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, #ecf0f3, transparent);
    pointer-events: none;
}

.seo-text-content.expanded {
    max-height: none;
}

.seo-text-toggle {
    margin-top: 10px;
    background: none;
    border: none;
    color: #0073e6;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
}


/*Cookies*/
#freeprivacypolicy-com---nb {
	font-family: Avenir, sans-serif;
	top: initial;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	max-width: 100%;
    background-color: #dddddd;
    transform: translate(-10px, -10px);
    box-shadow: -4px -4px 10px 0px rgba(0,0,0,0.2);
  }

@media(max-width: 991px) {
    #freeprivacypolicy-com---nb {
        left: 0;
        max-width: 100%;
    }
}
  
  #cc-nb-title,
  .cc-pc-head-lang-select {
	display: none !important;
  }
  
  .freeprivacypolicy-com---nb .cc-nb-text {
	  font-size: 14px !important;
	  margin: 0 !important;
  }
  
  .freeprivacypolicy-com---nb .cc-nb-main-container {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  max-width: 800px;
	  padding: 20px !important;
  }
  
  .freeprivacypolicy-com---reset div {
	  padding: 0 15px;
  }

  .cc-nb-text-content {
      color: #000;
  }
  
  .cc-nb-buttons-container button {
	width: 100%;
  }
  
  .freeprivacypolicy-com---palette-light .cc-nb-okagree,
  .freeprivacypolicy-com---palette-light .cc-cp-foot-save {
	background-color: #00c0d7 !important;
  }

  .freeprivacypolicy-com---palette-light .cc-nb-reject {
      background-color: #ff4724 !important;
  }
  
  .freeprivacypolicy-com---pc-dialog  {
	font-family: 'Inter', sans-serif;
  } 
  
  .freeprivacypolicy-com---pc-dialog .cc-cp-foot-byline {
	opacity: 0 !important;
  }
  
  .cc-cp-body-tabs li:nth-child(3) {
	display: none !important;
  }
  
  @media(max-width:768px) {
	.freeprivacypolicy-com---pc-dialog .cc-cp-body-content-entry {
	  padding: 25px 0 !important;
	}
}

#open_preferences_center {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: var(--green-3);
    border-radius: 100%;
    padding: 10px;
    z-index: 50;
}

@media (max-width: 576px) {
    .freeprivacypolicy-com---nb .cc-nb-main-container {
        flex-direction: column;
    }
    .cc-nb-buttons-container {
        padding-top: 15px !important;
    }
    .cc-pc-container, .cc-cp-body {
        padding: 0 !important;
    }
    .cc-pc-head {
        flex-direction: row !important;
    }
    .freeprivacypolicy-com---pc-dialog .cc-pc-head-title {
        padding-top: 5px !important;
    }
    .freeprivacypolicy-com---palette-light .cc-pc-head-title-text {
        width: 100% !important;
    }
}

/*Fin cookies*/

.pay-with-paypal {    
    display: block;
    background-color: #ffc439;
    text-align: center;
    width: 100%;
    padding: 10px 0 !important;
    border-radius: 10px !important;
}

.pay-with-paypal img {
    width: 80px;
}

.pay-with-card {
    padding: 7px 10px !important;
    border-radius: 10px !important;
    width: 100%;
    margin-bottom: 15px;
}

.sirius-cart1_item form input[type="submit"] {
    cursor: pointer;
}

.preloder-container {
    top: 0;
    background-color: #ecf0f3;
    z-index: 9999;
}

.whatsapp-button {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    z-index: 999;
}

html[data-wf-page="67b382cac4b085dbe199a367"] .whatsapp-button {
    bottom: 85px;
}

video.video-vertical {
    aspect-ratio: 9 / 16;
    width: 300px;
    max-width: 90%;
}

html[data-wf-page="authorization"] body {
    background-color: #ecf0f3;
}

html[data-wf-page="authorization"] .wrapper {
    width: 90%;
    max-width: 800px;
    margin: auto;
    min-height: 60vh;
}

#authorization-app.container {
    width: 100%;
    max-width: 100%;
}

.sirius-cart1_product-details_left form input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
}

@media(max-width: 500px) {
    #home-date {
        width: 100%;
    }

    .sirius-cart1_image {
        width: 9rem;
        margin: auto;
    }

    .sirius-cart1_product-details_left > div {
        width: 100%;
        text-align: center;
    }

    .sirius-cart1_product-details_left > form {
        width: 100%;
        text-align: center;
    }

    .sirius-popup1_quantity-wrapper {
        margin-top: 0 !important;
    }

    .sirius-popup1_quantity-wrapper {
        justify-content: center;
    }
    .sirius-popup1_quantity-wrapper input {
        text-align: center;
    }

    .sirius-popup1_price-wrapper{
        justify-content: center;
        width: 100%;
    }
}

.checkout-deposit-warning {
    display: inline-block;
    max-width: 80%;
    font-size: 95%;
    padding-top: 7px;
}

.only-contact-icons {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    flex-direction: column;
    align-items: center;
}
.only-contact-icons a {
    color: var(--_colors---secondary-color);
    text-decoration: none;
    padding: 5px 15px;
    font-size: 15px;
}
.only-contact-icons span {}

.checkout-payment {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--_colors---black-10);
}

.checkout-payment input {}
.checkout-payment label {
    margin-bottom: 0;
    margin-left: 25px;
    width: 100%;
}
.checkout-payment label img {}

a.go_to_payment {
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
}

html[data-wf-page="enlace_pago"] .cart-icon,
html[data-wf-page="enlace_pago"] .cart-icon-mov {
    display: none !important;
}