@font-face {
    font-family: 'entypo-selected';
    src: url("../fonts/entypo-selected.eot");
    src:
    url("../fonts/entypo-selected.eot?#iefix") format('embedded-opentype'),
    url("../fonts/entypo-selected.woff") format('woff'),
    url("../fonts/entypo-selected.ttf") format('truetype'),
    url("../fonts/entypo-selected.svg#entypo-selected") format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

textarea {
    resize: none;
}
.container-fluid {
    margin: 0 auto;
    height: 100%;
    padding: 20px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.columns {
    background-color: #C9E6FF;
    height: 100%;

}

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.container {
    height: 100%;
}

a, a * {
    border: none;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-filter: all 0.5s;
}


video  {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

#video {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}

#video .jianlu-back {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/back.jpg");
    background-size: cover;
    opacity: 0.85;
    z-index: 90;
}



@media (max-width: 480px){
    #video video {
        display: none;
    }
}

@media (max-width: 480px){


    #video {
        height: 600px;
        position: relative;
        width: 100%;
        z-index: 10;
        overflow: hidden;
    }

}


#video .jianlu-contenido {
    display: block;
    position: relative;
    height: 100%;
    z-index: 120;
}
#video .jianlu-contenido > div {
    position: absolute;
    display: block;
    vertical-align: middle;
    text-align: center;
}

.contenedorMensaje{
    width: 100%;
    height: 100%;
}

.frasesPrincipal {
    width: 100%;
    position: relative;
    top: 50%;
    padding-right: 10%;
    text-align: right;
    margin: 0;
}



.menu-section {

    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.destaca-section {
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-image: url(../img/fondo-destacados.png);
    background-size: cover;
}

.frutas-section {
    background-image: url(../img/fondo-frutas.jpg);
    background-size: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}

.verduras-section {
    background-image: url(../img/fondo-ejotes.jpg);
    background-size: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}

.semillas-section {
    background-image: url(../img/fondo-semillas.jpg);
    background-size: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}

.nosotros-section {

    height: 100%;
    text-align: center;
    vertical-align: middle;

}

.contacto{
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-image: url(../img/fondo-contacto.jpg);
    background-size: cover;
    z-index: 999;
}

.carousel {
    position: relative;
    height: 100%;
}

.carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}




/*************************
*******Header******
**************************/
.logo{
    position: relative;
    float: left;
    padding: 14px 0 14px 0;
    display: block;
    width: 300px;
}

.logo img{
    width: 48%;
}




.navbar-brand {
    padding: 0;
    margin:0;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background-image: url(../img/backgroundMenu.png);
    background-color: transparent;
    background-position: center;
    padding: 0;
    -webkit-backface-visibility: hidden;
    border:none;

}

.navbar-nav{
    position: relative;
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 0.8em;
    left: 110px;
    top: 67px;
}

.navbar-nav .dropdown{
    font-family: 'Raleway', sans-serif;

}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    background-color: transparent;
    padding: 23px 0 0 0;
    height: 68px;
    width: 125px;
    text-align: center;
    border-bottom: none;

}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    font-size: 1em;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown .dropdown-menu{
    background-color: rgba(98, 187, 70, 0.6);
}

.dropdown .dropdown-menu>li>a{
    color: #ffffff;
    padding: 20px 0 20px 0;
    text-align: center;
}


.navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
    background-color: #ec9c24;
    padding: 23px 0 0 0;
    height: 68px;
    width: 125px;
    text-align: center;
}

.dropdown .dropdown-menu>li>a:hover{
    color: #ffffff;
    background-color: #ec9c24;
    padding: 20px 0 20px 0;
    text-align: center;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff;
    background-color: #ec9c24;
    padding: 23px 0 0 0;
    height:68px;
    width: 125px;
}

.size>a{
    width: 90px !important;
}

.size>a:hover{
    width: 90px !important;
}

.redesSociales{
    padding: 30px 7px 0 7px;
    color: rgba(255, 255, 255, 0.50);

}
.redesSociales:hover {
    padding: 30px 7px 0 7px;
    color: white;
}

.redesSociales:active{
    padding: 30px 7px 0 7px;
    color: white;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 17px 17px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom:0;
    background-color: #ec9c24;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ec9c24;
}

.redesMenu{
    display: none;
}

