/* ! 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: sans-serif;
    font-family: "Raleway", sans-serif;
}
html, body {
    /*overflow-x: hidden;*/
    width: 100%;
	height: 100%;
}

/*
* Addresses margins handled incorrectly in IE 6/7.
*/
body {
    margin: 0;
    font-family: "Raleway", sans-serif;
}

/*
* Font Smoothing
*/
html, html a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
Links
========================================================================== */
/*
* Addresses `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
    /*outline: thin dotted;*/
	outline:0px;
    text-decoration: none;
}

/*
* Improves readability when focused and also mouse hovered in all browsers.
*/
a:active, a:hover {
    outline: 0;
    text-decoration: none;
}

/* ==========================================================================
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 {
    margin: 0.67em 0;
    font-size: 2em;
}
h2 {
    margin: 0.83em 0;
    font-size: 1.5em;
}
h3 {
    margin: 1em 0;
    font-size: 1.17em;
}
h4 {
    margin: 1.33em 0;
    font-size: 1em;
}
h5 {
    margin: 1.67em 0;
    font-size: 0.83em;
}
h6 {
    margin: 2.33em 0;
    font-size: 0.75em;
}

/*
* 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: 0px
}

/*
* 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: 1em 0
}

/*
* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code, kbd, pre, samp {
    font-size: 1em;
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
}

/*
* 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 {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}
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
}

/*
* 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
}

/* ==========================================================================
Forms
========================================================================== */
/*
* Corrects margin displayed oddly in IE 6/7.
*/

form {
    margin: 0
}

/*
* Define consistent border, margin, and padding.
*/
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}

/*
* 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 {
    padding: 0;
    border: 0; /* 1 */
    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 {
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    font-size: 100%; /* 1 */
    *vertical-align: middle; /* 3 */
}

/*
* Addresses Firefox 3+ setting `line-height` on `input` using ` !important` in
* the UA stylesheet.
*/
button, input {
    line-height: normal
}

/*
* 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"] {
    cursor: pointer; /* 3 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible; /* 4 */
}

/*
* 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"] {
    /* 2 */
    box-sizing: content-box;
    -webkit-appearance: textfield; /* 1 */
    nowhitespace: afterproperty;
}

/*
* 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 {
    padding: 0;
    border: 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 */
}

.label {
	display: none;
}

/* ==========================================================================
Tables
========================================================================== */
/*
* Remove most spacing between table cells.
*/

table {
    border-spacing: 0;
    border-collapse: collapse;
}

/* ==========================================================================
Global Styles
========================================================================== */
.group:after {
    content: "";
    display: table;
    clear: both;
}
a {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
}
.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}
p {
    font-size: 14px;
    line-height: 25px;
    
}
a {
    color: #393E49
}
a:hover, a:focus {
    color: #7d879c;
    text-decoration: none;
}
.texture-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(https://www.hiemesa.com/img/grid.png.pagespeed.ce.n_AMuZpDYB.png);
	padding-top: 20px;
}

/* ==========================================================================
Buttons
========================================================================== */
.use-btn {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 20px 50px;
    border-radius: 3px;
    background-color: #fff;
    color: #4b98a9;
    font-size: 16px;
}
.use-btn:hover, .use-btn:focus {
    background-color: #393E49;
    color: #fff;
    text-decoration: none;
}
.learn-btn, .download-btn {
    display: initial;
    padding: 8px 30px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
}
.learn-btn:hover, .download-btn:hover, .learn-btn:focus, .download-btn:focus {
    border-color: #393E49;
    color: #393E49;
    text-decoration: none;
}
.read-more-btn {
    display: inline-block;
    color: #393E49;
    text-transform: uppercase;
    font-weight: 400;
}
.read-more-btn-3 {
    display: inline-block;
    color: rgba(221,158,61,1);
    text-transform: uppercase;
    font-weight: 400;
}
.read-more-btn-4 {
    display: inline-block;
    color: #bb052b;
    text-transform: uppercase;
    font-weight: 400;
}
.read-more-btn i, .download-btn i {
    margin-left: 5px
}
.showcase .download-btn {
    margin-top: 50px
}
.download .download-btn {
    margin-top: 25px;
    background-color: rgba(63, 97, 132, 0.48);
}.learn-btn, .download-btn {
    display: initial;
    padding: 8px 30px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
}
.learn-btn:hover, .download-btn:hover, .learn-btn:focus, .download-btn:focus {
    border-color: #393E49;
    color: #393E49;
    text-decoration: none;
}

.download-btn2 {
    display: initial;
    padding: 8px 30px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
}
.download-btn2:hover, .download-btn2:focus {
    border-color: #fff;
    color: #fff;
	background-color: #393E49;
    text-decoration: none;
}

/* ==========================================================================
Navigation
========================================================================== */
.nav-toggle {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 999;
    padding: 10px 35px 16px 0px;
    cursor: pointer;
}
.nav-toggle:focus {
    outline: none;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 35px;
    height: 5px;
    border-radius: 1px;
    background: #7d879c;
    cursor: pointer;
}
.nav-toggle span:before {
    top: -10px
}
.nav-toggle span:after {
    bottom: -10px
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav-toggle.active span {
    background-color: transparent
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
    top: 0
}
.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	background: #7d879c;
}
.nav-toggle.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
	background: #7d879c;
}
.navicon {
    position: relative;
    height: 26px;
    right: 15px;
}
.navicon p {
    margin: -24px 0px 0 0;
    font-size: 12px;
    color: white;
}
.navicon-fixed {
    position: fixed;
    top: 59px;
    right: 143px;
}


/* ==========================================================================
Hero
========================================================================== */
.hero {
    position: relative;
    padding: 30px 0 30px 0;
    min-height: 500px;
    /*background: #393E49 url('../img/Hiemed-home.jpg') no-repeat center center ;
    background-size: cover;*/
    color: #fff;
}
.hero h1 {
    margin: 10px 0 10px 0;
    font-weight: 300;
    font-size: 33px;
    color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.hero h2 {
	padding-top: 0px;
	color: White;
}
.hero h1 span {
    display: inline-block;
    color: #a1a9b0;
}
#home {
    width: 100%;
    height: 100%;
	min-height: 800px;
}
.hero {
    width: 100%;
    height: 100%;
}
.hero img{
    padding-top:0px;
	text-align: center;
    width: 100%;
    max-width: 600px;
}
.hero .logo-hero{
    padding-top:0px;
}

