.logoModelo {
    display: block !important;
}

.logoModeloMobile {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .logoModeloMobile {
        display: block !important;
        width: 40%;
    }

    .logoModelo {
        display: none !important;
    }

}

.title-BBVA-2 {
    font-weight: 900;
    color: #004284;
    font-size: 35px;
    margin: 0;
    text-transform: none !important;
}

.title-BBVA-3 {
    color: #545454;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    transform: skew(18deg);
    text-transform: none !important;
}

.BBVA-section {
    transform: skew(-18deg);
    max-width: 430px;
}

.paralelogramo {
    width: 430px;
    height: 80px;
    background-color: #004284;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #004284;
}

.contenido {
    transform: skew(18deg);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.contenido-boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* Estilos del texto e imagen */
.contenido p {
    color: white;
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
}

.contenido img {
    width: 150px;
    margin-left: 20px;
}

.paralelogramoContainer {
    display: flex;
    gap: 20px;
    width: 430px;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
}

.paralelogramoBorder {
    flex: 1;
    height: 50px;
    background-color: white;
    border: 2px solid #004284;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paralelogramoBorderWhite {
    flex: 1;
    height: 50px;
    background-color: white;
    border: 2px solid #004284;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    min-width: 150px;
}

.box-container-index {
    background-color: #444444;
    width: 30%;
    margin: 0;
    margin-top: -50px;
    padding: 2px 0px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-container-index p {
    font-size: 16px;
    color: white;
    margin: 0px;
}

.img-producto-main {
    top: 38% !important;
}

.btn-scooters {
    margin-left: 40px !important;
    margin-top: 40px !important;
    transform: skew(18deg) !important;
}


.custom-fixed-nav {

    position: relative;

}




@media screen and (max-width: 760px) {
    .title-BBVA-2 {
        font-size: 24px;
    }

    .title-BBVA-3 {
        font-size: 16px;
        transform: skew(10deg);
    }

    .BBVA-section {
        transform: skew(-10deg);
        max-width: 100%;
        width: 100%;
        padding: 0px 40px;
    }

    .paralelogramo {
        max-width: 100%;
        width: 100%;
        padding: 5px 10px;
        height: 50px;

    }

    .contenido {
        transform: skew(10deg);
    }

    .contenido p {
        font-size: 16px;
        margin-top: 10px;
    }

    .contenido img {
        width: 80px;
        margin-left: 20px;
    }

    .paralelogramoContainer {
        max-width: 100%;
        width: 100%;
    }

    .box-container-index {
        width: 80%;

    }

    .box-container-index p {
        font-size: 14px
    }

    .btn-scooters {
        transform: skew(10deg) !important;
    }


    .custom-fixed-nav {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1030;
    }

    .navbar {
        min-height: 74px;
    }

    #ray-zr-skin,
    #fascino-skin,
    #nmax-connected-skin {
        margin-top: 74px;

    }

    .logo-scooters-h {
        margin-top: 74px;
    }



}