html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

.jumbotron {
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after {
    content: "";
    content: none
}

q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button.focus,
button:focus,
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.form-control {
    border-radius: 0
}

.form-control:focus {
    box-shadow: none
}

textarea {
    resize: none
}

.modal .modal-content {
    border-radius: 0;
    border: 0
}

a {
    color: inherit
}

a:hover {
    text-decoration: none
}

@font-face {
    font-family: "primary-bold";
    src: url("../fonts/gotham-rounded-bold.otf");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "primary-boldI";
    src: url("../fonts/gotham-rounded-bold-italic.otf");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "primary-regular";
    src: url("../fonts/gotham-rounded-book.otf");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "primary-regularI";
    src: url("../fonts/gotham-rounded-book-italic.otf");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "primary-light";
    src: url("../fonts/gotham-rounded-light.otf");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "primary-lightI";
    src: url("../fonts/gotham-rounded-light-italic.otf");
    font-style: normal;
    font-weight: normal
}

html {
    font-family: primary-regular, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    scroll-behavior: smooth
}

body {
    border-top: 8px solid #84bd00
}

body p {
    color: #6d6e71
}

.check {
    opacity: 0
}

.nav-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 11
}

.nav-item:not(:first-child) {
    margin-left: 25px;
    margin-left: 1.5625rem
}

.nav-link {
    font-family: primary-bold, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    color: #6d6e71
}

.nav-link:hover {
    color: #00843d
}

@media(max-width: 991.98px) {
    .navbar-collapse {
        background-color: #00843e00
    }

    .navbar-collapse .nav-link {
        color: #00843e;
    }

    .navbar-collapse .navbar-nav {
        padding: 10px 25px 10px 0px;
        padding: 0.625rem 1.5625rem 0.625rem 0rem
    }

    .navbar-collapse .nav-item {
        padding: 10px 0px;
        padding: 0.625rem 0rem;
        text-align: right
    }

    .navbar-collapse .nav-item:not(:first-child) {
        margin-left: 0
    }
}

header {
    overflow-x: hidden;
    height: calc(100vh - 8px);
    overflow: hidden
}

header .navbar {
    padding-top: 16px;
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
    max-width: 1146px;
    margin: auto;
    padding: 1.35rem 0;
}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 5.81rem !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
}
.navbar-brand{
    margin-right: 0rem !important;
    margin-left: 1rem !important;
}
header .carousel-item {
    height: calc(100vh - 8px);
    overflow: hidden;
    background-size: cover;
    background-position: right
}

