body {
  font-family: var(--bs-body-font-family) !important;
  /*font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  /*background-color: #fff;
  background-image: url('../images/maiz3.jpg'); 
  background-position: center;
            background-repeat: no-repeat;
            background-attachment: fixed;
  background-size: cover;*/
  
  width: 100%;
  height: 100%;
  position: relative;
  /*min-width: 450px; */
margin:0;
padding: 0;
}
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

  .drop-shadow {
    float: right;
  }
  .drop-shadow img {
    filter: drop-shadow(1px 1px 1px #DDDDDD);
    -webkit-filter: drop-shadow(1px 1px 1px #DDDDDD);
  }

.div_label{
  display: inline-block;
  margin-bottom: 0.5rem;
}

.relative{
    /*position: absolute;*/
    /*top: 130px;*/
    /*margin-left: 40%;*/
    margin-top: 55px;
    margin-left: 0;
    width: 100%;
    min-width: 200px;
    background-color: rgba(254, 254, 255, 0.7);
    z-index: 10000;
    color: #343a40;
    /*left: 50%;*/
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    /*padding-bottom: 60px;*/
    /*margin-bottom: 10%;*/
}

.relativeacerca{
  /*position: absolute;*/
  /*top: 130px;*/
  /*margin-left: 40%;*/
  margin-top: 55px;
  margin-left: 0;
  width: 100%;
  min-width: 200px;
  background-color: #e5e9d8;
  z-index: 10000;
  color: #343a40;
  /*left: 50%;*/
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
  /*padding-bottom: 60px;*/
  /*margin-bottom: 10%;*/
}

.textosombra {color: #343a40; text-shadow: white 0.1em 0.1em 0.2em}

iframe {
  width: 100%;
  height: 400px !important;
}

.iframe{
  width: 100%;
  height: 400px !important;
}
.relative2{
  /*position: absolute;*/
  /*top: 130px;*/
  /*margin-left: 40%;*/
  margin-top: 30px;
  width: 100%;
  height: 90%;
  min-width: 200px;
  /*background-color: blue;*/
  background-image: url('../images/bgsiagro.png');
  filter: drop-shadow(1px 1px 1px #DDDDDD);
  -webkit-filter: drop-shadow(1px 1px 1px #DDDDDD);
  z-index: 10000;
  color: #343a40;
  /*left: 50%;*/
  padding: 20px;
  padding-bottom: 60px;
  background-position: center;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: 300px; 
  /*margin-bottom: 10%;*/
  
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
  @media (max-width: 991.98px) {
    .center {
      width: 100%; }
}

.center_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.baseGrid{
  /*position: absolute;*/
  /*top: 130px;*/
  /*margin-left: 2%;*/
  
  /*width: 40%;*/
  /*min-width: 200px;*/
  background-color: rgba(254, 254, 255, 0.7);
  z-index: 10000;
  color: #343a40;
  /*left: 50%;*/
  padding: 25px;
  /*padding-bottom: 60px;*/
  /*margin-bottom: 20px;*/
  /*margin: 100px;*/
}

.baseGridDB{
  /*position: absolute;*/
  /*top: 130px;*/
  /*margin-left: 2%;*/
  
  /*width: 40%;*/
  /*min-width: 200px;*/
  /*background-color: rgba(254, 254, 255, 0.7);*/
  z-index: 10000;
  color: #343a40;
  /*left: 50%;*/
  /*padding: 25px;*/
  /*margin-bottom: 20px;*/
  /*margin: 100px;*/
}

.cuadro_descargas{
  /*position: absolute;*/
  /*top: 130px;*/
  /*margin-left: 2%;*/
  
  /*width: 40%;*/
  /*min-width: 200px;*/
  background-color: rgba(254, 254, 255, 0.7);
  z-index: 10000;
  color: #343a40;
  /*left: 50%;*/
  padding: 25px;
  padding-bottom: 50px;
  /*margin: 100px;*/
}

.baseGridSpaces{
  width: 2px;
}

.baseGridTemp{

  z-index: 10000;
  padding: 20px;
  text-align: center;
  filter: drop-shadow(2px 2px 1px #DDDDDD);
  -webkit-filter: drop-shadow(1px 1px 1px #DDDDDD);

} 

.texto{

  z-index: 10000;
  padding: 20px;
  text-align: center;
  color: rgb(12, 12, 12);
  filter: drop-shadow(2px 2px 1px #f1f1f1);
  -webkit-filter: drop-shadow(1px 1px 1px #f1f1f1);

} 

.baseGridData{
  background-color: rgba(254, 254, 255, 0.7);
  z-index: 10000;
  color: #343a40;
  padding: 20px;

}

.charts{
  background-color: rgba(254, 254, 255, 0.7);
  z-index: 10000;
  color: #343a40;
  padding: 10px;
}

dd {
  display: list-item;
  list-style-image: none;
  padding-inline-start: 1ch;

}

.cuadro_acerca{
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
  color:#343a40;
}
/*CAD593 2A3C24*/
.norelative{
  /*position: absolute;*/
  /*top: 130px;*/
  padding-top: 10px;
  /*padding-bottom: 8px !important;*/
  width: 100%;
  margin-left: 0px;
  /*min-width: 200px; */
  /*height: 190%;*/
  background-color: #e5e9d8;
  z-index: 10000;
  color: #5a5e48;
  /*left: 0%;
  padding: 30px;
  margin-bottom: 0%;*/
}

.titulos{
  width: 30%;
  margin-left: 0px;
  background-color: #e5e9d8;
  z-index: 10000;
  color: #5a5e48;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5% !important;
  
}

.cuadroDos{
  /*position: absolute;*/
  /*top: 130px;*/
  /*padding-top: 60px !important;*/
  /*width: 100% !important;
  min-width: 200px; 
  height: 66%;*/
  background-color: #A1C349;
  z-index: 10000;
  color: #1E1E1E;
  /*left: 0%;
  padding: 30px;
  margin-bottom: 0%;
  padding-bottom: 0px;
  bottom: 0;*/
}

.cuadroTres{
  /*position: absolute;*/
  /*top: 130px;*/
  /*padding-top: 60px !important;*/
  /*width: 100% !important;
  min-width: 200px; 
  height: 50%;*/
  background-color: #2A3C24;
  z-index: 10000;
  color: white;
  /*left: 0%;
  padding: 30px;
  padding-bottom: 0px;
  margin-bottom: 0%;
  bottom: 0;*/
}
.siagro{
    position: fixed;
    top: 100px;
    width: 30%;
    min-width: 200px;
/*    background-color: rgba(255,255,255,0.2);*/
    z-index: 10000;
    /*color: white;*/
    left: 10%;
    padding: 20px;
    
}

.siagro2{
  /*position: absolute;*/
  /*top: -30px;*/
  width: 40%;
  margin-left: 10%;
  min-width: 200px;
  background-color: rgba(255,255,255,0.2);
  z-index: 10000;
  /*color: white;*/
  /*padding: 20px;*/
  background-image:url('../images/bgsiagro.png');
  /*background-position: center;
  background-repeat: no-repeat;*/
  /*background-attachment: fixed;*/
  /*background-size: 50% ;*/
  filter: drop-shadow(1px 1px 1px #DDDDDD);
  -webkit-filter: drop-shadow(1px 1px 1px #DDDDDD);
  
}

.siagroTemp{
  /*position: absolute;*/
  /*top: -30px;*/
  width: 250px;
  margin-left: 10%;
  z-index: 10000;
  filter: drop-shadow(1px 0px 0px #DDDDDD);
  -webkit-filter: drop-shadow(1px 0px 0px #DDDDDD);
  
}

@media screen and (max-width: 1604px) {
    .gif{
      height: 100%;
      width: 100%;
    }
}

@media screen and (min-width: 1604px) {
  .gif{
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
    .relative {
      margin-left: 0%;
      /*margin-top: 10px;*/
      width: 100%;
      min-width: 200px;
      background-color: rgba(254, 254, 255, 0.7);
      z-index: 10000;
      color: #343a40;
      padding: 20px;
      padding-bottom: 60px;
    }
    .relative2{
      /*position: absolute;*/
      /*top: 130px;*/
      /*margin-left: 40%;*/
      margin-top: 110px;
      width: 100%;
      height: 100%;
      margin-bottom: 50px;
      /*min-width: 400px;*/
      /*background-color: blue;*/
      background-image: url('../images/dest.png');
      filter: drop-shadow(1px 1px 1px #DDDDDD);
      -webkit-filter: drop-shadow(1px 1px 1px #DDDDDD);
      z-index: 10000;
      color: #343a40;
      /*left: 50%;*/
      /*padding: 20px;*/
      /*padding-bottom: 60px;*/
      background-position: center;
      background-repeat: no-repeat;
      /*background-attachment: fixed;*/
      background-size: 400px;
      /*margin-bottom: 10%;*/
      
    }

}



.divnav{
    background-color: rgba(255,255,255,0.8);
    width: 200px;
}

.mask-custom {
  backdrop-filter: blur(4px);
  background-color: rgba(0,0,0, 0.2);
}

.block::before{
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.bg-image{
/*    position: absolute;*/
   /**overflow: hidden;*/
   /* z-index: -10000;
   
    min-height: 100%;*/
    /*height: 100%;
    background-repeat: no-repeat;
    position: absolute;*/

    text-align: center;
            background-image: url("https://media.geeksforgeeks.org/wp-content/uploads/geeks-25.png");
            background-position: center;
            background-repeat: no-repeat;
            background-attachment: fixed;

/*    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width:100%;*/
   /* height:100%;*/
    /*background-position: 50% 50%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
/*  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
*/
}

.noblur{
  position: absolute;
  top: 0px;
  width: 100%;
}

.bg-image .mask{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color:#fff;
}

.bg-image .mask .text{
    height: 100%;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}

.bg-image .mask .text p{
    margin:0;
}

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  /*font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }*/
  font-family: var(--bs-body-font-family);
}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
  color: #F9FDEE;
}
  
  a, a:hover {
    text-decoration: none !important; 
}

a:hover{
  color: #273700;
}

.ligas {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
  color: #026977;
}
  
.ligas, .ligas:hover {
    text-decoration: none !important; 
}

.ligas:hover{
  color: #273700;
}

.hero {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  top: 0;
  width: 100%;
  padding: 1rem;
  position: absolute; }
  @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; }
  .site-navbar .site-logo {
    margin: 0;
    padding: 0;
    font-size: 1rem; }
    .site-navbar .site-logo a {
      text-transform: uppercase;
      color: #000;
      font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    @media (max-width: 991.98px) {
      .site-navbar .site-logo {
        float: left;
        position: relative; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin: 0;
    padding: 0;
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px 0px;
        color: rgba(0, 0, 0, 0.7) !important;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #000 !important; }
      .site-navbar .site-navigation .site-menu > li.active > a {
        color: #000 !important; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #007bff;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f8f9fa;
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #007bff; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(0, 0, 0, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #000 !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #007bff !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }


        .loading{
          display: none;
          position:fixed;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-color:rgba(255,255,255,0.5);
          z-index: 50000;
        }
      .loader {
        display: none;
      font-size: 20px;
      left: 45%;
      top: 45%;
      width: 1em;
      height: 1em;
      border-radius: 50%;
      position: relative;
      text-indent: -3em;
      -webkit-animation: load4 1.3s infinite linear;
      animation: load4 1.3s infinite linear;
    }
    @-webkit-keyframes load4 {
      0%,
      100% {
        box-shadow: 0em -3em 0em 0.2em #14a390, 2em -2em 0 0em #14a390, 3em 0em 0 -0.5em #14a390, 2em 2em 0 -0.5em #14a390, 0em 3em 0 -0.5em #14a390, -2em 2em 0 -0.5em #14a390, -3em 0em 0 -0.5em #14a390, -2em -2em 0 0em #14a390;
      }
      12.5% {
        box-shadow: 0em -3em 0em 0em #14a390, 2em -2em 0 0.2em #14a390, 3em 0em 0 0em #14a390, 2em 2em 0 -0.5em #14a390, 0em 3em 0 -0.5em #14a390, -2em 2em 0 -0.5em #14a390, -3em 0em 0 -0.5em #14a390, -2em -2em 0 -0.5em #14a390;
      }
      25% {
        box-shadow: 0em -3em 0em -0.5em #14a390, 2em -2em 0 0em #14a390, 3em 0em 0 0.2em #14a390, 2em 2em 0 0em #14a390, 0em 3em 0 -0.5em #14a390, -2em 2em 0 -0.5em #14a390, -3em 0em 0 -0.5em #14a390, -2em -2em 0 -0.5em #14a390;
      }
      37.5% {
        box-shadow: 0em -3em 0em -0.5em #14a390, 2em -2em 0 -0.5em #14a390, 3em 0em 0 0em #14a390, 2em 2em 0 0.2em #14a390, 0em 3em 0 0em #14a390, -2em 2em 0 -0.5em #14a390, -3em 0em 0 -0.5em #14a390, -2em -2em 0 -0.5em #14a390;
      }
      50% {
        box-shadow: 0em -3em 0em -0.5em #14a390, 2em -2em 0 -0.5em #14a390, 3em 0em 0 -0.5em #14a390, 2em 2em 0 0em #14a390, 0em 3em 0 0.2em #14a390, -2em 2em 0 0em #14a390, -3em 0em 0 -0.5em #14a390, -2em -2em 0 -0.5em #14a390;
      }
      62.5% {
        box-shadow: 0em -3em 0em -0.5em #14a390, 2em -2em 0 -0.5em #14a390, 3em 0em 0 -0.5em #14a390, 2em 2em 0 -0.5em #14a390, 0em 3em 0 0em #14a390, -2em 2em 0 0.2em #14a390, -3em 0em 0 0em #14a390, -2em -2em 0 -0.5em #14a390;
      }
      75% {
        box-shadow: 0em -3em 0em -0.5em #14a390, 2em -2em 0 -0.5em #14a390, 3em 0em 0 -0.5em #14a390, 2em 2em 0 -0.5em #14a390, 0em 3em 0 -0.5em #14a390, -2em 2em 0 0em #14a390, -3em 0em 0 0.2em #14a390, -2em -2em 0 0em #14a390;
      }
      87.5% {
        box-shadow: 0em -3em 0em 0em #14a390, 2em -2em 0 -0.5em #14a390, 3em 0em 0 -0.5em #14a390, 2em 2em 0 -0.5em #14a390, 0em 3em 0 -0.5em #14a390, -2em 2em 0 0em #14a390, -3em 0em 0 0em #14a390, -2em -2em 0 0.2em #14a390;
      }
    }
    @keyframes load4 {
      0%,
      100% {
        box-shadow: 0em -3em 0em 0.2em #14a390, 2em -2em 0 0em #14a390, 3em 0em 0 -0.5em #14a390, 2em 2em 0 -0.5em #14a390, 0em 3em 0 -0.5em #14a390, -2em 2em 0 -0.5em #14a390, -3em 0em 0 -0.5em #14a390, -2em -2em 0 0em #14a390;
      }
      12.5% {
        box-shadow: 0em -3em 0em 0em #14a390, 2em -2em 0 0.2em #14a390, 3em 0em 0 0em #14a390, 2em 2em 0 -0.5em #14a390, 0em 3em 0 -0.5em #14a390, -2em 2em 0 -0.5em #14a390, -3em 0em 0 -0.5em #14a390, -2em -2em 0 -0.5em #14a390;
      }
      25% {
        box-shadow: 0em -3em 0em -0.5em #14a390, 2em -2em 0 0em #14a390, 3em 0em 0 0.2em #14a390, 2em 2em 0 0em #14a390, 0em 3em 0 -0.5em #14a390, -2em 2em 0 -0.5em #14a390, -3em 0em 0 -0.5em #14a390, -2em -2em 0 -0.5em #14a390;
      }
      37.5% {
        box-shadow: 0em -3em 0em -0.5em #14a390, 2em -2em 0 -0.5em #14a390, 3em 0em 0 0em #14a390, 2em 2em 0 0.2em #14a390, 0em 3em 0 0em #14a390, -2em 2em 0 -0.5em #14a390, -3em 0em 0 -0.5em #14a390, -2em -2em 0 -0.5em #14a390;
      }
      50% {
        box-shadow: 0em -3em 0em -0.5em #14a390, 2em -2em 0 -0.5em #14a390, 3em 0em 0 -0.5em #14a390, 2em 2em 0 0em #14a390, 0em 3em 0 0.2em #14a390, -2em 2em 0 0em #14a390, -3em 0em 0 -0.5em #14a390, -2em -2em 0 -0.5em #14a390;
      }
      62.5% {
        box-shadow: 0em -3em 0em -0.5em #14a390, 2em -2em 0 -0.5em #14a390, 3em 0em 0 -0.5em #14a390, 2em 2em 0 -0.5em #14a390, 0em 3em 0 0em #14a390, -2em 2em 0 0.2em #14a390, -3em 0em 0 0em #14a390, -2em -2em 0 -0.5em #14a390;
      }
      75% {
        box-shadow: 0em -3em 0em -0.5em #14a390, 2em -2em 0 -0.5em #14a390, 3em 0em 0 -0.5em #14a390, 2em 2em 0 -0.5em #14a390, 0em 3em 0 -0.5em #14a390, -2em 2em 0 0em #14a390, -3em 0em 0 0.2em #14a390, -2em -2em 0 0em #14a390;
      }
      87.5% {
        box-shadow: 0em -3em 0em 0em #14a390, 2em -2em 0 -0.5em #14a390, 3em 0em 0 -0.5em #14a390, 2em 2em 0 -0.5em #14a390, 0em 3em 0 -0.5em #14a390, -2em 2em 0 0em #14a390, -3em 0em 0 0em #14a390, -2em -2em 0 0.2em #14a390;
      }
    }


    .form-box {
      margin-top: 35px;
    }
    
    .form-top {
      overflow: hidden;
      padding: 0 25px 15px 25px;
      background: #e5e9d8;
      -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
      text-align: left;
      color: #5a5e48;
    }
    
    .form-top-left {
      float: left;
      width: 75%;
      padding-top: 25px;
    }
    
    .form-top-left h3 { margin-top: 0; color: #fff; }
    .form-top-left p { opacity: 0.8; color: #fff; }
    
    .form-top-right {
      float: left;
      width: 25%;
      padding-top: 5px;
      font-size: 66px;
      color: #fff;
      line-height: 100px;
      text-align: right;
      opacity: 0.3;
    }
    
    .form-bottom {
      padding: 25px 25px 30px 25px;
      background: #FFF;
      -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
      text-align: left;
      color: black;
      border: 3px solid #e5e9d8;
    }
    
    .form-bottom form textarea {
      height: 100px;
    }
    
    .form-bottom form button.btn {
      width: 100%;
    }
    
    .form-bottom form .input-error {
      border-color: #e89a3e;
    }


.check_container {
	display: block;;
	position: relative;
	padding-left: 35px;
	
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .check_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .check_container:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .check_container input:checked ~ .checkmark {
	background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .check_container input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .check_container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }