@charset "UTF-8";
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.delay {
    animation-delay: 300ms; }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.navigator {
  position: fixed;
  width: 100%;
  z-index: 9;
  padding-top: 1em;
  padding-bottom: 1em;
  top: 0;
  left: 0;
  transition: all 150ms linear; }
  .navigator.bg {
    background: rgba(87, 78, 68, 0.9); }
  .enterprise .navigator, .product .navigator.bg, .blog .navigator.bg, .politics .fpacademy .navigator.bg {
    background: rgba(255, 255, 255, 0.9) !important; }
  @media (max-width: 500px) {
    .navigator img {
      width: 210px; } }

#menu {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(100%);
  transition: all 500ms ease-in-out;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 40px 0 40px;
  z-index: 998;
  oveflow: auto; }
  @media (max-width: 500px) {
    #menu {
      padding: 2em 0 2em 0 !important; }
      #menu .pefc-sign a:first-of-type {
        margin-bottom: 1em; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #menu {
      padding-left: 1em;
      padding-right: 1em; } }
  @media (max-width: 991px) {
    #menu {
      background: white !important;
      padding: 0 20px 0 20px; } }
  @media (max-height: 680px) {
    #menu {
      height: 100vh;
      overflow: auto; } }
  #menu #logoResponsive {
    display: none; }
    @media (max-width: 991px) {
      #menu #logoResponsive {
        position: absolute;
        text-align: center;
        width: 210px;
        padding: 0;
        left: 22px;
        top: 1em;
        transition: all 300ms ease-in-out;
        z-index: 999;
        display: block !important; } }
  .show-menu #menu {
    transform: translateX(0%); }
  #menu #menu-items {
    list-style: none;
    margin: 120px 0 0 0;
    padding: 60px 0 0 0;
    position: relative; }
    @media (max-width: 991px) {
      #menu #menu-items {
        margin: 50px 0 0 0;
        padding-top: 30px;
        padding-left: 20px; }
		.btn-user-black{
			margin-bottom: 10px !important;
			font-size: 12px !important;
		}
	}
    #menu #menu-items > li {
      margin: 0 0 5px 0; }
      #menu #menu-items > li a {
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 25px;
        font-weight: 700;
        line-height: 25pt;
        transition: all 300ms ease-out; }
      #menu #menu-items > li.current a, #menu #menu-items > li:hover a {
        color: #6AA842; }
  #menu #menu-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 40px 40px 40px; }
    @media (min-width: 992px) and (max-width: 1199px) and (max-height: 680px) {
      #menu #menu-bottom {
        padding-left: 0em;
        padding-right: 0em; } }
    @media (min-width: 992px) and (max-width: 1199px) and (min-height: 681px) {
      #menu #menu-bottom {
        padding-left: 1em;
        padding-right: 1em; } }
    @media (max-width: 991px) {
      #menu #menu-bottom {
        padding: 0 20px 20px 20px; } }
    @media (max-height: 680px) {
      #menu #menu-bottom {
        position: relative;
        margin-top: 4em; } }
    #menu #menu-bottom a {
      display: block;
      padding: 0;
      margin: 0 0 5px;
      font-size: 14px;
      font-weight: 300;
      color: #000;
      text-decoration: none; }
      #menu #menu-bottom a:first-of-type {
        cursor: default; }
    #menu #menu-bottom .pefc-sign {
      cursor: pointer;
      margin-bottom: 50px;
      max-width: 100%; }
      #menu #menu-bottom .pefc-sign img {
        max-width: 100%; }

