/*                               ()_()                   
                                 (. .)                  
/----------------------------oo0--(_)--0oo-------------------------------------/

/----   FONTS     FONTS     FONTS     FONTS     FONTS     FONTS     FONTS   ---/

                               ooo0  0ooo
/------------------------------(  )--(  )--------------------------------------/
/*                             (_)    (_)                                     */
@font-face {
    font-family: 'EB Garamond', serif;
    src: url(../fonts/EBGaramond-Regular.ttf);
}

/*                               ()_()                   
                                 (. .)                  
/----------------------------oo0--(_)--0oo-------------------------------------/

/----     HEADINGS     HEADINGS     HEADINGS      HEADINGS      HEADINGS    ---/

                               ooo0  0ooo
/------------------------------(  )--(  )--------------------------------------/
/*                             (_)    (_)                                     */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "EB Garamond", serif;
}

h1, .h1 {
    font-size: 28px;
}

h2, .h2 {
    font-size: 32px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 20px;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 14px;
}

.heading-double-line {
    position: relative;
}

.heading-double-line:before, .heading-double-line:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: white;
    top: 0;
    bottom: 0;
    margin: auto;
}

.heading-double-line:before {
    margin-left: -50px;
}

.heading-double-line:after {
    margin-left: 20px;
}

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 38px;
    }
    h2, .h2 {
        font-size: 34px;
    }
}

@media (min-width: 992px) {
    h1, .h1 {
        font-size: 40px;
    }
    h2, .h2 {
        font-size: 36px;
    }
}

/*                               ()_()                   
                                 (. .)                  
/----------------------------oo0--(_)--0oo-------------------------------------/

/----   ICONS     ICONS     ICONS     ICONS     ICONS     ICONS     ICONS   ---/

                               ooo0  0ooo
/------------------------------(  )--(  )--------------------------------------/
/*                             (_)    (_)                                     */
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?f73sjv");
    src: url("../fonts/icomoon.eot?f73sjv#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?f73sjv") format("truetype"), url("../fonts/icomoon.woff?f73sjv") format("woff"), url("../fonts/icomoon.svg?f73sjv#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before {
    content: "\e900";
}
.icon-menu-bars:before {
    content: "\e901";
}
.icon-facebook:before {
    content: "\e903";
}
.icon-twitter:before {
    content: "\e904";
}
.icon-google:before {
    content: "\e905";
}
.icon-up:before {
    content: "\e908";
}

/*                               ()_()                   
                                 (. .)                  
/----------------------------oo0--(_)--0oo-------------------------------------/

/----    BUTTONS    BUTTONS    BUTTONS    BUTTONS    BUTTONS    BUTTONS     ---/

                               ooo0  0ooo
/------------------------------(  )--(  )--------------------------------------/
/*                             (_)    (_)                                     */
.btn {
    border-radius: 5px;
    border: none;
    padding: 10px 25px;
    height: 40px;
    background-color: #83a83e;
}

.btn:hover, .btn:focus {
    background-color: #9cc158!important;
}

.btn.btn-transparent {
    opacity: .8;
}

/*                               ()_()                   
                                 (. .)                  
/----------------------------oo0--(_)--0oo-------------------------------------/

/---   SOCIAL    SOCIAL    SOCIAL    SOCIAL    SOCIAL    SOCIAL    SOCIAL   ---/

                               ooo0  0ooo
/------------------------------(  )--(  )--------------------------------------/
/*                             (_)    (_)                                     */
.social li {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 26px;
}

.social li.facebook {
    background-color: #3b4a7b;
}

.social li.facebook:hover {
    background-color: #2a3559;
}

.social li.twitter {
    background-color: #619cc0;
}

.social li.twitter:hover {
    background-color: #4483aa;
}

.social li.linkedin {
    background-color: #325981;
}

.social li.linkedin:hover {
    background-color: #24405c;
}

.social li.google {
    background-color: #bf4539;
}

.social li.google:hover {
    background-color: #98372d;
}

.social li + li {
    margin-left: 5px;
}

.social li a {
    text-decoration: none;
    position: relative;
    top: 1px;
    color: white;
}

/*                               ()_()                   
                                 (. .)                  
/----------------------------oo0--(_)--0oo-------------------------------------/

/----    FORMS    FORMS    FORMS     FORMS     FORMS     FORMS     FORMS    ---/

                               ooo0  0ooo
/------------------------------(  )--(  )--------------------------------------/
/*                             (_)    (_)                                     */
form [class^="col-"], form [class*=" col-"] {
    padding: 0 10px;
}

form .row {
    padding: 0 20px;
}

form .form-group {
    margin-bottom: 10px;
}

