body{font-family: "Roboto", sans-serif;margin: 0;padding: 0;background-color: #eee;}

@-webkit-keyframes fade {
  0% {opacity: 0;}
  20% {opacity: 1;}
  33% {opacity: 1;}
  53% {opacity: 0;}
  100% {opacity: 0;}
}
@-moz-keyframes fade {
  0% {opacity: 0;}
  20% {opacity: 1;}
  33% {opacity: 1;}
  53% {opacity: 0;}
  100% {opacity: 0;}
}
@keyframes fade {
  0% {opacity: 0;}
  20% {opacity: 1;}
  33% {opacity: 1;}
  53% {opacity: 0;}
  100% {opacity: 0;}
}


.box{margin-bottom: 10px;border-bottom: 2px solid #999;padding: 10px 10px 20px 10px;position: relative;background: #fff;}
.box.animation{
  -moz-animation-name: fadeIn;
  -moz-animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-name: fadeIn;
  animation-duration: 1s;
}
.body{background-color: #fff;}

.header{display: flex;flex-direction: column;background-color: #fff;color: #000;padding: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;position: relative; box-sizing: border-box;}
.title{font-size: 15px; width:100%; color: rgb(17, 17, 17); text-align: center;margin: 18px 0 10px 0;}
.price{margin-top: 6px; text-align: center; font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 16px;}
.priceContado{font-size: 12px;margin-top: 8px; font-family: 'Open Sans', sans-serif; font-weight: 500;text-align: center;}
.inputValue{padding: 8px;margin-top: 8px;}

.item.initials{display: flex;flex-wrap: wrap; margin: 10px 0;}

.item.initials > div{
  width: 25%;
  text-align: center;
  box-sizing: border-box;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111;
  font-weight: 400;
  flex-direction: column;
  padding: 10px 6px;
  background-color: #fff;
  cursor: pointer;
  font-size: 15px;
  /* box-shadow: 
    1px 0 0 0 #888, 
    0 1px 0 0 #888, 
    1px 1px 0 0 #888,
    1px 0 0 0 #888 inset, 
    0 1px 0 0 #888 inset; */
}

.item.initials > div.select{background-color: #d7d3d3;position: relative;}
.item.initials > div.select:after{
  content: "";
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-top: 9px solid #b3b3b3;
  border-left: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  left: 37%;
  bottom: -16px;
}

.item.cuotas{background-color: #fff;padding: 10px;color: #333;}
.item.cuotas > div{margin: 6px 0; font-weight: 400; font-size: 14px;}

.item.cuotas > div span{
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.percentInitial{font-weight: 500;}
.titleInitials{background-color: #fff;padding: 8px;font-weight: 500; text-align: center;}
.initial{margin-top: 8px;font-size: 13px;display: flex;}

.button1{height: 38px;display: flex;justify-content: center;align-items: center;position: absolute;right: 10px;bottom:10px;z-index: 2;background-color: #1ab51a;min-width: 120px;cursor: pointer;}

.listModels{padding: 18px 10px 22px 10px;position: sticky;top: 0;z-index: 5;background-color: #fff;}
.models{width: 100%;min-height: 40px;padding: 0 6px; display: none;}

.features{width: 100%;height: 33px;display: flex;justify-content: center;align-items: center;background-color: #1ab51a;border-radius: 6px;cursor: pointer;margin: 6px auto;}

.boxFeatures{display: flex;flex-wrap: wrap;margin: 18px 0 0 0; padding-bottom: 10px;}
.boxFeatures > div{width: 100%;font-size: 13px;padding: 3px;}
.boxFeatures > div span{background-color: antiquewhite;padding: 1px 6px;line-height: 1.35em;display: inline;}

.sectionFilters{
  display: flex;
  justify-content: flex-start;
  column-gap: 10px;
  padding: 10px 0 20px 0px; 
  font-size: 15px; 
  max-width: 1280px; 
  width: 100%; 
  margin: 0 auto;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.sectionFilters > div{display: flex;align-items: center;column-gap: 15px;}
.sectionFilters span{
  color: #111;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}

.sectionFilters >div:nth-child(2), .sectionFilters >div:nth-child(3){
  display: none;
}

.sectionBoxes{
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
  column-gap: 25px;
  row-gap: 12.5px;
  margin-top: 25px;
}

.sectionBoxes > div{
  width: calc(25% - 19px);
  /* border: 1px solid #999; */
  box-sizing: border-box;
  padding: 0;
}

.inputValue, .button1{
  display: none;
}

.mainTitle, .mainTitle2{
  max-width: 1280px;
  width: 96%;
  padding: 0px 20px 12px 0;
  text-align: left;
  font-size: 20px;
  position: sticky;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}

.mainTitle2{
  font-size: 18px;
  text-align: left;
}

#brands{
  width: 162px;
  height: 44px;
  padding: 10px;
  border-radius: 6px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
}

.sectionFilters .parentBrand::before{
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(../images/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 5px;
}

.parentBrand{
  position: relative;
}

.sectionFilters > .parentBrand{
  position: relative;
}

.imagesArr{
  position: relative;
  min-height: 281px;
}

.imagesArr img{
  width: 100%;
  display: block;
  opacity: 0;
  -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 10.5s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 10.5s;
  position: absolute;
}

.imagesArr img#img2{
  -webkit-animation-delay: -3.5s;
}

.imagesArr img#img3{
  -webkit-animation-delay: -7s;
}

.filterCheck{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px 0 10px;
  box-sizing: border-box;
}

.filterCheck > div{
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

.filterCheck > div span{
  font-family: 'Open Sans', sans-serif;
}

.filterCheck > div::after{
  cursor: pointer;
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #777;
  display: inline-block;
}

.filterCheck > div.select::after{
  /* background-color: #1ab51a; */
  background-image: url('../images/check.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 0;
}

.rdButtons{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 5px 0 5px;
}

.rdButtons a{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
}

.rdButtons a img{
  width: 100%;
  display: block;
}

.rdfb{
  /* right: 0; */
}

.rdButtons a.rdws{
  width: 38px;
  height: 38px;
}

.rdButtons a.rdfb{
  width: 32px;
  height: 32px;
}

.rdButtons p{
  font-size: 13px;
  margin-right: 5px;
}

.boxDir, .textFooter{
  text-align: center;
  line-height: 1.4em;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.footer{
  background: #fff;
  padding: 45px 20px 50px 20px;
  margin-top: 50px;
}

.textFooter{
  text-align: left;
}

.footer h3{
  font-weight: 600;
  margin-bottom: 10px;
}

.footer h4{
  margin-top: 10px;
}

.footer h5{
  font-weight: 600;
  margin-top: 10px;
}

.footer ul{
  margin-top: 10px;
}

.footer section{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.boxDir p{
  background-color: #cff0fb;
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 3px;
  font-size: 13px;
  box-sizing: border-box;
}

@media (max-width: 600px){
  .mainTitle, .mainTitle2{padding-bottom: 12px;}

  .sectionFilters{display: flex;justify-content: space-around;column-gap: 10px;padding: 10px 0 2px 0px; font-size: 15px;}
  .sectionFilters > div{flex-direction: column;text-align: center;}
  .sectionFilters select{margin-top: 8px;}

  .sectionFilters .parentBrand::before{
    top: 14px;
  }

  #brands{
    width: 250px;
  }

  .sectionBoxes{
    width: 100%;
    column-gap: 0;
    row-gap: 25px;
    margin-top: 0;
  }
  
  .sectionBoxes > div{
    width: 100%;
  }

  .listModels{
    padding-top: 12px;
    padding-bottom: 4px;
    box-shadow: 2px 10px 10px lightgray;
    /* border-bottom: 2px solid #999; */
  }

  .mainTitle{
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .title{
    margin-top: 10px;
  }

  .imagesArr{
    min-height: 320px;
    width: 80%;
    margin: 0 auto;
  }

  .item.cuotas{
    text-align: center;
  }

  .header{
    padding-top: 18px;
  }

  .item.initials > div.select:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-top: 8px solid #b3b3b3;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: 45%;
    bottom: -14px;
  }

  .filterCheck{
    flex-wrap: wrap;
    row-gap: 0;
    padding-top: 6px;
    justify-content: center;
  }

  .filterCheck > div{
    width: 25%;
    font-size: 13px;
    column-gap: 0px;
    margin: 6px 0;
  }

  .filterCheck > div::after{
    width: 15px;
    height: 15px;
  }

  .mainTitle{
    font-size: 17px;
  }

  .filterCheck > div span{
    min-width: initial;
    margin-right: 6px;
  }

  .rdButtons{
    margin-top: 17px;
  }

  .boxFeatures{
    margin-top: 12px;
  }

  .boxDir{
    text-align: left;
    line-height: 1em;
  }

  .boxDir p{
    font-size: 12px;
  }
}


@media (max-width: 410px){
  .imagesArr{
    min-height: 304px;
    margin: 0 auto;
  }
}