.menu-button {
  position: fixed !important;
  text-align: center;
  right: 0;
  top: 30px;
  padding: 0 60px 0 40px;
  transition: all 300ms ease-in-out;
  z-index: 999; }
  @media (max-width: 500px) {
    .menu-button {
      top: 30px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .menu-button {
      padding-left: 1em;
      padding-right: 1em; } }
  .menu-button .toggle-menu {
    border: 0;
    padding: 0;
    background: 0;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
    .blog .menu-button .toggle-menu .bar {
      background: #666 !important; }
    .menu-button .toggle-menu .bar {
      display: block;
      height: 2px;
      width: 30px;
      margin-bottom: 4px;
      transition: all 500ms ease-in-out;
      background: #ffffff; }
      .enterprise .menu-button .toggle-menu .bar {
        background: #666666 !important; }
      .product .menu-button .toggle-menu .bar {
        background: #9e9e9e !important; }
    .menu-button .toggle-menu:hover .bar.top {
      transform: rotate(-45deg) translateY(-2px) translateX(-3px);
      width: 15px; }
    .menu-button .toggle-menu:hover .bar.bottom {
      transform: rotate(45deg) translateY(2px) translateX(-3px);
      width: 15px; }
  .show-menu .menu-button {
    text-align: left;
    width: 16.666667%; }
  .show-menu .btn-user {
	  color: #666666;
      border: 0.5px solid #666666;
     }
	.show-menu .btn-user:hover, .show-menu .btn-user:focus  {
	  color: #666666;
      border: 0.5px solid #666666;
     }
    .show-menu .menu-button .toggle-menu .bar {
      background: #6AA842 !important; }
      .show-menu .menu-button .toggle-menu .bar.top {
        width: 12px;
        transform: rotate(45deg) translateX(1px) translateY(-2px); }
      .show-menu .menu-button .toggle-menu .bar.middle {
        transform: rotate(-45deg); }
      .show-menu .menu-button .toggle-menu .bar.bottom {
        width: 11px;
        transform: rotate(45deg) translateX(11px) translateY(-11px); }
    .show-menu .menu-button .toggle-menu:hover .bar.top {
      transform: rotate(45deg) translateY(-11px) translateX(11px);
      width: 15px; }
    .show-menu .menu-button .toggle-menu:hover .bar.middle {
      transform: rotate(0); }
    .show-menu .menu-button .toggle-menu:hover .bar.bottom {
      transform: rotate(-45deg) translateY(11px) translateX(11px);
      width: 15px; }

.footer {
  background: #333333; }
  .footer footer {
    position: relative;
    height: 100%;
    z-index: 2; }
    @media (max-width: 991px) {
      .footer footer {
        padding-bottom: 2em; } }
    .footer footer .footer-left {
      position: relative;
      height: 100%;
      padding-right: 0 !important;
      padding-top: 20%; }
      .footer footer .footer-left .dinamicBrain.desktop {
        margin-top: 1em;
        display: block; }
        @media (max-width: 991px) {
          .footer footer .footer-left .dinamicBrain.desktop {
            display: none; } }
      @media (max-width: 991px) {
        .footer footer .footer-left {
          padding-right: 15px !important;
          border: none;
          padding-top: 2em; } }
      .footer footer .footer-left .left-content {
        position: relative; }
        .footer footer .footer-left .left-content .section-title {
          margin-bottom: 1.4em; }
        .footer footer .footer-left .left-content .contact-info {
          border-top: 1px solid white;
          border-bottom: 1px solid white;
          padding: 3em 0; }
          .footer footer .footer-left .left-content .contact-info p {
            font-size: 18px;
            font-weight: 400;
            padding-right: 3em;
            margin-bottom: 2em; }
          .footer footer .footer-left .left-content .contact-info a {
            display: block;
            color: white;
            font-size: 18px; }
    .footer footer .footer-right {
      position: relative;
      height: 100%;
      padding-left: 10em;
      padding-top: 10%;
      padding-bottom: 10%; }
      .footer footer .footer-right .dinamicBrain.mobile {
        display: block;
        text-align: right;
        transform: translateY(100%); }
        @media (min-width: 992px) {
          .footer footer .footer-right .dinamicBrain.mobile {
            display: none; } 
            .section-full_inside .inside-top .text {position: absolute;bottom: 15px;right: 15px;left: 15px;}
            .section-full_inside .inside-top .description-image .image{margin-left: 30px}}
      @media (min-width: 992px) {
        .footer footer .footer-right {
          border-left: 1px solid #FFFFFF; } }
      @media (max-width: 991px) {
        .footer footer .footer-right {
          padding: 15px !important; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .footer footer .footer-right {
          padding-left: 2em !important; } }
      .footer footer .footer-right p.write-here {
        font-size: 30px;
        margin-top: 0;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1; }
      .footer footer .footer-right #resultMessage {
        padding: 0.5em 1em; }
        .footer footer .footer-right #resultMessage.success {
          background: #6AA842; }
      .footer footer .footer-right form input {
        display: block;
        width: 100%;
        border: 1px solid #979797;
        background: none;
        color: #BBBBBB;
        font-size: 15px;
        margin-bottom: 1em;
        padding: 0.6em 1em; }
      .footer footer .footer-right form textarea {
        resize: none;
        display: block;
        width: 100%;
        border: 1px solid #979797;
        background: none;
        color: #BBBBBB;
        font-size: 15px;
        margin-bottom: 1em;
        padding: 0.6em 1em; }
      .footer footer .footer-right form input[type=submit] {
        background: #6AA842;
        font-weight: 700;
        font-size: 15px;
        border: none;
        padding: 0.6em;
        text-align: center;
        width: 50%;
        color: white;
        text-transform: uppercase;
        font-weight: 600; }
        .footer footer .footer-right form input[type=submit].disabled {
          background: #666666; }
      .footer footer .footer-right form input::-webkit-input-placeholder, .footer footer .footer-right form textarea::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #BBBBBB; }
      .footer footer .footer-right form input::-moz-placeholder, .footer footer .footer-right form textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #BBBBBB; }
      .footer footer .footer-right form input:-ms-input-placeholder, .footer footer .footer-right form textarea:-ms-input-placeholder {
        /* IE 10+ */
        color: #BBBBBB; }
      .footer footer .footer-right form input:-moz-placeholder, .footer footer .footer-right form textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #BBBBBB; }
      .footer footer .footer-right form .checkbox input[type=checkbox] {
        margin-left: 0; }

.map-right {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  height: 100%;
  transition: all 500ms ease-out;
  z-index: 2; }
  @media (max-width: 991px) {
    .map-right {
      position: relative !important; } }
  @media (max-width: 991px) {
    .map-right {
      height: 200px; } }
  .map-right.active {
    width: 62.5%; }
    @media (min-width: 992px) {
      .map-right.active {
        width: calc(774px + ((100% - 1170px) / 2)); } }
    @media (max-width: 991px) {
      .map-right.active {
        width: 100%;
        height: 360px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .map-right.active {
        width: calc(741px + ((100% - 1170px) / 2)); } }
    .map-right.active #mapClose {
      display: block !important; }
  .map-right #mapClose {
    position: absolute;
    top: 50%;
    left: 2em;
    transform: translateY(-50%);
    z-index: 999;
    display: none;
    cursor: pointer;
    width: 32px;
    height: auto;
    color: #525252; }
  .map-right #mapCover {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(106, 168, 66, 0.5);
    cursor: pointer;
    transition: all 150ms linear; }
    .map-right #mapCover:hover img {
      width: 36px; }
    .map-right #mapCover img {
      position: absolute;
      top: 50%;
      left: 2em;
      transform: translate(-50%, -50%);
      width: 30px;
      height: auto;
      z-index: 9999999;
      transition: all 250ms linear;
      filter: brightness(100); }
  .map-right iframe {
    border: 0;
    height: 100%;
    width: 100%; }

.section.white-opacity .container {
  position: relative;
  height: 100%;
  z-index: 2; }
  .section.white-opacity .container .enterprise-left {
    position: relative;
    height: 100%;
    padding-top: 200px;
    padding-right: 0; }
    @media (max-width: 991px) {
      .section.white-opacity .container .enterprise-left {
        border: none;
        padding-top: 110px; } }
    .section.white-opacity .container .enterprise-left h1 {
      color: #666666;
      font-weight: 700;
      font-size: 36px; }
    .section.white-opacity .container .enterprise-left .timeline-tabs {
      margin-top: 4em; }
      @media (max-width: 991px) {
        .section.white-opacity .container .enterprise-left .timeline-tabs {
          display: none; } }
      .section.white-opacity .container .enterprise-left .timeline-tabs p {
        position: relative;
        color: #666666;
        font-weight: 700;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0.6em;
        border-bottom: 1px solid #6AA842;
        padding-bottom: 0.4em;
        cursor: pointer; }
        .section.white-opacity .container .enterprise-left .timeline-tabs p.active:before {
          position: absolute;
          bottom: 0;
          right: 0;
          transform: translate(50%, 50%);
          content: "";
          background: #6AA842;
          width: 14px;
          height: 14px;
          border-radius: 30px;
          display: inline-block; }
        .section.white-opacity .container .enterprise-left .timeline-tabs p.active:after {
          position: absolute;
          bottom: 0;
          left: 0;
          transform: translateY(50%);
          content: "";
          background: #6AA842;
          width: 0px;
          height: 4px;
          display: inline-block; }
        .section.white-opacity .container .enterprise-left .timeline-tabs p.active.trans:after {
          transition: all 60s linear; }
        .section.white-opacity .container .enterprise-left .timeline-tabs p.filling:after {
          width: 100%; }
        .section.white-opacity .container .enterprise-left .timeline-tabs p.no-transition:after {
          transition: none; }
  .section.white-opacity .container .enterprise-right {
    position: relative;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10em; }
    @media (min-width: 1200px) and (max-width: 1399px) {
      .section.white-opacity .container .enterprise-right {
        padding-left: 4em !important;
        padding-right: 2em !important; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .section.white-opacity .container .enterprise-right {
        padding-left: 4em !important;
        padding-right: 2em !important; } }
    @media (max-width: 991px) {
      .section.white-opacity .container .enterprise-right {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 1em;
        border: none; } }
    @media (min-width: 992px) {
      .section.white-opacity .container .enterprise-right {
        border-left: 1px solid #6AA842; } }
    .section.white-opacity .container .enterprise-right h2 {
      color: #666666;
      font-weight: 700;
      font-size: 30px;
      margin-bottom: 1.6em;
      margin-top: 0; }
      @media (max-width: 991px) {
        .section.white-opacity .container .enterprise-right h2 {
          cursor: pointer; } }
    .section.white-opacity .container .enterprise-right p {
      color: #333333;
      font-size: 15px;
      font-weight: 400;
      margin-top: 1.6em; }

.enterprise-right {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  height: 100%;
  transition: all 500ms linear; }
  @media (max-width: 991px) {
    .enterprise-right {
      position: relative; } }
  .enterprise-right.active {
    width: 63%; }
    @media (min-width: 992px) {
      .enterprise-right.active.col-md-2 {
        width: calc(774px + ((100% - 1170px) / 2)); } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .enterprise-right.active.col-md-2 {
        width: calc(741px + ((100% - 1170px) / 2)); } }
    .enterprise-right.active .sidebar-image.opened {
      height: 50%; }
      .enterprise-right.active .sidebar-image.opened:before {
        opacity: 0; }
    .enterprise-right.active .sidebar-image {
      height: 25%; }
    .enterprise-right.active #sidebarClose {
      display: block; }
  .enterprise-right .sidebar-image {
    position: relative;
    width: 100%;
    height: 33.33%;
    cursor: pointer;
    overflow: hidden;
    transition: all 500ms ease-out; }
    .enterprise-right .sidebar-image:hover:before {
      opacity: 0; }
    .enterprise-right .sidebar-image:hover .scalable-image {
      position: relative;
      width: 100%;
      z-index: 2;
      transform: scale(1.1);
      height: 100%; }
    .enterprise-right .sidebar-image:before {
      content: "";
      background: rgba(51, 51, 51, 0.6);
      position: absolute;
      width: 100%;
      height: 100%;
      transition: all 500ms ease-out;
      z-index: 3; }
    .enterprise-right .sidebar-image .scalable-image {
      position: relative;
      width: 100%;
      z-index: 2;
      height: 100%;
      background-size: cover !important;
      background-position: center center !important;
      transition: all 500ms ease-out;
      transform-origin: center center; }
  .enterprise-right #sidebarClose {
    position: absolute;
    z-index: 9;
    width: 32px;
    height: auto;
    top: 50%;
    left: 1em;
    transform: translateY(-50%);
    cursor: pointer;
    color: white;
    display: none;
    transition: all 500ms ease-out; }
    .enterprise-right #sidebarClose:hover {
      color: #ca9f72; }
  .enterprise-right .vertical-slider {
    border-top: 1px solid #6AA842;
    border-bottom: 1px solid #6AA842;
    overflow: hidden; }
    @media (max-width: 991px) {
      .enterprise-right .vertical-slider {
        height: auto !important;
        border: none; } }
    .enterprise-right .vertical-slider .slides-container {
      transition: all 500ms cubic-bezier(0.55, -0.01, 1, 1); }
      @media (max-width: 991px) {
        .enterprise-right .vertical-slider .slides-container {
          padding-bottom: 2em;
          transform: none !important; } }
      .enterprise-right .vertical-slider .slides-container .slides {
        padding-top: 2em;
        padding-bottom: 2em; }
        .enterprise-right .vertical-slider .slides-container .slides h2 svg {
          display: none; }
        @media (min-width: 992px) {
          .enterprise-right .vertical-slider .slides-container .slides .slide-content {
            display: block !important; }
            .enterprise-right .vertical-slider .slides-container .slides .slide-content img {
              max-width: 100%; } }
        @media (max-width: 991px) {
          .enterprise-right .vertical-slider .slides-container .slides {
            padding-top: 1em;
            padding-bottom: 1em;
            height: auto !important;
            border-bottom: 1px solid #6AA842; }
            .enterprise-right .vertical-slider .slides-container .slides h2 {
              position: relative;
              margin: 0; }
              .enterprise-right .vertical-slider .slides-container .slides h2 svg {
                display: block;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                transition: all 150ms linear; }
              .enterprise-right .vertical-slider .slides-container .slides h2.toggle svg {
                transform: translateY(-50%) rotate(180deg); }
            .enterprise-right .vertical-slider .slides-container .slides .slide-content {
              padding-top: 2em;
              display: none; }
              .enterprise-right .vertical-slider .slides-container .slides .slide-content img {
                max-width: 100%; } }

@media (max-width: 991px) {
  .enterprise-left.category {
    border: none !important;
    padding-top: 100px !important; } }
.enterprise-left.category h2 {
  color: #666666;
  font-size: 22px;
  font-weight: 400;
  margin-top: 2em;
  border-bottom: 1px solid #6AA842;
  padding-bottom: 0.4em; }
.enterprise-left .category-list {
  padding-top: 3em; }
  @media (max-width: 991px) {
    .enterprise-left .category-list {
      padding-top: 1em; }
      .enterprise-left .category-list ul {
        overflow: auto; }
        .enterprise-left .category-list ul li {
          float: left;
          width: 50%; } }
  .enterprise-left .category-list ul {
    padding: 0;
    list-style: none; }
    .enterprise-left .category-list ul li {
      font-size: 15px;
      color: #666666;
      cursor: pointer;
      padding-bottom: 0.4em; }
      .enterprise-left .category-list ul li a {
        color: #333333; }
      .enterprise-left .category-list ul li.active a {
        font-weight: 800;
        color: #6AA842; }

@media (min-width: 1200px) and (max-width: 1399px) {
  .enterprise-right.category {
    padding-left: 4em !important;
    padding-right: 2em !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .enterprise-right.category {
    padding-left: 4em !important;
    padding-right: 2em !important; } }
@media (max-width: 991px) {
  .enterprise-right.category {
    padding: 15px !important; } }
.enterprise-right.category h2 {
  margin-bottom: 0.8em !important; }
.enterprise-right.category p {
  margin-bottom: 3em; }
.enterprise-right.category .product-grid {
  overflow: auto;
  width: 100%; }
  @media (max-width: 991px) {
    .enterprise-right.category .product-grid {
      width: 100% !important; } }
  .enterprise-right.category .product-grid .product {
    position: relative;
    width: 50%;
    padding-top: 37.5%;
    float: left; }
    .enterprise-right.category .product-grid .product .product-image {
      position: absolute;
      left: 0;
      top: 0;
      width: 95%;
      height: 90%;
      background-size: cover;
      background-position: center center;
      cursor: pointer; }
    .enterprise-right.category .product-grid .product:nth-of-type(odd) .product-image {
      left: 0;
      top: 0; }
    .enterprise-right.category .product-grid .product:nth-of-type(even) .product-image {
      right: 0;
      left: auto;
      top: 0; }

.product-right {
  position: absolute !important;
  height: 100%;
  padding: 0;
  top: 0;
  right: 0;
  background-size: cover !important;
  background-position: left center !important;
  z-index: 2; }
  .product-right:before {
    content: "";
    background: rgba(51, 51, 51, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

#imagemodal {
  padding: 0; }
  #imagemodal .modal-content {
    border-radius: 0; }
    #imagemodal .modal-content .modal-body {
      padding: 0; }
  #imagemodal .close {
    position: absolute;
    right: 1em;
    top: 1em;
    opacity: 1; }
    #imagemodal .close img {
      width: 20px;
      height: auto; }

.modal-backdrop {
  background: #333 !important; }
  .modal-backdrop.in {
    opacity: .9 !important; }

.showCertificate {
  background: #6AA842;
  font-size: 15px;
  border: none;
  padding: 0.6em;
  text-align: center;
  width: 50%;
  color: white;
  text-transform: uppercase;
  font-weight: 600; }

.blog #fullpage .section:before {
  display: none; }
.blog #sidebar {
  padding: 150px 0 0 15px;
  height: 100%; }
  .blog #sidebar h1 {
    color: #666666;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px; }
  .blog #sidebar .head-section {
    font-size: 22px;
    color: #666666;
    padding: 5px 0;
    width: 100%;
    border-bottom: 1px solid #6AA842;
    margin-bottom: 30px; }
  .blog #sidebar #search {
    width: 80%;
    margin-bottom: 50px; }
    .blog #sidebar #search .input-group .input-group-addon, .blog #sidebar #search .input-group input[type="text"] {
      background-color: #EBFDDF;
      border: 1px solid #6AA842; }
    .blog #sidebar #search .input-group .input-group-addon {
      border-radius: 5px 0 0 5px;
      border-right: none;
      color: #6AA842; }
    .blog #sidebar #search .input-group input[type="text"] {
      border-radius: 0 5px 5px 0;
      color: #6AA842; }
      .blog #sidebar #search .input-group input[type="text"]::placeholder {
        color: #6AA842;
        opacity: .7; }
  .blog #sidebar ul {
    padding: 0 30px 0 0;
    list-style: none; }
    .blog #sidebar ul li {
      color: #333333;
      font-size: 15px;
      padding-left: 25px;
      position: relative;
      margin-bottom: 10px; }
      .blog #sidebar ul li:before {
        content: "•";
        position: absolute;
        left: 0;
        color: #333333;
        font-size: 15px; }
  @media (max-width: 991px) {
    .blog #sidebar {
      border: none !important;
      padding: 7em 15px 0 15px; }
      .blog #sidebar h1 {
        margin-bottom: 0.6em !important; }
      .blog #sidebar #search {
        width: 100%;
        margin-bottom: 1em; } }
.blog #content {
  padding: 4em 0 4em 0 !important;
  border-left: 1px solid #6AA842; }
  .blog #content .search-title {
    color: #333333;
    font-size: 20px;
    font-weight: 700; }
  .blog #content .search-query {
    color: #6AA842;
    font-size: 15px;
    font-style: italic; }
  .blog #content .row {
    padding: 0 0 0 60px;
    margin-bottom: 50px; }
    .blog #content .row .article {
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      width: 31.5%;
      padding-top: 31.5%;
      margin-right: 1.5%;
      margin-bottom: 1.5%;
      float: left; }
      .blog #content .row .article .info {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #333333;
        color: #fff;
        padding: 10px 40px 10px 10px;
        width: 100%; }
        .blog #content .row .article .info img {
          position: absolute;
          right: 15px;
          top: 50%;
          width: 25px;
          transform: translateY(-50%); }
  @media (max-width: 991px) {
    .blog #content {
      padding: 0 15px !important;
      margin-top: 2em;
      border: none !important; }
      .blog #content .data {
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: auto !important;
        margin-bottom: 1em; }
      .blog #content .row {
        margin: 0;
        padding-left: 0 !important;
        padding-right: 0 !important; }
        .blog #content .row .col-md-11.col-xs-12.col-md-offset-1 {
          padding-left: 0 !important;
          padding-right: 0 !important; }
        .blog #content .row:nth-of-type(2) {
          padding-left: 15px;
          padding-right: 15px;
          padding-bottom: 4em; }
          .blog #content .row:nth-of-type(2) a {
            width: 100%;
            display: block;
            margin-right: 0;
            margin-top: 1.6em;
            margin-bottom: 0;
            padding-top: 50%; }
            .blog #content .row:nth-of-type(2) a .info {
              width: 100%; } }

