main {
  overflow-x: hidden;
}

section[id^=kwd] {
  position: relative;
  z-index: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  section[id^=kwd] {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
section[id^=kwd]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(#27aadb 0%, #5ddba1 100%);
  opacity: 0.1;
  z-index: -1;
}
section[id^=kwd] .uk-container {
  max-width: 1160px;
}
section[id^=kwd] .uk-container .sec-heading {
  position: relative;
}
section[id^=kwd] .uk-container .sec-heading p.nombre {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: right;
  color: #1d1d1d;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1330px) {
  section[id^=kwd] .uk-container .sec-heading p.nombre {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  section[id^=kwd] .uk-container .sec-heading p.nombre {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  section[id^=kwd] .uk-container .sec-heading p.nombre {
    font-size: 9px;
    position: static;
    margin-bottom: 50px;
  }
}
section[id^=kwd] .uk-container .sec-heading p.nombre em {
  font-size: 4.4166666667em;
  font-style: normal;
  color: inherit;
  padding-left: 0.15em;
}
section[id^=kwd] .uk-container .sec-heading p.nombre span {
  font-size: 1.6666666667em;
}
section[id^=kwd] .uk-container .sec-heading p.sub-ttl {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  section[id^=kwd] .uk-container .sec-heading p.sub-ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  section[id^=kwd] .uk-container .sec-heading p.sub-ttl {
    font-size: 14px;
  }
}
section[id^=kwd] .uk-container .sec-heading h2 {
  font-weight: 500;
  font-size: 54px;
  letter-spacing: 0.12em;
  line-height: 1.666;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 1024px) {
  section[id^=kwd] .uk-container .sec-heading h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  section[id^=kwd] .uk-container .sec-heading h2 {
    font-size: 22px;
  }
  section[id^=kwd] .uk-container .sec-heading h2 br {
    display: none;
  }
}
section[id^=kwd] .uk-container .kwd-body {
  display: flex;
  gap: 7.7586206897%;
}
@media screen and (max-width: 1024px) {
  section[id^=kwd] .uk-container .kwd-body {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  section[id^=kwd] .uk-container .kwd-body {
    flex-direction: column;
    gap: 20px;
  }
}
section[id^=kwd] .uk-container .kwd-body div:nth-of-type(1) {
  flex: 0 0 31.0344827586%;
}
@media screen and (max-width: 1024px) {
  section[id^=kwd] .uk-container .kwd-body div:nth-of-type(1) {
    flex: 0 0 40%;
  }
}
section[id^=kwd] .uk-container .kwd-body div:nth-of-type(1) p {
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  section[id^=kwd] .uk-container .kwd-body div:nth-of-type(1) p {
    font-size: 14px;
  }
}
section[id^=kwd] .uk-container .kwd-body div:nth-of-type(2) {
  flex: 0 0 68.9655172414%;
  margin-right: -90px;
}
@media screen and (max-width: 1330px) {
  section[id^=kwd] .uk-container .kwd-body div:nth-of-type(2) {
    margin-right: 0;
    flex: 1;
  }
}
section[id^=kwd] .uk-container .kwd-body div:nth-of-type(2) figure {
  margin: 0;
}
section[id^=kwd] .uk-container .kwd-body div:nth-of-type(2) figure img {
  border-radius: 10px;
}
section[id^=kwd] .uk-container .kwd-body div:nth-of-type(2) figure + figure {
  margin-top: 20px;
}

#kwd01 .kwd-body div:nth-of-type(1) p {
  margin-bottom: 3em;
}