.adicionales_content{
    font-size: 1.2em;
}

.adicional_comment{
    font-size:0.85em; 
    padding:0 0 0 20px;
}

.adicionales_content .checkbox-block{
    margin-bottom: 10px;
}

.blue{
    color:#789FDA;
}

.extra_info{
    font-size: 1.2em;
    padding-top: 5px;
}

.agrupacion{
    display:none;

        -webkit-transition: all 1s ease-in-out 1s;
        -moz-transition: all 1s ease-in-out 1s;
        -ms-transition: all 1s ease-in-out 1s;
        -o-transition: all 1s ease-in-out 1s;
        transition: all 1s ease-in-out 1s;
}

@media (min-width: 768px) {
    .package-grid-item-wrapper .image img {
        height: 240px;
        width: 360px; 
    }
}
.logoImprimir{
    display: none;
}
.c_interes{
    display: none;
}
@media print {
    .hidden-print {
        display: none !important;
    }
    ul.book-sum-list li{
        margin: 2px 0px !important;
    }
    .confirmation-content {
        border-bottom: 1px solid #E3E3E3;
        padding-bottom: 10px; 
        margin-bottom: 10px; 
        font-size: 11px;
        line-height: 11px;
    }
    .avoid-break{
        page-break-inside: avoid;
    }
    .section-title{
        margin:0px 0 5px 0px;
        font-size:16px;
    }   
    .logoImprimir{
        display: flex;
        float:right;
        width:200px;
        top:0px;
        right:0px;
    }
    .c_interes{
        display: block;
        font-size: 9px !important;
        line-height: 9px  !important;
    }
}

.payment-content input[type='radio'] + label:before {
    top: 5px; 
}

.package-list-item .image img {
    height: 160px;
}

.descuento{
    float: right;
    background: red !important;
    font-weight: bold;
}

.oldprice{
    text-decoration:line-through;
}

.d_precioOriginal{
    color: red;
    text-decoration:line-through;
    font-size: 16px !important;
}

.precioOriginal{
    color: red;
    text-decoration:line-through;
    font-size: 0.8em;
}

.c_recibo_descuento{
    color: red;
}

.sueleccion{
    font-weight: 600;
    font-size: 1.1em;
}

.sueleccion select{
    float:left; 
    width: 50px; 
} 

.d_highlights {
    min-height: 300px;
}

.adjunto{
    font-size: 1.2em;
}

.btn-con{
    background: #c5477d !important;
    background: -moz-linear-gradient(left,#ce4f85 0,#c5477d 100%)!important;
    background: -webkit-linear-gradient(left,#ce4f85 0,#c5477d 100%)!important;
    background: linear-gradient(to right,#ce4f85 0,#c5477d 100%) !important;
    border: none;
    margin-top:-14px;
}

input[type="date"] {
    position: relative;
}
/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="date"]:after {
    content: "\25BC"; 
    color: #555;
    padding: 0 5px;
}
/* change color of symbol on hover */
input[type="date"]:hover:after {
    color: #bf1400;
}
/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}
/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}
 /* adjust clear button */
 input[type="date"]::-webkit-clear-button {
     z-index: 1;
 }
 .widget-wrapper{
     margin: 30px 0;
 }
 .widget-wrapper #inspirock-attraction-widget-7201 .inspirock-widget-wrapper, 
 .widget-wrapper #inspirock-attraction-widget-7201 .inspirock-widget-text-desc .inspirock-widget-text-msg,
 .widget-wrapper #inspirock-attraction-widget-7201 .inspirock-widget-text-desc .inspirock-widget-heading
 {
    max-width: initial;
 }
 .widget-wrapper #inspirock-attraction-widget-7201 .inspirock-widget-text-desc .inspirock-widget-text-msg a{
     display: block;
 }

.subtotal{
    padding-left: 25px; 
}

.subtotal .discount{
    color: red; 
}

.subtotal .subtotaltotal{
    font-weight: 800;
}

.resaltar{
    font-size: 1.3em;
}

.d_total, .d_precio_20{
    font-weight: bold;
}

.eliminarCarrito{
    color: red;
    font-weight: 200;
    font-size: 0.8em;
}

.horas{
    width:60px;
}
.minutos{
    width:60px;
}

.datepicker{
    margin: 0 auto;
}


#pronostico{
    margin: 0 15px 0 15px;
    cursor: pointer;
}

#pronostico .dibujo{
    float:left;
}
#pronostico .datos{
    float:left; margin: 0 0 0 5px; color:white;
}

@media (max-width: 479px) {
    #pronostico {
        display: none;
    }
}