.blog #content, .blog post {
  position: relative;
  padding: 0;
  height: 100%; }
.blog .header {
  height: 260px;
  background-position: top center;
  background-size: cover; }
.blog .data {
  display: block;
  color: #333333;
  margin: 20px 10% 0 20%;
  position: relative; }
  .blog .data .tags, .blog .data .numbers {
    font-size: 13px;
    float: left;
    width: 50%; }
  .blog .data .info {
    width: 100%;
    overflow: auto;
    margin-bottom: 30px; }
    .blog .data .info .numbers > div {
      position: relative;
      color: #6AA842;
      float: right;
      font-size: 13px;
      padding-right: 25px;
      margin-right: 15px; }
    .blog .data .info .numbers svg {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 19px;
      height: auto;
      cursor: pointer; }
      .blog .data .info .numbers svg path {
        stroke: #6AA842; }
  .blog .data h1 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700; }
  .blog .data .body {
    font-size: 14px;
    overflow-y: auto;
    position: relative;
    height: 90%; }
    .blog .data .body p {
      margin: 0 0 20px 0; }
  .blog .data .comments-add button {
    background: #EBFDDF;
    border: 1px solid #6AA842;
    color: #6AA842;
    font-size: 12px;
    font-weight: 600;
    border-radius: 10px;
    padding: 0.6em 1em;
    width: 240px;
    text-align: left;
    max-width: 100%;
    transition: all 150ms linear;
    outline: none !important;
    margin-bottom: 2em;
    position: relative; }
    .blog .data .comments-add button span {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0.4em;
      font-size: 24px;
      font-weight: 400; }
    .blog .data .comments-add button:hover {
      background: #6AA842;
      color: white; }
  .blog .data .comments-add_form {
    display: none; }
    .blog .data .comments-add_form input, .blog .data .comments-add_form textarea {
      resize: none;
      border: 1px solid #BBBBBB;
      width: 100%;
      padding: 0.6em;
      font-size: 12px;
      margin-bottom: 1em; }
      .blog .data .comments-add_form input[type=submit], .blog .data .comments-add_form textarea[type=submit] {
        font-weight: bold;
        outline: none !important; }
  .blog .data .comments-item {
    font-size: 15px; }
    .blog .data .comments-item_user {
      color: #333333;
      font-weight: 600; }
    .blog .data .comments-item_text {
      font-style: italic;
      color: #666666; }
  .blog .data .comments > div {
    border-bottom: 1px solid #6AA842;
    padding-bottom: 1em;
    padding-top: 1em; }

body.politics.error .navigator .container .col-xs-12 img {
  filter: brightness(0.4); }
body.politics.error .section .container {
  text-align: center; }
  body.politics.error .section .container img {
    max-width: 100%; }
  body.politics.error .section .container p {
    font-size: 2em;
    margin-top: 1em; }
body.politics #fullpage .section.content {
  color: #333333;
  padding: 10em 0; }
  @media (max-width: 991px) {
    body.politics #fullpage .section.content {
      padding: 7em 0; }
      body.politics #fullpage .section.content h1 {
        font-size: 28px; } }
  body.politics #fullpage .section.content:before {
    display: none; }
