#section-card-reflect-v1 {
    padding: 60px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: max-content;
    width: 100%;
    background-color: rgb(255, 255, 255);
}

#section-card-reflect-v1 .container-cards-reflect {
    height: max-content;
    width: 1180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title-section-reflect {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title-section-reflect h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.cards-reflect {
    width: 70%;
    height: max-content;
    display: flex;
    flex-direction: row;
}

.content-card-reflect {
    height: 435px;
    width: 380px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px;
    /* box-shadow: 0 4px 15px rgba(0,0,0,0.1); */
    box-shadow: 0 4px 15px rgb(0 0 0 / 8%);
    margin: 5px 0 15px 0; 
}

.content-card-reflect img {
    width: 100%;
    height: 210px;
    border-radius: 12px;
    object-fit: cover;
}

.info-overlay-reflect{  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 15px 10px;
}

.info-overlay-reflect a {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    margin-bottom: 5px;

    display: block;          
    white-space: nowrap;      
    overflow: hidden;         
    text-overflow: ellipsis;  
    max-width: 100%;
    transition: all 0.3s ease;
}
.info-overlay-reflect a:hover {
    color: rgb(8, 30, 52);
}

.data-info-reflect {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 53px;
    text-align: center;
}

.data-info-reflect i {
    font-size: 14px;
}

.space-margin {
    margin: 10px 0 0 0;
}

.data-info-reflect p {
    font-size: 16px;
    color: #535353;
    margin: 0%;
    display: block;          
    white-space: nowrap;      
    overflow: hidden;         
    text-overflow: ellipsis;  
    max-width: 100%;  
    
}

.data-info-reflect .btn-reserve-reflect {
    display: inline-block;
    padding: 10px 15px;
    background-color: #1781fe;
    color: #ffffff;
    text-decoration: none;
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px;
}

.btn-reserve-reflect i {
    transform: rotate(-45deg);
    display: inline-block;
}


.price-card-reflect {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-left: 15px;
}

.price-card-reflect h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0%;
}

.divisor-line-reflect {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 1px;
    background-color: #d5d5d5;
    margin: 15px 0 10px;
}

.icon-activity {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap:10px;
}

.icon-activity p {
    font-size: 13px;
    color: #666666;
    margin: 0;
}

.icon-activity i {
    font-size: 13px;
    color: #666666;
    margin: 0;
}


@media (max-width: 1540px) {
    #section-card-reflect-v1 .container-cards-reflect {
        /* width: 80%;  */
    }
    #section-card-reflect-v1 .container-cards-reflect {
        width: 786px;
    }
}

@media (max-width: 1280px) {
    .data-info-reflect {
        height: auto;
    }
    .content-card-reflect {
        height: auto; 
    }
    .data-info-reflect .btn-reserve-reflect {
    
    padding: 8px 12px;
   
    font-size: 14px;
  
}
.price-card-reflect h4, .data-info-reflect p {
    font-size: 14px;
}

.direction-col {
    flex-direction: column;
}

.reverse-col {
    flex-direction: column-reverse;
}
.data-info-reflect, .price-card-reflect {
    align-items: flex-start;
}
.price-card-reflect {
    margin-left: 0px;
}
}

@media (max-width: 1024px) {
    #section-card-reflect-v1 .container-cards-reflect {
        width: 730px;
         /* Más espacio para las tarjetas en tablets */
    }
    .content-card-reflect {
        width: 360px;
    }
}

/* Móviles (hasta 768px) */
@media (max-width: 768px) {
    #section-card-reflect-v1 .container-cards-reflect {
        width: 368px;
    }
    #section-card-reflect-v1 {
        padding: 40px 0;
    }


    .title-section-reflect h3 {
        font-size: 24px;
    }

    .content-card-reflect img {
        height: 200px; 
    }

    .data-info-reflect {
        flex-direction: row;
        align-items: center;
        text-align: start;
    }

    .info-overlay-reflect a {
        font-size: 18px;
    }
    .data-info-reflect .btn-reserve-reflect {
    padding: 8px 10px;
    font-size: 13px;
   
}
}

@media (max-width: 640px) {
    #section-card-reflect-v1 .container-cards-reflect {
        width: 330px;
    }
    .content-card-reflect {
        width: 330px;
    }
}
#section-card-reflect-v1 .owl-item {

}

/* Overlay glass */
.glass-overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(0,0,0,0.45); */
  background: rgb(255 255 255 / 45%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.45s ease;
}

.content-card-reflect:hover .glass-overlay {
  clip-path: polygon(0 0, 70% 0, 45% 100%, 0% 100%);
}
.content-card-reflect .card-reflect-main-image {
    transition: all 0.5s ease;
}
.content-card-reflect:hover .card-reflect-main-image {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.card-reflect-link-img {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.glass-overlay > img {
    height: 60px;
    width: 60px;
    object-fit: contain;
    border-radius: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
    transition: all 0.5s ease;
}
/* .content-card-reflect:hover .glass-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
} */
.data-info-reflect-state-city {
    width: 190px;
}
