/*------------------------------------*\
  style.css
  #CONTENTS 
\*------------------------------------*/
/**
#RESET
#TYPOGRAPHY
#GRID
#BLOCKS
#NAVIGATION
#LABELS/BADGES
#HELPERS
#GLOBAL
#INTRO
#HEADER
#EMPRESA
#AREAS
#HISTORIA
#EQUIPO
#FOOTER
#BREAKPOINTS
#PRINT
*/


/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/**
* ----------- lighter - light --- basic --- dark --
* Neutral     #e0e1e2   #d0d1d2   #abacad   #8a8d8e
* Error       #ffd2d2   #ff8484   #ff4242   #ce0000
* Warning     #fee7af   #fdca53   #e9a403   #d39503
* Succes      #d5ecd9   #96cfa1   #2c9f42   #237f35
* ----------- lighter - light --- basic --- dark --
* Primary     #ffe0cd   #feac7a   #fe7c2e   #ef5a01
* Secondary   #d9dae6   #abaec7   #7075a2   #474b70
* --------------------------------------------------
* Focus       #ff7f00 (0.3% opacity)
* --------------------------------------------------
* Darkgray    #4e4e4e   #1e1e1e
* Lightgray   #f4f5f6   #f0f1f2
*/


/*------------------------------------*\
  #RESET 
\*------------------------------------*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
html,body,div,span,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	outline: 0;
}
a:active,
a:hover {
	outline: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,embed,object,iframe,audio,video,canvas,progress,meter,output,textarea {
	display: block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
blockquote,
q {
	quotes: none;
}
blockquote p:before,
blockquote p:after,
q:before,
q:after {
	content: '';
	content: none;
}
/* Table reset */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	text-align: left;
	vertical-align: top;
}
thead th,
thead td {
	font-weight: bold;
	vertical-align: bottom;
}
/* Image inside */
a img,
th img,
td img {
	vertical-align: top;
}
button,
input,
select,
textarea {
	margin: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
/* Normalize buttons in IE */
button {
	width: auto;
	overflow: visible;
}
/* Hand cursor on clickable controls */
input[type="file"],
input[type="radio"],
input[type="checkbox"],
select,
button {
	cursor: pointer;
}
/* Normalize search fields */
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
/* Responsive media */
img,
video,
audio,
embed,
object {
	max-width: 100%;
}
img,
video,
embed,
object {
	height: auto;
}
embed,
object {
	height: 100%;
}
img {
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}


/*------------------------------------*\
  #TYPOGRAPHY
\*------------------------------------*/
body {
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
    font-weight: normal;
	line-height: 1.65em;
	color: #6e6e6e;
	background: #ffffff;
	overflow: visible;
}
/* Links */
a {
	color: #fe7c2e;
	-o-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}
a:hover {
	color: #feac7a;
}
a:focus {
	box-shadow: 0 0 0 100px rgba(254,124,46,0.3) inset;
	border: 0;
	outline: 0;
}
/* Headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: bold;
	color: #2e2e2e;
	text-rendering: optimizeLegibility;
	margin: 0 0 0.5em 0;
}
h1,
.h1 {
	font-size: 2.074em;
	line-height: 1.15em;
}
h2,
.h2 {
	font-size: 1.728em;
	line-height: 1.3em;
}
h3,
.h3 {
	font-size: 1.44em;
	line-height: 1.25em;
}
h4,
.h4 {
	font-size: 1.2em;
	line-height: 1.3em;
}
h5,
.h5 {
	font-size: 1em;
	line-height: 1.35em;
    color: #4e4e4e;
}
h6,
.h6 {
	font-size: 0.833em;
	line-height: 1.35em;
    color: #778591;    
	text-transform: uppercase;
}
/* Lead */
.lead {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.4;
    color: #8a8d8e;
	margin-bottom: 1.65em;
}
/* Line height and margin */
p,
ul,
ol,
dl,
dd,
dt,
blockquote,
td,
th {
	line-height: 1.65em;
}
ul,
ol,
ul ul,
ol ol,
ul ol,
ol ul {
	margin: 0 0 0 3em;
}
ul li,
ol li {
	text-align: left;
}
ol ol li {
	list-style-type: lower-alpha;
}
ol ol ol li {
	list-style-type: lower-roman;
}
p,
ul,
ol,
dl,
blockquote,
hr,
pre,
table,
form,
fieldset,
figure,
address {
	margin-bottom: 1.65em;
}
/* Flat list */
.list-flat {
	margin-left: 0;
	list-style: none;
}
/* Inline list */
.list-inline {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-inline li {
	display: inline-block;
	margin-right: 0.5em;
    margin-bottom: 0;
}
/* Blockquote */
blockquote {
	position: relative;
	font-style: italic;
	font-size: 1.125em;
	margin-left: 2em;
	padding-left: 1em;
	border-left: 4px solid #abacad;
}
blockquote p {
	margin-bottom: 0.5em;
}
blockquote small,
cite {
	color: #8a8d8e;
	font-style: italic;
}
blockquote cite:before { 
	content: " — ";
}
small,
blockquote cite {
	font-size: 0.938em;
	line-height: 1;
}
/* Horizontal line */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #e0e1e2;
}
/* Address */
address {
	font-style: normal;
}
/* Definition list */
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.65em;
}
/* Text formatting */
s,
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted #feac7a;
	cursor: help;
}
strong,
b {
	font-weight: bold;
}
em,
i {
	font-style: italic;
}
sub,
sup {
	position: relative;
	font-size: 0.7em;
	line-height: 0;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
figcaption {
	font-size: 0.9em;
	font-style: italic;
	margin: 0.3em 0;
}
ins,
u {
	text-decoration: underline;
}
mark {
	color: #1e1e1e;
	text-decoration: none;
	background: #fee7af;
}
/* Code */
pre,
code,
kbd,
samp,
var,
output {
	font-size: 100%;
	font-style: normal;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
pre {
	font-size: 90%;
	line-height: 1.5em;
	color: #8a8d8e;
	margin-top: 1.65em;
	background: #ffffff;
	overflow: auto;
}
code,
samp,
kbd {
	display: inline-block;
	line-height: 1em;
	padding: 3px 6px 2px 6px;
	border-radius: 2px;
}
code {
	border: 1px solid #d0d1d2;
	background: #e0e1e2;
}
pre code {
	font-size: 100%;
	line-height: 1.65em;
	padding: 0;
	border: none;
	background: none;
}
var {
	color: #abacad;
}
samp {
	border: 1px solid #feac7a;
	background: #ffe0cd;
}
kbd {
	color: #e0e1e2;
	white-space: nowrap;
	background: #4e4e4e;
}


/*------------------------------------*\
  #GRID
\*------------------------------------*/
.row-container:after,
.row:after {
	display: table;
	content: "";
	clear: both;
}
.row-container {
	/* Trick to not collapse padding-top in the child element */
	margin-top: -1px;
	padding-top: 1px;
}
.row {
	margin-bottom: 1.65em;
}
.width--100,
.col--100 {
	width: 100%;
}
.width--80,
.col--80 {
	width: 80%;
}
.width--75,
.col--75 {
	width: 75%;
}
.width--70,
.col--70 {
	width: 70%;
}
.width--66,
.col--66 {
	width: 66.6%;
}
.width--60,
.col--60 {
	width: 60%;
}
.width--50,
.col--50 {
	width: 50%;
}
.width--40,
.col--40 {
	width: 40%;
}
.width--33,
.col--33 {
	width: 33.3%;
}
.width--30,
.col--30 {
	width: 30%;
}
.width--25,
.col--25 {
	width: 25%;
}
.width--20,
.col--20 {
	width: 20%;
}
.row .col--80,
.row .col--75,
.row .col--70,
.row .col--66,
.row .col--60,
.row .col--50,
.row .col--40,
.row .col--33,
.row .col--30,
.row .col--25,
.row .col--20 {
	float: left;
	margin-left: 3%;
}
.row .col--80:first-child,
.row .col--75:first-child,
.row .col--70:first-child,
.row .col--66:first-child,
.row .col--60:first-child,
.row .col--50:first-child,
.row .col--40:first-child,
.row .col--33:first-child,
.row .col--30:first-child,
.row .col--25:first-child,
.row .col--20:first-child {
	margin-left: 0;
}
.row .col--80 {
	width: 79.4%;
}
.row .col--75 {
	width: 74.25%;
}
.row .col--70 {
	width: 69.1%;
}
.row .col--66 {
	width: 65.66666666666666%;
}
.row .col--60 {
	width: 58.800000000000004%;
}
.row .col--50 {
	width: 48.5%;
}
.row .col--40 {
	width: 38.2%;
}
.row .col--33 {
	width: 31.333333333333332%;
}
.row .col--30 {
	width: 27.9%;
}
.row .col--25 {
	width: 22.75%;
}
.row .col--20 {
	width: 17.6%;
}
.col-push--80,
.col-push--75,
.col-push--70,
.col-push--66,
.col-push--60,
.col-push--50,
.col-push--40,
.col-push--33,
.col-push--30,
.col-push--25,
.col-push--20 {
	position: relative;
}
.col-push--80 {
	left: 82.4%;
}
.col-push--75 {
	left: 77.25%;
}
.col-push--70 {
	left: 72.1%;
}
.col-push--66 {
	left: 68.66666666666666%;
}
.col-push--60 {
	left: 61.800000000000004%;
}
.col-push--50 {
	left: 51.5%;
}
.col-push--40 {
	left: 41.2%;
}
.col-push--33 {
	left: 34.33333333333333%;
}
.col-push--30 {
	left: 30.9%;
}
.col-push--25 {
	left: 25.75%;
}
.col-push--20 {
	left: 20.6%;
}
.row .col-pull--right {
	margin-left: 3%;
	float: right;
}
.row .col-pull--left {
	margin-left: 0;
}
.col-center {
	margin: 0 auto !important;
	float: none !important;
}
.cols-padding .col--100,
.cols-padding .col--80,
.cols-padding .col--75,
.cols-padding .col--70,
.cols-padding .col--66,
.cols-padding .col--60,
.cols-padding .col--50,
.cols-padding .col--40,
.cols-padding .col--33,
.cols-padding .col--30,
.cols-padding .col--25,
.cols-padding .col--20 {
	padding: 1.65em;
}
.cols-join .col--80,
.cols-join .col--75,
.cols-join .col--70,
.cols-join .col--66,
.cols-join .col--60,
.cols-join .col--50,
.cols-join .col--40,
.cols-join .col--33,
.cols-join .col--30,
.cols-join .col--25,
.cols-join .col--20 {
	margin-left: 0;
}
.cols-join .col--80 {
	width: 80%;
}
.cols-join .col--75 {
	width: 75%;
}
.cols-join .col--70 {
	width: 70%;
}
.cols-join .col--66 {
	width: 66.6%;
}
.cols-join .col--60 {
	width: 60%;
}
.cols-join .col--50 {
	width: 50%;
}
.cols-join .col--40 {
	width: 40%;
}
.cols-join .col--33 {
	width: 33.3%;
}
.cols-join .col--30 {
	width: 30%;
}
.cols-join .col--25 {
	width: 25%;
}
.cols-join .col--20 {
	width: 20%;
}


/*------------------------------------*\
  #BLOCKS
\*------------------------------------*/
.blocks--2,
.blocks--3,
.blocks--4,
.blocks--5,
.blocks--6 {
	list-style: none;
	margin-left: -3%;
	padding-left: 0;
}
.blocks--2:after,
.blocks--3:after,
.blocks--4:after,
.blocks--5:after,
.blocks--6:after {
	display: table;
	content: "";
	clear: both;
}
.blocks--2 > li,
.blocks--3 > li,
.blocks--4 > li,
.blocks--5 > li,
.blocks--6 > li {
	height: auto;
	float: left;
	margin-bottom: 1.65em;
	margin-left: 3%;
}
.blocks--2 > li ul,
.blocks--3 > li ul,
.blocks--4 > li ul,
.blocks--5 > li ul,
.blocks--6 > li ul {
	list-style-type: disc;
}
.blocks--2 > li ul ul,
.blocks--3 > li ul ul,
.blocks--4 > li ul ul,
.blocks--5 > li ul ul,
.blocks--6 > li ul ul {
	list-style-type: circle;
}
.blocks--2 > li li,
.blocks--3 > li li,
.blocks--4 > li li,
.blocks--5 > li li,
.blocks--6 > li li {
	float: none;
	margin: 0;
}
.blocks--2 > li {
	width: 47%;
}
.blocks--3 > li {
	width: 30.333333333333332%;
}
.blocks--4 > li {
	width: 22%;
}
.blocks--5 > li {
	width: 17%;
}
.blocks--6 > li {
	width: 13.666666666666666%;
}
.block-first {
	clear: both;
}

/*------------------------------------*\
  #NAVIGATION
\*------------------------------------*/
/* Navbar */
.navbar {
	font-size: 1em;
/*	margin-bottom: 1.65em;*/
}
.navbar:after {
	display: table;
	content: "";
	clear: both;
}
.navbar.navbar-left {
	float: left;
}
.navbar.navbar-right {
	float: right;
}
.navbar ul {
	list-style: none;
	margin: 0;
}
.navbar ul:after {
	display: table;
	content: "";
	clear: both;
}
.navbar li {
	float: left;
	margin-right: 1.65em;
}
.navbar.navbar-right li {
	margin-right: 0;
/*    margin-left: 1.65em;*/
}
.navbar a {
	display: block;
	color: #1e1e1e;
	text-decoration: none;
	padding: 0.85em 0.8em;
	-o-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}
.navbar a:hover {
	color: #abadac;
	text-decoration: underline;
}
.navbar li.active a {
	color: #abadac;
	text-decoration: none;
}
/* Navbar-inverse */
.navbar-inverse a {
	color: #f0f1f2;
}
.navbar-inverse a:hover {
	color: #abacad;
	text-decoration: underline;
}
/* Navbar-pills */
.navbar-pills {
	padding: 0;
}
.navbar-pills a {
	padding: 5px 15px;
}
.navbar-pills a:hover {
	color: #abacad;
	background: #f0f1f2;
}
.navbar-pills li.active a {
	text-decoration: none;
	color: #abacad;
	background: #e0e1e2;
}
.navbar-pills li {
	margin-right: 0px;
}
.navbar-pills.navbar-right li {
	margin-left: 0px;
}
/* Nav vertical */
.nav {
	margin-bottom: 1.65em;
}
.nav ul {
	list-style: none;
	margin: 0;
}
.nav ul li ul {
	margin-left: 2em;
	font-size: 0.938em;
}
.nav a {
	display: block;
	padding: 5px 0;
	color: #1e1e1e;
	text-decoration: none;
	-o-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}
.nav a:hover {
	color: #abadac;
	text-decoration: underline;
}
.nav li.active a {
	color: #abadac;
	text-decoration: none;
}


/*------------------------------------*\
  #LABELS/BADGES
\*------------------------------------*/
.label,
.badge {
	display: inline-block;
	font-size: 0.938em;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 1;
	padding: 4px 6px 4px 6px;
	background: #abacad;
}
.badge {
	border-radius: 15px;
}
.label-error,
.badge-error {
	background: #ff4242;
}
.label-warning,
.badge-warning {
	background: #e9a403;
}
.label-success,
.badge-success {
	background: #2c9f42;
}
.label-primary,
.badge-primary {
	background: #fe7c2e;
}
.label-secondary,
.badge-secondary {
	background: #7075a2;
}
.label-inverse,
.badge-inverse {
	color: #1e1e1e;
	background: #f0f1f2;
}
.label-line,
.badge-line,
.label-error-line,
.label-warning-line,
.label-success-line,
.label-primary-line,
.label-secondary-line,
.label-inverse-line,
.badge-error-line,
.badge-warning-line,
.badge-success-line,
.badge-primary-line,
.badge-secondary-line,
.badge-inverse-line {
	color: #abacad;
	padding: 3px 6px 3px 6px;
	border: 1px solid #abacad;
	background: none;
}
.label-error-line,
.badge-error-line {
	color: #ff4242;
	border-color: #ff4242;
}
.label-warning-line,
.badge-warning-line {
	color: #e9a403;
	border-color: #e9a403;
}
.label-success-line,
.badge-success-line {
	color: #2c9f42;
	border-color: #2c9f42;
}
.label-primary-line,
.badge-primary-line {
	color: #fe7c2e;
	border-color: #fe7c2e;
}
.label-secondary-line,
.badge-secondary-line {
	color: #7075a2;
	border-color: #7075a2;
}
.label-inverse-line,
.badge-inverse-line {
	color: #f0f1f2;
	border-color: #f0f1f2;
}


/*------------------------------------*\
  #HELPERS
\*------------------------------------*/
.txt-center {
	text-align: center;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.caps {
	text-transform: uppercase;
}
.nowrap,
.nowrap td {
	white-space: nowrap;
}
.neutral {
	color: #abacad;
}
.error {
	color: #ff4242;
}
.warning {
	color: #e9a403;
}
.success {
	color: #2c9f42;
}
.primary {
	color: #fe7c2e;
}
.secondary {
	color: #7075a2;
}
.inverse {
	color: #f0f1f2;
}
.bg-neutral {
	background: #abacad;
}
.bg-error {
	background: #ff4242;
}
.bg-warning {
	background: #e9a403;
}
.bg-success {
	background: #2c9f42;
}
.bg-primary {
	background: #fe7c2e;
}
.bg-secondary {
	background: #7075a2;
}
.last {
	margin-right: 0 !important;
}
.start {
    margin-top: 1.65em !important;
}
.end {
	margin-bottom: 0 !important;
}
.pause {
	margin-bottom: 0.825em !important;
}
.hide {
	display: none;
}
.padding {
	padding: 1.65em;
}
.group:after {
	display: table;
	content: "";
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.wrapper:after {
	display: table;
	content: "";
	clear: both;
}
.wrapper {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
/* Responsive embedded objects */
.video-wrapper {
	position: relative;
	height: 0;
	margin-bottom: 1.65em;
	padding-bottom: 56.25%;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.maps-wrapper {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.maps-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/*------------------------------------*\
  #GLOBAL 
\*------------------------------------*/
body {
    background: #e0e1e2;
}
main {
    background: #ffffff;
}
.site-section {
    border-top: 10px solid #f0f1f2;
}
.site-section-top {
    border-top: 3px solid #FE7C2E;
}
.section-lead {
    padding: 1em 1.65em 0 1.65em;
}
.section-label,
.section-label-top {
    display: inline-block;
    font-size: 0.938em;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #778591;
    font-weight: 400;
    padding: 0.5em 0.8em;
    margin-left: 1.65em;
    margin-bottom: 1em;
    background: #f0f1f2;
}
.section-label-top {
    color: #fff;
    background: #FE7C2E;
}
.section-label img,
.section-label-top img {
    margin-right: 0.4em;
}


/*------------------------------------*\
  #INTRO 
\*------------------------------------*/
/* intro section */
.intro-section {
    height: 472px;
    padding-top: 155px;
    background: #ffffff;
    border-top: 3px solid #FE7C2E;
    background-image: url("../img/bg-intro.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* intro quote */
.intro-quote {
    margin: 0 auto;
    max-width: 600px;
    padding: 1.65em;
    background-color: rgba(255, 255, 255, 0.75);
	border: 1px solid #d0d1d2;
    border-radius: 3px;
    box-shadow: 0 0 8px 1px rgba(34, 34, 34, 0.1);
}
.intro-quote blockquote {
    color: #4e4e4e;
    margin: 0;
    border-left: 4px solid #8a8d8e;
}


/*------------------------------------*\
  #HEADER 
\*------------------------------------*/
/* Header */
.site-header {
    padding-top: 150px;
	background: #2e2e2e;
    background-image: url("../img/bg-header.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* Logo */
.site-logo {
	margin: 1.65em 1em 1.65em 1.65em;
}
.site-logo a {
    font-size: 1.6em;
    line-height: 1.4em;
    text-transform: uppercase;
    text-decoration: none;
    color: #778591;
}
.site-logo p {
    text-align: center;
    font-size: 0.938em;
    color: #8a8d8e;
    margin: 0;
}
.site-logo span {
    font-weight: 700;
    color: #ffffff;
}
/* Navbar */
.site-navbar {
	padding-top: 0.5em;
	background-color: rgba(34, 34, 34, 0.8);
}
.navbar {
	margin: 2.2em 1.65em 1.65em 1em;
}
.navbar a {
    font-size: 0.9em;
    color: #ffffff;
    padding: 0.3em 0.5em;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
}
.navbar a:hover {
    text-decoration: none;
    color: #fff;
    background-color: rgba(254,124,46,0.8);
}
.site-navbar .navbar li {
    margin-left: 0.5em;
    margin-bottom: 0.5em;
}
.navbar li.active a {
    color: #fff;
    background-color: rgba(254,124,46,0.8);
}


/*------------------------------------*\
  #EMPRESA 
\*------------------------------------*/
.video-text {
    padding-top: 2em;    
}


/*------------------------------------*\
  #AREAS 
\*------------------------------------*/
.business {
    color: #fff;
    text-align: center;
    padding: 0.5em 0 0 0;
}
.business h3 {
    margin-bottom: 0.2em;
}
.business h6 {
    margin-bottom: 0;
}
.business-energy,
.business-engineering,
.business-water,
.business-agro {
    text-align: center;
    margin-top: 0.5em;
    padding: 5em 0.5em 0.8em 0.5em;
    background: #e0e1e2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.business-energy {
    background-image: url("../img/areas-energia.jpg");
}
.business-engineering {
    background-image: url("../img/areas-ingenieria.jpg");
}
.business-water {
    background-image: url("../img/areas-aguas.jpg");  
}
.business-agro {
    background-image: url("../img/areas-agricultura.jpg");
}


/*------------------------------------*\
  #HISTORIA 
\*------------------------------------*/
.history-item {
    float: left;
    margin-right: 1em;
    margin-bottom: 2em;
}
.history-item img {
    float: left;
    width: 190px;
    margin-right: 1em;
    margin-bottom: 0.5em;
}
.history-item p {
    margin-bottom: 0em;
}


/*------------------------------------*\
  #EQUIPO 
\*------------------------------------*/
.team-member {
    float: left;
    margin-right: 1em;
    margin-bottom: 1.4em;
}
.team-member img {
    float: left;
    width: 5em;
    margin-right: 1em;
    margin-bottom: 0;
    border-radius: 150px;
}
.team-member h4 {
    margin-top: 0.7em;
    margin-bottom: 0.3em;
}
.team-member p {
    margin-left: 6em;
    margin-bottom: 0em;
}
.team-member ul {
    margin-left: 7.2em;
    margin-top: 0.5em;
    margin-bottom: 0;
}
.team-member li {
    margin-top: 0.2em;
}


/*------------------------------------*\
  #CONTACTO 
\*------------------------------------*/
.contacto-gestion {
    min-height: 280px;
    background-image: url("../img/contacto.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}
.contacto-gestion-label {
    display: inline-block;
    padding: 0.8em;
    background: #f0f1f2;
}
.bg-contacto {
    background-image: url("../img/contacto.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}


/*------------------------------------*\
  #FOOTER 
\*------------------------------------*/
.site-footer {
    text-align: center;
    line-height: 2.3em;
    padding: 1.65em;
	margin-bottom: 0;
    background: #e0e1e2;
}
.footer-credits {
	font-size: 0.938em;    
    margin-right: 0.5em;
}
.footer-links {
    padding-top: -2em;
}
.footer-links a {
    display: inline-block;
    height: auto;
    margin-right: 0.3em;
}
.footer-links a:hover {
    opacity: 0.8;
}


/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/
/* Typography Breakpoints
------------------------------------- */
@media only screen and (max-width: 767px) {
	h1,.h1 { font-size: 1.944em; line-height: 1.15em; }
	h2,.h2 { font-size: 1.620em; line-height: 1.20em; }
	h3,.h3 { font-size: 1.350em; line-height: 1.25em; }
	h4,.h4 { font-size: 1.125em; line-height: 1.30em; }
	h5,.h5 { font-size: 0.938em; line-height: 1.35em; }
	h6,.h6 { font-size: 0.781em; line-height: 1.35em; }
	 .lead { font-size: 1.200em; line-height: 1.45em; }
	p,ul,ol,dl,dd,dt,blockquote,td,th {
		font-size: 1em;
		line-height: 1.55em;
	}
	blockquote {
		margin-left: 0;
	}
}
@media only screen and (max-width: 479px) {
	h1,.h1 { font-size: 1.620em; line-height: 1.15em; }
	h2,.h2 { font-size: 1.350em; line-height: 1.20em; }
	h3,.h3 { font-size: 1.125em; line-height: 1.25em; }
	h4,.h4 { font-size: 1.000em; line-height: 1.30em; }
	h5,.h5 { font-size: 0.938em; line-height: 1.35em; }
	h6,.h6 { font-size: 0.781em; line-height: 1.35em; }
	 .lead { font-size: 1.125em; line-height: 1.35em; }
	p,ul,ol,dl,dd,dt,blockquote,td,th {
		font-size: 0.938em;
		line-height: 1.5em;
	}
}
/* Forms Breakpoints
------------------------------------- */
@media only screen and (max-width: 767px) {
	.forms-list label {
		display: inline-block;
	}
}
@media only screen and (max-width: 479px) {
	.forms label {
		margin-bottom: 0.8em;
	}
	input[type="checkbox"]:not(:checked) + label,
	input[type="checkbox"]:checked + label,
	input[type="radio"]:not(:checked) + label,
	input[type="radio"]:checked + label {
		line-height: 1.49em;
	}
}
/* Grid Breakpoints 
------------------------------------- */
@media only screen and (max-width: 767px) {
	.row .col--80,
	.row .col--75,
	.row .col--70,
	.row .col--66,
	.row .col--60,
	.row .col--50,
	.row .col--40,
	.row .col--33,
	.row .col--30,
	.row .col--25,
	.row .col--20 {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 1.65em;
	}
	.col-push--80,
	.col-push--75,
	.col-push--70,
	.col-push--66,
	.col-push--60,
	.col-push--50,
	.col-push--40,
	.col-push--33,
	.col-push--30,
	.col-push--25,
	.col-push--20 {
		left: 0;
	}
	.row .col-push--right {
		float: none;
	}
	.cols-small--50 .col--80,
	.cols-small--50 .col--75,
	.cols-small--50 .col--70,
	.cols-small--50 .col--66,
	.cols-small--50 .col--60,
	.cols-small--50 .col--50,
	.cols-small--50 .col--40,
	.cols-small--50 .col--30,
	.cols-small--50 .col--33,
	.cols-small--50 .col--25,
	.cols-small--50 .col--20 {
		width: 48.5%;
		float: left;
		margin-left: 3%;
	}
	.cols-small--50 .col--80:first-child,
	.cols-small--50 .col--75:first-child,
	.cols-small--50 .col--70:first-child,
	.cols-small--50 .col--66:first-child,
	.cols-small--50 .col--60:first-child,
	.cols-small--50 .col--40:first-child,
	.cols-small--50 .col--50:first-child,
	.cols-small--50 .col--30:first-child,
	.cols-small--50 .col--33:first-child,
	.cols-small--50 .col--25:first-child,
	.cols-small--50 .col--20:first-child {
		margin-left: 0;
	}
}
@media only screen and (max-width: 479px) {
	.cols-small--50 .col--80,
	.cols-small--50 .col--75,
	.cols-small--50 .col--70,
	.cols-small--50 .col--66,
	.cols-small--50 .col--60,
	.cols-small--50 .col--50,
	.cols-small--50 .col--40,
	.cols-small--50 .col--30,
	.cols-small--50 .col--33,
	.cols-small--50 .col--25,
	.cols-small--50 .col--20 {
		width: 100%;
		float: none;
		margin-left: 0%;
	}
}
/* Blocks Breakpoints
------------------------------------- */
@media only screen and (max-width: 767px) {
	.blocks--2,
	.blocks--3,
	.blocks--4,
	.blocks--5,
	.blocks--6 {
		margin-left: 0;
		margin-bottom: 1.65em;
	}
	.blocks--2 > li,
	.blocks--3 > li,
	.blocks--4 > li,
	.blocks--5 > li,
	.blocks--6 > li {
		float: none;
		margin-left: 0;
		width: 100%;
	}
	.blocks-small--50 > li,
	.blocks-small--33 > li {
		float: left;
		margin-left: 3%;
	}
	.blocks-small--33,
	.blocks-small--50 {
		margin-left: -3%;
	}
	.blocks-small--50 > li {
		width: 47%;
	}
	.blocks-small--33 > li {
		width: 30.333333333333332%;
	}
}
/* Navigation Breakpoints
------------------------------------- */
@media only screen and (max-width: 767px) {
	.navbar.navbar-left,
	.navbar.navbar-right,
	.navbar li,
	.navbar.navbar-left li,
	.navbar.navbar-right li {
		width: auto;
		float: none;
		text-align: left;
	}
	.navbar li,
	.navbar.navbar-right li {
		margin-left: 0;
		margin-right: 0;
	}
    .navbar a {
	   padding: 0.825em 1.65em;
    }
	.fullwidth ul,
	.fullwidth li {
		width: auto;
	}
	.fullwidth li {
		display: block;
	}
}
/* Helpers Breakpoints
------------------------------------- */
@media only screen and (max-width: 767px) {
	.left,
	.right {
		float: none;
	}
	.hide-small {
		display: none;
	}
	.width-small--100 {
		width: 100%;
	}
}
@media only screen and (max-width: 479px) {
	.hide-xsmall {
		display: none;
	}
	.width-xsmall--100 {
		width: 100%;
	}
}
/* Intro Breakpoints
------------------------------------- */
@media only screen and (max-width: 2040px){
    .intro-section {
        height: 432px;
        padding-top: 134px;
    }
}
@media only screen and (max-width: 1439px){
    .intro-section {
        height: 367px;
        padding-top: 105px;
        background-image: url("../img/bg-intro-small.jpg");
    }
}
@media only screen and (max-width: 767px){
    .intro-section {
        height: 305px;
        padding: 3.65em;
        padding-top: 80px;
        background-image: url("../img/bg-intro-xsmall.jpg");
    }
}
@media only screen and (max-width: 479px){
    .intro-section {
        height: auto;
        padding: 4.5em 3em;
    }
}
@media only screen and (max-width: 379px){
    .intro-section {
        height: auto;
        padding: 3em 2em;
    }
}
@media only screen and (max-width: 349px){
    .intro-section {
        height: auto;
        padding: 2.5em 1.5em;
    }
}
/* Header Breakpoints
------------------------------------- */
@media only screen and (max-width: 767px){
	.site-header {
        padding-top: 57px;
        background-image: url("../img/bg-header-small.jpg");
        background-position: top center;
		background-size: auto;
	}
    .site-logo {
        text-align: center;
	    margin: 0.5em 1em 0.5em 1em;
    }
    .navbar {
        margin: 0.5em 0.7em 1em 0.7em;
    }
    .navbar a {
        padding: 0.3em 0.5em;
    }
    .site-navbar .navbar li {
        margin-left: 0;
        margin-bottom: 0.3em;
    }
}
@media only screen and (max-width: 479px){
	.site-header {
        padding-top: 57px;
	}
    .site-logo a {
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 339px){
    .site-logo a {
        font-size: 1.3em;
    }
}
/* Section Breakpoints
------------------------------------- */
@media only screen and (max-width: 959px){
    .video-text {
        padding-top: 0;
    }
    .business {
        padding: 0.4em 0;
    }
    .business-energy,
    .business-engineering,
    .business-water,
    .business-agro {
        margin-top: 0.3em;
        padding: 3em 0.5em 0.5em 0.5em;
    }
}
@media only screen and (max-width: 767px){
    .section-lead h2 {
        font-size: 1.5em;
        line-height: 1.3em;
    }
    .business {
        padding: 0.3em 0 0 0;
    }
    .business-energy,
    .business-engineering,
    .business-water,
    .business-agro {
        margin-top: 0;
        padding: 2em 0.5em 0.5em 0.5em;
    }
    .bg-contacto {
        text-align: center;
        background-image: none;
    }
    .contacto-gestion {
        min-height: 20px;
        background-image: none;
    }
}
@media only screen and (max-width: 479px){
    .section-lead h2 {
        font-size: 1.125em;
        line-height: 1.35em;
    }
    .history-item img {
        float: left;
        width: 155px;
    }
    .team-member img {
        float: left;
        width: 3em;
        margin-right: 0.5em;
        margin-bottom: 0.5em;
        border-radius: 150px;
    }
    .tema-member h4 {
        margin-top: 0.3em;
        margin-bottom: 0.3em;
    }   
    .team-member p {
        margin-left: 0;
        clear: both;
    }
    .team-member ul {
        margin-left: 1.2em;
    }
    .business-energy,
    .business-engineering,
    .business-water,
    .business-agro {
        padding: 0.5em;
    }
}
@media only screen and (max-width: 379px){
    .history-item img {
        float: none;
        max-width: 190px;
    }
}
/* Footer Breakpoints
------------------------------------- */
@media only screen and (max-width: 590px){
    .footer-credits {
        display: block;
        line-height: 1.5em;
        margin: 0;
    }
    .footer-links {
        display: block;
        margin-top: 0.5em;
    }
}


/*------------------------------------*\
  #PRINT
\*------------------------------------*/
@media print {
	* {
		font-size: 12pt;
		text-shadow: none !important;
		color: #000 !important;
		box-shadow: none !important;
		background: transparent !important;
	}
	h1 { font-size: 36pt; }
	h2 { font-size: 24pt; }
	h3 { font-size: 18pt; }
	h4 { font-size: 14pt; }
	h5 { font-size: 12pt; }
	h6 { font-size: 12pt; }
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		page-break-inside: avoid;
	}
	blockquote {
		border: none;
		font-style: italic;
	}
	img {
		max-width: 100% !important;
	}
	select {
		background: #ffffff !important;
	}
}