@font-face {
    font-family: 'myriad_pro_nold_semicondensed';
    src: url('../fonts/myriad-pro-nold-semicondensed.woff2') format('woff2'),
         url('../fonts/myriad-pro-nold-semicondensed.woff') format('woff'),
         url('../fonts/myriad-pro-nold-semicondensed.eot') format('eot'),
         url('../fonts/myriad-pro-nold-semicondensed.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}


/*PADDINGS y Margenes - Mathias*/
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* produccion */
.table-content .table {
    margin-bottom: 0;
}

.table-content .table td{
  vertical-align:bottom;
  border:none;
  padding:0 15px;
}
.table-content .table td:first-child{
  width:180px;
}

.table-content .table td p{
  margin:0;
}

.mapa-plantadas ul{
  margin:0; 
}
.mapa-plantadas ul li{
  position: relative;
    padding-left: 115px;
    margin-bottom: 15px;
}
.mapa-plantadas ul li li{
  padding-left: 0;
    margin-bottom: 0;
    line-height: 18px;
    font-size: 14px;
}

.plantado{
  position: absolute;
  left: 20px;
  bottom: 0;
  max-width: 0px;
}
  
.plantado-img {
    left: 40px;
}
.plantado-img img{
  max-width:45px;
  height:auto;  
}

.texto-largo{
  font-size: 18px;
    line-height: 28px;  
}

.texto-largo p{
  margin-bottom:10px; 
}

/* adp zone */
.bloque{
  padding-bottom:30px;
}
.bloque-final{
  border-bottom: solid 2px #8ba442;
}
.bloque-rse{
  /* border-bottom: solid 2px #444; */
  margin-bottom:30px;
}

/*******************************/

/* general */
.btn:hover, .btn:focus, .btn:active:focus, button, button:hover, button:active:focus, button:focus{
  outline:none;
  -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.img-block{
  width:100%;
  height:auto;
  display:block;  
}

.img-background{
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover !important; 
}

.img-container{
  margin-bottom:80px; 
}

.pad-content{
  padding:55px 0; 
}
.pad-content-top{
  padding-top:0;  
}
.pad-content-bottom{
  padding-bottom:0;
}

.table-content{
  display: table;
    width: 100%;
    height: 100%;
}
.table-wrapper{
  vertical-align: middle;
    display: table-cell;
    width: 100%;
}

.absolute{
  position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.the-content img {
    max-width: 100%;
    height: auto;
}

.square {
  width: 100%;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-nada{
  padding:0;
  background-color:transparent;
  border:none;  
}

/* TOP ------------------------------- */
html, body, .full-height {
    height:100%;
}
body{
  font-family: 'Montserrat', sans-serif;
  font-weight:300;
  font-size:15px; 
  color:#929292;
}

p{
  line-height:27px; 
}

a{
  color: #88ca4e;
}
a:hover{
  color:#729f39;
  text-decoration:none;
}

.full-height {
  min-height: 550px;
  overflow:hidden;
}

.header{
    position: absolute;
    z-index: 9999;
    top: 100px;
    right: 0;
    width: 100%;
}

.relative{
  position:relative;
  z-index:1;  
}

#site-title{
  margin: 0;
    position: absolute;
    left: 35px;
    top: 15px;
}
#site-title a span{
  display: block;
    text-indent: -9999px;
    height: 0px;
}
#site-title img{
  max-width:155px;
  height:auto;
}

#adp-open-menu{
    position: absolute;
    right: 35px;
  width:87px;
  height:87px;
  background-color:#fff;
  border: 1px solid #d6d4cf;  
  padding:0;
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
#adp-open-menu:hover{
  background-color:transparent;
}

.animated-icon2 {
  width: 16px;
  height: 9px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.animated-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background: #000;
}
#adp-open-menu:hover .animated-icon2 span {
  background: #fff;
}
body.modal-open #adp-open-menu:hover .animated-icon2 span {
  background: #000;
}

