@import url(https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,500i,600,700,900);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300);
html,
body {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow-y: auto !important;
  overflow-x: hidden !important;
  height: auto !important;
  margin: 0; }

* {
  font-family: 'Montserrat', sans-serif; }
  *:focus {
    outline: 0; }

a {
  text-decoration: none !important; }
  a:hover, a:visited, a:active {
    text-decoration: none !important; }
  a:focus {
    outline: 0 !important; }

h1 {
  font-size: 49px;
  font-weight: 900;
  line-height: 0.8; }

h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1; }

p {
  font-size: 25px; }
  p.small {
    font-size: 22px; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

md-toast {
  background-color: transparent !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  padding: 0 !important;
  width: 100% !important;
  position: fixed !important; }
  md-toast .md-toast-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
    box-shadow: none !important;
    font-size: 30px;
    max-width: 100% !important;
    padding: 50px 0 !important;
    text-align: center;
    width: 100% !important; }
    md-toast .md-toast-content span {
      font-weight: 600 !important; }
  md-toast.md-success .md-toast-content {
    background-color: rgba(76, 175, 80, 0.55) !important; }
    md-toast.md-success .md-toast-content span {
      color: #fff !important; }
  md-toast.md-warn .md-toast-content {
    background-color: rgba(244, 67, 54, 0.55) !important; }

header nav.menu ul li {
  color: #000;
  text-align: center;
  border-right: 1px solid #7fc163;
  min-height: 40px; }
  header nav.menu ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 10px;
    text-align: center;
    vertical-align: -webkit-baseline-middle; }
  header nav.menu ul li.no-border {
    border-right: none !important; }
  header nav.menu ul li.active {
    color: #7ab829 !important; }
    header nav.menu ul li.active a {
      color: #7ab829 !important; }
header .contBotonMenu {
  min-width: 30px !important;
  min-height: 30px !important; }
  header .contBotonMenu .menu_btn {
    border-bottom: 2px solid #175c7d;
    border-top: 2px solid #175c7d;
    display: block;
    height: 25px;
    text-indent: -999999px;
    width: 100%; }
    header .contBotonMenu .menu_btn:after {
      background-color: #175c7d;
      content: '';
      display: block;
      height: 2px;
      top: 48%;
      width: 100%;
      position: relative; }

md-sidenav {
  background: #175c7d;
  color: #fff;
  padding: 30px 0 40px 0;
  position: fixed !important;
  width: 70%;
  z-index: 99999; }
  md-sidenav .tache {
    height: 20px;
    position: relative;
    width: 20px; }
    md-sidenav .tache:after, md-sidenav .tache:before {
      background-color: #fff;
      content: '' !important;
      display: inline-block;
      height: 20px;
      position: absolute;
      transition: all 0.4s ease;
      width: 3px; }
    md-sidenav .tache:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
      left: 50%; }
    md-sidenav .tache:before {
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 50%; }
  md-sidenav .header {
    margin: 15px auto; }
    md-sidenav .header p {
      font-size: 22px;
      margin: 0;
      text-align: center; }
  md-sidenav .title {
    border-bottom: 1px solid #fff;
    padding: 10px 5px;
    width: 100%; }
    md-sidenav .title a {
      color: #fff;
      font-size: 20px; }
    md-sidenav .title:last-of-type {
      border-bottom: none !important; }

footer {
  background: #175c7d; }
  footer p,
  footer ul,
  footer ul li,
  footer ul li * {
    color: #fff;
    font-size: 12px;
    margin: 0; }
    footer p a,
    footer ul a,
    footer ul li a,
    footer ul li * a {
      font-size: 12px;
      color: #fff; }
  footer ul li {
    margin-bottom: 8px; }
  footer ul.enlaces li {
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer; }
    footer ul.enlaces li a {
      color: rgba(255, 255, 255, 0.5) !important; }
    footer ul.enlaces li:hover {
      color: #fff !important; }
      footer ul.enlaces li:hover a {
        color: #fff !important; }
  footer .footContainer {
    border-bottom: 1px solid #fff;
    padding: 16px 0 40px 0; }
    footer .footContainer .redes img {
      transform: scale(1);
      -webkit-transition: all 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
      -moz-transition: all 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
      -ms-transition: all 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: all 300ms cubic-bezier(0.25, 0.8, 0.25, 1); }
      footer .footContainer .redes img:hover {
        transform: scale(0.9);
        -webkit-transition: all 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
        -moz-transition: all 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
        -ms-transition: all 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: all 300ms cubic-bezier(0.25, 0.8, 0.25, 1); }

section {
  background-color: #fff;
  padding-top: 50px; }
  section.principalSection {
    padding-top: 0px !important; }

.home .slider {
  padding-top: 0px; }
  .home .slider .flexslider {
    margin: 0 !important;
    border: none;
    height: 100%; }
    .home .slider .flexslider .flex-viewport {
      height: 100%; }
      .home .slider .flexslider .flex-viewport .slides {
        height: 100%; }
        .home .slider .flexslider .flex-viewport .slides li {
          height: 100%; }
          .home .slider .flexslider .flex-viewport .slides li img {
            height: 100%; }
.home .what-is-it {
  position: relative; }
  .home .what-is-it .contText h1 {
    color: #7ab829; }
  .home .what-is-it .contText h2 {
    color: #1d5935; }
  .home .what-is-it .contText p {
    font-size: 25px; }
  .home .what-is-it img {
    position: absolute; }
    .home .what-is-it img.hojas {
      left: -5px;
      top: 30px;
      width: 75px; }
    .home .what-is-it img.sembrando {
      bottom: 0;
      height: 80%;
      right: -10px;
      width: auto; }
.home .video {
  padding-top: 0px; }
  .home .video h1 {
    color: #815778; }
  .home .video h2 {
    color: #7ab829; }
.home .components h1 {
  color: #175c7d; }
.home .components figure {
  margin: 0;
  width: 100%; }
  .home .components figure figcaption {
    color: #175c7d;
    font-size: 21px;
    font-weight: 900;
    text-align: center; }
.home .located-in h1 {
  color: #7ab829; }
.home .located-in .leaves-line {
  width: 25%; }
.home .located-in .contText {
  margin-top: 100px; }
.home .located-in .map {
  max-width: 55%;
  position: absolute;
  right: 0;
  top: 0; }
.home .criteria h1 {
  color: #815778; }
.home .criteria h2 {
  color: #4d4d4d; }
.home .criteria .list {
  padding-left: 15%; }
  .home .criteria .list li {
    list-style: none;
    position: relative; }
    .home .criteria .list li:before {
      content: '';
      background-image: url("../img/home/list-leaves.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      height: 100%;
      left: -50px;
      position: absolute;
      top: 0;
      width: 30px; }
    .home .criteria .list li:last-of-type:before {
      height: 35px; }
  .home .criteria .list .sublist li {
    list-style: none;
    position: relative;
    line-height: 35px; }
    .home .criteria .list .sublist li:before {
      content: '';
      background-image: url("../img/home/sublist-leaves.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      height: 20px;
      left: -25px;
      position: absolute;
      top: 15px;
      width: 20px; }
.home .rural-development {
  background-image: url("../img/fondo_rural.png"); }
  .home .rural-development h1, .home .rural-development h2 {
    color: #fff; }
  .home .rural-development .list {
    height: 80%; }
    .home .rural-development .list li {
      color: #fff;
      font-size: 21px;
      font-weight: 900;
      text-align: center; }
      .home .rural-development .list li figure {
        margin: 0; }
        .home .rural-development .list li figure img {
          width: 80%; }
.home .contact h1, .home .contact h2 {
  color: #fff; }
.home .contact md-card {
  border-radius: 30px;
  padding: 0; }
  .home .contact md-card md-card-header-text {
    background: #815778;
    border-radius: 30px 30px 0px 0px; }
  .home .contact md-card .img-contact {
    bottom: 0;
    right: 0;
    width: 30%; }
.home .notices h1 {
  color: #175c7d; }
.home .notices .list li .imgNotice {
  width: 100%;
  height: 200px; }
.home .notices .list li .button {
  background: #815778;
  border-radius: 5px;
  color: #fff;
  margin: 20px 0;
  text-transform: capitalize; }

.sembrando .objetives {
  padding-top: 0px; }
  .sembrando .objetives .contText h1 {
    color: #7ab829; }
  .sembrando .objetives .contText .small {
    font-size: 18px; }
  .sembrando .objetives .contText img.hojas {
    left: -5px;
    top: calc(50% - 120px);
    width: 75px; }
  .sembrando .objetives .contText .list li {
    list-style: none;
    position: relative; }
    .sembrando .objetives .contText .list li:before {
      content: '';
      background-image: url("../img/sembrando/list-leaves.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      height: 100%;
      left: -30px;
      position: absolute;
      top: 0;
      width: 20px; }
    .sembrando .objetives .contText .list li p {
      font-size: 23px;
      font-weight: 600; }
  .sembrando .objetives .contImg {
    background-image: url("../img/sembrando/objetives.png"); }
.sembrando .impulses ul li figure img {
  width: 80%; }
.sembrando .impulses ul li figure figcaption {
  color: #7ab829;
  font-size: 22px;
  font-weight: 700; }
.sembrando .goal {
  padding-top: 0; }
  .sembrando .goal .imgGoal {
    background-image: url("../img/sembrando/fondo-goal.png"); }
    .sembrando .goal .imgGoal .contTitle {
      color: #fff; }
      .sembrando .goal .imgGoal .contTitle .blue {
        color: #99c1da; }
    .sembrando .goal .imgGoal .contText {
      background: rgba(122, 184, 41, 0.8); }
      .sembrando .goal .imgGoal .contText p {
        color: #fff;
        font-size: 23px;
        font-weight: 700; }
      .sembrando .goal .imgGoal .contText img {
        height: 110px; }
.sembrando .structure .content {
  left: 0;
  padding-top: 50px;
  top: 0;
  width: 100%; }
  .sembrando .structure .content h1 {
    color: #175c7d; }
  .sembrando .structure .content figure img {
    max-height: 140px; }
  .sembrando .structure .content figure figcaption p {
    font-size: 23px;
    font-weight: 600; }
  .sembrando .structure .content .sign {
    position: relative; }
    .sembrando .structure .content .sign:after {
      display: inline-block;
      right: -5px;
      position: absolute;
      top: 70px;
      font-size: 50px; }
    .sembrando .structure .content .sign.equal:after {
      content: '='; }
    .sembrando .structure .content .sign.sum:after {
      content: '+'; }
    .sembrando .structure .content .sign.right:after {
      right: -30px; }
.sembrando .support {
  padding-top: 0; }
  .sembrando .support .content {
    padding: 50px 0; }
    .sembrando .support .content h1 {
      color: #815778; }
    .sembrando .support .content h2 {
      font-size: 28px; }
    .sembrando .support .content p {
      font-size: 22px; }
      .sembrando .support .content p.small {
        font-size: 16px; }
    .sembrando .support .content .contImg {
      background-image: url("../img/sembrando/support.png");
      min-height: 450px; }
.sembrando .beneficiaries {
  padding-top: 0; }
  .sembrando .beneficiaries .content {
    padding: 50px 0; }
    .sembrando .beneficiaries .content h1 {
      color: #175c7d; }
    .sembrando .beneficiaries .content h2 {
      font-size: 28px; }
    .sembrando .beneficiaries .content p {
      font-size: 22px; }
      .sembrando .beneficiaries .content p.small {
        font-size: 16px; }
    .sembrando .beneficiaries .content .contImg {
      background-image: url("../img/sembrando/beneficiaries.png");
      min-height: 450px; }
.sembrando .coverage {
  background: #f6f8ec; }
  .sembrando .coverage h1 {
    color: #7ab829; }
  .sembrando .coverage .contStates {
    background: #175c7d;
    color: #fff; }
    .sembrando .coverage .contStates p {
      font-size: 18px;
      font-weight: 300; }
    .sembrando .coverage .contStates .list li {
      color: #fff;
      font-size: 18px;
      font-weight: 300;
      list-style: none;
      margin: 8px 0;
      position: relative; }
      .sembrando .coverage .contStates .list li:before {
        content: '';
        background-image: url("../img/home/list-leaves.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        height: 100%;
        left: -30px;
        position: absolute;
        top: 0;
        width: 20px; }
  .sembrando .coverage .section1,
  .sembrando .coverage .section2 {
    padding: 30px 0;
    border-bottom: 1px solid #000; }
  .sembrando .coverage .section2 .contStates {
    background: #7ab829; }
    .sembrando .coverage .section2 .contStates .list li:before {
      background-image: url("../img/sembrando/list-leaves-blue.png"); }
  .sembrando .coverage .section2:after {
    content: '';
    background: #f6f8ec;
    bottom: -51px;
    height: 50px;
    position: absolute;
    width: 100%; }
  .sembrando .coverage .bottomText {
    bottom: -35px;
    left: 0;
    width: 100%; }
    .sembrando .coverage .bottomText div {
      background: #f6f8ec;
      max-height: 70px;
      z-index: 2; }
.sembrando .components h1 {
  color: #815778; }
.sembrando .components .contSection {
  padding-top: 51px; }
  .sembrando .components .contSection p {
    font-size: 22px; }
    .sembrando .components .contSection p.small {
      font-size: 16px; }
  .sembrando .components .contSection .content {
    padding: 20px 0; }
    .sembrando .components .contSection .content .contImg {
      min-height: 300px; }
      .sembrando .components .contSection .content .contImg.one {
        background-image: url("../img/sembrando/component_1.png"); }
      .sembrando .components .contSection .content .contImg.two {
        background-image: url("../img/sembrando/component_2.png"); }
      .sembrando .components .contSection .content .contImg.tree {
        background-image: url("../img/sembrando/component_3.png"); }
      .sembrando .components .contSection .content .contImg.four {
        background-image: url("../img/sembrando/component_4.png"); }

.social .inclusion {
  padding-top: 0px; }
  .social .inclusion .contText {
    top: 0;
    left: 0;
    width: 100%; }
    .social .inclusion .contText h1 {
      color: #7ab829;
      line-height: 110%; }
    .social .inclusion .contText h2 {
      line-height: 110%; }
    .social .inclusion .contText .small {
      font-size: 18px; }
  .social .inclusion .textSection p {
    font-size: 18px; }
    .social .inclusion .textSection p.small {
      font-size: 16px;
      padding-left: 32px; }
  .social .inclusion img.hojas {
    left: -5px;
    bottom: -15px;
    width: 75px; }
.social .community .content {
  padding: 20px 0; }
  .social .community .content .contText p {
    font-size: 18px;
    margin-top: 32px; }
    .social .community .content .contText p.small {
      font-size: 16px; }
  .social .community .content .contImg {
    min-height: 350px; }
    .social .community .content .contImg.one {
      background-image: url("../img/social/social_1.png"); }
    .social .community .content .contImg.two {
      background-image: url("../img/social/social_2.png"); }
    .social .community .content .contImg.tree {
      background-image: url("../img/social/social_3.png"); }
    .social .community .content .contImg.four {
      background-image: url("../img/social/social_4.png"); }

.productiva .agroforestry {
  background-color: #f6f8ec;
  padding-top: 0px; }
  .productiva .agroforestry .contText {
    top: 0;
    left: 0;
    width: 100%; }
    .productiva .agroforestry .contText h1 {
      color: #7ab829;
      line-height: 110%; }
    .productiva .agroforestry .contText h2 {
      line-height: 110%; }
    .productiva .agroforestry .contText .small {
      font-size: 18px; }
  .productiva .agroforestry .textSection p {
    font-size: 18px; }
    .productiva .agroforestry .textSection p.small {
      font-size: 16px;
      padding-left: 32px; }
  .productiva .agroforestry img.hojas {
    left: -5px;
    bottom: 50px;
    width: 75px; }
.productiva .community .content {
  padding: 20px 0; }
  .productiva .community .content .contText p {
    font-size: 17px;
    margin-top: 24px; }
    .productiva .community .content .contText p.small {
      font-size: 15px; }
  .productiva .community .content .contImg {
    min-height: 320px; }
    .productiva .community .content .contImg.one {
      background-image: url("../img/productiva/productiva_1.png"); }
    .productiva .community .content .contImg.two {
      background-image: url("../img/productiva/productiva_2.png"); }

.galeria {
  padding-bottom: 50px; }
  .galeria .our-land {
    padding-top: 0px; }
    .galeria .our-land h1 {
      color: #815778; }
    .galeria .our-land h2 {
      color: #7ab829; }
    .galeria .our-land .contText h3 {
      color: #175c7d;
      font-size: 22px; }
    .galeria .our-land .contText p {
      font-size: 18px; }
  .galeria .images .contImg div {
    width: 100%;
    height: 100%; }
  .galeria .videos h3 {
    color: #175c7d;
    font-size: 22px; }
  .galeria .videos p {
    font-size: 16px; }

.normatividad .normativity {
  padding-top: 0px; }
  .normatividad .normativity .contText {
    top: 0;
    left: 0;
    width: 100%; }
    .normatividad .normativity .contText h1 {
      color: #7ab829;
      line-height: 110%; }
    .normatividad .normativity .contText h2 {
      line-height: 110%; }
    .normatividad .normativity .contText .small {
      font-size: 18px; }
.normatividad .download p {
  font-size: 18px; }
  .normatividad .download p.small {
    font-size: 16px; }
.normatividad .download .contDoctos figure {
  margin: 0;
  text-align: center; }
  .normatividad .download .contDoctos figure img {
    margin: auto;
    width: 75%; }
  .normatividad .download .contDoctos figure figcaption {
    color: #000 !important;
    font-size: 22px;
    font-weight: 700;
    margin-top: 24px;
    text-align: center; }

.detalleNoticias .return {
  background: rgba(135, 94, 126, 0.8) !important;
  color: #fff !important;
  font-size: 20px !important; }
.detalleNoticias .detalle .image figure {
  border: 1px solid #c1c1c1;
  background: #f1f1f1; }
  .detalleNoticias .detalle .image figure img {
    max-width: 100% !important; }
.detalleNoticias .detalle .title h2 {
  font-size: 40px; }
.detalleNoticias .detalle .title .contentShare .whatsapp {
  height: 28px;
  background: #01aa00;
  border-radius: 4px;
  padding: 0 8px;
  cursor: pointer; }
  .detalleNoticias .detalle .title .contentShare .whatsapp a {
    color: #fff; }
  .detalleNoticias .detalle .title .contentShare .whatsapp img {
    width: 13px;
    height: 13px;
    margin: auto;
    margin-right: 3px; }
.detalleNoticias .detalle .nota p {
  margin: 0 !important; }
.detalleNoticias .detalle .nota ul {
  list-style: initial !important;
  margin: auto !important;
  padding-left: 40px !important; }

.contacto .contact {
  padding: 50px 0; }
  .contacto .contact h1 {
    color: #fff;
    font-weight: 600; }
  .contacto .contact md-card {
    border-radius: 30px;
    padding: 0; }
    .contacto .contact md-card md-card-header-text {
      background: #815778;
      border-radius: 30px 30px 0px 0px; }
    .contacto .contact md-card .img-contact {
      bottom: 0;
      right: 0;
      width: 30%; }

.formContacto .content input,
.formContacto .content textarea {
  border-radius: 3px;
  border: 1px solid #d1d1d0;
  padding: 10px 10px 10px 45px;
  width: calc(100% - 55px) !important; }
.formContacto .content img {
  left: 15px;
  max-height: 24.5px;
  max-width: 35px;
  top: 14px; }
  .formContacto .content img.imgMargin {
    margin-left: 3px; }
.formContacto .content .button {
  background: #7ab829;
  border-radius: 30px;
  color: #fff; }

/*# sourceMappingURL=main.css.map */
