.about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%!important;
  margin: 40px auto!important
}

.about figure {
  width: 50%;
}

.about figure img {
  width: 100%;
  aspect-ratio: 1/1
}

.info-about {
  width: 35%;
  margin-right: 5%;
}

.info-about h1 {
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
  font-size: 25px;
  line-height: 26px;
  margin-top: 0;
  opacity: 1;
  font-family: var(--secondary-font-family)
}

.info-about p {
  padding-bottom: 15px;
  font-weight: 300;
  color:#000000;
}

.customPageCenteredContent {
  margin-top: 0;
  width: 90%;
}

#customPageTitle {
  display: none
}

.container {
  width: 90%;
  margin: 100px auto;
  max-width: 1200px
}

.title {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  font-family: var(--secondary-font-family)
}

#cuidadosSubTitle {
  margin-top: 45px;
  font-weight: 800;
  border-top: 1px solid #000;
  padding-top: 20px
}

#cuidadosText {
  line-height: 35px;
  padding-bottom: 20px
}

.box {
  display: block;
  box-sizing: border-box;
  margin-top: 3rem;
  width: 100%
}

.text {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.8rem
}

.productMoreInfo {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  max-height: fit-content;
  float: left;
  margin-bottom: 100px;
}

.moreInfoDiv {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  border-top: solid 1px var(--base)
}

.moreInfoDiv:last-child {
  border-bottom: solid 1px var(--base)
}

.productGrouptitle {
  margin: 40px 0;
  line-height: 16px;
  font-size: 16px;
  width: calc(100% - 1.7rem);
  cursor: pointer;
  font-weight: 300;
  display: flex;
  align-items: center
}

.openClose {
  position: absolute;
  float: right;
  right: 1rem
}

.productGroupInfo {
  width: 95%;
  position: relative;
  text-align: left;
  overflow: hidden;
  height: 0;
  box-sizing: border-box
}

.productInfoText {
  margin-top: 0;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px
}

.productInfoText:last-child {
  margin-bottom: 50px
}

.contactInput{
  font-weight: 300;
  padding-left: 10px;
  width: calc(100% - 12px);
  padding-top: 5px;
  padding-bottom: 5px;
}

.contactTextarea{
  padding-right: 0;
}

.sendContact{
  margin: 0;
  width: 100%;
  padding: 5px 0;
}

.customPageSubtitle{
  text-align: center;
  margin-top: 40px;
  font-size: 34px;
  margin-bottom: 30px;
  font-family: var(--secondary-font-family)
}

.customPageText{
  text-align: center;
}

.mapDiv{
  width: 100%;
  margin-bottom: 5rem;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .centeredContent,.widthContainer {
      margin:auto!important
  }

  .about {
      flex-direction: column;
      width: 100%!important
  }

  .info-about,.about figure {
      width: 100%
  }

  .about figure {
      margin-bottom: 20px
  }

  .info-about h1 {
      padding-bottom: 10px;
      margin-bottom: 20px;
      font-size: 20px
  }
  .mapDiv{
    height: 35rem;
  }
}