body.politics .toggle-menu .bar {
  background: #333333; }

body.fpacademy.error .navigator .container .col-xs-12 img {
  filter: brightness(0.4); }
body.fpacademy.error .section .container {
  text-align: center; }
body.fpacademy.error .section .container img {
  max-width: 100%; }
body.fpacademy.error .section .container p {
  font-size: 2em;
  margin-top: 1em; }
body.fpacademy #fullpage .section.content {
  color: #333333;
  padding: 10em 0; }
@media (max-width: 991px) {
  body.fpacademy #fullpage .section.content {
    padding: 7em 0; }
  body.fpacademy #fullpage .section.content h1 {
    font-size: 28px; } }
body.fpacademy #fullpage .section.content:before {
  display: none; }
body.fpacademy .toggle-menu .bar {
  background: #333333; }
body {
  font-family: 'Raleway', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body p, body span, body div, body b, body label, body input, body textarea, body select {
    font-family: 'Raleway', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

#loadingGif {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999999;
  background: #333;
  left: 0;
  top: 0; }
  #loadingGif img {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-width: 90%;
    width: 240px; }

a {
  color: #6AA842; }

#fullpage .section {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  color: white; }
  .ipad #fullpage .section {
    min-height: 100vh; }
    .ipad #fullpage .section .carousel-indicators {
      display: none; }
  #fullpage .section.mobile-height .fp-tableCell {
    height: 100vh !important; }
  #fullpage .section.mobile-height #goNext {
    width: auto;
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    bottom: 60px;
    cursor: pointer; }
    #fullpage .section.mobile-height #goNext svg {
      display: block;
      width: 30px;
      height: auto;
      margin: 0 auto; }
    #fullpage .section.mobile-height #goNext span {
      font-size: 0.8em;
      margin-top: -6px;
      display: block; }
    #fullpage .section.mobile-height #goNext:hover svg path {
      fill: #6AA842; }
    #fullpage .section.mobile-height #goNext:hover span {
      color: #6AA842; }
  @media (max-width: 991px) {
    #fullpage .section {
      height: auto !important; } }
  @media (max-width: 767px) {
    #fullpage .section.mobile-height {
      height: 100vh !important; }
      #fullpage .section.mobile-height .section-bottom {
        padding-top: 30% !important; }
        #fullpage .section.mobile-height .section-bottom h1.section-title {
          font-size: 24px !important; }
        #fullpage .section.mobile-height .section-bottom p.section-description {
          font-size: 16px !important;
          margin-top: 1em !important; } 
          #fullpage .section-description .description-columns span:before {
          content: "";
          position: absolute;
          width: 120%;
          height: 100%;
          background: rgba(106, 168, 66, 0.7);
          left: -6%;
          top: 0;
          z-index: -1; }
        #fullpage .section-description .description-columns span:after {
          content: "";
          position: absolute;
          width: 34%;
          padding-top: 120%;
          transform: rotate(90deg);
          left: 37%;
          top: -127%;
          z-index: -2;
          background-size: auto 100%;
          transform-origin: center center;
          background-repeat: no-repeat !important; }}
  #fullpage .section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(52, 49, 49, 0.92);
    z-index: 0; }
  #fullpage .section.white-opacity:before {
    background: rgba(255, 255, 255, 0.9) !important; }
  @media (max-width: 991px) {
    #fullpage .section.white-opacity .product-right.col-xs-2 {
      display: none !important; } }
  #fullpage .section .fp-tableCell {
    position: relative;
    display: block;
    z-index: 2; }
    @media (max-width: 991px) {
      #fullpage .section .fp-tableCell {
        height: auto !important; } }
  #fullpage .section-title {
    margin: 0;
    font-weight: 700;
    font-size: 30px; }
