html, body {
  width: 100%;
  height: 100%;
}

body {	color:#666;	font:300 15px/15px Roboto,Arial,Helvetica;background-color:#fff;-webkit-font-smoothing:antialiased;}

a{color:#00a9c6; text-decoration:none;}
a:hover{color:#666;}
.btn,a,.btn:hover,a:hover {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
outline: none !important;
}

h1,h2,h3,h4{margin: 0;line-height: 1em;}
h1{font:700 5em Roboto,Arial,Helvetica;margin:0.25em 0;text-transform: uppercase;}
h2{font:300 2.5em Roboto,Arial,Helvetica;margin-bottom: 1.5em;}
h3{font:300 2em Roboto,Arial,Helvetica;margin:2em 0 1em 0;}
h4{font:300 1.5em Roboto,Arial,Helvetica;margin-bottom: 1em;}
h4 i{margin-right: 0.5em;}

p{font-size:1em;line-height: 1.7em; margin-bottom: 1.7em;}

/* Header */

/*.header {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  background: url(../images/bg.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0;
}
.bodyworks {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  background: url(../images/lab.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/
.bodyabout {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bodyprojects {
  position: relative;
  display: table;
  width: 100%;
  /*height: 100%;
  background-color: #fff;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.projects_content {
  position: relative;
  display: table;
  width: 100%;
  /*height: 100%;*/
  background-color: #fff;
  background: url(../images/ships.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bodynews {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  background-color: #888;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.newsworks {
  color: #fff;
}
.newsworks p {
	margin-bottom: 10px;
/*	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
}

.text-vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.text-vertical-center h1 {
  text-shadow: 5px 5px 5px #000;
  color: #E4E4E0;
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}


/* Custom Horizontal Rule */

hr.small {
  max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
  position: fixed;
  z-index: 1000;
  right: 0;
  overflow-y: auto;
  width: 250px;
  height: 100%;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  transform: translateX(250px);
  background: #222;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, .2);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  font-size: 18px;
  line-height: 55px;
  height: 55px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.toggle {
  font-size: 1em;
  margin: 5px 5px 0 0;
  padding: 15px 20px;
}

.spacer{padding: 6em 0;}
.spacer_min{padding: 2em 0;}
.spacer_panel{padding: 10em 0;}

.btn{border:none;border-radius: 5;padding: 1em 4em;background: rgba(0,0,0,0.5);text-transform: uppercase;}
.btn:hover,.btn:active{color: #fff;}
.btn-default{color: #ccc;border: 1px solid #aaa;}
.btn-default:hover,.btn-default:active{background: rgba(0,0,0,0.8);}
.btn-primary{color: #fff;background:#00a9c6;width: 100%;outline: none;}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus{background:#1BC0DC;box-shadow: none;}

.btn.btn-dark {
  color: #fff;
  border: none;
  border-radius: 5;
  background-color: rgba(0, 0, 0, .4);
}

.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active {
  color: #fff;
  background-color: rgba(0, 0, 0, .7);
}

.btn.btn-light {
  color: #333;
  border: none;
  border-radius: 0;
  background-color: rgb(255, 255, 255);
}

.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active {
  color: #333;
  background-color: rgba(255, 255, 255, .8);
}

.topbar {background:url(../images/lines.png);	height:5px;position: fixed;top: 0;width: 100%;z-index: 1000;}
.navbar-nav > li > a{font-size: 1em;line-height: 3.6em;}
.navbar-fixed-top{top: 5px;}
.navbar-inverse{background: #111;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{background: none;color: #21abca;}

#head,.carousel{margin-top: 0;}

#home{padding-top: 6em;}
.carousel-caption{top:0;bottom: 0;left: 0; right: 0;padding: 0;}
.caption-wrapper{display: table;height: 100%;width: 100%;}
.caption-info{display: table-cell;vertical-align: middle;}
.caption-info p{font-size: 1.25em;}
.caption-info .btn i{margin-right:0.75em;}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{width: 100%;}
.carousel-control{z-index:1000;}

/*about*/
.about.spacer{padding-left: 4em; padding-right: 4em;}
.process ul li{width: 10em;height: 10em;border: 1px solid #CEEBF0;padding: 0;border-radius: 50%;margin: 0 1.25em;line-height: 13.5em;color: #21ABCA;}
.process ul li span{line-height: 2em;display: inline-block;font-weight: 300;}
.process ul li span i{font-size: 3em;}
.process ul li span b{display: block;font-size: 1em;font-weight: 300;}


/*testimonials*/
.partners img{float: left;margin:0 75px 30px 0;}
.testimonails{min-height: 160px;}
.testimonails img{margin-top: 5px;}
.testimonails span{color: #fff;}
.testimonails span b{font-weight: 400;}
.carousel-indicators li{border: 1px solid #2BB2E3;}
.carousel-indicators{
	bottom: 0; 
	position: inherit;
	left: auto;
	width: auto;
	margin: 20px;
}

/*works
#works{padding-top:6em;}*/
#works figcaption a{border:1px solid #fff;margin-top: 1em;display: inline-block;color: #fff;padding: 0 2em;}
#works figcaption a.service{border: 0px !important;}
#works figcaption a:hover{text-decoration: none;padding: 0 3em;}
/*works*/

/*history*/
.history figure{width: 100%;}
.history img{width: 100%;}
.history b{font-size: 1.5em; display: block; line-height: 30px;}
/*history*/

/*team*/
.team figure{width: 100%;}
.team img{width: 100%;}
.team b{font-size: 1.2em;display: block;}
.team a i.fa{color: #fff; font-size: 2em;}
.team a i.fa:hover{color: #21abca;}


.highlight-info{ color:#fff; }
/*.highlight-info{ background:url(../images/lab.jpg) center fixed; background-size: cover; color:#fff;}
.highlight-info .overlay{background: rgba(90,40,30,0.5);}*/
.highlight-info h4{color: #fff;margin:0.5em 0 0 0;}

.highlight-panel{ 
  color:#fff;
  text-shadow: 5px 5px 5px #000;
  position: relative;
  display: table;
  width: 100%;
  /*height: 100%;*/
}
/*.back_projects {
  background:url(../images/map.jpg) center fixed; 
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  padding-bottom: 1.7em;
  height: 100%;
}
*/
/*about us*/

/*contact*/
#contact{background-color: #f5f5f5;}
.contactform textarea,.contactform input{width: 100%;padding:1em;border:1px solid #ccc;margin-bottom: 1em;border-radius: 0;outline: none;}
/*contact*/


.footer{background-color: #111; color: #fff; font-size: 1em;color: #aaa;}
.footer a{color: #aaa;margin: 0 1em; }

#gototop{display: none;}
.gototop{position: fixed;bottom: 20px; right: 20px;background: rgba(0,0,0,0.5);padding: 10px;color: #fff;}
.gototop i{line-height: 0.5em;}
#gototop {
  position: fixed;
  right: 5px;
  bottom: 5px;
  display: none;
  padding: 15px 20px;
}

/* Portfolio */

.portfolio {
  padding: 50px 0;
}

.portfolio-item {
  margin-bottom: 30px;
}

.img-portfolio {
  margin: 0 auto;
}

.img-portfolio:hover {
  opacity: .8;
}

.politica_cookies {
    background: url('../images/bg-aviso-cookie.png') 0 0 repeat;
    bottom: 0;
    /*padding-top: 6px;*/
    position: fixed;
    width: 100%;
    z-index: 2147483647;
}
.politica_cookies .inner {
    /*background-color: #F8F8F8;
    border-top: #FFFFFF 1px solid;*/
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}
.politica_cookies .politica_cookies-content {
    background: #F1F1F1;
    border-bottom: #DDDDDD 1px solid;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #DDDDDD;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #DDDDDD;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top: #DDDDDD 1px solid;
    border-top-color: #DDDDDD;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset;
    margin: 0 auto;
    max-width: 930px;
    /*width: 100%;*/
    padding: 7px 37px 7px 17px;
    position: relative;
    vertical-align: middle;
}
#politica_cookies .politica_cookies-content h3 {
    font-size: 20px;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 5px;
    display: table;
}
#politica_cookies .politica_cookies-content p {
    color: #5d6166;
    font-size: 12px;
    /*line-height: 16px;*/
    margin: 0;
}
#link_politica_cookies {
    cursor: pointer;
}
.politica_cookies .politica_cookies-content p a {
    color: #1ab394;
    /*font-weight: bold;*/
}
.politica_cookies .politica_cookies-content a.politica_cookies-btn-close {
    /*background: url('../img/cerrar-aviso-cookie.png') left top no-repeat;*/
    color: #5d6166;
    display: block;
    /*height: 30px;
    line-height: 30px;*/
    position: absolute;
    right: 12px;
    /*text-indent: 35px;*/
    top: 12px;
    /*white-space: nowrap;
    width: 90px;*/
    font-size: 12px;
}
.politica_cookies .politica_cookies-content a.politica_cookies-btn-close i {
    color: #1ab394;
}

@media (max-width: 1200px) {
	body{font:300 13px/13px Roboto,Arial,Helvetica;}
	.navbar-brand{padding-top: 11px;}
	.process ul li{margin:0 0.5em; }
	
	.grid figure h2{font: 700 1.5em Roboto,Arial,Helvetica;}

figure.effect-chico figcaption::before,
figure.effect-chico p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  background: rgba(0,0,0,0);
}
figure.effect-chico p {
  background: rgba(0,0,0,0.5);
  margin: 80px auto;
  color: #fff;
}

	figure.effect-oscar figcaption{padding: 12%;}
	figure.effect-oscar figcaption::before,figure.effect-chico figcaption::before{top: 20px;right: 20px;bottom: 20px;left: 20px;}

figure.effect-oscar h2 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
}

figure.effect-oscar figcaption {
  background-color: rgba(0,0,0,0.2);
}

	.partners img{margin: 0 25px 25px 0;}
}

@media (max-width: 900px) {
	h1{font: 700 3.5em Roboto,Arial,Helvetica;}
	h4 {font: 300 1.3em Roboto,Arial,Helvetica;}
	.btn{padding: 1em 2em;}
	.partners img{margin: 0 15px 25px 0;width: 157px;}
	.process ul li{width: 9em;height: 9em;}
	figure.effect-chico figcaption {padding: 2em;}	

figure.effect-chico figcaption::before,
figure.effect-chico p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  background: rgba(0,0,0,0);
}
figure.effect-chico p {
  background: rgba(0,0,0,0.5);
  margin: 80px auto;
  color: #fff;
}

	figure.effect-oscar figcaption {padding: 20%;}

figure.effect-oscar h2 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
}

figure.effect-oscar figcaption {
  background-color: rgba(0,0,0,0.2);
}

	figure.effect-chico figcaption::before{top: 10px;right: 10px;bottom: 10px;left: 10px;}
	.grid figure.effect-chico p{font-size: 0.6em;line-height: 1.5em;}	
}


@media (max-width: 767px) {
	body{font:300 12px/12px Roboto,Arial,Helvetica;}
	.navbar-nav > li > a {line-height: 1em;}	
	.navbar-brand{padding: 7px;}
	.navbar-brand img{height: 37px;}
	.navbar-toggle{margin-top: 12px;}

	.carousel-caption,.carousel-control,.carousel-indicators{display: none;}

	h2.text-center{text-align: left;font-size: 1.7em;}
	h4 {font: 300 1.2em Roboto,Arial,Helvetica;}
	#partners h2{padding: 0 1em;} 
	/*#works {padding-top: 5em;}*/

	.partners{display: block;float: left;}
	.partners img{width: 120px;}



	.about.spacer{padding-left: 2em;padding-right: 2em;}
	.spacer{padding:2em 0 0 0;}
	.process ul li{margin-bottom: 1em;}

	.highlight-info .overlay{padding-bottom: 2em;}

	.grid.team div{margin: 0;padding: 0;}
	figure.effect-chico figcaption {padding: 1.5em;}

figure.effect-chico figcaption::before,
figure.effect-chico p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  background: rgba(0,0,0,0);
}
figure.effect-chico p {
  background: rgba(0,0,0,0.5);
  margin: 80px auto;
  color: #fff;
}
/**/
figure.effect-oscar h2 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
}

figure.effect-oscar figcaption {
  background-color: rgba(0,0,0,0.2);
}


	.footer{margin-top: 2em;padding-bottom: 2em;}

	.newsworks p {
		margin-top: 15px;
		max-height: 60px;
		overflow: hidden;
	}
}