header {
    position: relative;
    min-height:100%;
    text-align: center;
    color: #fff;
    width: 100%;
    background-color: #202125;
    /*background-image: url(http://www.firesideoutdoorkitchens.com/wp-content/uploads/2012/11/Stainless_Steel.jpg);*/
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
header .header-content {
    position: absolute;
    top: 15%;
    padding: 0 10px;
    width: 100%;
    text-align: center;
    /*z-index: 2;
	padding: 100px 15px;
	position: relative;*/
}
/*
@media (min-width: 768px){
	header .header-content {
		position: absolute;
		top: 50%;
		padding: 0 50px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
header i {
    margin-left: 5px
}*/

/* ==========================================================================
Video
========================================================================== */
section.video i {
    margin-right: 10px;
    color: #323a45;
    vertical-align: middle;
    font-size: 50px;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}
section.video h1 {
    font-weight: 400;
    font-size: 20px;
}
section.video {
    padding: 45px 0;
    background-color: #f6f7f9;
}
section.video a {
    color: #323a45
}
section.video a:hover, section.video a:focus {
    color: #393E49;
    text-decoration: none;
}
section.video a:hover i, section.video a:focus i {
    color: #393E49
}

/* ==========================================================================
Video2
========================================================================== */
.video2 {
    padding: 0px 0;
    height: 200px;
    /*background-color: #f6f7f9;*/
    min-height:200px;
}

.video2 h1 {
    height: 100px;
    margin-top: 85px;
    font-weight: 400;
    font-size: 20px;
    text-align: center center;
    color: #000; 
    z-index: 99999;  
}

.video2 i {
    margin-right: 10px;
    color: #FFFFFF;
    vertical-align: middle;
    font-size: 50px;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

.video2 a {
    color: #FFFFFF;
}
.video2 a:hover, section.video a:focus {
    color: #393E49;
    text-decoration: none;
}
.video2 a:hover i, section.video a:focus i {
    color: #393E49
}


video#bgVideo {
  position: absolute; // Play the video in full screen mode
  top: 0px; 
  left: 0px; 
  min-width: 100%;
  min-height: 200px;
  z-index: -1;
  width: 100%;
  height: auto;
  background-color: #fdfdf;
  overflow: hidden; 
}

 

/* ==========================================================================
Custom Slider Controls (Flickity)
========================================================================== */
.flickity-page-dots .dot {
    width: 13px;
    height: 13px;
    opacity: 1;
    background: transparent;
    border: 2px solid white;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.flickity-page-dots .dot.is-selected {
    background: black;
}



/* ==========================================================================
Custom Slider Controls (Flickity2)
========================================================================== */
.flickity-page-dots2 .dot {
    width: 13px;
    height: 13px;
    opacity: 1;
    background: transparent;
    border: 2px solid white;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.flickity-page-dots2 .dot.is-selected {
    background: white;
}

/* ==========================================================================
Features Slider
========================================================================== */
.features-bg {
    position: relative;
    min-height: 300px;
    /*background: url('https://www.hiemesa.com/img/xHiemesa-Presentacion.jpg.pagespeed.ic.cuzNP9V55q.jpg') no-repeat center center;
    background-size: cover;
	opacity: .6;*/
}
.features-img {
    width: 100%;
    height: 300px;
    text-align: center;
    line-height: 300px;
}
.features-bg  img{
max-width: 50%;
}

.features-slider {
    position: relative;
    padding: 8% 60px 8% 60px;
    height: 300px;
    /*background-color: #f6f7f9;*/
	color:white;
}
.features-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.features-slider ul li {
    width: 100%;
	padding-left: 2px;
}
.features-slider li h1 {
    margin-bottom: 15px;
    /*color: black;*/
    font-weight: 200;
    font-size: 22px;
}
.features-slider li p {
    /*color: black;*/
    font-size: 14px;
}
.features-intro-img {
    position: relative
}
.slides li h1 {
    margin: 0;
    padding: 0;
}
.features-slider .flickity-page-dots {
    text-align: left;
    margin-top: 10px;
    position: static;
}
.features-slider .flickity-page-dots .dot {
    margin: 0 12px 0 0;
}
.features-intro{
	    background: linear-gradient(-45deg, #790019, #7d879c, #393e49, #dd9e3d);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}

/* ==========================================================================
Features List
========================================================================== */
.features-list {
    padding: 100px 0
}
.features-list h1 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #24374b;
    font-size: 20px;
}
.features-list p {
    margin-bottom: 20px;
    color: #778899;
	text-align: justify;
}
.feature-content {
    display: inline-block;
    margin-left: 0;
    width: 70%;
}
.feature-icon {
    display: inline-block;
    margin-right: 25px;
    width: 82px;
    height: 82px;
    border: solid 2px #4e9ba3;
    border-radius: 50%;
    vertical-align: top;
    text-align: center;
    font-size: 25px;
    line-height: 90px;
}
.feature-icon i {
    color: #4e9ba3
}


/* ==========================================================================
Blockquote
========================================================================== */
blockquote {
    margin: 40px 0 0;
    padding: 0;
    border: none;
}
blockquote p {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 70%;
    vertical-align: top;
    font-style: italic;
}
blockquote .avatar {
    display: inline-block;
    margin-right: 20px;
    width: 64px;
    height: 64px;
    vertical-align: middle;
}
blockquote .logo-quote {
    display: inline-block;
    margin: 0 0 0 90px;
}

/* ==========================================================================
Showcase
========================================================================== */
.showcase {
    background: url('../img/showcase-hiansa2.jpg') no-repeat center center fixed;
    background-size: cover;
}
.showcase h1 {
    margin: 0 0 20px 0;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
}
.showcase p {
    margin-bottom: 25px;
    color: #fff;
}
.device {
    position: absolute;
    top: -20px;
    left: 35px;
    min-height: 676px;
    width: 400px;
    background: url('../img/screen.png') no-repeat center center;
}
.device-content {
    position: absolute;
    top: 193px;
    left: 18.4px;
    width: 365px;
    height: 207px;
    background: rgba(0, 0, 0, 0.3);
}
.device-content img {
    width: 365px;
    height: 207px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.showcase-wrap {
    position: relative;
    padding: 50px 0;
    min-height: 400px;
}
.showcase-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.showcase-slider .flickity-page-dots {
    bottom: -40px;
}


.showcase-slider div:hover img, .screenshots div:focus img {
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
}


/* ==========================================================================
Screenshots Intro
========================================================================== */
.screenshots-intro {
    padding: 100px 0 40px 0;
    background-color: #f6f7f9;
}
.screenshots-intro h1 {
    margin-bottom: 20px;
    color: #24374b;
    font-weight: 400;
    font-size: 22px;
}
.screenshots-intro p {
    margin-bottom: 25px;
    color: #778899;
}

/* ==========================================================================
Productos Intro
========================================================================== */
.Productos-intro {
    padding: 100px 0 40px 0;
    background-color: #f6f7f9;
}
.Productos-intro h1 {
    margin-bottom: 20px;
    color: #24374b;
    font-weight: 400;
    font-size: 22px;
}
.Productos-intro p {
    margin-bottom: 25px;
    color: #778899;
}

/* ==========================================================================
Download Intro
========================================================================== */
.download-intro {
    padding: 100px 0 40px 0;
    background-color: #f6f7f9;
}
.download-intro h1 {
    margin-bottom: 20px;
    color: #24374b;
    color: #24374b;
    font-weight: 400;
    font-size: 22px;
}
.download-intro p {
    margin-bottom: 25px;
    color: #778899;
}

/* ==========================================================================
Calidad Intro
========================================================================== */
.calidad-intro {
    padding: 100px 0 40px 0;
    background-color: #f6f7f9;
}
.calidad-intro h1 {
    margin-bottom: 20px;
    color: #24374b;
    font-weight: 400;
    font-size: 22px;
}
.calidad-intro p {
    margin-bottom: 25px;
    color: #778899;
}

/* ==========================================================================
Suministros Intro
========================================================================== */
.suministros-intro {
    padding: 100px 0 40px 0;
    background-color: #f6f7f9;
}
.suministros-intro h1 {
    margin-bottom: 20px;
    color: #24374b;
    font-weight: 400;
    font-size: 22px;
}
.suministros-intro p {
    margin-bottom: 25px;
    color: #778899;
}

/* ==========================================================================
transformacion Intro
========================================================================== */
.transformacion-intro {
    padding: 100px 0 40px 0;
    background-color: #f6f7f9;
}
.transformacion-intro h1 {
    margin-bottom: 20px;
    color: #24374b;
    font-weight: 400;
    font-size: 22px;
}
.transformacion-intro p {
    margin-bottom: 25px;
    color: #778899;
}


/* ==========================================================================
Screenshots
========================================================================== */
.screenshots ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.screenshots ul li {
    float: left;
    min-height: 160px;
    width: 33.33333333%;
    /* background-color: #393E49; */
    list-style: none;
    padding: 10px;
}
.screenshots figure {
        position: relative;
    overflow: hidden;
    background-color: #bfbebe54;
    height: 250px;
    padding: 5px;
    border-radius: 10px;
}
.screenshots figure img {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figure:hover img, .screenshots figure:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.screenshots figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10% 0;
    width: 100%;
    height: 100%;
    background-color: rgba(57,62,73,0.85);
    text-align: center;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	cursor: pointer !important;
	color: white;
}
.screenshots figcaption a {
    color: #fff
}
.screenshots figcaption a:hover, .screenshots figcaption a:focus {
    color: #7d879c;
	color: white;
}
.screenshots figure:hover figcaption, .screenshots figure:focus figcaption {
    opacity: 1
}
.visible {
    opacity: 1
}
.screenshots figure.cs-hover figcaption {
    opacity: 1
}
.screenshots figcaption i {
    font-size: 35px
}
.screenshots figcaption p {
    margin-bottom: 0;
    /*text-transform: uppercase;*/
    font-weight: 400;
}
.screenshots figcaption .caption-content {
    /*position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -100px;
    width: 200px;*/
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer !important;
}
.screenshots figure:hover figcaption .caption-content, .screenshots figure:focus figcaption .caption-content {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/* ==========================================================================
Transformado
========================================================================== */
.transformacion ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.transformacion ul li {
    float: left;
    min-height: 100%;
    width: 33.33333%;
    /*background-color: #393E49;*/
    list-style: none;
	padding: 1px;
}
.transformacion figure {
    position: relative;
    overflow: hidden;
}
.transformacion figure img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.transformacion figure:hover img, .transformacion figure:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.transformacion figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5% 0;
    width: 100%;
    height: 100%;
    background-color: rgba(57,62,73,0.85);
    text-align: center;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	cursor: pointer !important;
}
.transformacion figcaption a {
    color: #fff
}
.transformacion figcaption a:hover, .transformacion figcaption a:focus {
    /*color: #7d879c*/
	color: white
}
.transformacion figure:hover figcaption, .transformacion figure:focus figcaption {
    opacity: 1
}

.transformacion figure.cs-hover figcaption {
    opacity: 1
}
.transformacion figcaption i {
    font-size: 35px
}
.transformacion figcaption p {
    margin-bottom: 0;
    /*text-transform: uppercase;*/
    font-weight: 400;
}
.transformacion figcaption .caption-content {
    /*position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -100px;
    width: 200px;*/
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer !important;
}
.transformacion figure:hover figcaption .caption-content, .transformacion figure:focus figcaption .caption-content {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}


/* ==========================================================================
Download Now
========================================================================== */
.download {
    padding: 0px 0;
    background-color: #3f6184;
}
.download h1 {
    margin: 0 0 15px 0;
    color: #fff;
    font-weight: 400;
    font-size: 40px;
}
.download h3 {
    vertical-align:bottom;
    margin: 0px 0 0px 0;
    color: #fff;
    font-weight: 100;
    font-size: 20px;
}
.download-bg {
	
	position: relative;
	min-height: 400px;
	background: url('../img/showcase-bg.jpg') no-repeat center center;
	background-size: cover;
}
.download-tg {
    
	position: relative;
	min-height: 400px;
	background: url('../img/showcase-bg.jpg') no-repeat center center;
	background-size: cover;
}

.download-img {
    width: 100%;
    height: 400px;
    text-align: center;
    line-height: 100px;
}

/* ==========================================================================
Calidad Now
========================================================================== */
.calidad {
    padding: 0px 0;
    background-color: #3f6184;
}
.calidad h1 {
    margin: 0 0 15px 0;
    color: #fff;
    font-weight: 400;
    font-size: 40px;
}
.calidad h3 {
    vertical-align:bottom;
    margin: 0px 0 0px 0;
    color: #fff;
    font-weight: 100;
    font-size: 20px;
}
.calidad-bg {
	
	position: relative;
	background: url('../img/Quality.jpg') no-repeat center center;
	background-size: cover;
}
.calidad-tg {
    
	position: relative;
	background: url('../img/Quality-tg.jpg') no-repeat center center;
	background-size: cover;
}

.calidad-img {
    width: 100%;
	height: auto;
    text-align: center;
    line-height: 100px;
}

.calidad-img2 {
    width: 100%;
	height: 250px;
    text-align: center;
    line-height: 100px;
}

.calidad-btn {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
	margin-top: 120px;
    margin-bottom: 40px;
}

.calidad-btn2 {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
	margin-top: 80px;
}



/* ==========================================================================
suministros Now
========================================================================== */
.suministros {
    padding: 0px 0;
    background-color: #3f6184;
}
.suministros h1 {
    margin: 0 0 15px 0;
    color: #fff;
    font-weight: 400;
    font-size: 40px;
}
.suministros h3 {
    vertical-align:bottom;
    margin: 0px 0 0px 0;
    color: #fff;
    font-weight: 100;
    font-size: 20px;
}
.suministros-bg {
	
	position: relative;
	background: url('https://www.hiemesa.com/img/xSuministros-Industriales.jpg.pagespeed.ic.W0Zy_1VEgH.jpg') no-repeat center center;
	background-size: cover;
	min-height: 300px;
	border-top: 4px solid #7d879c;
    border-bottom: 4px solid #7d879c;
}
.suministros-tg {
    
	position: relative;
	background: url('https://www.hiemesa.com/img/xSuministros-Industriales.jpg.pagespeed.ic.W0Zy_1VEgH.jpg') no-repeat center center;
	background-size: cover;
}

.suministros-img {
    width: 100%;
	height: auto;
    text-align: center;
    line-height: 100px;
}

.suministros-img2 {
    width: 100%;
	height: 250px;
    text-align: center;
    line-height: 100px;
}

.suministros-btn {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
	margin-top: 120px;
    margin-bottom: 40px;
}

.suministros-btn2 {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
	margin-top: 80px;
}

/* ==========================================================================
Blog
========================================================================== */
.blog-preview {
    position: relative;
    padding: 60px 0 60px 0;
    min-height: 50px;
    background: #f6f7f9 ;
    background-size: cover;
    color: #000000;
	padding: 6em 0 10em 0;
	height: auto;
	min-height: 800px;
}

.blog imd{
width:100%;
min-width: 20%;
 }
 
.blog-preview h1 {
    margin-bottom: 20px;
    color: #24374b;
    font-weight: 400;
    font-size: 22px;
 }
 
.blog-content {
    width: 85%;
}

#blog .blog-post {
    /*border: 1px solid #eee;*/
    padding: 15px;
}
#blog .blog-post.blog-large .entry-thumbnail {
    margin: -15px -15px 15px;
    position: relative;
}
#blog .blog-post .entry-thumbnail i{
    margin-left: 0px;
}
#blog .blog-post.blog-large .post-format {
    width: 50px;
    height: 50px;
    line-height: 47px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
#blog .blog-post .post-format {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background: #3F6184;
    border: 3px solid #fff;
    border-radius: 100px;
}
#blog .blog-post.blog-large .post-format>i {
    font-size: 16px;
}
#blog .blog-post.blog-large .entry-date {
    /*font-size: 12px;*/
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: rgba(57,62,73,1);
}
#blog .blog-post.blog-large .entry-title a:hover, #blog .blog-post.blog-large .entry-title a:focus {
    color: #393E49;
}
#blog .blog-post.blog-large .entry-content p {
	text-align: justify;
}
#blog .blog-post.blog-large .entry-title {
    margin-top: 0;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
    color: #64686d;
	text-align: justify;
}
#blog .blog-post .entry-meta {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 15px;
	display: -webkit-inline-box;
}
#blog .blog-post .entry-meta>span {
    display: inline-block;
    margin-right: 10px;
    color: #999;
}
#blog .blog-post .entry-meta>span>a {
    color: #999;
}
#blog .blog-post.blog-media .entry-title a {
    color: #64686d;
}
#blog .blog-post.blog-media .entry-date {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #45aed6;
}
#blog .blog-post.blog-media .post-format {
    position: absolute;
    top: 20px;
    right: -10px;
}
#blog .blog-post .post-format {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background: #393E49;
    border: 3px solid #fff;
    border-radius: 100px;
}
#blog .blog-post.blog-media .entry-thumbnail {
    margin: -15px 15px -15px -15px;
    position: relative;
}

.media-left, .media>.pull-left {
    padding-right: 10px;
}

#blog h2.titleblog {
    margin: 0 0 0 0;
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 10px;
    line-height: 1.5;
}

/* ==========================================================================
Footer
========================================================================== */
footer {
    padding: 0
}
footer p {
    color: rgb(199, 197, 192);
    font-size: 12px;
}
footer ul {
    margin-top: 85px
}
footer li {
    float: left;
    margin-right: 15%;
    list-style: none;
    text-transform: uppercase;
    font-weight: 400;
}
footer li a {
    color: #3f6184
}
footer li:last-child {
    margin-right: 0
}



/* ==========================================================================
Nav Overlay
========================================================================== */
/* Overlay style */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(57,62,73,0.95);
}