/*    #fullpage .section-title.transform,p.description {
      position: relative;
      top: 100%;
      transform: translateY(-220%); }
    p.description {
      transform: translateY(-240%);}*/
    @media (max-width: 991px) {
      #fullpage .section-title.transform {
        transform: none;
        top: auto; } }
  #fullpage .section-description {
    font-weight: 400;
    font-size: 18px;
    overflow: visible;
    position: relative;
    height: 100%; }
    #fullpage .section-description.transform {
      padding-top: 2em; }
    @media (max-width: 991px) {
      #fullpage .section-description.transform {
        padding: 0; }
      #fullpage .section-description .description-columns {
        text-align: left !important;
        margin-bottom: 1em !important; }
        #fullpage .section-description .description-columns:before {
          display: none !important; }
        #fullpage .section-description .description-columns svg {
          display: inline-block !important;
          vertical-align: middle;
          transform: translateX(-50%);
          position: relative;
          left: 24px;
          height: 48px !important;
          width: 50px !important; }
        #fullpage .section-description .description-columns div {
          display: inline-block;
          vertical-align: middle;
          width: calc(100% - 56px) !important; }
          #fullpage .section-description .description-columns div span {
            transform: none;
            padding-left: 1em;
            padding-right: 1em;
            margin-left: 1em;
            font-size: 16px; }
            #fullpage .section-description .description-columns div span:before {
              left: 0;
              top: 0;
              width: 100%; }
            #fullpage .section-description .description-columns div span:after {
              width: 100% !important;
              height: 100%;
              padding: 0;
              left: 0;
              top: 0;
              background-size: cover !important;
              background-position: center center !important;
              transform: none !important; } }
    #fullpage .section-description .description-columns {
      position: relative;
      /*text-align: center;*/
      overflow: visible;
      display: inline-flex;
      align-items: center;

      /*height: 100%; */
    }
