.aftersale-page.aftersale_modified {
  padding-top: 62px;
}
.aftersale-page.aftersale_modified .aftersale-page-left {
  border-top: 1px solid #cde7cf;
  padding-top: 32px;
}
.aftersale-page.aftersale_modified .aftersale-page-left .general-title-text {
  margin-bottom: 12px;
}
.aftersale-page.aftersale_modified .aftersale-page-title {
  margin-bottom: 0;
}
.aftersale_head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 960px) {
  .aftersale_head {
    flex-direction: column;
    justify-content: inherit;
    align-items: inherit;
  }
}
.aftersale_head_left {
  width: 557px;
}
@media screen and (max-width: 1024px) {
  .aftersale_head_left {
    width: 47%;
  }
}
@media screen and (max-width: 960px) {
  .aftersale_head_left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.aftersale_head_right {
  width: 632px;
  width: calc(36.77% + 93px);
}
@media screen and (max-width: 1366px) {
  .aftersale_head_right {
    width: calc(36.77% + 60px);
  }
}
@media screen and (max-width: 1024px) {
  .aftersale_head_right {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .aftersale_head_right {
    width: 100%;
  }
}
.aftersale_head_button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}
.aftersale_head_btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  height: 56px;
  line-height: 20px;
  background-color: #86c48b;
  color: #093934;
  font-family: "Acumin Variable Concept";
  font-weight: 600;
  font-size: 18px;
  border: 1px solid #9bce9f;
  border-radius: 12px;
  padding: 0 24px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .aftersale_head_btn {
    height: 45px;
    font-size: 14px;
  }
}
.aftersale_head_btn span {
  margin: 0 0 0 4px;
}
.aftersale_head_movie {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.aftersale_head_portada {
  width: 100%;
  position: relative;
  margin: 0;
}
.aftersale_head_portada:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.aftersale_head_portada img {
  display: block;
  width: 100%;
  height: auto;
}
.aftersale_head_portada.show {
  opacity: 1;
  visibility: visible;
}
.aftersale_head_portada.hide {
  opacity: 0;
  visibility: hidden;
}
.aftersale_head_play {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 138px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .aftersale_head_play {
    width: 100px;
    height: 100px;
  }
}
.aftersale_head_play:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.aftersale_head_play:after {
  content: "";
  width: 107px;
  height: 107px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.35;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .aftersale_head_play:after {
    width: 86px;
    height: 86px;
  }
}
.aftersale_head_icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 77px;
  background-color: #fff;
  color: #093934;
  font-size: 22px;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .aftersale_head_icon {
    width: 50px;
    height: 50px;
  }
}
.aftersale_head_yt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.aftersale_head_yt:before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.aftersale_head_yt iframe {
  width: 100%;
  height: 100%;
  transform: scale(1.07);
  position: absolute;
  top: 0;
  left: 0;
}
.aftersale_form_title {
  display: block;
  line-height: 32px;
  color: #093934;
  font-family: "Acumin Variable Concept";
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}
.blockseo_content {
  max-width: 1300px;
  width: 94%;
  border-top: 1px solid #cde7cf;
  padding-top: 48px;
  padding-bottom: 72px;
  margin: 0 auto;
}
.blockseo_title {
  display: block;
  line-height: 36px;
  color: #093934;
  font-family: "Acumin Variable Concept";
  font-weight: 700;
  font-size: 32px;
  margin: 0 0 32px 0;
}
@media screen and (max-width: 767px) {
  .blockseo_title {
    line-height: 1.2;
    font-size: 28px;
  }
}
.blockseo_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -50px;
}
@media screen and (max-width: 1024px) {
  .blockseo_wrap {
    margin: 0 -30px;
  }
}
@media screen and (max-width: 960px) {
  .blockseo_wrap {
    flex-direction: column;
    margin: 0;
  }
}
.blockseo_item {
  width: calc(100% / 3);
  box-sizing: border-box;
  padding: 0 50px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .blockseo_item {
    padding: 0 30px;
  }
}
@media screen and (max-width: 960px) {
  .blockseo_item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .blockseo_item:last-child {
    margin-bottom: 0;
  }
}
.blockseo_description {
  display: block;
  line-height: 20px;
  color: #093934;
  font-family: "Acumin Variable Concept";
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .blockseo_description {
    font-size: 14px;
  }
}
.blockseo_description h2,
.blockseo_description h3,
.blockseo_description h4,
.blockseo_description h5,
.blockseo_description h6 {
  line-height: 20px;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .blockseo_description h2,
  .blockseo_description h3,
  .blockseo_description h4,
  .blockseo_description h5,
  .blockseo_description h6 {
    font-size: 14px;
  }
}
.blockseo_description strong {
  font-weight: 700;
}
.blockseo_description ul {
  padding-left: 25px;
  margin: 0;
}
.blockseo_description a {
  color: #86c48b;
  text-decoration: underline;
}
.blockseo_description p {
  margin: 0;
}
