@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
.page-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .page-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .page-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .page-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .page-container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .page-container {
    max-width: 1280px;
  }
}
@media (min-width: 1920px) {
  .page-container {
    max-width: 1440px;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  opacity: 0;
}
.visible {
  opacity: 1;
  -webkit-animation: fadeInUp 1s 0.2s forwards;
  animation: fadeInUp 1s 0.2s forwards;
  opacity: 0;
}
body {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #424242;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}
.img-fluid,
img {
  max-width: 100%;
  height: auto;
}
.card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(202, 202, 202, 0.25);
  box-shadow: 0px 2px 8px 0px rgba(202, 202, 202, 0.25);
  border-radius: 6px;
  padding: 1.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 991px) {
  .card {
    padding: 1.5rem;
    gap: 1rem;
  }
}
.w-50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 991px) {
  .w-50 {
    width: 50%;
  }
}
.politicas-privacidad {
  padding: 4rem 0;
}
@media (max-width: 991px) {
  .politicas-privacidad {
    padding: 2rem 0;
  }
}
.politicas-privacidad .title {
  text-align: left;
  font-size: calc(1.313rem + 0.437 * ((100vw - 375px) / 1545));
  line-height: 150%;
  font-weight: 700;
}
@media screen and (max-width: 375px) {
  .politicas-privacidad .title {
    font-size: 1.313rem;
  }
}
@media screen and (min-width: 1920px) {
  .politicas-privacidad .title {
    font-size: 1.75rem;
  }
}
.btn-lg {
  font-weight: 700;
  font-size: calc(1.313rem + 0.187 * ((100vw - 375px) / 1545));
  line-height: 150%;
  letter-spacing: 0.03em;
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  text-decoration: none;
  position: relative;
  text-align: center;
  vertical-align: middle;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: inline-block;
  border-radius: 2px;
  padding: 0.875rem 2.5rem;
}
@media screen and (max-width: 375px) {
  .btn-lg {
    font-size: 1.313rem;
  }
}
@media screen and (min-width: 1920px) {
  .btn-lg {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .btn-lg {
    padding: 0.875rem 2rem;
  }
}
.btn-md {
  font-weight: 700;
  font-size: calc(0.875rem + 0.125 * ((100vw - 375px) / 1545));
  line-height: 150%;
  letter-spacing: 0.03em;
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  text-decoration: none;
  position: relative;
  text-align: center;
  vertical-align: middle;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: inline-block;
  border-radius: 2px;
  padding: 0.875rem 2rem;
}
@media screen and (max-width: 375px) {
  .btn-md {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1920px) {
  .btn-md {
    font-size: 1rem;
  }
}
.btn {
  font-weight: 700;
  font-size: calc(0.75rem + 0.125 * ((100vw - 375px) / 1545));
  line-height: 150%;
  letter-spacing: 0.03em;
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  text-decoration: none;
  position: relative;
  text-align: center;
  vertical-align: middle;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: inline-block;
  border-radius: 2px;
  padding: 0.5rem 1.5rem;
}
@media screen and (max-width: 375px) {
  .btn {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1920px) {
  .btn {
    font-size: 0.875rem;
  }
}
.btn-primary {
  background-color: #008535;
  color: #fff;
  border: 1px solid #008535;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
}
.btn-primary:hover {
  background-color: #007830;
}
.btn-secondary {
  background-color: #fff;
  color: #424242;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
}
.btn-cancel {
  background-color: #f7f7f7;
  border: 2px solid #f7f7f7;
  color: #008535;
  font-weight: 500;
}
.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.btn-icon:after {
  font-family: "Material Icons Outlined";
  content: "\e5c8";
  font-size: 21px;
  font-weight: normal;
}
.btn-circle {
  background-color: #008535;
  color: #fff;
  border-radius: 50px;
  width: 40px !important;
  height: 40px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}
.btn-circle span {
  font-size: 1.2rem;
}
button {
  cursor: pointer;
}
.title {
  font-weight: 400;
  font-size: calc(1.75rem + 0.75 * ((100vw - 375px) / 1545));
  line-height: 120%;
  letter-spacing: -0.01em;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1920px) {
  .title {
    font-size: 2.5rem;
  }
}
.color {
  font-weight: 700;
  color: #008535;
}
.title-area {
  background-color: #fff;
  padding: 4rem 0;
}
@media (max-width: 991px) {
  .title-area {
    padding: 2rem 0;
  }
}
.title-area .title:after {
  margin-top: 2rem;
  display: block;
  content: url("../img/arrow-down.svg");
  height: 54px;
}
.nav-header {
  padding: 2rem 0;
  background: #f7f7f7;
}
.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.nav-menu .nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.nav-menu .nav-link {
  color: #424242;
  text-decoration: none;
}
.nav-menu .nav-link:hover {
  color: #008535;
}
.hero {
  border-top: 20px solid #008535;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 100% !important;
  overflow: hidden;
  background: url("../img/header-pluscarne.jpg");
  height: 650px;
}
@media (max-width: 991px) {
  .hero {
    height: 500px;
  }
}
.hero img {
  max-height: 250px;
}
@media (max-width: 991px) {
  .hero img {
    max-height: 150px;
  }
}
.hero:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.4))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hero:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 133, 53, 0.4))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 133, 53, 0.4) 100%
  );
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hero-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  padding: 0 1rem;
}
.hero-caption h1 {
  font-size: calc(1.75rem + 0.75 * ((100vw - 375px) / 1545));
  line-height: 120%;
  letter-spacing: -0.01em;
  margin: 0;
  margin-top: 1rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 375px) {
  .hero-caption h1 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1920px) {
  .hero-caption h1 {
    font-size: 2.5rem;
  }
}
.hero .btn-hero {
  position: absolute;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero .btn-hero {
    top: 1rem;
  }
}
@media (min-width: 991px) {
  .hero .btn-hero {
    right: 2rem;
    top: 2rem;
  }
}
.hero-estribo {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/fondo-vacas.jpg") no-repeat;
  background-size: cover;
  background-color: #fff;
  border-top:20px solid #008535;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 100% !important;
  overflow: hidden;
  height: 650px;
}

