@charset "UTF-8";
/* Headers mixin*/
/* Antialias mixin */
/*Transition mixins*/
/*END Transition mixins*/
/* Medias mixins */
/* END Medias mixins */
/*Generales*/
.animated, .animatedchilds *, .inhovertoo:hover {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

html {
  height: 100%; }

a {
  color: #69B130; }
  a:hover, a:active, a:visited {
    text-decoration: none; }

hr {
  margin: 0px;
  padding: 0px; }

pre {
  background: #152631;
  border: 1px solid #3D6C8E; }
  pre code {
    border-radius: 6px;
    border-bottom: 1px solid #444;
    padding: 1em !important; }

.btn-mena {
  background: #69B130;
  border-radius: 0px;
  color: white;
  text-transform: uppercase;
  padding: 10px 20px; }

body {
  font-family: "Source Sans Pro", sans-serif;
  background: #fff;
  color: #333;
  text-rendering: optimizeLegibility;
  height: 100%;
  font-size: 18px;
  line-height: 28px; }
  body ul {
    list-style: none; }
  body .wrap {
    box-shadow: 0px 30px 30px -44px black;
    position: relative; }

.socialbottom {
  margin-top: 20px; }
  .socialbottom li {
    display: inline-block; }
    .socialbottom li:first-child a {
      margin-left: 0px !important; }
    .socialbottom li:last-child a {
      margin-right: 0px !important; }
  .socialbottom a {
    display: block;
    height: 40px;
    width: 40px;
    border: 1px solid #69B130;
    border-radius: 100%;
    text-align: center;
    margin: 0px 8px; }
    .socialbottom a:hover i {
      color: white !important; }
    .socialbottom a i {
      line-height: 40px;
      font-size: 18px; }

/*Combinations*/
.onlySlider, .onlyImage, .onlyGooglemap > div {
  margin: 0px;
  padding: 0 !important; }

.onlyGooglemap {
  padding: 0 !important;
  margin: 0; }

/*Menu*/
.menu-wrap {
  text-align: center;
  background: #69B130 url("../imgs/lines-sm.png");
  background-size: 75px; }
  .menu-wrap .menu-phone {
    max-width: 200px;
    display: inline-block;
    padding: 0px 15px;
    letter-spacing: 2px;
    border: 1px solid #77c937;
    background: #518925;
    border-radius: 30px;
    margin: 5px 14px;
    color: white; }
    @media (max-width: 768px) {
      .menu-wrap .menu-phone {
        display: block;
        margin: 5px auto; } }

#menu {
  display: inline-block;
  font-family: "Raleway", sans-serif a;
  position: relative; }
  #menu ul {
    margin: 0;
    padding: 0; }
  #menu .main-menu {
    display: none; }
  #menu #tm:checked ~ .main-menu {
    display: block; }
  #menu.sub-menu a {
    width: 8.5em; }
  #menu .container {
    width: auto; }
  #menu input[type="checkbox"],
  #menu ul span.drop-icon {
    display: none; }
  #menu li,
  #menu #toggle-menu {
    border-width: 0 0 1px; }
  #menu .sub-menu {
    color: #fff;
    /* border: 1px solid #BDBDBD !important; */
    padding: 0px; }
  #menu .sub-menu li:last-child {
    border-width: 0; }
  #menu li,
  #menu #toggle-menu,
  #menu a {
    position: relative;
    display: block;
    color: #333333; }
  #menu a {
    padding: 15px 18px;
    position: relative;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid transparent;
    font-weight: 500;
    letter-spacing: 4px; }
    #menu a:not(.active):hover {
      cursor: pointer;
      background: rgba(255, 255, 255, 0.2); }
  #menu a.active {
    background: rgba(255, 255, 255, 0.9);
    color: #69B130; }
  #menu .sub-menu {
    display: none; }
    #menu .sub-menu .sub-menu a {
      padding-left: 30px;
      background: white; }
    #menu .sub-menu a {
      width: 100%;
      background: white;
      color: #69B130;
      font-weight: 300;
      border-radius: 0;
      padding-left: 20px; }
      #menu .sub-menu a:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f105";
        margin-right: 10px; }
      @media (max-width: 768px) {
        #menu .sub-menu a {
          width: 100%;
          border-bottom: 1px dashed #eee; }
          #menu .sub-menu a:before {
            display: none; } }
      #menu .sub-menu a:not(.active):hover {
        background: #69B130;
        color: white; }
  #menu input[type="checkbox"]:checked ~ .sub-menu {
    display: block; }
  #menu .sub-menu a:hover {
    color: #444; }
  #menu label.drop-icon {
    width: 50px;
    text-align: center;
    top: 0px !important;
    height: 100%;
    margin: 0px;
    right: 0px !important;
    text-indent: 90px;
    position: relative; }
    #menu label.drop-icon:after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      text-indent: 0px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -8px;
      margin-top: -10px; }
  #menu li label.drop-icon {
    position: absolute;
    right: 1.5em;
    top: 9px; }