/*      #fullpage .section-description .description-columns:before {
        content: "";
        background: #FFFFFF;
        width: 1px;
        height: 30px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -52px;
        z-index: 99999; }*/
      #fullpage .section-description .description-columns svg {
        display: block;
        margin: 0 auto;
        height: 68px;
        /*width: auto; */
      }
        #fullpage .section-description .description-columns svg path {
          fill: #fff;
          transition: all 150ms linear; }
      #fullpage .section-description .description-columns.active svg {
        display: block;
        margin: 0 auto;
        height: 68px;
        /*width: auto; */
      }
        #fullpage .section-description .description-columns.active svg path {
          fill: #6aa842; }
      @media (max-width: 1199px) and (min-width: 992px) {
        #fullpage .section-description .description-columns > div {
          width: 128% !important;
          left: -17px;
          position: relative; } }
      #fullpage .section-description .description-columns span {
            position: relative;
    width: 100%;
    /* padding-top: 0.8em; */
    /* padding-bottom: 0.8em; */
    /* display: inline-block; */
    text-align: left;
    color: #FFFFFF;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    /* transform-origin: center center; */
    /* transform: rotateZ(-90deg) translateX(-80%); */ }

      #fullpage .section-description .description-columns:nth-of-type(1) span:after {
        background: url("../../images/home/personal.png"); }
      #fullpage .section-description .description-columns:nth-of-type(2) span:after {
        background: url("../../images/home/maquinaria.png"); }
      #fullpage .section-description .description-columns:nth-of-type(3) span:after {
        background: url("../../images/home/materiales.png"); }
      #fullpage .section-description .description-columns:nth-of-type(4) span:after {
        background: url("../../images/home/sostenibilidad.png"); }
      #fullpage .section-description .description-columns:nth-of-type(5) span:after {
        background: url("../../images/home/sostenibilidad.png"); }