.logoMenuMovil{
    display: none;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #ec9c24;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
    font-family: 'Raleway', sans-serif;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}


.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

@media (max-width: 768px) {

    .redesMenu{
        padding: 10px;
        color: rgba(255, 255, 255, 0.50);
        position: absolute;
        display: table;
        left: 48%;
        width: 500px;
    }
    .iconMenu{
        color: #ffffff;
        padding-right:3% ;
    }

    .iconMenu:hover {
        color: #ffffff;
        padding-right: 3%;
    }

    .logoMenuMovil{
        display: table;
        position: absolute;
        width: 100%;
    }

    .logoMenuMovil img{
        padding: 5px 0 0 10px;
        width: 155px;
    }

    .redesSociales{
        padding: 30px 15px 0 25px;
        color: rgba(255, 255, 255, 0.50);
        display:none;
    }

}

@media (max-width: 320px) {
    .logoMenuMovil img {
        padding: 5px 0 0 10px;
        width: 130px;
    }
    .fa-2x {
        font-size: 1.5em;
    }
}

@media (max-width: 480px) {

    .navbar {
        display:none;

    }

    .infoContacto {
        display: none;
    }

    .navbar-nav{
        font-family: 'Raleway', sans-serif;
        color: white;
        font-size: 0.8em;
        padding-left: 0;
    }




    .logo{
        position: relative;
        float: left;
        padding: 14px 30px 14px 30px;
        display: none;
    }



    .navbar-default .navbar-nav>li>a {
        color: #ffffff;
        background-color: rgba(98, 187, 70, 0.51);
        padding-top: 10px !important;
        height: 55px;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.80);
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #ffffff;
        background-color: #ec9c24;
        padding-top: 10px !important;
        height: 55px;
        width: 100%;
        text-align: center;
    }

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        color: #ffffff;
        background-color: #ec9c24;
        padding-top: 10px !important;
        height: 55px;
        width: 100%;
    }





    .navbar-nav {
        margin: 0px -15px;
    }

}

/* ===== style mobile nav ======*/

.cbp-spmenu {
    background: rgba(43,125,29,0.90);
    position: fixed;
    overflow:auto;
}

.cbp-spmenu h3 {
    color: #ffffff;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: rgba(98, 187, 70, 0.80);
    font-family: 'Raleway', sans-serif;
}
.cbp-spmenu a {
    display: block;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-decoration: none;
}


#submenu-servicios {
    position: static;
    width: 100%;
    top: 119px;
    left: 0;
    margin: 0;
    color: #ffffff !important;
    background: rgba(23, 86, 12, 0.9)
}

#submenu-servicios li a{
    color: #ffffff;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
}

#submenu-servicios li a:hover{
    color: #ffffff !important;
}

#submenu-soluciones {
    position: static;
    width: 100%;
    top: 119px;
    left: 0;
    margin: 0;
    color: #ffffff !important;
    background: rgba(236, 156, 36, 0.90);
}

#submenu-soluciones li a{
    color: #ffffff;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
}

#submenu-soluciones li a:hover{
    color: #ffffff !important;
}

#submenu-industrias {
    position: static;
    width: 100%;
    top: 217px;
    left: 0;
    margin: 0;
    color: #ffffff;
    background: rgba(236, 156, 36, 0.90);
}
#submenu-industrias li a{
    color: #ffffff;
    text-decoration: none;
}

#submenu-industrias li a:hover{
    color: #ffffff !important;
}

.cbp-spmenu ul > li > ul li {
    width: 100%;
    clear: both;
    float: none;
}

.cbp-spmenu ul > li > ul li a:hover {
    color: #ffffff  !important;
}

.cbp-spmenu a:hover {
    background: rgba(236, 156, 36, 0.90);
    color: #ffffff !important;
}

.cbp-spmenu a:active {
    background: #afdefa;
    color: #ffffff;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #ffffff;
    padding: 15px 20px;
}

.cbp-spmenu-vertical li#sociales a {
    display: inline-block;
    border-bottom: none;
}

.cbp-spmenu-vertical li#sociales a:hover {
    background:none;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #ffffff;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -240px;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }

    .cbp-spmenu-top {
        top: -110px;
    }

    .cbp-spmenu-bottom {
        bottom: -110px;
    }

}