form .form-control {
    border-color: white;
    min-height: 45px;
    box-shadow: none;
    border-radius: 0;
}

form .form-control-inverse {
    background-color: #f0f0f0;
}

form textarea {
    resize: none;
}

/*                               ()_()                   
                                 (. .)                  
/----------------------------oo0--(_)--0oo-------------------------------------/

/----   UP BUTTON     UP BUTTON     UP BUTTON     UP BUTTON     UP BUTTON   ---/

                               ooo0  0ooo
/------------------------------(  )--(  )--------------------------------------/
/*                             (_)    (_)                                     */
#subir {
    position: fixed;
    bottom: -2px;
    right: 10px;
    z-index: 10;
    display: none;
}

#subir a {
    outline: none;
    text-decoration: none;
    font-size: 30px;
    color: #83a83e;
}

#subir a:hover {
    color: #9cc158;
}

/*                               ()_()                   
                                 (. .)                  
/----------------------------oo0--(_)--0oo-------------------------------------/

/----     BASE STYLES      BASE STYLES      BASE STYLES      BASE STYLES    ---/

                               ooo0  0ooo
/------------------------------(  )--(  )--------------------------------------/
/*                             (_)    (_)                                     */
body {
    font-family: "EB Garamond", serif;
    font-size: 16px;
}

a, button {
    outline: 0 !important;
    text-decoration: none !important;
}

h3 {
    margin: 50px 0;
    color: #83a83e;
}

h3.heading-double-line:before, h3.heading-double-line:after {
    background-color: #939393;
}

/*                               ()_()                   
                                 (. .)                  
/----------------------------oo0--(_)--0oo-------------------------------------/

/----    HEADER     HEADER     HEADER     HEADER     HEADER     HEADER     ----/

                               ooo0  0ooo
/------------------------------(  )--(  )--------------------------------------/
/*                             (_)    (_)                                     */
header {
    text-align: center;
}

header.header-patners {
    background: url(../images/header-patners.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

header .logo {
    display: block;
    margin-top: 15px;
}

header .btn {
    margin: 15px 0;
}

header .social {
    margin: 10px 0 30px 0;
}

@media (min-width: 768px) {
    header {
        position: relative;
        height: 150px;
        background-color: white;
    }
    header .social {
        float: left;
        margin-top: 53px;
    }
    header .logo {
        width: 163px;
        height: 82px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    header .logo-patners {
        float: left;
        margin-top: 30px;
    }
    header .btn {
        float: right;
        margin-top: 50px;
    }
}

/*                               ()_()                   
                                 (. .)                  
/----------------------------oo0--(_)--0oo-------------------------------------/

/----   MENUBAR    MENUBAR    MENUBAR    MENUBAR    MENUBAR    MENUBAR     ----/

                               ooo0  0ooo
/------------------------------(  )--(  )--------------------------------------/
/*                             (_)    (_)                                     */
.menubar {
    height: 60px;
    background-color: #ebebeb;
}

.menubar #toogle-menu {
    font-size: 50px;
    margin-right: -10px;
    float: right;
    color: #83a83e;
    height: 60px;
}

.menubar ul {
    width: 290px;
    position: fixed;
    height: 100%;
    z-index: 10;
    overflow-y: scroll;
    top: 0;
    left: -290px;
    transition: .3s;
    background-color: #ebebeb;
    margin-bottom: 0;
}

.menubar ul li {
    display: block;
    margin-top: 20px;
    padding: 0 29px;
}

.menubar ul li a {
    color: #747474;
}

.menubar.menubar-open ul {
    left: 0;
}

@media (min-width: 992px) {
    .menubar .container {
        display: none;
    }
    .menubar ul {
        margin: 0;
        overflow-y: hidden;
        position: initial;
        width: 100%;
    }
    .menubar ul li {
        display: inline-block;
        margin-top: 17px;
        overflow: hidden;
        padding: 0 14px;
    }
}

@media (min-width: 1200px) {
    .menubar ul li {
        padding: 0 28px;
    }
}

/*                               ()_()                   
                                 (. .)                  
/----------------------------oo0--(_)--0oo-------------------------------------/

/----    SLIDER     SLIDER     SLIDER     SLIDER     SLIDER     SLIDER     ----/

                               ooo0  0ooo
/------------------------------(  )--(  )--------------------------------------/
/*                             (_)    (_)                                     */
.slider {
    position: relative;
    text-align: center;
}

.slider .title {
    padding: 10px 0 15px 0;
    background-color: #83A83E;
}

.slider .title .logo {
    text-align: center;
}

.slider .title h1 {
    margin: 5px 0 0 0;
    color: white;
    text-shadow: 0 2px 3px #333333;
}

.slider .slick-dots {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    padding: 0;
    margin: -30px auto auto auto;
}

.slider .slick-dots li {
    display: inline-block;
}

.slider .slick-dots li + li {
    margin-left: 8px;
}

.slider .slick-dots li.slick-active button {
    background-color: white;
}

.slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    font-size: 0;
    border-radius: 50%;
    border: none;
    background-color: #ffff74;
}

.slider .item {
    position: relative;
}

.slider .item img {
    width: 100%;
}

.slider .item .article {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 70px;
    position: absolute;
}

.slider .item .article h2 {
    width: 100%;
    color: white;
    text-shadow: 0 2px 3px #333333;
    font-size: 22px;
    margin-top: 0;
}

.slider .item .article .btn {
    width: 120px;
    padding: 5px;
    height: 30px;
}

@media (min-width: 768px) {
    .slider .title {
        width: 100%;
        background-color: transparent;
        text-align: center;
        position: absolute;
        z-index: 2;
    }
    .slider .item {
        position: relative;
    }
    .slider .item .article {
        top: 30px;
        height: 80px;
    }
    .slider .item .article h2 {
        font-size: 30px;
    }
    .slider .item .article .btn {
        height: 35px;
        padding: 7px 15px;
    }
    .slider .slick-dots {
        margin-top: -60px;
    }
}

@media (min-width: 992px) {
    .slider .title {
        top: 50px;
    }
    .slider .item .article h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }
}

