/* ! 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: #790019
}
a:hover, a:focus {
    color: #7d879c;
    text-decoration: none;
}
.texture-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/grid.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: #790019;
    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 {
    color: #393e49;
    transition: delay 400ms;
    border-color: #393e49;
    background-color: #7d879c;
}
.read-more-btn {
    display: inline-block;
    color: #790019;
    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(121, 0, 25, 0.29);*/
}.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 {
     color: #393e49;
    transition: delay 400ms;
    border-color: #393e49;
    background-color: #7d879c;
}

.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: #790019;
    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: #790019 url('../img/hiansa-02d.jpg') no-repeat center center ;
    background-size: cover;*/
    color: #fff;
}
.hero h1 {
    font-size: 14px;
    line-height: 25px;
	margin: 1em 0;
}
.hero h2 {
    margin: 10px 0 10px 0;
    font-weight: 300;
    font-size: 35px;
    color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
.hero h3 {
	padding-top: 10px;
	color: White;
	margin: 0.83em 0;
    font-size: 1.5em;
}
.hero h1 span {
    display: inline-block;
    color: #a1a9b0;
}
#home {
    width: 100%;
    height: 100%;
	    min-height: 900px;
}
.hero {
    width: 100%;
    height: 100%;
}
.hero img{
    padding-top:0px;
	text-align: center;
    width: 100%;
    max-width: 500px;
}
.hero .logo-hero{
    padding-top:20px;
}


header i {
    margin-left: 5px
}
header {
    position: relative;
    min-height: 100%;
    text-align: center;
    color: #fff;
    width: 100%;
    background-color: #790019;
    /*background-image: url(../img/hiansa-02d.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: 6%;
    padding: 0 10px;
    width: 100%;
    text-align: center;
    /*z-index: 2;
	padding: 100px 15px;
	position: relative;*/
}

.hero .fma img{
    transition:all .5s ease-in-out;
	animation: slide 4s linear infinite;
}

@keyframes slide{
  0%{
	filter: drop-shadow(2px 6px 2px rgb(71,103,178));
	-webkit-transform:scale(1);transform:scale(1);
  }
  50%{
    filter: drop-shadow(0px 0px 0px rgb(71,103,178));
	-webkit-transform:scale(.8);transform:scale(.8);
  }
  100%{
    filter: drop-shadow(2px 6px 2px rgb(71,103,178));
	-webkit-transform:scale(1);transform:scale(1);
  }
}


.hero .fma img:hover{
    -webkit-transform:scale(.8);transform:scale(.8);
	overflow:hidden;
	filter: invert(100%);
}

/* ==========================================================================
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: #790019;
    text-decoration: none;
}
section.video a:hover i, section.video a:focus i {
    color: #790019
}

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

.video2 h2 {
    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: #790019;
    text-decoration: none;
}
.video2 a:hover i, section.video a:focus i {
    color: #790019
}


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: white;
}



/* ==========================================================================
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: 400px;
    background: url('../img/Hiansa-Presentacion.jpg') no-repeat center center;
    background-size: cover;
}
.features-img {
    width: 100%;
    height: 400px;
    text-align: center;
    line-height: 400px;
}
.features-slider {
    position: relative;
    padding: 11% 100px 10% 100px;
    height: 400px;
    background-color: #790019;
}
.features-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.features-slider ul li {
    width: 100%;
}
.features-slider li h2 {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 200;
    font-size: 22px;
}
.features-slider li p {
    color: #fff;
    font-size: 14px;
}
.features-intro-img {
    position: relative
}
.slides li h2 {
    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 List
========================================================================== */
.features-list {
    padding: 100px 0
}
.features-list h2 {
    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: 80px 0 40px 0;
    background-color: #f6f7f9;
}
.screenshots-intro h2 {
    margin-bottom: 20px;
    color: #24374b;
    font-weight: 300;
    font-size: 28px;
}
.screenshots-intro p {
    margin-bottom: 25px;
    color: #778899;
}

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

/* ==========================================================================
Company Intro
========================================================================== */
.company-intro {
    padding: 100px 0 40px 0;
    background-color: #f6f7f9;
}
.company-intro h2 {
    margin-bottom: 20px;
    color: #24374b;
    color: #24374b;
        font-weight: 300;
    font-size: 28px;
}
.company-intro p {
    margin-bottom: 25px;
    color: #778899;
}

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

/* ==========================================================================
Screenshots
========================================================================== */
.screenshots ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.screenshots ul li {
    float: left;
    min-height: 100%;
    width: 20%;
    /*background-color: #000;*/
    list-style: none;
}
.screenshots figure {
    position: relative;
    overflow: hidden;
}
.screenshots figure img {
    width: 100%;
    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: 25% 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(103, 0, 22, 0.75);*/
    text-align: center;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	cursor: pointer !important;
}