@media screen and (max-height: 26.375em){

    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }

    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
    }

    .cbp-spmenu-right {
        right: -190px;
    }

    .cbp-spmenu-push-toright {
        left: 190px;
    }
}

/* ===== end style mobile nav ======*/

/* ===== sliders movil y tablet  ======*/



#sliderTablet{
    display: none;
}

#sliderMovil{
    display: none;
}

@media (max-width: 480px){
    #sliderMovil{
        display: block;
        height: 100%;
        padding-top: 60px;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {

    #sliderTablet{
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 70px;
        z-index: 10;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {

    #sliderTablet{
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 70px;
        z-index: 10;
    }
}

/* ===== fin sliders movil y tablet  ======*/

/* ===== estilos adicionales  ======*/

.frases{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 2em;
    color: white;
    width: 1170px;
    padding: 0;
}

#header{
    display: none;
}

.menu-moviles {
    display: none;
}

.logo2 img {
    display: none;
}

ul {
    list-style: none;
    padding: 0;
}

@media (max-width: 480px){

    .logo2 img {
        display: block;
        cursor: pointer;
        position: absolute;
        left: 15px;
        top: 15px;
        margin: auto;
        width: 37%;
    }

    .menu-moviles {
        display: block;
        text-align: right;
        padding-top: 15px;
    }

    #header{
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        height: 145px;
        background: rgba(37, 105, 25, 0.8);
        z-index: 9999;
        padding-left: 0;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -ms-backface-visibility: hidden;

    }

    .frases{
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 1.5em;
        color: white;
        padding: 0;
    }
}

/* ===== fin estilos adicionales  ======*/

.carousel {
    position: relative;
    height: 100%;
}

.carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vertical-align {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;

}

@media (max-width: 480px) {
    .vertical-no-align {
        display: block;
        -webkit-align-items: center;
        align-items: center;
        padding-top: 20%;

    }
}

@media (max-height: 480px) {
    .vertical-no-align {
        display: block;
        -webkit-align-items: center;
        align-items: center;
        padding-top: 20%;

    }
}

.infoContacto{
    padding: 8px;
    position: absolute;
    left: 42%;

}



.tel{
    width: 350px;
    float: left;
    font-family: 'Didact Gothic', sans-serif;
    color: white;
    font-size: 0.7em;
}

.tel img{
    width: 14%;
    padding: 10px;
    float: left;

}

.tel div{
    padding: 10px;
    float: left;
}

.ubica{
    width: 350px;
    float: left;
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 0.7em;
}

.ubica img{
    width: 14%;
    padding: 10px;
    float: left;
}

.ubica div{
    padding: 10px;
    float: left;
    line-height: 15px;
}


/*************************
*******cotizador******
**************************/

#servicios-slider {
    position: relative;
    z-index: 999;
}

.no-margin {
    margin: 0;
    padding: 0;
}

#servicios-slider .carousel .carousel-content {
    text-align: left;
    width: 100%;
    margin-top:100px;
}
@media (max-width: 480px) {

    #servicios-slider .carousel .carousel-content {
        text-align: center;
        width: 100%;
        margin-top: 0;
    }

}

@media (max-height: 480px) {

    #servicios-slider .carousel .carousel-content {
        text-align: center;
        width: 100%;
        margin-top: 0;
    }

}


#servicios-slider .carousel .slide-margin{
    margin-top: 80px;
}

#servicios-slider .carousel h2 {
    color: #fff;
}

#servicios-slider .carousel .btn-slide {
    padding: 8px 20px;
    background: #c52d2f;
    color: #fff;
    border-radius: 4px;
    margin-top: 25px;
    display: inline-block;
}

#servicios-slider .carousel .slider-img{
    text-align: center;
    width: 100%
}

#servicios-slider .carousel .titulo{
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    height: 50px;

}


#servicios-slider .carousel .imagenSlider img {
    width: 70%;
}



#servicios-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 100%;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

#servicios-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}

#servicios-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}

#servicios-slider .prev,
#servicios-slider .next {
    position: absolute;
    top: 50%;
    background-color: #72cfe3;
    color: #ffffff !important;
    display: inline-block;
    margin-top: -25px;
    height: 80px;
    line-height: 40px;
    width: 30px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}

#servicios-slider .prev:hover,
#servicios-slider .next:hover {
    background-color: rgba(0, 179, 197, 1);
}

