.block-fixed-block-contentbanner-principal-landing-nuestro {
  display: flex;
  max-width: 100vw;
  width: 100%;
  margin: 0 auto 40px;
}
.block-fixed-block-contentbanner-principal-landing-nuestro > .content {
  display: flex;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .block-fixed-block-contentbanner-principal-landing-nuestro > .content {
    flex-direction: column;
  }
}
.block-fixed-block-contentbanner-principal-landing-nuestro .field--name-field-imagen {
  max-width: 51%;
  width: 100%;
}
.block-fixed-block-contentbanner-principal-landing-nuestro .field--name-field-imagen img {
  max-height: 287px;
  min-height: 287px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .block-fixed-block-contentbanner-principal-landing-nuestro .field--name-field-imagen {
    max-width: 100%;
  }
}
@media (max-width: 540px) {
  .block-fixed-block-contentbanner-principal-landing-nuestro .field--name-field-imagen img {
    min-height: 180px;
    max-height: 180px;
  }
}
.block-fixed-block-contentbanner-principal-landing-nuestro .field--name-body {
  max-width: 70%;
  width: 100%;
  color: #88ac3b;
  background: #a2988f;
  position: absolute;
  height: 100%;
  right: 0;
  clip-path: circle(84.4% at 86% 28%);
  padding-left: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  border-left: 40px solid #a2988f;
}
.block-fixed-block-contentbanner-principal-landing-nuestro .field--name-body::before {
  content: "";
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  clip-path: circle(84.4% at 86% 28%);
  background: #efe1d3;
  position: absolute;
  left: 0;
}
.block-fixed-block-contentbanner-principal-landing-nuestro .field--name-body > * {
  max-width: 485px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.block-fixed-block-contentbanner-principal-landing-nuestro .field--name-body h2 {
  font-size: 36px;
  line-height: 32px;
  font-weight: 400;
  color: #88ac3b;
}
.block-fixed-block-contentbanner-principal-landing-nuestro .field--name-body h2 strong {
  font-weight: 700;
}
.block-fixed-block-contentbanner-principal-landing-nuestro .field--name-body h2 strong:last-child {
  color: #fb7902;
}
.block-fixed-block-contentbanner-principal-landing-nuestro .field--name-body > p {
  font-size: 20px;
  line-height: 27px;
  color: #484848;
}
.block-fixed-block-contentbanner-principal-landing-nuestro .field--name-body > p strong {
  color: #88ac3b;
}
.block-fixed-block-contentbanner-principal-landing-nuestro .field--name-body > p em strong {
  color: #fb7902;
  font-style: normal;
}
.block-fixed-block-contentbanner-principal-landing-nuestro .field--name-body > blockquote {
  color: #4c762d;
  margin-bottom: 0;
}
.block-fixed-block-contentbanner-principal-landing-nuestro .field--name-body > blockquote::before {
  content: "";
  width: 72px;
  border-top: 2px dashed #4c762d;
  padding-bottom: 10px;
  display: flex;
  margin: 0 auto;
}
.block-fixed-block-contentbanner-principal-landing-nuestro .field--name-body > blockquote p {
  font-size: 16px !important;
  line-height: 22px !important;
}
@media (max-width: 1023px) {
  .block-fixed-block-contentbanner-principal-landing-nuestro .field--name-body {
    padding-left: 18%;
  }
  .block-fixed-block-contentbanner-principal-landing-nuestro .field--name-body h2 {
    font-size: 24px;
    line-height: 33px;
  }
  .block-fixed-block-contentbanner-principal-landing-nuestro .field--name-body > p {
    font-size: 14px;
    line-height: 18px;
  }
  .block-fixed-block-contentbanner-principal-landing-nuestro .field--name-body > blockquote p {
    font-size: 14px;
    line-height: 22px !important;
  }
}
@media (max-width: 768px) {
  .block-fixed-block-contentbanner-principal-landing-nuestro .field--name-body {
    align-items: center;
    background: #efe1d3;
    border: none;
    clip-path: none;
    max-width: 100%;
    padding-left: 20px;
    position: relative;
    height: auto;
    padding-bottom: 15px;
  }
  .block-fixed-block-contentbanner-principal-landing-nuestro .field--name-body:before {
    clip-path: url(#curva);
    width: 100%;
    height: 50px;
    background: #a2988f;
    top: -28px;
  }
  .block-fixed-block-contentbanner-principal-landing-nuestro .field--name-body > * {
    max-width: 320px;
  }
  .block-fixed-block-contentbanner-principal-landing-nuestro .field--name-body > blockquote p {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}
@media (max-width: 768px) {
  .block-fixed-block-contentbanner-principal-landing-nuestro {
    margin-bottom: 23px;
  }
}