.screenshots figcaption {/*background-color: rgba(103, 0, 22, 0.9);*/background: -webkit-linear-gradient(top, rgba(57, 62, 73, 0.85) 0%, rgba(121, 0, 25, 0.85) 100%) center center /cover no-repeat;}

.screenshots .colhfm figcaption {/*background-color:rgba(91, 100, 117, 0.9);*/    background: -webkit-linear-gradient(top, rgba(39, 42, 49, 0.85) 0%, rgba(91, 100, 117, 0.85) 100%) center center /cover no-repeat;}

.screenshots .colultra figcaption {background:linear-gradient(-45deg, rgba(62, 1, 13, 0.90), rgba(189, 175, 4, .9), rgba(94, 142, 0, .9))}

.screenshots .collnr figcaption {/*background-color:rgba(210, 181, 13, 0.9);*/background: -webkit-linear-gradient(top, rgba(57, 62, 73, 0.85) 0%, rgba(210, 181, 13, 0.85) 100%) center center /cover no-repeat;}

.screenshots figcaption p {
    color: white
}

/*.screenshots figcaption a {
    color: #fff
}
.screenshots figcaption a:hover, .screenshots figcaption a:focus {
    color: #7d879c
}*/
.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: bold;
    font-size: 16px;
}
.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);
}


/* ==========================================================================
screenshots2co
========================================================================== */
.screenshots2co ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.screenshots2co ul li {
    float: left;
    min-height: 100%;
    width: 16.66666666%;
    /*background-color: #000;*/
    list-style: none;
}
.screenshots2co figure {
    position: relative;
    overflow: hidden;
}
.screenshots2co figure img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots2co figure:hover img, .screenshots2co figure:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.screenshots2co figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25% 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(103, 0, 22, 0.75);*/
    text-align: center;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	cursor: pointer !important;
}

.screenshots2co figcaption {/*background-color: rgba(103, 0, 22, 0.9);*/background: -webkit-linear-gradient(top, rgba(57, 62, 73, 0.85) 0%, rgba(121, 0, 25, 0.85) 100%) center center /cover no-repeat;}

.screenshots2co .colhfm figcaption {/*background-color:rgba(91, 100, 117, 0.9);*/    background: -webkit-linear-gradient(top, rgba(39, 42, 49, 0.85) 0%, rgba(91, 100, 117, 0.85) 100%) center center /cover no-repeat;}

.screenshots2co .colultra figcaption {background:linear-gradient(-45deg, rgba(62, 1, 13, 0.90), rgba(189, 175, 4, .9), rgba(94, 142, 0, .9))}

.screenshots2co .collnr figcaption {/*background-color:rgba(210, 181, 13, 0.9);*/background: -webkit-linear-gradient(top, rgba(57, 62, 73, 0.85) 0%, rgba(210, 181, 13, 0.85) 100%) center center /cover no-repeat;}

.screenshots2co figcaption p {
    color: white
}

/*.screenshots2co figcaption a {
    color: #fff
}
.screenshots2co figcaption a:hover, .screenshots2co figcaption a:focus {
    color: #7d879c
}*/
.screenshots2co figure:hover figcaption, .screenshots2co figure:focus figcaption {
    opacity: 1
}
.visible {
    opacity: 1
}
.screenshots2co figure.cs-hover figcaption {
    opacity: 1
}
.screenshots2co figcaption i {
    font-size: 35px
}
.screenshots2co figcaption p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.screenshots2co 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;
}
.screenshots2co figure:hover figcaption .caption-content, .screenshots2co 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: #790019;
}
.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;
}


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

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


/* ==========================================================================
Calidad Now
========================================================================== */
.calidad {
    padding: 0px 0;
    background-color: #790019;
}
.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-hiansa.jpg') no-repeat center center;
	background-size: cover;
}
.calidad-tg {
    
	position: relative;
	background: url('../img/quality-hiansa.jpg') no-repeat center center;
	background-size: cover;
}

.calidad-img {
    width: 100%;
	height: 360px;
    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: 140px;
}

.calidad-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;
}

.blog imd{
width:100%;
min-width: 20%;
 }
 
.blog-preview h2 {
    margin-bottom: 20px;
    color: #24374b;
        font-weight: 300;
    font-size: 28px;
 }
 
.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: #790019;
    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: #790019;
}
#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;
	text-align: justify;
}
#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;
}
#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: #790019;
    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;
}


