#section-trip-record-v1 {
    background: linear-gradient(to bottom, #e3f2fd, #ffffff); 
    padding: 80px 0;
    overflow-x: hidden; 
    font-family: 'Arial', sans-serif;
}

.area-trip-record {
    margin: 0 auto;
    /* Por defeault */
    /* width: 100%; */
    
    width: 1313px;
    overflow: hidden;
}

.content-text-trip-record {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px auto;
}

.content-text-trip-record h2 {
    font-size: 2.5rem;
    color: #1a237e;
    font-weight: bold;
    margin-bottom: 15px;
}

.content-text-trip-record p {
    color: #546e7a;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.content-text-trip-record a {
    background-color: #00bcd4;
    color: white;
    padding: 10px 28px;
    border-radius: 50px;
    text-decoration: none;
    width: max-content;
    font-weight: bold;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.4);
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-text-trip-record a:hover {
    transform: scale(1.05);
    background-color: #0097a7;
}

.images-trip-record {
    margin-top: 20px;
}

.image1-trip-record, .image2-trip-record {
    border-radius: 15px;
    overflow: hidden;
    height: 320px;
    width: 300px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
}

.image1-trip-record img, .image2-trip-record img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image1-trip-record {
    transform: translateY(-30px);
}

.images-trip-record.owl-carousel .owl-stage-outer {
    padding-top: 40px;    
    padding-bottom: 40px; 
    overflow: visible;    
}

.image2-trip-record {
    transform: translateY(30px);
}

.image1-trip-record:hover, .image2-trip-record:hover {
    transform: translateY(0) scale(1.03);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.images-trip-record.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none !important;
}

.content-text-trip-record a i {
    margin-left: 8px;
    font-size: 1rem;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-record {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1536px) {
    #section-offer-exclusive .offer-exclusive-container {
        max-width: max-content;
    }
    .area-trip-record {
        width: 977px;
    }
}

@media (max-width: 1280px) {
  .image1-trip-record, .image2-trip-record {
        height: 300px;
  }
    .area-trip-record {
        /* width: 1066px; */
        width: 980px;
    }
}

@media (max-width: 1024px) {
  .content-text-trip-record h2 {
    font-size: 1.8rem;
    padding: 0 20px;
}
.content-text-trip-record p {

    font-size: 1rem;
    padding: 0 20px;
}
.content-text-trip-record a {
    padding: 10px 20px;
  
}

    .area-trip-record {
        width: 640px;
    }

}

@media (max-width: 768px) {
    .promos-index {
        width: 613px;
    }
}

@media (max-width: 700px) {
  .area-trip-record {
        width: 306px;
    }
}

@media (max-width: 640px) {
    /* .area-trip-record {
        width: 337px;
    } */
}