/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */
 
/* ==========================================================================
HTML5 display definitions
========================================================================== */
 
/* * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */
 
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
/* * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
/* * Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }
/* * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, * and Safari 4.
* Known issue:no IE 6 support. */
[hidden] { display: none; }
/* ==========================================================================
Base
========================================================================== */
/* * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevents iOS text size adjust after orientation change, without disabling
*    user zoom. */
 
html { font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
-ms-text-size-adjust: 100%; /* 2 */ }
/* * Addresses `font-family` inconsistency between `textarea` and other form
* elements. */
html, button, input, select, textarea { font-family: 'Lato', sans-serif; }
/* * Addresses margins handled incorrectly in IE 6/7. */
body { margin: 0; font-family: 'Lato', sans-serif; }
/* ==========================================================================
Links
========================================================================== */
/* * Addresses `outline` inconsistency between Chrome and other browsers. */
 
a:focus { outline: thin dotted; }
/* * Improves readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }
/* ==========================================================================
Typography
========================================================================== */
/* * Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome. */
 
h1 { font-size: 2em; margin: 0.67em 0; }
h2 { font-size: 1.5em; margin: 0.83em 0; }
h3 { font-size: 1.17em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.75em; margin: 2.33em 0; }
/* * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }
/* * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
/* * Addresses styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }
/* * Addresses styling not present in IE 6/7/8/9. */
mark { background: #ff0; color: #000; }
/* * Addresses margins set differently in IE 6/7. */
p, pre { margin: 10px 0; }
/* * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
/* * Improves readability of pre-formatted text in all browsers. */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
/* * Addresses CSS quotes not supported in IE 6/7. */
q { quotes: none; }
/* * Addresses `quotes` property not supported in Safari 4. */
q:before, q:after { content: ''; content: none; }
small { font-size: 75%; }
/* * Prevents `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* ==========================================================================
Lists
========================================================================== */
/* * Addresses margins set differently in IE 6/7. */
 
dl, menu, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
/* * Addresses paddings set differently in IE 6/7. */
menu, ol, ul { padding: 0 0 0 40px; }
/* * Corrects list images handled incorrectly in IE 7. */
nav ul, nav ol { list-style: none; list-style-image: none; }
/* ==========================================================================
Embedded content
========================================================================== */
/* * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improves image quality when scaled in IE 7. */
 
img { border: 0; /* 1 */
-ms-interpolation-mode: bicubic; /* 2 */ }
/* * Corrects overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }
/* ==========================================================================
Figures
========================================================================== */
/* * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
 
figure { margin: 0;    width: 100%;
    min-height: 300px; }
/* ==========================================================================
Forms
========================================================================== */
/* * Corrects margin displayed oddly in IE 6/7. */
 
form { margin: 0; }
/* * Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
/* * 1. Corrects color not being inherited in IE 6/7/8/9.
* 2. Corrects text not wrapping in Firefox 3.
* 3. Corrects alignment displayed oddly in IE 6/7. */
legend { border: 0; /* 1 */
    padding: 0; white-space: normal; /* 2 */
*margin-left: -7px; /* 3 */ }
/* * 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, *    and Chrome.
* 3. Improves appearance and consistency in all browsers. */
button, input, select, textarea { font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
*vertical-align: middle; /* 3 */ }
/* * Addresses Firefox 3+ setting `line-height` on `input` using ` !important` in
* the UA stylesheet. */
button, input {   
    line-height: normal;
    height: 50px;
    width: 79%;    margin-bottom: 10px;
    float: right;}
/* * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
*    Known issue:inner spacing remains in IE 6. */
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
*overflow: visible; /* 4 */     background: #3C3; border:0px; color:white; font-size:12px;}
/* * Re-set default cursor for disabled elements. */
button[disabled], input[disabled] { cursor: default; }
/* * 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
*    Known issue:excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
*width: 13px; /* 3 */ }
/* * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box; }
/* * Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/* * Removes inner padding and border in Firefox 3+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/* * 1. Removes default vertical scrollbar in IE 6/7/8/9.
* 2. Improves readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */
vertical-align: top; /* 2 */ }
/* ==========================================================================
Tables
========================================================================== */
/* * Remove most spacing between table cells. */
 
table { border-collapse: collapse; border-spacing: 0; }
 
  
/* Header */ 

    #header {
        position:absolute;
        top: 0;
        left: 0;
        width: 100%; 
        color: #fff;
        padding: 25px;
        z-index: 100;
        height:80px;
    }