header .gradient {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 8px;
    bottom: 0;
    background: -moz-linear-gradient(left, white 0%, white 34%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, white 0%, white 34%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 0%, white 34%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, #08080880 0%, #08080880 12%, #08080880 24%);
}

@media(max-width: 575.98px) {
    header .gradient {
        background: -moz-linear-gradient(left, white 0%, white 50%, rgba(255, 255, 255, 0.5) 100%);
        background: -webkit-linear-gradient(left, white 0%, white 50%, rgba(255, 255, 255, 0.5) 100%);
        background: linear-gradient(to right, white 0%, white 50%, rgba(255, 255, 255, 0.5) 100%);
        background: -webkit-linear-gradient(left, #08080880 0%, #08080880 12%, #08080880 24%);
    }
    header .header-info{
        width: 95% !important;
        max-width: 95% !important;
    }
    header .header-info .row .col-12 img {
        width: 40% !important;
    }
    header .header-info p{
        line-height: 2.5625rem !important;
        width: 90% !important;
        margin: auto !important;
    }
    
    .servicio-content p br{
        display: none;
    }
}

@media (max-width: 492.98px) {
  header .header-info p {
    line-height: 2.5625rem !important;
    width: 51% !important;
    margin: auto !important;
  }
}

header .wsp {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 68px;
    right: 120px;
    z-index: 5
}

@media(max-width: 575.98px) {
    header .wsp {
        right: 20px
    }
}

header .iso {
    position: absolute;
    bottom: 40px;
    right: 40px
}

header .header-info {
    position: relative;
    z-index: 10;
    top: -26.5rem;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40rem;
    max-width: 38rem;
}
header .header-info .row{
    width: 40rem;
    margin-top: 0rem;
}
header .header-info .row .col-12{
    max-width: 39rem;
    text-align: center;
}
header .header-info .row .col-12 img{
    width: 61%;
    margin-bottom: 1rem;
}
header .header-info p {
    color: white;
    font-family: primary-bold, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    font-size: 18px;
    font-size: 2rem;
    line-height: 25px;
    line-height: 1.5625rem;
    width: 39rem;
}

header .header-info p.title {
    color: #00843d;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    position: relative
}

header .header-info p.title:before {
    content: "";
    background-color: #00843d;
    position: absolute;
    left: -80%;
    bottom: -15px;
    width: 98%;
    height: 3px
}
header .container.nav-wrapper{
    max-width: 100% !important;
    background: -webkit-linear-gradient(top, #ffffff 6%, #ffffff80 110%);
}
@media(min-width:1501px) and (max-width:1800px){
    header .header-info{
        top: -21.5rem;
    }
} 
@media(min-width:1200px) and (max-width:1500px){
    header .header-info{
        top: -20.5rem;
    }
} 
#institucional .servicio-comercializacion{
    background-color: #f0f0f0 !important; 
}
#institucional .servicio-comercializacion .servicio-content p{
    color: #6d6e71;
}
#institucional .servicio-comercializacion .servicio-content .categoria{
    color: #00843d;
}
#institucional .servicio-comercializacion .servicio-content .categoria:before {
    content: "";
    background-color: #00843d;
    left: 0;
    width: 98%;
}
#comercializacion .servicio-acondicionamiento{
    background-color: #00843d !important; 
}
#comercializacion .servicio-acondicionamiento .servicio-content p{
    color: white;
}
#comercializacion ul{
    margin-top: 1rem;
    margin-left: 1rem;
    list-style-type:disc;
    color: white;
}
.servicio-comercializacion {
    background-color: #84bd00;
    background-color: #f0f0f0;
}
#comercializacion .servicio-acondicionamiento .servicio-content .categoria:before {
    content: "";
    background-color: white;
    left: -1.4rem;
    width: 103%;
}
#comercializacion .servicio-comercializacion .servicio-content p{
    color: #6d6e71;
}
#comercializacion .servicio-comercializacion .servicio-content .categoria,
#comercializacion .servicio-comercializacion .servicio-content .title{
    color: #00843d;
}
#comercializacion .servicio-comercializacion .servicio-content .categoria:before {
    content: "";
    background-color: #00843d;
    left: 0;
    width: 98%;
}
#comercializacion .servicio-comercializacion .servicio-content .lista-legumbres{
    color: #6d6e71;
    margin-left: 2.5rem;
}
#comercializacion .servicio-comercializacion .servicio-content .lista-legumbres p{
    padding: 0;
}
.servicio {
    overflow-x: hidden;
    padding: 80px 0px;
    padding: 5rem 0rem
}
.servicio.servicio-acondicionamiento{
    background-color: #84bd00;
}
.servicio .servicio-content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.servicio .servicio-content .categoria {
    font-family: primary-bold, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 35px;
    margin-bottom: 2.1875rem;
    position: relative;
    color: white
}

.servicio .servicio-content .categoria:before {
    content: "";
    background-color: white;
    position: absolute;
    left: -1.15rem;
    bottom: -10px;
    width: 103%;
    height: 3px
}

.servicio .servicio-content .title {
    font-family: primary-bold, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    color: white;
}

.servicio .servicio-content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: white;
}

.servicio-comercializacion .servicio-content .categoria,
.servicio-comercializacion .servicio-content .title,
.servicio-comercializacion .servicio-content p {
    color: #fff;
    padding-left: 25px;
    padding-left: 1.5625rem
}

@media(max-width: 575.98px) {

    .servicio-comercializacion .servicio-content .categoria,
    .servicio-comercializacion .servicio-content .title,
    .servicio-comercializacion .servicio-content p {
        padding-left: 0
    }
}

.servicio-comercializacion .servicio-content .categoria:before {
    content: "";
    background-color: #fff;
    left: 0;
    width: 150%
}

@media(max-width: 575.98px) {
    .servicio-comercializacion .servicio-content .categoria:before {
        left: -70%;
        width: 100%
    }
}

.servicio-financiacion {
    background-color: #ffffff;
}

.servicio-financiacion .servicio-content .categoria,
.servicio-financiacion .servicio-content .title{
    color: #00843d;
    padding-left: 25px;
    padding-left: 1.5625rem
}

.servicio-financiacion .servicio-content p {
    color: #6d6e71;
    padding-left: 1.5625rem;
}

