@import url(font-awesome.min.css);
@import url(skins/emerald.css);
@import "animate.css";
@import "flexslider.css";
@import "owl.carousel.css";




.fullwidthpage {
    width: 100%;
    display: block;

}



@font-face {
    font-family: 'NeutraTextTF-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('NeutraTextTF-Bold'), url('font/neutra-text-tf-bold-5871e0e1d072a.woff') format('woff');
}


@font-face {
    font-family: 'NeutraTextTF-Light';
    font-style: normal;
    font-weight: normal;
    src: local('NeutraTextTF-Light'), url('font/neutra-text-tf-light-5871e0fe13bff.woff') format('woff');
}



@font-face {
    font-family: 'NeutraTextALT';
    font-style: normal;
    font-weight: normal;
    src: local('NeutraTextALT'), url('font/neutra-text-alt/neutra-text-alt-587261020eccb.woff') format('woff');
}


.mTop {
    position: relative;
    height: auto;
}

.topHead {
    background: #f7f7f7;
}

.topContact {
    width: 100%;
    text-align: right;
    margin: 0 auto;
    padding-right: 160px;

}

.form-search .input-append {
    float: right;
}

.form-search {
    float: right;
    margin: 0;
}

.topContact li {
    display: inline-block;
    font-size: 16px;
    line-height: 41px;
    padding: 0 5px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;

}

.topContact span {
    padding: 2px 0;
    position: relative;
    color: #4cba74;
    font-size: 18px;
    margin-right: 5px;
}

.addresTop:hover, .mailTop:hover, .phoneTop:hover {

    color: #4cba74;

}

.brand {
    float: left;
    padding-right: 30px;
}


.brand img {
    width: 200px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0px;
}

.sticky-wrapper.is-sticky {
    background: none repeat scroll 0 0 #FFFFFF;

}

.headContent {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #f7f7f7;
    max-height: 100px;
    position: relative;
    z-index: 10;
    display: inline-block;
    width: 100%;
    right: 0;
    left: 0;
}

/* ==========================================================================
   Menu
============================================================================= */
#navigator {
    background: none
}

.menu {
    float: right;
    height: auto;
    position: relative;
}



.search {
    float: right;
    padding: 5px;
}
nav.custom {
    float: right;
}
nav.custom > ul {
    float: left;
    position: relative;
}
nav.custom li {
    list-style: none;
    float: left;
}
nav.custom .dropdown {
    position: relative;
}
nav.custom li a {
    float: left;
    padding: 20px 25px;
    font-weight: 600;
    line-height: 50px;
    font-size: 19px !important;
    color: #2c3e50 !important;
    font-family: Open Sans;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
}
nav.custom li a:hover {
    color: #2ecc71 !important;
}
nav.custom li ul {
    display: none;
}
nav.custom li:hover ul {
    display: inline;
}
nav.custom li li {
    float: none;
}
nav.custom .dropdown ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 20px 0;
    border-bottom: 3px solid #29423d;
}
nav.custom .dropdown li {
    white-space: nowrap;
}
nav.custom .dropdown li a {
    padding: 10px 35px;
    font-size: 13px;
    min-width: 200px;
}
nav.custom .mega-dropdown {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: ghostwhite;
    overflow: hidden;
    padding: 20px 35px;
    border-bottom: 3px solid #29423d;
}
nav.custom li li h3{
    font-size: 18px;
    text-transform: uppercase;
    color: #29423d;
    font-family: 'NeutraTextALT';

}

nav.custom li li {
    padding: 5px 0;
}
nav.custom li li a {

    float: none;
    color: #333;
    display: block;
    text-transform: none;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 13px;
    line-height: normal;
    font-family: 'NeutraTextALT';

}
nav.custom li li a:hover {
    color: #2ecc71;

}

nav.custom  a.phonewhats {

    font-size: 1.8em !important;
    color: #ffffff !important;
    cursor: pointer;
    background: #2ecc71;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: .7em;
    text-align: center;
    margin-top: 20px;
    padding-left: 15px;
    margin-right: 25px;
}

a.phonewhats:hover {
    background: #29423d;
}

nav.custom a.phonewhats i {
    font-size: 1.5em;
    margin-top: -10px;
}

.clima {
    position: relative;

    left: 0;
    z-index: 3;
}

.mega-col {
    width: 33%;
    float: left;
}
#menu-icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    margin-right: 30px;
    display: none;
}
#menu-icon span {
    border: 2px solid #0a2b1d;
    width: 30px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.1s;
}

@media only screen and (min-width: 960px) {
    nav.custom {
        display: block !important;
    }
}
@media only screen and (max-width: 959px) {
    nav.custom {
        display: none;
        width: 100%;
        clear: both;
        float: none;
        max-height: 400px;
        overflow-y: scroll;
    }
    #menu-icon {
        display: inline;
        top: 45px;
        cursor: pointer;
    }
    #menu-icon.active .first {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-top: 10px;
    }
    #menu-icon.active .second {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        position: relative;
        top: -9px;
    }
    #menu-icon.active .third {
        display: none;
    }
    .search {
        float: none;
    }
    .search input {
        width: 100%;
    }
    nav.custom {
        padding: 10px;
    }
    nav.custom ul {
        float: none;

    }
    nav.custom li {
        float: none;
    }
    nav.custom ul li a {
        float: none;
        padding: 8px;
        line-height: 30px;
        display: block;
    }

    nav.custom a.phonewhats {
        padding: 20px 0 0 0;
    }

    .menumenu {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    .navi {
        padding: 20px 0;
    }


    .menumenu nav.custom ul ul {
        display: block;
        position: static;
        background: none;
        border: none;
    }

    .menumenu nav.custom a:hover {

        color: #333;

    }

    .menumenu nav.custom a:hover ul.mega-col {
        display: block !important;
    }

    .menumenu nav.custom ul li li a:before {
        content: "";
    }
    .mega-col {
        width: 100%;
    }
}


/*SLIDER*/

.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    height: calc(100vh - 140px);
    /*max-height:600px !important;*/
    overflow: hidden;
    z-index: 9;
}

.fullwidthbanner ul, .carousel-index ul{
    margin: 0;
    padding: 0;
}



.carousel-index .item img{
    width: 100% !important;
}

.owl-nav {
    position: absolute;
    width: 100%;
    bottom: 50%;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    background: #0a2b1d !important;
    color: #ffffff !important;
    width: 40px;
    height: 40px;
    font-size: 2em !important;
    position: absolute;

}

.owl-nav .owl-next {
    right: 0;
}

/*INTRO*/
.intro {
    display: block;
    padding: 60px 0 0 0;
    position: relative;
    text-align: justify;
    font-size: 14px;

}


.intro h1 {
    font-weight: 700;
    letter-spacing: 3px;
    font-family: 'NeutraTextTF-Light' !important;
    line-height: 35px;
    text-align: left;
    color: #29423d;
    font-size: 20px !important;

}


.intro .colDefault {
    font-size: 18px;
    font-family: 'NeutraTextTF-Light' !important;
    text-transform: uppercase;
    color: #29423d !important;
}

/*SEPARATOR*/
.separator {
    padding: 60px 0;
    position: relative;
}


/*Tabs*/
.tab-content {
    background: none repeat scroll 0 0 #FFFFFF;
}

.nav.nav-tabs.nav-append-content {
    margin-top: 30px;
}



/*SUBSCRIBE

.subscribe {
    display: block;
    float: left;
    margin-top: 30px;
    position: relative;
}


.subscribe .control-group .flat {
    height: 30px;
    padding: 6px 30px;
    text-indent: 0;
    float: left;
    border-radius: 30px;
}

.descSubscribe i {
    color: #16A085;
    font-size: 200px;
    opacity: 0.4;
    position: absolute;
    top: -8%;
    transform: rotate(-15deg);
    z-index: 0;
}

.descSubscribe > p {
    position: relative;
    z-index: 0;
}

.descSubscribe > h5 {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 500;
    position: relative;
    z-index: 99;
    color: #273532;
}

.subscribe .control-group .btn {
    float: left;
    font-size: 14px;
    margin-left: 5px;
}


/*LIST ARROW
ul.list-plus, ul.list-arrow3 {
    margin: 15px auto;

}

ul.list-plus > li {
    background: url("../img/list_icons/i_plus_grey.png") no-repeat scroll 0 2px transparent;
    padding-left: 20px;
    overflow: hidden;
    line-height: 1.6;
}

ul.list-arrow3 > li {
    background: url("../img/list_icons/i_arrow_3_grey.png") no-repeat scroll 0 2px transparent;
    padding-left: 20px;
    overflow: hidden;
    line-height: 1.6;
}


/*ACCORDION*/
.accordion {
    margin-bottom: 20px;
    margin-top: 30px;
}