/* ==========================================================================
Footer
========================================================================== */
footer {
    padding: 0
}
footer p {
    color: #c7cacc;
    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: #790019
}
footer li:last-child {
    margin-right: 0
}



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

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(121,0,25, 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(121,0,25,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(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, .wp13, .wp14, .wp15 {
    visibility: hidden
}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
    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;
}

#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: #790019;
		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 {
				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: 10px;
				/*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 1.25em 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 */




.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: #790019;
  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: #790019;*/
  border: 1px solid #790019;
}

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

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

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

/* external css: flickity.css */

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

.gallery {
  background: #EEE;
}

.verif{ display: none; }

.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: 50px;
    padding-top: 90px;
}

#trabajos p{
text-align: justify;
}

.feature_header h2 {
    margin-bottom: 20px;
    color: #24374b;
        font-weight: 300;
    font-size: 28px;
    }

.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: #790019;
}

.trabajos-slider .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: transparent;
    border: 1px solid #790019;
    -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 #790019;
    margin-bottom: 15px;
    position: relative;
	line-height: 1.4;
}

.column-title2 {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #790019;
    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;
}

/* ==========================================================================
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 .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: #790019!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: #790019!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;
}

.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;
	/* Black background-color:#f8f8f8;*/
	background-color: rgba(33, 33, 33, 0.9803921568627451);
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	transition:all .4s
}
.navbar-header>.navbar-brand {
	font-family:"Raleway", sans-serif;
	color:#73d0da;
	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:#790019
}
.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:12px;
    font-family: "Raleway", sans-serif;
	/*font-weight:700;*/
	color:#a4a4a5
}
.navbar-default .nav>li>a:hover,.navbar-default .nav>li>a:focus:hover {
	color:#7d879c
}
.navbar-default.affix .nav>li.active>a,.navbar-default.affix .nav>li.active>a:focus {
	color:white!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
}

.navbar-collapse{max-height: 550px;}

@media(min-width:768px) {
	.navbar-default {
		border-color:transparent;
		background-color:rgba(33, 33, 33, 0.34);
		min-height:50px
	}
	.navbar-header>.navbar-brand {
		color:rgba(255,255,255,0.7);
		padding:14px
	}
	.navbar-default .nav > li > a {
    padding: 10px 14px;
	}
	.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.9px;
		/*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:#ffffff
	}
	.navbar-default.affix {
		/*border-color:rgba(34,34,34,.05);*/
		background-color:rgba(33, 33, 33, 0.95);
		/*border-bottom: 1px solid #790019;*/
	}
	.navbar-default.affix .navbar-header .navbar-brand {
		/*font-size:15px;*/
		color:#73d0da;
		/*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)*/
	}
	.navbar-default.affix .nav>li>a:hover,.navbar-default.affix .nav>li>a:focus:hover {
	color: #7d879c;
    /*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;
	 } 
	 
	 
	 /* ==========================================================================
	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: #7d879c;
	}

	.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: #7d879c;
	}
	
	
	.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: white;
	}
	
	.navbar-default.affix-top .nav li a span {
    position: relative;
	}
	
	 /* ==========================================================================
	Fin Subrayado menus
	========================================================================== */
	
	 
	 /* ==========================================================================
	Aviso Legal
	========================================================================== */
	 
	 /*.modal{
	 display: none; 
	 }*/
	 
	hr.colored {
		border-color: #7d879c;
	}

	.btn-close {
		color: #F9F9F9;
		background-color: #790019;
		/*border-color: #F9F9F9;*/
	}

	 .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 p {
	text-align: left;
	}*/
	.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:#73d0da;
	}
	.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 #790019;
		border-bottom: 4px solid #790019;
	}
	.tab-content {
		display: none;
		width: 100%;
		float: left;
		padding: 15px;
		box-sizing: border-box;
		background-color:rgb(255, 255, 255);
		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 #7d879c;
		border-bottom: 4px solid #7d879c;
		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;
    background-color: #7d879c;
 }
	.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,
	#tab9:checked ~ #tab-content9,
	#tab10:checked ~ #tab-content10,
	#tab11:checked ~ #tab-content11,
	#tab11b:checked ~ #tab-content11b,
	#tab11c:checked ~ #tab-content11c,
	#tab11d:checked ~ #tab-content11d,
	#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,
	#tab59b:checked ~ #tab-content59b ,
	#tab60:checked ~ #tab-content60 ,
	#tab61:checked ~ #tab-content61 ,
	#tab61ac:checked ~ #tab-content61ac ,
	#tab62:checked ~ #tab-content62 ,
	#tab62ac:checked ~ #tab-content62ac ,
	#tab63:checked ~ #tab-content63 ,
	#tab63ac:checked ~ #tab-content63ac ,
	#tab64:checked ~ #tab-content64 ,
	#tab64ac:checked ~ #tab-content64ac ,
	#tab65:checked ~ #tab-content65,
	#tab70:checked ~ #tab-content70,
	#tab71:checked ~ #tab-content71,
	#tab72:checked ~ #tab-content72,
	#tab73:checked ~ #tab-content73{
		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(125, 135, 156, 0.95);
    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(125, 135, 156, 0.95);
    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 figcaption .caption-content a {
    color: #f38d5b;
}