/*                               ()_()                   
                                 (. .)                  
/----------------------------oo0--(_)--0oo-------------------------------------/

/---     WHO WE ARE   WHO WE ARE   WHO WE ARE   WHO WE ARE   WHO WE ARE     ---/

                               ooo0  0ooo
/------------------------------(  )--(  )--------------------------------------/
/*                             (_)    (_)                                     */
.who-we-are p {
    margin: auto;
    margin-bottom: 10px;
}

.who-we-are p:last-child {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .who-we-are p {
        width: 700px;
    }
}

/*                               ()_()                   
                                 (. .)                  
/----------------------------oo0--(_)--0oo-------------------------------------/

/----     MAP     MAP     MAP     MAP     MAP     MAP     MAP     MAP      ----/

                               ooo0  0ooo
/------------------------------(  )--(  )--------------------------------------/
/*                             (_)    (_)                                     */
.map {
    background: url(../images/map-lg.jpg) no-repeat, #cccccc;
    background-size: cover;
    background-position: center;
    height: 400px;
}

.address {
    position: absolute;
    z-index: 100;
    width: 100%;
    background-color: rgba(131, 168, 62, 0.6);
}

.address h3 {
    text-align: center;
    margin: 15px 0;
    color: #374719;
}

.address h3.heading-double-line:before, .address h3.heading-double-line:after {
    background-color: #374719;
}

.address p {
    text-align: center;
    color: #181f0b;
    margin-top: 60px;
}

