/* ===== RENTA PAGE SPECIFIC STYLES ===== */

/* Floating WhatsApp Button */
.floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    background-color: #25d366;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transition: all 0.3s ease;
    animation: pulse 1s infinite alternate;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.floating-btn:hover {
    background-color: #0056b3;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Main Banner Slider */
.mainSdr {
    background-color: #06003A;
    width: 100%;
    overflow: hidden;
    height: auto;
    min-height: fit-content;
    position: relative;
    align-content: center;
    padding-top: 65px;
}

.mainSdr-photos {
    width: 300%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    height: 100%;
    transition: transform 0.5s ease;
}

.mainSdr-photos#rentamain {
    width: 300%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    height: 100%;
    transition: transform 0.5s ease;
}

.mainSdr-item {
    width: 33.33333%;
    position: relative;
    height: 100%;
}

.mainSdr-item img {
    width: 100%;
    display: block;
    position: relative;
    height: 100%;
    object-fit: cover;
}

.slide-text {
    font-family: "mulish";
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2rem;
    text-align: center;
    z-index: 1;
}

.sdrbtn-back img, .sdrbtn-fwd img {
    display: flex;
    position: absolute;
    border-radius: 50%;
    top: calc(40%);
    padding: 10px;
    cursor: pointer;
    color: #ffffff81;
    transform: 50%;
    transition: .5s ease;
    user-select: none;
    height: 10%;
    z-index: 2;
}

.sdrbtn-back img:hover {
    background-color: #2A2A2A;
    border-radius: 50%;
    transition: 0;
}

.sdrbtn-fwd img:hover {
    background-color: #2A2A2A;
    border-radius: 50%;
    transition: 0;
}

.sdrbtn-back img {
    left: 10px;
}

.sdrbtn-fwd img {
    right: 10px;
}

/* Rent Info Section 1 */
.rntinfo1 {
    height: fit-content;
    display: flex;
    align-items: center;
    background-color: #2A2A2A;
}

.rntinfo1txt {
    margin: auto;
    padding: 0;
    width: 50%;
    color: var(--snow);
    padding: 0;
    text-align: center;
    height: 100%;
}

.rntinfo1txt button {
    margin: 5% 0;
    height: 2rem;
    padding: 0;
    margin: 0;
    width: 90%;
    bottom: 0;
    color: var(--snow);
    padding: 0 5%;
    text-align: center;
    background-color: var(--gren);
    border: transparent;
}

.rntinfo1txt button:hover {
    background-color: var(--eblue);
}

.rntinfo1txt p,
.rntinfo1txt h2 {
    padding: 0 1%;
}

/* Secondary Slider */
.sliderContainerSec {
    background-color: #06003A;
    overflow: hidden;
    max-width: 500px;
    min-width: 300px;
    position: relative;
    align-content: center;
}

.sliderPhotosSec {
    width: 1500%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    height: fit-content;
    transition: transform 0.5s ease;
}

.sliderItemSec {
    width: 33.33333%;
    position: relative;
}

.sliderItemSec img {
    width: 100%;
    display: block;
    position: relative;
}

.sliderBtnBackSec img, .sliderBtnFwdSec img {
    display: flex;
    position: absolute;
    border-radius: 50%;
    top: calc(50%);
    padding: 10px;
    cursor: pointer;
    color: #ffffff81;
    transform: translateY(-50%);
    transition: .5s ease;
    user-select: none;
    height: 10%;
    z-index: 2;
}

.sliderBtnBackSec img:hover {
    background-color: #2A2A2A;
    border-radius: 50%;
    transition: 0;
}

.sliderBtnFwdSec img:hover {
    background-color: #2A2A2A;
    border-radius: 50%;
    transition: 0;
}

/* Rent Banner 2 */
.rntbnr2 {
    height: fit-content;
    display: flex;
    background-color: var(--azul);
}

.llaves {
    position: left relative;
    height: 300px;
    padding: 0 3%;
    margin-bottom: 20px;
    justify-items: center;
    background-image: url(llaves.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    background-position-y: 15px;
}

.rbnr2t {
    display: flex;
    flex-direction: column;
    width: (100% - 338px);
    justify-content: center;
    color: #F8F8F8;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.rbnr2t p {
    text-align: center;
    padding: 0 5%;
}

/* Rent Info Section 3 */
.rntinfo3 {
    height: 35vh;
    display: flex;
    flex-direction: row;
}

.rinf3t {
    justify-items: center;
    height: 100%;
    align-content: center;
    width: 50%;
    margin: 0;
    padding: 0 5%;
    text-align: center;
}

.rimg3 {
    width: 50%;
    height: 100%;
    background-image: url(viajaseg.jpg);
    background-size: cover;
    background-position: center;
}