/* Menu style */
.overlay nav {
    position: relative;
    top: 30%;
    /*height: 60%;*/
    text-align: center;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay ul {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.overlay ul li {
    display: block;
    float: left;
    margin-right: 20px;
}
.overlay ul li:last-child {
    margin-right: 0px
}
.overlay ul li i {
    display: block;
    margin-bottom: 10px;
    font-size: 40px;
}
.overlay ul li a {
    display: block;
    padding: 50px 0;
    min-width: 190px;
    border: 2px solid #fff;
    border-radius: 3px;
    background-color: rgba(57,62,73,0.95);
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.overlay ul li a:hover, .overlay ul li a:focus {
    border-color: #7d879c;
    color: #7d879c;
}

/* Effects */
.overlay-boxify {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-boxify.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.overlay-boxify nav ul li {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
.overlay-boxify.open nav ul:first-child li:first-child {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.overlay-boxify.open nav ul:first-child li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.overlay-boxify.open nav ul:nth-child(2) li:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.overlay-boxify.open nav ul:nth-child(2) li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.overlay-boxify.open nav ul:nth-child(2) li:nth-child(3) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.overlay-boxify.open nav ul:nth-child(2) li:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.overlay-boxify.open nav ul:nth-child(3) li:first-child {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.overlay-boxify.open nav ul:nth-child(3) li:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.overlay-boxify.open nav ul:nth-child(4) li:first-child {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
.overlay-boxify.open nav ul:nth-child(4) li:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.overlay-boxify.open nav ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.overlay-boxify nav div  {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}


.overlay-boxify.open nav div {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8, .wp9, .wp10, .wp11, .wp12 {
    visibility: hidden
}
.to-animate{
    visibility: hidden
}

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown, .bounce, .slideInLeft {
    visibility: visible
}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-06s {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.delay-07s {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.delay-08s {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.delay-09s {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.delay-11s {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.delay-12s {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.delay-13s {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}
.delay-14s {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.delay-15s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.delay-25s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.delay-35s {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}
.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}


#video_container {
 bottom: 0;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 height: 200%;
 background: url(polina.jpg) no-repeat;
 min-height: 720px;
}
#bgvid {
 min-width: 100%;
}

/* Go To Top Button */
#go-top {

	top: -24px;
   left: 50%;
   margin-left: 30px;
   text-align: center;
   margin-top: 50px;

}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 60px;
	height: 60px;
	background: #525252;

	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;

   color: #fff;
   font-size: 21px;
   line-height: 60px;
 	border-radius: 100%;
}
#go-top a:hover { background: #0F9095; }


/* Pie */

	#pie {
		background: #191818;
		padding: 4em 0 6em 0;
		text-align: center;
	}

		#pie .icons a {
			-moz-transition: opacity 0.2s ease-in-out;
			/*-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			/*opacity: 0.35;*/
            font-size: 200%;
			color: white;
		}

			#pie .icons a:hover {
				opacity: 0.95;
				color: #7d879c;
			}

		#pie .copyright {
			
			color: white;
			font-size: 0.9em;
			line-height: 1em;
			margin: 2em 0 0 0;
			padding: 0;
			text-align: center;
		}

			#pie .copyright a {
				color: inherit;
			}
            
            #pie .copyright a:hover, a:focus {
            color: #7d879c;
            cursor: pointer !important;
            }

			#pie .copyright li {
				border-left: solid 0px #dddddd;
				display: inline-block;
				list-style: none;
				/*margin-left: 1em;*/
				padding-left: 1em;
                padding-top: 10px;
			}

				#pie .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

                
		ul.icons {
			cursor: default;
			list-style: inherit;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 10px 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0;
				}

				ul.icons li .icon {
					color: inherit;
				}

					ul.icons li .icon:before {
						font-size: 1.75em;
					}                


                    
/* side nav bar */

#pie .icons .rss a:hover {
    opacity: 0.95;
    color: #FF6600;
}

#pie .icons .link a:hover {
    opacity: 0.95;
    color: #0084bf;
}
#pie .icons .youtube a:hover {
    opacity: 0.95;
    color: #c4302b;
}



.tooltip {
  display:none;
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.left {
display:none;
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: White;
  text-align: center;
  text-decoration: none;
  background-color: rgba(115, 208, 218, 0.74);
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  color: rgba(115, 208, 218, 0.74);
  
}


.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(115, 208, 218, 0.74);
}

.tooltip div {
    display: none;
}

.side-nav {
  position: fixed;
  bottom: 0%;
  right: 5px;
  z-index: 1030; 
}
@media screen and (max-width: 320px) {
  .side-nav {
    display: none;
  }
}
.side-nav h6 {

  color: #393E49;
  list-style: none;
  margin-top: 15px;
  transform: rotate(-90deg);
  text-align:top;
}
.side-nav ul.nav-side-nav {
  text-align: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.side-nav ul.nav-side-nav > li {
  display: block;
  line-height: 1.42857;
  margin: 0;
  padding: 8px 10px;
}
.side-nav ul.nav-side-nav > li > a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
/*  <!--background: #393E49;*/
  border: 1px solid #393E49;
}

.side-nav ul.nav-side-nav > li > a:hover + .tooltip div {
    display: block;
}

.side-nav ul.nav-side-nav > li > a:hover  {
  background: #393E49;
  text-decoration: none;
}

.side-nav ul.nav-side-nav > li > a.active {
  background: #393E49;
  text-decoration: none;
}

/* external css: flickity.css */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery {
  background: #EEE;
}

.gallery-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

/*Colors Start*/
.butn:hover { background-color:#44B7E2 !important; }
.seperator .noteWrap .note { color:#44b7e2; }
.butn:hover { border-color:#44B7E2; }

/*Colors End*/

.butn { display:inline-block; float:inherit; line-height:16px; background-color:rgba(0,0,0,0.6); margin:56px auto; }
.butn {
    padding: 15px 25px;
}
.butn {
    display: block;
    float: left;
    background: transparent;
    font-weight: 700;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -o-transition: .2s all linear;
}

.butn.white {
    border-color: #FFF;
    color: #FFF;
    position:center;
}

.pageTitle { display:inline-block; margin-top:120px; padding:0px 30px 30px 30px; border-bottom:1px solid #D8D8D8; font-family:'Anton', Sans-Serif; font-weight:500; color:#33373a; }

.spaceSep {
    height: 30px;
}


/* ==========================================================================
trabajos Slider
========================================================================== */
#trabajos {
    padding-bottom: 120px;
    padding-top: 100px;
}

#trabajos p{
text-align: justify;
}

.feature_header h1 {
    margin-bottom: 20px;
    color: #24374b;
    font-weight: 400;
    font-size: 22px;
    }

.trabajos-bg {
    position: relative;
    min-height: 400px;
    background: url('../img/Hiansa-Presentacion.jpg') no-repeat center center;
    background-size: cover;
}
.trabajos-img {
    width: 100%;
    height: auto;
    text-align: center;
    /*line-height: 400px;*/
}
.trabajos-slider {
    position: relative;
    padding: 3% 10% 7% 10%;
    height: 100%;
    background-color: #f8f8f8;
    border-radius: 8px;
}
.trabajos-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.trabajos-slider ul li {
    width: 100%;
}
.trabajos-slider li h1 {
    margin-bottom: 15px;
    color: #06052a;
    font-weight: 200;
    font-size: 22px;
}
.trabajos-slider li p {
    color: #06052a;
    font-size: 14px;
}
.trabajos-intro-img {
    position: relative
}
.trabajos li h1 {
    margin: 0;
    padding: 0;
}
.trabajos-slider .flickity-page-dots {
    text-align: center;
    margin-top: 10px;
    position: static;
}
.trabajos-slider .flickity-page-dots .dot {
    margin: 0 12px 0 0;
    color:#06052a;
}

.trabajos-slider .flickity-page-dots .dot.is-selected {
    background: black;
}

.trabajos-slider .flickity-page-dots .dot {
    width: 13px;
    height: 13px;
    opacity: 1;
    background: transparent;
    border: 2px solid black;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}



.vid-responsive {
    display: block;
    max-width: 100%;
}

.partes li h1 {
    margin: 0;
    padding: 0;
}

.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #7d879c;
    margin-bottom: 15px;
    position: relative;
	line-height: 1.4;
}

.column-title2 {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #7d879c;
    margin-bottom: 15px;
    position: relative;
}

.section-header .section-title {
    font-size: 44px;
    color: #272727;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
}



/* ==========================================================================
instalaciones
========================================================================== */
#instalaciones {
    padding-bottom: 50px;
    padding-top: 90px;
}

#trabajos p{
text-align: justify;
}

.feature_header h1 {
    margin-bottom: 20px;
    color: #24374b;
    font-weight: 400;
    font-size: 22px;
    }

.instalaciones-bg {
    position: relative;
    min-height: 400px;
    background: url('../img/Hiansa-Presentacion.jpg') no-repeat center center;
    background-size: cover;
}
.instalaciones-img {
    width: 100%;
    height: auto;
    text-align: center;
    /*line-height: 400px;*/
}
.instalaciones-slider {
    /*position: relative;
    padding: 3% 10% 7% 10%;
    height: 100%;
    background-color: #f8f8f8;
    border-radius: 8px;*/
}
.instalaciones-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.instalaciones-slider ul li {
    width: 100%;
}
.instalaciones-slider li h1 {
    margin-bottom: 15px;
    color: #06052a;
    font-weight: 200;
    font-size: 22px;
}
.instalaciones-slider li p {
    color: #06052a;
    font-size: 14px;
}
.instalaciones-intro-img {
    position: relative
}
.instalaciones li h1 {
    margin: 0;
    padding: 0;
}
.instalaciones-slider .flickity-page-dots {
    text-align: center;
    margin-top: 10px;
    position: static;
}
.instalaciones-slider .flickity-page-dots .dot {
    margin: 0 12px 0 0;
    color:#06052a;
}

.instalaciones-slider .flickity-page-dots .dot.is-selected {
    background: #393E49;
}

.instalaciones-slider .flickity-page-dots .dot {
    width: 13px;
    height: 13px;
    opacity: 1;
    background: transparent;
    border: 2px solid #393E49;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

/* ==========================================================================

========================================================================== */


.instalaciones-slider ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.instalaciones-slider ul li {
    float: left;
    min-height: 100%;
    width: 25%;
    background-color: #393E49;
    list-style: none;
	padding: 2px;
}
.instalaciones-slider figure {
    position: relative;
    overflow: hidden;
}
.instalaciones-slider figure img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.instalaciones-slider figure:hover img, .instalaciones-slider figure:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.instalaciones-slider figcaption {
    position: absolute;
    top: 0;
    left: 0;
    /*padding: 25% 0;*/
    width: 100%;
    height: 100%;
    /*background-color: rgba(221,158,61,0.85);*/
    text-align: center;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	cursor: pointer !important;
}
.instalaciones-slider figcaption a {
    color: #fff
}
.instalaciones-slider figcaption a:hover, .instalaciones-slider figcaption a:focus {
    color: rgba(57,62,73,1)
}
.instalaciones-slider figure:hover figcaption, .instalaciones-slider figure:focus figcaption {
    opacity: 1
}

.instalaciones-slider figure.cs-hover figcaption {
    opacity: 1
}
.instalaciones-slider figcaption i {
    font-size: 35px
}
.instalaciones-slider figcaption p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
}
.instalaciones-slider figcaption .caption-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -100px;
    width: 200px;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer !important;
}
.instalaciones-slider figure:hover figcaption .caption-content, .instalaciones-slider figure:focus figcaption .caption-content {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}


/* ==========================================================================
works
========================================================================== */




.works { margin-top:30px; }

.modal-content .workItem { position: relative; overflow: hidden; top: 0; left: 0; max-width:250px; float: left; }
.modal-content .cubprod {width:12.5%;}
.modal-content .cubprod2 {width:16.66666666%;}
.modal-content .cubprod3 {width:16.66666666%;}
.modal-content .cubprod4 {width:20%;}
.modal-content .cubprod5 {width:10%;}
.modal-content .cubprod6 {width:10%;}
.modal-content .workItem2 { position: relative; overflow: hidden; top: 0; left: 0; max-width:238px; float: left; }
.modal-content .workItem img { display: block; width:100%; position: relative; }
.modal-content .workItem .mask { width:100%; height:100%; opacity:0; filter: alpha(opacity = 0); background-color:rgba(0,0,0,0); position: absolute; overflow: hidden; top: 0; left: 0; -webkit-backface-visibility: hidden; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; }
.modal-content .workItem .mask .butn { margin:0 auto; }