.section-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }
  .section-bottom .content {
    padding-bottom: 6em;
    border-right: 1px solid #FFFFFF; }
    .section-bottom .content h1 {
      margin-bottom: 1em; }
    @media (min-width: 992px) {
      .section-bottom .content #subtitleHome {
        font-size: 21px !important; } }
  @media (max-width: 991px) {
    .section-bottom {
      position: relative;
      bottom: auto;
      left: auto;
      transform: none;
      padding-top: 50%;
      padding-bottom: 10%; }
      .section-bottom .content {
        border: none; } }

.ipad .second-home {
  min-height: 140vh !important; }
  .ipad .second-home .section-full {
    min-height: 140vh !important; }
    @media (min-width: 991px) {
      .ipad .second-home .section-full .inside-top, .ipad .second-home .section-full .inside-bottom {
        height: 70vh !important; } }
@media (max-width: 991px) {
  .second-home {
    background: #BBBBBB !important; }
    .second-home:before {
      display: none !important; } }
@media (max-height: 739px) and (min-width: 992px) {
  .second-home .inside-top {
    height: 40% !important; } }

.section-full {
  position: relative;
  height: 100%;
  z-index: 2; }
  @media (max-width: 991px) {
    .section-full {
      background: #BBBBBB !important;
      padding-top: 1em; }
      .section-full_inside {
        color: #666666; }
        .section-full_inside p.transform {
          padding-bottom: 1em !important;
          padding-top: 0 !important;
          border-bottom: 1px solid #666666; }
      .section-full #myCarousel {
        color: #333333; }
      .section-full .description-columns img {
        filter: none !important; } }
  .section-full_inside {
    position: relative;
    height: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    @media (max-width: 991px) {
      .section-full_inside {
        height: auto; }
        .section-full_inside:nth-of-type(1) {
          border: none !important; } }
    .section-full_inside:nth-of-type(1) {
      border-right: 1px solid white; }
    .section-full_inside .inside-top, .section-full_inside .inside-bottom {
      position: relative;
      height: 50%; }
      @media (max-width: 991px) {
        .section-full_inside .inside-top, .section-full_inside .inside-bottom {
          height: auto;
          padding-top: 1em;
          padding-bottom: 1em;
          border: none !important; } }
    .section-full_inside .inside-top {
      border-bottom: 1px solid white; }
      .section-full_inside .inside-top .description-image {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        padding-left: 5%; }
        .section-full_inside .inside-top .description-image .fp-slidesContainer {
          float: none; }
          .section-full_inside .inside-top .description-image .fp-slidesContainer .fp-tableCell {
            height: auto !important; }
            .section-full_inside .inside-top .description-image .fp-slidesContainer .fp-tableCell .carousel-indicators {
              display: none; }
        @media (max-width: 991px) {
          .section-full_inside .inside-top .description-image {
            top: auto;
            transform: none;
            padding: 0; }
            .section-full_inside .inside-top .description-image .image {
              width: 100% !important;
              height: 0 !important;
              padding-top: 71%;
              background-size: cover !important; }
            .section-full_inside .inside-top .description-image .descCar {
              width: 100% !important;
              padding: 1em 0 !important; } }
        .section-full_inside .inside-top .description-image .image {
          width: 700px;
          height: 450px;
          display: block;
          background-size: cover !important;
          background-position: center center !important;
          background-repeat: no-repeat !important;
          vertical-align: middle;}
        .section-full_inside .inside-top .description-image .descCar {
          display: inline-block;
          vertical-align: middle;
          /*width: calc(100% - 290px);*/
          padding-left: 2em;
          font-size: 15px;
          font-weight: 400; }
.btn-user{
  padding: 5px 15px;
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
  background: transparent;
  border: 0.5px solid #ffffff;
  border-radius: 25px;
  margin-right: 10px;
  margin-bottom: 5px;

}
.btn-user svg{
  margin-right: 5px;
}
.btn-user-black svg{
  margin-right: 5px;
}
.btn-user:hover, .btn-user:focus{
  color: #ffffff;
  text-decoration: none;
}

.btn-user-black{
  color: #666666;
  padding: 5px 15px;
  font-weight: 300;
  font-size: 12px;
  background: transparent;
  border: 0.5px solid #666666;
  border-radius: 25px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.btn-user-black:hover, .btn-user-black:focus{
  color: #666666;
  text-decoration: none;
}

#socialNetwork{
  position: fixed;
  left: 15px;
  bottom: 15px;
	z-index: 100;
}
#socialNetwork a{
  color: #ffffff;
}
#socialNetwork div{
  display: inline-flex;
  margin-right: 10px;
}
/*# sourceMappingURL=app.css.map */
.vertical-text {
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
  width: inherit;
}
.vertical-text .section-title span {
  text-decoration: underline;
}
.section-full_inside .inside-top.car-mobile {
  border-bottom: none;
  height: 100%!important;
}

.custom-input {
  text-align: left;
  display: block;
  width: 100%;
  border: 1px solid #979797;
  background: none;
  color: #BBBBBB;
  font-size: 15px;
  margin-bottom: 1em;
  padding: 0.6em 1em;
}

.custom-input::placeholder {
  text-align: left;
  font-family: 'Raleway', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  color: #BBBBBB;
}

.custom-input label {
  font-weight: 400;
}
.white-text {
  color: white;
}
.d-none {
  display: none !important;
}

.submit-button {
  background: #6AA842;
  font-weight: 700;
  font-size: 15px;
  border: none;
  padding: 0.6em;
  text-align: center;
  width: 50%;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}

.checkbox-style {
  position: absolute !important;
  margin: 0 !important;
}

.checkbox label {
  text-align: left!important;
}

.margin-top{
  margin-top: 9rem;
}

.fpacademy-bg{
  /* The image used */

  background: url("../../images/fpacademy/background.jpg") no-repeat center center fixed;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}