@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
}

strong {
  font-weight: 600;
}

section {
  margin: 3rem 0;
}

br {
  display: none;
}
@media (min-width: 768px) {
  br {
    display: block;
  }
}

h2 {
  font-family: "Barlow Condensed", sans-serif;
  color: #457D00;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 36px;
  line-height: 1;
}
@media (min-width: 992px) {
  h2 {
    font-size: 64px;
  }
}

h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  h3 {
    font-size: 36px;
  }
}

p {
  font-size: 1.1rem;
}

@media (max-width: 992px) {
  header .el-logo {
    width: 200px;
  }
}
header .co-header--right {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  header .co-header--right {
    gap: 20px;
    margin-right: 20px;
  }
}
header .co-header--right .el-tel {
  font-size: 16px;
  color: #457D00;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  gap: 5px;
}
header .co-header--right .nav .nav-link {
  font-size: 18px;
  color: white;
  background: black;
  font-weight: bold;
  padding: 0 30px;
  height: 56px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
header .co-header--right .nav .nav-link:hover {
  background-color: #457D00;
}
header .co-header--right > div {
  display: flex;
}

.hero {
  position: relative;
}
.hero .separador1 {
  position: absolute;
  top: 99px;
  left: 0;
  display: block;
  width: 100%;
  height: 94px;
  z-index: 1;
}
@media (min-width: 576px) {
  .hero .separador1 {
    top: 88px;
  }
}
@media (min-width: 992px) {
  .hero .separador1 {
    top: 99px;
  }
}
.hero .separador2 {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 94px;
}

.bl-hero {
  position: relative;
  overflow: hidden;
}
.bl-hero .slick-prev, .bl-hero .slick-next {
  background: rgba(255, 255, 255, 0.6);
  width: 60px;
  height: 60px;
  z-index: 1;
  position: absolute;
  top: calc(50% - 30px);
  display: none;
}
@media (min-width: 768px) {
  .bl-hero .slick-prev, .bl-hero .slick-next {
    display: block;
  }
}
.bl-hero .slick-prev:hover, .bl-hero .slick-next:hover {
  background: white !important;
}
.bl-hero .slick-prev:active, .bl-hero .slick-prev:focus, .bl-hero .slick-next:active, .bl-hero .slick-next:focus {
  background: rgba(255, 255, 255, 0.6);
}
.bl-hero .slick-prev {
  left: 50px;
}
.bl-hero .slick-prev::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 25 25" style="enable-background:new 0 0 25 25;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:%23457D00;stroke-width:2.3061;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><polyline class="st0" points="16.6,2.3 6.4,12.5 16.6,22.7 "/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.bl-hero .slick-next {
  right: 50px;
}
.bl-hero .slick-next::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 25 25" style="enable-background:new 0 0 25 25;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:%23457D00;stroke-width:2.3061;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><polyline class="st0" points="7.4,2.3 17.6,12.5 7.4,22.7 "/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.bl-hero .co-hero {
  background: url(../images/banner-1.jpg) no-repeat top center;
  background-size: cover;
  padding: 142px 0 0;
  height: 600px;
  display: flex !important;
  align-items: center;
}
@media (min-width: 576px) {
  .bl-hero .co-hero {
    min-height: 815px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: url(../images/banner-1.jpg) no-repeat top center;
    background-size: cover;
    padding: 0 0 0 0;
  }
}
.bl-hero .co-hero--2 {
  background: url(../images/banner-2.jpg) no-repeat top center;
  background-size: cover;
}
@media (min-width: 576px) {
  .bl-hero .co-hero--2 {
    background: url(../images/banner-2.jpg) no-repeat top right;
    background-size: cover;
  }
}
.bl-hero .co-hero ul {
  margin-bottom: 2rem;
}
.bl-hero .co-hero p, .bl-hero .co-hero li {
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
}
@media (min-width: 1200px) {
  .bl-hero .co-hero p, .bl-hero .co-hero li {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  .bl-hero {
    /* min-height: 815px;
     display: flex;
     align-items: center;
     background: url(../images/banner.jpg) no-repeat top left;
     background-size: cover;*/
  }
}
.bl-hero h1 {
  font-family: "Barlow Condensed", sans-serif;
  color: white;
  font-weight: 500;
  line-height: 1;
  font-style: italic;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .bl-hero h1 {
    font-size: 56px;
  }
}
.bl-hero h2 {
  color: white;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .bl-hero h2 {
    font-size: 36px;
  }
}
.bl-hero .cta--white {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1d1d1b;
  background: white;
  display: inline-block;
  text-align: center;
  max-width: 370px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.bl-hero .cta--white:hover {
  background: black;
  color: white;
}
.bl-hero .co-title {
  display: flex;
  flex-direction: column;
}

/****************FORMS****************/
.co-subscribe {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  width: 100%;
}
.co-subscribe .form-floating {
  width: 100%;
}
.co-subscribe .form-floating input {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}
.co-subscribe .btn-enviar {
  border: 1px solid #457D00;
  margin: 0;
  max-width: 180px;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.lity-wrap {
  overflow-y: scroll !important;
}

.lity-container {
  width: 100%;
  max-width: 860px;
  max-height: 100%;
}
.lity-container .lity-content {
  background: white;
  padding: 30px;
}
.lity-container .lity-content h3 {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #457D00;
  font-style: normal;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .lity-container .lity-content h3 {
    font-size: 48px;
  }
}
.lity-container .lity-content h4 {
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
}
@media (min-width: 992px) {
  .lity-container .lity-content h4 {
    font-size: 32px;
  }
}
.lity-container .lity-content p {
  text-align: center;
}
@media (min-width: 992px) {
  .lity-container .lity-content p {
    font-size: 18px;
  }
}

form a {
  color: black;
  text-decoration: none;
}

#mc-embedded-subscribe-form input[type=checkbox] {
  display: inline;
  width: auto;
  margin-right: 10px;
}

#mergeRow-gdpr fieldset label {
  font-weight: normal;
}

#mc-embedded-subscribe-form .mc_fieldset {
  border: none;
  min-height: 0px;
  padding-bottom: 0px;
}

.form-control, .form-select {
  border-radius: 0 !important;
  border: 1px solid #457D00;
}

.form-control:focus, .form-select:focus {
  outline: 1px solid #457D00 !important;
  border-color: #457D00;
  box-shadow: none;
}

.btn-enviar {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  height: 56px;
  width: 100%;
  color: white;
  background: #457D00;
  text-transform: uppercase;
  margin-top: 2rem;
}
.btn-enviar:hover {
  color: white;
  background: black;
}

/*****************/
.co-verde {
  background: #F1F8EA;
  padding: 30px;
  margin-bottom: 30px;
  height: 100%;
}
.co-verde p {
  font-size: 16px;
  margin-bottom: 0;
}

.card {
  border: none;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 0;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #9E9E9E;
  transition: all 0.3s ease-in-out;
}
.card:hover {
  border: 1px solid #457D00;
}
.card:hover img {
  /*transform: scale(1.1);*/
}
.card:hover .card-img-top {
  opacity: 0;
}
.card:hover .btn-card {
  background: #457D00;
}
.card .card-img {
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  padding-top: 65.28%;
}
.card .card-img .card-img-top {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.card .card-img .card-img-top--hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.card .card-title {
  font-family: "Barlow";
  font-weight: bold;
  font-size: 28px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.card .card-body {
  font-size: 18px;
}
.card .btn-card {
  font-size: 18px;
  color: white;
  background: #000;
  font-weight: bold;
  padding: 18px 30px;
  margin-top: 1rem;
}

.bl-highlight {
  background: #457D00;
}

.bl-contacto-highlight {
  color: white;
  background: transparent;
  padding: 45px 0;
  box-sizing: content-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .bl-contacto-highlight {
    flex-direction: row;
    gap: 0;
    text-align: left;
  }
}
.bl-contacto-highlight p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 0;
  margin-right: 30px;
  font-style: italic;
}
.bl-contacto-highlight .btn-contacto {
  font-size: 18px;
  color: #457D00;
  background: white;
  font-weight: bold;
  padding: 14px 25px;
}

.bl-contacto {
  background: #F6F8F2;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  margin: 3rem 0 0;
}
.bl-contacto .separador3 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 94px;
}

.bl-newsletter h3 {
  line-height: 1.1;
  margin-bottom: 0;
}
.bl-newsletter i {
  font-size: 18px;
}
@media (min-width: 768px) {
  .bl-newsletter i {
    font-size: 24px;
  }
}

footer .footer-top {
  background: url(../images/footer.jpg);
  background-size: cover;
  padding: 40px 0 0;
}
footer .footer-top .co-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
footer .footer-top .co-logo span {
  font-family: "Barlow", sans-serif;
  color: white;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 768px) {
  footer .footer-top .co-logo span {
    font-size: 24px;
    line-height: 1.2;
  }
}
footer .footer-top .co-rrss-footer {
  margin: 20px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-top .co-rrss-footer li {
  display: block;
}
footer .footer-bottom {
  font-size: 15px;
  color: white;
  background: #457D00;
}
footer .footer-bottom .co-legales {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
}
footer .footer-bottom .co-legales a {
  text-decoration: none;
}
footer .footer-bottom a {
  color: white;
}

.slider-razones .slick-prev, .slider-razones .slick-next {
  background: rgba(255, 255, 255, 0.6);
  width: 60px;
  height: 60px;
  z-index: 1;
  position: absolute;
  top: calc(100% - 80px);
}
.slider-razones .slick-prev:hover, .slider-razones .slick-next:hover {
  background: white !important;
}
.slider-razones .slick-prev:active, .slider-razones .slick-prev:focus, .slider-razones .slick-next:active, .slider-razones .slick-next:focus {
  background: rgba(255, 255, 255, 0.6);
}
.slider-razones .slick-prev {
  left: 50px;
}
.slider-razones .slick-prev::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 25 25" style="enable-background:new 0 0 25 25;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:%23457D00;stroke-width:2.3061;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><polyline class="st0" points="16.6,2.3 6.4,12.5 16.6,22.7 "/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.slider-razones .slick-next {
  left: 130px;
  right: auto;
}
.slider-razones .slick-next::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 25 25" style="enable-background:new 0 0 25 25;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:%23457D00;stroke-width:2.3061;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><polyline class="st0" points="7.4,2.3 17.6,12.5 7.4,22.7 "/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.slider-razones .co-razones {
  display: flex !important;
  flex-direction: column;
  background: #F1F8E9;
}
.slider-razones .co-razones img {
  width: 100%;
  height: auto;
}
.slider-razones .co-razones .razones-text {
  padding: 30px;
}
@media (min-width: 1200px) {
  .slider-razones .co-razones .razones-text {
    padding: 50px;
  }
}
.slider-razones .co-razones .razones-text .el-number {
  font-size: 56px;
  font-weight: 400;
}
.slider-razones .co-razones .razones-text h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
}
@media (min-width: 768px) {
  .slider-razones .co-razones {
    flex-direction: row;
  }
  .slider-razones .co-razones .razones-text {
    width: 100%;
  }
  .slider-razones .co-razones .razones-img {
    width: 100%;
  }
  .slider-razones .co-razones .razones-img img {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=custom-schuco.css.map */