.modal-content {background-color: #f6f7f9;}
	
.modal-content .workItem:hover .mask { opacity:1; filter: alpha(opacity = 100); background-color:rgba(63,97,132,0.8); }

.modal-content b {font-weight: normal;}

.modal-content p {margin: 1em 0 0 0; text-align: justify;}

#workItems { margin-bottom:60px; position:relative; overflow:hidden; }

#workContent { margin-top:30px; padding:30px 0px; border-bottom:1px solid #D8D8D8; border-top:1px solid #D8D8D8; }
#workContent h2 { float:left; }
#workContent p { float:left; font-weight:300; }
#workContent .tags { width:100%; text-align:left; float:left; font-weight:700; border-top:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; }
#workContent .close { display:block; width:19px; height:18px; filter: alpha(opacity = 20); background:url('img/close.png') no-repeat center; text-indent:-9999px; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; }
#workContent .close:hover { opacity:1; filter: alpha(opacity = 100); }

#workItems .workItem .portfolio-item-inner {
	position:relative;
}
#workItems .workItem .portfolio-info {
	opacity:0;
	transition:opacity 400ms;
	-webkit-transition:opacity 400ms;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:20px;
	background:rgba(63,97,132,0.7);
	color:#fff;
}
#workItems .workItem .portfolio-info2 {
	opacity:0;
	transition:opacity 400ms;
	-webkit-transition:opacity 400ms;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:20px;
	background:rgba(63,97,132,0.7);
	color:#fff;
}
#workItems .workItem .portfolio-info h3 {
	font-size:12px;
	line-height:1;
	margin:0;
	color:#fff;
    letter-spacing:1.1px;
}
#workItems .workItem .portfolio-info2 h3 {
	font-size:12px;
	line-height:1;
	margin:0;
	color:#fff;
    letter-spacing:1.1px;
}
#workItems .workItem .portfolio-info .preview {
	position:absolute;
	top:-18px;
	right:12px;
	border-radius:50%;
	/*background-image:-moz-linear-gradient(90deg,#2caab3 0%,#3F6184 100%);
	background-image:-webkit-linear-gradient(90deg,#2caab3 0%,#3F6184 100%);
	background-image:-ms-linear-gradient(90deg,#2caab3 0%,#3F6184 100%);*/
    background-color:rgba(63,97,132,1);
	width:36px;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#fff;
	box-shadow:0 0 0 2px #fff;
	-webkit-box-shadow:0 0 0 2px #fff;
}
#workItems .workItem .portfolio-info2 .preview {
	position:absolute;
	top:-18px;
	right:12px;
	border-radius:50%;
	/*background-image:-moz-linear-gradient(90deg,#2caab3 0%,#3F6184 100%);
	background-image:-webkit-linear-gradient(90deg,#2caab3 0%,#3F6184 100%);
	background-image:-ms-linear-gradient(90deg,#2caab3 0%,#3F6184 100%);*/
    background-color:rgba(63,97,132,1);
	width:36px;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#fff;
	box-shadow:0 0 0 2px #fff;
	-webkit-box-shadow:0 0 0 2px #fff;
}
#workItems .workItem:hover .portfolio-info {
	opacity:1;
}
#workItems .workItem:hover .portfolio-info2 {
	opacity:1;
}

/*Works End*/


#about {
    padding-bottom: 130px;
    padding-top: 90px;
}

.about-auther{
    margin: 50px 0px;
}
.about-auther .well{
    -webkit-box-shadow:none!important ;
    box-shadow: none!important;
    border: 0px;
}

.about-auther h4,.comments h4{
    margin-bottom: 10px;
}
.about-auther .well img{
    float: left;
    margin-right: 20px;
    width: 85px;
    height: 82px !important;
    margin-top: -13px;
}

.nav-tabs {
    border-bottom:0px;
}
.feature-tab{
    margin-top: 30px;
}
.single-feature{
    margin: 10px 0px;
    border-radius:4px;
    position: relative;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.single-feature:after{
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: none repeat scroll 0% 0% #eee;
    left: -11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 38%;
    opacity:0;
      -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.single-feature:hover,.single-feature:hover.single-feature:after,
.nav-tabs li.active .single-feature,.nav-tabs li.active .single-feature:after{
    background: #eee;
    opacity:1;
}
.nav-tabs > li > a{
    border:0px!important;
}
.feature-icon{
    position: relative;
    margin: 15px auto;
    font-size: 34px;
    line-height: 80px;
}

.feature-content{
    padding: 10px 0px;
}
.feature-content h4{
    line-height: 30px;
}
.feature-content p{
    margin: 10px 0px;
    color: #696969;
}

.tab-content >.active{
    margin-top: 10px;
}
.tab-content img{
    width: 90%;
    height: 90%;
}
.feature-tab {
    margin-top: 40px;
}

/*main tab 
=======================*/
.main-tab-content{
}
.main-tab-content .c-tab{
    margin-top: 20px;
}
.main-tab-content .c-tab a{
    color: #EE3B24;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid#EE3B24;
    padding-top: 7px;
}
.feature-tab{
    margin-top: 40px;
}
.main-tab-list li{
    padding: 10px 0px 10px;
    border: 1px solid#eee;
    width: 150px;
    background: #FBFBFB;
    float: none;
    margin-bottom: 5px;
    border-radius: 5px;
}
.main-tab-list li a{
    padding: 0px;
}
.single-tab{
    
}
.f-icon{
    /*padding-top: 16px;*/
}
.f-icon i{
    font-size: 20px;
   color: #222;
    line-height: 50px;
    border: 1px solid#ccc;
    width: 50px;
    height: 50px;
    background: #FAFAFA;
    margin: 20px auto 10px;
    /*background: #fff;*/
}
.main-tab-list li a h4{
    text-transform: uppercase;
    font-size: 14px;
}

.nav-tabs li.active{
    background: transparent;
}

.main-tab-list li.active .f-icon i{
    color: #3F6184!important;
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
.main-tab-list li.active a h4 {
    color: #fff;
    font-size: 14px;
}
.main-tab-list > li.active {
    background: #3F6184!important;
    position: relative;
}
.main-tab-list > li.active:after{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff!important;
     -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -24px;
    top: 28px;
}
.main-tab-list > li> a, .main-tab-list > li.active > a, .main-tab-list > li.active > a:hover, .main-tab-list > li.active > a:focus {
    background: transparent;
    padding: 0px;
}

/* ==========================================================================
Separador
========================================================================== */
.separador {
    /*background: url('../img/hero.jpg') no-repeat center center fixed;*/
    background-size: cover;    
	background-color: #f6f7f9;
}

.separador-wrap {
    position: relative;
    padding: 50px 0;
    min-height: 200px;
}

/* ==========================================================================
Menu Superior
========================================================================== */
.navbar-default {
	border-color:rgba(35,35,35,.05);
	font-family:"Raleway", sans-serif;
	background-color:#f8f8f8;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	transition:all .4s
}
.navbar-header>.navbar-brand {
	font-family:"Raleway", sans-serif;
	color:#393E49;
	padding:15px;
	-webkit-transition:padding .2s ease-in;
	-moz-transition:padding .2s ease-in;
	transition:padding .2s ease-in;
 
}
.navbar-header>.navbar-brand:hover,.navbar-header>.navbar-brand:focus {
	color:#8b27b0
}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
	background-color:#393E49
}
.navbar-default .navbar-toggle,.navbar-default .navbar-collapse {
	border-color:transparent
}
.navbar-default .nav>li>a,.navbar-default .nav>li>a:focus {
	/*text-transform:uppercase;*/
	font-size:13px;
    font-family: "Raleway", sans-serif;
	/*font-weight:700;*/
	color:#908E8E
}
.navbar-default .nav>li>p,.navbar-default .nav>li>p:focus {
	/*text-transform:uppercase;*/
	font-size:13px;
    font-family: "Raleway", sans-serif;
	/*font-weight:700;*/
	color:#908E8E;
	line-height: 20px;
	margin: 0 0;
	font-weight: bold;
}
.navbar-default .nav>li>a:hover,.navbar-default .nav>li>a:focus:hover {
	color:#393E49
}
.navbar-default.affix .nav>li.active>a,.navbar-default.affix .nav>li.active>a:focus {
	color:rgb(36, 39, 45)!important;
	background-color:transparent;
	/*font-weight: 800;*/
}
.navbar-default .nav>li.active>a:hover,.navbar-default .nav>li.active>a:focus:hover {
	background-color:transparent
}






.navbarsub {
	border-color:rgba(35,35,35,.05);
	font-family:"Raleway", sans-serif;
	background-color:#f8f8f8;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	transition:all .4s
}

.navbarsub .navbar-toggle:focus,.navbarsub .navbar-toggle:hover {
	background-color:#393E49
}
.navbarsub .navbar-toggle,.navbarsub .navbar-collapse {
	border-color:transparent
}
.navbarsub .nav>li>a,.navbarsub .nav>li>a:focus {
	/*text-transform:uppercase;*/
	font-size:13px;
    font-family: "Raleway", sans-serif;
	/*font-weight:700;*/
	color:#908E8E
}
.navbarsub .nav>li>a:hover,.navbarsub .nav>li>a:focus:hover {
	color:#393E49
}
.navbarsub .nav>li.active>a,.navbarsub .nav>li.active>a:focus {
	color:#393E49!important;
	background-color:transparent;
	/*font-weight: 800;*/
}
.navbarsub .nav>li.active>a:hover,.navbarsub .nav>li.active>a:focus:hover {
	background-color:transparent
}

.navbarsub .navbar-toggle .icon-bar {
    background-color: #888;
}

.nav>li>a {
    padding-left: 13px;
	padding-right: 13px;
}



@media(min-width:768px) {
	.navbar-default {
		border-color:transparent;
		background-color:transparent;
		min-height:50px
	}
	.navbar-header>.navbar-brand {
		color:rgba(255,255,255,0.7);
		padding:14px
	}
	/*.navbar-default .nav > li > a {
    padding: 10px 7px;
	}*/
	.navbar-default .navbar-header .navbar-brand:hover,.navbar-default .navbar-header .navbar-brand:focus {
		color:#f4f4f4
	}
	.navbar-default .nav>li>a,.navbar-default .nav>li>a:focus {
		color:rgba(255,255,255,0.8);
		padding-top:20px;
		letter-spacing:0.8px;
		/*text-shadow:1px 1px 1px rgba(60,60,60,0.7)*/
	}
	.navbar-default .nav>li>p,.navbar-default .nav>li>p:focus {
		/*color:rgba(255,255,255,0.8);
		padding-top:0px;
		letter-spacing:0.8px;
		/*text-shadow:1px 1px 1px rgba(60,60,60,0.7)*/
	}
	.navbar-default .nav>li>a:hover,.navbar-default .nav>li>a:focus:hover {
		color:#7d879c;
	}
	
	
	.navbarsub {
		border-color:transparent;
		background-color:transparent;
		min-height:50px;
		background-color: rgba(246,247,249,.95);
		border-bottom: 1px solid #393E49;
	}

	.navbarsub .nav > li > a {
    padding: 10px 14px;
	    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color, font-weight;
	}
	.navbarsub .navbar-header .navbar-brand:hover,.navbarsub .navbar-header .navbar-brand:focus {
		color:#f4f4f4
	}
	.navbarsub .nav>li>a,.navbarsub .nav>li>a:focus {
		/*color:rgba(255,255,255,0.8);*/
		padding-top:20px;
		/*letter-spacing:0.8px;
		text-shadow:1px 1px 1px rgba(60,60,60,0.7)*/
	}
	.navbarsub .nav>li>a:hover,.navbarsub .nav>li>a:focus:hover {
		color:rgb(36, 39, 45);
		/*font-weight: 600;*/
		
	}
	
	
	.navbar-default.affix {
		/*border-color:rgba(34,34,34,.05);*/
		background-color:rgba(246,247,249,.95);
		/*border-bottom: 1px solid #393E49;*/
	}
	.navbar-default.affix .navbar-header .navbar-brand {
		/*font-size:15px;*/
		color:#393E49;
		/*padding:20px;*/
		/*letter-spacing:1px*/
	}
	.navbar-default.affix .navbar-header .navbar-brand:hover,.navbar-default.affix .navbar-header .navbar-brand:focus {
		color:#8b27b0
	}
	.navbar-default.affix .nav>li>a,.navbar-default.affix .nav>li>a:focus {
		color:#a9a9a9;
		/*text-shadow:1px 1px 1px rgba(30,30,30,0.7)*/
	}
	
	
	 /* ==========================================================================
	Subrayado menus
	========================================================================== */
	
	.navbar-default.affix .nav li a span::before {
	content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -8px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;

	}
	.navbar-default.affix .nav li.active a span::before {
	visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #393E49;
	}

	.navbar-default.affix .nav li a span {
    position: relative;
	}	
	
	.navbar-default.affix .nav li a:hover span::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
    background-color: rgba(57,62,73,1);
	}
	
	.navbar-default.affix-top .nav li a span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -8px;
	left: 0;
	background-color: rgba(255, 255, 255, 0.5);
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;

	}
	.navbar-default.affix-top .nav li a:hover span::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
    background-color: #7d879c;
	}
	
	.navbar-default.affix-top .nav li a span {
    position: relative;
	}
	
	 /* ==========================================================================
	Fin Subrayado menus
	========================================================================== */
	
	
	.navbar-default.affix .nav>li>a:hover,.navbar-default.affix .nav>li>a:focus:hover {
		color:rgb(36, 39, 45);
		/*font-weight: 600;*/
	}
	/*    .navbar-header img{
    padding-top:14px
    }*/

		
	.navbar-default.affix .navbar-brand{
	display:block;
	 }

	 .navbar-default.affix-top .navbar-brand{
	display:none;
	 }
	 
	  .navbar-default.affix-top a{
	display:block;
	 } 
	 
	   .navbar-default.affix a{
	display:block;
	 } 
	 
	 
	 
	 
