body {
  cursor: default;
}
.productList {
  position: relative;
  margin: 10px;
  height: 500px;
  width: 400px;
  float: left;
  background-color: #f2f5fa;
  border-radius: 20px;
}
.prodImgDiv {
  height: 70%;
}
.prodImg {
  max-height: 100%;
  max-width: 100%;
  min-height: 80%;
  min-width: 80%;
  display: block;
  margin: auto;
  margin-top: 20px;
  border-radius: 20px;
}

#highlight {
  background-image: url("/files/site/highlight2.png");
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
.prodInfo {
  position: relative;
  display: block;
  height: 10%;
  width: 90%;
  background-color: #e1e4e8;
  display: block;
  text-align: center;
  border-radius: 8px;
  font-size: 20px;
  margin: 10px auto;
}

#cardsContainer {
  width: 100%;
  margin: auto;
  margin-top: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: row;
  justify-content: center;
}

#cardsContainer .card {
  flex: 1;
  height: 40px;
  color: white;
  width: 170px;
  font-weight: bold;
  display: flex;
  background: #3562AB;
  box-shadow: 0px 0px 20px rgba(214, 214, 214, 0.5);
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 30px;
}

#cardsContainer .card:hover {
  color: #3562AB;
  background-color: #FFFFFF;
  cursor:pointer;
}
#lastCard {
  margin-right: 0px !important;
}

.cardsCarousel {
  display: none;
}

#reglamentosContainer {
  position: relative;
  width: 100%;
  margin: auto;
  display: flex;
  margin-top: 40px;
  overflow: hidden;
}

#reglamentosContainer .card {
  height: 140px;
  background: white;
  box-shadow: 0px 0px 20px rgb(214 214 214 / 50%);
  border-radius: 8px;
  width: calc(50% - 40px);
  align-items: center;
  position: relative;
  margin: 0px 20px;
}

#reglamentosContainer .card:hover {
  color: #3562AB;
  background-color: #efefef;
  cursor:pointer;
}

#reglamentosContainer .card .cardTitle {
    
flex: 1;
    
margin-top: 24px;
    
font-weight: 700;
    
font-size: 20px;
    
color: #1A1A1A;
  }
  #reglamentosContainer .card .cardText {
    
flex: 1;
    
margin-top: 20px;
    
font-size: 13px;
  }
.prodInput {
  height: 10%;
  width: 90%;
  background-color: #e1e4e8;
  display: block;
  margin: auto;
  margin: 10px;
  border-radius: 8px;
  font-size: 20px;
  margin: 10px auto;
  text-align: center;
}

.prodQuantity {
  position: relative;
  background-color: transparent;
}

input {
  border: 2px solid;
  border-radius: 8px;
}

.galleryImg {
  width: 100%;
  height: auto;
  position: relative;
}
#gallery {
  text-align: center;
}
.buyButton {
  position: relative;
  height: 40px;
  width: 150px;
  margin: 5px 10px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  font-size: 25px;
  background-color: transparent;
  border: 2px solid;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}

.buyButton:hover {
  background-color: #f1f1f1;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.otherImages {
  max-height: 100%;
  min-height: 70%;
  width: 100px;
  display: block;
  border-radius: 20px;
  background-color: rgb(118, 120, 120, 0.5);
  position: absolute;
  margin-left: 25px;
  opacity: 0;
  transition-duration: 0.4s;
}

.otherImages:hover {
  opacity: 1;
}

.cardColumn{
  display: flex;
  flex-direction: column;
  width: 60%;
  float: right;
  position: relative;
  margin-right: 5%;
}

.extraImg {
  height: auto;
  max-width: 90%;
  min-width: 80%;
  max-height: 80px;
  display: block;
  margin: 5px auto;
  border-radius: 20px;
  cursor: pointer;
}

#filter {
  position: absolute;
  left: 0%;
  height: 100%;
  width: 15%;
  background-color: #f2f5fa;
  border-radius: 10px;
  font-family: sans-serif;
  text-align: center;
}

#highlightText{
  position: absolute;
  top: 61px;
  margin-left: 10%;
  width: 50%;
  max-width: 600px;
  color: white;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: 1px;
}