.accordion-group {
    margin-bottom: 5px !important;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading {
    border-bottom: 0;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-teamDesc {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
    background: #f7f7f7;
}

.accordion {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
}

.accordion-inner {
    background: #FFFFFF
}

.accordion-group {
    margin-bottom: 1px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.accordion-heading {
    border-bottom: 0;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 12px 44px 12px 20px;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    line-height: 18px;
    background: #29423d;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.accordion-heading .accordion-toggle:before {
    display: block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    content: "\f067";
    color: #fff;
    width: 26px;
    padding: 11px 0 0 7px;
    border-left: 1px solid #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.accordion-heading .accordion-toggle:hover {
    background: #2c3e50;
    color: #44a78e
}

.accordion-heading .accordion-toggle.active {
    background: #2c3e50;
    color: #44a78e
}

.accordion-heading .accordion-toggle.active:before {
    content: "\f068";
}

.accordion-heading .accordion-toggle.active i {
    top: -11px;
    border-left: 1px solid #313439;
}

.accordion-heading .accordion-toggle.active i:before {
    content: "\f00d";
}

.accordion-teamDesc {
    padding: 18px 0px 18px 20px;
    border-top: 0px solid #e5e5e5;
}


/*Title*/
.tile {
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 10px 10px 30px;
}

/*.tile.tile-hot:before {
  background: url(../images/tile/ribbon.png) 0 0 no-repeat;
  background-size: 82px 82px;
  content: '';
  height: 82px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 82px;
}*/
.tile p {
    font-size: 18px;
    margin: 15px auto;
    text-align: justify;
    padding: 0 30px;
}

.tile-image {
    height: 250px;
    margin: auto 0 20px;
    vertical-align: bottom;
}

.tile-image.big-illustration {
    height: 111px;
    margin-top: 20px;
    width: 112px;
}

.tile-title {
    font-size: 20px;
    margin: 0;
}


/*Margin*/
.mrg-30 {
    margin: 30px auto
}

.mrg-60 {
    margin: 60px auto
}

/*Divider*/
.divider {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 30px auto 60px;
    text-align: center;
}

.divider .icon {
    color: #44a78e;
}

.divLine {
    margin: 15px 0 0;
    display: block;
    height: 1px;
    width: 45%;
    float: left;
    background: #bdc3c7;
    opacity: 0.5;
}

.divImg {
    float: left;
    font-size: 24px;
    width: 10%;
}

.divider .divImg img {
    height: 40px;
}


/*COLOR Background*/
.grey {
    background-color: ghostwhite;

}

.default {
    background: #44a78e;
}

.obscuro {
    background: #273532;
    color: #ffffff;
}

.blanco {
    background: #ffffff;
    color: #273532;
}


/*About*/
.about {
    display: block;
    padding: 60px 0;
    position: relative;
}

.titleHead {
    display: block;
    position: relative;
    text-align: center;
}

.titleHead > h3 {
    font-size: 33px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.8;
    font-family: 'NeutraTextALT' !important;

}

.titleHead > p {
    color: #777777;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 30px;
}


/*______________________________________________________________*/

/*                  FLEX SLIDER CSS                             */
/*______________________________________________________________*/

.flex-container {
    margin-bottom: 30px;
}

.flex-direction-nav li a.flex-next,
.flex-direction-nav li a.flex-prev
{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: 45%;
}

.flex-direction-nav li .flex-next {
    background: #29423d url("../img/next.png") 14px -19px no-repeat;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.flex-direction-nav li .flex-prev {
    background: #29423d url("../img/prev.png") 10px -19px no-repeat;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.flex-direction-nav li .flex-next:hover {
    background: #29423d url("../img/next.png") 14px 10px no-repeat;
}

.flex-direction-nav li .flex-prev:hover {
    background: #29423d url("../img/prev.png") 10px 10px no-repeat;
}

/*.flex-direction-nav{display: none;}*/

.flex-direction-nav li .flex-next {
    right: -40px;
    display: block;
}

.flex-direction-nav li .flex-prev {
    left: -40px;
    display: block;
}

.flexslider:hover .flex-direction-nav li .flex-next {
    right: 0px;
}

.flexslider:hover .flex-direction-nav li .flex-prev {
    left: 0px;
}

.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}

.flex-control-nav {
    width: auto;
    position: absolute;
    text-align: center;
    display: block;
    z-index: 250;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.flex-control-nav li {
    margin: 0px 0 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-indent: -9999px;
}

.flex-control-nav li:first-child {
    margin: 0;
}

.flex-control-nav li a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 30px;
    height: 8px;
    display: block;
    background: #FFF;
    cursor: pointer;
    text-indent: -999em;
}


.flex-caption {
    zoom: 1;
    width: auto;
    height: auto;
    position: absolute;
    left: 30%;
    top: 40%;
    z-index: 111;
    padding: 10px 20px;
}

.flex-caption h3 {
    color: #FFF;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
}


.flex-container.with-margin {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.flex-control-nav li a.flex-active, .flex-caption, .flex-control-nav li a:hover {
    background: none repeat scroll 0 0 #29423d;
}


#cultivos {
    padding: 5% 0;
}

.slidescultivos {
    margin-top: 40px;
}

.carousel-cultivos {
    list-style: none;
    padding: 0;
    margin: 0;
}

.carousel-cultivos .item img {
    width: 100%;
}

.carousel-cultivos .item {
    height: 300px;
    color: #ffffff;
    text-align: center;
    position: relative;
    padding-top: 10%;
}

.carousel-cultivos li .overlay {
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.carousel-cultivos li h5 {
    position: relative;
    z-index: 4;
    font-size: 24px;
    margin-top: 25%;
    letter-spacing: 1px;
}

.carousel-cultivos li a {
    position: relative;
    z-index: 4;
    margin-top: 20px;
}



.titleContent {
    border-bottom: 1px solid #bdc3c7;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.titleContent h6 {

    margin-bottom: 11px;
}

.titleContent h6 span {
    border-bottom: 3px solid #44a78e;
    padding: 10px 0;
}


/* ==================================================================
  Progress Bar
================================================================== */
.progress {
    background: none repeat scroll 0 0 #F1F1F1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    height: 36px;
    margin-bottom: 15px;
}

.progress .bar {
    background: #44a78e !important;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    text-indent: 15px;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -o-transition: width 1s ease;
    transition: width 1s ease;
}

.progress:hover .bar {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background: #2c3e50 !important;
    color: #fff;
    cursor: pointer;

}

.progress-skill-bar {
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 15px;
}

.progress-skill-bar li {
    overflow: hidden;
}

.progress-skill-bar .lable {
    background: #2c3e50;
    float: left;
    color: #44a78e;
    font-size: 12px;
    font-weight: bold;
    border-right: 1px #FFFFFF solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 8px;
}

.progress-success .bar,
.progress .bar-success {
    filter: none;
    background: #15b994;
}


.services {
    display: block;
    padding: 60px 0;
    position: relative;
}


.servContent {
    margin-bottom: 20px;
}

.servContent .ico {
    width: 55px;
    text-align: center;
    float: left;
    margin-top: 5px;
}

.servContent:hover .ico {
    color: #44a78e;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.servContent:hover {
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.servContent:hover h4 {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.servDetil {
    margin-left: 80px;
    text-align: center;
    background: #00556F;
    padding-bottom: 20px;
    -webkit-box-shadow: -1px 3px 5px 0px rgba(153, 153, 153, 1);
    -moz-box-shadow: -1px 3px 5px 0px rgba(153, 153, 153, 1);
    box-shadow: -1px 3px 5px 0px rgba(153, 153, 153, 1);
}

.servDetil h4 {
    font-family: open sans;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 10px;
    color: #ffffff;
    text-transform: uppercase;
}

.servDetil p {
    line-height: 20px;
    font-size: 13px;
}

.servDetil h4 span {
    color: #4cba74;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    display: block;
}


/* ================================================================
            Our Team
================================================================== */
.team, .portfolio, .blog, .contact {
    padding: 60px 0;
    position: relative;
}

.aboutPage {
    background: #f2f2f2;
}

.profile {
}

.profPeople {
    border-bottom: 1px solid transparent;
    z-index: 99;
    position: relative;
}

.profPeople:hover {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.myTeam .photoTeam {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.myTeam .photoTeam .overlay, .myTeam .photoTeam .socialTeam {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2
}

.myTeam .photoTeam .socialTeam {
    text-align: center;
    margin-top: 100%;
    -webkit-transition: 400ms ease-in-out;
    -webkit-transition-property: opacity, top;
    -moz-transition: 400ms ease-in-out;
    -moz-transition-property: opacity, top;
    transition: 400ms ease-in-out;
    transition-property: opacity, top
}

.myTeam .photoTeam .socialTeam, .myTeam .photoTeam:hover .overlay {
    opacity: 0;
}

.myTeam .photoTeam:hover .socialTeam {
    top: -50%;
    opacity: 1;
}

.myTeam .photoTeam .socialTeam ul {
    text-align: center;
    background-color: rgba(26, 188, 156, .8);
}

.myTeam .photoTeam .socialTeam ul, .myTeam .photoTeam .socialTeam ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.myTeam .photoTeam .socialTeam ul li {
    display: inline-block;
    *zoom: 1;
    *display: inline-block
}

.myTeam .photoTeam .socialTeam ul li a {
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-transition: color .1s ease-in-out;
    -moz-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
    line-height: 50px;
    font-size: 18px
}

.myTeam .photoTeam .socialTeam ul li a:hover {
    color: #333;
}

.myTeam .photoTeam .socialTeam ul li a [class*="zocial-"] {
    width: 40px;
    height: 40px;
    line-height: 40px
}

.myTeam .photoTeam img {
    min-width: 100%;
    vertical-align: top
}

.myTeam .photoTeam:hover img {
    -webkit-filter: none;
    -moz-filter: none
}

.myTeam .info {
    padding: 15px 0;
    text-align: center;
    border-bottom: 2px solid transparent;
    line-height: 1.6;
    background: #fff;
}

.mask-loaded .myTeam .span4:nth-child(2n) .info, .mask-loaded .myTeam .span4:nth-child(2n) .info {
    -webkit-mask-position: center top
}

.mask-loaded .myTeam .span4:nth-child(3n) .info, .mask-loaded .myTeam .span4:nth-child(3n) .info {
    -webkit-mask-position: right bottom
}

.myTeam .info .name, .myTeam .info .job {
    display: block
}

.myTeam .info .name {
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'BebasNeue', Arial, Helvetica, sans-serif
}

.myTeam .profPeople:hover .info {
    background: #44a78e;
    color: #fff;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.myTeam .profPeople:hover .info .job {
    color: #FFFFFF;
}

.info .job {
    color: #95A5A6;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.info > p {
    display: block;
    font-size: medium;
    padding: 10px 10px 0;
    text-align: left;
}


/* ========================================================== */
/*                    Portfolio                         */
/* ========================================================== */

#portfolio {
    width: 100%;
    padding-bottom: 120px;
    position: relative;
    z-index: 9;
}

#filter {
    width: 100%;
    padding: 15px 0 40px 0;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 10;
}

#filter li {
    display: inline-block;
    margin: 0 0 10px 0;
}

#filter li a {
    color: #333;
    border: 1px solid #c1c1c1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 12px;
    font-family: 'open_sansitalic', Arial, Helvetica, sans-serif;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

#filter li.selected a, #filter li a:hover {
    color: #fff;
    background-color: #44a78e;
    border: 1px solid #44a78e;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

#list {
    margin-bottom: 30px;
}

.portfolio_list {
    position: relative;
    padding: 0;
    margin: 0;
}

.list_item {
    margin-bottom: 2%;
    overflow: hidden
}

.portfolio_details {
    display: block;
    clear: both;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px;
    text-align: center;
}

.list_item:hover .portfolio_details {
    background-color: #44a78e;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
}

.list_item:hover .portfolio_details .btn-primary {
    background-color: #000000 !important;
}

.portfolio_details h2 {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #111 !important;
    margin: 0 0 10px 0;
}

.list_item:hover .portfolio_details h2 {
    color: #fff !important;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}

.portfolio_details span {
    font-size: 22px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #2c3e50;
}

.list_item:hover .portfolio_details span {
    color: #eee;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}

.view {
    width: 100%;
    padding: 0;
    border: none;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.view .mask, .view .content {

    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
}

.view i.zoom {
    cursor: pointer;
    display: block;
    font-size: 50px;
    height: 100%;
    line-height: 4.5;
    position: absolute;
    text-align: center;
    width: 100%;
}

.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 100%;
    width: 100%;
}

.list_item:hover .view-first img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.list_item:hover .view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.list_item:hover .view-first a.zoom {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#easing {
    top: 10%;
    width: 50%;
    z-index: 101;
}



.colDefault {
    color: #29423d;
}

.highlight {
    padding: 2px 6px;
}

.highlight.black {
    background: none repeat scroll 0 0 #2c3e50;
    color: #FFFFFF;
}

.distribuidor{
    padding: 5% 0;
    background: ghostwhite;
}

.item-distribuidor {
    text-align: center;
    margin-top: 50px;
}

.item-distribuidor .icon-distribuidor {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #4cae4c;
    text-align: center;
    font-size: 3em;
    padding-top: 20px;
    display: inline-block;
}

.item-distribuidor h6 {
    font-family: 'NeutraTextALT';
}

.item-distribuidor p {
    font-size: 16px;
    color: #777777;
}

/* ==================================================
   Contact Section
================================================== */

.contact {
    background: url("../img/banners/aguacates.jpg");
    background-size: cover;
    background-position: left;

}

.contact .titleHead > p {
    color: #ffffff !important;
    font-family: 'NeutraTextALT';
    font-size: 2em;
}

.contact .btn-send {
    border: 3px solid #ffffff;
}

.contact p.text-white {
    color: #ffffff !important;
}


.contact .contact-form form textarea {
    -moz-box-sizing: border-box;
    max-width: 100%;
    width: 100%;
}

.contact_info.span6 > h6 {
    border-bottom: 1px solid #f7f7f7;
    line-height: 2.2;
    margin-bottom: 23px;
}

.contact_info.span6 h6 span {
    border-bottom: 3px solid #44a78e;
    padding: 10px 0;
}

.contact .info address [class*="icon"] {
    left: 5px;
    position: absolute;
    top: 1px;
}

.contact .info .adr, .contact .info .phone, .contact .info .mail {
    padding-left: 30px;
    position: relative;
}

.contact_info i {
    font-size: 20px;
    margin-right: 15px;
}

.contact-details h3 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1em;
    text-transform: uppercase;
}

.contact-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-details ul li {
    margin: 0 0 20px;
    line-height: 28px;
    padding: 0;
}



#contact-form, .contact_info {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 40px;
}

#contact-form p {
    margin-bottom: 1px;
}

#contact-form input, #cotizador-form input,
#contact-form textarea, #cotizador-form textarea, #cotizador-form select {
    color: #5f5f5f;
    font-size: 14px;
    height: auto;
    padding: 12px 15px;
    resize: none;
}

#contact-form input, #cotizador-form input, #cotizador-form select {
    font-family: Open Sans !important;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cotizador-form input[type=submit] {
    width: auto;
}
#cotizador-form select {
    height: 50px;
}