.breadcrumb {
    padding: 2px 2px;
    margin-bottom: 0px;
    padding-left: 46px;
	padding-right: 15px;
    list-style: none;
    background-color: inherit;
    border-radius: 4px;
	Color:white;
}

.breadcrumb>.active {
    color: #393E49;
	 }
	 
.breadcrumb a {
    color: #908E8E;
	 }
.breadcrumb a:hover, .breadcrumb a:focus{
    font-weight: 300;
	color:#214482;
	 }
	 
	 
.dropdown-menu {
	
	   background-color: #393E49;
		
}

.dropdown-menu>li>a {
	color:white;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
	background-color: #4c608a;
}
	 
	 
	 /* ==========================================================================
	Aviso Legal
	========================================================================== */
	 
	 /*.modal{
	 display: none; 
	 }*/
	 
	hr.colored {
		border-color: #393E49;
	}

	.btn-close {
		color: #F9F9F9;
		background-color: #393E49;
		/*border-color: #F9F9F9;*/
		transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
	}

	 .portfolio-modal {
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	}
	.portfolio-modal .modal-backdrop {
	  display: none;
	}
	.portfolio-modal .modal-content {
	  color: white;
	  background: transparent;
	  border-radius: 0;
	  background-clip: border-box;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	  border: none;
	  min-height: 100%;
	  padding: 30px 0;
	  text-align: center;
	}
	.portfolio-modal .modal-content h2 {
	  margin: 0;
	  font-size: 46px;
	}
	.portfolio-modal .modal-content img {
	  margin: 4px auto 0px auto;
	}
	.portfolio-modal .modal-content .item-details {
	  margin: 30px 0;
	}
	.portfolio-modal .close-modal {
	  position: fixed;
	  width: 55px;
	  height: 55px;
	  background-color: transparent;
	  top: 15px;
	  right: 40px;
	  cursor: pointer;
	  z-index: 999;
	}
	.portfolio-modal .close-modal:hover {
	  opacity: 0.5;
	  color:#393E49;
	}
	.portfolio-modal .close-modal .lr {
	  height: 45px;
	  width: 1px;
	  margin-left: 35px;
	  background-color: white;
	  transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  /* IE 9 */
	  -webkit-transform: rotate(45deg);
	  /* Safari and Chrome */
	  z-index: 1051;
	}
	.portfolio-modal .close-modal .lr .rl {
	  height: 45px;
	  width: 1px;
	  background-color: white;
	  transform: rotate(90deg);
	  -ms-transform: rotate(90deg);
	  /* IE 9 */
	  -webkit-transform: rotate(90deg);
	  /* Safari and Chrome */
	  z-index: 1052;
	}


	
	
	 /* ==========================================================================
	Tabs
	========================================================================== */	

	.tabs {
		max-width: 100%;
		float: none;
		list-style: none;
		padding: 0;
		margin: 75px auto;
		border-bottom: 4px solid #ccc;
	}
	.tabs:after {
		content: '';
		display: table;
		clear: both;
	}
	.tabs input[type=radio] {
		display:none;
	}
	.tabs label {
		display: block;
		float: left;
		/*width: 25%;*/
		color: #ccc;
		font-size: 30px;
		font-weight: normal;
		text-decoration: none;
		text-align: center;
		line-height: 2;
		cursor: pointer;
		box-shadow: inset 0 4px rgba(204, 204, 204, 0);
		border-bottom: 4px solid rgba(204, 204, 204, 0);
		-webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
		transition: all 0.5s;
	}
	.tabs label span {
		display: none;
	}
	/*.tabs label i {
		/*padding: 5px;
		margin-right: 0;*/
		/*font: normal normal normal 14px/1 FontAwesome;
	}*/
	.tabs label:hover {
		color: #3498db;
		box-shadow: inset 0 4px #3F6184;
		border-bottom: 4px solid #3F6184;
	}
	.tab-content {
		display: none;
		width: 100%;
		float: left;
		padding: 15px;
		box-sizing: border-box;
		background-color:rgba(255, 255, 255, 0.14);
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		/*background-color: rgb(255, 255, 255);
		color: black;*/
	}

	.tabs [id^="tab"]:checked + label {
		background: #FFF;
		box-shadow: inset 0 4px #393E49;
		border-bottom: 4px solid #393E49;
		color: #3498db;
		opacity: 1;
	}
	
	.modal-content .btn-default{
	color: White;
	}
	
	.portfolio-modal .border-xs-med {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.modal-content .btn-default{
	  color: White;
	  background-color: rgba(255, 255, 255, 0.05);
	  border-color: #ccc;
 }
 	.modal-content .btn-default:hover{
	  color: #393E49;
	  transition: delay 400ms;
	  border-color: #393E49;
 }
	.tab-content .prod-content img {
		height: 100%;
		width: 100%;
		margin: 0px 0 0px 0;
		margin-left: -15px;
	}



	#tab1:checked ~ #tab-content1,
	#tab2:checked ~ #tab-content2,
	#tab3:checked ~ #tab-content3,
	#tab4:checked ~ #tab-content4,
	#tab5:checked ~ #tab-content5,
	#tab6:checked ~ #tab-content6,
	#tab7:checked ~ #tab-content7,
	#tab8:checked ~ #tab-content8,
	#tab10:checked ~ #tab-content10,
	#tab11:checked ~ #tab-content11,
	#tab12:checked ~ #tab-content12,
	#tab13:checked ~ #tab-content13,
	#tab14:checked ~ #tab-content14,
	#tab15:checked ~ #tab-content15,
	#tab16:checked ~ #tab-content16,
	#tab17:checked ~ #tab-content17,
	#tab18:checked ~ #tab-content18,
	#tab19:checked ~ #tab-content19,
	#tab20:checked ~ #tab-content20,
	#tab21:checked ~ #tab-content21,
	#tab22:checked ~ #tab-content22,
	#tab23:checked ~ #tab-content23,
	#tab24:checked ~ #tab-content24,
	#tab25:checked ~ #tab-content25,
	#tab26:checked ~ #tab-content26,
	#tab27:checked ~ #tab-content27,
	#tab28:checked ~ #tab-content28,
	#tab29:checked ~ #tab-content29,
	#tab30:checked ~ #tab-content30,
	#tab31:checked ~ #tab-content31,
	#tab32:checked ~ #tab-content32,
	#tab33:checked ~ #tab-content33,
	#tab34:checked ~ #tab-content34,
	#tab35:checked ~ #tab-content35,
	#tab36:checked ~ #tab-content36,
	#tab37:checked ~ #tab-content37,
	#tab38:checked ~ #tab-content38,
	#tab39:checked ~ #tab-content39,
	#tab40:checked ~ #tab-content40 ,
	#tab41:checked ~ #tab-content41,
	#tab42:checked ~ #tab-content42,
	#tab43:checked ~ #tab-content43,
	#tab44:checked ~ #tab-content44,
	#tab45:checked ~ #tab-content45,
	#tab46:checked ~ #tab-content46,
	#tab47:checked ~ #tab-content47,
	#tab48:checked ~ #tab-content48,
	#tab49:checked ~ #tab-content49,
	#tab50:checked ~ #tab-content50,
	#tab51:checked ~ #tab-content51,
	#tab52:checked ~ #tab-content52,
	#tab53:checked ~ #tab-content53,
	#tab54:checked ~ #tab-content54,
	#tab55:checked ~ #tab-content55,
	#tab56:checked ~ #tab-content56,
	#tab57:checked ~ #tab-content57,
	#tab58:checked ~ #tab-content58,
	#tab59:checked ~ #tab-content59  {
		display: block;
		-webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
	}
}

@media (min-width: 768px) {
    .tabs i {
        padding: 0px;
        margin-right: 0px;
        font-size: 14px;
    }
    .tabs label span {
        display: inline-block;
    }
    .tabs {
    max-width: 100%;
    margin: 20px auto;
    }
    .tabs input[type=radio] {
    display:none;
    }
}

@media (min-width: @screen-sm-min) {
    .tabs i {
        padding: 0px;
        margin-right: 0px;
        font-size: 14px;
    }
    .tabs label span {
        display: inline-block;
    }
    .tabs {
    max-width: 100%;
    margin: 20px auto;
    }
    .tabs input[type=radio] {
    display:none;
    }
}



.modal-body .tabs .portfolio-info {
    opacity: 0;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: rgba(115, 208, 218, 0.9);
    color: #fff;
}
.modal-body .tabs .portfolio-info2 {
    opacity: 0;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    background: rgba(115, 208, 218, 0.9);
    color: #fff;
}
.modal-body{padding: 5px;}

