/* Float Buttons */
.float-buttons {
    left: 1vw;
}


.page-background {
    background-size: cover;
    background-position: 0 100px;
    background-repeat: no-repeat;
}

.img-background {
    width: 100%;
    top: -5px;
    z-index: 1;
}

.fake-background {
    height: 100%;
    background-color: rgba(255, 186, 0, 1);
    width: 120%;
}

.accesorios-content{
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding-bottom: 50px;
    z-index: 2;
}

.accesorios .accesorio {
    background-color: black;
    padding: 10px 15px;
}


.accesorio .card-auto {
    padding-bottom: 20px !important;
    color: white;
    padding: 0;
}

.card-auto img {
    object-fit: cover;
    object-position: center;
    height: 150px;
    width: 100%;
    border: 1px solid rgba(77, 77, 77, 1)
}

.card-auto:hover {
    background-color: black;
    box-shadow: none;
}

.card-promocion--title {
    font-size: 15px;
    line-height: 19px;
    color: white;
    font-weight: 600;
    margin-bottom: 15px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-yellow {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    text-transform: uppercase;
    min-height: 36px;
    border-radius: 3px;
}

.page-title {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 37.5px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.paragraph {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    text-align: center;



}

.trama {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

@media(max-width:768px) {
    .accesorios-content {
        max-width: 400px;
        margin: 0 auto;
    }

    .overlap-padding-header{
        padding-top: 74px;
    }
    .accesorio {
        margin-bottom: 20px;
    }

    .header-pp {
        min-height: 246px !important;
    }
}

@media (min-width: 768px) {
    .overlap-padding-header {
        padding-top: 54px!important;
    }
}

@media (min-width: 1025px) {
    .overlap-padding-header {
        padding-top: 95px!important;
    }
}
@media (min-width: 1025px) {
    .overlap-padding-header {
        padding-top: 95px!important;
    }
}