.navbar-nav>li>a {
    padding-top: 14px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #164785;}

.navbar{ margin-left: 26px;}

#co2 { font-size:10px; color: white;}

.navbar-nav>li>a:hover {
    padding-top: 14px;
    padding-bottom: 10px;
    font-size: 17px;
  color: #164785;
    border-bottom:9px solid #52B846;
    background:transparent;}

/* Logo */
    #logo {
    cursor: default; 
    height: 233px;
    width:200px;
    display: block;
    margin: 0 auto;margin-top: 20px; float:left;   }
    #esconder {float: left;height: 24px; width: 49px;}
    #esconder p { height:60px;}
    #esconder img {width: 34px;}
    #logo img {
    display: block; margin:0 auto;
    width:150px;  }

/* Navigation */ 

    #nav { position: absolute;
        right: 0;
        top: 0;
        cursor: default;}

    #nav ul li {
        display: inline-block;
        padding: 1.25em 1.25em;}

    #nav ul li a {
        -moz-transition: color 0.35s ease-in-out;
        -webkit-transition: color 0.35s ease-in-out;
        -o-transition: color 0.35s ease-in-out;
        -ms-transition: color 0.35s ease-in-out;
        transition: color 0.35s ease-in-out;
        display: inline-block;
       color: #1F4F8B;
        text-decoration: none;}

    #nav ul li a:hover {
        color: #fff;}

.centrado {text-align:center;height: 95px;}

.feature-text a { color: #7a8387;}

.centrado h1
 {color:white; font-size:35px;text-align:center; height:50px; 
    font-family: 'Lato', sans-serif;height: 120px; font-weight: 100;}

#espaciados  {height:50px; width:100%;display:block;margin:auto;}

#margenes {height:150px;margin:20px; padding:20px;}

#margenes2 {height:150px;margin:20px; padding:20px;}

#margenes2 img {display:block; margin:auto;}

#margenes2 h1 {text-align:center; color:#1780e9; margin:1px;}

#margenes2 p {text-align:center; font-size:16px;}

.sociales {text-align:center;}

.banderas  {
margin-left: 7px;
margin-right:7px;}

.sociales h1
{    color: #1780e9;
    font-size: 56px;
    text-align: center;
    height: 70px;
    font-family: 'Lato', sans-serif;
    height: 30px;
    font-weight: 100;
    margin-top: 49px;
    margin-bottom: 67px;}

.sociales h2
{       color: #164785;
    font-size: 25px;
    text-align: center;
    height: 80px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
    width: 70%;
    display: block;
    margin: auto;}

#centrarlos{
    display: block;
    margin: 0 auto;
    width: 230px;}

#espaciores  {  
height:150px;
width: 100%;
margin-top: 50px;
margin-bottom:50px;}

.seccionazul3{ 
    width: 100%; 
    height: 180px;
    background: #164785;
    text-align:center;
    color:white;
    font-size:20px;
    padding-top:10px;} 

.seccionazul5{ 
    width: 100%; 
    height: 124px;
    background: #fff;
    text-align:center;
    color:white;
    font-size:20px;
    padding-top:10px;}

.misionesespacio{ margin-top:100px;}

.seccionazul4{ 
    width: 100%; 
    height: 124px;
    background: #2E3D6B;
    text-align:center;
    color:white;
    font-size:20px;
    padding-top:10px;}

#mensajessalida {
    display: block;
    margin: auto;
    color: white;
    background: #3C3;
    height: 29px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
}

#mensajessalida2 {
    display: block;
    margin: auto;
    color: white;
    background: red;
    height: 29px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
}

.seccionazul4 p {width:500px;display:block;margin:auto; padding-top:30px; font-size:20px; font-weight: 100;}

.seccionazul2{ 
    width: 100%; 
    height: 180px;
    background: #2E3D6B;
    text-align:center;
    color:white;
    font-size:20px;
    padding-top:10px;}
 
.seccionazul2 p {width:600px;display:block;margin:auto; padding-top:30px; font-size:60px; font-weight: 100;}

.seccionazul{ 
    width: 100%;
    height: 167px;
    background: #2E3D6B;
    text-align:center;
    color:white;
    font-size:20px;
    padding-top:10px;}

.seccionazul p {   width: 700px;
    display: block;
    margin: auto;
    padding-top: 25px;
    font-size: 24px;}

 

#bloke2 p {
    color: white;
    font-size: 22px;
    float: left;
    height: 25px;
    width: 75px;}

#bloke3 p {
color:white; font-size:22px;float: left; height:33px;   width: 100px;}
/* ==========================================================================
Clearfix
========================================================================== */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; }
/* IE6 */
*:first-child+html .clearfix { zoom: 1; }
/* IE7 */
/* ==========================================================================
Headings
========================================================================== */

