html body {
  background-color: #fff;
}

html body .rd-navbar .rd-navbar-nav > li > a {
  font-size: 1rem;
}

html body .container-simple-text {
  font-size: 1rem;
  margin: 6vh 0;
}

html body .container_image_full_width {
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body .container_image_full_width img.image_full_width {
  width: 100%;
  max-height: 100%;
}

html body .container-logo {
  padding: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body .container-ficha {
  background-color: #000;
}

html body .container-ficha .cont-ficha {
  height: 20vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body .container-ficha .cont-ficha .box-ficha {
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
}

html body .container-ficha .cont-ficha .box-ficha p.title-ficha {
  text-decoration: underline;
  margin: 0 0 1vh 0;
  width: auto;
  text-underline-position: under;
}

html body .container-ficha .cont-ficha .box-ficha p.description-ficha {
  margin: 0;
}

html body section.slider {
  margin: 20vh 0 0 0;
}

html body section.slider button.slick-prev.slick-arrow {
  background-color: transparent;
  color: transparent;
  position: absolute;
  top: 50%;
  z-index: 10;
  border: none;
  left: 0vw;
}

html body section.slider button.slick-prev.slick-arrow:focus {
  outline: none;
}

html body section.slider button.slick-prev.slick-arrow:before {
  content: ' ';
  width: 1.5vw;
  height: 1.5vw;
  background-image: url(/web/images/arrow.svg);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

html body section.slider button.slick-next.slick-arrow {
  background-color: transparent;
  color: transparent;
  position: absolute;
  top: 50%;
  z-index: 10;
  border: none;
  right: 0vw;
}

html body section.slider button.slick-next.slick-arrow:focus {
  outline: none;
}

html body section.slider button.slick-next.slick-arrow:before {
  content: ' ';
  width: 1.5vw;
  height: 1.5vw;
  background-image: url(/web/images/arrow.svg);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

html body .container-two_columns {
  margin: 8vh auto;
}

html body .container-two_columns p.title-two-columns {
  font-weight: 300;
  font-size: 2.4rem;
  margin: 0;
}

html body .container-two_columns p.subtitle-two-columns {
  font-weight: 300;
  font-size: 1rem;
}

html body .container-two_columns p.description-two-columns {
  font-weight: 300;
  font-size: 1rem;
  -webkit-columns: 2;
          columns: 2;
  text-align: justify;
  -webkit-column-gap: 4vh;
          column-gap: 4vh;
}

html body div.container-video iframe.video {
  width: 100%;
  height: 80vh;
}

html body .link-category-sidebar {
  text-transform: uppercase;
}

html body .container-template-search {
  border-bottom: 0.7px solid #45801D;
  padding: 3vh 0;
}