@keyframes submenu {
  0% {
    opacity: 0;
    margin-top: -10px; }
  100% {
    opacity: 1;
    margin-top: 0px; } }
  @media only screen and (max-width: 970px) and (min-width: 1170px) {
    #menu li {
      width: 33.333%; }
    #menu .sub-menu li {
      width: auto; } }
  @media (max-width: 768px) {
    #menu {
      display: block; }
      #menu .container {
        padding: 0; }
      #menu .main-menu {
        background: #82cd47;
        overflow: hidden;
        z-index: 999;
        position: fixed;
        display: none;
        left: 0;
        width: 100%;
        padding: 0 !important; }
        #menu .main-menu > li > a {
          color: white; }
          #menu .main-menu > li > a.active {
            background: #b9e397; }
      #menu #toggle-menu {
        margin: 0px 0px 0 0;
        z-index: 1000;
        border-radius: 3px;
        margin-bottom: 0px;
        overflow: hidden;
        position: fixed;
        top: 10px;
        right: 10px;
        color: #69B130;
        display: inline-block;
        height: 44px;
        width: 44px;
        background: white;
        font-size: 27px;
        padding-top: 22px; }
        #menu #toggle-menu span {
          display: block;
          width: 20px;
          margin: auto;
          height: 2px;
          background-color: #82cd47;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #menu #toggle-menu span:after, #menu #toggle-menu span:before {
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            display: block;
            content: "";
            height: 2px;
            background: #82cd47;
            transform-origin: center center; }
          #menu #toggle-menu span:after {
            transform: translateY(-6px) rotateZ(0deg); }
          #menu #toggle-menu span:before {
            transform: translateY(4px) rotateZ(0deg); }
      #menu #tm:checked ~ #toggle-menu {
        width: 100%;
        top: 0;
        right: 0;
        display: block; }
        #menu #tm:checked ~ #toggle-menu span {
          background: transparent; }
          #menu #tm:checked ~ #toggle-menu span:after {
            transform: translateY(-2px) rotateZ(135deg); }
          #menu #tm:checked ~ #toggle-menu span:before {
            transform: translateY(0px) rotateZ(225deg); }
      #menu #tm:checked ~ .main-menu {
        animation: mobilenav .3s ease;
        top: 44px;
        overflow-y: auto; } }
@keyframes mobilenav {
  0% {
    opacity: 0;
    top: 190px; }
  100% {
    opacity: 1; } }
  @media only screen and (min-width: 769px) {
    #menu .main-menu {
      display: block;
      text-align: center;
      padding: 0; }
    #menu div#felix .row {
      padding: 10px 15px; }
    #menu #toggle-menu,
    #menu label.drop-icon {
      display: none; }
    #menu ul span.drop-icon {
      display: inline-block; }
    #menu li {
      display: inline-block;
      text-align: center; }
    #menu .sub-menu li {
      display: block;
      text-align: left !important; }
    #menu .sub-menu {
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
      border-width: 0;
      margin: 0;
      position: absolute;
      top: 100%;
      z-index: 3000;
      width: 100%;
      min-width: 11em; }
    #menu .sub-menu,
    #menu input[type="checkbox"]:checked ~ .sub-menu {
      display: none; }
    #menu .sub-menu .sub-menu {
      top: 0;
      left: 100%; }
    #menu .sub-menu > li:hover .sub-menu {
      top: 0; }
    #menu li:hover > input[type="checkbox"] ~ .sub-menu {
      display: block; } }