.tab-content figcaption .caption-content a:hover, .tab-content figcaption .caption-content a:focus {
    color: #7d879c;
}
 
.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: 492px;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.85);
	top: 4px;
	
}
.newsletter {
	background-color: #790019;
}

.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: #790019;}
#contact-info h2{
	margin: 0.67em 0;
	font-size: 2em;
	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;    
}

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


.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;
}

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



.oficinabody {
  padding: 0;
  background: url('../img/oficinas-Back.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: 0;
}
.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;
  }
  .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 h2 {
    margin-bottom: 20px;
    color: #24374b;
        font-weight: 300;
    font-size: 28px;
}


.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: #790019;
		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: #790019;
		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: #790019;
	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, #790019 0%, #7d879c 100%);
	padding:50px;
	margin-top:5%;
	/*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:#73d0da;
	}
	.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;
	}
	
		/* ==========================================================================
	DescargaCat
	========================================================================== */
	 
	 
	.descargacatbody {
	/*position: fixed;*/
	/*background: rgba(52, 82, 113, 0.95);*/
	background-image: repeating-linear-gradient(to right bottom, #790019 0%, #7d879c 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:#73d0da;
	}
	.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: #790019;
}
.descargacat-modal .btn:hover, .descargacat-modal .btn:focus {
    color: #393e49;
    transition: delay 400ms;
    border-color: #393e49;
    background-color: #7d879c;
    text-decoration: none;
}

		/* ==========================================================================
	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 {
  text-align: center;
}

/*.portfolio-modal .modal-content p {
  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;
}

.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;
}

::-webkit-scrollbar {
    width: 10px;
    height: 0px;
    background: #7d879c;
}

::-webkit-scrollbar-thumb:vertical{background-color:#790019;}


.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;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
	background-image: url(https://www.hiansa.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 */
    }
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    
}

/*@media (min-width: 768px){
		.dropdown-menu {
		background-color: #790019;
		}
		
		.dropdown-menu>li>a {
			color: white;
		}
	}*/
	
/* 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: 36px;
  line-height: 36px;
  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 {
    z-index: 1042;
}

.modal-backdrop {
    z-index: 1050;
}
	
.modal:nth-of-type(even) {
    z-index: 1042 !important;
}
.modal-backdrop.in:nth-of-type(even) {
    z-index: 1041 !important;
}*/





/* ==========================================================================
TITULO NUEVO
========================================================================== */

#tit-new{
      padding: 4em 0 2em 0;
}
@media screen and (max-width: 768px) {
  #tit-new {
       padding: 2em 0 1em 0;
  }
}



/*#tit-new {
  background-color: #f6f7f9;*/
  
  /* Android 2.3 */
  /*background-image: -webkit-repeating-linear-gradient(top left, #f6f7f9 0%, #7d879c 100%);*/
  /* IE10+ */
  /*background-image: repeating-linear-gradient(to bottom right, #f6f7f9 0%, #7d879c 100%);
  background-image: -ms-repeating-linear-gradient(top left, #f6f7f9 0%, #7d879c 100%);*/
  overflow: hidden;
  position: relative;
  color: #191818;
}

/*#tit-new:before, #tit-new:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}*/
#tit-new:before {
  top: 0;
  margin-top: -35px;
}
#tit-new:after {
  bottom: 0;
  margin-bottom: -35px;
}
#tit-new .service {
  padding-right: 30px;
}
#tit-new h3 {
  font-size: 24px;
  color: #7d879c;
  text-align: center;
}
#tit-new h2 {
  color: #7d879c;
      margin: 0 0 30px 0;
    font-size: 35px;
    font-weight: 300;
    /* color: #444; */
    text-transform: uppercase;
    position: relative;
    display: block;
    /*padding-bottom: 40px;*/
	padding-top: 40px;
    line-height: 1.5;
}
#tit-new p {
  text-align: justify;
}
#tit-new .icon {
  color: #7d879c;
  font-size: 70px;
  margin-bottom: 30px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#tit-new .icon:before {
  color: #19181;
}
#tit-new .section-heading h2 {
  color: #19181;
}
#tit-new .section-heading h2.left-border:after {
  background: rgba(255, 255, 255, 0.3);
}

#tit-new .logo-hero {
    padding-top: 20px;
	    padding-top: 0px;
    text-align: center;
    width: 100%;
    max-width: 330px;
}
styles3.css:666
#tit-new  img {
    padding-top: 0px;
    text-align: center;
    width: 100%;
    max-width: 330px;
}

