@font-face {
    font-family: GodCursive ;
    src: url(../fonts/CURSIVE.ttf);
}
@font-face {
    font-family: GodCursive2 ;
    src: url(../fonts/La\ Graziela\ Script\ Demo.otf);
}
.bodyContent{
    padding-top: 25vh;
    width: 100%;
    margin: auto;
}
.dispel{
    display: block !important;
}
.slider{
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.slider ul {
   display: flex;
   padding: 0;
   width: 100%;
   height: 300px;
   animation: cambio 10s infinite alternate linear;
}
.slider li {
    min-width: 100%;
    height: 100%;
    list-style: none;
}
.slider__li2{
    min-width: 100%;
}
#bannerImg2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.slider .bannerImg{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}
.autopartesImg{
    width: 100%;
    min-height: 321px;
    max-height: 337px;
}
.opacity{
    position: absolute;
    width: 100%;
    height: 100%;

    z-index: 1;
}
.opacity .opacity__content{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    color: rgb(216, 216, 216);
    letter-spacing: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.opacity__letter{
    font-family: math;
    font-style: oblique;
    background: rgba(255, 255, 255, 0.712);
    color: #333;
    padding: 1%;
    border-radius: 10px;
    font-size: 55px;
}
@keyframes cambio{
    0%{margin-left: 0%;}
    40%{margin-left: 0%;}

    60%{margin-left: -100%;}
    100%{margin-left: -100%;}
}

.info{
    width: 100%;
    margin: auto;
    margin-top: 3%;
}
.info__logo{
    width: 100%;
    height: 7vh;
}
.info__logo p {
    height: 5px;
    background-color: #838383;
    width: 100%;
    animation-name: desliz;
    animation-duration: 2s;
    animation-iteration-count: 1;
}
@keyframes desliz{
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
}
.info__logo h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 80px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-style: oblique;
    color: rgb(29, 29, 29);
    width: 100%;
    text-align: center;
    height: 250px;
}
.bestProducts{
    width: 100%;
    margin-top: 5%;
}
.bestProducts strong {
    letter-spacing: 1px;
    font-weight: 100;
    margin: auto;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}
.valuePromo {
    display: flex;
    position: absolute;
    top: -111px;
    left: 55%;
    justify-content: center;
    align-items: center;
    background-image: url(../img/likePromo.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 21vh;
    height: 19vh;
}
.valuePromo strong{
    color: black;
    font-size: 31px;
    background: #ffffffd1;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff100;
    width: 70%;
    height: 26px;
    margin-left: -17px;
    border-radius: 3px 30px 30px 1px;
}
.textProd{
    background: red;
    width: 100%;
    border: none;
    color: white;
    display: block;
    text-align: center;
}
.bestProducts .listProd {
    display: grid;
    grid-template-columns: 20% 20% 20% 20%;
    justify-content: space-around;
}
.bestProducts .titleProd{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 26vh;
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 7px solid #ccc;
}
.listProd .prodA{
    margin: 5%;
    border: 1px solid #ccc;
    width: 40vh;
    position: relative;
}


.listProd .prodA button{
    display: flex;
    justify-content: center;
    border: none;
    outline: 0px;
    background-color: #2064aa;
    color: white;
    font-size: 25px;
    width: 58%;
    padding: 5%;
    margin: 5% auto;
    cursor: pointer;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 100;
    transition: 200ms;
}
.listProd .prodA button:hover{
    background-color: #25d366;
    color: white;
}
.bestProducts .listProd img {
    width: 100%;
    height: 350px;
}
.infoContet {
    width: 95%;
    margin: auto;
    text-align: center;
}
.infoContet .strongInfo{
    font-size: 31px;
    text-transform: uppercase;
    font-weight: bold;
}
@media (max-width: 1370px){
    .bestProducts .listProd {
        display: grid;
        grid-template-columns: 20% 20% 20% 20%;
    }
    .bestProducts .listProd img {
        width: 100%;
        height: 220px;
    }
    .listProd .prodA{
        width: 41vh;
        display: grid;
        grid-template-rows: 1fr 1fr 10% 10%;
    }
    #strongPrice{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff100;
        width: 70%;
        height: 26px;
        margin-left: -67px;
        border-radius: 3px 30px 30px 1px;
    }
    .bestProducts strong {
        font-size: 19px;
        margin: 0px;
    }
    .listProd .prodA button{
        font-size: 17px;
        padding: 2%;
        margin: 3% auto;
        width: 90%;
    }
    .infoContet .strongInfo {
        font-size: 22px;
    }
}

@media(max-width:1300px){
    .bestProducts .listProd {
        grid-template-columns: 26% 26%;  
    }
    .listProd .prodA {
        margin-bottom: 40%;
    }
}
@media(max-width:1300px){
    .info__description {
        margin-top: -1%; 
    }
    .slider ul {
        height: 250px;
    }
    .info__logo{
        height: 21vh;
    }
    .info__logo h1 {
        font-size: 64px;
        height: 99px;
    }
    .info__description p {
        font-size: 30px;
    }
    .wspFixed{
        left: 11px;
        top: 78vh;
    }
    .listProd .prodA {
        margin-bottom: 39%;
    }
    .bestProducts{
        margin-top: 6%;
    }
    .bestProducts strong {
        font-size: 22px;
    }
    .listProd .prodA button{
        font-size: 15px;
    }
    .infoContet .strongInfo {
        font-size: 18px;
    }
}
@media(max-width:1024px){
    .bestProducts strong {
        font-size: 17px;
    }
}
@media(max-width:1000px){
    .bodyContent {
        padding-top: 35vh;
    }
    .info__description {
        margin-top: 4%;
    }
    .listProd .prodA {
        margin: 13%;
    }
    .info__logo {
        width: 100%;
    }
    .info__logo h1{
        height: 145px;
    }
    .info__description {
        margin-top: 4%;
        width: 100%;
    }
    .info__description p {
        font-size: 30px;
        width: 80%;
        margin: auto;
    }
    .bestProducts {
        margin-top: 12%;
        width: 100%;
    }    
    .bestProducts .listProd {
        grid-template-columns: 50% 50%;
    } 
}
@media(max-width:800px){
    .bestProducts .listProd {
        grid-template-columns: 50%;
    }
}
@media(max-width: 500px){
    
    .bodyContent {
        padding-top: 21vh;
    } 
    .autopartesImg {
        width: 100%;
        min-height: 250px;
        max-height: 250px;
    }
    #autopartes2{
        display: none;
    }
    .opacity strong{
        font-size: 40px;
    }
    .slider .bannerImg {
        grid-template-columns: 1fr;
    }
    #bannerImg2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    #gnc3{
        display: none;
    }
    .info__logo{
        height: 17vh;
    }
    .info__logo h1 strong{
        font-size: 90px;
    }
    .info__logo h1{
        font-size: 45px;
        height: 140px;
    }
    .info__description p {
        font-size: 25px;
    }
    .bestProducts .listProd{
        grid-template-columns: 1fr;
    }
    .bestProducts strong {
        font-size: 17px;
    }
    .valuePromo{
        top: -77px;
        left: 54%;    
    }
    
}
@media(max-width: 410px){
    .valuePromo{
        width: 19vh;
    }
    .listProd .prodA {
        margin: 13% auto 23%;
    }
}