#servicios-slider .prev {
    left: 10px;
}

#servicios-slider .next {
    right: 10px;
}

#servicios-slider .carousel-indicators li img{
    opacity: 0.5;
}

#servicios-slider .carousel-indicators li:after img{
    opacity: 0.5;
}

#servicios-slider .carousel-indicators .active img{
    opacity: 1.0;
}

#servicios-slider .carousel-indicators .active:after img{
    opacity: 1.0;
}

#servicios-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}

#servicios-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;

}

#servicios-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}

#servicios-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}

#servicios-slider .active .animation.animated-item-5 {
    -webkit-animation: fadeInUp 300ms linear 1500ms both;
    -moz-animation: fadeInUp 300ms linear 1500ms both;
    -o-animation: fadeInUp 300ms linear 1500ms both;
    -ms-animation: fadeInUp 300ms linear 1500ms both;
    animation: fadeInUp 300ms linear 1500ms both;
}

#servicios-slider .active .animation.animated-item-6 {
    -webkit-animation: fadeInUp 300ms linear 1800ms both;
    -moz-animation: fadeInUp 300ms linear 1800ms both;
    -o-animation: fadeInUp 300ms linear 1800ms both;
    -ms-animation: fadeInUp 300ms linear 1800ms both;
    animation: fadeInUp 300ms linear 1800ms both;
}

#servicios-slider .active .animation.animated-item-7 {
    -webkit-animation: fadeInUp 300ms linear 2100ms both;
    -moz-animation: fadeInUp 300ms linear 2100ms both;
    -o-animation: fadeInUp 300ms linear 2100ms both;
    -ms-animation: fadeInUp 300ms linear 2100ms both;
    animation: fadeInUp 300ms linear 2100ms both;
}


.seccion-menu-img .submenu-boton2 {

    cursor: pointer;
    float: left;
}

.seccion-menu-img .seccion-menu-sobre {
    display: table;
    margin: auto;
}
.seccion-menu-img .seccion-menu-sobre .submenu-boton2 {


    cursor: pointer;
    float: left;
}

.seccion-menu-img .seccion-menu-sobre .submenu-boton2 .boton-imagen {
    width: 390px;
    clear: both;
    float: left;
}
.seccion-menu-img .seccion-menu-sobre .submenu-boton2 .boton-imagen .inactivo {
    position: absolute;
    opacity: 1;
}
.seccion-menu-img .seccion-menu-sobre .submenu-boton2 .boton-imagen .activo {

    opacity: 0;
    cursor: pointer;
}
.seccion-menu-img .seccion-menu-sobre .submenu-boton2 .boton-titulo {
    position: relative;
    width: 100%;
    margin-top: 0.5em;
    opacity: 1;
    clear: both;
    float: left;
}

.seccion-menu-img .seccion-menu-sobre .submenu-boton2 .boton-imagen img {
    width: 60%;
    margin: auto;
}
.seccion-menu-img .seccion-menu-sobre .submenu-boton2 .boton-titulo h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.2em !important;
    margin-top: 7px;
    padding: 4px;
    font-weight: 100;
    color: #431b00;
    text-align: center;
}
.seccion-menu-img .seccion-menu-sobre .submenu-boton2:hover .boton-imagen,
.seccion-menu-img .seccion-menu-sobre .submenu-boton2.activo .boton-imagen {

    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.seccion-menu-img .seccion-menu-sobre .submenu-boton2:hover .boton-imagen .inactivo,
.seccion-menu-img .seccion-menu-sobre .submenu-boton2.activo .boton-imagen .inactivo {
    -webkit-animation: fadeOut 300ms linear 300ms both;
    -moz-animation: fadeOut 300ms linear 300ms both;
    -o-animation: fadeOut 300ms linear 300ms both;
    -ms-animation: fadeOut 300ms linear 300ms both;
    animation: fadeOut 300ms linear 300ms both;
    opacity: 0;
}
.seccion-menu-img .seccion-menu-sobre .submenu-boton2:hover .boton-imagen .activo,
.seccion-menu-img .seccion-menu-sobre .submenu-boton2.activo .boton-imagen .activo {
    -webkit-animation: fadeIn 300ms linear 300ms both;
    -moz-animation: fadeIn 300ms linear 300ms both;
    -o-animation: fadeIn 300ms linear 300ms both;
    -ms-animation: fadeIn 300ms linear 300ms both;
    animation: fadeIn 300ms linear 300ms both;

    opacity: 1;
}
.seccion-menu-img .seccion-menu-sobre .submenu-boton2:hover .boton-titulo,
.seccion-menu-img .seccion-menu-sobre .submenu-boton2.activo .boton-titulo {

    opacity: 1;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-filter: all 0.5s;
}

#map-canvas{
    width:100%;
    height:330px;

}