#hojapress p{
	font-size: 12px;
    line-height: 20px;
	color:white;
	margin: 0em 0;
}

/* ==========================================================================
FORM 2
========================================================================== */


#hojapress .form-control {
    display: block;
    width: 100%;
    height: 26px;
    padding: 4px 4px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #7d879c;
    background-image: none;
    border: 1px solid #ccc;
    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;
	font-family: sans-serif;
}

#hojapress .form-group {
    margin-bottom: 0px;
}

#hojapress .form-group2 {
    margin-bottom: 15px;
}

.hojapress .form-control::-webkit-input-placeholder { /* WebKit browsers */
    color:    #d4d4d4;
	text-align: center;
}
.hojapress .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #d4d4d4;
	text-align: center;
}
.hojapress .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #d4d4d4;
	text-align: center;
}
.hojapress .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #d4d4d4;
	text-align: center;
}

.padding-lit {
    /*margin: 2px !important;*/
    padding: 2px !important;
}

.padding-lit2 {
    padding-bottom: 2px;
    padding-top: 2px;
}


/* ==========================================================================
effect13
========================================================================== */


.ih-item.square {
  position: relative;
  /*width: 316px;
  height: 216px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);*/
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square.effect13 {
  overflow: hidden;
}
.ih-item.square.effect13.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect13.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect13 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect13 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect13 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 10px;
  padding: 5px;
  background: #111111;
  /*margin: 30px 0 0 0;*/
}
.ih-item.square.effect13 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
}
.ih-item.square.effect13 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect13 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect13.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect13.left_to_right a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.square.effect13.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect13.right_to_left a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.square.effect13.top_to_bottom .info {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect13.top_to_bottom a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect13.bottom_to_top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect13.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#press-contact-form  img{max-height:60px}

/* ==========================================================================
img effect
========================================================================== */

figcaption a:hover, figcaption a:focus {
	    cursor: zoom-in!important;
}

.view {
    /*width: 300px;
    height: 200px;
    margin: 10px;
    float: left;
    border: 10px solid #fff;
    overflow: hidden;*/
    position: relative;
    text-align: center;
    /*-webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;*/
    cursor: zoom-in;
    /*background: #fff url(../images/bgimg.jpg) no-repeat center center;*/
}

.view .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view-sixth img {
   /*-webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
   -o-transition: all 0.4s ease-in-out 0.5s;
   -ms-transition: all 0.4s ease-in-out 0.5s;
   transition: all 0.4s ease-in-out 0.5s;*/
   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;
}
.view-sixth .mask {
   /*background-color: rgba(146,96,91,0.5);*/
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
}
.view-sixth h3 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   /*border-bottom: 1px solid rgba(0, 0, 0, 0.3);*/
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
   color: #790019;
   margin: 0.2em 0;
}
.view-sixth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.2s;
   -moz-transition: all 0.3s ease-in-out 0.2s;
   -o-transition: all 0.3s ease-in-out 0.2s;
   -ms-transition: all 0.3s ease-in-out 0.2s;
   transition: all 0.3s ease-in-out 0.2s;
   color: #790019;
   margin-top: 47%;
   text-align: center;
}
.view-sixth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth a:hover, .view-sixth a:focus {
    color: #790019 !important;
    text-decoration: none;
}
.view-sixth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth:hover img {
   /*-webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;*/
   transform: scale(0.8);
}
.view-sixth:hover h3 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-sixth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-sixth:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}

.iso-logo1{
	top: 30px;right: 50px;position: absolute;
}

.iso-logo1 img{
	max-width: 100px;
}



#comerciales .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;
			}
		}
	}
	
	#comerciales .fh5co-project-item:hover, #comerciales .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;
			}*/
		}
	}

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

#comerciales .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%;
}
#comerciales .fh5co-project-item  .sectorlog h3{
	    color: white;
    /*line-height: 140px;*/
	padding-top: 20%;
	line-height: 20px;
}

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

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

#comerciales .fh5co-project-item  .sectorlog .loglogo{
	/*max-height: 100%;*/
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    z-index: -1;
    height: auto;
    overflow: hidden;
	opacity: .5;
}
	
#comerciales .fh5co-project-item :focus.sectorpic , #comerciales .fh5co-project-item :hover.sectorpic {
	opacity:1;
	transition: all 500ms ease-in-out;
}

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

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

#comercialesINT .project-details p{
	font-size: 20px;
	display: -webkit-box;
    /*margin-left: 15px;*/
	color:White; 
	line-height: 25px;
	text-align: justify;
}

