/* ===== FINANCIAMIENTO 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);
}

/* Financiamiento Workers Section */
.financiamiento_trabajadores {
    width: 100%;
    height: fit-content;
    margin: 0;
    padding: 0;
}

.financiamiento_trabajadores img {
    width: 100%;
    height: auto;
}

/* Finance Banner */
.finbnr {
    min-height: 70vh;
    max-height: fit-content;
    align-content: center;
    justify-content: center;
    font-size: 3rem;
    background-image: url(finbnr.jpg);
    background-size: cover;
    background-position: bottom;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.finbnr h2 {
    text-align: center;
    width: 100%;
    margin: 0;
    color: var(--snow);
}

/* Info Finance Section */
.infof {
    height: fit-content;
    min-height: 42vh;
    max-height: fit-content;
    display: flex;
    background-color: var(--drk);
    text-align: center;
}

.infofin {
    width: 50%;
    height: 100%;
    justify-content: center;
    align-content: center;
}

.infofin h2 {
    margin-top: 10%;
    color: #F8F8F8;
}

.infofin p {
    width: 85%;
    margin-left: 7%;
    color: #F8F8F8;
    font-family: "bentonsans book";
    font-size: 1.5rem;
}

.infoctnrfin {
    display: flex;
    margin: 0;
    width: 50%;
    background-image: url(pc.jpg);
    background-position: bottom;
    background-size: cover;
}

/* Info Finance Section 2 */
.infof2 {
    height: fit-content;
    min-height: 42vh;
    max-height: fit-content;
    display: flex;
    background-color: var(--gris);
    text-align: center;
}

.infofin2 {
    width: 50%;
    height: 100%;
    justify-content: center;
    align-content: center;
}

.infofin2 h2 {
    margin-top: 10%;
    color: #F8F8F8;
}

.infofin2 LI {
    width: 85%;
    margin-left: 7%;
    color: #F8F8F8;
    font-family: "bentonsans book";
    font-size: 1.2rem;
    list-style: circle;
}

.infof2#jeep2 {
    background-color: #A2261A;
    color: #F8F8F8;
    align-content: center;
}

.infoctnrfin2 {
    display: flex;
    margin: 0;
    width: 50%;
    background-image: url(FR2.jpg);
    background-position: bottom right;
    background-size: cover;
    text-align: left;
}

.infofin2#jeep2 {
    background-color: #A2261A;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    margin: 0;
    top: 5%;
}

.infofin2 img {
    padding: 5%;
    width: 30%;
}

.infoctnrfin2#jeep {
    display: flex;
    margin: 0;
    width: 600px;
    background-position: center;
    background-image: url(bnr/Financiamiento/jeep.jpg);
    background-position: bottom right;
    background-size: cover;
    text-align: left;
}

/* Info Finance Section 3 */
.infof3 {
    height: fit-content;
    color: var(--azul);
    text-shadow: 4px 4px 4px rgba(0, 0, 0, .10);
}

.infof3 p {
    font-family: "mulish";
    text-align: center;
    font-size: 2rem;
    height: 10%;
}

.inf3img {
    background-image: url(finbnr3.jpg);
    height: 100vh;
    background-position: top;
    background-size: cover;
}

/* Main Slider for Finance */
.mainSdr-photos#finmainbnr {
    width: 400%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    height: fit-content;
    transition: transform 0.5s ease;
}