.mapa {
    height: 100% !important;
    position: relative;
    overflow: hidden;
}
.mapa iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 350px !important;
}

.direccion p{
    text-align: left;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 0.9em;
    padding-top: 10px;
}

#formularioContacto{
    padding-top: 0;
}

.form-group {
    margin-bottom: 0;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    width: 49.5%;


}

@media (max-width: 480px){
    .form-inline .form-group {
        display: inline-block;
        width: 49%;


    }
}

.form-inline .form-group .form-control{
    width: 100%;
}


.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 3px 12px;
    margin-bottom: 15px;
    font-size: 0.8em;
    font-family: 'Raleway', sans-serif;
    line-height: 1.42857143;
    color: #181818;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.botonForm{
    float: right;
    color: #ffffff;
    font-size: 14px;
}

.titulo2{
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-weight: 600;
    font-size: 2em;
    padding-bottom: 20px;
}

.contenidoNosotros{
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.2em;
    padding: 5px;
    line-height: 23px
}

.subtitulo{
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.2em;
    padding:5px;
}

.space{
    height: 170px;
}

.space2{
    height: 120px;
}

.space3{
    height: 200px;
}

textarea.form-control {
    height: 210px;
    padding: 12px 12px;
}

.btn-primary {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 1.3em;
    background-color: #ec9c24;
    border-color: #ec9c24;
    border-radius: 0;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary{
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 1.3em;
    background-color: #ec9c24;
    border-color: #ec9c24;
    border-radius: 0;
}

.footer p{
    margin: 5px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.footer{
    margin-top: 15px;
    background-image: url(../img/pleca-naranja.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.valores{
    margin-top: 15px;
    padding-top: 2px;
    background-image: url(../img/pleca-naranja-valores.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 30px;
}

.valores div{
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 1.1em;
}

.imgNosotros{
    width: 100%;
    margin: 40px 0;
}

.imgNosotros img{
    width: 60%;
}


/*******Estilo de productos*********/


.view {
    width: 100%;
    height: 200px;
    margin: 10px;
    float: left;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../img/bgimg.jpg) no-repeat center center
}
.view .mask, .view .content {
    width: 100%;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.view .leerDestacados{
    width: 100px;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 127px;
    right: 0;
}

#destacados .leerDestacados h3{
    background: rgba(255, 80, 0, 0.80);
}

#frutas .leerDestacados h3{
    background: rgba(246, 50, 62, 0.80);
}

#verduras .leerDestacados h3{
    background: rgba(81, 159, 69, 0.80);
}

#semillas .leerDestacados h3{
    background: rgba(255, 80, 0, 0.80);
}

.view .leerDestacados h3{
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 0.9em;
    padding: 10px;
    margin: 20px 0 0 0
}

.view img {
    width: 100%;
    display: block;
    position: relative
}
.view h2 {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 0.9em;
    padding: 10px;
    background-color: rgba(236, 156, 36, 0.80);
    margin: 20px 0 0 0
}
.view p {
    font-family: 'Raleway', sans-serif;
    font-size: 0.9em;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view a.info:hover {
    box-shadow: 0 0 5px #000
}

.view2 {
    width: 100%;
    height: auto;
    margin: 10px;
    float: left;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../img/bgimg.jpg) no-repeat center center
}
.view2 .mask, .view2 .content {
    width: 100%;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.view2 .leerDestacados{
    width: 100px;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 127px;
    right: 0;
}

.view2 .leerDestacados h3{
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 0.9em;
    padding: 10px;
    background: rgba(255, 80, 0, 0.80);
    margin: 20px 0 0 0
}

.view2 img {
    width: 100%;
    display: block;
    position: relative
}
.view2 h2 {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 0.9em;
    padding: 10px;
    background-color: rgba(236, 156, 36, 0.80);
    margin: 20px 0 0 0
}
.view2 p {
    display: none;
}
.view2 a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view2 a.info:hover {
    box-shadow: 0 0 5px #000
}

.view-first img {
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background: rgba(81, 158, 68, 0.80);

    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
}

.view-first:hover img {
    transform: scale(1.1);
}
.view-first:hover .mask {
    opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transform: translateY(-30px);
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}


.popup_producto {
    position: relative;
    width: 800px;
    background: #ffffff;
    padding: 0;
    margin: auto;
    overflow: hidden;
}

.producto_info h2{
    font-family: 'Raleway', sans-serif;
    color: #fff;
}

.producto_otros img{
    width:50%;
}

.paginacion{

    text-align: center;

}

.paginacion li{
    display: inline;
    padding: 7px;
    margin: 5px;
    background-color: #62BB46;
}

.productoTitulo p{
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.5em;
    padding: 20px 0 10px 20px;
    background-color: #EC9C24;
}

.productoImg{
    width: 100%;
    text-align: center;
}

.productoImg img{
    width: 60%;
}

.productoInfo p{
    font-family: 'Raleway', sans-serif;
    color: #421900;
    font-weight: 500;
    font-size: 0.9em;
}

.productoSubtitulo p{
    font-family: 'Raleway', sans-serif;
    color: #dff0d8;
    font-weight: 700;
    font-size: 1em;
    padding: 5px 0 5px 20px;
    background-color: #62BB46;
}


@media (max-width: 480px){
    .bx-wrapper img {
        max-width: 100%;
        display: block;
        width: 100%;
    }

    .vertical-align {
        display: -webkit-flex;
        display: inherit;
        -webkit-align-items: center;
        align-items: center;
    }

    #servicios-slider {
        position: relative;
        z-index: 9;
        height: 720px;
    }

    .seccion-menu-img .seccion-menu-sobre .submenu-boton2 .boton-imagen img {
        width: 40%;
        margin: auto;
    }

    .view {
        width: auto;
        height: auto;
        margin: 10px;
        float: left;
        border: 10px solid #fff;
        overflow: hidden;
        position: relative;
        text-align: center;
        box-shadow: 1px 1px 2px #e6e6e6;
        cursor: default;
        background: #fff url(../img/bgimg.jpg) no-repeat center center;
    }

    .space2 {
        height: 160px;
    }

    .destaca-section {
        height: 700px;
        text-align: center;
        vertical-align: middle;
        background-image: url(../img/fondo-destacados.png);
        background-size: cover;
    }

    textarea.form-control {
        height: auto;
        padding: 12px 12px;
    }

    #map-canvas {
        height: 220px;
        margin-top: 20px;
    }

    .contacto {
        height: 820px;
        text-align: center;
        vertical-align: middle;
        background-image: url(../img/fondo-contacto.jpg);
        background-size: cover;
        z-index: 999;
    }

    .direccion p {
        text-align: center;
        color: white;
        font-family: 'Raleway', sans-serif;
        font-size: 0.9em;
        padding-top: 10px;
    }

    .footer p {
        margin: 10px 5px 0;
        color: #fff;
        font-family: 'Raleway', sans-serif;
    }
}

#nosotros {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}

#nosotros .jianlu-back {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/back.jpg");
    background-size: cover;
    opacity: 0.85;
    z-index: 90;
}

#destacados {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}

#destacados .jianlu-back {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/back.jpg");
    background-size: cover;
    opacity: 0.85;
    z-index: 90;
}



@media (max-width: 480px){
    #nosotros video {
        display: none;
    }
    #destacados video {
        display: none;
    }
}

@media (max-width: 480px){


    #nosotros {
        height: 1200px;
        position: relative;
        width: 100%;
        z-index: 10;
        overflow: hidden;
    }

    #nosotros .nosotros {
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 90;
    }

    #destacados {
        height: 1200px;
        position: relative;
        width: 100%;
        z-index: 10;
        overflow: hidden;
    }

    #destacados .nosotros {
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 90;
    }

    .valores{
        margin-top: 15px;
        padding-top: 2px;
        background-image: none;
        background-size: cover;
        height: 30px;
    }


}


.gallery{
    padding-top: 15%;
}

.gallery div{
    padding-bottom: 30px;
}

.gallery img{
    width: 100%;
}