/*
Theme Name: HidroConsult
Theme URI: http://hidroconsultsa.com/
Description: Website for HidroConsult, S.A.
Author: Bumerang 180 Internacional
Author URI: http://bumerang180.com/
Version: 2017
*/

/*
PALETA DE COLORES
Azul			#017CB7
Verde			#8EC047
Gris			#5C5D5F
Gris oscuro		#4D4D4D
*/

/*
Fuentes de Google:
*/
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*
Iconos:
*/
@import url('styles/icomoon/style.css');


/* GENERALES */
body {
	color: #4D4D4D;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
}
a {
	color: inherit;
}
a:active,
a:hover,
a:focus,
a:visited {
	cursor: pointer;
	color: inherit;
	text-decoration: none;	
}
a.button {	
	color: white;	
	background: #017CB7;
	
}
a.button:hover {
	color: white;
	background: #8EC047;
}
a.button,
a.link {
	display: inline-block;
	font-size: 0.9em;
	font-weight: 300;
	margin: 1em;
	padding: 0.25em 1.5em;
	text-transform: uppercase;
}
h1 {
	color: white;
	font-weight: 700;
	line-height: 0.9;
	margin: 0;
	text-align: left;
}
h2 {
	color: white;
	font-size: 36px;
	font-weight: 300;
	line-height: 0.9;
	margin: 0;
	text-align: left;
}
h3 {
	color: #017CB7;
	font-weight: 900;
	line-height: 0.9;
	margin: 0.25em 0 0;
	text-align: left;
	text-transform: uppercase;
}
h4 {
	display: inline-block;
	color: #017CB7;
	font-weight: 300;
	padding-bottom: 0.25em;
	margin: 0 0 0.5em;
	text-align: center;
	border-bottom: 1px dashed #017CB7;
}
h5 {
	color: #017CB7;
	font-size: 11px;
	margin: 0;	
	text-align: center;
	text-transform: uppercase;
}
h6 {
	color: #017CB7;
	font-size: 1.25em;
	font-weight: 300;
	margin: 0.5em 0;
	text-align: left;
}
hr {
	border: 1px dashed #D9E254;
}
p {
	text-align: center;
}
section.col-sm-12 {
	margin-bottom: 3em;
}
select, textarea, .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.42857143;
    color: #5C5D5F;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 6px;
}
select {
    height: 34px;
}
ul {
	list-style: none;
	margin-bottom: 0;
	-webkit-padding-start: 0;
}
.clear {
	clear: both;
}
.clearfix {
    overflow: auto;
}
.row {
    margin: 0;
}

/* HEADER */
header.col-sm-12 {
	width: 100%;
	height: auto;
	padding: 2em 3% 0;	
}
.dropdown-menu {
    padding: 0;
}
.nav li a {
    padding: 5px 12px;
}
.navbar {
    background-image: none;
    min-height: 0;  
    margin: 0;
}
.navbar-collapse {
    background-color: transparent;
    margin-top: 1em;
    padding: 0;
}
.navbar-default {   
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.navbar-default .navbar-nav>li>a {
    color: #017CB7;
    font-weight: 400;
}
.navbar-default .navbar-nav>li>a.button {
    color: white;
    font-weight: 700;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: #017CB7;
    background-image: none;
    text-decoration: none;
    color: white;
}
.navbar-default .navbar-nav>li>a.button:hover,
.navbar-default .navbar-nav>.active>a.button,
.navbar-default .navbar-nav>.active>a.button:focus,
.navbar-default .navbar-nav>.active>a.button:hover {
    color: white;
    background-color: black;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
    box-shadow: none;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    background-image: none;
    color: black;
}
.navbar-nav {
    margin: 0;
}
#menu {
	padding: 0;
	text-transform: uppercase;
}
.logo img {
    max-width: 100%;
}
.menu {
	text-align: left;
}
.info {
	margin-top: 1em;
	text-align: right;
}
.info li {
	display: inline-block;
	margin: 0 0.25em;
}
.info span {
	color: #8EC047;
	font-size: 1.5em;
	margin-right: 0.25em;
	vertical-align: middle;
}

/* FOOTER */
footer.col-sm-12 {
	color: white;
	padding: 2em 3%;
	text-align: center;
    background: #017CB7;
}

/* CONTENT */
.content {
	padding: 0 10%;
	text-align: center;
}
.content img {
	max-width: 100%;
	margin: 2em 0;
}
.content .benefits {
	padding: 0;
	text-align: center;
}
.content .benefits p {
	color: #017CB7;
}
.content .benefits img {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 0.25em;
}
.content .benefits .benefit {
	display: inline-block;
	width: 16%;
	padding: 0 7px;
}

