/* =========================
   LAYOUT / FLEX
========================= */
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-5 {
  gap: 1.25rem;
}
.preciaso{
    display:flex;
    justify-content:right !important;
}
.detalles-card{
    align-items:flex-end !important;
}

/* =========================
   SPACING
========================= */
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.max-md\:px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

/* =========================
   TYPOGRAPHY
========================= */
.text-sm {
  font-size: 0.875rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.font-semibold {
  font-weight: 600;
}

.text-muted-foreground {
  color: #6b7280; /* gris neutro */
}

.text-foreground {
  color: #111827;
}

/* =========================
   BACKGROUND / BORDER
========================= */
.bg-muted\/50 {
  background-color: rgba(243, 244, 246, 0.5);
}

.bg-muted {
  background-color: #f3f4f6;
}

.border {
  border: 1px solid #e5e7eb;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

/* =========================
   IMAGE / ASPECT
========================= */
.aspect-2\/1 {
  aspect-ratio: 2 / 1;
}

.overflow-hidden {
  overflow: hidden;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),
              0 4px 6px -4px rgba(0,0,0,.1);
}

/* =========================
   HOVER / TRANSITIONS
========================= */
.transition {
  transition: all 0.3s ease;
}

.transition-all {
  transition: all 0.3s ease;
}

.duration-300 {
  transition-duration: 300ms;
}

.group:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
}

/* =========================
   TEXT CLAMP
========================= */
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.seccion-slider h3{
    line-height:20px !important; 
}
.seccion-slider h3 a{
    color:#252726;
    font-size:18px;
}
.seccion-slider h3 a:hover{
  color:#252726;  
}
/*prev, next buttons
*/


.swiper-button-prev,
.swiper-button-next {
  color: white;
  background-color: white;
  font-size: 40px !important;
  border: 1px solid #e0e0e0;
  width: 40px !important;
  height: 40px !important;
  z-index: 3;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swiper-button-prev::after,
.swiper-button-next::after{
    display:none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #6f8c04;
  border-color: #6f8c04;
}
.swiper-button-prev:hover svg path,
.swiper-button-next:hover svg path {
  fill: #fff !important;
}
.tour-card{
    border-radius:15px;
    overflow:hidden;
    background:white;
}
.short-details {
    padding-bottom:20px
}
.short-details span{
    padding:0 10px;
}
.short-details span i{
    color:#ffb400;
}
.box-white{
    padding:20px;
}
/*finde*/
/* =========================
   RESPONSIVE (max-md)
========================= */
@media (max-width: 768px) {
  .max-md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .max-md\:line-clamp-2 {
    -webkit-line-clamp: 2;
  }
}
