::selection {
    color: #fff;
    background: #d02630;
}

body {
    font-size: 1.1rem;
}

strong {
    font-weight: bold;
}

.legal .small-text {
    font-size: 14px;
}

#counter .small-text {
    font-size: 13px;
}

.legal .section {
    border-bottom: 1px solid #eaebed;
}

.legal .section-invert {
    background: #f9fafc;
    border-bottom: 1px solid #eaebed;
}

.legal .section-title {
    position: relative;
}

.legal .section-title:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #d02630;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -20px;
}

.legal .icon {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(33, 37, 41, 0.1), 0 7px 14px rgba(33, 37, 41, 0.1);
    font-size: 32px;
    background-color: #d02630;
    border: 1px solid #69b329;
    color: #fafafa;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.legal .contact {
    position: relative;
    min-height: 538px;
    background: url("../asset/img/sq.jpg") no-repeat center center fixed;
    background-size: cover;
    border: none !important;
}

@media (max-width: 767px) {
    .legal .icon {
        margin: 0 auto !important;
    }
    .legal .contact {
        height: auto !important;
    }
}

.legal .footer {
    background: #212529;
    font-size: 1rem;
    clear: both;
    display: block;
}

.legal .footer a {
    color: #ddd !important;
}

.visible-sm {
    display: none;
}

.hidden {
    display: none;
}

@media (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }
    .visible-sm {
        display: block !important;
    }
    .text-center-sm {
        text-align: center !important;
    }
}

@media (min-width: 767px) and (max-width: 900px) {
    .legal .icon {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .hidden-87 {
        display: none !important;
    }
    .legal-menu .dropdown-toggle:after {
        display: none;
    }
}

.legal .nav-link.active {
    color: #d02630 !important;
}

.legal .bg-dark-transparent {
    background: rgba(0, 0, 0, 0.5);
}

.legal .text-green {
    color: #d02630;
}


/* Overlay on Career Page */

.legal .fm-overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f9fafc;
    overflow-y: auto;
    transition: 0.5s;
}


/* Position the content inside the overlay */

.legal .fm-overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    margin-top: 30px;
    padding: 27px 170px 40px;
}

@media (max-width: 767px) {
    .legal .fm-overlay-content {
        padding: 20px 30px;
    }
}

.legal .fm-overlay .fm-closebtn {
    float: right;
    z-index: 1;
    position: sticky;
    top: 85px;
    right: 35px;
    font-size: 60px;
    color: #aaaaaa;
}

.legal .fm-overlay .fm-closebtn:hover {
    color: #111111;
    text-decoration: none;
}