#contact-form textarea, #cotizador-form textarea {
    width: 100%;
    resize: vertical;
    font-family: Open Sans;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact-submit {
    margin: 0;
}

#response {
    margin-top: 20px;
    color: #FFFFFF;
}

.adr {
    line-height: 1.8
}

.adr span {
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}

address {
    margin-top: 10px;
}

.contact_info > p, .adr {
    color: #555;
    font-family: Open Sans;
    font-size: 14px;
    text-align: justify;
    line-height: 1.5;
}

.adr em {
    color: #2c3e50;
    padding-right: 10px;
    line-height: 1.5;
}

.mail > a, .web > a, .follow > a {
    color: #44a78e;
    font-family: Open Sans;
    text-decoration: none;
}

.mail > a:hover, .web > a:hover, .follow > a:hover {
    color: #29423d;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}


.footer {
    display: block;
    padding: 30px 0;
    position: relative;
    background: #f7f7f7 !important;

}

.footer h6 {
    font-size: 19px !important;
    font-weight: normal;
    color: #29423d;
}

.footer p{
    font-size: 14px !important;
}

label.error {
    font-size: 11px;
    background: indianred;
    color: #ffffff;
    padding: 5px 10px;
    font-weight: normal;
    border-radius: 10px;
}

.bottom-icons {
    float: right;
    margin-top: 5px;
}

.bottom-icons > li {
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    margin-right: 5px !important;
}

.bottom-icons li a {
    color: #bdc3c7;
    margin-top: 5px;
}

.bottom-icons li a:hover {
    color: #44a78e;
}

a.bottom-icons-redes {
    color: #29423d !important;
    font-size: 14px;
}

.copyright {

    position: relative;
    text-align: center;
    border-top: 1px solid #cccccc;
}

.copyright > p {
    margin: 10px 0 0;
}

.footer a {
    color: #29423d !important;
}


/* ==================================================
   Mobile / Responsive
================================================== */
@media (max-width: 980px) {
    .navMenu > li > a {
        padding: 27px 10px;
    }




}


@media (max-width: 960px) {

    nav.custom {
        display: none;
        background: ghostwhite;
    }

    .is-sticky {
        display: block;
        max-width: 100%;
    }

    .menu {
        display: inline;
        text-align: center;
    }

    .sticky-wrapper.is-sticky .upHead {
        min-height: 90px;
        padding-bottom: 0;
        padding-top: 0;
        width: 100%;
    }


}



@media (min-width: 768px) and (max-width: 979px) {


    .flex-caption, .flex-caption2 {
        width: 420px;
        top: 25%;
    }

    .flex-caption h3, .flex-caption2 h3 {
        font-size: 18px;
    }

    .flex-caption p.subtitle, .flex-caption2 p.subtitle {
        font-size: 14px;
    }

    .slide-form input.email {
        width: 320px;
    }

    .title h3 {
        font-size: 22px;
    }

    .about-txt-div {
        width: 45%;
    }

    .about-txt-wrap {
        padding: 25px 30px;
    }

    .about-txt {
        height: 278px;
    }

    .about-txt p.about-subtitle {
        display: none;
    }

    #overlay_form iframe {
        width: 600px;
        height: 350px;
    }

    #overlay_form {
        width: 600px;
    }

    .icon3 {
        height: 168px;
    }

    .testi p {
        font-size: 22px;
        padding: 0 100px;
    }

    .form-contact input {
        width: 42%;
        padding: 5px 23px;
    }

    .data-txt {
        font-size: 13px;
    }


}

