/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
 margin:0; padding:0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

* {
  box-sizing: border-box;
}

body {
  display:block;
  position:relative;
  width:100%;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: .94vw;
  line-height: 1.1vw;
  color: #263580;
  overflow-x: hidden !important;
  outline: 0;
  background-color: #fff;
  opacity:1;
}

@media screen and (max-width: 795px) {
  body {
    font-size: 16px;
    line-height:18px;
  }
}

@media screen and (max-width: 485px) {
  body {
    font-size: 14px;
    line-height:16px;
  }
}

p {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  text-indent: 0;
}

a, a:hover, button {
  text-decoration: none;
  color: inherit;
  outline: 0;
  transition: all 0.3s;
}
h2, h3, h4, h5 { margin:0; padding:0; }
strong {
  font-weight: bold;
}

a[href^="tel"] {
  color: inherit;
}

.slick-slide {
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}




.grecaptcha-badge {
  display: none !important;
}

textarea:focus, input:focus{
    outline: none;
}
*:focus {
    outline: none;
}


.mobile { display:none; }



.fijos { display: block; position: fixed; right: 0; z-index: 93; top: 8vw; }
.fijos .version { display:block; width:2.882vw; height:auto; cursor:pointer; }
.fijos .version img { display:block; width:100%; height:auto; }
.fijos .redes {     display: block; position: relative; overflow: hidden; width: 100%; margin-top: 1vw; background: #0b1026; padding: .66vw .3vw .66vw .66vw; border-radius: 16px 0 0 16px; }
.fijos .redes a { display: block; width: 100%; height: auto; margin-bottom: .66vw; }
.fijos .redes a:last-child { margin-bottom:0; }

header { display:block; position:fixed; top:0; left:0; overflow:hidden; width:100%; z-index:90;}
header .top1 {  display:block; position:relative; overflow:hidden; width:100%; background:#1c275c; padding:2.5vw 0; transition:all .5s;}

header .top1 h1 { display:block; position:relative; overflow:hidden; margin:0 auto; padding:0; width:28.8288288288vw;}
header .top1 h1 img { display: block; width:100%; height:auto;}

header ul.menu { display: block; position: relative; overflow: hidden; width: 100%; background: #243279; padding: 1vw 0; text-align: center;  transition:all .5s;}
header .menu li { display:inline-block; position:relative; overflow:hidden; font-size:1.11vw; line-height: 1.33vw; text-transform: uppercase; color:#fff; font-weight: 500; padding:.5vw 1vw; background:#2a3672; border:1px solid #5d699f; border-radius:62px; margin-right:1vw; cursor:pointer; }
header .menu li:hover { background:#1c275c; }

header #click-menu {  display:none;}
.chico header .top1 { padding:1vw 0; }
.chico header .top1 h1 { width:15.828829vw; }
.chico header ul.menu { padding:.3vw 0; }
.chico header .menu li { font-size:.88vw; line-height: 1vw; padding:.3vw .7vw;}

.menuMovil { display: none; position: fixed; overflow: hidden; width: 100vw; padding: 1vw; background: #3198c3; z-index: 99; transition: all .5s; top: 14vw; width: 18.45vw; right: 9.5vw; text-align: right;  }
.chico .menuMovil { top:6vw; }

.menuMovil.abierto { display:block; }

.menuMovil li { display: block; position: relative; overflow: hidden; color: #fff; text-align: left; font-size: 1.33vw; line-height:1.5vw; margin-bottom: 1vw; padding-bottom:1vw; border-bottom:1px solid #fff; cursor:pointer; text-transform: uppercase; text-align:right; font-weight: 900;}
.menuMovil li:last-child, .menuMovil li:nth-child(3) { border-bottom:0; margin-bottom:0; padding-bottom:0;}
.menuMovil li:hover { color:#ccc; }
.menuMovil li span { display:inline-block; float:left; position:relative; overflow:hidden; font-size:30px; line-height: 32px; }
.menuMovil li img { display:inline-block; float:left; position:relative; overflow:hidden; width:3.7vw; margin-right:5px;}
.menuMovil li:nth-child(4), .menuMovil li:nth-child(5) { display:none; }

.seccion { display:block; position:relative;  z-index:1; width:100%; }
#wrapper { display:block; width:100%; width:56.4564564565vw; margin:0 auto; }

#home { display:block; position:relative; overflow:hidden;background-repeat: no-repeat; background-position: center; background-size:cover; height:54vw;}

#quienes-somos { display:block; position:relative; overflow:hidden; width:100%; padding:4vw 0 0 0; }


#quienes-somos #wrapper #quienesfrase1 { display:block; min-width:90%; position:relative;  overflow:hidden; -webkit-transform: translate3d(-500px, 0px, 0); transform: translate3d(-500px, 0px, 0); opacity: 0; transition: 1s  .5s;}
#quienes-somos.muestra #wrapper #quienesfrase1 { -webkit-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); opacity: 1;  }
#quienes-somos #wrapper #quienesfrase1 p { display:block; width:100%; position:relative; overflow:hidden; font-size:2.77vw;  color:#263580; font-weight: 300; line-height:2.99vw;font-family:"Ubuntu", sans-serif; }
#quienes-somos #wrapper #quienesfrase2 { display:block; min-width:90%; position:relative; overflow:hidden; padding-top:2vw;  -webkit-transform: translate3d(-500px, 0px, 0); transform: translate3d(-500px, 0px, 0); opacity: 0; transition: 1s  .7s;}
#quienes-somos.muestra #wrapper #quienesfrase2 { -webkit-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); opacity: 1;  }

#quienes-somos #wrapper #quienesfrase2 p {display:block; width:100%;  position:relative; overflow:hidden; font-size:11.3vw;  color:#263580; font-weight: 600; line-height: 12vw;  font-family:"Ubuntu", sans-serif; }

#quienes-somos #wrapper #quienesintro { display:block; color:#263580; font-weight: 400; font-family:"Open Sans", sans-serif; padding:2vw 0 0 0; position:relative; font-size:1vw; line-height: 1.3vw;   -webkit-transform: translate3d(-500px, 0px, 0); transform: translate3d(-500px, 0px, 0); opacity: 0; transition: 1s  .9s;}
#quienes-somos.muestra #wrapper #quienesintro { -webkit-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); opacity: 1;  }


#quienes-somos  img { display:block; width:100%; height:auto; position:relative; overflow:hidden; margin-top:4vw;}

#producto { display:block; position:relative; min-height:24.88vw; width:100%; background:#263580; padding:4vw 0 4vw 0; border-top:1.5vw solid #b2b8bf; }
#producto img { display: block; position: absolute; top: 0; right: 3vw; width: 34.25vw; height: auto; }
#producto h2 { display:block; color:#fff; font-size:5vw; line-height: 5.5vw; font-weight: 500; -webkit-transform: translate3d(0px, 200px, 0); transform: translate3d(0px, 200px, 0); opacity: 0; transition: .6s  .5s;}
#producto.muestra h2 { -webkit-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); opacity: 1;  }

#producto h3 { display:block; color:#fff; font-size:1.3vw; line-height: 1.5vw; font-weight: 500; margin:2vw 0; text-transform: uppercase;-webkit-transform: translate3d(0px, 200px, 0); transform: translate3d(0px, 200px, 0); opacity: 0; transition: .6s  .7s;}
#producto.muestra h3 { -webkit-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); opacity: 1;  }

#producto p { display:block; font-weight: 400; font-family:"Open Sans", sans-serif; font-size:.77vw; line-height: 1.1vw; color:#fff; -webkit-transform: translate3d(0px, 200px, 0); transform: translate3d(0px, 200px, 0); opacity: 0; transition: .6s  .9s;}
#producto.muestra p { -webkit-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); opacity: 1;  }


.producto2 { display: block; position: relative; overflow: hidden; width: 100%; padding: 6vw 0 0 0; width: 56.4564564565vw; margin: 0 auto; }
.producto2 .izq, .producto2 .der {     display: inline-block; float: left; position: relative; overflow: hidden; width: 25.228228vw; }
#productos2 .izq { -webkit-transform: translate3d(-500px, 0px, 0); transform: translate3d(-500px, 0px, 0); opacity: 0; transition: 1s  .5s;}
#productos2.muestra .izq { -webkit-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); opacity: 1;  }

#productos2 .der { -webkit-transform: translate3d(500px, 0px, 0); transform: translate3d(500px, 0px, 0); opacity: 0; transition: 1s  .5s;}
#productos2.muestra .der { -webkit-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); opacity: 1;  }

.producto2 .der { float:right; }
.producto2 .izq h2 { display: block; background: #263580; color: #fff; text-transform: uppercase; font-size: 1.6vw; line-height: 1.6vw; font-weight: 500; padding: .5vw 1vw; margin-bottom: 2vw; }
.producto2 .izq p { display: block; color:#263580; font-size:.88vw; line-height: 1vw; font-weight: 500; }
.producto2 .izq ul { display:block; margin-top:1vw; }
.producto2 .izq ul li { display:block; position:relative; overflow:hidden; color:#263580; font-size:.88vw; line-height: 1vw; font-weight: 400; font-style:italic; margin-bottom:.2vw; padding-left:1vw;}
.producto2 .izq ul li::before { content: "\f0c8"; font-family: FontAwesome; position: absolute; top: 0; left: 0vw; font-size: .5vw; color: #263580; z-index: 1; font-style:normal; }

.producto2 .der h2 {     display: block; color: #263580; font-size: 2.2vw; line-height: 2.5vw; font-weight: 300; margin-bottom: 2vw; }
.producto2 .der p { display: block; color:#263580; font-size:.88vw; line-height: 1vw; font-weight: 400; margin-bottom:.3vw;}
.producto2 .der table { display: block; position: relative; overflow: hidden; width: 100%; margin: 1vw 0 1vw 0; padding: 0; font-size:.77vw; line-height: .99vw; font-family:"Open Sans", sans-serif; color:#263580; font-weight: 400;}
.producto2 .der table thead { font-weight: 500; text-transform: uppercase; border-bottom: 1px solid #263580; display: block; position: relative; padding-bottom: .5vw; margin-bottom: .5vw; border-top: 1px solid #263580; padding-top: .5vw;}
.producto2 .der table thead th, .producto2 .der table tbody td { width:15%; padding-bottom:.3vw; }
.producto2 .der table thead th:nth-child(1), .producto2 .der table tbody td:nth-child(1) { width:34%; }
.producto2 .der table thead th:nth-child(2), .producto2 .der table tbody td:nth-child(2) { width:30%; }
.producto2 .der table thead th:nth-child(4), .producto2 .der table tbody td:nth-child(4) { width:25%; text-align:center;}
.producto2 .der table thead th:nth-child(3), .producto2 .der table tbody td:nth-child(3) {  text-align:center;}
.producto2 .der ul { display:block; margin-top:1vw; }
.producto2 .der ul li { display:block; position:relative; overflow:hidden; color:#263580; font-size:.88vw; line-height: 1vw; font-weight: 400; font-style:italic; margin-bottom:.2vw; padding-left:1vw;}
.producto2 .der ul li::before { content: "\f0c8"; font-family: FontAwesome; position: absolute; top: 0; left: 0vw; font-size: .5vw; color: #263580; z-index: 1; font-style:normal; }
.producto2 .der img { display:block; width:100%; height:auto; }
.producto2 .der .descarga { display: block; background: #263580; color: #fff; text-transform: uppercase; font-size: 1.6vw; line-height: 1.6vw; font-weight: 500; padding: .5vw 1vw; margin-top: 1vw; cursor:pointer; border:1px solid #263580;}
.producto2 .der .descarga:hover { background:#fff; color:#263580; }
.producto2 img { display: block; position: relative; /* margin-top: 2vw; */ overflow: hidden; clear: both; padding-top: 2vw; width: 55vw; height: auto; }

#industrias { display:block; position:relative; overflow:hidden; background:#080b1a; width:100%; padding: 0 0 8vw 0;  }

#industrias ul.listadoIndustrias { display:none; }
#industrias h2 {     display: block; background: #b2b8bf; width: 25.2252252252vw; padding: 3vw 1vw; color: #080b1a; font-size: 3.5vw; line-height: 2.5vw; text-align: center; font-weight: 700; }
#industrias .izq { display: inline-block; float: left; position: relative; overflow: hidden; width: 22vw; margin-left: 1.8vw; margin-top:2vw; -webkit-transform: translate3d(0px, 200px, 0); transform: translate3d(0px, 200px, 0); opacity: 0; transition: .6s  .5s;}
#industrias.muestra .izq{ -webkit-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); opacity: 1;  }
#industrias .izq ul { display: block; position:relative; overflow:hidden; float:right; width:90%; }
#industrias .izq ul li { display: block; position: relative; color: #fff; font-size: 1.11vw; line-height: 1.44vw; text-align: right; padding-right: 2vw; border-top: 1px solid #fff; padding-top: .5vw; padding-bottom: .5vw; cursor:pointer;}
#industrias .izq ul li:first-child { padding-bottom:0; }
#industrias .izq ul li:first-child a { padding-bottom:.5vw; display:block;}
#industrias .izq ul li animation: { display: block; position:relative; overflow:hidden; }
#industrias .izq ul li a::before { content: "\f054"; font-family: FontAwesome; position: absolute; top: 1.5; right: 0vw; font-size: 1.5vw; color: #4a5664; z-index: 1; font-style:normal; }
#industrias .izq ul li a.abajo::before { content: "\f078"; font-family: FontAwesome; position: absolute; top: 1.5; right: 0vw; font-size: 1.5vw; color: #4a5664; z-index: 1; font-style:normal; }
#industrias .izq ul li a.arriba::before { content: "\f077"; font-family: FontAwesome; position: absolute; top: 1.5; right: 0vw; font-size: 1.5vw; color: #4a5664; z-index: 1; font-style:normal; }
#industrias .izq ul li:last-child { padding-bottom: .5vw; border-bottom: 1px solid #fff;  }

#industrias .izq ul li:hover { background:#1f2534; }
#industrias .izq ul li ol { display: none;  position: relative; overflow: hidden; width: 112%; margin:0; padding:0; padding-top:0;}
#industrias .izq ul li ol li { background:#1f2534; }
#industrias .izq ul li ol li a::before { display:none; }
#industrias .izq ul li ol li:hover { background:#12161f; }
#industrias .izq ul li ol li:last-child { border-bottom:0; padding-bottom:0;}
#industrias .izq ul li ol li:first-child { padding-bottom:.5vw; }
#industrias .izq ul li ol li:first-child a{ padding-bottom:0; display:block;}

#industrias .der { display: inline-block; float: left; position: relative; overflow: hidden; width: 27vw; margin-left: 5vw; margin-top: 2vw -webkit-transform: translate3d(0px, 200px, 0); transform: translate3d(0px, 200px, 0); opacity: 0; transition: .6s  .7s;}
#industrias.muestra .der{ -webkit-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); opacity: 1;  }
#industrias .der h3 { display:block; color:#fff; text-transform: uppercase; font-size:1.3vw; line-height: 1.5vw; font-weight: 500; margin-bottom:1vw; }
#industrias .der p { display:block; color:#fff;font-size:.88vw; line-height: 1.1vw; font-weight: 300; margin-bottom:.3vw; font-family:"Open Sans", sans-serif;}

#industrias .der ul.documentos { display: block; position: relative; overflow: hidden; width: 100%; margin-top: 1vw; }
#industrias .der .documentos li { display: block; position: relative; overflow: hidden; width: 100%; padding-bottom:.5vw; margin-bottom:.5vw; border-bottom:1px solid #fff; color:#fff; font-size:1vw; line-height: 1.3vw; font-weight: 300; }
#industrias .der .documentos span { display:inline-block; float:left; position:relative; overflow:hidden; background:#1c275c; padding:.3vw; margin-right:1vw; }
#industrias .der .documentos p { display:inline-block; float:left; position:relative; overflow:hidden; margin-top:.3vw; }
#industrias .der .documentos li:last-child { margin-bottom:0; padding-bottom:0; border:0; }


.dist { display: block; position: relative; overflow: hidden; width: 100%; padding: 4vw 0 6vw 0; width: 56.4564564565vw; margin: 0 auto; }
.dist h2 { display: block; color: #080b1a; font-size: 2.5vw; line-height: 2.7vw; text-transform: uppercase; font-weight: 700; }
.dist ul { display:block; position:relative; overflow:hidden; width:100%; margin-top:2vw;}
.dist ul li { display:inline-block; float:left; position:relative; overflow:hidden; width:45%; margin-right:2vw; }
.dist ul li .imagen { display:inline-block; float:left; position:relative; overflow:hidden; width:10vw; height:6vw; background-repeat: no-repeat; background-position:center; background-size:cover; margin-right:1vw; border:1px solid #ccc;}
.dist ul li h3 { display: table; color:#080b1a; font-size:1.2vw; line-height: 1.4vw; text-transform: uppercase; }
.dist ul li h4 { color:#263580; font-size:1vw; line-height: 1.3vw; margin-top: .2vw; }
.dist ul li p { color:#080b1a; font-size:.77vw; line-height: 1vw; font-family:"Open Sans", sans-serif; margin-top:.2vw; }

#media { display: block; position: relative; overflow: hidden; width: 100%; padding: 0; }
#media ul.imagenes { display:block; position:relative; overflow:hidden; width:100%; }
#media .imagenes li { display:inline-block; float:left;  position:relative; overflow:hidden; width:100%; height:43.75vw !important; background-repeat: no-repeat; background-size:cover; background-position:center;}
#media .izquierda { display: block; position: absolute; z-index: 99; font-size: 4vw; color: #fff; top: 38vw; right: 7vw; text-shadow:2px 2px #000000; cursor:pointer;}
#media .derecha { display: block; position: absolute; z-index: 99; font-size: 4vw; color: #fff; top: 38vw; right: 3vw; text-shadow:2px 2px #000000; cursor:pointer;}
#media h2 { display: block; color: #fff; font-size: 2.5vw; line-height: 2.7vw; text-transform: uppercase; font-weight: 700; }

#media ul.videos { display:block; position:relative; overflow:hidden; width:104%; margin-top:2vw; }
#media .videos li { display:inline-block; float:left;  position:relative; overflow:hidden; width:32%; height: 11vw !important; margin-right: 1%; background-repeat: no-repeat; background-position: center; background-size: cover; cursor:pointer;}
#media .izquierdav { display: block; position: absolute; z-index: 99; font-size: 3vw; color: #fff; top: 13vw; left: 16vw;  cursor:pointer;}
#media .derechav { display: block; position: absolute; z-index: 99; font-size: 3vw; color: #fff; top: 13vw; right: 15vw;  cursor:pointer;}
#media #wrapper { display: block; position:relative; width: 100%; width: 100%; margin: 0 auto; background: #515d99; padding:4vw 21.5vw 6vw 21.5vw; margin: 0 auto; }

#valores { display: block; position: relative; overflow: hidden; width: 100%; padding: 6vw 0; background-repeat: no-repeat; background-position:center; background-size:cover; }
#valores .izq { display:inline-block; float:left; position:relative; overflow:hidden; width:25vw; }
#valores .izq img { display:block; width:100%; height:auto; }

#valores .der { display:inline-block; float:right; position:relative; overflow:hidden; width:28vw; }
#valores .der h2 {     display: block; font-size: 5vw; line-height: 5vw; font-weight: 700; margin-bottom:1vw; }
#valores .der h2 strong { display: block; }
#valores .der p { display: block; color:#263580; font-size:.88vw; line-height: 1vw; font-weight: 500; margin-top:1vw; }
#valores .der ul { display:block; margin-top:1vw; }
#valores .der ul li { display:block; position:relative; overflow:hidden; color:#263580; font-size:.88vw; line-height: 1vw; font-weight: 400; font-style:italic; margin-bottom:.2vw; padding-left:1vw;}
#valores .der ul li::before { content: "\f0c8"; font-family: FontAwesome; position: absolute; top: 0; left: 0vw; font-size: .5vw; color: #263580; z-index: 1; font-style:normal; }
#valores .der img { display: block; width:13.65vw; height:auto; margin-top:1vw; }

#mercados { display: block; position: relative; overflow: hidden; width: 100%; padding: 6vw 0 14vw 0; background:#263580; }
#mercados .izq { display:inline-block; float:left; position:relative; overflow:hidden; width:25vw; }
#mercados .izq h2 { color: #fff; text-align: right; text-transform: uppercase; font-size: 3.33vw; line-height: 3.55vw; font-weight: 300; margin-top:2.5vw;}
#mercados .izq h2 span { display: block; font-weight: 500; }

#mercados .der { display:inline-block; float:right; position:relative; overflow:hidden; width:28vw; }
#mercados .der h3 {     display: block; font-size: 1.5vw; line-height: 1.7vw; font-weight: 700; margin-bottom:1vw; color:#fff;}
#mercados .der p { display: block; color:#fff; font-size:.88vw; line-height: 1.2vw; font-weight: 300; margin-top:1vw; }

#mercados img { display: block; clear:both; padding-top:4vw; width:44.44vw; height:auto; margin:0 auto;}


#contacto { display:block; position:relative;  width:100%;   }
#contacto #wrapper {  display:block; position:relative; overflow:hidden; width:100%; padding:6vw 24.62vw; background:#17171a; }
#contacto .fototop { display: block; position: absolute; left: 0; width: 100%; height: auto; z-index: 99; top: -9vw; }
#contacto #datos { display:inline-block; float:left; position:relative; overflow:hidden; width:21vw;;}
#contacto #datos p { color:#fff; font-size:.77vw; line-height: 1.1vw; font-family:"Open Sans", sans-serif; margin-top:1vw; }
#contacto form { display:inline-block; float:right; position:relative; overflow:hidden; width:27vw; }


#contacto #datos h2 { display:block; color:#fff; font-size:3vw; line-height: 3.2vw; font-weight: 700;}
#contacto h2 .fa { display: inline; float: left; margin-right: 1vw; color: #c9242b; }
#contacto form fieldset { display:block; padding:0; margin:0; border:0; }
#contacto form p { display:block; color:#fff; font-size:.94vw; line-height: 1.1vw; margin-bottom:2vw; }
#contacto form input { display:block; width:100%; font-size:.9vw; line-height: 1.1vw; border:0; background:#fff; padding:.5vw; margin-bottom:.5vw; color:#858d99; font-weight: 500; font-family:"Open Sans", sans-serif;}


#contacto form textarea { display:block; width:100%; font-size:.9vw; line-height: 1.1vw; border:0;  background:#fff; padding:.5vw; margin-bottom:.5vw; color:#858d99; font-weight: 500; height:13vw;font-family:"Open Sans", sans-serif; }
#contacto button { display:table; margin-top:2vw; color:#fff; background:#263580; padding:1vw; font-size:1.6vw; font-weight: 700;  margin:2vw 0;  cursor:pointer;text-transform:uppercase; 
    border: 1px solid #263580; }
#contacto button:hover { color:#263580; background:#fff;  }

#contacto #datos { -webkit-transform: translate3d(-500px, 0px, 0); transform: translate3d(-500px, 0px, 0); opacity: 0; transition: 1s  .5s;}
#contacto.muestra #datos { -webkit-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); opacity: 1;  }

#contacto form { -webkit-transform: translate3d(500px, 0px, 0); transform: translate3d(500px, 0px, 0); opacity: 0; transition: 1s  .5s;}
#contacto.muestra form { -webkit-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); opacity: 1;  }

.mapa { display: block; position: relative; overflow: hidden; width: 100%; height: 35vw;  -webkit-filter: grayscale(65%); filter: grayscale(65%);}
.mapa iframe {  display: block; position: relative; overflow: hidden; width: 100%; height: 35vw; }



footer { display: block; position:relative; overflow:hidden; width:100%;  background:#fff; padding:1vw 11.9vw;  }
footer .copy { display:inline-block; float:right; font-size:.8vw; line-height: 1vw; font-weight: 400; }
footer .copy a { display:block; }
footer .redes { display: inline-block; float: left; position: relative; overflow: hidden; }
footer .redes a { display:inline-block; float:left; position:relative; overflow:hidden; margin-right: .4vw; width:1.8vw; }
footer .redes a img { display: block; width:100%; height:auto; }
footer .telefono { display: inline-block; float: left; position: relative; overflow: hidden; margin-left: 1vw; font-size: 1.6vw; line-height: 1.6vw; font-weight: 900; margin-top: .2vw; }

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

  .fijos { display:none; }

  header .top1, .chico header .top1 { padding:10px 40px; }
  header .top1 h1, .chico header .top1 h1 { width:28.8288288288vw; }
  header #click-menu { display: block; float: right; position: absolute; width: 70px; height: 70px; cursor: pointer; z-index: 9; margin-top: 0px; top:0; right:20px;}
  header #click-menu span {position: absolute; left: 0; right: 0; top: 20px; margin: 0 auto; display: block; width: 30px; height: 5px; margin: 0 auto; background: #fff;
    transition: all .3s;}
  header #click-menu span:nth-child(2) {top: 30px; }
  header #click-menu span:nth-child(3) {top: 40px; }
  header #click-menu.active span:nth-child(1) {top: 30px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
  header #click-menu.active span:nth-child(2) {opacity: 0; left: -7.8125vw; }
  header #click-menu.active span:nth-child(3) {top: 30px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }

  #wrapper { width:80%; }
  #producto h2 { font-size:40px; line-height: 42px; }
  #producto h3 { font-size:22px; line-height: 24px; margin:10px 0; }
  #producto img { display:none; }
  #producto p, .producto2 .izq p, .producto2 .izq ul li, .producto2 .der p, .producto2 .der ul li, #industrias .der p, #valores .der ul li, #valores .der p, #mercados .der p, #contacto #datos p, footer .copy { font-size:13px; line-height: 16px; }
  .producto2 { width:80%; padding:40px 0 0 0; }
  .producto2 .izq, .producto2 .der { width:45%; }
  .producto2 .izq h2, .producto2 .der .descarga { font-size:16px; line-height: 18px; padding:5px 10px; margin-bottom:20px; }
  .producto2 .izq ul { margin-top:10px; }
  .producto2 .izq ul li, .producto2 .der ul li { padding-left:10px; }
  .producto2 .izq ul li::before, .producto2 .der ul li::before { font-size:7px; }
  .producto2 .der h2 { font-size:25px; line-height: 27px; margin-bottom:20px; }
  .producto2 img { padding-top:20px; margin:0 auto; }
  .producto2 .der table { margin:10px 0 10px 0; font-size:13px; line-height: 16px; }
  .producto2 .der table thead { padding:5px 0; margin:0 0 5px 0; }
  #industrias { padding-bottom:40px; }
  #industrias h2 {padding: 0; color: #fff; font-size: 40px; line-height: 42px; text-transform: uppercase; margin-top: 40px; margin-bottom: 10px; background:transparent;}
  #industrias .izq, #industrias .der { display:none; }
  #industrias ul.listadoIndustrias { display: block; position: relative; overflow: hidden; width: 100%; margin-top: 20px; } 
  #industrias .listadoIndustrias li { display: block; position: relative; overflow: hidden; width: 100%; margin-bottom: 20px; } 
  #industrias .listadoIndustrias li h3 { display: block; color: #fff; text-transform: uppercase; font-size: 20px; line-height: 22px; margin-bottom: 10px; }
   #industrias .listadoIndustrias li p { display: block; font-size:13px; line-height: 16px; color:#fff; font-family:"Open Sans", sans-serif;  }
   #industrias .listadoIndustrias li a.documento { display: block; font-size:13px; line-height: 16px; color:#fff; font-family:"Open Sans", sans-serif; margin-top:10px; padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #fff; position:relative; overflow:hidden;  width:100%;}
   #industrias .listadoIndustrias li a.documento span { display:inline-block; float:left; position:relative; overflow:hidden; margin-right:10px; background:#1c275c; padding:5px;}
   #industrias .listadoIndustrias li a.documento p { display:inline-block; float:left; position:relative; overflow:hidden; margin-top:5px; }
   #industrias .listadoIndustrias li a.documento:last-child { border:0; }
  .dist { width:80%; padding:40px 0; }
  .dist ul { margin-top:20px; }
  .dist ul li { width:100%; }
  .dist ul li .imagen { width:40%; height:16vw !important; margin-right:20px; }
  .dist ul li h3 { font-size:18px; line-height: 20px; }
  .dist ul li h4 { font-size:16px; line-height: 18px; }
  .dist ul li p { font-size:13px; line-height: 15px; }
  #media .imagenes li { height:78vw !important; }
  #media .izquierda, #media .derecha { top:71vw; }
  #media #wrapper { padding:40px; }
  #media .videos li { height:16vw !important; }
  #media .izquierdav, #media .derechav { top:5vw; }
  #media .derechav { right:2vw; }
  #media .izquierdav { right:7vw; left:auto; }
  #valores { padding:40px 0; }
  #valores .der { width:49vw; }
  #valores .der h2 { font-size:40px; line-height: 42px; margin-bottom:10px; }
  #mercados { padding:40px 0; }
  #mercados .izq, #mercados .der {display: block; float: none; position: relative; overflow: hidden; width: 100%; text-align:left;}
  #mercados .izq h2 { text-align: left; font-size:40px; line-height: 42px; margin-top:0; }
  #mercados .der h3 { font-size:20px; line-height: 22px; margin:10px 0; }
  #mercados img { width:80%; padding:40px 0; }
  #contacto #wrapper { padding:40px; }
  #contacto #datos h2 { font-size:30px; line-height: 32px; margin-bottom:10px; }
  #contacto form { width:56vw; }
  #contacto form input { font-size:13px; line-height: 15px; padding:10px; }
  #contacto form textarea { font-size:13px; line-height: 15px; padding:10px; height:100px;}
  #contacto button { margin-top:20px; font-size:20px; line-height: 22px; padding:10px; }
  footer {padding:20px 40px;}
  header ul.menu { display: none; }
  header ul.menu.abierto {display: block; position: fixed; overflow: hidden; width: 100%; background: #243279; padding: 1vw 0; text-align: center; transition: all .5s; z-index: 9999; top: 7vw; }
  header .menu li, .chico header .menu li  { display:block; font-size: 14px; line-height: 16px; padding: 10px; border-width: 0 0 1px 0; border-radius: 0; }
  footer .redes a { margin-right:10px; width:30px; }
  footer .telefono { font-size:30px; line-height: 32px; }
  footer .copy { display: block; margin-top:10px; width:100%;}

}

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

  header .top1, .chico header .top1 {padding: 10px 20px; }
  header .top1 h1, .chico header .top1 h1 { width:45vw; }
  header #click-menu { top:-8px; right:10px; }
  header ul.menu.abierto { top:12vw; }
  #quienes-somos { padding-top:40px; }
  #wrapper, .producto2 { width:100%; padding:0 20px; }
  #quienes-somos #wrapper #quienesfrase1 p { font-size:21px; line-height: 24px; }
  #quienes-somos #wrapper #quienesfrase2 p { font-size:50px; line-height: 53px; }
  #quienes-somos #wrapper #quienesintro { font-size:13px; line-height: 16px; padding-top: 20px; }
  #producto p, .producto2 .izq p, .producto2 .izq ul li, .producto2 .der p, .producto2 .der ul li, #industrias .der p, #valores .der ul li, #valores .der p, #mercados .der p, #contacto #datos p, footer .copy { font-size:13px; line-height: 16px; }
  .producto2 { padding:20px; }
  .producto2 .izq, .producto2 .der { width:100%; }
  .producto2 .der { margin-top:30px; }
  .dist { width:100%; padding:20px; }
  .dist h2, #media h2 { font-size:25px; line-height: 27px; }
  .dist ul li .imagen { height:22vw !important; }
  .dist ul li { margin-bottom:20px; }
  #media #wrapper { padding:20px; }
  #media ul.videos { width:100%; margin-top:20px; }
  #media .videos li { width:100%; display: block; float:none; height:50vw !important; margin:0 0 20px 0; }
  #media .izquierdav, #media .derechav { display: none; }
  #valores .izq  { display: none; }
  #valores .der { display: block; float:none; width:100%; }
  #valores .der img { width:47vw; margin-top:10px; }
  #contacto #wrapper { padding:40px 20px; }
  #contacto #datos, #contacto form { display: block; float:none; width:100%; }
  #contacto form { margin-top:20px; }
  .mapa, .mapa iframe { height:70vw; }
  footer { padding:20px; }
  footer .telefono { margin-top: 10px; }
  #mercados img { width:100%; }
  #media .izquierda, #media .derecha { top:63vw; font-size:40px; }
  #media .izquierda { right:11vw; }
  .dist ul li {display: block; float: none; position: relative; overflow: hidden; width: 100%; margin-right: 0; margin-bottom: 20px; }
  .dist ul li:last-child { margin-bottom:0; } 
  .dist ul li .imagen { width:29vw; height:21vw; margin-right:10px; }
  .dist ul li h3 { font-size:16px; line-height: 18px; }
  .dist ul li h4 { font-size:14px; line-height: 16px; margin-top:5px; }
  .dist ul li p { font-size:13px; line-height: 15px;  }

}