@media screen and (max-height: 450px) {
    .legal .fm-overlay .fm-closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


/* Prevent body from scrolling down when fullscreen modal is opened */

body.fm-open {
    overflow: hidden;
    position: fixed;
}

.card {
    background-color: #ffffffde;
}

.legal .career-card-footer button {
    float: right;
}

@media (max-width: 1080px) {
    .legal .career-card-footer {
        text-align: center;
    }
    .legal .career-card-footer button {
        float: none !important;
    }
}

.alert-dismissible .close {
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    transition: all 250ms cubic-bezier(.27, .01, .38, 1.06);
}

.privacy-alert {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    z-index: 99999 !important;
}

.top-navbar-load {
    top: 50px !important;
}

.small-page-section {
    padding: 7rem !important;
}

@media (max-width: 768px) {
    .small-page-section {
        margin-top: 90px;
        padding: 1rem !important;
    }
}

.no-shadow {
    box-shadow: none !important;
    text-shadow: none !important;
}

.legal .nav-tabs .nav-link {
    color: #787b7d;
}

.legal .value-list {
    position: relative;
    list-style: none;
    margin-left: 3rem;
    padding-left: 1.2em;
}

.legal .value-list>li {
    margin-bottom: 5px;
}

.legal .value-list>li::before {
    width: 24px;
    content: "+";
    position: absolute;
    left: 0;
}

.legal .product-pre {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 80px;
    font-weight: 600;
}

@media(min-width: 1366px) {
    .legal .product-pre {
        padding: 0 350px;
    }
}

@media(max-width: 1000px) {
    .legal .product-pre {
        padding: 0;
        position: relative;
    }
}

.counter-block .row {
    display: flex;
    flex: 1;
    align-content: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.col-1-5 {
    display: block;
    clear: both;
    padding: 7px 17px;
    width: 20%;
    max-width: 20%;
}

.col-1-6 {
    display: flex;
    padding: 7px 11px;
    width: 13.68666667%;
    max-width: 13.68666667%;
    align-content: center;
    justify-content: center;
}

.fCol {
    display: flex;
    flex-direction: column;
    flex: 1;
}

@media(max-width: 1200px) {
    .col-1-6 {
        display: block;
        width: 33.33%;
        max-width: 33.33%;
    }
    .box-carret::before {
        margin: -20px 0 0 45%;
    }
}

@media(max-width: 530px) {
    .col-1-6 {
        display: block;
        width: 100%;
        max-width: 100%;
    }
}

.counter-block h1 {
    font-size: 2.5rem;
}

.box-carret {
    display: flex;
    flex-direction: row;
    flex: 1;
    position: relative;
    left: 15%;
    max-width: 69%;
    border-bottom: 5px solid #ffba4a;
    margin-top: 21px;
    align-content: flex-end;
}

.box-carret.down {
    border: none;
    border-top: 5px solid #ffba4a;
    margin-top: 0;
    margin-bottom: 21px;
}

.box-carret::before {
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #ffba4a;
    position: absolute;
    margin: -20px 0 0 40%;
    bottom: -1px;
}

.box-carret.down::before {
    border: none;
    border: 10px solid transparent;
    border-top-color: #ffba4a;
    margin: 0 0 0 45%;
    top: -1px;
}

.box-carret.red-down,
.box-carret.down.red-down::before {
    border-top-color: #e35048 !important;
}

.box-carret.light-blue-down,
.box-carret.down.light-blue-down::before {
    border-top-color: #2096c8;
}

.box-carret.green-down,
.box-carret.down.green-down::before {
    border-top-color: #90bc4b;
}

.box-carret.red,
.box-carret.red::before {
    border-bottom-color: #e35048;
}

.box-carret.light-blue,
.box-carret.light-blue::before {
    border-bottom-color: #2096c8;
}

.box-carret.dark-blue,
.box-carret.dark-blue::before {
    border-bottom-color: #14456b;
}

.box-carret.green,
.box-carret.green::before {
    border-bottom-color: #90bc4b;
}

.col-1-5+.col-1-5 {
    border-left: 1px solid #615046;
}

@media(max-width: 992px) {
    .col-1-5 {
        display: block;
        clear: both;
        width: 33.33%;
        max-width: 33.33%;
    }
    .col-1-5:nth-child(4) {
        border: none;
    }
}

@media(max-width: 768px) {
    .col-1-5 {
        display: block;
        clear: both;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    .col-1-5+.col-1-5 {
        border: none;
    }
    .box-carret::before {
        margin: -20px 0 0 47%;
    }
    .box-carret.down::before {
        margin: -1px 0 0 47%;
    }
}

.neomission {
    background: #d6ecf5 url('../asset/img/cloud-bg.png') top center no-repeat;
    background-size: cover;
    border: none;
    border-bottom: 34px solid #8fbb49 !important;
    color: #111;
}

#services {
    border-top: 30px solid #534238 !important;
}

.neomission img {
    position: relative;
    z-index: 1029;
    bottom: -24px;
}

.neomission>.container {
    position: relative;
    min-height: 280px;
    width: 100%;
}

.neomission>.container>.row {
    position: absolute;
}

.nmcol+.nmcol {
    border-left: 2px dashed #a3a6a9;
}

@media(max-width: 991px) {
    /* .nmcol{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .nmcol:nth-child(3){
        border: none;
    } */
}

@media(max-width: 1080px) {
    .neomission>.container>.row {
        position: relative;
    }
}

@media(max-width: 768px) {
    .neomission>.container>.row {
        position: relative;
    }
    .nmcol ul {
        margin-left: 20px;
    }
    .nmcol+.nmcol {
        border: none;
    }
    .nmcol {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.visible-1200 {
    display: none;
}

@media(max-width: 1200px) {
    .hidden-1200 {
        display: none;
    }
    .visible-1200 {
        display: block;
    }
}

.zenBlack {
    background-color: #111 !important;
    color: #fff !important;
}


/* Service Tabs */

.en3_tabs_wrapper {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding: 21px 0 36px;
    background: transparent;
}

ul.en3_tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin: 25px 0 0;
    padding: 0;
    width: 23%;
    min-width: 175px;
    list-style: none;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

ul.en3_tabs li {
    display: flex;
    flex: 1;
    flex-direction: row;
    margin: 0;
    cursor: pointer;
    line-height: 18px;
    color: #9c9c9c;
    text-align: left;
    background: #dedede;
    border: 1px solid #d3d5d1;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

ul.en3_tabs li:hover,
ul.en3_tabs li:active,
ul.en3_tabs li:focus {
    background: #dcdcdc;
    color: #565656;
}

ul.en3_tabs li.active {
    background: #00a9a8;
    color: #fafafa;
}

ul.en3_tabs li>.en3_icon {
    width: 80px;
    height: 80px;
    background: #383d42;
    content: '';
    padding: 7px;
}

ul.en3_tabs li>span {
    max-width: 66%;
    min-height: 80px;
    padding: 10px 21px 7px 10px;
    font-size: 15px;
}

.en3_tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    left: -2%;
    width: 70%;
    min-width: 10px;
    text-align: left;
    background: white;
    border: none;
    border-radius: .625rem;
    box-shadow: 0 .46875rem 2.1875rem rgba(90, 97, 105, .1), 0 .9375rem 1.40625rem rgba(90, 97, 105, .1), 0 .25rem .53125rem rgba(90, 97, 105, .12), 0 .125rem .1875rem rgba(90, 97, 105, .1);
}

.en3_tab_img {
    width: 400px;
    float: right;
    margin: 7px 0 28px 10px;
    border-radius: 5px;
}

.en3_icon_saas {
    background-image: url('/asset/img/tabs/saas.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
    display: block;
}

.en3_icon_agriinputs {
    background-image: url('/asset/img/tabs/agriinputs.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
    display: block;
}

.en3_icon_evaluations {
    background-image: url('/asset/img/tabs/evaluations.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
    display: block;
}

.en3_icon_coaching {
    background-image: url('/asset/img/tabs/coaching.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
    display: block;
}

.en3_icon_ims {
    background-image: url('/asset/img/tabs/ims.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
    display: block;
}

.en3_icon_traceability {
    background-image: url('/asset/img/tabs/traceability.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
    display: block;
}

@media(max-width: 920px) {
    .en3_tab_img {
        width: 100%;
        display: block;
        margin: 7px 0;
    }
}

.en3_tab_content {
    padding: 36px 28px;
    height: 100%;
    display: none;
}

.en3_tab_drawer_heading {
    display: none;
}

@media screen and (max-width: 781px) {
    ul.en3_tabs {
        display: none;
    }
    .en3_tab_container {
        display: block;
        margin: 0 auto;
        width: 95%;
        border-top: none;
        border-radius: 0;
    }
    .en3_tab_drawer_heading {
        background: #dedede;
        color: #A7A7A7;
        margin: 0;
        padding: 11px 17px;
        border-top: 1px solid #d3d5d1;
        border-bottom: 1px solid #d3d5d1;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
    }
    .en3_tab_drawer_heading:hover {
        background: #dedede;
        color: #565656;
    }
    .d_active,
    .d_active:hover,
    .d_active:focus,
    .d_active:active {
        background: #00a9a8;
        color: #fafafa;
    }
}

.avatar {
    border: 6px solid #00a9a8;
}

.cvalues {
    padding: 20px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.cvalues.traceability {
    background-image: url('../asset/img/cvalues/01-traceability.jpeg');
}

.cvalues.innovation {
    background-image: url('../asset/img/cvalues/02-innovation.jpeg');
}

.cvalues.transparency {
    background-image: url('../asset/img/cvalues/03-transparency.jpeg');
}

.cvalues.fair {
    background-image: url('../asset/img/cvalues/04-fair.jpeg');
}

.cvalues.environment {
    background-image: url('../asset/img/cvalues/05-environment.jpeg');
}

.cvalues.creativity {
    background-image: url('../asset/img/cvalues/06-creativity.jpeg');
}

.cvalues.empowerment {
    background-image: url('../asset/img/cvalues/07-empowerment.jpeg');
}

.cvalues .content {
    display: flex;
}

.cvalues .content.first {
    height: 500px;
}

.cvalues .number {
    line-height: 1.2;
    font-size: 75px;
    margin-right: 5px;
}

.cvalues .first .number {
    line-height: 1;
    font-size: 180px;
}

@media(max-width: 576px) {
    .cvalues.cvalues.traceability {
        margin-bottom: 20px;
    }
    .cvalues .content.first {
        height: auto;
    }
    .cvalues .first .number {
        line-height: 1.2;
        font-size: 75px;
        margin-right: 5px;
    }
    .cvalues .first h2,
    .cvalues h5 {
        font-size: 1.4rem;
    }
    .cvalues p {
        font-size: 14px;
    }
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}