@media (min-width: 480px) and (max-width: 767px) {


    .flex-next, .flex-prev {
        top: 40%;
    }

    .flex-caption, .flex-caption2 {
        width: 320px;
        top: 10%;
    }

    .flex-caption h3, .flex-caption2 h3 {
        font-size: 16px;
    }

    .flex-caption p.subtitle, .flex-caption2 p.subtitle {
        font-size: 11px;
    }

    .flex-caption a {
        width: 80px;
        height: 30px;
        padding: 8px 50px 10px 15px;
        font-size: 16px;
    }

    .flex-caption a.fc1 {
        width: 80px;
        height: 30px;
        padding: 8px 50px 10px 15px;
        font-size: 16px;
    }

    .flex-caption2 a.fc1 {
        width: 80px;
        height: 30px;
        padding: 8px 50px 10px 15px;
        font-size: 16px;
    }

    .flex-caption a.fc2 {
        width: 80px;
        height: 30px;
        padding: 8px 50px 10px 15px;
        font-size: 16px;
    }



    .flex-prev, .flex-next {
        background-size: 60px;
        width: 60px;
        height: 60px;
    }

    p.title-spc {
        font-size: 14px;
        margin: 5px 0 0;
    }

    .title h3 {
        font-size: 26px;
        line-height: 2;
    }

    .about-img {
        clear: both;
        width: 100%;
    }

    .about-img img {
        width: 100%;
    }

    .about-txt {
        clear: both;
        width: 100%;
        margin: 0;
        height: 360px;
    }



    .services .title {
        padding: 0 0 60px;
    }



    .portfolio li {
        min-height: 100px;
    }



    .form-contact input {
        padding: 5px 20px;
        width: 38%;
    }

    .form-contact textarea {
        max-width: 91%;
        min-width: 91%;
        width: 91%;
    }

    .data {
        height: 460px;
    }

    .data .span4 {
        height: 180px;
    }


}


@media (max-width: 480px) {


    .flex-caption, .flex-caption2 {
        width: 250px;
        top: 20%;
        left: 12%;
        right: 12%;
    }



    .portfolio li {
        min-height: 80px;
    }

    .flex-caption p.subtitle, .flex-caption2 p.subtitle {
        display: none;
    }

    .flex-caption h3, .flex-caption2 h3 {
        background-color: #383E44;
        font-size: 12px;
    }

    .flex-prev, .flex-next {
        background-size: 30px;
        width: 30px;
        height: 30px;
    }

    .flex-caption a {
        width: 70px;
        height: 20px;
        padding: 8px 50px 15px 15px;
        font-size: 14px;
    }

    .flex-caption a.fc1 {
        width: 70px;
        height: 20px;
        padding: 8px 50px 15px 15px;
        font-size: 14px;
    }

    .flex-caption2 a.fc1 {
        width: 70px;
        height: 20px;
        padding: 8px 50px 15px 15px;
        font-size: 14px;
    }

    .flex-caption a.fc2 {
        display: none;
    }

    .slide-form input.email {
        height: 30px;
        width: 120px;
    }

    .slide-form input.button {
        width: 40px;
        height: 40px;
        background-position: 50% 1px;
    }

    p.title-spc {
        font-size: 14px;
        margin: 5px 0 0;
    }

    .title h3 {
        font-size: 22px;
        line-height: 2;
    }

    .about-img {
        clear: both;
        width: 100%;
    }

    .about-img img {
        width: 100%;
    }

    .about-txt {
        clear: both;
        width: 100%;
        margin: 0;
        height: 500px;
    }

    .about-txt-div2 {
        width: 45%;
    }

    .about-txt-div {
        width: 35%;
    }



    .services {
        height: 900px;
    }

    .services .title {
        padding: 0 0 60px;
    }

    li.team-s {
        width: 290px !important;
        margin: 0 auto 60px !important;
    }



    .testi p {
        font-size: 17px;
        padding: 0 60px;
    }

    .form-contact input {
        padding: 5px 20px;
        width: 32%;
    }

    .form-contact textarea {
        max-width: 86%;
        min-width: 86%;
        width: 86%;
    }

    .form-contact input.input-submit {
        width: 160px;
    }

    .data {
        height: 460px;
    }

    .data .span4 {
        height: 180px;
    }
}



@media screen and (max-width: 500px) {
    .sticky-wrapper {
        height: auto !important;
    }

    .logo_top {
        display: inline-block;
        margin-top: 14px;
        text-align: center;
        margin-left: 0;
        float: none;
    }

    .logos {
        display: inline-block;
        margin-top: 14px;
        text-align: center;
        margin-left: 0;
        float: none;
    }

    .menu {
        margin-right: 0;
    }

    .upHead {
        padding: 10px 45px;
    }

    .slides h1 {
        font-size: 40px;
    }

    .slides h2 {
        font-size: 30px;
    }

    .title h1 {
        font-size: 50px;
    }

    .separatorTitle h5, .separatorTitle h6 {
        font-size: 20px;
        line-height: 2em;
    }

    .separatorTitle h1, .separatorTitle h2, .separatorTitle h3, .separatorTitle h4 {
        font-size: 30px;
        line-height: 1.8em
    }

    .profPeople {
        margin: 0 auto 30px;
    }

    .experience h3, .skill h3 {
        margin-top: 30px;
    }

    #toggle-view h3 {
        margin-top: 0;
    }

    .main-slide > img {
        height: 60px;
        width: 260px;
    }

}



