html.overflow-hidden {
  overflow: hidden;
}
html.overflow-hidden body {
  overflow: hidden;
}
body {
  margin: 0;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  --space: 11.5%;
  --space-big: 17.25%;
}
body * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
section {
  position: relative;
}
section.margin-bottom {
  margin-bottom: 150px;
}
section.margin-bottom-medium {
  margin-bottom: 75px;
}
section.margin-top {
  margin-top: 150px;
}
a {
  font-size: 18px;
  text-decoration: none;
  color: inherit;
}
a:visited {
  color: inherit;
}
img {
  height: auto;
}
.noop {
  display: none;
}
.medium-width {
  max-width: 1600px;
  margin: 0 auto;
}
.section-padding {
  padding-left: var(--space);
  padding-right: var(--space);
}
.section-padding-big-left {
  padding-left: var(--space-big);
  padding-right: var(--space);
}
.page-without-template {
  margin-top: 140px;
}
.page-without-template .section-padding {
  padding-left: 0;
  padding-right: 0;
}
.page-without-template > *:not(.alignfull) {
  padding-left: var(--space);
  padding-right: var(--space);
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.page-without-template h1,
.page-without-template h2,
.page-without-template h3,
.page-without-template h4,
.page-without-template h5,
.page-without-template h6,
.page-without-template p {
  margin-bottom: 15px;
}
.page-without-template h3 a {
  font-size: inherit;
}
.page-without-template li {
  margin-left: 1.5em;
}
.page-without-template a {
  color: #639202;
  text-decoration: underline;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  font-weight: 700;
}
.page-without-template a:hover {
  color: #DF6C30;
}
table {
  border-radius: 5px;
  overflow: hidden;
}
table thead {
  background: #F3F3F3;
  color: #639202;
}
table thead th {
  font-size: 24px;
  padding: 23px 10px;
  text-align: left;
  line-height: 28px;
  min-width: 25%;
}
table tr {
  display: table-row;
  background: #F8F8F8;
}
table tr td {
  display: table-cell;
  min-width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 23px 10px;
  text-align: left;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.background {
  pointer-events: none;
}
.fill-white {
  fill: #ffffff;
}
.fill-green {
  fill: #639202;
}
.fill-green-light {
  fill: #B1CF66;
}
.fill-orange {
  fill: #DF6C30;
}
.fill-gray {
  fill: #7F8082;
}
.star-rate-container {
  position: relative;
  width: 80px;
  height: 20px;
}
.star-rate-container .star-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.star-rate-container .star-container .star {
  width: 80px;
}
.button {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  padding: 17px 37px;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  border-radius: 6px;
  font-weight: 700;
  border: 3px solid #DF6C30;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  background-color: #DF6C30;
  color: #ffffff;
}
.button:hover {
  background-color: #ffffff;
  color: #DF6C30;
}
.button.button-primary {
  background-color: #DF6C30;
  color: #ffffff;
}
.button.button-primary:hover {
  background-color: #ffffff;
  color: #DF6C30;
}
.button.button-secundary {
  background-color: rgba(223, 108, 48, 0);
  color: #DF6C30;
}
.button.button-secundary:hover {
  background-color: #DF6C30;
  color: #ffffff;
}
.button.button-small {
  padding: 17px;
}
.link.link-with-arrow .svg {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.link.link-with-arrow:hover .svg {
  -webkit-transform: translate(8px);
          transform: translate(8px);
}
.section-caracteristicas-opiniones {
  position: relative;
  padding-top: 150px;
  padding-bottom: 50px;
  margin-bottom: 100px;
}
.section-caracteristicas-opiniones .background-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(183.83deg, #F0F5E3 7.73%, #B0CF66 91.4%), #639202;
  border-top-left-radius: 175px;
  border-bottom-right-radius: 175px;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
}
.breadcrumb-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.breadcrumb-container .breadcrumb-arrow {
  margin: 0 15px;
}
.breadcrumb-container .breadcrumb-link {
  margin: 0;
}
.breadcrumb-container .breadcrumb-link:not(.no-link) {
  color: #639202;
  font-weight: 700;
}
@media (min-width: 768px) {
  .only-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .only-desktop {
    display: none;
  }
  body {
    --space: 17px;
    --space-big: 17px;
  }
  section.margin-bottom {
    margin-bottom: 50px;
  }
  .button {
    font-size: 16px;
    padding: 20px;
  }
  .page-template {
    margin-top: 82px;
  }
}
header.section-header {
  position: sticky;
  display: block;
  height: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: margin-top 1s;
  transition: margin-top 1s;
}
header.section-header.header-white .header-wrapper .curtain {
  bottom: 0%;
}
header.section-header.hidden .header-wrapper {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
header.section-header .header-wrapper {
  position: relative;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
header.section-header .header-wrapper .curtain {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  background-color: #ffffff;
  -webkit-transition: bottom 0.6s;
  transition: bottom 0.6s;
  z-index: -1;
}
header.section-header .main-menu-container {
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.section-header .main-menu-container .logo-container {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 50px;
}
header.section-header .main-menu-container .logo-container .logo {
  width: 162px;
}
header.section-header .main-menu-container .menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 69px;
  padding-left: var(--space);
  padding-right: var(--space);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.section-header .main-menu-container .open-menu-mobile {
  display: none;
  width: 20px;
  height: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
header.section-header .main-menu-container .open-menu-mobile .line {
  width: 100%;
  height: 2px;
  background: #292B2E;
}
header.section-header .main-menu-container .open-menu-mobile .line:nth-child(2) {
  width: 80%;
}
header.section-header .main-menu-container nav {
  width: 100%;
}
header.section-header .main-menu-container nav .close-menu-mobile {
  position: absolute;
  display: none;
  top: 25px;
  right: var(--space);
  width: 20px;
  height: 20px;
  overflow: hidden;
}
header.section-header .main-menu-container nav .close-menu-mobile:after,
header.section-header .main-menu-container nav .close-menu-mobile:before {
  content: '';
  position: absolute;
  top: 0;
  width: 30px;
  height: 2px;
  background: #292B2E;
}
header.section-header .main-menu-container nav .close-menu-mobile:after {
  right: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: rotate(-44deg);
          transform: rotate(-44deg);
}
header.section-header .main-menu-container nav .close-menu-mobile:before {
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
}
header.section-header .main-menu-container nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.section-header .main-menu-container nav ul li:not(:last-child) {
  margin-right: 20px;
}
header.section-header .main-menu-container nav ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
header.section-header .main-menu-container nav ul li a:hover {
  color: #DF6C30;
}
header.section-header .main-menu-container nav ul .icon-client {
  background-image: url('data:image/svg+xml,<svg width="25" height="27" viewBox="0 0 25 27" xmlns="http://www.w3.org/2000/svg"><path fill="%23DF6C30" d="M5.625 7.625C5.625 11.4159 8.70913 14.5 12.5 14.5C16.2909 14.5 19.375 11.4159 19.375 7.625C19.375 3.83413 16.2909 0.75 12.5 0.75C8.70913 0.75 5.625 3.83413 5.625 7.625ZM8.375 7.625C8.375 5.35075 10.2257 3.5 12.5 3.5C14.7743 3.5 16.625 5.35075 16.625 7.625C16.625 9.89925 14.7743 11.75 12.5 11.75C10.2257 11.75 8.375 9.89925 8.375 7.625ZM24.875 25.5C24.875 20.1939 20.5561 15.875 15.25 15.875H9.75C4.4425 15.875 0.125 20.1939 0.125 25.5V26.875H2.875V25.5C2.875 21.7091 5.95913 18.625 9.75 18.625H15.25C19.0409 18.625 22.125 21.7091 22.125 23.5V26.875H24.875V25.5Z"></path></svg>');
  width: 25px;
  height: 27px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  header.section-header .main-menu-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  header.section-header .main-menu-container .logo-container {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  header.section-header {
    top: 0;
  }
  header.section-header .main-menu-container .open-menu-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.section-header .main-menu-container .logo-container {
    width: 150px;
    margin-left: 10px;
    margin-right: 10px;
    z-index: 2;
  }
  header.section-header .main-menu-container nav {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    z-index: 10;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  header.section-header .main-menu-container nav > div {
    height: 60%;
  }
  header.section-header .main-menu-container nav .close-menu-mobile {
    display: block;
  }
  header.section-header .main-menu-container nav ul {
    height: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.section-header .main-menu-container nav ul li:not(:last-child) {
    margin-right: 0;
  }
  header.section-header.opened .header-wrapper {
    -webkit-transform: none !important;
            transform: none !important;
  }
  header.section-header.opened .main-menu-container nav {
    opacity: 1;
    pointer-events: auto;
  }
}
footer.section-footer {
  position: relative;
  padding-top: 35px;
  margin-bottom: 35px;
}
footer.section-footer .footer-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer.section-footer .footer-content .column {
  width: 23%;
}
footer.section-footer .footer-content .column .image-container {
  width: 100%;
}
footer.section-footer .footer-content .column .image-container .image {
  max-width: 100%;
}
footer.section-footer .footer-content .column .widget_nav_menu ul.menu {
  list-style: none;
  padding-left: 0;
}
footer.section-footer .footer-content .column .widget_nav_menu ul.menu li {
  margin-bottom: 10px;
}
footer.section-footer .footer-content .column .contact-data {
  display: block;
  margin-top: 20px;
  margin-bottom: 0;
}
footer.section-footer .footer-content .column .social-container {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer.section-footer .footer-content .column .social-container .social-link {
  width: 30px;
  height: 30px;
}
footer.section-footer .footer-content .column .social-container .social-link:not(:last-child) {
  margin-right: 15px;
}
footer.section-footer .footer-content .column .social-container .social-link .icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  footer.section-footer .footer-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer.section-footer .footer-content .column {
    width: 48%;
    margin-bottom: 30px;
  }
  footer.section-footer .footer-content .column:first-child,
  footer.section-footer .footer-content .column:last-child {
    width: 100%;
  }
}