/* END Menu*/
/* Header */
header {
  background: #69B130 url("../imgs/header.jpg");
  color: #69B130;
  width: 100%;
  z-index: 400;
  background-position: center center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  header * {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  header .logoCont {
    padding: 32px 23px; }
    @media (max-width: 768px) {
      header .logoCont {
        padding: 0; } }
  header .logo {
    display: block;
    height: 150px;
    width: 100%;
    margin: 0px 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 768px) {
      header .logo {
        height: 100px !important;
        width: 150px; } }

/* Fin Header */
/* Main */
.copy {
  font-size: 10px;
  text-align: center; }

.main {
  background: #fff;
  padding: 0px; }
  .main .first {
    padding-top: 40px; }
  .main > div {
    padding: 40px 15px; }
    .main > div:last-child {
      padding-bottom: 40px; }

/* END Main */
/* Footer */
footer {
  padding-top: 42px;
  color: #fff;
  background-image: url("../imgs/footer-2.jpg"); }
  footer .main-footer {
    box-shadow: 0px 30px 30px -44px black;
    position: relative;
    padding-bottom: 40px; }
  footer .container {
    padding: 0px 20px 20px; }
  footer hr {
    margin-top: 20px; }
  footer .h3 {
    font-weight: bold;
    color: #69B130; }
  footer .logo img[src*=".png"] {
    background-color: transparent; }
  footer .logo img {
    background-color: white;
    border-radius: 2px;
    padding: 30px 30px; }
    footer .logo img img {
      margin: auto !important; }
  footer a {
    color: white; }
  footer .address {
    text-align: left; }
    footer .address .street, footer .address .phones {
      padding: 10px 20px;
      width: 100%;
      max-width: 450px;
      margin: auto;
      text-align: center; }
    footer .address .street {
      padding: 20px 0; }
    footer .address .phones {
      border: 1px solid #69B130; }
      footer .address .phones span:not(.title) {
        font-size: 38px;
        padding: 10px; }
      footer .address .phones .title {
        color: #ddd;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 12px;
        display: block; }
  footer .footer-brands {
    padding-top: 40px;
    background-color: #f1f1f1; }
    footer .footer-brands h4 {
      text-align: center;
      display: block;
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 40px;
      border-bottom: 1px dashed #bababa;
      padding-bottom: 10px;
      color: #999; }
    footer .footer-brands [class*="col-"] {
      padding: 0 50px; }
    footer .footer-brands .grupoegon {
      height: 100px;
      width: 100%;
      max-width: 300px;
      background-position: center;
      margin: auto;
      display: block;
      background-image: url("../imgs/logo-grupo.png");
      background-size: contain;
      background-repeat: no-repeat; }
    footer .footer-brands .brands {
      text-align: center; }
    footer .footer-brands .brands li {
      display: inline-block;
      width: 200px; }
    footer .footer-brands .brands a {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top;
      height: 76px;
      width: 150px;
      display: block; }
      footer .footer-brands .brands a span {
        text-align: center;
        padding-top: 80px;
        display: block;
        font-size: 10px; }
    footer .footer-brands .bellavista a {
      background-image: url("../imgs/logos/bellavista.png"); }
    footer .footer-brands .catedral a {
      background-image: url("../imgs/logos/catedral.png"); }
    footer .footer-brands .velilla a {
      background-image: url("../imgs/logos/velilla.png"); }
    footer .footer-brands .felix a {
      background-image: url("../imgs/logos/felix.png"); }
    footer .footer-brands .agueda a {
      background-image: url("../imgs/logos/agueda.png"); }

/* END Footer */
/*ALL HEADERS*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  margin-top: 10px;
  color: #69B130;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 0.75em; }

/*END HEADERS*/
/* eGallery*/
.eGallery ul {
  list-style: none;
  padding: 0px; }
  .eGallery ul li {
    overflow: hidden;
    border: 1px solid #eee;
    display: inline-block;
    vertical-align: middle;
    margin: 6px; }
  .eGallery ul a {
    width: 355px;
    height: 355px;
    display: block;
    background-size: cover;
    position: relative; }
    .eGallery ul a:hover:after {
      top: 0px;
      transition: all 0.5s ease; }
    .eGallery ul a:after {
      position: absolute;
      width: 100%;
      transition: all 0.5s ease;
      top: -100px;
      content: attr(title);
      display: block;
      text-decoration: none;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      font-size: 12px;
      text-align: center; }

/* END eGallery*/
/*eIcon*/
.eIcon {
  text-align: center;
  background-color: #f1f1f1; }
  .eIcon .icon-header {
    background: #69b130; }
    .eIcon .icon-header span {
      display: inline-block;
      height: 80px;
      width: 20%;
      vertical-align: top;
      text-align: right; }
    .eIcon .icon-header h3.eIcon-title {
      color: white;
      font-size: 16px;
      padding-top: 10px;
      text-align: left;
      font-weight: 700;
      padding-left: 10px;
      display: inline-block;
      width: 69%;
      vertical-align: top; }
    .eIcon .icon-header i {
      display: block;
      font-size: 45px;
      line-height: 80px;
      color: white;
      position: relative; }
  .eIcon .eIcon-text {
    font-size: 15px;
    display: block;
    color: #333;
    text-align: left;
    padding: 22px;
    height: 190px; }

/*END eIcon*/
/* eList*/
ul.eList {
  list-style: none;
  padding-left: 10px; }
  ul.eList li {
    font-size: 20px;
    padding: 9px 0px;
    border-bottom: 1px dashed #BBB; }
    @media (max-width: 768px) {
      ul.eList li {
        font-size: 14px; } }
    ul.eList li i {
      font-size: 25px;
      display: inline-block;
      vertical-align: middle;
      width: 40px;
      height: 40px;
      color: #B5B5B5;
      text-align: center;
      line-height: 40px; }
    ul.eList li a {
      display: inline-block;
      vertical-align: middle;
      line-height: 40px;
      margin-left: -4px;
      padding: 0px 10px 0px;
      border-left: 0px; }

/* END eList */
/* eCall2Action */
.eCall2Action {
  text-align: center;
  padding: 20px;
  border: 2px solid #ddd;
  border-radius: 3px; }
  .eCall2Action .body-text {
    text-align: center; }
  .eCall2Action .call-link {
    background: #69B130;
    border-radius: 0px;
    padding: 5px 21px;
    color: #fff;
    border: none;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    font-size: 19px; }
    .eCall2Action .call-link i {
      vertical-align: middle;
      margin-right: 10px;
      font-size: 1.2em; }
  .eCall2Action h3.header-text {
    color: #69B130;
    border-bottom: 0px;
    font-weight: 600; }
  .eCall2Action h3:after, .eCall2Action h3:before {
    display: none; }
  .col-sm-12 .eCall2Action {
    padding: 50px 20px; }
  @media (max-width: 768px) {
    .eCall2Action .call-link {
      margin-bottom: 20px;
      white-space: normal; } }

/* END eCall2Action */
/* eTextBlock*/
.eTextBlock p {
  text-align: justify; }
.eTextBlock pre {
  color: #fff; }
.eTextBlock img {
  max-width: 100%;
  height: auto;
  border-radius: 3px; }
.eTextBlock ul {
  list-style: circle; }
.eTextBlock video {
  max-width: 100% !important;
  height: auto !important; }

/* END eTextBlock*/
/* eImage */
.eImage img {
  margin: auto; }
  .eImage img:not([src*="png"]) {
    border-radius: 3px; }
    .onlyImage .eImage img:not([src*="png"]) {
      width: 100%;
      max-width: 100%;
      height: auto; }
.eImage span.footprint {
  text-align: right;
  display: block;
  color: #656565; }

/* END eImage*/
/*eBxSlider*/
.bx-viewport, .bx-wrapper {
  position: relative;
  width: 100%;
  /*height:800px !important;*/
  top: 0;
  left: 0; }

.bxslider {
  width: 100%; }

.eSliderBx {
  padding: 0; }
  .eSliderBx li {
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-color: #243140; }

.bx-wrapper .bx-viewport {
  border: none !important; }

.bx-controls.bx-has-controls-direction .bx-controls-direction .bx-next::after {
  content: "\f105";
  margin-left: 10px; }

.bx-wrapper {
  border: none;
  background: none;
  box-shadow: none;
  margin: 0 auto; }
  .bx-wrapper img {
    margin: auto; }
    .onlySlider .bx-wrapper img {
      width: 100%;
      height: auto;
      max-width: none; }
  .bx-wrapper .bx-controls-direction a {
    background: rgba(255, 255, 255, 0.51);
    height: 60px;
    top: 40%;
    width: 60px;
    text-indent: 0px;
    color: transparent;
    text-align: center;
    border-radius: 3px;
    display: none;
    border: solid #fff;
    border-width: 0px; }
    .bx-wrapper .bx-controls-direction a::after {
      content: "\f104";
      font: normal normal normal 50px/1 FontAwesome;
      color: #333;
      z-index: 9999;
      display: inline-block;
      text-indent: 0px;
      position: absolute;
      top: 50%;
      margin-top: -10px;
      color: white;
      line-height: 20px;
      font-size: 49px;
      left: 29%; }
  .bx-wrapper:hover .bx-controls-direction a {
    display: block; }
  .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 10%;
    right: 0%;
    background: none;
    font-size: 25px;
    text-align: right; }
  .bx-wrapper .bx-pager {
    bottom: 10px !important; }

/* END eBxSlider*/
/*INVERSE ROW*/
.inverse {
  color: #fff;
  background: #69B130;
  border-top: 1px solid #17222F;
  border-bottom: 1px solid #304052; }
  .inverse .eIcon-text {
    color: #fff;
    text-transform: none; }
  .inverse a {
    color: #333; }
  .inverse .eIcon-icon i {
    color: #69B130; }
  .inverse .eList li i {
    color: #fff !important; }
  .inverse h1, .inverse h2, .inverse h3, .inverse h4, .inverse h5, .inverse h6 {
    color: white; }
  .inverse .eTextBlock p {
    color: #fff; }
  .inverse .eTextBlock blockquote {
    color: #000; }
  .inverse .eIcon .eCall2Action {
    border-color: #fff !important; }

/* END INVERSE ROW*/
/* STRIKING ROW*/
.striking {
  background: #a2883a; }
  .striking h1 {
    color: #fff; }
  .striking h1, .striking h2, .striking h3, .striking h4, .striking h5, .striking h6 {
    color: white; }
  .striking .eList i, .striking .eList a {
    color: black; }
  .striking .eList li {
    border-bottom-color: #a2883a; }
  .striking .eTextBlock p {
    color: #fff; }
  .striking .eTextBlock a {
    color: #000; }
  .striking .eTextBlock blockquote {
    color: #000; }
  .striking .eIcon-text {
    color: white; }
  .striking .eIcon i:before {
    background: none;
    color: #333; }
  .striking .eIcon i:after {
    display: none; }

/* END STRIKING ROW*/
/* INFOROW ROW*/
.inforow {
  background: #E4E4E4;
  padding: 20px 0px; }
  .inforow .eIcon i:before {
    background: #E4E4E4; }

/* END INFOROW ROW*/
.fancybox-skin {
  background: none;
  padding: 0px !important; }

.fancybox-title-float-wrap .child {
  padding: 20px;
  display: block;
  text-transform: uppercase;
  border-radius: 0px; }

.fancybox-nav span {
  transform: scale(0);
  background: none;
  display: block;
  transition: all 0.3s ease; }
.fancybox-nav.fancybox-prev:hover span:after {
  margin-left: -20px;
  content: "\f053" !important; }
.fancybox-nav:hover span {
  transition: all 0.3s ease;
  transform: scale(1); }
  .fancybox-nav:hover span:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 50px;
    background: rgba(0, 0, 0, 0.8);
    width: 60px;
    text-align: center;
    padding-top: 6px;
    color: #fff; }

.form-group {
  font-family: "Raleway", sans-serif; }

textarea {
  border: 1px solid #ddd !important; }

.form-control:not([name="captcha"]) {
  font-size: 18px;
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #ddd;
  box-shadow: none; }

li.card:hover .card-overlay {
  background: rgba(130, 205, 71, 0.5) !important; }

.cardwrapper {
  height: 300px;
  min-height: auto; }

.card_title {
  font-weight: 100 !important;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center; }

.card_description {
  text-align: center;
  height: 120px !important; }

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