.logo {
    width: 250px;
    padding-left: 70px;
}

.boxCar img {
    width: 50px;
}

.boxStars{
    width: 25px;
}

.boxIcons{
    width: 27px;
}

.boxIconsMenu{
    width: 27px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.secondRowHeader {
    background: #f0e0d8;
    padding: 0 100px;
}

.boxInfoHeader {
    font-size: 10px;
}

.btnMobile i {
    color: #eda5bd;
}

.boxQty{
    top: -10px;
    right: -10px;
}

.boxQty span{
    background: #eda5bd;
    color: #fff;
    border-radius: 50%;
    padding: 0 6px;
    font-size: 13px;
}

.borderFooter {
    border-right: 2px solid #d9d9d9
}

.allAccessories button {
    background: #fff7f9;
    color: #393939;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
}

.btnSections button {
    background: #fff7f3;
    color: #393939;
}

#section-banner img {
    width: 390px;
}

.box__banner {
    padding: 0;
    height: 570px;
    background: #fff7f3;
}

.boxTitleHome {
    font-family: 'GrayscaleSignature', cursive;
    text-align: center;
    font-size: 50px;
    color: #595959;
    padding-top: 1.7em;
}

.boxImagesHome {
    margin-top: 6em;
}

#section__products {
    margin-top: 2em;
}

.boxText p {
    max-width: 700px;
    margin: 0 auto;
}

.box__Image div {
    opacity: 0;
    transition: all .3s linear;
}

.box__Image:hover div {
    opacity: .3;
}

.box__blog {
    margin-top: 10em;
    padding: 0;
    height: 570px;
    background: #fff7f3;
}

.box__images--blog {
    margin-top: -100px;
    height: 400px;
    overflow: hidden;
}

.box__blog .date {
    text-transform: uppercase;
}

.box__blog .title {
    text-transform: uppercase;
    font-weight: 700;
}

.box__blog .info {
    padding: 0 30px;
}

.lh35 {
    line-height: 35px;
}

.lh55 {
    line-height: 55px;
}

.dropdown-menu {
    font-size: 12px;
    min-width: 15rem;
}

#section__products>.row{
    padding: 0 200px;
}

.nameCategories{
    bottom: 5px;
    font-family: 'Montserrat', cursive;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    background: rgba(255,255,255,.3);
    padding: 5px 0;
}

.principal{
    bottom: 20px !important;
}

.cardProducts {
    box-shadow: 2px 2px 6px rgba(0,0,0,.1);
    border-radius: 20px;
    overflow: hidden;
}

.cardProducts h6 {
    font-size: 14px;
}

.cardProducts button {
    font-size: 15px !important;
}

@media (min-width:1700px){

}

@media (min-width:1400px){

}


@media (max-width:1399px) and (min-width:1080px){

}


@media (max-width:1079px) and (min-width:1002px){

}

@media (max-width:1001px) and (min-width:768px){

}

@media (max-width:767px){
    .logo {
        width: 165px;
        padding-left: 0;
        margin: 0 auto;
    }
    .boxCar img {
        width: 100%;
    }
    .boxStars{
        width: 20px;
    }
    .firstRowHeader p {
        font-size: 12px;
    }
    .secondRowHeader {
        padding: 0 15px;
    }
    .secondRowHeader p {
        padding-right: 30px;
    }
    .boxQty span{
        padding: 0 5px;
        font-size: 11px;
    }
    .borderFooter {
        border: none
    }
    .box__banner {
        padding: 0 20px;
        height: 190px;
    }
    .boxImagesHome {
        margin-top: 1.7em;
    }
    .boxTitleHome {
        padding-top: 1.5em;
        font-size: 37px;
    }
    #section__info--home {
        margin-top: 0;
    }
    #section__products{
        padding: 0 15px;
        margin-top: 7em;
    }
    #section__products .row{
        padding: 0;
    }
    .nameCategories{
        font-size: 15px;
        bottom: -5px;
        max-width: 125px;
    }
    #section-banner img {
        width: 110px;
    }
}

@media (max-width:450px){

}