.quote {height:40vh;padding:10px !important;}
.quote_content {margin: 0px auto; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.quote_content h2 {font-size:2.5rem;font-weight:normal;text-align:center; max-width:50ch;}

.video_section {background-color:#ecf7ec; padding:3.75rem 0;}
.video_section video {display:block; width:100%; max-width:790px; height:auto; margin:0 auto; border-radius:16px;}
.invisible {display:none;}

.form_section{ min-height:90vh; background: linear-gradient(180deg, rgba(218,193,147,0.65) 0%, rgba(218,193,147,0.12) 42%, rgba(20,53,24,0.22) 58%, rgba(20,53,24,0.8) 100%), url("../img/header-pluscarne_2.jpg") center/cover no-repeat; }

.contact_info h3 {color:white; font-size:2.5em;padding:12px 0 ;margin:1rem 0;}
.contact_info h6 {color:white; font-size:1.75em;font-weight:normal;margin:1rem 0;}

.button_back
{
  padding: 0.575rem 1.25rem;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgb(0, 133, 53);
  background: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}

@media (max-width: 991px) {
  .video_section {padding:2rem 0;}
}
@media (max-width: 991px) {
  .hero-estribo {
    height: 500px;
  }
}
.hero-estribo .img-bg {
  position: absolute;
  top: -4rem;
}
@media (max-width: 991px) {
  .hero-estribo .img-bg {
    top: -2rem;
  }
}
.hero-estribo .hero-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 4rem;
}
@media (max-width: 991px) {
  .hero-estribo .hero-caption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quote_content h2 {
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    max-width: 50ch;
    line-height: 1.2;
    padding: 20px;
}

}
.hero-estribo .logo-estribo {
  min-height: 140px;
  border-right: 1px solid #FFF;
  padding-right: 3rem;
  margin-right: 3rem;
}
@media (max-width: 991px) {
  .hero-estribo .logo-estribo {
    min-height: 100px;
    border-right: unset;
    margin-right: unset;
    padding-right: unset;
  }
}
.hero-estribo h1 {
  text-align: left;
  font-size: calc(3rem + 0.75 * ((100vw - 375px) / 1545));
  line-height: 110%;
  letter-spacing: -0.01em;
  margin: 1rem 0;
  font-weight: 800;
  color: #FFF;
}
@media screen and (max-width: 375px) {
  .hero-estribo h1 {
    font-size: 3rem;
  }



}
@media screen and (min-width: 1920px) {
  .hero-estribo h1 {
    font-size: 3.75rem;
  }
}
.hero-estribo h1 span {
  display: block;
  font-weight: 500;
}
@media (max-width: 991px) {
  .hero-estribo h1 {
    text-align: center;
  }
}
.section-video {
  padding: 4rem 0;
  background-color: #eaf7eb;
}
@media (max-width: 991px) {
  .section-video {
    padding: 2rem 0;
  }
}
.section-video .page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-video iframe {
  width: 100%;
}
.section-video .ratio {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.section-video .ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-video .center-content {
  text-align: center;
  width: 80%;
}
@media (max-width: 991px) {
  .section-video .center-content {
    width: 100%;
  }
}
.section-video .center-content h2 {
  font-weight: 400;
  font-size: calc(1.75rem + 0.75 * ((100vw - 375px) / 1545));
  line-height: 120%;
  letter-spacing: -0.01em;
  margin: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 375px) {
  .section-video .center-content h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-video .center-content h2 {
    font-size: 2.5rem;
  }
}
.component-intro {
  background-color: #fff;
}
@media (min-width: 1200px) {
  .component-intro {
    padding: 4rem 0;
  }
}
@media (min-width: 1200px) and (max-width: 991px) {
  .component-intro {
    padding: 2rem 0;
  }
}
.component-intro .intro__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  height: 100%;
  padding: 0 4rem;
}
@media (max-width: 991px) {
  .component-intro .intro__content {
    padding: 0;
  }
}
.component-intro .intro__content .intro__img {
  display: inline-table;
}
.component-intro .intro__content .img-intro {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.component-intro .intro__content .intro__text {
  padding: 0 2rem;
}
@media (max-width: 991px) {
  .component-intro .intro__content .intro__text {
    padding: 0;
  }
}
.component-intro .intro__content .intro__text .section-title {
  font-size: calc(1.75rem + 0.75 * ((100vw - 375px) / 1545));
  line-height: 120%;
  letter-spacing: -0.01em;
  margin: 0;
}
@media screen and (max-width: 375px) {
  .component-intro .intro__content .intro__text .section-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1920px) {
  .component-intro .intro__content .intro__text .section-title {
    font-size: 2.5rem;
  }
}
.component-intro .intro__content .intro__text .intro__copy {
  margin-bottom: 1rem;
}
.component-intro .intro__content .intro__text .copy-txt,
.component-intro .intro__content .intro__text p {
  font-size: calc(1rem + 0.125 * ((100vw - 375px) / 1545));
  line-height: 150%;
  margin: 2rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 375px) {
  .component-intro .intro__content .intro__text .copy-txt,
  .component-intro .intro__content .intro__text p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1920px) {
  .component-intro .intro__content .intro__text .copy-txt,
  .component-intro .intro__content .intro__text p {
    font-size: 1.125rem;
  }
}
.component-intro .intro__content .intro__text .intro__subtitle {
  font-size: calc(1.5rem + 0.5 * ((100vw - 375px) / 1545));
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #008535;
}
@media screen and (max-width: 375px) {
  .component-intro .intro__content .intro__text .intro__subtitle {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .component-intro .intro__content .intro__text .intro__subtitle {
    font-size: 2rem;
  }
}
.component-intro-alt .bg-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  padding: 3rem 0;
}
@media (min-width: 1200px) {
  .component-intro-alt .bg-color {
    padding: 0;
    max-height: 500px;
  }
}
@media (max-width: 991px) {
  .component-intro-alt .bg-color {
    margin: 3rem 0;
  }
}
.component-intro-alt .bg-color .page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.component-intro-alt .intro__content .intro__text .section__title {
  font-size: calc(2rem + 1 * ((100vw - 375px) / 1545));
  line-height: 120%;
  letter-spacing: -0.01em;
  margin: 0;
  color: #008535;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 375px) {
  .component-intro-alt .intro__content .intro__text .section__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1920px) {
  .component-intro-alt .intro__content .intro__text .section__title {
    font-size: 3rem;
  }
}
@media (min-width: 1440px) {
  .component-intro-alt .intro__content .intro__text .section__title {
    padding-right: 8rem;
  }
}
@media (min-width: 991px) {
  .component-intro-alt .intro__content .img-section img {
    height: 620px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.txt-right {
  position: relative;
}
.txt-right.intro__content {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media (min-width: 991px) {
  .txt-right.intro__content {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .txt-right.intro__content {
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    -ms-grid-columns: 40% 3rem 1fr;
    grid-template-columns: 40% 1fr;
    width: 90%;
  }
}
.txt-right.arrows:after {
  position: absolute;
  content: url("../img/arrow-right.svg");
  right: 0;
  margin-top: 22rem;
}
@media (max-width: 991px) {
  .txt-right.arrows:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .txt-right .img-section {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.txt-left {
  position: relative;
}
.txt-left.intro__content {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media (min-width: 991px) {
  .txt-left.intro__content {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .txt-left.intro__content {
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    -ms-grid-columns: 1fr 3rem 40%;
    grid-template-columns: 1fr 40%;
    width: 90%;
  }
}
.txt-left.arrows:after {
  position: absolute;
  content: url("../img/arrow-left.svg");
  left: 0;
  margin-top: 22rem;
}
@media (max-width: 991px) {
  .txt-left.arrows:after {
    display: none;
  }
}
.info-area {
  background-color: #f7f7f7;
  margin-top: 3rem;
  padding: 4rem 0;
}
@media (max-width: 991px) {
  .info-area {
    padding: 2rem 0;
  }
}
.info-area .card-content {
  background-color: #fff;
  padding: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .info-area .card-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 1rem;
  }
}
.info-area .txt-region {
  width: 60%;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .info-area .txt-region {
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }
}
.info-area .txt-region .section-title {
  font-size: calc(1.5rem + 0.5 * ((100vw - 375px) / 1545));
  line-height: 130%;
  letter-spacing: -0.01em;
  margin: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 375px) {
  .info-area .txt-region .section-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .info-area .txt-region .section-title {
    font-size: 2rem;
  }
}
.info-area .txt-region p {
  font-size: calc(1.313rem + 0.437 * ((100vw - 375px) / 1545));
  line-height: 150%;
  margin: 0;
}
@media screen and (max-width: 375px) {
  .info-area .txt-region p {
    font-size: 1.313rem;
  }
}
@media screen and (min-width: 1920px) {
  .info-area .txt-region p {
    font-size: 1.75rem;
  }
}
.info-area .card-list .card-item {
  background-color: #eaf7eb;
  padding: 1rem;
}
.info-area .card-list .card-item:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.info-area .card-list .card-item p {
  margin: 0;
  font-size: calc(1rem + 0.125 * ((100vw - 375px) / 1545));
  line-height: 150%;
}
@media screen and (max-width: 375px) {
  .info-area .card-list .card-item p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1920px) {
  .info-area .card-list .card-item p {
    font-size: 1.125rem;
  }
}
.info-area .card-list .card-item h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1rem + 0.313 * ((100vw - 375px) / 1545));
  line-height: 130%;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 375px) {
  .info-area .card-list .card-item h4 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1920px) {
  .info-area .card-list .card-item h4 {
    font-size: 1.313rem;
  }
}
.contact-cta {
  padding: 4rem 0;
}
@media (max-width: 991px) {
  .contact-cta {
    padding: 2rem 0;
  }
}
@media (min-width: 991px) {
  .contact-cta .page-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  .contact-cta .page-container {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact-cta .title {
  display: initial;
  font-size: calc(1.5rem + 0.5 * ((100vw - 375px) / 1545));
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #424242;
  background-color: #eaf7eb;
  padding: 0.2rem 0.8rem;
}
@media screen and (max-width: 375px) {
  .contact-cta .title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .contact-cta .title {
    font-size: 2rem;
  }
}
.contact-cta .title .brand {
  color: #008535;
  font-weight: 700;
}
.contact-cta .btn-primary {
  display: block;
}
@media (max-width: 991px) {
  .contact-cta .btn-primary {
    margin-top: 1rem;
  }
}
.banner-download {
  background-color: #008535;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55% 2rem 1fr;
  grid-template-columns: 55% 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 991px) {
  .banner-download {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.banner-download .img-bg {
  width: 100%;
}
.banner-download picture {
  display: inherit;
}
.banner-download .txt-region {
  color: #fff;
  padding: 1.5rem;
}
@media (min-width: 1280px) {
  .banner-download .txt-region {
    padding: 0 2% 0 30%;
  }
}
@media (max-width: 991px) {
  .banner-download .txt-region {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }
}
.banner-download .txt-region h3 {
  font-size: calc(1.5rem + 0.5 * ((100vw - 375px) / 1545));
  line-height: 130%;
  letter-spacing: -0.01em;
  font-weight: 500;
}
@media screen and (max-width: 375px) {
  .banner-download .txt-region h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .banner-download .txt-region h3 {
    font-size: 2rem;
  }
}
.banner-download .txt-region p {
  font-size: calc(1rem + 0.313 * ((100vw - 375px) / 1545));
  line-height: 130%;
  letter-spacing: -0.01em;
  font-weight: 700;
}
@media screen and (max-width: 375px) {
  .banner-download .txt-region p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1920px) {
  .banner-download .txt-region p {
    font-size: 1.313rem;
  }
}
.banner-download .txt-region .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .banner-download .txt-region .download {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.banner-download .txt-region .download span {
  font-size: calc(0.875rem + 0.125 * ((100vw - 375px) / 1545));
  line-height: 150%;
  font-weight: 700;
}
@media screen and (max-width: 375px) {
  .banner-download .txt-region .download span {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1920px) {
  .banner-download .txt-region .download span {
    font-size: 1rem;
  }
}
.info-premio {
  padding: 4rem 0;
  text-align: center;
}
@media (max-width: 991px) {
  .info-premio {
    padding: 2rem 0;
  }
}
.info-premio .title {
  display: initial;
  font-size: calc(1.313rem + 0.437 * ((100vw - 375px) / 1545));
  line-height: 150%;
  font-weight: 700;
  color: #008535;
  background-color: #eaf7eb;
  padding: 0 0.5rem;
}
@media screen and (max-width: 375px) {
  .info-premio .title {
    font-size: 1.313rem;
  }
}
@media screen and (min-width: 1920px) {
  .info-premio .title {
    font-size: 1.75rem;
  }
}
.info-premio .txt {
  font-size: calc(1rem + 0.125 * ((100vw - 375px) / 1545));
  line-height: 150%;
}
@media screen and (max-width: 375px) {
  .info-premio .txt {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1920px) {
  .info-premio .txt {
    font-size: 1.125rem;
  }
}
.formulario-contacto {
  border-top: 20px solid #008535;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 100% !important;
  overflow: hidden;
  background: url("../img/header-pluscarne.jpg");
  background-position: center top;
  background-size: cover;
  height: 900px;
}
@media (max-width: 991px) {
  .formulario-contacto {
    padding: 2rem 0;
    height: auto;
  }
}
.formulario-contacto:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.4))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.formulario-contacto:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 133, 53, 0.4))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 133, 53, 0.4) 100%
  );
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.formulario-contacto .page-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 991px) {
  .formulario-contacto .page-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.formulario-contacto .form-caption {
  z-index: 1;
}
@media (max-width: 991px) {
  .formulario-contacto .form-caption {
    text-align: center;
  }
}
.formulario-contacto .form-caption img {
  height: 75px;
}
@media (max-width: 991px) {
  .formulario-contacto .form-caption img {
    height: 45px;
  }
}
.formulario-contacto .form-caption .title {
  text-align: left;
  color: #fff;
  text-wrap: balance;
  font-size: calc(3rem + 0.75 * ((100vw - 375px) / 1545));
  line-height: 110%;
  letter-spacing: -0.01em;
  margin: 1rem 0;
  font-weight: 700;
  margin-top: 3rem;
}
@media screen and (max-width: 375px) {
  .formulario-contacto .form-caption .title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1920px) {
  .formulario-contacto .form-caption .title {
    font-size: 3.75rem;
  }
}
@media (max-width: 991px) {
  .formulario-contacto .form-caption .title {
    text-align: center;
    margin-top: 1rem;
  }
}
.formulario-contacto .form-caption .subtitle {
  font-size: calc(1.5rem + 0.5 * ((100vw - 375px) / 1545));
  line-height: 130%;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: #fff;
  text-wrap: balance;
  margin-bottom: 3rem;
}
@media screen and (max-width: 375px) {
  .formulario-contacto .form-caption .subtitle {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .formulario-contacto .form-caption .subtitle {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .formulario-contacto .form-caption .subtitle {
    margin-bottom: 1rem;
  }
}
.formulario-contacto .contact-form {
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding: 2rem;
}
.form__group {
  text-align: right;
}
.form__group .input-group {
  margin-bottom: 1rem;
}
.form__label {
  color: #000;
  font-size: calc(0.875rem + 0.125 * ((100vw - 375px) / 1545));
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
@media screen and (max-width: 375px) {
  .form__label {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1920px) {
  .form__label {
    font-size: 1rem;
  }
}
.form__label span {
  margin-left: 5px;
  color: #df1642;
}
.form__select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  min-height: 45px;
  color: #424242;
  background-color: #f7f7f7;
  background-clip: padding-box;
  border: 1px solid #eeeeee;
  border-radius: 0.375rem;
  -webkit-transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  background: #fff
    url("data:image/svg+xml;utf-8,<svg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23BDBDBD'><path d='M0 0h24v24H0V0z' fill='none'/><path d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/></svg>")
    no-repeat calc(100% - 8px) center;
}
.form__input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  min-height: 45px;
  color: #424242;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eeeeee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  -webkit-transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form__input:focus {
  color: #212529;
  border-color: #008535;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(14, 180, 83, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(14, 180, 83, 0.25);
}
.form__check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form__check-inline {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.form__check-inline:not(:last-of-type) {
  margin-right: 1rem;
}
.input-group-error .form__input {
  border: 1px solid #df1642;
}
.input-group-error .required-input {
  text-align: left;
  display: block;
  color: #df1642;
  margin-top: 5px;
  font-size: calc(0.75rem + 0 * ((100vw - 375px) / 1545));
  line-height: 150%;
}
@media screen and (max-width: 375px) {
  .input-group-error .required-input {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1920px) {
  .input-group-error .required-input {
    font-size: 0.75rem;
  }
}
.msje-confirmacion {
  margin-top: 1rem;
  background-color: #d2ffef;
  color: #007830;
  padding: 1rem;
  border-radius: 4px;
}
.msje-confirmacion .msje {
  margin: 0;
}
.msje-confirmacion strong {
  display: block;
}
.msje-error {
  margin-top: 1rem;
  background-color: #ffe4e4;
  color: #df1642;
  padding: 1rem;
  border-radius: 4px;
}
.msje-error .msje {
  margin: 0;
}
.msje-error strong {
  display: block;
}
.aplicaciones {
  background-color: #f7f7f7;
  padding: 4rem 0;
}
@media (max-width: 991px) {
  .aplicaciones {
    padding: 2rem 0;
  }
}
.aplicaciones .aplicaciones-content {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 991px) {
  .aplicaciones .aplicaciones-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.aplicaciones .aplicaciones-content .app-detalles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 991px) {
  .aplicaciones .aplicaciones-content .app-detalles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.aplicaciones .aplicaciones-content h3 {
  text-wrap: balance;
  margin-top: 0;
}
.aplicaciones .aplicaciones-content .ande {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 991px) {
  .aplicaciones .aplicaciones-content .ande {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.aplicaciones .aplicaciones-content .ande p {
  font-size: calc(0.875rem + 0.125 * ((100vw - 375px) / 1545));
  line-height: 150%;
  margin: 0;
}
@media screen and (max-width: 375px) {
  .aplicaciones .aplicaciones-content .ande p {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1920px) {
  .aplicaciones .aplicaciones-content .ande p {
    font-size: 1rem;
  }
}
.aplicaciones .aplicaciones-content .ande img {
  max-height: 30px;
}
.aplicaciones .aplicaciones-content .link-pluscarne {
  display: block;
  margin-top: 1rem;
  color: #008535;
  font-size: calc(1.5rem + 0.5 * ((100vw - 375px) / 1545));
  line-height: 130%;
  letter-spacing: -0.01em;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 375px) {
  .aplicaciones .aplicaciones-content .link-pluscarne {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .aplicaciones .aplicaciones-content .link-pluscarne {
    font-size: 2rem;
  }
}
/* ==========================================================================
   FOOTER  (Rienda Digital brand + partner logos)
   ========================================================================== */

footer {
  background-color: #f5f5f5;
  padding: 2.5rem 0;
}
@media (max-width: 991px) {
  footer {
    padding: 2rem 0;
  }
}

footer .footer_inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2.5rem;
}

footer .footer_label {
  color: #9e9e9e;
  font-size: 0.95rem;
}

footer img {
  height: 42px;
  width: auto;
}

/* Rienda Digital: 30% más grande que el resto */
footer .footer_brand {
  height: 55px;
}

/* Interfase: tope de ancho */
footer .footer_interfase {
  height: auto;
  max-width: 200px;
}

@media (max-width: 991px) {
  footer .footer_inner {
    flex-direction: column;
  }
}
/*# sourceMappingURL=styles.min.css.map */