.boton_consultas .btn-con:hover{
    background:rgb(242, 94, 49) !important
}

#modalTiempo .modal-body{
    background:rgb(0, 55, 98);
}

#modalTiempo .dia{
    width: 100%;
    clear:both;
    color:white;
    border-bottom: solid #E3E3E3 1px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}

#modalTiempo .dia .titulo{
    width:20%;
    float:left;
    font-size: 1.2em;
    line-height: 70px;
    font-weight: bold;
}
#modalTiempo .dia .dibujo{
    width:20%;
    float:left;
}
#modalTiempo .dia .datos{
    width:60%;
    float:left;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #5666ad;
}
.bs-callout-warning h4 {
    color: #5666ad;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
.sliderHome .sliderContent {
    text-shadow:0px 0px 20px rgb(43 44 52 / 85%);
}
.sliderHome p.lead{
    font-weight: 400;
}
/* agregado*/
/* Reset y configuración base */
* {
  box-sizing: border-box;
}

/* Contenedor principal */
.packages-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Tarjeta de paquete */
.package-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.package-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* Imagen del paquete */
.package-image {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.package-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.package-card:hover .package-image img {
  transform: scale(1.05);
}

/* Badge de duración */
.duration-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  backdrop-filter: blur(10px);
}

/* Contenido de la tarjeta */
.package-content {
  padding: 20px;
}

.package-content h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px 0;
  line-height: 1.4;
  color: #2c3e50;
  text-transform: capitalize;
  min-height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Calificación */
.rating {
  margin: 12px 0;
}

.raty-wrapper {
  display: flex;
  align-items: center;
}

.star-rating-read-only {
  display: flex;
  gap: 2px;
}

.star-rating-read-only img {
  width: 16px;
  height: 16px;
}

/* Precio y corazón */
.price-heart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.heart {
  font-size: 18px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.heart:hover {
  color: #e74c3c !important;
}

.price {
  font-size: 18px;
  font-weight: 700;
  color: #27ae60;
}

/* Clearfix utility */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Botón "Ver todas" */
.btn.more {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #3498db, #2980b9);
  color: white;
  padding: 15px 30px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  margin: 20px auto;
  border: none;
  cursor: pointer;
}

.btn.more:hover {
  background: linear-gradient(135deg, #2980b9, #21618c);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

/* Responsive Design */

/* Tablets */
@media screen and (max-width: 768px) {
  .packages-container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    padding: 15px;
  }
  
  .package-image {
    height: 200px;
  }
  
  .package-content {
    padding: 15px;
  }
  
  .package-content h5 {
    font-size: 15px;
    min-height: 40px;
  }
  
  .duration-badge {
    font-size: 11px;
    padding: 5px 10px;
  }
  
  .price {
    font-size: 16px;
  }
}

/* Móviles */
@media screen and (max-width: 480px) {
  .packages-container {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 10px;
  }
  
  .package-card {
    margin-bottom: 10px;
  }
  
  .package-image {
    height: 180px;
  }
  
  .package-content {
    padding: 12px;
  }
  
  .package-content h5 {
    font-size: 14px;
    min-height: 36px;
    margin-bottom: 10px;
  }
  
  .duration-badge {
    font-size: 10px;
    padding: 4px 8px;
    top: 10px;
    right: 10px;
  }
  
  .rating {
    margin: 8px 0;
  }
  
  .star-rating-read-only img {
    width: 14px;
    height: 14px;
  }
  
  .price-heart {
    margin-top: 10px;
    padding-top: 10px;
  }
  
  .price {
    font-size: 15px;
  }
  
  .heart {
    font-size: 16px;
  }
  
  .btn.more {
    padding: 12px 25px;
    font-size: 14px;
    margin: 15px auto;
  }
}

/* Móviles muy pequeños */
@media screen and (max-width: 320px) {
  .packages-container {
    padding: 8px;
  }
  
  .package-image {
    height: 160px;
  }
  
  .package-content {
    padding: 10px;
  }
  
  .package-content h5 {
    font-size: 13px;
    min-height: 32px;
  }
  
  .duration-badge {
    font-size: 9px;
    padding: 3px 6px;
  }
  
  .price {
    font-size: 14px;
  }
}

/* Mejoras adicionales para UX móvil */
@media (hover: none) and (pointer: coarse) {
  .package-card:hover {
    transform: none;
  }
  
  .package-card:active {
    transform: scale(0.98);
  }
}

/* Accesibilidad */
@media (prefers-reduced-motion: reduce) {
  .package-card,
  .package-image img,
  .btn.more {
    transition: none;
  }
}