/* ---------------------------------------------------------------------- */
/*  Mobile Version
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 800px) {
    .brand img {
        margin: 15px auto;
    }

    .menu {
        display: inline-block;
        margin-top: 30px;
        position: relative;
    }



    .fullwidthbanner-container {
        height: 400px;
    }



    .view span.zoom {
        line-height: 3.5;
    }
}

@media handheld, only screen and (max-width: 768px) {

    .brand img {

        margin: 18px auto;
        width: 220px;
    }

    .menu {
        display: inline-block;
        margin-top: 36px;
        position: relative;
    }



    .fullwidthbanner-container {
        height: 380px;
    }

    .view span.zoom {
        font-size: 40px;
    }



}

@media handheld, only screen and (max-width: 640px) {

    .brand {
        float: left;
    }



    .sticky-wrapper.is-sticky .headContent {
        width: 100%;
    }



    .fullwidthbanner-container {
        height: 300px;
    }

    .view img {
        display: block;
        position: relative;
        width: 100%;
    }

    .view span.zoom {
        font-size: 55px;
        line-height: 8.5;
    }

}

@media handheld, only screen and (max-width: 767px) {
    body {
        padding: 0;
    }



    .mTop {
        height: auto;
    }

    .home_title h1 {
        font-size: 70px;
        line-height: 80px;
        padding-top: 120px;
    }

    .home_title p {
        font-size: 40px;
        line-height: 50px;
    }

    .services {
        text-align: center;
    }

    .services .icon {
        margin-left: 0;
    }

    .portfolio {
        text-align: center;
    }

    .info_hover {
        left: -1000px;
        width: 52%;
        margin-left: 24%;
        height: 94%;
    }

    .text_hover {
        text-align: left;
        padding: 25% 10% 5% 10%;
    }

    .contact .form_contact {
        width: 60%;
    }

    #datalog .colb, #datalog .col5, #datalog .col1, #datalog .col2, #datalog .col4, #datalog .col3 {
        width: 100%;
    }

    #datalog .story {
        float: none;
    }

    #datalog .comment_tweet .col2.border {
        width: 100%;
    }

    #datalog .responsive.col4 {
        width: 100%;
    }

    .contact .form_contact {
        margin-left: -40px;
        width: 75%;
    }



    .menu {
        display: inline-block;
        padding-top: 15px;
        margin-top: 20px;
        position: relative;
    }

    .topContact li.addresTop {
        display: none;
    }
   .topContact li.encuatro {
       width: 24% !important;
       font-size: 2em;
       margin: 10px 0;
   }

    .topContact li.encuatro span{
        display: none;
    }

   /* .phonewhats-li {
        width: 50px;
        height: 50px;
        display: inline-block;
        border-radius: 50%;
        background: #2ecc71;
        color: #ffffff !important;
        padding-top: 10px;
        margin-top: 10px;
    }*/



}

/* ---------------------------------------------------------------------- */
/*  568px Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 568px) {
    nav.custom {
        padding-top: 0;
    }

    .home_title h1 {
        font-size: 50px;
        line-height: 60px;
        padding-top: 50px;
    }

    .home_title p {
        font-size: 35px;
        line-height: 45px;
    }

    #filter li a {
        margin: 5px auto;
    }

    .info_hover {
        width: 72%;
        margin-left: 14%;
    }

    .social ul li {
        width: 30px;
    }

    .about, .services {
        padding: 50px 0;
    }

    .about .container, .services .container {
        padding: 15px;
    }

    .news_page {
        max-width: 568px;
    }

}

/* ---------------------------------------------------------------------- */
/*  480px Version
/* ---------------------------------------------------------------------- */


@media handheld, only screen and (max-width: 480px) {
    .brand img {
        width: auto;
    }



    .brand {
        float: left;
        text-align: left;
    }



    .menu {
        margin: 27px auto 0;
        padding: 10px 0;
    }

    li.backLava, li.backLava:before {
        display: none;
    }

    .brand.current {
        text-align: center;
    }

    .services {
        height: 100%;
        text-align: left;
    }

    .titleHead > p {
        font-size: 15px;
        padding: 0 10px;
    }

    .titleHead > h3 {
        margin-bottom: 15px;
    }

    .divider {
        margin: 30px auto 40px;
    }

    #cboxTitle {
        width: 280px;
        z-index: 1 !important;
    }

    #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose {
        margin-top: 80px;
    }

    #news-navigation > ul {
        left: 0;
    }

    .caption .btn.btn-huge.btn-block.btn-inverse.btn-embossed, .caption .btn.btn-huge.btn-block.btn-primary.btn-embossed, .caption .btn.btn-large.btn-block.btn-primary {
        font-size: 10px;
        padding: 5px 10px;
    }

    .blog h4 {
        font-size: 35px;
        line-height: 45px;
    }

    .blog .buttom_more {
        margin-left: 30%;
    }

    #scroll-h-1, #scroll-h-2, #scroll-h-3 {

        position: relative;
        left: 0 !important;
    }

    #scroll-b-1, #scroll-b-2, #scroll-b-3 {

        position: relative;
        right: 0 !important;
    }

    .bxslider blockquote {
        padding: 0;
    }

    .bxslider blockquote:after, .bxslider blockquote:before {
        background: none;
    }

    .bx-wrapper .bx-controls-direction a {
        display: none;
    }

    #bx-pager a {
        margin: 5px;
    }

    .list_carousel li {
        max-width: 280px;
        min-height: 600px;
    }

    .next {
        margin-left: 40px;
    }

    .news_page {
        max-width: 320px;
    }

    #cboxTitle {
        z-index: 9;
    }

    #comment-list .avatar {
        margin-left: 10px;
        margin-top: 10px;
        width: auto;
        z-index: 1;
    }

    #comment-list ul.children, .comment-container {
        margin-left: 0;
    }

    #filter li {
        min-height: 30px;
    }

    #news-navigation {
        width: 24%;
    }

    .view-first img {
        width: 100%;
    }

    .portfolio_details {
        padding: 20px;
    }

    .copyright {
        float: none;
        padding-left: 10px;
        text-align: center;
    }

    .bottom-icons {
        padding-right: 10px !important;
    }

    .fullwidthbanner-container {
        height: 200px;
    }

    .descSubscribe {
        padding: 0 20px;
    }

    .subscribe {
        float: none;
        padding: 0 20px;
    }

    .subscribe .control-group .flat {
        height: 50px;
        margin-bottom: 5px;
    }

    .descSubscribe i {
        color: #16A085;
        font-size: 170px;
        opacity: 0.4;
        position: absolute;
        top: 5%;
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
        z-index: 0;
    }

    .view span.zoom {
        font-size: 55px;
        line-height: 5.5;
    }

}

/* ---------------------------------------------------------------------- */
/*  400px Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 460px) {
    .brand {
        float: none;
        text-align: left;
    }

    .menu {
        margin: 0 60px;
    }



}


/* ---------------------------------------------------------------------- */
/*  380px Version
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 360px) {
    .brand {
        float: none;
        text-align: left;
    }

    .brand img {
        margin: 10px auto 0;
    }

    .menu {
        margin: 10px 45px 0;
    }


    .fullwidthbanner-container {
        height: 160px;
    }

    .blog h4 {
        padding-top: 10px;
    }

    .blog h5 {
        padding-bottom: 10px;
    }

    .blog h4 {
        font-size: 40px;
        line-height: 50px;
    }

    .bxslider blockquote {
        padding: 0;
    }

    .bxslider blockquote:after, .bxslider blockquote:before {
        background: none;
    }

    .bx-wrapper .bx-controls-direction a {
        display: none;
    }

    #bx-pager a {
        margin: 5px;
    }

    .list_carousel ul li {
        max-width: 300px;
        min-height: 600px;
    }

    nav.custom {
        padding-top: 0;
        margin-left: 0;

    }

    .news_page {
        max-width: 380px;
    }

    #cboxTitle {
        z-index: 9;
    }

    #comment-list .avatar {
        margin-left: 10px;
        margin-top: 10px;
        width: auto;
        z-index: 1;
    }

    #comment-list ul.children, .comment-container {
        margin-left: 0;
    }

    .view span.zoom {
        font-size: 55px;
        line-height: 4.5;
    }


}

/* ---------------------------------------------------------------------- */
/*  320px Version
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 320px) {

    .brand {
        float: none;

    }

    .brand img {
        margin: 10px 0 !important;
    }



    .headContent {
        width: 100%;
    }

    .menu {
        margin: 10px 30px;
        padding: 10px 0;
    }

    li.backLava, li.backLava:before {
        display: none;
    }

    .brand.current {
        text-align: center;
    }

    .services {
        height: 100%;
        text-align: left;
    }

    .titleHead > p {
        font-size: 15px;
        padding: 0 10px;
    }

    .titleHead > h3 {
        margin-bottom: 15px;
    }

    .divider {
        margin: 30px auto 40px;
    }

    #cboxTitle {
        width: 280px;
        z-index: 1 !important;
    }

    #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose {
        margin-top: 80px;
    }

    #news-navigation > ul {
        left: 0;
    }

    .social-icons {
        float: none;
        margin: 5px auto;
        text-align: center;
    }

    .sticky-wrapper.is-sticky .upHead {
        min-height: 60px;
        padding-bottom: 0;
        padding-top: 0;
        width: 100%;
    }

    .sticky-wrapper.is-sticky .upHead .menu {
        display: block;
        float: none;
        margin: 15px auto;
        position: relative;
    }

    .caption.lfb.vivera_text_def.tp-caption.start, .caption.lfb.vivera_text_def.tp-caption.start {
        left: 62.703px;
        top: 86.165px;
    }

    .caption .btn.btn-huge.btn-block.btn-inverse.btn-embossed, .caption .btn.btn-huge.btn-block.btn-primary.btn-embossed, .caption .btn.btn-large.btn-block.btn-primary {
        font-size: 10px;
        padding: 5px 10px;
    }

    .blog h4 {
        font-size: 35px;
        line-height: 45px;
    }

    .blog .buttom_more {
        margin-left: 30%;
    }

    #scroll-h-1, #scroll-h-2, #scroll-h-3 {

        position: relative;
        left: 0 !important;
    }

    #scroll-b-1, #scroll-b-2, #scroll-b-3 {

        position: relative;
        right: 0 !important;
    }

    .bxslider blockquote {
        padding: 0;
    }

    .bxslider blockquote:after, .bxslider blockquote:before {
        background: none;
    }

    .bx-wrapper .bx-controls-direction a {
        display: none;
    }

    #bx-pager a {
        margin: 5px;
    }

    .list_carousel li {
        max-width: 280px;
        min-height: 600px;
    }

    .next {
        margin-left: 40px;
    }

    .news_page {
        max-width: 320px;
    }



    #comment-list .avatar {
        margin-left: 10px;
        margin-top: 10px;
        width: auto;
        z-index: 1;
    }

    #comment-list ul.children, .comment-container {
        margin-left: 0;
    }

    #filter li {
        min-height: 30px;
    }

    .fullwidthbanner-container {
        height: 140px;
    }

    .view span.zoom {
        font-size: 45px;
    }
}

/* ========================================================== */
/*                    Preloader                       */
/* ========================================================== */
/*#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.9);
    z-index: 999999;
}


.loadinglogo {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
}



#status {
    width: 200px;
    height: 200px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/loading-logo.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: -100px 0 0 -100px;
}

#status p {
    text-align: center;
}

*/
.irarriba {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #ffffff;
    text-align: center;
    width: 40px;
    height: 30px;
    color: #29423d;
    font-size: 2em;
    font-weight: bold;
    padding-bottom: 5px;
    z-index: 200;
}
.flexslider-materiaprima{
    max-height: none !important;
}