@media(max-width: 575.98px) {

    .servicio-financiacion .servicio-content .categoria,
    .servicio-financiacion .servicio-content .title,
    .servicio-financiacion .servicio-content p {
        padding-left: 0
    }
}

.servicio-financiacion .servicio-content .categoria:before {
    content: "";
    background-color: #00843d;
    left: 0;
    width: 98%
}
.servicio-acopio {
    background-color: #00843d; 
}

.servicio-acopio .servicio-content p{
    color: white;
}
.servicio-acopio .servicio-content .categoria:before {
    content: "";
    background-color: white;
    left: -1.4rem;
    width: 103%;
}

@media(max-width: 575.98px) {
    .servicio-financiacion .servicio-content .categoria:before {
        left: -70%;
        width: 100%
    }
}

.contacto {
    overflow-x: hidden;
    padding: 80px 0px;
    padding: 5rem 0rem;
    background-color: #262626
}

.contacto p {
    color: #fff;
    line-height: 24px;
    line-height: 1.5rem
}

.contacto .title {
    font-family: primary-bold, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    position: relative
}

.contacto .title:before {
    content: "";
    background-color: #fff;
    position: absolute;
    left: -1.4rem;
    bottom: -10px;
    width: 103%;
    height: 3px
}
.contacto .container .row{
    align-items: center;
}

@media(max-width: 991.98px) {
    .contacto form {
        margin-top: 50px;
        margin-top: 3.125rem
    }
}

.contacto form label {
    font-family: primary-light, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    padding-left: 10px;
    padding-left: 0.625rem
}

.contacto form label.error {
    color: red
}

.contacto form .from-group {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.contacto form .form-control {
    border-radius: 10px
}

.contacto form .msjForm {
    font-family: primary-light, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    font-size: 25.6px;
    font-size: 1.6rem;
    margin-bottom: 21.3333333333px;
    margin-bottom: 1.3333333333rem;
    font-weight: bold
}

.contacto form .msjForm .form-success {
    color: #84bd00
}

.contacto form .msjForm .form-danger {
    color: red
}

.contacto form button {
    padding: 9px 40px;
    padding: 0.5625rem 2.5rem;
    border: 0;
    border-radius: 30px;
    color: #00843d;
    text-align: center;
    font-family: primary-bold, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    text-transform: uppercase
}

.contacto form button:hover {
    background-color: #00843d;
    color: #fff
}

.contacto form .custom-file {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-right: 1.25rem
}

.contacto form .custom-file .custom-file-label {
    border: 0;
    background-color: transparent;
    margin-bottom: 0
}

.contacto form .custom-file .custom-file-label::after {
    display: none
}

.contacto form .custom-file .custom-file-label.selected path {
    stroke: #00843d
}

.contacto form .form-group-custom {
    margin-top: 40px;
    margin-top: 2.5rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

footer {
    background-color: #00843d;
    padding: 20px 0px;
    padding: 1.25rem 0rem
}

footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}
footer span{    
    padding: 0 8px;
}
.logoFoot{
    width: 14%;
}

@media(max-width: 575.98px) {
    footer .container {
        flex-direction: column;
        align-items: flex-start
    }
}

footer p {
    color: #fff;
    font-family: primary-light, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    font-size: 14px;
    font-size: 0.89rem;
    letter-spacing: 1px;
}

@media(max-width: 575.98px) {
    footer p {
        margin: 20px 0px;
        margin: 1.25rem 0rem
    }
    .logoFoot {
        width: 50%;
    }
}

footer .redes {
    display: flex;
    align-items: center
}

footer .redes a {
    padding: 0 10px
}

.ellecktra {
    background-color: #262626;
    padding: 1.25rem 3.75rem 1.25rem 0rem;
    display: flex;
}



.ellecktra p {
    color: #fff;
    font-family: primary-light, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    font-size: 10px;
    font-size: 0.625rem;
    margin-right: 10px;
    margin-right: 0.625rem
}

@media(max-width: 575.98px) {
    .ellecktra {
        justify-content: center;
        padding-right: 0px;
        padding-right: 0rem
    }
    .ellecktra .row{
        justify-content: center !important;
    }
    .ellecktra p{
        padding-left: 15px;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        margin-left: 0 !important;
        flex-direction: column;
    }
}

/*# sourceMappingURL=main.min.css.map */