@media(max-width:765px) {
	.portfolio-modal .border-xs-sup {
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	.portfolio-modal .border-xs-med {
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	.portfolio-modal .border-xs-inf {
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	.portfolio-modal .border-xs-tot {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	.modal-content .btn-default {
    color: Black;
	background-color: rgba(255, 255, 255, 0.05);
	border-color: #ccc;}
	.tab-content img{
    margin-left: auto;
    margin-right: auto;
}
}


.modal-body .workItem .portfolio-info h3 {
	font-size:10px;
	line-height:1;
	margin:0;
	color:#fff;
    letter-spacing:1.1px;
}
.modal-body .workItem .portfolio-info2 h3 {
	font-size:10px;
	line-height:1;
	margin:0;
	color:#fff;
    letter-spacing:1px;
}
.modal-body .workItem .portfolio-info .preview {
	position:absolute;
	top:-12px;
	right:6px;
	border-radius:50%;
	/*background-image:-moz-linear-gradient(90deg,#2caab3 0%,#3F6184 100%);
	background-image:-webkit-linear-gradient(90deg,#2caab3 0%,#3F6184 100%);
	background-image:-ms-linear-gradient(90deg,#2caab3 0%,#3F6184 100%);*/
    background-color:rgba(63,97,132,1);
	width:24px;
	height:24px;
	line-height:12px;
	text-align:center;
	color:#fff;
	box-shadow:0 0 0 2px #fff;
	-webkit-box-shadow:0 0 0 2px #fff;
}
.modal-body .workItem .portfolio-info2 .preview {
	position:absolute;
	top:-12px;
	right:6px;
	border-radius:50%;
	/*background-image:-moz-linear-gradient(90deg,#2caab3 0%,#3F6184 100%);
	background-image:-webkit-linear-gradient(90deg,#2caab3 0%,#3F6184 100%);
	background-image:-ms-linear-gradient(90deg,#2caab3 0%,#3F6184 100%);*/
    background-color:rgba(63,97,132,1);
	width:24px;
	height:24px;
	line-height:12px;
	text-align:center;
	color:#fff;
	box-shadow:0 0 0 2px #fff;
	-webkit-box-shadow:0 0 0 2px #fff;
}
.modal-body .workItem:hover .portfolio-info {
	opacity:1;
}
.modal-body .workItem:hover .portfolio-info2 {
	opacity:1;
}

.prod-content {
    width: 95%;
}

.tab-content figcaption .caption-content {
    position: absolute;
    
    left: 47%;
    width: 20px;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer !important;
}
 
.tab-content .viewer {
    position: relative;
    width: 100%;
    padding-top: 56%;
    overflow: hidden;
 }
 
 .tab-content .viewer .viewer-object {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: #f2f2f2;
 }
 
.location {
	/*height:500px;*/
	z-index: 0;
	position: relative;
}
.location .row {
	margin-right:0px;
	/*margin-left:0px;*/
	height: 400px;
}
.location #address {
	/*Left:15px;*/
	/*margin-left:0px;*/
	height: auto;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.85);
	/*top: 4px;*/
	border-radius: 5px;
	padding-bottom: 30px;
}
.newsletter {
	background-color: #191818;
}

.newsletter {
    
    padding-bottom: 20px;
}

/*#contact{background-image: repeating-linear-gradient(to right bottom, rgb(63, 97, 132) 0%, rgb(115, 208, 218) 100%);}*/

#contact-info {
background: #191818;}
#contact-info h1{
color: white;}

.map-container {
    border-top: 4px solid #7d879c;
	border-bottom: 4px solid #7d879c;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: -200px;
    left: 0;
    right: 0;
    z-index: 0;
    padding-left: 0;
    padding-right: 0;    
}
.map-container2 {
    border: 1px solid #7d879c;
    height: 100%;
    position: relative;
    margin-top: 15px;
    left: 0;
    right: 0;
    z-index: 2;
    padding-left: 0;
    padding-right: 0;    
}

textarea.form-control {
    height: 132px;
}


.gallery {
  background: #EEE;
}

.gallery-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
}

.verif{ display: none; }

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

/* ////////////////// OFICINA //////////////// */



.oficinabody {
  padding: 0;
  background: url('https://www.hiemesa.com/img/oficinas-bg.jpg.pagespeed.ce.wNBzHvaGlx.jpg') no-repeat center center fixed;
  background-size: cover;
  padding: 0;
  color: white;
  background-color: #222222;
}
.oficinabody .item {
  background-color: #222222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 50px 5px;
  text-align: center;
}
.oficinabody .item .portfolio-image {
  margin-top: 50px;
}
.oficinabody .item .project-details {
  padding: 4% 0%;
}
.calidad .project-details {
  padding: 5%;
}
.oficinabody .item .project-details img.client-logo {
  margin: 0 auto 25px;
}
.oficinabody .item .project-details .project-name {
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.oficinabody .item .project-details .project-description {
  display: block;
  font-size: 18px;
  line-height: 18px;
}
.oficinabody .owl-controls {
  margin-top: 0;
}
.oficinabody .owl-controls .owl-prev,
.oficinabody .owl-controls .owl-next {
  text-align: center;
  position: absolute;
  height: 75px;
  width: 50px;
  border-radius: 0 !important;
  line-height: 70px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #41c4ab !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.oficinabody .owl-controls .owl-prev:hover,
.oficinabody .owl-controls .owl-next:hover {
  opacity: 1;
}
.oficinabody .owl-controls .owl-prev {
  left: 0;
}
.oficinabody .owl-controls .owl-next {
  right: 0;
}
@media (min-width: 992px) {
  .oficinabody .item {
    padding: 15px 55px 10px;
    text-align: left;
    min-height: 100%;
  }
  .oficinabody .item .portfolio-image {
    margin-top: 0;
  }
  .oficinabody .item .project-details {
    /*padding: 15% 0 0;
	margin-bottom: 50px;*/
  }
    .calidad .project-details {
    padding: 4% 0 0 4%;
	margin-bottom: 40px;
  }
  .oficinabody .item .project-details img.client-logo {
    margin: 0 auto 25px 0;
  }
  .oficinabody .item .project-details .project-name {
    display: block;
    font-size: 50px;
    line-height: 50px;
  }
  .oficinabody .item .project-details .project-description {
    font-size: 20px;
    line-height: 20px;
  }
  .oficinabody .item hr.colored {
    margin: 20px auto 20px 0;
  }
}





.oficinas-list {
    padding: 100px 0 40px 0;
	background-color: #f6f7f9;
}


.oficinas-list h1 {
    margin-bottom: 20px;
    color: #24374b;
    font-weight: 400;
    font-size: 22px;
}


.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
/*padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


<!--- Codigo para la política de cookies-->
 
 

 
/* CSS para la animación y localización de los DIV de cookies */
 
@keyframes desaparecer
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%	{bottom: -50px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%	{bottom: -50px;}
}
 
@keyframes aparecer
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
 
@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
#cookiesms1:target {
    display: none;
}
@media(min-width:678px) {
	.cookiesms{	
		width:100%;
		height:28px;
		margin:0 auto;
		padding-left:1%;
		 padding-top:5px;
		font-size: 12px;
		clear:both;
		font-weight: strong;
		color: #FFF;
		bottom:-28px;
		position:fixed;
		left: 0px;
		background-color: #393E49;
		opacity:0.9;
		filter:alpha(opacity=70); /* For IE8 and earlier */
		transition: bottom 1s;
		-webkit-transition:bottom 1s; /* Safari */
		-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
		-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
		box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
		z-index:999999999;
	}
}

@media(max-width:678px) {
	.cookiesms{	
		width:100%;
		height:54px;
		margin:0 auto;
		padding-left:1%;
		 padding-top:5px;
		font-size: 12px;
		clear:both;
		font-weight: strong;
		color: #FFF;
		bottom:-54px;
		position:fixed;
		left: 0px;
		background-color: #393E49;
		opacity:0.9;
		filter:alpha(opacity=70); /* For IE8 and earlier */
		transition: bottom 1s;
		-webkit-transition:bottom 1s; /* Safari */
		-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
		-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
		box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
		z-index:999999999;
	}
	
	.cookiesms:hover{
	bottom:5px;
	}
	.cookiesms:focus{
	bottom:5px;
	}
}

.cookiesms:hover{
	bottom:0px;
}
.cookiesms:focus{
	bottom:0px;
}

.cookies2{
	background-color: #393E49;
	display: inline;
	opacity: 0.95;
	filter: alpha(opacity=95);
	position: absolute;
	left: 1%;
	top: -18px;
	font-size: 12px;
	height: 18px;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
	-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
}

.btnacept {
    /*display: inline-block;*/
    margin-bottom: 0;
    font-weight: 12px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #7d879c;
    border: 1px solid transparent;
    white-space: nowrap;
	padding: 0px 2px 0px 2px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 
/* Fin del CSS para cookies */
 
	/* ==========================================================================
	Designed By
	========================================================================== */
	 
	 
	.designbody {
	/*position: fixed;*/
	/*background: rgba(52, 82, 113, 0.95);*/
	background-image: repeating-linear-gradient(to right bottom, rgb(140, 144, 154) 0%, #393E49 100%);
	padding:50px;
	margin-top:1%;
	/*border: 2px solid #da8505;*/
	border-radius: 8px;
	
	}
	.design-modal .modal-backdrop {
	  display: none;
	}
	.design-modal .modal-content {
	  color: white;
	  background: transparent;
	  border-radius: 0;
	  background-clip: border-box;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	  border: none;
	  height: 100%;
	  padding: 30px 0;
	  text-align: center;
	}
	.design-modal .modal-content h2 {
	  margin: 0;
	  font-size: 46px;
	}
	.design-modal .modal-content img {
	  margin: 4px auto 0px auto;
	}
	.design-modal .modal-content .item-details {
	  margin: 30px 0;
	}
	.design-modal .close-modal {
	  position: fixed;
	  width: 55px;
	  height: 55px;
	  background-color: transparent;
	  top: 15px;
	  right: 40px;
	  cursor: pointer;
	  z-index: 999;
	}
	.design-modal .close-modal:hover {
	  opacity: 0.5;
	  color:#393E49;
	}
	.design-modal .close-modal .lr {
	  height: 45px;
	  width: 1px;
	  margin-left: 35px;
	  background-color: white;
	  transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  /* IE 9 */
	  -webkit-transform: rotate(45deg);
	  /* Safari and Chrome */
	  z-index: 1051;
	}
	.design-modal .close-modal .lr .rl {
	  height: 45px;
	  width: 1px;
	  background-color: white;
	  transform: rotate(90deg);
	  -ms-transform: rotate(90deg);
	  /* IE 9 */
	  -webkit-transform: rotate(90deg);
	  /* Safari and Chrome */
	  z-index: 1052;
	}
	
	
	
		/* ==========================================================================
	Designed By
	========================================================================== */
	 
	 
	.ofertbody {
	/*position: fixed;*/
	background: rgba(37, 37, 37, 0.95);
	/*background-image: repeating-linear-gradient(to right bottom, rgb(140, 144, 154) 0%, #393E49 100%);*/
	padding:50px;
	margin-top:1%;
	/*border: 2px solid #da8505;*/
	border-radius: 8px;
	
	}
	.ofert-modal .modal-backdrop {
	  display: none;
	}
	.ofert-modal .modal-content {
	  color: white;
	  background: transparent;
	  border-radius: 0;
	  background-clip: border-box;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	  border: none;
	  height: 100%;
	  padding: 30px 0;
	  /*text-align: center;*/
	}
	.ofert-modal .modal-content h2 {
	  margin: 0;
	  font-size: 46px;
	}
	.ofert-modal .modal-content img {
	  margin: 4px auto 0px auto;
	}
	.ofert-modal .modal-content .item-details {
	  margin: 30px 0;
	}
	.ofert-modal .close-modal {
	  position: fixed;
	  width: 55px;
	  height: 55px;
	  background-color: transparent;
	  top: 15px;
	  right: 40px;
	  cursor: pointer;
	  z-index: 999;
	}
	.ofert-modal .close-modal:hover {
	  opacity: 0.5;
	  color:#393E49;
	}
	.ofert-modal .close-modal .lr {
	  height: 45px;
	  width: 1px;
	  margin-left: 35px;
	  background-color: white;
	  transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  /* IE 9 */
	  -webkit-transform: rotate(45deg);
	  /* Safari and Chrome */
	  z-index: 1051;
	}
	.ofert-modal .close-modal .lr .rl {
	  height: 45px;
	  width: 1px;
	  background-color: white;
	  transform: rotate(90deg);
	  -ms-transform: rotate(90deg);
	  /* IE 9 */
	  -webkit-transform: rotate(90deg);
	  /* Safari and Chrome */
	  z-index: 1052;
	}
	
	
		/* ==========================================================================
	DescargaCat
	========================================================================== */
	 
	 
	.descargacatbody {
	/*position: fixed;*/
	/*background: rgba(52, 82, 113, 0.95);*/
	background-image: repeating-linear-gradient(to right bottom, rgb(63, 97, 132) 0%, rgb(115, 208, 218) 100%);
	padding:50px;
	margin-top:5%;
	/*border: 2px solid #da8505;*/
	border-radius: 8px;
	
	}
	.descargacat-modal .modal-backdrop {
	  display: none;
	}
	.descargacat-modal .modal-content {
	  color: white;
	  background: transparent;
	  border-radius: 0;
	  background-clip: border-box;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	  border: none;
	  height: 100%;
	  /*padding: 30px 0;*/
	  text-align: center;
	}
	.descargacat-modal .modal-content h2 {
	  margin: 0;
	  font-size: 46px;
	}
	.descargacat-modal .modal-content img {
	  margin: 4px auto 0px auto;
	}
	.descargacat-modal .modal-content .item-details {
	  margin: 30px 0;
	}
	.descargacat-modal .close-modal {
	  position: fixed;
	  width: 55px;
	  height: 55px;
	  background-color: transparent;
	  top: 15px;
	  right: 40px;
	  cursor: pointer;
	  z-index: 999;
	}
	.descargacat-modal .close-modal:hover {
	  opacity: 0.5;
	  color:#393E49;
	}
	.descargacat-modal .close-modal .lr {
	  height: 45px;
	  width: 1px;
	  margin-left: 35px;
	  background-color: white;
	  transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  /* IE 9 */
	  -webkit-transform: rotate(45deg);
	  /* Safari and Chrome */
	  z-index: 1051;
	}
	.descargacat-modal .close-modal .lr .rl {
	  height: 45px;
	  width: 1px;
	  background-color: white;
	  transform: rotate(90deg);
	  -ms-transform: rotate(90deg);
	  /* IE 9 */
	  -webkit-transform: rotate(90deg);
	  /* Safari and Chrome */
	  z-index: 1052;
	}
	
.descargacat-modal .btn{
    background-color: #3F6184;
}
.descargacat-modal .btn:hover, .descargacat-modal .btn:focus {
    color: #FFF;
	background-color: rgba(63, 97, 132, 0.59);
    text-decoration: none;
}

.btn:hover, .btn:focus {
    /* color: #333; */
    text-decoration: none;
    background: #7d879c;
    border: 1px solid #393E49;
}

		/* ==========================================================================
	Porfolio
	========================================================================== */
	
.portfolio-carousel {
  padding: 0;
  color: white;
  background-color: #222222;
}
.portfolio-carousel .item {
  background-color: #222222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 50px 55px;
  text-align: center;
}
.portfolio-carousel .item .portfolio-image {
  margin-top: 50px;
}
.portfolio-carousel .item .project-details {
  padding: 0;
}
.portfolio-carousel .item .project-details img.client-logo {
  margin: 0 auto 25px;
}
.portfolio-carousel .item .project-details .project-name {
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.portfolio-carousel .item .project-details .project-description {
  display: block;
  font-size: 18px;
  line-height: 18px;
}
.portfolio-carousel .owl-controls {
  margin-top: 0;
}
.portfolio-carousel .owl-controls .owl-prev,
.portfolio-carousel .owl-controls .owl-next {
  text-align: center;
  position: absolute;
  height: 75px;
  width: 50px;
  border-radius: 0 !important;
  line-height: 70px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #41c4ab !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-carousel .owl-controls .owl-prev:hover,
.portfolio-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}
.portfolio-carousel .owl-controls .owl-prev {
  left: 0;
}
.portfolio-carousel .owl-controls .owl-next {
  right: 0;
}
@media (min-width: 992px) {
  .portfolio-carousel .item {
    padding: 155px 55px 155px;
    text-align: left;
    min-height: 100%;
  }
  .portfolio-carousel .item .portfolio-image {
    margin-top: 0;
  }
  .portfolio-carousel .item .project-details {
    padding: 15% 0 0;
  }
  .portfolio-carousel .item .project-details img.client-logo {
    margin: 0 auto 25px 0;
  }
  .portfolio-carousel .item .project-details .project-name {
    display: block;
    font-size: 50px;
    line-height: 50px;
  }
  .portfolio-carousel .item .project-details .project-description {
    font-size: 20px;
    line-height: 20px;
  }
  .portfolio-carousel .item hr.colored {
    margin: 20px auto 20px 0;
  }
}
.portfolio-gallery .item {
  padding: 15px;
}
.portfolio-modal {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.portfolio-modal .modal-backdrop {
  display: none;
}
/*.portfolio-modal .modal-content {
  color: white;
  background: transparent;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}*/
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 46px;
}
.portfolio-modal .modal-content img {
  /*margin: 30px auto;*/
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 40px;
  width: 3px;
  margin-left: 35px;
  background-color: white;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 40px;
  width: 3px;
  background-color: white;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-filter {
  display: inline-block;
}
.portfolio-filter #filters {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.portfolio-filter #filters li {
  display: inline-block;
}
.portfolio-filter #filters li .filter {
  display: block;
  cursor: pointer;
  padding: 10px 15px;
  margin: 2px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 12px;
  color: #222222;
  background: transparent;
  border: 1px solid #222222;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-filter #filters li .filter.active {
  background-color: #41c4ab;
  color: white;
  border-color: #41c4ab;
}
#portfoliolist .portfolio {
  width: 31%;
  margin: 1%;
  display: none;
  float: left;
  overflow: hidden;
}
#portfoliolist .portfolio .portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  background: #222222;
  cursor: pointer;
}
#portfoliolist .portfolio .portfolio-wrapper img {
  max-width: 100%;
  position: relative;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#portfoliolist .portfolio .portfolio-wrapper img:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#portfoliolist .portfolio .portfolio-wrapper .caption {
  position: absolute;
  width: 100%;
  height: 75px;
  bottom: -75px;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-bg {
  background: #41c4ab;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text {
  color: white;
  position: relative;
  z-index: 500;
  padding: 15px 8px;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text a.text-title {
  color: white;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text .text-category {
  display: block;
  font-size: 12px;
}
/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  #portfoliolist .portfolio {
    width: 48%;
    margin: 1%;
  }
}

.darkgrey {
  color: #f38d5b;
  cursor: pointer;
}

.blue{color:#86a9f9}

.white {
  color: white;
}

.rowprod {
padding: 30px;}

.idiomlat {
    position: relative;
    height: 26px;
    right: 41px;
    line-height: 12px;
	color:white
}

.idiomlat a {
	color:white
}

#idiom ul li a:hover, ul li a:focus{
  color: #7d879c;
  font-weight: 800;
}


/*  Sectores */
.row-bottom-padded-lg {
	padding-bottom: 7em;
	    margin-left: -15px;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-right: -15px;
	@media screen and (max-width: $screen-sm ) {
		padding-bottom: 2em;
	}
}
.row-bottom-padded-md {
	padding-bottom: 4em;
	    margin-left: -15px;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-right: -15px;
	@media screen and (max-width: $screen-sm ) {
		padding-bottom: 2em;
	}	
}
.row-bottom-padded-sm {
	padding-bottom: 2em;
	    margin-left: -15px;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-right: -15px;
	@media screen and (max-width: $screen-sm ) {
		padding-bottom: 2em;
	}	
}


#trabajos .fh5co-project-item {
		
		    display: block;
    width: 100%;
    position: relative;
    top: 0;
    /*background: #fff;*/
    overflow: hidden;
    z-index: 9;
    margin-bottom: 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
		/*display: block;
		width: 100%;
		position: relative;
		top: 0;
		background: $brand-white;
		overflow: hidden;
		z-index: 9;
		
		margin-bottom: 30px;
		@include border-radius(7px);
		@include transition(.3s);*/
		
		img {
			z-index: 8;
			opacity: 1;
			@include transition(.3s);
		}
		.fh5co-text {
			padding: 10px 20px;
			h2, span {
				text-decoration: none!important;
			}
			h2 {
				font-size: 18px;
				font-weight: bold;
				margin: 0;
			}
			span {
				color: lighten($brand-black, 70%);
				font-size: 16px;
				font-weight: 400;
			}
		}
		&:hover, &:focus {
			-webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
			-moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
			-ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
			-o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
			box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
			text-decoration: none;
			top: -15px;
			img {
				opacity: .7;
			}
			h2, span {
				text-decoration: none!important;
			}
		}
	}
	
	#trabajos .fh5co-project-item:hover, #trabajos .fh5co-project-item:focus {
		
		    -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    top: -15px;
	    opacity: .7;
		/*display: block;
		width: 100%;
		position: relative;
		top: 0;
		background: $brand-white;
		overflow: hidden;
		z-index: 9;
		
		margin-bottom: 30px;
		@include border-radius(7px);
		@include transition(.3s);*/
		
		img {
			z-index: 8;
			opacity: 1;
			@include transition(.3s);
		}
		.fh5co-text {
			padding: 10px 20px;
			h2, span {
				text-decoration: none!important;
			}
			h2 {
				font-size: 18px;
				font-weight: bold;
				margin: 0;
			}
			span {
				color: lighten($brand-black, 70%);
				font-size: 16px;
				font-weight: 400;
			}
		}
		&:hover, &:focus {
			-webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
			-moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
			-ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
			-o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
			box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
			text-decoration: none;
			top: -15px;
			/*img {
				opacity: .7;
			}
			h2, span {
				text-decoration: none!important;
			}*/
		}
	}