.detalle {
    display: flex;
    flex-direction: row;
}

.detalle h3.titleHead {
    background: #51a16b;
    color: #29423d;
    display: block;
    padding: 30px 0;
    text-transform: uppercase;
}

.detalle-producto {
    text-align: justify;
    padding: 10px;

}

.detalle-producto p {
    font-size: 18px;
    padding: 0 5px 0 5px;
}

.detalle-producto ul {
    font-size: 18px;
}

.sidebar-detalle {
    background: ghostwhite;
    padding: 20px;
    height: 100%;
    flex: 1;


}

.sidebar-detalle:before {
    content: "";
    background: ghostwhite;
    width: 30px;
    height: 100%;
    position: absolute;
    left: -15px;
    top: 0;

}

.detalletipo1 .sidebar-detalle {
    color: #42685c;
}

.logo-big {
    margin-top: 25%;
}

.detalletipo1 h3.titleHead {
    background: #d3d655;
    color: #42685c;
    display: block;
    padding: 30px 0;
}

.sidebar-detalle .btn {
    margin-right: 30px;
}

.detalletipo2 .sidebar-detalle {
    color: #00556f;
}

.detalletipo2 h3.titleHead {
    background: #00a98e;
    color: #00556f;
    display: block;
    padding: 30px 0;
}

.detalletipo1 .btn:hover {
    background: #42685c !important;
}

.detalletipo2 .btn:hover {
    background: #00556f !important;
}

.detalletipo1 .titleContent h6 span {
    border-bottom: 3px solid #d3d655 !important;
}

.detalletipo2 .titleContent h6 span {
    border-bottom: 3px solid #00a98e !important;
}

.sidebar-detalle .item, .detalleformulados .item {
    background: #ffffff;
    display: inline-block;
    padding: 0 20px;
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: 20px;
    min-width: 200px;
}

.detalleformulados .item {
    background: ghostwhite;
    margin-left: 10px;
}

.sidebar-detalle .item a .text, .detalleformulados .item a .text {
    color: #29423d;
}

.sidebar-detalle .item .icono, .detalleformulados .item .icono {

    font-size: 2.4em;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #c1c1c1;
    padding: 20px 30px 20px 0;

}

.detalleformulados .item .icono {
    padding: 20px 10px 20px 0;
}


.detalletipo1 .sidebar-detalle .item a .text {
    color: #42685c;
}

.detalletipo1 .sidebar-detalle .item .icono {
    color: #42685c;
}

.detalletipo1 .sidebar-detalle .item:hover {
    background: #d3d655;

}

.detalletipo2 .sidebar-detalle .item a .text {
    color: #00556f;
}

.detalletipo2 .sidebar-detalle .item .icono {
    color: #00556f;
}

.detalletipo2 .sidebar-detalle .item:hover {
    background: #00a98e;

}

.sidebar-detalle .item .text, .detalleformulados .item .text {

    display: inline-block;
    padding-left: 20px;
    font-size: 1.1em;
}


.problemas {
    margin-left: 80px;
    text-align: center;
    padding-bottom: 20px;
}

.problemas p {
    font-size: 13px !important;
    text-align: justify;
}


.col-50 {
    width: 47%;
    float: left;
}

.img-product {
    width: 100%;
    /*max-height: 400px;*/
}


.problemastitosanitarios {
    padding: 30px;
}


.problemastitosanitarios .titleContent h6 {
    border: none;
}

.label-mexico {
    font-size: 1.5em;
    font-weight: 400;
    float: left;
    padding-top: 35px;
    padding-left: 30px;
    font-family: 'Open Sans', sans-serif;
}


.brand {
    border-right: 1px silver solid;
}

.imgs {
    -webkit-box-shadow: 1px 2px 5px 0px rgba(145, 139, 145, 1);
    -moz-box-shadow: 1px 2px 5px 0px rgba(145, 139, 145, 1);
    box-shadow: 1px 2px 5px 0px rgba(145, 139, 145, 1);

    margin-bottom: 30px;
}
.detalleformulados {
    padding: 8% 0;
}

.detalleformulados .composicion {
    background: ghostwhite;
    padding: 30px 0;
}

.detalleformulados .titleHead {
    text-align: left;
    font-size: 4em !important;
}

.detalleformulados .img-product{
    margin-top: -50%;
}


.detalleformulados .cultivos {
    background: ghostwhite;
    padding: 20px;
}

.detalleformulados .cultivos table {
    width: 100%;
}

#productos {
    padding: 7% 0;
}

#productos .item-producto {
    padding: 30px 30px 30px 30px;
    height: 360px;
    margin-top: 100px;
    position: relative;
    color: #ffffff;
    font-size: .6em;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(145, 139, 145, 1);
    -moz-box-shadow: 1px 2px 5px 0px rgba(145, 139, 145, 1);
    box-shadow: 1px 2px 5px 0px rgba(145, 139, 145, 1);

}




#productos .item-producto img {
    margin: 5px 10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


#productos .item-producto h3 {

    color: #ffffff !important;
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 3em;
    line-height: 1em;
    font-family: 'NeutraTextALT' !important;


}

#productos .overlay {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
}

#productos .item-producto h3 span {
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'NeutraTextTF-Light' !important;
}

#productos .content-item-producto {
    position: relative;
    z-index: 2;
}


.separator {
    padding: 0;
    height: 350px;
    overflow: hidden;
    background: #00bb70 !important;
    /*background: url(../img/campoverde.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;*/
}

.separator .fondo-div {
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: absolute;
    z-index: 1;
}

.separator:hover  .fondo-div{
    -webkit-transform: rotate(10deg) scale(1.3);
    transform: rotate(10deg) scale(1.3);

}

.separator .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
    background: rgba(0, 0, 0, .4) !important;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.separator:hover  .overlay{

    background: #29423d;
    opacity: .7;

}


.separator .separatorTitle {
    color: #ffffff;
    position: absolute;
    z-index: 5;
    text-align: center;
    padding: 5% 10%;
}

.separator .separatorTitle h4 {
    font-weight: 400;
    font-size: 2.9em;
}

.separator img {
    position: relative;
    z-index: 5;
}


a.btn-default {
    background: #29423d !important;
}

.navMenu .dropdown-menu {
    width: auto !important;
}