.hero h1 { font-size: 60px; font-weight: 100; color: #fff; letter-spacing: -1px; margin: 100px 0 20px 0; }
.download-now h1 { font-size: 55px; font-weight: 100; color: #fff; margin: 100px 0 20px 0; }
.testimonials h1 { color: #fff; font-size: 43px; font-weight: 100; margin: 20px 0 80px 0; font-style: italic; }
.features h1 { color: #9197a8; font-size: 15px; margin: 0 0 20px 0; text-transform: uppercase; }
.design h1 { color: #abbcc3; font-size: 38px; font-weight: 300; margin-top: 0; }
/* ==========================================================================
Custom Styles
========================================================================== */
p { font-weight: 300; }
.navigation { background-color: #1F1F1F; }
.nav-last { margin-bottom: 50px; }
nav ul { list-style: none; padding: 0; }
nav ul li a {font-size: 19px;
 text-transform: uppercase; color: rgba(255, 255, 255, 0.6); padding: 20px; 
 display: block; border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
 transition: all 0.5s ease; -moz-transition: all 0.1s ease; -webkit-transition: all 0.5s ease; 
 -o-transition: all 0.5s ease; padding-left: 0; position: relative; }
nav ul li a:hover, nav ul li a:focus { color: rgba(255, 255, 255, 1); text-decoration: none; }
.indicator { position: absolute; right: 0 !important; }
.pull { display: none; }
.hero { background: url('../img/hero.jpg') no-repeat center center;
 -webkit-background-size: cover; -moz-background-size: cover; 
 -o-background-size: cover; background-size: cover; padding: 65px 0; 
 height: auto;}

.quienessomos { background: url('../img/quienes.jpg') no-repeat center center;
 -webkit-background-size: cover; -moz-background-size: cover; 
 -o-background-size: cover; background-size: cover; padding: 65px 0; height:600px!important;
 height: auto;}

.responsabilidad { background: url('../img/tBG13.jpg') no-repeat center center;
 -webkit-background-size: cover; -moz-background-size: cover; 
 -o-background-size: cover; background-size: cover; padding: 65px 0; height:600px!important;
 height: auto;}

 .certificaciones { background: url('../img/tBG12.jpg') no-repeat center center;
 -webkit-background-size: cover; -moz-background-size: cover; 
 -o-background-size: cover; background-size: cover; padding: 65px 0; height:600px!important;
 height: auto;}

 .productospage { background: url('../img/tBG09.jpg') no-repeat center center;
 -webkit-background-size: cover; -moz-background-size: cover; 
 -o-background-size: cover; background-size: cover; padding: 65px 0; height:600px!important;
 height: auto;}

  .frutaspage { background: url('../img/tBG11.jpg') no-repeat center center;
 -webkit-background-size: cover; -moz-background-size: cover; 
 -o-background-size: cover; background-size: cover; padding: 65px 0; height:600px!important;
 height: auto;}
 
.contactoheader{ background: url('../img/tBG16.jpg') no-repeat center center;
 -webkit-background-size: cover; -moz-background-size: cover; 
 -o-background-size: cover; background-size: cover; padding: 65px 0; height:600px!important;
 height: auto;}

.hero p { color: #d0e7e9; font-style: italic; font-size: 17px;}
.hero a { color: #fff; }
.hero-play-btn { height: 166px;
    width: 299px; background: url('../img/play-btn.png') no-repeat center center;
     display: block; text-indent: -99999px; margin: 134px auto 260px;
      transition: all 1s ease; -moz-transition: all 1s ease;
       -webkit-transition: all 1s ease; -o-transition: all 1s ease; }

.botonproductos  {
margin-bottom: 130px!important;
}
.bloquequienes2 {  
bottom: 0;padding-top: 308px;}

.bloquequienesfinal {  
bottom: 0;padding-top: 308px;}

.bloquequienesfinal h1 { padding-left: 33px;   
    color: #FFFFFF;
    font-size: 70px;
    font-family: 'Lato', sans-serif;
    height: 132px;
    font-weight: 100;}

.bloquequienes2 h1 { text-align:center;padding-left: 33px;   
    color: #FFFFFF;
    font-size: 70px;
    font-family: 'Lato', sans-serif;
    height: 132px;
    font-weight: 100;}

.bloquecontacto{  
bottom: 0; padding-top: 308px;}

 .bloquecontacto h1 {
    padding-left: 33px;   
    color: #FFFFFF;
    font-size: 75px;
    font-family: 'Lato', sans-serif;
    height: 86px;
    font-weight: 100;}

.bloquequienes {  
bottom: 0;padding-top: 330px;}

 .bloquequienes h1 {   
    color: #FFFFFF;
    font-size: 70px;
    font-family: 'Lato', sans-serif;
    height: 132px;
    text-align:center;
    font-weight: 100;}


.bloque01 h1  {   
    color: #338ee9;
    font-size: 87px;
    font-family:'Lato', sans-serif;
    height: 132px;
    line-height: 70px;}

.duos {
height:400px; margin:0;padding:0; }


.duos2 {
height:420px; margin:0;padding:0; }s

.bloque02 { 
height:200px; }

.bloque03{ 
margin-top:200px;
height:200px; 
margin-bottom: 50px}

.bloque02 h1 {
    color: #fff;
    font-style: normal!important;
    font-size: 77px;
    margin-bottom: 2px; float:right;}

.bloque03 h1 {
    color: #fff;
    font-style: normal!important;font-weight: 100!important;
    font-size: 70px; 
    margin-bottom: 2px; float:right;}

.bloque02 p {
      color: #aadd51;
    font-style: normal!important;
    float: right;
    font-size: 28px;}

.bloque03 p {
      color: #aadd51;
    font-style: normal!important;
    float: left;width:700px;
    font-size: 28px;}

.nosotros01 h1 {
    color: #338ee9;
    font-size: 70px;
    font-family: 'Lato', sans-serif;
    height: 84px;
    font-weight: 100;
    margin: 4px;} 

#cuatro {
width:800px; display:block; margin:auto; margin-top:40px; margin-bottom:40px;} 

.nosotros01 p { color: #164785;
    font-style: normal!important;
    float: right;
    font-size: 20px;   
    margin-bottom: 39px; }

.visiones01 h1 {
    color: #fff;
    font-size: 70px;
    font-family: 'Lato', sans-serif;
    height: 84px;
    font-weight: 100;
    margin: 4px;
} 

.visiones01 p { 
    color: #fff;
    font-style: normal!important;
    float: right;    margin-bottom: 100px;
    font-size: 18px;}

.botonblanco {
color:white!important;}

.flaticon-add121{ color: #1780E9;}

.blanco {color:white!important; }

.botonaunlado { color:white!important;float: right;
    width: 179px!important;
    height: 44px!important;}
 
.hero-play-btn:hover, .hero-play-btn:focus { transform: translate(0, -15px); -webkit-transform: translate(0, -15px); -o-transform: translate(0, -15px); -moz-transform: translate(0, -15px); }
.get-started-btn { background-color: #7accc8; 
    padding: 20px 80px; border-radius: 3px;
 -webkit-border-radius: 3px; -moz-border-radius: 3px; font-size: 22px; letter-spacing: 2px; box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.4); transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; display: inline-block; }
.get-started-btn:hover, .get-started-btn:focus { text-decoration: none; background-color: #e8b968; }

.download-now2{background-size: 50%;  background: #e9e9e9;} 

.download-now3{background: #e9e9e9 url('../img/tBG15.jpg') no-repeat; height:600px;}

.download-now {background: #e9e9e9 url('../img/ipadBG.png') no-repeat right 65px; 
 background-size: 50%; }

.download-now p {  color: #33cc33; font-size: 26px;
     margin: 40px 30px 40px 0;
    line-height: 30px; }

.download-btn {   
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.5s ease;
    padding: 11px 1px;
    display: inline-block;
    color: #FFFFFF;
    width: 122px;
    text-align: center;
    font-weight: bold;
    background: #1881E9;
    margin-right: 12px;
    height: 40px;}

    .download-btn a:hover {color:white!important;}

.download-btn:hover, .download-btn:focus { text-decoration: none; border-color: #a58347; color: #fff; }
.testimonials { background: #5b6869 url('../img/tBG01.jpg')
 no-repeat left center; -webkit-background-size: cover;
  -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 130px 0; } 

.exportaciones
{padding-top: 100px;background: #5b6869 url('../img/tBG07.jpg')
no-repeat left center; -webkit-background-size: cover;
-moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 10px 0; }


.mapamundi
{height:700px;background: #5b6869 url('../img/tBG08.jpg')
no-repeat left center; -webkit-background-size: cover;
-moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 10px 0; }

.visiones
{padding-top: 100px;background: #5b6869 url('../img/tBG03.jpg')
no-repeat left center; -webkit-background-size: cover;
-moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 10px 0; }

.visiones2
{padding-top: 100px;background: #fff 
no-repeat left center; -webkit-background-size: cover;
-moz-background-size: cover; -o-background-size: cover; background-size: cover; padding:0px 0; } 

.germinar
{padding-top: 100px;background: #5b6869 url('../img/tBG14.jpg')
no-repeat left center; -webkit-background-size: cover; height:420px;
-moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 10px 0; }

.germinar2
{padding-top: 100px;background: #164785
no-repeat left center; -webkit-background-size: cover; height:420px;
-moz-background-size: cover; -o-background-size: cover; background-size: cover; padding:60px 0; }

.pilones
{padding-top: 100px;background: #5b6869 url('../img/tBG04.jpg')
no-repeat left center; -webkit-background-size: cover; height:400px;
-moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 10px 0; }

.pilones h1
{color: #1780e9;
    margin-top: 80px;
    font-weight: 100;
    font-size: 49px;
    margin-bottom: 13px;}

.pilones p
{color:#595959; margin-top:10px; }

#anunciofinal { color: white;
    font-size: 15px;
    height: 50px;
    width: 100%;
    margin-top: 164px;
    text-align: right;
}

#mail 
{    width: 500px;
    display: block;
    margin: auto;
    min-height: 250px;}

.campos
{padding-top: 100px;background: #5b6869 url('../img/tBG05.jpg')
no-repeat left center; -webkit-background-size: cover;height:400px;
-moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 10px 0; }

.campos h1
{color:white; margin-top:150px; font-weight: 100; font-size: 49px; 
    margin-bottom: 13px;} 
.campos p
{color:white; margin-top:10px; }

.sostenibilidad2
{padding-top: 20px;background: #164785
no-repeat left center; -webkit-background-size: cover;height:420px;
-moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 60px 0; }

.sostenibilidad2 h1
{color:#33CC33; margin-top:34px; font-weight: 100; font-size: 49px; 
    margin-bottom: 13px;}

.sostenibilidad2 h2
{color:#fff; font-weight: 100; font-size: 29px; 
    margin-top: 113px; display:block; margin:auto;
    margin-bottom: 13px;}

.sostenibilidad2 p
{color:white; margin-top:5px; }

.sostenibilidad
{padding-top: 20px;background: #164785
no-repeat left center; -webkit-background-size: cover;height:420px;
-moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 10px 0; }

.sostenibilidad h1
{color:#33CC33; margin-top:34px; font-weight: 100; font-size: 49px; 
    margin-bottom: 13px;}

.sostenibilidad h2
{color:#fff; font-weight: 100; font-size: 29px; 
    margin-top: 173px;
    margin-bottom: 13px;}

.sostenibilidad p
{color:white; margin-top:10px; }

.planta
{padding-top: 100px;background: #5b6869 url('../img/tBG06.jpg')
no-repeat left center; -webkit-background-size: cover; height:400px;
-moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 10px 0; }

.planta h1
{color: #fff;
    margin-top: 180px;
    font-weight: 100;
    font-size: 49px;
    margin-bottom: 13px;}

.planta p
{color:#fff; margin-top:10px; }


.transporte
{padding-top: 100px;background: #5b6869 url('../img/tBG17.jpg')
no-repeat left center; -webkit-background-size: cover; height:400px;
-moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 10px 0; }

.transporte h1
{color: #1780e9;
    margin-top: 80px;
    font-weight: 100;
    font-size: 49px;
    margin-bottom: 13px;}

.transporte p {color:#595959; margin-top:10px;}

.viajantes { background: #2b5890  
 no-repeat left center; -webkit-background-size: cover;
  -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 100px 0; height:350px; }

.congelado { padding-top: 100px;background: #2b5890  
 no-repeat left center; -webkit-background-size: cover;
  -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 10px 0; height:350px; }

.ressocial3 { height:auto;background: #fff 
 no-repeat left center; -webkit-background-size: cover;
  -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 10px 0; }


.ressocial2 { height:460px;background: #fff 
 no-repeat left center; -webkit-background-size: cover;
  -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 10px 0; }

.ressocial { height:660px;background: #fff 
 no-repeat left center; -webkit-background-size: cover;
  -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 10px 0; }

.congelado01 {color:white; }

.congelado01 h1 {
      font-weight: 100;
    text-align: left;
    font-family: 'Lato', sans-serif;
    margin-top: 32px;
    font-size: 44px; } 

.viajan { padding-top: 100px;background: #2b5890  
 no-repeat left center; -webkit-background-size: cover;
  -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 10px 0; height:350px; }

.viajan1 {color:white;}

.viajan1 p {    
    color: #33cc33;
    font-size: 18px;}

.viajan1 h1 {    
    font-weight: 100;
    text-align: left;
    font-family: 'Lato', sans-serif;
    margin-top: 32px;
    font-size: 50px;    margin: 10px; } 

.visiones01{ padding-top: 100px;} 

.visiones02{padding-top: 460px;
    margin-top: 100px;}

.features { background: #fff url('../img/arrowBG.png') no-repeat center -1px; padding: 70px 0; }
.testimonials2 { background: #5b6869 url('../img/tBG02.jpg')
no-repeat left center; -webkit-background-size: cover; 
-moz-background-size: cover; -o-background-size: cover; 
background-size: cover; padding: 50px 0;}

.features p { color: #7a8387; font-size: 16px; word-spacing: 2px; line-height: 30px; }
.features-leftcol { border-right: 1px solid rgba(208, 217, 226, 0.4); padding-right: 60px; }
.features-rightcol { padding-left: 60px; }
.margin-bottom { margin-bottom: 70px; }
.try-btn { background-color: #f69679; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; font-size: 17px; color: #fff; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; display: inline-block; padding: 15px 50px; margin: 70px 0 70px; }
.try-btn:hover, .try-btn:focus { background-color: #e37857; color: #fff; text-decoration: none; }
.design { padding: 100px 0; background-color: #fff; position: relative; }
.flat-box { background-color: #fff;   }
.flat-box:hover, .flat-box:focus { transform: translate(0, -15px); -webkit-transform: translate(0, -15px); -o-transform: translate(0, -15px); -moz-transform: translate(0, -15px); }
.colourway { height: 346px; }
.colour1 { background-color: #f69679; }
.colour2 { background-color: #e8b968; }
.colour3 { background-color: #7accc8; }
.colour4 { background-color: #373b44; }
#secondSlider { 
width:1000px; display:block; margin:0 auto;}
#textos {color:white; text-align:left;}
.title {   
    text-align: center;
    font-size: 27px;
    color: #2587e9;  
    font-weight: 300;
    letter-spacing: 0px;
    padding: 20px 40px 0;}
.feature-text { text-align: center;
    padding: 0px 20px 40px 40px;
    font-style: italic;
    color: #7a8387;
    font-size: 17px;
    font-weight: 400;}
.design-content p { color: #abbcc3; line-height: 30px; font-weight: 300; }
.controls a { color: #959595; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; }
.controls a:hover, .controls a:focus { color: #555555; }

.controls {
position:absolute;z-index:100;    margin-top: -200px;
 }

.controls .prev { margin-right: 5px;     float: left;}
.controls .next { float:right;margin-right: 5px; }
footer { background-color: #fff; padding: 25px 0 20px; }
footer p { color: #fff; line-height: 30px; }
.footer-nav { list-style: none; padding: 0; }
.footer-nav li a { display: block; color: #fff; padding: 5px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; }
.footer-nav li a:hover, .footer-nav li a:focus { text-decoration: none; color: #5db3af; }
.badge-btn { width: 60px; height: 62px; background: url('../img/footer-logo.png') no-repeat center center; text-indent: -99999px; display: block; margin: 65px auto 65px; -webkit-transition-duration: 3s; -moz-transition-duration: 3s; -o-transition-duration: 3s; transition-duration: 3s; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; transition-property: transform; }
.badge-btn:hover, .badge-btn:focus { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); }
.footer-credit {     font-size: 16px;
    text-transform: none;
    letter-spacing: 00;
    color:#7D7D7D;
    font-family: arial;}
footer a { color: #42817e; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; }
footer a:hover, footer a:focus { color: #2f5c5a; text-decoration: none; }
/* ==========================================================================
Animations
========================================================================== */
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; }
@-webkit-keyframes bounceInDown {
    0% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); }
    60% { opacity: 1; -webkit-transform: translateY(30px); transform: translateY(30px); }
    80% { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
    100% { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes bounceInDown {
    0% { opacity: 0; -webkit-transform: translateY(-2000px); -ms-transform: translateY(-2000px); transform: translateY(-2000px); }
    60% { opacity: 1; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
    80% { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }
    100% { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.bounceInDown { -webkit-animation-name: bounceInDown; animation-name: bounceInDown; }
@-webkit-keyframes fadeInUpDelay {
    0% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInUpDelay {
    0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInUpDelay { -webkit-animation-name: fadeInUpDelay; animation-name: fadeInUpDelay; animation-delay: 1s; -webkit-animation-delay: 1s; }
@-webkit-keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
@-webkit-keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }
@-webkit-keyframes fadeInUpD {
    0% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInUpD {
    0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInUpD { -webkit-animation-name: fadeInUpD; animation-name: fadeInUpD; animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD { visibility: visible;} 
@media (max-width: 480px) {
.navbar-default .navbar-toggle  {border-color: #ddd; background: #1E5BBA;} 
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus  { background-color: #1E62BF;} 
.navbar-default .navbar-toggle .icon-bar {background-color: #FFF; } 
.navbar-toggle {width: 45px;} 
.bloque03 h1 {font-size: 50px!important;font-weight: 300!important;} 
.bloque03 p {width: 300px!important;} 
.bloque02 h1 {font-size: 52px!important;font-weight: 300!important;} 
.bloque02 p {width: 296px!important; text-align:right;} 
.bloque01 h1 {font-size: 57px!important;font-weight: 300!important;} 
.download-now p  {font-size: 23px!important;} 
#cuatro {width:270px;} 
#cuatro img {width:270px;} 
.hero-play-btn {margin: 166px auto 114px!important;} 
#anchoimagen a img {width:65px;} 
.sociales h2  {height: 241px;  width: 88%; font-size: 23px;}
.misionesespacio{ margin-top:20px;}
.viajantes  {height: 600px; padding: 50px 0;} 
.campos h1 {text-align:center;color: white;margin-top: 88px;font-weight: 100;font-size: 57px;margin-bottom: 13px;} 
#anchoimagen: {margin-left: -28px;} 
.seccionazul p  {width:300px!important;}
.brocoli img {width:268px!important;}
.certi img {width:255px!important;}
.sostenibilidad2 {height:347px; padding:3px 0;}
.bloquequienes2 h1  {font-size:54px; padding-left: 0px; text-align: center; height:57px;} 
.verdurasmas img {width: 220px;}  
.congelado {height:890px;}
.iconicos {float:left; width:85px;}
.planta p {font-size:23px;}
.certi {text-align:center;}
.sociales h1 {font-size:33px; margin-top: 100px; margin-bottom: 28px;}
.ayudaancho img {width: 280px;}  
.campos p {font-size:20px;}
.visiones2 {height:900px; height: 763px;}
.seccionazul5 {height: 460px; }
.sostenibilidad h1 {font-size: 31px; text-align:center;}
.viajan1 p {font-size: 27px;text-align:center;}
.pilones{background: none;}
.ressocial  {height:1314px;}
button, input {width: 60%;}
.ressocial2 {height:800px;}
#margenes {height: 422px; width:100%;margin:0px; padding:0px;}
#margenes2 {height: 500px;}
.centrado {height:150px;}
.germinar {height: 400px;}
.bloquecontacto h1 {padding-left:0px;text-align:center;font-size: 50px;}
#mail {width:300px;}
.iconorespon {display:none}
.sostenibilidad {  height: 435px;}
.seccionazul4 p {width: 200px;}
.responsabilidad {height: 450px!important;}
.bloquequienesfinal h1 { padding-top: 200px;
    color: #FFFFFF; 
    font-family: 'Lato', sans-serif; 
    font-weight: 100;  font-size: 43px;
    padding-left: 0px;
    text-align: center;
    height: 57px;}
.visiones01 h1 { 
font-size: 50px;
text-align: center;}
.duos2 {height: 800px;}
.download-now3 { height: 600px; background:#e9e9e9;}
.seccionazul2 {height: 200px;}
.seccionazul2 p {width: 250px; font-size:38px;} 
.frutaspage { height: 400px!important;}
.certificaciones  { height: 400px!important;}
.visiones02 { padding-top: 00px;
    background: #071425;
    margin-top: 10px;
    width: 300px;
    display: block;
    margin: 0 auto;}
.botebasura  {float: left;}
.exportaciones {background: #33CC33; height: 447px;}
.transporte {height:346px; background:#fff;}
.transporte p {font-size: 22px;}
.pilones h1 {text-align: center;}
.textosocial h1 {font-size:41px!important;}
.exportaciones {height: 447px;}
.banderas {    float: left;width: 123px;height: 84px;margin-left:0px; margin-right:0px;}
.proceso { display: block;margin: 0 auto;width: 200px;}
.avionpng img {     display: block; margin: 0 auto; width: 163px;margin-bottom: 22px;}
.mapamundi  {    height: 500px;background: #071425; padding-top: 56px;}
.transporte h1{text-align: center;}
.planta h1 {text-align: center;font-size: 56px;}
.pilones p {
    font-size: 22px;
    width: 80%;
    display: block;
    margin: 0 auto;}
.viajan1 h1 {text-align: center;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    width: 320px;
    background: #fff;
    margin-top:00px;
    z-index: 100;
    position: absolute;
    margin-left: -52px;} 
.navbar-default .navbar-nav>.active> a, .navbar-default .navbar-nav>
.active>a:hover, .navbar-default .navbar-nav>.active> a:focus{
background-color: #fff!important;  }
#secondSlider{ width:300px;}
.download-now {background: #e9e9e9!important; }
   .controls { width: 100%; margin-top: 0px;top: 0;} 
   #centrarlos a img  
   {width: 97px;}
    #centrarlos  { display: block;
    margin: 0 auto;
    width: 230px;}
    .flat-box{background-color: #fff;
    width: 87px;
    height: 209px;
    float: left; }
    .title {
    text-align: center;
    font-size: 17px;
    color: #2587e9;
    font-weight: 300;
    letter-spacing: 0px;
    padding: 1px 21px 0;}
    .feature-text{
    text-align: center;
    padding: 0px 8px 6px 12px;
    font-style: italic;
    color: #7a8387;
    font-size: 12px;
    font-weight: 400;} 
    .blanco p {color:white;} 
    .design {padding: 61px 0;
    background-color: #fff;
    position: relative; } 
    #esconder {display:none; } 
    .bloquequienes { bottom: 0;
    padding-top: 130px;
    text-align: center; }
    .espaciores3 {height: 1025px;}
    .contactoheader { height:400px!important;}
    .productospage {height: 400px!important;}
    .quienessomos {height: 400px!important;}
    .bloquequienes2 {padding-top: 201px; }
    .rebajar { margin-top: -50px!important;}
    .comprimir{ padding-left: 1px; padding-right: 1px; }
    .bloquecontacto{padding-top: 186px; }
}

@media screen and (min-width: 700px) and (max-width: 1200px) {
/*Todo lo que añadamos aquí se utilizará solo en resoluciones X, donde 700px<=X<=1000px*/
    .navbar-toggle {width: 46px;}
    .rebajar {    margin-top: -100px!important;
    z-index: 100;
    position: relative;}
    #esconder {display:none;}
    .download-now {margin-top: 10px;}
    .navbar-default .navbar-toggle .icon-bar {background-color: #FFF; } 
    .visiones02 {  margin-top: 35px;}
    .navbar-collapse {     
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    margin-top: -187px;
    z-index: 100;
    position: relative;
    width: 300px;
    float: right;
    margin-right: 82px;}
    .navbar-nav { background: white; }
    .controls {position:absolute; z-index: 100; top: 0; width: 95%;  margin-top: 0px;}
    #secondSlider { 
    width: auto; 
    display: block;
    margin: 0 auto;}
    .bloque01 h1{  
    font-size: 63px; }
    .bloque02 h1{     
    padding-left: 40px;
    padding-right: 30px;}
    .bloquequienes h1 {  
    text-align: center; }
    .misionesespacio  {
    margin-top: 31px;} 
    .visiones01 h1 {
    text-align: center;} 
    .visiones01 p{
    color: #fff;
    font-style: normal!important;
    height: 134px;
    font-size: 18px;
    width: 502px;
    display: block;
    margin: 0 auto; float:none;
    padding-bottom: 34px;} 
    .pilones p  {
    color: #595959;
    margin-top: 19px;
    width: 300px;
    line-height: 26px;
    font-size: 18px; }
    .proceso{
    float: left; width: 142px;}
    #cuatro{ width:auto;}
    .pilotex h1{
    float: right;}
    .pilones { background: #fff url('../img/planta.jpg') no-repeat right center;}
    .planta p {
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
    width: 500px; }
    .exportaciones{margin-top: 400px;}
    .transporte p {
    color: #595959;
    margin-top: 10px;
    width: 300px;
    font-size: 19px;}
    .avionpng img {display:block;margin:auto;}
    .viajan1 h1{text-align:center;}
    .viajan1 p {text-align:center;}
    .viajantes  { padding: 69px 0;
    height: 350px;}
    .mapamundi {    
    background: #5b6869 url('../img/tBG08.jpg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;}
    .banderas { float:left;margin-left:0px; margin-right:0px;}
    .bloquequienes2 h1 { text-align:center;}
    #margenes2 { height: auto;}
    .espaciores3{height: 1700px;}
    .espaciores2{height: 1100px;}
    .certi {float:left; width: 300px;}
    .ressocial2{ height:700px;}
    .ayudaancho {float: left; width: 310px; height: 200px;}
    .ressocial { margin-top:150px;height: 1100px;}
    .sociales h2 {height: 105px;}
    .sociales {    text-align: center;
    margin-top: 93px;
    margin-bottom: 70px;}
    .sostenibilidad h1 {    
    text-align: center;
    font-size: 40px;
    margin-bottom: 53px;}
    .sostenibilidad h2  {
    color: #fff;
    font-weight: 100;
    font-size: 29px;
    margin-top: 55px;
    margin-bottom: 6px;
    text-align: center;}
    .botebasura { width: 215px; float: left; margin-left: 62px;}
    #cuatro img  { width: 600px;display:block;margin: auto;}
    .bloquecontacto h1 { text-align:center;}
    .duos2{height: 620px;}
    .iconicos {    float: left;
    width: 46px;
    margin-left: 31px;}
    .controls .next { float: right;
    position: absolute; }
    .medio {    width: 500px;
    float: left;}
    .sostenibilidad2 {padding: 30px 6px 30px 20px; height: 184px;}
    .medioss img{  width:100px;}
    .flat-box  {
    background-color: #fff;
    float: left;
    width: 216px;
    height: 300px;}
    #centrarlos  { display: block;
    margin: 0 auto;
    width: 127px;}
    #centrarlos a img { width: 139px;}
} 