#trabajos .fh5co-project-item  .sectorpic{
	opacity: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 240px;
    margin-top: 5px;
    position: relative;
    background-color: #eee;
}
#trabajos .fh5co-project-item  .sectorlog{
    position: absolute;
    width: 100%;
}

#trabajos .fh5co-project-item  .sectorlog img{
	margin-left: auto;
    margin-right: auto;
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    /*position: absolute;*/
    top: inherit;
	padding-left: 10%;
}

#trabajos .fh5co-project-item  .sectorlog .log{
	padding-top: 8%;
}

#trabajos .fh5co-project-item  .sectorpic .pic{
	padding-left: 80px;
}
#trabajos .fh5co-project-item  .sectorpic .pic div{
	line-height: 28px;
}

#trabajos .fh5co-project-item  .sectorlog .loglogo{
	max-height:50px; position: relative;margin-left: auto;margin-right: auto;padding-left: 0%;
}
	
#trabajos .fh5co-project-item :focus.sectorpic , #trabajos .fh5co-project-item :hover.sectorpic {
	opacity:1;
	transition: all 500ms ease-in-out;
}

#trabajos .fh5co-project-item .sectorpic :focus.sectorlog , #trabajos .fh5co-project-item .sectorpic :hover.sectorlog {
	opacity:1;
	transition: all 500ms ease-in-out;
}

/*#trabajos .fh5co-project-item :focus .sectorlog , #trabajos .fh5co-project-item :hover .sectorlog {
	opacity:0;
	transition: all 500ms ease-in-out;
}*/


.btn-primary {
    color: #fff;
    background-color: rgba(57,62,73,1);
    border-color: rgba(57,62,73,1);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #7d879c;
    border-color: #7d879c;
}

.btn-second {
    color: #fff;
    background-color: #7d879c;
    border-color: #7d879c;
	transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
}

.btn-second:hover, .btn-second:focus, .btn-second:active, .btn-second.active, .open .dropdown-toggle.btn-second {
    color: #fff;
    background-color: #4c608a;
    border-color: #4c608a;
	/*transition: delay 400ms;*/
}


	/* ==========================================================================
	Menu Productos
	========================================================================== */
	

.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0px;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 45px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #c3c3c3;
    display: block;
    transition: 0.3s;
	opacity: 0.5;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
	opacity: 1;
	
}

.sidenav .closebtn {
    position: absolute;
    top: 35px;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
	margin-Left: 250px;
    /*padding: 16px;*/
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px; padding-bottom: 25px;}
  .sidenav a {font-size: 18px;}
}

#mySidenav img{
	width:100%;
	height: 40px; 
	padding-left:0px;
	transition: 0.3s;
	max-width:250px;
}


	/* ==========================================================================
	Cuerpo Productos
	========================================================================== */
	
.Productos-body{padding: 5px;}
.Productos-content b {
    font-weight: normal;}
.prodInox p{height:50px}



::-webkit-scrollbar {
    width: 10px;
    height: 0px;
    background: #393E49;
}