.navMenu .dropdown-menu li {
    position: relative;
    width: auto;
    height: auto;
    padding: 20px 40px;
}

.navMenu .dropdown-menu li > a {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 !important;

}

.navMenu .dropdown-menu li a:hover {

    padding: 0 !important;
    background: transparent;
    color: #29423d !important;
    text-shadow: none !important;
    font-weight: normal !important;

}

.navMenu i {
    font-size: 23px;
}

.banner {
    min-height: 400px;
}

.banner.materiaprima {

    background: url(../img/materiaprima.jpeg);
    background-size: cover;

}

.small_text {
    font-size: .5em;
    display: block;
}


.banner.formulados {

    background: url(../img/formuladosportada.jpg);
    background-size: cover;
    background-position: top;
    position: relative;
    padding: 50px 0;
    min-height: 450px;

}

.item-formulados {
    padding: 0px 40px;

}

.list-formulado-rapido {
    font-family: 'NeutraTextALT';
    font-size: 1.3em;
    color: #0a2b1d;
    text-transform: uppercase;
    text-align: center;
    margin-top: 40px;

}

.list-formulado-rapido li{
    padding: 30px 0;
    cursor: pointer;
}

.list-formulado-rapido li a{
    color: #0a2b1d !important;
}

.list-formulado-rapido li a:hover{
    color: #2ecc71 !important;
}

.list-formulado-rapido .iconoformulado {
    background: #d3d655;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding-top: 20px;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
}

.list-formulado-rapido .iconoformulado img{
    height: auto;
    max-height: 50px;
}

.list-formulado-rapido .color_39 {
    background: #ff6425;
}

.list-formulado-rapido .color_40 {
    background: #009691;
}

.list-formulado-rapido .color_41 {
    background: #fa0770;
}

.list-formulado-rapido .color_42 {
    background: #8cd4cf;
}

.list-formulado-rapido .color_43 {
    background: #008fc1;
}

.list-formulado-rapido .color_44 {
    background: #533018;
}


.item-formulados_details .texto {
    padding: 0 60px;
    color: #ffffff;
    text-align: justify;
}

.item-formulados_details .texto p{
    font-size: 16px;

}

.list-formulado-rapido li:hover {
    animation-name: bounce;
}



.banner-productos-formulados {
    width: 90%;
    margin: auto;
    min-height: 450px;
}

.banner-productos-formulados .flexslider {
    min-height: 450px;
}

.item-formulados img {

    width: auto !important;
    margin-top: 30px;
}

.item-formulados .envase-formulados {
    margin-top: -45px !important;
    width: 95% !important;
    height: auto;
    display: inline-block !important;

}

#formulados {
    padding-bottom: 100px;
}


.list-presentaciones {
    font-size: 1.4em;

}

.list-presentaciones li {
    margin-top: 10px;
}

.verdeobscuro {
    background: #29423d;
}





h2, h3 {
    font-family: 'NeutraTextALT' !important;
    color: #29423d !important;
}

.intro h4 {
    font-family: 'NeutraTextALT';
    color: #29423d;
}

.llama {
    padding: 30px 0;
}

.llama h4 {
    color: #ffffff;
    font-family: 'NeutraTextTF-Light' !important;
}

.llama h4 a {
    color: #ffffff !important;
}

.valores {
    background: url(../img/sujetando-planta.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    padding: 60px 0 10px 0;
    margin-top: 100px;


}

.valores h3 {
    font-family: 'NeutraTextALT';
    margin-bottom: 40px;
    text-align: left;
    font-weight: normal;
    font-size: 2.1em;
    color: #ffffff !important;

}

.detalle h3.titleHead {
    font-size: 2em;
    font-family: 'NeutraTextALT' !important;
}


.valores i {
    color: #ffffff;
    font-size: 4em;
    margin-bottom: 30px;

}

.contact-form .form-group {
    margin-top: 10px !important;
    display: inline-block;
}

.h2_size {
    font-size: 33px;
}

.conoce-fixed {
    position: fixed;
    right: -100%;
    bottom: 50px;
    padding: 20px;
    text-align: center;
    background: ghostwhite;
    color: #29423d;
    z-index: 200;
    -webkit-box-shadow: 2px 2px 26px -4px rgba(166, 166, 166, 1);
    -moz-box-shadow: 2px 2px 26px -4px rgba(166, 166, 166, 1);
    box-shadow: 2px 2px 26px -4px rgba(166, 166, 166, 1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.close-fixed {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #29423d;
    font-size: 1.4em;
    cursor: pointer;
}

.btn-obscuro {
    background: #29423d !important;
    font-size: 12px !important;
}


.vitaextrae-bg {
    width: 100%;
    background: url(../img/banners/Banner_VitaExtra.png);
    background-size: cover;
    background-position: bottom;
    height: 450px;
}


.zayta-bg {
    width: 100%;
    background: url(../img/banners/Banner_Zayta.png);
    background-size: cover;
    background-position: right center;
    height: 450px;
}


.is-sticky .navMenu > li > a.phonewhats {
    padding: 20px 10px;
}

#listvitaextrae .list_item:hover .portfolio_details {
    background: #44a78e !important;
}

#listvitaextrae .list_item .portfolio_details h2 {

    color: #29423d !important;

}

#listvitaextrae .view i.zoom {
    color: #44a78e;
}


.btn-vitaextrae {
    background: #44a78e !important;
}

#listvitaextrae .list_item:hover .portfolio_details .btn-vitaextrae {
    background: #21566e !important;
}


#listzayta .list_item:hover .portfolio_details {
    background: #d3d655 !important;

}

#listzayta .list_item .portfolio_details h2 {

    color: #42685c !important;

}

#listzayta .view i.zoom {
    color: #d3d655;
}


.btn-zayta {
    background: #d3d655 !important;
}

#listzayta .list_item:hover .portfolio_details .btn-zayta {
    background: #42685c !important;
}


/* Rotate */
.effecthover {

    overflow: hidden;
    background: #29423d;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(145, 139, 145, 1);
    -moz-box-shadow: 1px 2px 5px 0px rgba(145, 139, 145, 1);
    box-shadow: 1px 2px 5px 0px rgba(145, 139, 145, 1);
}


.effecthover img {
    -webkit-transform: rotate(15deg) scale(1.7);
    transform: rotate(15deg) scale(1.7);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.effecthover:hover img {
    -webkit-transform: rotate(0) scale(1.4);
    transform: rotate(0) scale(1.4);
    opacity: .7;
}




.formulario_cotizar {
    padding: 5% 0;
}


.bg_cotizador {

    margin: 10% auto 0 auto;
    width: 90%;
}

.mt-25 {
    margin-top: 25%;
}

.text-small {
    font-size: 13px !important;
}


.proteccion-cultivo-item {
    display: block;
    padding: 8px 10px;
    background: #29423d;
    color: #ffffff;
    font-family: Poppins;
    margin-top: 15px;
    letter-spacing: 1px;
    font-size: 14px;
}


#agroformulados .lineas{

    padding: 2% 0 5% 0;

}

.mt-4 {
    margin-top: 10px;
}


.mt-20 {
    margin-top: 20px;
}

.bg-search {
    background: url(../img/banners/banner_search.png);
    min-height: 400px;
    background-size: cover;
    background-position: center;
}


/*BUSCADOR*/