#highlightSubText{
  position: absolute;
  top: 148px;
  margin-left: 10%;
  font-size: 18px;
  color: white;
  font-weight: 500;
}

#highlightText span{
  font-size: 20px;
  line-height: 40px;
}
#priceFilter {
  margin-top: 15px;
  font-size: 30px;
  background-color: #e1e4e8;
  border-radius: 30px;
  width: 90%;
  display: inline-block;
  font-weight: bold;
}

.priceRange {
  font-size: 20px;
  width: 70%;
  height: 25px;
  margin: 5px auto;
  display: inline-block;
  font-weight: normal;
  font-weight: bold;
  cursor: pointer;
}
.sectionTitle {
  width: 100%;
  text-align: center;
  font-size: 32px;
  height: 35px;
  position: relative;
  font-weight: bold;
  overflow: hidden;
  margin: 30px 0px;
}
.priceRange:after {
  content: "";
  width: 0px;
  height: 3px;
  display: block;
  background: black;
  transition: 500ms;
}

.highlightBtn{
  position: absolute;
  top: 184px;
  cursor: pointer;
  margin-left: 10%;
  background: #FFFFFF;
  border-radius: 22px;
  font-size: 14px;
  font-weight: 700;
  color: #3562AB;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
}
.highlightBtn:hover{
  background-color: #3562AB;
  color: #FFFFFF;
}

.cardImage{
  position: absolute;
  top: 37px;
  left: 55px;
  overflow: hidden;
}

.cardReadMore{
  position: absolute;
  bottom: 12px;
  right: 40px;
  color: #0764E3;
  cursor: pointer;
  font-size: 12px;
}
.cardReadMore:hover{
  text-decoration: underline;

}

.cardImage img {
  width: 70px;
  height: 70px;
}

.priceRange:hover:after {
  width: 100%;
}

#productContainer {
  position: relative;
  float: left;
  left: 15%;
  width: 85%;
  height: 100%;
  background-color: white;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  #indexContainer {
    width: 100%;
  }
  
  #highlight {
    display: flex;
    justify-content: center;
  }

  #highlightText {
    top: 90px;
    margin-left: 0%;
    width: 90%;
    font-size: 27px;
    text-align: center;
}

  #highlightSubText {
    width: 65%;
    top: 182px;
    margin-left: 0%;
    text-align: center;
    font-size: 15px;
  }

  .highlightBtn {
    margin-left: 0%;
    top: 226px;
    width: 40%;
  }

  #cardsContainer{
    display: none;
  }

  .cardsCarousel {
    display: block;
    height: 50px;
    margin: auto;
    margin-top: 40px;
    overflow: hidden;
  }

  .cardInCarousel {
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 15px;
    margin-right: 15px;
    color: white;
    font-weight: bold;
    background: #3562AB;
    box-shadow: 0px 0px 20px rgba(214, 214, 214, 0.5);
    border-radius: 50px;
    font-size: 20px;
    display: flex;
    align-items: center;
  }

  .cardCarouselLayout {
    height: 50px;
    border-radius: 50px;
  }

  #reglamentosContainer .card {
    height: 220px;
    /* border-radius: 8px; */
    width: 100%;
    /* align-items: center; */
    margin: 0 13px;
  }

  .cardImage {
    width: max-content;
    top: 21px;
    left: 0px;
    right: 0px;
    margin: auto;
  }

  .cardImage img {
    height: 60px;
    width: auto;
  }

  .cardColumn {
    position: relative;
    width: 90%;
    align-items: center;
    top: 80px;
    left: 0px;
    right: 0px;
    margin: auto;
    float: none;
  }

  #reglamentosContainer {
    margin-top: 40px;
    width: 95%;
  }

  #reglamentosContainer .card .cardTitle {
    position: relative;
    flex: 1;
    margin-top: 7px;
    font-size: 15px;
    line-height: 20.5px;
    text-align: center;
  }

  #reglamentosContainer .card .cardText {
    flex: 1;
    margin-top: 6px;
    font-size: 12px;
    line-height: 13.5px;
    text-align: center;
  }

  .cardReadMore {
    width: max-content;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    margin-bottom: 15px;
  }

}