#comercialesINT .project-details img{
margin-right: 5px;
max-height: 25px; max-width: 100%;height: auto;
}

#comerciales .webs a {
    color: #7d879c;
	font-weight: 500;
}

#comerciales .webs a:hover {
    color: white;
}

#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
}
.empblue a {
    color: white!important;
}

.empblue a:hover, .empblue a:focus{
    color: #7d879c!important;
}

@media screen and (min-width: 768px){
	.carousel-indicators {
		bottom: -10px;
	}
}

#topNav .navbar-nav .language li {
    display: inline-block;
    font-size: 11px;
    text-align: center;
	font-family: "gillsans-bookregular", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.25px;
    color: #7b7877;
	/*padding-top: 14px;*/
}


#topNav .navbar-nav .language li a {
	position: relative;
    display: block;
    margin: 0;
    padding: 0px;
    width: 31px;
    height: 29px;
    border: 1px solid #7d879c;
    font-family: "gillsans-mediumregular", Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 29px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #8c8b8a;
	/*background-image: linear-gradient(to left,    transparent,    transparent 50%,    #00c6ff 50%,    #00c6ff);
	background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;*/
}
#topNav .navbar-nav .language li a.active {
    border: 1px solid #7d879c;
    background-color: #790019;
    color: #ffffff;
}
#topNav .navbar-nav .language li a:not(.active):hover {
    color: #e6e6e6;
    background-color: #7d879c87;
	/*background-position: 0 0;*/
}

#topNav .navbar-header img {
    height: 30px;
    margin-top: -3px;
}

@media (min-width:768px){
#topNav .navbar-nav{
	float: none;
    /* margin: 0 auto; */
    /* display: flex; */
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
}
@media (min-width:768px){
#topNav .container-fluid>.navbar-collapse{
	/* margin-right: 0; */
    /* margin-left: 0; */
    margin: 0 auto;
    max-width: 1600px;
	}
}

@media (min-width: 768px){
	.navbar-nav>li>.dropdown-menu {
		font-size: 12px;
		background-color: #272727;
		border: 1px solid #171717;
		border-radius: 2px;
		font-size: 15px;
		line-height: 1.16667;
		font-weight: 400;
		letter-spacing: -.014em;
	}
	.navbar-nav>li>.dropdown-menu li{
		background-color: #424242;
	}
	.dropdown-menu>li>a{
		color: #afafaf;
		display: block;
		line-height: 33px;
		padding: 0 30px;
		text-decoration: none;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		border-bottom: 1px solid #7d879c;
	}
}

.hero h2.bigintro {
	    font-size: 60px;
}

.hero h2.bigintro2co {
	    font-size: 40px;
		padding-top: 10px;
}

.hero h2 a.deck {
	    color: #83ad69;
}

.hero h2 a.deck:hover {
	        color: #696d79;
			cursor: pointer;
}

.hero h2 a.asbe {
	    color: #c0c747;
}

.hero h2 a.asbe:hover {
	        color: #696d79;
			cursor: pointer;
}

.btn3{
        width: 300px;
        height: 60px;
        line-height: 30px;
        /*border: 2px solid #fff;*/
		box-shadow: -1px 0 0 1px rgba(61, 173, 233, 0.75), -1px -1px 0 1px rgba(94, 142, 226, 0.25), -1px 1px 0 1px rgba(94, 142, 226, 0.25), 0 -1px 0 1px rgba(126, 110, 218, 0.5), 0 1px 0 1px rgba(126, 110, 218, 0.5), 1px -1px 0 1px rgba(159, 79, 211, 0.25), 1px 1px 0 1px rgba(159, 79, 211, 0.25), 1px 0 0 1px rgba(191, 47, 203, 0.75);
		border-radius: 4px;
        margin: 20px 0;
        position: relative;
        cursor: pointer;
        transition: all 1s ease;
		overflow: hidden;
		background: -webkit-linear-gradient(left, rgba(61, 173, 233, 0.45098039215686275), rgba(191, 47, 203, 0.47058823529411764));
}