.morphsearch {
    width: 150px;
    min-height: 40px;
    background: #f1f1f1 !important;
    position: absolute;
    z-index: 10000;
    top: 0px;
    right: 0px;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition-property: min-height, width, top, right;
    transition-property: min-height, width, top, right;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.morphsearch.open {
    width: 100%;
    min-height: 100%;
    top: 0px;
    right: 0px;
}

.morphsearch-form {
    width: 100%;
    height: 35px;
    margin: 0 auto;
    position: relative;
    -webkit-transition-property: width, height, -webkit-transform;
    transition-property: width, height, transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.morphsearch.open .morphsearch-form {
    width: 80%;
    height: 160px;
    -webkit-transform: translate3d(0,3em,0);
    transform: translate3d(0,3em,0);
}

.morphsearch-input {
    width: 100%;
    height: 100% !important;
    padding: 10px 10% 0 10px !important;
    font-weight: 400;
    border: none !important;
    background: transparent !important;
    font-size: 1.2em !important;
    color: #123c24 !important;
    -webkit-transition: font-size 0.5s cubic-bezier(0.7,0,0.3,1);
    transition: font-size 0.5s cubic-bezier(0.7,0,0.3,1);
    font-family: Poppins !important;
}

.morphsearch-input::-ms-clear { /* remove cross in IE */
    display: none;
}

.morphsearch.hideInput .morphsearch-input {
    color: transparent;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.morphsearch.open .morphsearch-input {
    font-size: 3em !important;
}

/* placeholder */
.morphsearch-input::-webkit-input-placeholder {
    color: #c2c2c2;
}

.morphsearch-input:-moz-placeholder {
    color: #c2c2c2;
}

.morphsearch-input::-moz-placeholder {
    color: #c2c2c2;
}

.morphsearch-input:-ms-input-placeholder {
    color: #c2c2c2;
}

/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder {
    color: transparent;
}

input[type="search"] { /* reset normalize */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;


}

.morphsearch-input:focus,
.morphsearch-submit:focus {
    outline: none;

}


.morphsearch-submit {
    position: absolute;
    width: 80px;
    height: 80px;
    text-indent: 100px;
    overflow: hidden;
    right: 0;
    top: 40%;
    background: transparent url(../img/magnifier.svg) no-repeat center center;
    background-size: 100%;
    border: none;
    pointer-events: none;
    transform-origin: 50% 50%;
    opacity: 0;
    -webkit-transform: translate3d(-30px,-50%,0) scale3d(0,0,1);
    transform: translate3d(-30px,-50%,0) scale3d(0,0,1);
}

.morphsearch.open .morphsearch-submit {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(-30px,-50%,0) scale3d(1,1,1);
    transform: translate3d(-30px,-50%,0) scale3d(1,1,1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.morphsearch-close {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    text-indent: 100%;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: scale3d(0,0,1);
    transform: scale3d(0,0,1);
}

.morphsearch.open .morphsearch-close {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.morphsearch-close::before,
.morphsearch-close::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    border-radius: 3px;
    opacity: 0.2;
    background: #000;
}

.morphsearch-close:hover.morphsearch-close::before,
.morphsearch-close:hover.morphsearch-close::after {
    opacity: 1;
}

.morphsearch-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.morphsearch-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.morphsearch-content {
    color: #333;
    margin-top:0;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 5% 10.5%;
    background: #f1f1f1;
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.morphsearch.open .morphsearch-content {
    opacity: 1;
    height: auto;
    overflow: visible; /* this breaks the transition of the children in FF: https://bugzilla.mozilla.org/show_bug.cgi?id=625289 */
    pointer-events: auto;
    -webkit-transition: opacity 0.3s 0.5s;
    transition: opacity 0.3s 0.5s;
}

.dummy-column {
    width: 30%;
    font-family: 'NeutraTextALT';
    padding: 0 0 6em;
    float: left;
    opacity: 0;
    font-size: 1.4em;
    -webkit-transform: translate3d(0,100px,0);
    transform: translateY(100px);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.morphsearch.open .dummy-column:first-child {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.morphsearch.open .dummy-column:nth-child(2) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.morphsearch.open .dummy-column:nth-child(3) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.morphsearch.open .dummy-column {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.dummy-column:nth-child(2) {
    margin: 0 5%;
}

.dummy-column h2 {
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
    color: #c2c2c2;
    padding: 0.5em 0;
}

.round {
    border-radius: 50%;
}

.dummy-media-object {
    padding: 0.75em;
    display: block;
    margin: 0.3em 0;
    cursor: pointer;
    border-radius: 5px;
    background: rgba(118,117,128,0.05);
}

.dummy-media-object:hover,
.dummy-media-object:focus {
    background: rgba(118,117,128,0.1);
}

.dummy-media-object img {
    display: inline-block;
    width: 50px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.dummy-media-object h3 {
    vertical-align: middle;
    font-size: 0.85em;
    display: inline-block;
    font-weight: 700;
    margin: 0 0 0 0;
    width: calc(100% - 70px);
    color: rgba(145,145,145,0.7);
}

.dummy-media-object:hover h3 {
    color: rgba(236,90,98,1);
}

/* Overlay */
.morphsearch .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.morphsearch.open ~ .overlay {
    opacity: 1;
}

@media screen and (max-width: 53.125em) {
    .morphsearch-input {
        padding: 0 25% 0 10px;
    }
    .morphsearch.open .morphsearch-input {
        font-size: 2em !important;
    }
    .dummy-column {
        float: none;
        width: auto;
        padding: 0 0 2em;
    }
    .dummy-column:nth-child(2) {
        margin: 0;
    }
    .morphsearch.open .morphsearch-submit {
        -webkit-transform: translate3d(0,-50%,0) scale3d(0.5,0.5,1);
        transform: translate3d(0,-50%,0) scale3d(0.5,0.5,1);
    }
}



@media screen and (max-width: 1248px) {



    .label-mexico {
        padding-left: 10px;
        font-size: 1.3em;
    }

    nav.custom li a {
        font-size: 16px !important;
    }

}

@media screen and (max-width: 1198px) {


    .paddingleft{
        padding-left: 0px;
    }

}

@media screen and (max-width: 1186px) {

    nav.custom li a {
        padding: 20px 15px;
    }


}


@media screen and (max-width: 1068px) {

    .brand img {
        width: 180px;
        margin-top: 20px;
    }



}

@media screen and (max-width: 980px){

    .brand img {
        width: 160px;
        margin-top: 20px;
    }

    .text-right {
        text-align: center !important;
    }

    .logo-big {
        width: 100%;
        max-width: 200px;
        margin-top: 30px !important;

    }

    .valores {
        min-height: 350px !important;
    }

    .item-formulados_details .logoimg {
        height: 60px;
    }

    .item-formulados_details .envase-formulados {
        margin-top: 0px !important;
    }

    .detalle {
        flex-direction: column;
    }

    .detalleformulados .titleHead {
        font-size: 2em !important;
    }

    #contact-form, .contact_info {
        padding-left: 0px;
    }
}


@media screen and (max-width: 768px) {

    html, body {
        overflow-x: hidden;
    }





    input.morphsearch-input {
        margin: 0 !important;
    }

    .valores {
        min-height: 450px !important;
    }

    #productos .item-producto {
        margin-top: 30px;
    }

    .vitaextrae-bg, .zayta-bg {
        height: 300px;
    }

    .titleContent h6 span {
        font-size: 18px;
        display: block;
    }

    .detalle-producto p{
        font-size: 14px;
    }

    .detalleformulados .titleHead {
        text-align: center !important;
    }

    .detalleformulados .img-product {
        margin-top: 0;
    }

    .topContact {
        padding: 0;
    }

    .topContact li {
        width: 49%;
        text-align: center;
    }



    .morphsearch {
        position: relative;
        width: 100%;
    }

    .item-formulados_details .texto {
        padding: 0;
    }

    .conoce-fixed p{
        font-size: 14px;
    }

    .conoce-fixed .btn {
        padding: 3px 10px;
        font-size: 11px !important;
    }

    .fixed-formulados .close-fixed {
        top: 10px;
        right: 10px;
    }

    .fixed-formulados p {
        margin-top: 20px;
    }
}


@media screen and (max-width: 470px) {

    .brand {
        border: none;

    }
    .headContent {
        width: 100%;

    }

    .logo-big {
        max-width: 140px;
    }

    .label-mexico {
        display: none;
    }

    #menu-icon {
        top: -40px;
    }

    .carousel-index .item img {
        width: 100% !important;
    }

    .valores {

        background-attachment: initial;

    }
    .valores p {
        font-size: 13px;
    }

    #productos .item-producto {
        height: auto;
        margin-bottom: 30px;
    }

    nav.custom ul li a {
        line-height: 13px;
    }

    .tile-image {
        width: 100%;
        height: auto;
    }

    .mega-col {
        padding-left: 10px;
    }


    nav.custom li li h3 {
        color: #2ecc71 !important;
    }

    .mega-dropdown {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .vitaextrae-bg, .zayta-bg {
        height: 200px;
    }

    .sidebar-detalle .item .icono, .detalleformulados .item .icono {
        display: block;
        text-align: center;
        border: none;
        padding: 5px 0;
    }

    .sidebar-detalle .item .text, .detalleformulados .item .text {
        padding: 5px 0;
        text-align: center;
        display: block;
    }

    .detalleformulados .cultivos table, .table-invernadero {
        font-size: 12px !important;
    }

    .content-item-producto .btn {
        margin-top: 10px;
        display: block;
    }

    .sidebar-detalle {
        padding: 20px 0;
    }

    .detalle-producto ul {
        font-size: 14px;
    }



}