.animated-icon2 span:nth-child(1) {
  top: 0px;
}
.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 5px;
}
.animated-icon2 span:nth-child(4) {
  top: 10px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* menu */
.adp-megamenu {
    background-color: rgba(0,0,0,.8);
  position: fixed;
  z-index: 99;
    left: 0;
    top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor; 
}
.adp-megamenu-animate.adp-megamenu {
  visibility: visible;
  opacity: 1;
  -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.adp-megamenu-inner{
  padding:30px;
  background-color:#fff;
  color:#000;
  height: calc(100% - 120px);
  margin: 60px;
  width: calc(100% - 120px);
}

.adp-megamenu-img{
  right:100%; 
  -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.adp-megamenu-animate .adp-megamenu-img{
  right:65%;  
}

.adp-megamenu-container{
  left: 55%;
  padding:55px 85px;
  opacity:0;
  -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.adp-megamenu-animate .adp-megamenu-container{
  opacity:1;
  background-color: white;
  left: 35%;
}

.adp-megamenu-nav{
    float: none;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 55px 85px;
}
.adp-megamenu-nav>li{
  float: none;
  margin-top: 5px;
}
.adp-megamenu-nav>li>a {
    padding: 0;
    font-size: 30px;
    line-height: 47px;
    color: #000;
}
.adp-megamenu-nav>li>a:hover, .adp-megamenu-nav .open>a, .adp-megamenu-nav .open>a:hover, .adp-megamenu-nav .open>a:focus {
    background-color:transparent;
  color: #88ca4e;
}



.caret {
  display:none; 
}

.d-none {
  display: none !important;
}
.verLogo{
  display: none !important;
}


@media (max-width: 575px) {
  .d-sm-none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px){
  .verLogo{
    display: block !important;
  }
}
/*D Flex*/

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* submenu */
.dropdown-menu {
  top: 0;
    left: 100%;
    float: none;
    padding: 0;
    padding-left: 60px;
    margin: 0;
    background-image: url(../img/bg-megamenu-submenu.png);
    background-position: top 13px left 30px;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu>li>a {
    color: #929292;
    font-size: 20px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #88ca4f!important;
  outline: 0;
}

/* social */
.social-fixed{
  position: fixed;
  z-index:5;
  padding:5px 25px;
    bottom: 0;
    right: 0;
  background-color: #2e5937;
}

.social-icons ul{
  margin:0; 
}

.social-icons ul li{
    padding: 0;
    border-radius: 50%;
    vertical-align: top;
}
.social-fixed .social-icons ul li{
    border: solid 2px #6a9f39;
    margin-left: 4px;
}
.social-icons ul li:first-child{
    margin-left: 0;
}

.social-icons ul li:hover{
    border-color:#fff;
}

.social-icons ul li a {
    color: #000;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
}

.social-icons-footer ul li a {
    color: #fff;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
}

.social-fixed .social-icons ul li a {
  background-color: #6a9f39;
    color: #0f5837;
    border-radius: 50%;
    border: solid 2px #0f5837;
}

.social-icons ul li:hover a {
    color: #6a9f39;
} 
.social-fixed .social-icons ul li:hover a {
  background-color: #fff;
    color: #6a9f39;
}

/* HOME ---------------------------------------- */
.home-bottom-links{
  position:absolute;
  left:0;
  bottom:0;
  width:100%; 
  padding:35px 0;
}

.color-white{
  color:#fff !important;
}

.shadow{
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); 
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); 
}
.shadow-ambos{
  background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 1%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%); 
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 1%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 1%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=0 );
}

.big-title-otro{
  color:#fff;
  font-family: 'myriad_pro_nold_semicondensed';
  text-transform: uppercase; 
  font-size: 50px;
} 

.big-title, .second-title{
  margin: 0;
  margin-bottom: 40px;
  color: #fff;
  font-family: 'myriad_pro_nold_semicondensed';
  text-transform: uppercase;
  font-size: 54px!important;
  line-height: 54px!important;
  letter-spacing: -1px;
}

.second-title-black{
  color:#444;
}

.table-flex, .list-flex{
  background-color:transparent !important;
  margin:0 !important;
}

.table-flex>thead>tr>td, .table-flex>tbody>tr>td, .table-flex>tfoot>tr>td {
    padding: 15px;
    vertical-align: middle;
    border: none;
}

.list-flex>thead>tr>td, .list-flex>tbody>tr>td, .list-flex>tfoot>tr>td {
  width:50%;
  border:none;
  border-left:solid 1px #fff;
  padding:15px;
  vertical-align:top;
}

.small-p p{
  font-size:14px;
  line-height:21px;
  color: white;
}

.small-title a{
     margin: 0;
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
     color:#88ca4e;
}

/* institucional */
.iconografia ul li {
  padding: 0;
  margin-bottom: 30px;
  width: 100%;
  display: block;
}

.intro{
	margin-bottom:35px;
}

.intro .intro p{
	font-size:27px;	
}
.sub-title{
	margin:0;
	margin-bottom:15px;
	text-transform:uppercase;
	font-size:22px;		
}

.vision{
	text-align:right;
	padding-top:55px;	
}

.iconografia{
	padding: 55px 0;
    padding-bottom: 35px;
}

.iconografia ul{
	margin:0;	
}
.iconografia ul li{
	padding: 0 15px;
    margin-bottom: 30px;
    vertical-align: top;
}
.iconografia ul li:first-child{
	padding-left:0;
}
.iconografia ul li:last-child{
	padding-right:0;
}

.square {
	width: 100%;
}

.square:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.icono{
	position:relative;
	margin: 0 auto;
	margin-bottom:15px;
	width: 110px;
    border: solid 4px #105938;
    border-radius: 50%;
}
.iconografia-big .icono{
	width: 150px;
}

.icono-inner{
	border: solid 7px #fff;
    border-radius: 50%;
	background-color:#88ca4f;
}
.iconografia-big .icono-inner{
	border: solid 14px #fff;
}
.no-active .icono-inner{
	background-color:#d1d1d1;
}
.li-cat .icono-inner {
    background-color: #105938;
}

.icono img{
	position: absolute;
    left: 7%;
    top: 7%;
    z-index: 2;
    width: 86%;
}

.iconografia ul li h5, .zone-item h4{
	text-transform: uppercase;
    margin: 0;
    font-size: 16px;
    line-height: 21px;
}
.iconografia-big ul li h5 {
    font-size: 33px;
    color: #4d4d4d;
    line-height: 34px;
}

.iconografia-big ul li h5 span{
    display: block;
    font-size: 21px;
}

.recuadro{
	padding: 15px 10px;
    background: #316f3b;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
}
.listado-bloque .recuadro{
	background: #fff;
    text-transform: uppercase;
    border-bottom: solid 1px #2d5737;
    color: #444444;
    padding-top: 0;
}

.listado-bloque .panel-default>.panel-heading {
  color: #fff;
  background-color: #4b9f48;
  border-radius: 0;
}

.listado-bloque h5 {
  background-color: #2d5737;
  margin: 0;
  margin-bottom: 1px;
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  margin-top: 10px!important;
}

.panel-default {
  background: #fff;
  text-transform: uppercase;
  border-bottom: solid 1px #2d5737;
  color: #444444;
  padding-top: 0;
}

.recuadro-rojo{
	background-color:#8b596b;
}

.recuadro p{
	margin: 0;
    font-size: 19px;
}

.recuadro.has-img-left {
    padding-left: 130px;
}
.has-img-left img{
    position: absolute;
    max-width: 100px;
    height: auto;
    left: 0;
    top: 0;
}

.mapa-table {
    max-width: 700px;
    margin: 0 auto;
}
.mapa-table .table{
    margin:0;
}
.mapa-table .table td{
	text-align:center;
	vertical-align:middle;
	border:none;
	width:70%;
}
.mapa-table .table td:first-child{
	width:30%;
	text-align:left;
}

.lab-content {
  padding-left: 100px;
  background-image: url(../img/lab.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: 50px !important;
}

.big-strong {
  font-size: 18px;
}

/* video */
.bg-dark-green{
  background-color: #2e5937;
}

.lab-video {
  max-width: 659px;
  margin: 0 auto;
  padding: 35px 0;
}

.pad-video{
  padding:85px 0; 
}

.text-float {
    max-width: 370px;
    margin-bottom:35px;
}

.section-title{
  margin:0;
  font-size:35px;
  font-weight:300;
  margin-bottom:15px; 
  color:#444;
}
.section-title-span{
  text-indent:-90px;
}
.section-title span{
  display:block;
  color: #88ca4e;
  text-indent:90px;
}

.btn-round{
    text-align: center;
  height: 46px;
    line-height: 46px;
    width: 46px;
    border-radius: 50%;
    border: solid 1px #fff;
    padding: 0;
    display: block;
  background-color:transparent;
  color: #fff;
  font-size:12px;
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-play{
  margin: 35px auto;
    height: 126px;
    line-height: 126px;
    width: 126px;
  font-size:22px;
}

.btn-round:hover{
  background-color:#fff;
  color: #262626;
}


.overlay{
  background-color: rgba(0, 0, 0, 0.40);
  background-size: cover;
  z-index: 999;
  padding: 100%;
}


/* semillas */
	.listado-productos ul li {
		display: block;
		margin: 0;
		margin-bottom: 15px;
	}
	.listado-productos ul li img {
		max-height: inherit;
		max-width: 50%;
	}
	
	.listado-productos h3{
	    text-align: end;
	}
	
	.recuadro.has-img-left{
		padding: 20px 15px;
	}
	.has-img-left img{
		position: relative;
		left: inherit;
		top: inherit;
		margin: 0 auto;
		display: block;
	}
	
	/* laboratorio */
	.has-icon-lab {
		padding-left: 15px !important;
		background: #588b33;
	}
	
	.bg-lab-video{
	    background: #fcfcfc;
	}
	
	/* adp zone */
	.sidebar-tv ul li {
		width: 100%;
	}

.prod-bottom ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
.prod-bottom ul li{
	padding-bottom:35px;
}
.prod-bottom ul li:last-child{
	padding-bottom:0;
}

.prod-bottom .table, .borde-table{
	margin:0;	
	border-bottom:solid 1px #729f39;
	border-left:solid 1px #729f39;
	border-right:solid 1px #729f39;
}
.prod-bottom .table th, .like-th, .prod-bottom .table td{
	font-weight: 300;
    padding: 2px 15px;
    padding-top: 5px;
    font-size: 18px;
}
.prod-bottom .table th, .like-th{
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	background-color: #729f39;
    border: none;
}
.prod-bottom .table td{
	border-color: #729f39;
	width:50%;
	vertical-align:middle;
}
.prod-bottom .table td:last-child{
	font-weight:500;
	text-align:right;
}	
  

.table-insumos .table th {
  background-color: #0f5837;
  color: #fff;
  border: none;
  font-size: 14px;
  border-right: solid 1px #fff;
}

.table-insumos .table td {
  font-size: 14px !important;
  color: #58585a;
  background-color: #e2fdca;
  border-color: #fff;
  border-right: solid 1px #fff;
}
	
/* DONDE COMPRAR ---------------------------------- */
.bg-gray{
	background-color:#e1e1e1;	
}

#map_canvas{
	height:440px;	
}

.lugares {
    background-color: #fdf6f0;
    padding: 15px;
}

.lugares-top .checkbox{
	margin:0;
	padding-bottom: 15px;
}
input[type=checkbox] {
    margin: 8px 0 0;
}

.lugares-top .checkbox label{
	display:block;
}

.lugares-top .checkbox span{
	display: block;
    background: url(../img/icon-tiendas.png) left center no-repeat;
    padding-left: 40px;
    background-size: 30px !important;
    min-height: 30px;
    line-height: 30px;
}
.lugares-top .checkbox:last-child span{
    background: url(../img/icon-restaurantes.png) left center no-repeat;
}

.lugares-inner{
	background-color:#fff;
	overflow:hidden;
	padding:10px;
}

.noRestaurantes .Restaurante, .noTiendas .Tienda{
	display:none;
}

.lugares ul li a {
    padding: 5px 5px;
    display: block;
    font-size: 14px;
    color: #333;
}

.link{
	padding-left:115px;	
	position:relative;
}

.titulito{
	margin: 0;
    display: inline-block;
    color: #fff;
    background-color: #000;
    padding: 6px 15px;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: -1px;
    font-family: 'arkhipregular';
}
.link .titulito{
	position:absolute;
	left:0;
	top:0;
}

.link-img {
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 20px;
    border: solid 1px #000;
    -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .6;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.link-img:hover {
    -webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.link-text h4{
	margin: 0;
    font-size: 21px;
    margin-bottom: 15px;
}
.link-text h4, .link-text h4 a{
	color:#666;	
}

/* video modal */
.adp-modal {
    z-index: 9999;
    background-color: #000;
  position: fixed;
    left: 0;
    bottom: 0;
  height: 0;
  opacity: 0;
    transform: translateY(100vh);
    transition: transform .5s ease,opacity .5s ease,height 0s ease .5s,visibility 0s ease .5s;
    visibility: hidden;
    width: 100vw;
}
.adp-modal-active {
    height: 100%;
    opacity: 1;
    transition: transform .5s ease,height .5s ease;
    transform: translateY(0);
    visibility: visible;
}

.adp-modal-container{
  max-width: 750px;
    margin: 0 auto;
}

.adp-modal-container .open-adp-modal{
  position: absolute;
    right: -50px;
    top: 0;
    z-index: 5;
}

/* slider banners */
.bg-forms{
    
}

.intro{
  max-width:400px;
  margin:0 auto;
  margin-bottom:35px; 
}

.banner-square{
  height:432px;
  border: 1px solid #d6d4cf;  
}

.banner-home-text{
  padding-top:118px;  
}

.btn {
    padding: 15px;
    min-width: 100px;
    border: none;
    border-radius: 0;
    font-size: 15px;
}

.btn-primary {
    background-color: #88ca4e;
}
.btn-primary:hover {
    background-color: #69a140;
}

.btn-secondary {
  color:#fff;
    background-color: #2e5937;
}
.btn-secondary:hover {
    background-color: #346238;
}


.carousel .carousel-control, .slick-prev, .slick-next {
  filter: none;
  width: 56px;
  height: 56px;
  top: -56px;
  z-index: 11;
left:inherit;
  right: 56px;
  opacity: 1;
  background-image: url(../img/arrow-left.png);
  background-color: #88ca4e;
  background-position: center;
  background-repeat: no-repeat;
}
.slick-prev, .slick-next{
top: 50%;
  margin-top: 56px;
right: -56px !important;
background-color: #2e5937;
}
.carousel .carousel-control.right, .slick-next {
right: 0;
margin: 0;
background-image:url(../img/arrow-right.png);
}

.carousel .carousel-control:hover {
  background:#2e5937;
}
.slick-prev:hover, .slick-prev:focus{
background: url(../img/arrow-left.png) center no-repeat #346238;
}
.slick-next:hover, .slick-next:focus {
background: url(../img/arrow-right.png) center no-repeat #346238;
}

.glyphicon:before, .slick-prev:before, .slick-next:before {
display:none;
}

.carousel-indicators {
  bottom: 14px;
    left: 100%;
    margin: 0;
    text-align: left;
    padding-left: 35px;
}

.carousel-indicators li {
    width: 6px;
    height: 6px;
    margin: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    border-color: white;
    border-radius: 50%;
}
.carousel-indicators .active {
    margin: 0;
    background-color: #fff;
    border-color: #88ca4e;
}

/* noticias slider */
#noti-home{
  background-image: url(../img/square-due.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 600px;
}

#btnRedes {
    display: block;
    float: left;
    max-width: 170px;
    margin-bottom: 35px;
}

.content-slider{
  padding-right: 60px;
    max-width: 1541px;
  overflow:hidden;
}
.left-slider .slider {
    left:-100px;
}

.noti-block{
    padding:20px 10px;
}

.noti-block-inner{
  border: solid 1px #fff;
    height: 483px;
    width: 348px;
    right: -20px;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;

}
.noti-block-inner:hover {
  -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}

.noti-img{
    background-position: left;
  -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    transition: all 1s linear;
    background-repeat: no-repeat;
    background-color: #000000a6 !important;
}
.noti-block-inner:hover .noti-img{
  -webkit-transition: all 5s linear;
    -moz-transition: all 5s linear;
    transition: all 5s linear;
  background-position: right;
}

.noti-text{
  padding: 35px;
    z-index: 2;
    top: inherit;
    text-align: left;
}

.noti-text-inner{
  overflow:hidden;
  height:0; 
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.noti-block-inner:hover .noti-text-inner{
  height:100px; 
}

.slick-slide, .slick-slide a {outline: none;}


/*TALENTOS----------------------------------------------------*/

.talento{
	margin-bottom:55px;	
	position:relative;
	text-transform: uppercase;
}

.talento-top{
	position: absolute;
    top: 0;
    left: 64%;
    right: 0;
    bottom: 0;	
	z-index:2;
}

.talento-img{
	padding-right:40%;	
}
.talento-img img{
    border-radius: 50%;
}


/* FOOTER ----------------------------------------- */
footer{
  background-color: #315f31;
  position:relative;
  font-size:13px;
}
footer, footer a{
  color:#e1e1e1;
}
footer a:hover{
  color:#fff;
}

.list-datos {
    margin: 0;
}
.list-datos li{
  margin-bottom: 10px;
    
}

.list-datos li:last-child{
  margin-bottom:0;
}

.list-datos li img{
    max-width: 150px;
}

.has-big-text{
  font-size: 19px;
}

.has-icon{
  padding-left:27px;
  position:relative;  
}
.has-icon span{
  display: block;
    width: 21px;
    text-align: center;
    height: 21px;
    line-height: 21px;
    background-color: #e1e1e1;
    color: #4e4e4e;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    font-size: 15px;
}

.list-direcciones {
    margin: 0 15px;
    margin-right: -15px;
    padding-top: 55px;
    position: relative;
}
.list-direcciones li{
  width: 25%;
    float: left;
    padding-right: 15px;
}
.list-direcciones li:first-child{
    padding-left: 25px;
}
.list-direcciones li:last-child{
  padding-right:0;
}

.list-direcciones li:first-child:after{
  content: "";
    width: 1px;
    background-color: #fff;
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    bottom: 0;
}
.list-direcciones li b{
  display:block;
}

.is-up{
  min-height: 85px;
}

.etiquetas{
  padding-top: 32px;
    position: relative;
    max-width: 262px;
}
.etiquetas img{
  width:100%;
  height:auto;
  display:block;
}

/* MAS ----------------------------------------- */
/* retraasar animacion */
.delay01{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -o-animation-delay: .3s;
    animation-delay: .3s;
}

.delay02{
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -o-animation-delay: .6s;
    animation-delay: .6s;
}

.delay03{
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -o-animation-delay: .9s;
    animation-delay: .9s;
}

.delay04{
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.delay05{
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay06{
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

/* alert */
.alert {
    padding: 10px;
    padding-right: 35px;
    border-radius: 0;
    font-size: 13px;
}
.alert-danger {
    background-color: #a94442;
    border: none;
    color: #fff;
}


/*Media - clases Mathias*/
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.text-justify {
  text-align: justify !important;
}


/*imagenes clases Mathias*/
.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
/**********/

.green-title{
	margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 29px;
    color: #0f5837;
	font-family: 'myriad_pro_nold_semicondensed';
}


/********************/

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/**********************/

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.nav-responsive{
  padding-right: 80%;
}
/**********************/
.carousel-control-prev-icon{
  background-color: #729f39;
  height: 60px;
  width: 60px;
  margin-right: -1170%;
}
.carousel-control-next-icon{
  background-color: #729f39;
  height: 60px;
  width: 60px;
  margin-right: -155px;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}


.margen__portada{
  margin-bottom: 70px;
}


.fila__poratada{
  border-left: 2px solid white;
}

.full-height-otro {
  min-height: 400px!important;
  height: 60%;
}

/*Contacto*/

.like-th{
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	background-color: #729f39;
    border: none;
}

.col-con{
	float: left;
    width: 20%;
    padding: 0px 15px;
}

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

.contacto-list ul li{
	margin-bottom: 5px;
    font-size: 12px;
}
.contacto-list ul li, .contacto-list ul li a{
	color:#69a030;	
}
.contacto-list ul li:first-child{
	color:#69a030;	
}

.contacto-list ul li:last-child{
	margin-bottom:0;
}

.contacto-list h4{
	margin: 0;
    margin-bottom: 10px;
    color: #fff;
    background-color: #69a030;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    padding: 6px 3px;
}

.ver-social{
  
	position: relative;
    display: inline-block;
    color: #fff;
    margin-top: 30px;
}

.ver-social span{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 34px;
    line-height: 33px;
    text-align: center;
    font-size: 22px;
    border-radius: 5px;
}

.ver-social-inner{
	margin-left: 40px;
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.ver-facebook span, .ver-facebook .ver-social-inner{
	background-color:#095d87;
}
.ver-youtube span, .ver-youtube .ver-social-inner{
	background-color:#e94639;
}

.fijador-del-row{
  margin: -5px!important;
}



/* MEDIA QUERYS ------------------------------ */
@media (max-width:1200px) {



}

@media screen and (max-width: 786px){

  #site-title{
    margin-bottom: 10px;
  }
  
  #site-title img{
    max-width: 100px!important;
    height: auto;
    margin-left: 35px;

  }

  .big-title-otro{
    margin-bottom: 20px;
      font-size: 43px;
      line-height: 45px;
      letter-spacing: 0;
  }

  .big-title{
    margin-bottom: 20px;
      font-size: 43px;
      line-height: 45px;
      letter-spacing: 0;
  }

  #adp-open-menu{
    position: absolute;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #fff;
  }

  .social-icons ul{
    margin: 0;
    padding: 8px 0px;
  }

  .adp-megamenu-container{
    left:0;
    padding: 0;
    opacity: 0;
    }

  .adp-megamenu-animate .adp-megamenu-container {
  opacity: 1;
  color: white;
  left: 0%;
  }

  .social-icons ul {
    font-size: 16px;
    text-align: center;
  }

  .social-icons ul li a {
    color:#ffffff;
  }

  .adp-megamenu-animate .adp-megamenu-img{
    right:0;
    bottom: 75%;
    z-index: 1;
  }


  .adp-megamenu-inner {
    padding: 30px;
    background-color: #fff;
    color: #000;
    height: calc(100% - 20px);
    margin: 20px 10px;
    width: calc(100% - 20px);
}



}


@media screen and (max-width: 575px) {  
  

  .header{
    top:30px;
  }

  #site-title{
    margin-bottom: 10px;
    } 
  
  #site-title img{
      max-width: 100px!important;
      height: auto;
      margin-left: 0px;
  
    }

  .big-title-otro{
    font-size: 35px;
    margin-top: 90px;
  }    
  
  .full-height {
      height: 110%!important;
      min-height: 600px!important;
  }
  
  .home-bottom-links{
    top: 35px!important;
  }

    .card-columns {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1.25rem;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1;
    }

    .card-columns .card {
      display: inline-block;
      width: 100%;
    }

    .card-group {
      display: -ms-flexbox;
      display: flex;
      flex-flow: row wrap;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    
    .card-group > .card {
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      margin-bottom: 15px;
    }

    .card-group > .card + .card {
      margin-left: 0;
      border-left: 0;
    }

    .card-group > .card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
      border-top-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
      border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
      border-top-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
      border-bottom-left-radius: 0;
    }
    /*BANNER SLIDER*/

    .banner-square {
      height: 210px!important;
      border: 1px solid #d6d4cf;
    }

    .banner-home-text {
      text-align: center;
    }

    .text-float {
      max-width: calc(100% - 10px);
      margin-top: 35px;
    }

    .boton-slider{
      margin-top: 56px;
      margin-left: 60px;
    }

    .movil-slider{
      margin-top: -118px;
      
    }
    
    .adp-megamenu-nav {
    float: none;
    position: absolute;
    left: 0;
    bottom: 60px;
    padding: 50px 85px;
    }
    
    .adp-megamenu-nav>li>a {
    padding: 0px;
    font-size: 35px;
    line-height: 18px;
    color: #000;
    margin-bottom: 20px;
    }


    .carousel-indicators{
      visibility: hidden;
    }

    .margen__portada{
      margin-bottom: 0px;
    }

    .tabla-portada{
      visibility: hidden;
    }
    
    .fila__poratada{
      margin-right: 30px !important;
      margin-left: 30px !important;
      border-left: 2px solid transparent;
    }

    .small-title{
      font-size: 14px;
    }
    .small-p p{
      font-size: 12px;
    }

    .section-title-span {
      text-indent: 0px;
    }
    .section-title span {
      text-indent: 56px!important;
  }

  .slick-list {
    margin: -50px -140px!important;
    padding: 0;
  }


  .slick-next {
    right: -141px !important;
    background-color: #2e5937;
  }

  .slick-prev{
    top: 50%;
    margin-top: 56px;
    right: -140px !important;
    background-color: #2e5937;
}

.dropdown-menu {
    padding-left:0!important;
    background-position: top 13px left 0px!important;
}

.dropdown-menu>li>a {
    color: #929292;
    font-size: 14px;
    margin-bottom: 20px;
}

.adp-megamenu-animate .adp-megamenu-img{
  right:0;
  bottom: 80%!important;
  z-index: 1;
}

.movil-portada-p{
    font-size: 9px;
}
.full-height-inner{
    margin-top:60px;
    margin-bottom:20px;
}

#boton-movil{
    padding: 7px;
    min-width: 65px!important;
    font-size: 12px;
}

.full-height-seccion-noticias {
    height: 100%!important;
    min-height: 500px!important;
}

.list-direcciones li {
    width: 50%;
    float: left;
    padding-right:10px;
}

/*Talento*movil*/
.talento-img {
    padding-right: 48%;
}
.table-wrapper {
    width: 100%;
    padding: 0px 17px;
    margin-right: 10px;
}

.sub-title{
    font-size:16px;
}

.dropdown-menu>li>a {
    color: #929292;
    font-size: 15px;
}

.table-wrapper p{
    font-size: 12px;
    line-height: 14px;
}

.navbar-nav .open .dropdown-menu > li > a {
    line-height: 0px;
}


.carousel-inner > .active {
  height: 500px!important;
}

.carousel-inner > .item {

  max-height: 500px!important;

}

}