/* FORMULARIO */
.contact-form {
	padding: 0 10%;
	text-align: center;
}
.contact-form form {
	padding: 1em 10% 0 10%;
	text-align: center;
}
.contact-form form button {
	color: white;
	font-size: 1em;
	font-size: 0.9em;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0.25em 1.5em;
	border-radius: 0;
	box-shadow: 2px 2px 1px rgba(241,241,241,0.2);
	background: #017CB7;
}
.contact-form form button:hover {
	cursor: pointer;
	text-decoration: none;
	color: white;
	background: #8EC047;
}
.contact-form input, .contact-form select, .contact-form textarea {
	background-color: rgba(7,83,131,0.1);
	border-radius: 0;
	border: none;
}
.contact-form li {
	font-weight: 700;
}
.contact-form span {
	color: #8EC047;
	font-size: 1.5em;
	margin-right: 0.25em;
	vertical-align: middle;
}
.contact-form .form-horizontal .control-label {
    margin-bottom: 0.5em;
    text-align: center;
}

/* MIRANDA */
section.miranda {
	margin-top: -3em;
	padding:0;
	background: url(images/bg-miranda.jpg) no-repeat center;
	background-size: cover;
	background-position: center right;
}
.miranda .image {
	position: relative;
	min-height: 440px;
}
.miranda .image img {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 100%;
    max-height: 100%;
    
}
.miranda .information {
	padding: 3em 10% 3em 0;
}
.miranda .information a.button {
	margin-left: 0;
}
.miranda .information img {
	display: block;
}
.miranda .information .benefits {
	padding: 0;
	text-align: center;
}
.miranda .information .benefits>div {
	width: auto;
	padding: 0 7px;
}
.miranda .information .benefits p {
	color: #017CB7;
}
.miranda .information .benefits img {
	display: inline-block;
	max-width: 100%;
}

/* PROJECTS */
.projects {
	color: #017CB7;
	padding-top: 3em;
	padding-bottom: 3em;
	background: rgba(7,83,131,0.1);
}
.project {
	margin-top: 1em;
}
.project h5 {
	display: inline-block;
	font-size: 1em;
	font-weight: 600;
	margin-top: 1em;
}
.project img {
	border-radius: 50%;
}
.project .place,
.project .picture {
	background: rgba(7,83,131,0.1);
}
.project .place {
	background-image: url(images/proyecto.png);
	background-position: bottom right;
	background-size: cover;
    background-repeat: no-repeat;
}

/* SECTOR */
.sector {
	display: inline-block;
}
.sector span {
	display: block;
	margin-bottom: 0.1em;
	color: #8EC047;
	font-size: 5em;
}
.sectors {
	margin-top: 1em;
	text-align: center;
}

/* SLIDESHOW */
#plantas {
	width: 45%;
	margin: 3em 0 -3em 50%;
	text-align: center;
}
#plantas img {
	max-width: 100%;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
section.slideshow {
	margin-bottom: 6em;
}
section.miranda.slideshow {
	margin-top: 0;
}
.slideshow {
	text-align: right;
	background-image: url(images/bg-slideshow.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	border-top: 5px solid rgba(7,83,131,0.2);
}
.miranda.slideshow img.logo {
	margin-top: 6em;
}
.miranda.slideshow h2 {
	color: #8EC047;
}
.miranda.slideshow h2,
.miranda.slideshow h3 {
	line-height: 1.1;
}
.text {
	max-width: 45%;
	position: absolute;
	left: 3%;
	bottom: 3em;
	padding: 0 15px;
}

/* SYSTEM */
.system h5 {
	font-size: 1.25em;
}
.system .system-image img {
	max-width: 100px;
	border-radius: 50%;
	margin: 0;
}
.system .system-image,
.system .system-text {
	padding: 1em;
	background-color: rgba(7,83,131,0.2);
}
.system .system-text {
	height: 208px;
	padding-left: 0;
	border-top-color: white;
    border-top-style: solid;
    border-top-width: 7px;
    border-right-color: white;
    border-right-style: solid;
    border-right-width: 7px;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 7px;
    border-left-width: 0;
	border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
	background-image: url(images/agua.png);
	background-position: bottom right;
	background-size: auto;
    background-repeat: no-repeat;
}
.system .system-image table,
.system .system-text table {
	font-size: 14px;
	width: 100%;
	height: 166px;
	text-align: center;
	vertical-align: middle;
}
.system .system-image {
	height: 208px;
	border-top-color: white;
    border-top-style: solid;
    border-top-width: 7px;
    border-left-color: white;
    border-left-style: solid;
    border-left-width: 7px;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 7px;
    border-right-width: 0;
	border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-image: url(images/flecha.png);
	background-position: center right;
	background-size: cover;
    background-repeat: no-repeat;
}