.btn3 > .btn3Cont p{
        text-align: left;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        position: relative;
        z-index: 1;
        transition: all 1s ease;
		/*background: -webkit-linear-gradient(left, #3dade9, #bf2fcb);*/
		background: -webkit-linear-gradient(left, #c9e7f7, #ecb9f1);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin: 7px 0;
}

.btn3 .btn3Cont .icobut{
     margin-left: 60px;
}

.btn3:before{
        content: "";
        width: 100%;
        height: 100%;
        /*background-color: #fff;*/
        position: absolute;
        transition: all .7s ease;
		background: -webkit-linear-gradient(left, rgb(61, 173, 233), rgb(191, 47, 203));
}

.btn-3:before{
        top: 0;
        left: -310px;
}

.btn-3:hover{
        width: 380px;
}

.btn-3:hover:before{
        left: 0;
}

.btn-3:hover > .btn3Cont p{
	/*background: -webkit-linear-gradient(left, #f9f9f9, #949698);*/
	background: -webkit-linear-gradient(left, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.btn4{
        width: 300px;
        height: 50px;
        line-height: 50px;
        /*border: 2px solid #fff;*/
	    box-shadow: -1px 0 0 1px rgba(255, 203, 82, 0.75), -1px -1px 0 1px rgba(255, 170, 70, 0.25), -1px 1px 0 1px rgba(255, 170, 70, 0.25), 0 -1px 0 1px rgba(255, 136, 57, 0.5), 0 1px 0 1px rgba(255, 136, 57, 0.5), 1px -1px 0 1px rgba(255, 103, 44, 0.25), 1px 1px 0 1px rgba(255, 103, 44, 0.25), 1px 0 0 1px rgba(255, 69, 31, 0.75);
		border-radius: 4px;
        margin: 30px 0;
        position: relative;
        cursor: pointer;
        transition: all 1s ease;
		overflow: hidden;
		background: -webkit-linear-gradient(left, rgba(255, 203, 82, 0.47058823529411764), rgba(255, 69, 31, 0.49019607843137253));
}

.btn4 > .btn4Cont p{
        text-align: left;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        position: relative;
        z-index: 1;
        transition: all 1s ease;
		/*background: -webkit-linear-gradient(left, #ffcb52, #ff451f);*/
		background: -webkit-linear-gradient(left, #f7ecd2, #fff9f7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin: 13px 0;
}

.btn4 .btn4Cont .icobut{
     margin-left: 60px;
}

.btn4:before{
        content: "";
        width: 100%;
        height: 100%;
        /*background-color: #fff;*/
        position: absolute;
        transition: all .7s ease;
		background: -webkit-linear-gradient(left, rgb(255, 203, 82), rgb(255, 69, 31));
}

.btn-4:before{
        top: 0;
        left: -310px;
}

.btn-4:hover{
        width: 380px;
}

.btn-4:hover:before{
        left: 0;
}

.btn-4:hover > .btn4Cont p{
	/*background: -webkit-linear-gradient(left, #f9f9f9, #949698);*/
	background: -webkit-linear-gradient(left, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

video { 
   width:100%;
   max-width:1000px;
   height:auto;
}

.videobody {
	/*position: fixed;*/
	/*background: rgba(52, 82, 113, 0.95);*/
	background-image: repeating-linear-gradient(to right bottom, #790019 0%, #7d879c 100%);
	padding:5px;
	margin-top:5%;
	/*border: 2px solid #da8505;*/
	border-radius: 8px;
	
	}

#videofabricacion h3{
	font-size: 26px;
}

summary::-webkit-details-marker {
    display: none;
}
summary:before {
    content: "\21E9"; /* the new icon */
    color: #696f7c;
    margin-right: 5px;
}


/* ==========================================================================
internacional
========================================================================== */

.hero .logo-map {
    width: 100px;
    padding-top: 20px;
}

.btn3int{
        width: 300px;
        height: 40px;
        line-height: 40px;
        /*border: 2px solid #fff;*/
		box-shadow: -1px 0 0 1px rgba(61, 173, 233, 0.75), -1px -1px 0 1px rgba(94, 142, 226, 0.25), -1px 1px 0 1px rgba(94, 142, 226, 0.25), 0 -1px 0 1px rgba(126, 110, 218, 0.5), 0 1px 0 1px rgba(126, 110, 218, 0.5), 1px -1px 0 1px rgba(159, 79, 211, 0.25), 1px 1px 0 1px rgba(159, 79, 211, 0.25), 1px 0 0 1px rgba(191, 47, 203, 0.75);
		border-radius: 4px;
        margin: 20px 0;
        position: relative;
        cursor: pointer;
        transition: all 1s ease;
		overflow: hidden;
		background: -webkit-linear-gradient(left, #3dade973, #bf2fcb78);
}

.btn3int > .btn3intCont p{
        text-align: left;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        position: relative;
        z-index: 1;
        transition: all 1s ease;
		/*background: -webkit-linear-gradient(left, #3dade9, #bf2fcb);*/
		background: -webkit-linear-gradient(left, #c9e7f7, #ecb9f1);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin: 7px 0;
}

.btn3int .btn3intCont .icobut{
     margin-left: 40px;
}

.btn3int:before{
        content: "";
        width: 100%;
        height: 100%;
        /*background-color: #fff;*/
        position: absolute;
        transition: all .7s ease;
		background: -webkit-linear-gradient(left, #3dade9, #bf2fcb);
}

.btn-3int:before{
        top: 0;
        left: -310px;
}

.btn-3int:hover{
        width: 340px;
}

.btn-3int:hover:before{
        left: 0;
}

.btn-3int:hover > .btn3intCont p{
	/*background: -webkit-linear-gradient(left, #f9f9f9, #949698);*/
	background: -webkit-linear-gradient(left, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn4int{
        width: 300px;
        height: 50px;
        line-height: 50px;
        /*border: 2px solid #fff;*/
	    box-shadow: -1px 0 0 1px rgba(255, 203, 82, 0.75), -1px -1px 0 1px rgba(255, 170, 70, 0.25), -1px 1px 0 1px rgba(255, 170, 70, 0.25), 0 -1px 0 1px rgba(255, 136, 57, 0.5), 0 1px 0 1px rgba(255, 136, 57, 0.5), 1px -1px 0 1px rgba(255, 103, 44, 0.25), 1px 1px 0 1px rgba(255, 103, 44, 0.25), 1px 0 0 1px rgba(255, 69, 31, 0.75);
		border-radius: 4px;
        margin: 30px 0;
        position: relative;
        cursor: pointer;
        transition: all 1s ease;
		overflow: hidden;
		background: -webkit-linear-gradient(left, #ffcb5278, #ff451f7d);
}

.btn4int > .btn4intCont p{
        text-align: left;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        position: relative;
        z-index: 1;
        transition: all 1s ease;
		/*background: -webkit-linear-gradient(left, #ffcb52, #ff451f);*/
		background: -webkit-linear-gradient(left, #f7ecd2, #fff9f7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin: 13px 0;
}

.btn4int .btn4intCont .icobut{
     margin-left: 40px;
}

.btn4int:before{
        content: "";
        width: 100%;
        height: 100%;
        /*background-color: #fff;*/
        position: absolute;
        transition: all .7s ease;
		background: -webkit-linear-gradient(left, #ffcb52, #ff451f);
}

.btn-4int:before{
        top: 0;
        left: -310px;
}

.btn-4int:hover{
        width: 360px;
}

.btn-4int:hover:before{
        left: 0;
}

.btn-4int:hover > .btn4intCont p{
	/*background: -webkit-linear-gradient(left, #f9f9f9, #949698);*/
	background: -webkit-linear-gradient(left, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
	max-height:400px;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
	max-height:400px;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.overlay2 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .4;
}


/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5,
.fade-carousel .slides .slide-6,
.fade-carousel .slides .slide-7 {
  height: 100vh;
  max-height:400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(https://www.hiansa.com/img/skiter/01.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(https://www.hiansa.com/img/skiter/02.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(https://www.hiansa.com/img/skiter/03.jpg);
}
.fade-carousel .slides .slide-4 {
  background-image: url(https://www.hiansa.com/img/skiter/04.jpg);
}
.fade-carousel .slides .slide-5 {
  background-image: url(https://www.hiansa.com/img/skiter/05.jpg);
}
.fade-carousel .slides .slide-6 {
  background-image: url(https://www.hiansa.com/img/skiter/06.jpg);
}
.fade-carousel .slides .slide-7 {
  background-image: url(https://www.hiansa.com/img/skiter/07.jpg);
}

/********************************/
/*          Herom Headers        */
/********************************/
.herom {
    position: absolute;
	width: 100%;
    padding: 0px 20px;
    top: 80%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.herom h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .herom {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .herom {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}


.empresa .item2 .project-details {
  padding: 20px 40px 10px;
}
.empresa .item2 .project-details img.client-logo {
  margin: 0 auto 25px;
}
.empresa .item2 .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;
}
.empresa .item2 .project-details .project-description {
  display: block;
  line-height: 20px;
  font-size: 14px;
}

@media (min-width: 992px) {
  .empresa .item2 {
    /*padding: 15px 55px 10px;*/
    /*text-align: left;*/
   
  }
  .empresa .item2 .portfolio-image {
    margin-top: 0;
  }
  .empresa .item2 .project-details {
    padding: 50px 50px 0;
	min-height: 100%
  }
  .empresa .item2 .project-details img.client-logo {
    margin: 0 auto 25px 0;
  }
  .empresa .item2 .project-details .project-name {
    display: block;
    font-size: 50px;
    line-height: 50px;
  }
  .empresa .item2 .project-details .project-description {
    font-size: 20px;
    line-height: 20px;
	font-size: 16px;
  }
  .empresa .item2 hr.colored {
    margin: 20px auto 20px 0;
  }
}

.ban{
	min-height: auto;
    height: auto;
    bottom: 0px;
	
}

#baners .features-intro-img .enla{
	color:white;
}

.blue {
    color: #86a9f9;
}