.address img {
    position: absolute;
    width: 155;
    height: 60;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media (min-width: 768px) {
    .address h3 {
        float: left;
        margin: 50px 0 50px 50px;
    }
    .address p {
        float: right;
        margin-top: 45px;
        text-align: left;
    }
}

/*                               ()_()                   
                                 (. .)                  
/----------------------------oo0--(_)--0oo-------------------------------------/

/---     WHAT WE DO   WHAT WE DO   WHAT WE DO   WHAT WE DO   WHAT WE DO     ---/

                               ooo0  0ooo
/------------------------------(  )--(  )--------------------------------------/
/*                             (_)    (_)                                     */
.what-we-do {
    padding-bottom: 70px;
}

.what-we-do p {
    margin: auto;
    margin-bottom: 10px;
}

.what-we-do .item {
    height: 600px;
    margin-top: 50px;
}

.what-we-do .item h4 {
    position: absolute;
    width: 100%;
    color: white;
    text-shadow: 0 2px 3px #333333;
    text-align: center;
    margin-top: 50px;
    margin-left: -15px;
}

.what-we-do .item li {
    border: solid 2px white;
    width: 150px;
    display: block;
    margin: auto;
    font-size: 18px;
    padding: 10px 0;
}

.what-we-do .item li:first-child {
    margin-top: -100px;
    margin-bottom: 80px;
    text-shadow: 0 2px 3px #333333;
    position: relative;
}

.what-we-do .item li:first-child:after {
    content: '';
    width: 2px;
    height: 82px;
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -82px;
    margin: auto;
}

.what-we-do .item li + li {
    margin-top: 15px;
}

.what-we-do .item.agricultura {
    background: url(../images/agricultura.jpg) no-repeat, #516f2a;
    background-size: 100% 210px;
    background-position: top center;
}

.what-we-do .item.agricultura ul {
    color: white;
    text-align: center;
    padding-top: 210px;
}

.what-we-do .item.ganaderia {
    background: url(../images/ganaderia.jpg) no-repeat, #b05910;
    background-size: 100% 210px;
    background-position: top center;
    color: white;
}

.what-we-do .item.ganaderia .left {
    float: left;
    width: 50%;
    background-color: #b05910;
    margin-top: 210px;
    height: 240px;
    text-align: center;
}

.what-we-do .item.ganaderia .right {
    float: left;
    width: 50%;
    background-color: #d7760b;
    margin-top: 210px;
    height: 240px;
    text-align: center;
}

@media (min-width: 768px) {
    .what-we-do p {
        width: 700px;
    }
}

/*                               ()_()                   
                                 (. .)                  
/----------------------------oo0--(_)--0oo-------------------------------------/

/----    GALLERY    GALLERY    GALLERY    GALLERY    GALLERY    GALLERY    ----/

                               ooo0  0ooo
/------------------------------(  )--(  )--------------------------------------/
/*                             (_)    (_)                                     */
.gallery {
    padding-bottom: 20px;
    background-color: #292929;
}

.gallery .item {
    margin-bottom: 30px;
}

/*                               ()_()                   
                                 (. .)                  
/----------------------------oo0--(_)--0oo-------------------------------------/

/----   ACTUALLY   ACTUALLY   ACTUALLY   ACTUALLY   ACTUALLY   ACTUALLY    ----/

                               ooo0  0ooo
/------------------------------(  )--(  )--------------------------------------/
/*                             (_)    (_)                                     */
.actually {
    padding-bottom: 20px;
}

.actually .item {
    margin-bottom: 30px;
}

.actually .item h4 {
    font-weight: 700;
}

.actually .item .btn {
    margin: auto;
    display: block;
    width: 130px;
}

/*                               ()_()                   
                                 (. .)                  
/----------------------------oo0--(_)--0oo-------------------------------------/

/--   WORK WITH US  WORK WITH US  WORK WITH US  WORK WITH US  WORK WITH US   --/

                               ooo0  0ooo
/------------------------------(  )--(  )--------------------------------------/
/*                             (_)    (_)                                     */
.work-with-us {
    position: relative;
    background-color: #b05910;
}

.work-with-us h3 {
    text-align: center;
    margin: 15px 0;
    color: #6b4106;
}

.work-with-us h3.heading-double-line:before, .work-with-us h3.heading-double-line:after {
    background-color: #6b4106;
}

.work-with-us p {
    text-align: center;
    color: #181f0b;
    margin: 60px 0 20px 0;
}

.work-with-us img {
    position: absolute;
    width: 155;
    height: 60;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media (min-width: 768px) {
    .work-with-us h3 {
        float: left;
        margin: 50px 0 50px 50px;
    }
    .work-with-us p {
        float: right;
        margin-top: 45px;
        text-align: left;
    }
}

/*                               ()_()                   
                                 (. .)                  
/----------------------------oo0--(_)--0oo-------------------------------------/

/----    CONTACT    CONTACT    CONTACT    CONTACT    CONTACT    CONTACT    ----/

                               ooo0  0ooo
/------------------------------(  )--(  )--------------------------------------/
/*                             (_)    (_)                                     */
.contact {
    background: url(../images/contact2.png) no-repeat;
    background-size: cover;
}

.contact form {
    margin: 80px 0 100px 0;
}

.contact form textarea {
    height: 128px;
}

.contact form  .has-error textarea {
    height: 155px;
}

.contact form .btn-contact {
    height: 45px;
    width: 100%;
    margin-top: 27px;
}

@media (min-width: 992px) {
    .contact form .btn-contact {
        width: 180px;
    }
}

/*                               ()_()                   
                                 (. .)                  
/----------------------------oo0--(_)--0oo-------------------------------------/

/----    FOOTER     FOOTER     FOOTER     FOOTER     FOOTER     FOOTER     ----/

                               ooo0  0ooo
/------------------------------(  )--(  )--------------------------------------/
/*                             (_)    (_)                                     */
footer {
    padding-bottom: 30px;
}

footer .social {
    text-align: center;
    margin-top: 40px;
}

footer p {
    text-align: center;
    margin-top: 15px;
}

@media (min-width: 768px) {
    footer {
        padding-bottom: 50px;
    }
    footer .social {
        float: left;
        text-align: left;
    }
    footer p {
        float: right;
        margin-top: 45px;
    }
}