::-webkit-scrollbar-thumb:vertical{background-color:#7d879c;}
::-webkit-resizer{ background-color:transparent; }


.navbar-default.affix-top  .nav>li.active>a, .navbar-default.affix-top .nav>li.active>a:focus {
    color: White!important;

}

.nav>li>a:hover, .nav>li>a:focus {
	    background-color: transparent;
}


.modal-content .modal-body .soldaduratxt p {
	font-size: 11px;
	text-align: left;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
	background-image: url(http://new.hiemed.com/img/loader-icon.png);
    background-position: center;
    background-repeat: no-repeat;
	background-color: #f6f7f9;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #393E49;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
	
}
 
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #790019;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(221,158,61,1);
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
/*.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(http://smallenvelop.com/demo/simple-pre-loader/images/loader-64x/Preloader_2.gif) center no-repeat #fff;
	padding-top:50%;
}
.se-pre-con{width:90px;height:90px;background-image:url(http://new.hiemed.com/img/hiemed-ico.png);background-position:center;background-repeat:no-repeat} 
.rond_sup{padding-top:50%;border-radius:80px;width:80px;height:80px;border-top:5px solid #FFFFFF;border-right:5px solid #000000;border-bottom:5px solid #000000;border-left:5px solid #000000;-webkit-animation:anim_sup 1.4s infinite linear;-moz-animation:anim_sup 1.4s infinite linear;-ms-animation:anim_sup 1.4s infinite linear;-o-animation:anim_sup 1.4s infinite linear;animation:anim_sup 1.4s infinite linear} 
.rond_mil{padding-top:50%;border-radius:70px;width:70px;height:70px;border-top:5px solid #FFFFFF;border-right:5px solid #393E49;border-bottom:5px solid #393E49;border-left:5px solid #393E49;-webkit-animation:anim_mil 1.4s infinite linear;-moz-animation:anim_mil 1.4s infinite linear;-ms-animation:anim_mil 1.4s infinite linear;-o-animation:anim_mil 1.4s infinite linear;animation:anim_mil 1.4s infinite linear} 
.rond_petit{padding-top:50%;border-radius:60px;width:60px;height:60px;border-top:5px solid #FFFFFF;border-right:5px solid #790019;border-bottom:5px solid #790019;border-left:5px solid #790019;-webkit-animation:anim_petit 3s infinite linear;-moz-animation:anim_petit 3s infinite linear;-ms-animation:anim_petit 3s infinite linear;-o-animation:anim_petit 3s infinite linear;animation:anim_petit 3s infinite linear} 
.rond_mini{padding-top:50%;border-radius:50px;width:50px;height:50px;border-top:5px solid #FFFFFF;border-right:5px solid #DD9E3D;border-bottom:5px solid #DD9E3D;border-left:5px solid #DD9E3D;-webkit-animation:anim_mini 8s infinite linear;-moz-animation:anim_mini 8s infinite linear;-ms-animation:anim_mini 8s infinite linear;-o-animation:anim_mini 8s infinite linear;animation:anim_mini 8s infinite linear} @-webkit-keyframes anim_sup{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}} @-webkit-keyframes anim_mil{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(-720deg);-moz-transform:rotate(-720deg);-ms-transform:rotate(-720deg);transform:rotate(-720deg)}} @-webkit-keyframes anim_petit{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(1800deg);-moz-transform:rotate(1800deg);-ms-transform:rotate(1800deg);transform:rotate(1800deg)}} @-webkit-keyframes anim_mini{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(2520deg);-moz-transform:rotate(2520deg);-ms-transform:rotate(2520deg);transform:rotate(2520deg)}} @-moz-keyframes anim_sup{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}} @-moz-keyframes anim_mil{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(-720deg);-moz-transform:rotate(-720deg);-ms-transform:rotate(-720deg);transform:rotate(-720deg)}} @-moz-keyframes anim_petit{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(1800deg);-moz-transform:rotate(1800deg);-ms-transform:rotate(1800deg);transform:rotate(1800deg)}} @-moz-keyframes anim_mini{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(2520deg);-moz-transform:rotate(2520deg);-ms-transform:rotate(2520deg);transform:rotate(2520deg)}} @-ms-keyframes anim_sup{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}} @-ms-keyframes anim_mil{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(-720deg);-moz-transform:rotate(-720deg);-ms-transform:rotate(-720deg);transform:rotate(-720deg)}} @-ms-keyframes anim_petit{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(1800deg);-moz-transform:rotate(1800deg);-ms-transform:rotate(1800deg);transform:rotate(1800deg)}} @-ms-keyframes anim_mini{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(2520deg);-moz-transform:rotate(2520deg);-ms-transform:rotate(2520deg);transform:rotate(2520deg)}} @keyframes anim_sup{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}} @keyframes anim_mil{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(-720deg);-moz-transform:rotate(-720deg);-ms-transform:rotate(-720deg);transform:rotate(-720deg)}} @keyframes anim_petit{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(1800deg);-moz-transform:rotate(1800deg);-ms-transform:rotate(1800deg);transform:rotate(1800deg)}} @keyframes anim_mini{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(2520deg);-moz-transform:rotate(2520deg);-ms-transform:rotate(2520deg);transform:rotate(2520deg)}}
*/

.adreça{line-height: 25px;font-size: 14px;}

/* Button2*/
.btn2{
  background: rgb(140, 144, 154);
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  border: none;
  color:#fff;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  outline: 0;
  padding: 0 2rem;
  /*text-transform: uppercase;*/
  text-align: center;  

  
}
.btn2:hover{
      background-color: rgb(114, 118, 130);
      box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    }

.btn-large {
    height: 54px;
    line-height: 54px;
}

.waves{
  position: relative;  
  //transition: all 0.1s ease-in-out; 
  transition: all .3s ease-out;
  
  
  &-ripple{
    display: block;
    position: absolute;
    background:rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transform:scale(0);   
  }
  
  &-animate{
    animation: waves_ripple-animate 0.5s linear;
  }
  
}

.waves-ripple{
    display: block;
    position: absolute;
    background:rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transform:scale(0);   
  }

  .waves-animate{
    animation: waves_ripple-animate 0.5s linear;
  }
  
@keyframes waves_ripple-animate {
    100% {
      opacity: 0;
      transform: scale(2.5);
    }
}



.modal-open #todo {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	filter: blur(3px);
}

.quienesbody {
    /* position: fixed; */
    /*background: #333333;*/
    /*background-image: repeating-linear-gradient(to right bottom, rgba(106, 106, 113, 0.95) 0%, #2b2b2b 100%);*/
    padding: 50px;
    margin-top: 1%;
    /* border: 2px solid #da8505; */
    border-radius: 8px;
	/*width: 80%;
	width: 100wh;
	height: 90vh;*/
	color: #fff;
	    background: linear-gradient(-45deg, #790019, #7d879c, #393e49, #dd9e3d);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.quienesbody p{
    font-size: 13px;
    line-height: 16px;
}
.quienesbody h1{
    font-size: 1.5em;
}



#areas-servicio img{
	 transform:scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -webkit-transform:scale(1);
        -o-transform:scale(1);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
		 max-height: 150px;
}

#areas-servicio img:hover{
	transform:scale(0.8);
            -ms-transform:scale(0.8); // IE 9 
            -moz-transform:scale(0.8); // Firefox 
            -webkit-transform:scale(0.8); // Safari and Chrome 
            -o-transform:scale(0.8); // Opera
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
}

#areas-servicio .dist a{color:#393E49}
#areas-servicio .trans a{color:#790019}
#areas-servicio .comer a{color:rgba(221,158,61,1)}

#areas-servicio .dist a:hover{color:#7d879c}
#areas-servicio .trans a:hover{color:#7d879c}
#areas-servicio .comer a:hover{color:#7d879c}

dl {
  margin: 0;
  padding: 40px 0 0 0;
}

dt {
  /*background: #B8C1C8;
  border-bottom: 1px solid #989EA4;
  border-top: 1px solid #717D85;
  color: #FFF;
  margin: 0;
  padding: 2px 0 0 12px;*/
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

dd {
  /*font: bold 20px/45px Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0 0 0 12px;
  white-space: nowrap;*/
}

dd + dd {
  /*border-top: 1px solid #CCC*/
}
.stick {
  /*background: #B8C1C8;
  border-bottom: 1px solid #989EA4;
  border-top: 1px solid #717D85;
  color: #FFF;
  margin: 0;
  padding: 2px 0 0 12px;*/
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  z-index: 1;
}

.main-nav {
    text-align: center;
    margin: 10px 0 0px;
    padding: 0;
    list-style: none;
}

.main-nav>li>a {
    padding-left: 13px;
    padding-right: 13px;
}

.main-nav li a img {
	opacity: 1;
}

.main-nav li.active a img {
    /*visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #393E49;*/
	opacity: 1;
	    -webkit-transition: all 500ms ease-in-out;
}
.main-nav li:hover img, .main-nav li:focus img {
      opacity: 0.3;
	      -webkit-transition: all 500ms ease-in-out;
    }
	
@media (min-width: 992px){
	.col-md-4 {
		width: 33.33333333%;
	}
}

#quienes-body img {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
	opacity: 0.5;
}

#quienes-body img:hover {
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-border-radius: 10px;
    border-radius: 10px;
	opacity: 1;
}

#contacto {
	/*width: 100%;
    height: 100%;*/
    background: #191818;
}





.menu {
    width: 100%;
    height: 75px;
    background-color: rgba(0, 0, 0, 1);
    position: fixed;
    background-color:rgba(4, 180, 49, 0.6);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.light-menu {
    width: 100%;
    height: 75px;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    background-color:rgba(4, 180, 49, 0.6);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#menu-center {
    width: 980px;
    height: 75px;
    margin: 0 auto;
}
#menu-center ul {
    margin: 15px 0 0 0;
}
#menu-center ul li {
    list-style: none;
    margin: 0 30px 0 0;
    display: inline;
}
.active {
    font-family:'Droid Sans', serif;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
}

#home2 {
    background-color: grey;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-image: url(images/home-bg2.png);
}
#portfolio2 {
    background-image: url(images/portfolio-bg.png);
    height: 100%;
    width: 100%;
}
#about2 {
    background-color: blue;
    height: 100%;
    width: 100%;
}
#contact2 {
    background-color: red;
    height: 100%;
    width: 100%;
}
.empresas-min{
	color:white;
}

.read-more-btn2 {
    display: inline-block;
    color: #e2e4e8;
    text-transform: uppercase;
    font-weight: 400;
}

.read-more-btn2 i, .download-btn2 i {
    margin-left: 5px
}
#empresamenu ul li{width:16.66666666666666666666%}


.enlac a {
color: white;}

.enlac a:hover, a:focus {
    color: #7d879c;
    cursor: pointer !important;
}
.cb-slideshow li {
    display: block;
}

.form-control2 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #dedcdc;
    background-color: #3a3939;
    background-image: none;
    border: .5px solid #cccccc30;
    border-radius: 4px;
    -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,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group b{
	color: #babdbf;
    font-size: 12px;
    font-weight: 500;
}

textarea.form-control2 {
    height: 73px;
}

.padding-min{
	padding-left: 5px;
    padding-right: 5px;
}

.location #address2 {
    /* Left: 15px; */
    /* margin-left: 0px; */
    height: auto;
    z-index: 10;
    background-color: #3a3939;
    /* top: 4px; */
    border-radius: 5px;
    padding-bottom: 30px;
    color: white;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.trabaja-home{
	position: relative;
    min-width: 100%;
    text-align: center;
    color: #fff;
    width: 100%;
    /* background-color: #202125; */
    background-image: url(https://www.hiemesa.com/img/xsuccess-2697951_1920.jpg.pagespeed.ic.K6mtdS61Fl.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media (min-width: 768px){
.breadcrumb {
    /*padding: 2px 2px;*/
    margin-bottom: 0px;
    padding-left: 46px;
	padding-right: 15px;
    list-style: none;
    background-color: inherit;
    border-radius: 4px;
	Color:white;
	margin-top: 15px;
}

.breadcrumb>.active {
    color: rgb(140, 144, 154);
    font-family: "Raleway", sans-serif;
	font-weight: bold;
	 }
	 
.breadcrumb a {
    color: #908E8E;
	 }
.breadcrumb a:hover, .breadcrumb a:focus{
    font-weight: 300;
	    color: white;
	 }
}
.job-summary .title{
    /*font-size: 16px;*/
    font-weight: bold;
}
.job-summary table {width:100%;}
/*.job-summary table tr { border-bottom: 2px solid white; }*/
.job-summary table td{padding:6px; margin-bottom:2px;border:1px solid rgba(37, 37, 37, 0.95);text-align:left; width:25%; font-size: 14px; background-color: rgba(165, 91, 91, 0.34);}

/* Separadores */
.job-summary .separator:last-child { display: none; } /* ocultar el Ãºltimo separador */
.job-summary .separator { width: 2px; }

.job-summary .title {background-color: rgba(113, 106, 106, 0.34)!important;}

#pie ul li a:after{
	content: '|';
    margin-left: 10px;
    transition: all .2s;
	color:white
}

#pie  ul li:last-child a:after{margin-left: 0px; display: none;}

#pie ul li a:after:hover{
	color:white
}
