body {
  background-image: url("../../bundles/clientsite/img/design/background-01.png");
  background-position: center center;
  background-repeat: repeat;
  background-size: auto;
}
.hidden-item {
  visibility: hidden;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
header.navbar .nav-container {
  box-shadow: none;
  font-family: 'Lato', sans-serif;
}
header.navbar .nav-container nav.nav-secondary {
  border-bottom: 1px solid rgba(78, 78, 80, 0.1);
}
nav.nav-secondary .container {
  position: relative;
}
nav.nav-secondary .navbar-left {
  right: 60px;
  position: absolute;
}
.list-unstyled li {
  margin-top: 10px;
}
.list-unstyled li i {
  padding-top: 2px;
}
html.page-- {
  /* header.navbar.affix .nav-container nav.nav-secondary ul li a {
     color: darken(@brand-primary, 30%);
     transition: 0.2s color ease-out;
   }*/
}
html.page-- body {
  margin-top: 46px;
}
html.page-- header.navbar .nav-container nav.nav-secondary {
  border-bottom: none;
  background-color: transparent;
}
html.page-- header.navbar.affix nav.nav-primary {
  margin-top: -46px;
  box-shadow: none;
}
html.page-- header.navbar.affix .nav-container nav.nav-primary {
  transition: 0.2s margin-top ease-out;
}
html.page-- header.navbar.affix .nav-container nav.nav-secondary {
  background-color: #333333;
  transition: 0.2s background-color ease-out;
  border-bottom: 1px solid rgba(78, 78, 80, 0.1);
}
html.page-- header.navbar .nav-container nav.nav-secondary ul li:hover a {
  color: #70a855;
}
html.page-- .nav-container .nav-primary {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 991px) {
  html.page-- header.navbar .nav-container nav.nav-secondary {
    background-color: transparent;
  }
  html.page-- header.navbar .nav-container nav.nav-secondary ul li a {
    color: #ffffff;
  }
}
.slick-slider .slick-arrow {
  background-color: transparent;
}
.slick-slider .slick-arrow:before {
  color: #ffffff;
}
.slick-slider .slick-arrow.slick-next {
  right: 20px;
}
.slick-slider .slick-arrow.slick-prev {
  left: 20px;
}
.slider-container {
  position: relative;
}
a.slider-left {
  position: absolute;
  left: 10px;
  z-index: 1;
  top: 51%;
}
a.slider-right {
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 51%;
}
.padding-nav-slider {
  padding-top: 74px;
}
.slider-top .slick-track {
  display: flex !important;
}
.slider-top .slick-slide {
  height: auto;
  display: flex;
}
.slider-layout .container {
  z-index: 9000;
}
.slider__slide {
  position: relative;
  padding-top: 100px;
  padding-bottom: 30px;
}
.slider__slide .row {
  align-items: center;
}
.slider-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slider-bg__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.slider-content {
  margin-bottom: 30px;
}
.slider-logo {
  max-width: 150px;
  margin-bottom: 20px;
  filter: drop-shadow(0px 0px 16px rgba(131, 83, 42, 0.4));
}
.slider-logo + .slider-logo {
  margin-left: 20px;
}
.slider-logos img {
  object-fit: contain;
  max-height: 80px;
}
.slider__slide h2 {
  text-shadow: 0 0 50px #83532a;
}
.slider__slide p {
  text-shadow: 0 0 15px #83532a;
  font-size: 18px;
}
.slider__slide ul {
  padding: 0 0 0 20px;
  font-size: 18px;
}
.slider-img {
  margin-left: auto;
}
.information-page {
  /* GENERALES */
  font-family: "Open Sans", Roboto, Arial, sans-serif;
  color: #444a4d;
  /* Flex */
  /* fin Flex*/
}
.information-page .block {
  display: block;
}
.information-page .inline-block {
  display: inline-block;
}
.information-page .margin-auto {
  margin: auto;
}
.information-page .margin-top-small {
  margin-top: 30px;
}
.information-page .margin-top-medium {
  margin-top: 60px;
}
.information-page .margin-top-large {
  margin-top: 120px;
}
.information-page .margin-top-xlarge {
  margin-top: 160px;
}
.information-page .margin-bottom-small {
  margin-bottom: 30px;
}
.information-page .margin-bottom-medium {
  margin-bottom: 60px;
}
.information-page .margin-bottom-large {
  margin-bottom: 120px;
}
.information-page .margin-left-small {
  margin-left: 20px;
}
.information-page .margin-right-small {
  margin-right: 20px;
}
.information-page .padding-small {
  padding: 20px;
}
.information-page .padding-medium {
  padding: 40px;
}
.information-page .padding-large {
  padding: 60px;
}
.information-page .padding-right-small {
  padding-right: 10px;
}
.information-page .padding-right-medium {
  padding-right: 40px;
}
.information-page .padding-left-medium {
  padding-left: 40px;
}
.information-page .padding-0 {
  padding: 0;
}
.information-page .text-center {
  text-align: center;
}
.information-page .text-left {
  text-align: left;
}
.information-page .text-right {
  text-align: right;
}
.information-page .height-100 {
  height: 100%;
}
.information-page .d-flex {
  display: flex;
}
.information-page .d-inline-block {
  display: inline-block;
}
.information-page .flex-column {
  flex-direction: column;
}
.information-page .flex-grow-1 {
  flex-grow: 1;
}
.information-page .justify-content-between {
  justify-content: space-between;
}
.information-page .justify-content-center {
  justify-content: center;
}
.information-page .justify-content-flex-end {
  justify-content: flex-end;
}
.information-page .justify-content-flex-start {
  justify-content: flex-start;
}
.information-page .vertical-middle {
  vertical-align: middle;
}
.information-page .align-items-stretch {
  align-items: stretch;
}
.information-page .align-items-start {
  align-items: flex-start;
}
.information-page .align-items-end {
  align-items: flex-end;
}
.information-page .align-items-center {
  align-items: center;
}
.information-page .align-items-baseline {
  align-items: baseline;
}
.information-page .flex-grow-1 {
  flex-grow: 1;
}
.information-page .uppercase {
  text-transform: uppercase;
}
.information-page .text-bigger {
  font-size: 130%;
}
.information-page .text-bigger-2 {
  font-size: 150%;
}
.information-page .text-biggest {
  font-size: 200%;
  line-height: 120%;
}
.information-page .text-bold {
  font-weight: 700;
}
.information-page h1,
.information-page h2,
.information-page h3,
.information-page h4,
.information-page h5,
.information-page h6 {
  margin-top: 0px;
}
.information-page h1,
.information-page h2,
.information-page h3,
.information-page h4 {
  font-family: 'Lato', sans-serif;
  color: #4e4e50;
  font-weight: 700;
}
.information-page h2 {
  font-size: 48px;
}
.information-page h1 {
  font-size: 40px;
}
.information-page h5 {
  font-size: 20px;
  font-family: "Open Sans", Roboto, Arial, sans-serif;
}
.information-page p {
  font-size: 15px;
}
.information-page .btn {
  text-transform: none;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
.information-page .btn-primary {
  font-size: 18px;
  padding: 10px 25px;
  border-radius: 100px;
  box-shadow: 0px 0px 23px -4px rgba(0, 0, 0, 0.5);
  border: none;
}
.information-page .btn-secondary {
  font-size: 18px;
  padding: 5px 25px;
  border-radius: 100px;
  box-shadow: 0px 0px 23px -4px rgba(0, 0, 0, 0.5);
  border: none;
}
.information-page .btn-01 {
  background-color: #70a855;
  color: #ffffff;
}
.information-page .btn-01:hover {
  background-color: #ffffff;
  color: #70a855;
}
.information-page .btn-02 {
  background-color: #ffffff;
  color: #2c4222;
}
.information-page .btn-02:hover {
  background-color: #70a855;
  color: #ffffff;
}
.information-page .btn-03 {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.information-page .btn-03:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.information-page .shadow {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.5);
}
.information-page .shadow-small {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.information-page .video-embed {
  width: 100%;
  height: 350px;
  background-color: #ffffff;
}
.information-page .video-ce {
  max-width: 100%;
  height: 330px;
}
.information-page .title {
  white-space: nowrap;
  border-right: 1px solid;
  padding-right: 20px;
  margin-bottom: 16px;
}
.information-page p.subhead {
  margin-left: 20px;
}
.information-page .border-rounded {
  border-radius: 10px;
}
.information-page .herbicidas-bg {
  background-image: url("../../bundles/clientsite/img/design/background-herbicidas.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.information-page .fungicidas-bg {
  background-image: url("../../bundles/clientsite/img/design/background-fungicidas.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.information-page .insecticidas-bg {
  background-image: url("../../bundles/clientsite/img/design/background-insecticidas.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.information-page .bioestimulantes-bg {
  background-image: url("../../bundles/clientsite/img/design/background-insecticidas.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.information-page .barbecho-pr-bg {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%), url("../../bundles/clientsite/img/design/background-barbecho.png");
  background-position: 80% 80%;
  background-repeat: no-repeat;
}
.information-page .maiz-pr-bg {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%), url("../../bundles/clientsite/img/design/background-maiz.png");
  background-position: 80% 80%;
  background-repeat: no-repeat;
}
.information-page .mani-pr-bg {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%), url("../../bundles/clientsite/img/design/background-mani.png");
  background-position: 80% 80%;
  background-repeat: no-repeat;
}
.information-page .bioestimulantes-pr-bg {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%), url("../../bundles/clientsite/img/design/background-bioestimulante.png");
  background-position: 80% 80%;
  background-repeat: no-repeat;
}
.information-page .news-pr-bg {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%), url("../../bundles/clientsite/img/design/background-news.jpg");
  background-position: 80% 80%;
  background-repeat: no-repeat;
  background-size: cover;
}
.information-page .btn-circular {
  background-color: #ffffff;
  min-height: 58px;
  min-width: 58px;
  max-height: 58px;
  max-width: 58px;
  border-radius: 50px;
}
.information-page .relative {
  position: relative;
}
.information-page .envase {
  margin-top: -90px;
  height: 270px;
  margin-left: -12%;
  transition: transform 0.3s ease;
}
.information-page .envase-insecticidas {
  border-bottom: 6px solid #761836;
  transition: transform 0.3s ease;
}
.information-page .envase-herbicidas {
  border-bottom: 6px solid #1a5632;
  transition: transform 0.3s ease;
}
.information-page .envase-fungicidas {
  border-bottom: 6px solid #005c96;
  transition: transform 0.3s ease;
}
.information-page .envase-herbicidas:hover .btn-herb {
  background-color: #1a5632;
  color: #ffffff;
}
.information-page .envase-fungicidas:hover .btn-fung {
  background-color: #005c96;
  color: #ffffff;
}
.information-page .envase-insecticidas:hover .btn-insec {
  background-color: #761836;
  color: #ffffff;
}
.information-page .envase-herbicidas:hover img.envase,
.information-page .envase-insecticidas:hover img.envase,
.information-page .envase-fungicidas:hover img.envase {
  transform: scale(1.05);
}
.information-page .bg-02 {
  background: url("../../bundles/clientsite/img/design/background-02.png") center 310px, linear-gradient(to bottom, rgba(75, 170, 78, 0) 0%, rgba(75, 170, 78, 0) 40%, #4baa4e 40%, #4baa4e 100%);
  background-position: center 200px;
  background-repeat: no-repeat;
  background-size: cover;
}
.information-page .bg-03 {
  background-image: url("../../bundles/clientsite/img/design/background-03.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.information-page .bg-04 {
  background-image: url("../../bundles/clientsite/img/design/background-04.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.information-page .bg-primary {
  background-color: #70a855;
}
.information-page .bg-white {
  background-color: #ffffff;
}
.information-page .bg-gray {
  background-color: #f2f2f2;
}
.information-page .bg-dark-gray {
  background-color: #333333;
}
.information-page .bg-green {
  background: linear-gradient(to right, #74c043 0%, #359112 100%);
}
.information-page .text-white {
  color: #ffffff;
}
.information-page .text-green {
  color: #436433;
}
.information-page .text-gray {
  color: #444a4d;
}
.information-page .text-primary {
  color: #70a855;
}
.information-page .links-redes {
  background-image: url("../../bundles/clientsite/img/design/background-redes.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px;
}
.information-page .links-redes a > p {
  display: inline-block;
  margin: 0;
}
.information-page .links-redes__items {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.information-page .btn {
  transition: .3s all;
}
.information-page .btn-yt:hover {
  background-color: #cd201f;
  border-color: #cd201f;
}
.information-page .btn-ig:hover {
  background-color: #e4405f;
  border-color: #e4405f;
}
.information-page .btn-in:hover {
  background-color: #0077b5;
  border-color: #0077b5;
}
.information-page .btn-fb:hover {
  background-color: #4267B2;
  border-color: #4267B2;
}
.information-page .destacado-call {
  background-image: url("../../bundles/clientsite/img/design/background-contacto.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.information-page .card-animation {
  min-height: 380px;
  filter: grayscale(90%);
  transition: 0.3s transform, 0.3s filter, 0.3s box-shadow;
  cursor: pointer;
}
.information-page .card-animation:hover {
  transform: translateY(-20px);
  filter: grayscale(0%);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.5);
}
.information-page .card-animation-content {
  transform: translateY(40px);
  transition: .3s transform;
}
.information-page .card-animation .btn {
  opacity: 0;
  transition: .3s opacity;
}
.information-page .card-animation:hover .card-animation-content {
  transform: translateY(-10px);
}
.information-page .card-animation:hover .btn {
  opacity: 1;
}
.information-page .circular-icon-i {
  font-size: 31px;
  padding-left: 6px;
  padding-bottom: 3px;
}
.information-page .nuestras-soluciones .single-column:hover .btn-02 {
  background-color: #70a855;
  color: #ffffff;
}
.information-page .calidadeuropea-bg {
  background-image: url("../../bundles/clientsite/img/design/background-calidad-europea.png");
  background-position: 10% center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 420px;
}
@media only screen and (min-width: 1200px) {
  .information-page .calidadeuropea-bg {
    background-position: 10% center;
  }
  .information-page .envase {
    height: 400px;
  }
}
@media only screen and (max-width: 1199px) {
  .information-page .envase {
    height: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .information-page .clear-flex-md {
    display: block;
  }
  .information-page .bg-02 {
    background-position: center 310px;
    background: url("../../bundles/clientsite/img/design/background-02-mobile.png") center 310px, linear-gradient(to bottom, rgba(75, 170, 78, 0) 0%, rgba(75, 170, 78, 0) 40%, #4baa4e 40%, #4baa4e 100%);
    background-repeat: no-repeat;
  }
  .information-page .insecticidas-bg,
  .information-page .bioestimulantes-bg {
    margin-top: 100px;
  }
  .information-page .mani-pr-bg,
  .information-page .bioestimulantes-pr-bg {
    margin-top: 50px;
  }
  .information-page .calidadeuropea-bg {
    text-align: center;
    padding-top: 50px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 50%;
    margin-bottom: 20px !important;
  }
  .information-page .media-body-video {
    margin-top: 30px;
  }
  .information-page .envase {
    height: 330px;
  }
  .information-page .slider-actions {
    display: none;
  }
  .information-page .title {
    border: none;
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .information-page .subhead {
    margin-left: 0px;
    text-align: center;
  }
  .information-page .padding-nav-slider p {
    display: none;
  }
  .information-page .destacado-call {
    text-align: center;
  }
  .information-page .nuestras-soluciones {
    text-align: center;
  }
  .information-page .links-redes {
    text-align: center;
    padding: 30px;
  }
  .information-page .links-redes__items {
    justify-content: center;
  }
  .information-page .cont-logo-alt {
    display: none;
  }
  .information-page .barbecho-pr-bg,
  .information-page .mani-pr-bg,
  .information-page .maiz-pr-bg,
  .information-page .bioestimulantes-pr-bg {
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .information-page h2 {
    font-size: 40px;
  }
  .information-page .clear-flex-sm {
    display: block;
  }
  .information-page .width-sm-100 {
    width: 100%;
  }
  .information-page .padding-sm-0 {
    padding: 0;
  }
  .information-page .maiz-pr-bg {
    margin-top: 50px;
  }
  .information-page .insecticidas-bg,
  .information-page .bioestimulantes-bg,
  .information-page .fungicidas-bg {
    margin-top: 140px;
  }
  .information-page .envase {
    width: 90%;
    height: 100%;
  }
  .information-page .links-redes a > p {
    display: none;
  }
  .information-page .links-redes a > i {
    padding: 17px 0px;
  }
  .information-page .links-redes .btn-ig,
  .information-page .links-redes .btn-yt,
  .information-page .links-redes .btn-in,
  .information-page .links-redes .btn-fb {
    height: 100%;
    width: 58px;
    padding: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .information-page .calidadeuropea-bg {
    background-image: none;
  }
  .information-page .title {
    white-space: normal;
  }
  .information-page .padding-large {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 991px) {
  header.navbar .nav-container nav.nav-secondary ul li a {
    color: #2c4222;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 991px) and (min-width: 768px) {
  header.navbar .nav-container nav.nav-secondary .menu-btn span,
  header.navbar .nav-container nav.nav-secondary .menu-btn span::before,
  header.navbar .nav-container nav.nav-secondary .menu-btn span::after {
    background: #2c4222;
  }
}
.jumbotron {
  height: 155px;
  background: url("../../bundles/clientsite/img/design/background-banner.png"), #70be4a;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.container-contacto {
  height: 185px;
  background-position: bottom center;
}
@media only screen and (max-width: 991px) {
  html.page--en-el-mundo .flex-sm-column {
    flex-direction: column;
  }
  html.page--en-el-mundo .destacado-call .justify-flex-start.flex-sm-column {
    justify-content: center;
  }
  html.page--en-el-mundo .destacado-call .justify-flex-start h2 {
    padding: 0;
    margin-bottom: 20px;
  }
}
html.page--en-tu-zona {
  /* profile-card */
  /* data-card */
}
html.page--en-tu-zona .bg-google-maps {
  background-image: url("../../bundles/clientsite/img/design/google-maps.png");
  background-position: 60% center;
  background-repeat: no-repeat;
  background-size: cover;
}
html.page--en-tu-zona .profile-card {
  margin-top: 50%;
}
html.page--en-tu-zona .profile-ph {
  width: 80%;
  border-radius: 500px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  margin-top: -50%;
}
html.page--en-tu-zona .profile-card__content__data {
  margin-top: 30px;
  overflow-wrap: break-word;
}
html.page--en-tu-zona .data-card {
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  html.page--en-tu-zona .sipcam-oxon {
    height: 190px;
  }
}
@media only screen and (max-width: 991px) {
  html.page--en-tu-zona .data-card {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  html.page--en-tu-zona .flex-sm-column {
    flex-direction: column;
  }
  html.page--en-tu-zona .destacado-call .justify-flex-start.flex-sm-column {
    justify-content: center;
  }
  html.page--en-tu-zona .destacado-call .justify-flex-start h2 {
    padding: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .slider-img {
    width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .padding-nav-slider {
    padding-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .slider-layout h5 {
    display: none;
  }
  .slider-layout .slider-img {
    width: 38vw;
  }
  .cocarda-carousel-der img {
    width: 130px;
  }
}
html.page--calidad-europea .information-page .bg-02 {
  background-position: center 300px;
}
@media only screen and (max-width: 991px) {
  html.page--calidad-europea .destacado-call .justify-flex-start.flex-sm-column {
    justify-content: center;
  }
  html.page--calidad-europea .destacado-call .justify-flex-start h2 {
    padding: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  html.page--calidad-europea .flex-sm-column {
    flex-direction: column;
  }
  html.page--calidad-europea img.media-sello {
    width: 330px;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  html.page--calidad-europea .media-text {
    order: 2;
  }
  html.page--calidad-europea .embed-responsive {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  html.page--ensayos .destacado-call .justify-flex-start.flex-sm-column {
    justify-content: center;
  }
  html.page--ensayos .destacado-call .justify-flex-start h2 {
    padding: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  html.page--ensayos .flex-sm-column {
    flex-direction: column;
  }
}
html.page--terbyne,
html.page--terbyne-h-lixiv-tech,
html.page--malezas,
html.page--bq,
html.page--maiz {
  /*hotfix*/
  /* ocultar descargas momentaneamente */
}
html.page--terbyne .bg-dark-green,
html.page--terbyne-h-lixiv-tech .bg-dark-green,
html.page--malezas .bg-dark-green,
html.page--bq .bg-dark-green,
html.page--maiz .bg-dark-green {
  background-color: #008652;
}
html.page--terbyne .navbar__microsite,
html.page--terbyne-h-lixiv-tech .navbar__microsite,
html.page--malezas .navbar__microsite,
html.page--bq .navbar__microsite,
html.page--maiz .navbar__microsite {
  background-color: #1b5630;
  margin: 0;
  border: none;
  border-radius: 0px;
}
html.page--terbyne .logo-micro,
html.page--terbyne-h-lixiv-tech .logo-micro,
html.page--malezas .logo-micro,
html.page--bq .logo-micro,
html.page--maiz .logo-micro {
  width: 95px;
  padding: 20px 0;
  height: 80px;
}
html.page--terbyne .nav-micro ul,
html.page--terbyne-h-lixiv-tech .nav-micro ul,
html.page--malezas .nav-micro ul,
html.page--bq .nav-micro ul,
html.page--maiz .nav-micro ul {
  margin: 0;
}
html.page--terbyne .nav-micro ul li,
html.page--terbyne-h-lixiv-tech .nav-micro ul li,
html.page--malezas .nav-micro ul li,
html.page--bq .nav-micro ul li,
html.page--maiz .nav-micro ul li {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  height: 100%;
}
html.page--terbyne .nav-micro ul li a,
html.page--terbyne-h-lixiv-tech .nav-micro ul li a,
html.page--malezas .nav-micro ul li a,
html.page--bq .nav-micro ul li a,
html.page--maiz .nav-micro ul li a {
  border: none;
  padding: 30px 20px;
  border-radius: none;
}
html.page--terbyne .nav-micro ul li a:hover,
html.page--terbyne-h-lixiv-tech .nav-micro ul li a:hover,
html.page--malezas .nav-micro ul li a:hover,
html.page--bq .nav-micro ul li a:hover,
html.page--maiz .nav-micro ul li a:hover,
html.page--terbyne .nav-micro ul li a:focus,
html.page--terbyne-h-lixiv-tech .nav-micro ul li a:focus,
html.page--malezas .nav-micro ul li a:focus,
html.page--bq .nav-micro ul li a:focus,
html.page--maiz .nav-micro ul li a:focus,
html.page--terbyne .nav-micro ul li a:active,
html.page--terbyne-h-lixiv-tech .nav-micro ul li a:active,
html.page--malezas .nav-micro ul li a:active,
html.page--bq .nav-micro ul li a:active,
html.page--maiz .nav-micro ul li a:active {
  border-radius: none;
}
html.page--terbyne .nav-micro ul li:hover,
html.page--terbyne-h-lixiv-tech .nav-micro ul li:hover,
html.page--malezas .nav-micro ul li:hover,
html.page--bq .nav-micro ul li:hover,
html.page--maiz .nav-micro ul li:hover {
  background-color: #267040;
}
html.page--terbyne .nav-tabs,
html.page--terbyne-h-lixiv-tech .nav-tabs,
html.page--malezas .nav-tabs,
html.page--bq .nav-tabs,
html.page--maiz .nav-tabs {
  border: none;
}
html.page--terbyne .nav-micro ul li::after,
html.page--terbyne-h-lixiv-tech .nav-micro ul li::after,
html.page--malezas .nav-micro ul li::after,
html.page--bq .nav-micro ul li::after,
html.page--maiz .nav-micro ul li::after {
  display: block;
  content: '';
  height: 2px;
  width: 0%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
html.page--terbyne .nav-micro ul li:hover::after,
html.page--terbyne-h-lixiv-tech .nav-micro ul li:hover::after,
html.page--malezas .nav-micro ul li:hover::after,
html.page--bq .nav-micro ul li:hover::after,
html.page--maiz .nav-micro ul li:hover::after {
  width: 100%;
}
html.page--terbyne .nav-tabs > li > a:hover,
html.page--terbyne-h-lixiv-tech .nav-tabs > li > a:hover,
html.page--malezas .nav-tabs > li > a:hover,
html.page--bq .nav-tabs > li > a:hover,
html.page--maiz .nav-tabs > li > a:hover {
  border: none;
}
html.page--terbyne .nav > li > a:hover,
html.page--terbyne-h-lixiv-tech .nav > li > a:hover,
html.page--malezas .nav > li > a:hover,
html.page--bq .nav > li > a:hover,
html.page--maiz .nav > li > a:hover,
html.page--terbyne .nav > li > a:focus,
html.page--terbyne-h-lixiv-tech .nav > li > a:focus,
html.page--malezas .nav > li > a:focus,
html.page--bq .nav > li > a:focus,
html.page--maiz .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  border: none;
}
html.page--terbyne .slider-layout,
html.page--terbyne-h-lixiv-tech .slider-layout,
html.page--malezas .slider-layout,
html.page--bq .slider-layout,
html.page--maiz .slider-layout {
  height: 940px;
  border-bottom: 10px solid #70a855;
}
html.page--terbyne .slider-layout > .container > .row,
html.page--terbyne-h-lixiv-tech .slider-layout > .container > .row,
html.page--malezas .slider-layout > .container > .row,
html.page--bq .slider-layout > .container > .row,
html.page--maiz .slider-layout > .container > .row {
  margin-bottom: 70px;
}
html.page--terbyne .bg-micro-green,
html.page--terbyne-h-lixiv-tech .bg-micro-green,
html.page--malezas .bg-micro-green,
html.page--bq .bg-micro-green,
html.page--maiz .bg-micro-green {
  background: url("../../bundles/clientsite/img/design/bg-micro-green.png"), #1b5630;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 60px 0;
}
html.page--terbyne .logo-terbyne,
html.page--terbyne-h-lixiv-tech .logo-terbyne,
html.page--malezas .logo-terbyne,
html.page--bq .logo-terbyne,
html.page--maiz .logo-terbyne {
  width: 230px;
  margin-bottom: 30px;
}
html.page--terbyne .destacado ul.list-unstyled li:before,
html.page--terbyne-h-lixiv-tech .destacado ul.list-unstyled li:before,
html.page--malezas .destacado ul.list-unstyled li:before,
html.page--bq .destacado ul.list-unstyled li:before,
html.page--maiz .destacado ul.list-unstyled li:before {
  content: '';
  display: inline-block;
  height: 5px;
  width: 5px;
  border-radius: 100px;
  margin-right: 16px;
  margin-bottom: 5px;
  background: #fff;
}
html.page--terbyne li p,
html.page--terbyne-h-lixiv-tech li p,
html.page--malezas li p,
html.page--bq li p,
html.page--maiz li p {
  vertical-align: text-top;
}
html.page--terbyne .destacado-2,
html.page--terbyne-h-lixiv-tech .destacado-2,
html.page--malezas .destacado-2,
html.page--bq .destacado-2,
html.page--maiz .destacado-2 {
  outline: 1px solid #fff;
}
html.page--terbyne .maleza--nombre,
html.page--terbyne-h-lixiv-tech .maleza--nombre,
html.page--malezas .maleza--nombre,
html.page--bq .maleza--nombre,
html.page--maiz .maleza--nombre {
  padding: 20px;
  position: absolute;
  margin-top: -61px;
  width: 100%;
}
html.page--terbyne .slider-actions,
html.page--terbyne-h-lixiv-tech .slider-actions,
html.page--malezas .slider-actions,
html.page--bq .slider-actions,
html.page--maiz .slider-actions {
  display: none;
}
html.page--terbyne .logo-slider,
html.page--terbyne-h-lixiv-tech .logo-slider,
html.page--malezas .logo-slider,
html.page--bq .logo-slider,
html.page--maiz .logo-slider {
  width: 200px;
}
html.page--terbyne .slider-layout,
html.page--terbyne-h-lixiv-tech .slider-layout,
html.page--malezas .slider-layout,
html.page--bq .slider-layout,
html.page--maiz .slider-layout {
  height: 850px;
}
html.page--terbyne .slider-layout h2,
html.page--terbyne-h-lixiv-tech .slider-layout h2,
html.page--malezas .slider-layout h2,
html.page--bq .slider-layout h2,
html.page--maiz .slider-layout h2 {
  color: #4e4e50;
}
html.page--terbyne .selected,
html.page--terbyne-h-lixiv-tech .selected,
html.page--malezas .selected,
html.page--bq .selected,
html.page--maiz .selected {
  font-weight: bold;
  background-color: #267040;
  border-radius: none;
}
html.page--terbyne .slider-layout > .container > .row h2,
html.page--terbyne-h-lixiv-tech .slider-layout > .container > .row h2,
html.page--malezas .slider-layout > .container > .row h2,
html.page--bq .slider-layout > .container > .row h2,
html.page--maiz .slider-layout > .container > .row h2 {
  margin-bottom: 100px;
}
html.page--terbyne .img-responsive,
html.page--terbyne-h-lixiv-tech .img-responsive,
html.page--malezas .img-responsive,
html.page--bq .img-responsive,
html.page--maiz .img-responsive {
  min-width: 100%;
}
html.page--terbyne .nav-micro > .nav > ul > li:last-child,
html.page--terbyne-h-lixiv-tech .nav-micro > .nav > ul > li:last-child,
html.page--malezas .nav-micro > .nav > ul > li:last-child,
html.page--bq .nav-micro > .nav > ul > li:last-child,
html.page--maiz .nav-micro > .nav > ul > li:last-child {
  display: none;
}
@media only screen and (max-width: 991px) {
  html.page--terbyne .navbar-header.micro,
  html.page--terbyne-h-lixiv-tech .navbar-header.micro,
  html.page--malezas .navbar-header.micro,
  html.page--bq .navbar-header.micro,
  html.page--maiz .navbar-header.micro {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  html.page--terbyne .nav-micro ul li,
  html.page--terbyne-h-lixiv-tech .nav-micro ul li,
  html.page--malezas .nav-micro ul li,
  html.page--bq .nav-micro ul li,
  html.page--maiz .nav-micro ul li {
    float: none;
    text-align: center;
  }
  html.page--terbyne .nav-micro ul li a,
  html.page--terbyne-h-lixiv-tech .nav-micro ul li a,
  html.page--malezas .nav-micro ul li a,
  html.page--bq .nav-micro ul li a,
  html.page--maiz .nav-micro ul li a {
    padding: 20px;
  }
  html.page--terbyne .slider-layout > .container > .row h2,
  html.page--terbyne-h-lixiv-tech .slider-layout > .container > .row h2,
  html.page--malezas .slider-layout > .container > .row h2,
  html.page--bq .slider-layout > .container > .row h2,
  html.page--maiz .slider-layout > .container > .row h2 {
    margin-bottom: 50px;
  }
  html.page--terbyne .container.header-micro,
  html.page--terbyne-h-lixiv-tech .container.header-micro,
  html.page--malezas .container.header-micro,
  html.page--bq .container.header-micro,
  html.page--maiz .container.header-micro {
    padding: 0;
  }
  html.page--terbyne .slider-layout > .container > .row,
  html.page--terbyne-h-lixiv-tech .slider-layout > .container > .row,
  html.page--malezas .slider-layout > .container > .row,
  html.page--bq .slider-layout > .container > .row,
  html.page--maiz .slider-layout > .container > .row {
    flex-direction: column;
    align-items: center;
  }
  html.page--terbyne .slider-layout > .container > .row .logo-slider,
  html.page--terbyne-h-lixiv-tech .slider-layout > .container > .row .logo-slider,
  html.page--malezas .slider-layout > .container > .row .logo-slider,
  html.page--bq .slider-layout > .container > .row .logo-slider,
  html.page--maiz .slider-layout > .container > .row .logo-slider {
    margin: auto;
    margin-bottom: 35px;
  }
  html.page--terbyne .slider-layout > .container > .row h2,
  html.page--terbyne-h-lixiv-tech .slider-layout > .container > .row h2,
  html.page--malezas .slider-layout > .container > .row h2,
  html.page--bq .slider-layout > .container > .row h2,
  html.page--maiz .slider-layout > .container > .row h2,
  html.page--terbyne .slider-layout > .container > .row h3,
  html.page--terbyne-h-lixiv-tech .slider-layout > .container > .row h3,
  html.page--malezas .slider-layout > .container > .row h3,
  html.page--bq .slider-layout > .container > .row h3,
  html.page--maiz .slider-layout > .container > .row h3 {
    text-align: center;
  }
  html.page--terbyne .padding-medium,
  html.page--terbyne-h-lixiv-tech .padding-medium,
  html.page--malezas .padding-medium,
  html.page--bq .padding-medium,
  html.page--maiz .padding-medium {
    padding: 20px;
  }
  html.page--terbyne .logo-terbyne,
  html.page--terbyne-h-lixiv-tech .logo-terbyne,
  html.page--malezas .logo-terbyne,
  html.page--bq .logo-terbyne,
  html.page--maiz .logo-terbyne {
    margin-right: auto;
    margin-left: auto;
  }
  html.page--terbyne p,
  html.page--terbyne-h-lixiv-tech p,
  html.page--malezas p,
  html.page--bq p,
  html.page--maiz p,
  html.page--terbyne h1,
  html.page--terbyne-h-lixiv-tech h1,
  html.page--malezas h1,
  html.page--bq h1,
  html.page--maiz h1,
  html.page--terbyne h2,
  html.page--terbyne-h-lixiv-tech h2,
  html.page--malezas h2,
  html.page--bq h2,
  html.page--maiz h2,
  html.page--terbyne h3,
  html.page--terbyne-h-lixiv-tech h3,
  html.page--malezas h3,
  html.page--bq h3,
  html.page--maiz h3,
  html.page--terbyne h4,
  html.page--terbyne-h-lixiv-tech h4,
  html.page--malezas h4,
  html.page--bq h4,
  html.page--maiz h4,
  html.page--terbyne h5,
  html.page--terbyne-h-lixiv-tech h5,
  html.page--malezas h5,
  html.page--bq h5,
  html.page--maiz h5 {
    text-align: center;
  }
  html.page--terbyne li > p,
  html.page--terbyne-h-lixiv-tech li > p,
  html.page--malezas li > p,
  html.page--bq li > p,
  html.page--maiz li > p {
    text-align: left;
  }
  html.page--terbyne .text-biggest,
  html.page--terbyne-h-lixiv-tech .text-biggest,
  html.page--malezas .text-biggest,
  html.page--bq .text-biggest,
  html.page--maiz .text-biggest {
    font-size: 160%;
  }
}
@media only screen and (max-width: 575px) {
  html.page--terbyne .slider-layout h5,
  html.page--terbyne-h-lixiv-tech .slider-layout h5,
  html.page--malezas .slider-layout h5,
  html.page--bq .slider-layout h5,
  html.page--maiz .slider-layout h5 {
    display: none;
  }
  html.page--terbyne .slider-layout .slider-img,
  html.page--terbyne-h-lixiv-tech .slider-layout .slider-img,
  html.page--malezas .slider-layout .slider-img,
  html.page--bq .slider-layout .slider-img,
  html.page--maiz .slider-layout .slider-img {
    width: 100%;
  }
  html.page--terbyne .cocarda-carousel-der img,
  html.page--terbyne-h-lixiv-tech .cocarda-carousel-der img,
  html.page--malezas .cocarda-carousel-der img,
  html.page--bq .cocarda-carousel-der img,
  html.page--maiz .cocarda-carousel-der img {
    width: 210px;
  }
  html.page--terbyne .maleza--nombre,
  html.page--terbyne-h-lixiv-tech .maleza--nombre,
  html.page--malezas .maleza--nombre,
  html.page--bq .maleza--nombre,
  html.page--maiz .maleza--nombre {
    padding: 10px;
    margin-top: -41px;
  }
  html.page--terbyne h2,
  html.page--terbyne-h-lixiv-tech h2,
  html.page--malezas h2,
  html.page--bq h2,
  html.page--maiz h2 {
    font-size: 35px;
  }
}
html.page--terbyne .carousel-02-bg {
  background-image: url("../../bundles/clientsite/img/carousel/micro-carousel-02.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
html.page--terbyne .padding-medium {
  padding: 40px;
}
html.page--terbyne .embed-responsive.embed-responsive-16by9.margin-top-large {
  margin-top: 30px;
}
html.page--terbyne .embed-responsive.embed-responsive-16by9.margin-bottom-small {
  margin-bottom: 0px;
}
html.page--terbyne-h-lixiv-tech .carousel-02-bg {
  background-image: url("../../bundles/clientsite/img/carousel/micro-carousel-01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
html.page--malezas .carousel-02-bg {
  background-image: url("../../bundles/clientsite/img/carousel/micro-carousel-01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
html.page--bq .carousel-02-bg {
  background-image: url("../../bundles/clientsite/img/carousel/micro-carousel-02.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
html.page--maiz .carousel-02-bg {
  background-image: url("../../bundles/clientsite/img/carousel/micro-carousel-02.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 575px) {
  html.page-- .slider-layout h2 {
    text-align: center;
  }
}
