@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	background-color: #FAFAFA;
	padding-bottom: 35px;
}

a {
	text-decoration: none;
	margin: 0;
}

p {
	margin: 0;
}

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

::-webkit-input-placeholder { color: #FFF; } /* WebKit */
:-moz-placeholder { color: #FFF; } /* Firefox 18- */
::-moz-placeholder { color: #FFF; } /* Firefox 19+ */
:-ms-input-placeholder { color: #FFF; } /* IE 10+ */

.menu-btn {
	display: none;
}

.menu-btn {
    position: fixed;
    right: 5px;
    top: 5px;
    background-color: #FFF;
    border: 1px solid #666;
    padding: 5px 10px 5px 10px;
    font-size: 20px;
    font-weight: 800;
    color: #666;
    z-index: 99999;
}

header {
	width: 100%;
	height: 150px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
  	justify-content: space-between;
	flex-wrap: wrap;

  	text-align: center;
  	background: rgb(209,210,212);
	background: -moz-linear-gradient(top, rgba(209,210,212,1) 1%, rgba(255,255,255,1) 20%);
	background: -webkit-linear-gradient(top, rgba(209,210,212,1) 1%,rgba(255,255,255,1) 20%);
	background: linear-gradient(to bottom, rgba(209,210,212,1) 1%,rgba(255,255,255,1) 20%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d2d4', endColorstr='#ffffff',GradientType=0 );
	z-index: 2000;
	border-bottom: 3px solid #E6E6E6;
	position: fixed;
}

.slide {
	padding-top: 0px;
}

.logo {}

.logo img {
	width: 250px;
}

.flex {
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-items: center;
  	align-content: center;
}

.center {
	width: 1024px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-items: center;
  	align-content: center;
}

.contentForm {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-items: center;
  	align-content: center;
}

.col {
	width: 48%;
	min-height: 762px;
	padding: 1%;
	box-shadow: 0px 0px 20px #CCC;
	margin-top: 20px;
}

.col-1 {
	width: 98%;
	min-height: 762px;
	padding: 1%;
	box-shadow: 0px 0px 20px #CCC;
	margin-top: 20px;
}

.inputRadio {
	float: left;
	width: auto !important;
}

.row select {
	width: 100%;
	border: 1px solid #00748D;
	height: 35px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #666;
	font-size: 16px;
}

label {
	color: #666 !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	text-align: left !important;
	float: left;
	width: 100%;
}

.custom-checkbox label {
	font-size: 18px !important;
}

.row {
	width: 100%;
	margin-bottom: 15px;
}

.comment {
	color: #666 !important;
	font-size: 12px !important;
}

.split {
	height: 15px;
	width: 1px;
	background-color: #CCC;
	float: left;
	margin: 4px 10px 0px 10px;
}

.btnWhatsapp {
	width: auto;
	height: auto;
	position: fixed;
	background-color: #41c300;
	font-size: 44px !important;
	font-weight: 400 !important;
	color: #FAFAFA !important;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	padding: 10px 17px 10px 17px;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
	transition: all 0.3s;
}

.btnWhatsapp:hover {
	background-color: #008b00;
	cursor: pointer;
	font-size: 54px !important;
	color: #FAFAFA !important;
}

.titleForm {
	color: #00748D !important;
	font-size: 32px !important;
	margin-top: 15px !important;
	margin-bottom: 10px !important;
	font-weight: 300 !important;
}

.titleRow {
	width: 100%;
	margin-top: 15px;
}

.titleRow p {
	color: #757575 !important;
	font-size: 16px !important;
	font-weight: 800 !important;
}

.inputInv {
	border: 1px solid #00748D !important;
	margin-top: 5px !important;
	padding: 5px !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 300 !important;
	color: #666 !important;
	font-size: 16px !important;
}

.inputInv::-webkit-input-placeholder { color: #CCC; } /* WebKit */
.inputInv::-moz-placeholder { color: #CCC; } /* Firefox 18- */
.inputInv::-moz-placeholder { color: #CCC; } /* Firefox 19+ */
.inputInv:-ms-input-placeholder { color: #CCC; } /* IE 10+ */

.textareaInv {
	border: 1px solid #00748D !important;
	margin-top: 5px !important;
	padding: 5px !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 300 !important;
	color: #666 !important;
	font-size: 16px !important;
}

.textareaInv::-webkit-input-placeholder { color: #CCC; } /* WebKit */
.textareaInv::-moz-placeholder { color: #CCC; } /* Firefox 18- */
.textareaInv::-moz-placeholder { color: #CCC; } /* Firefox 19+ */
.textareaInv:-ms-input-placeholder { color: #CCC; } /* IE 10+ */

.row button {
	width: 100%;
	padding: 10px;
	background-color: #00748D;
	border: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300 !important;
	color: #FFF !important;
	font-size: 16px;
	transition: all 0.3s;
}

.row button:hover {
	background-color: #0277BD;
	cursor: pointer;
}

.center h2 {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #00748D;
	font-size: 36px;
	margin: 90px 0px 25px 0px;
}

.textInversores {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #666;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
}

#inversion {
	display: none;
}

#txtPozo {
	display: none;
	font-size: 14px !important;
	color: red !important;
}

.flexSpaceBetween {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
}

header nav {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	align-items: center;
  	text-align: center;
  	height: 50px;
}

header nav ul {
	width: auto;
	padding: 0;
	margin: 0;
  	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
}

header nav ul li {
	list-style-type: none;
	margin: 0px 10px 0px 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 18px;
	padding: 15px 2px 10px 2px;
	transition: all 0.3s;
	
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: flex-end;
  	text-align: center;
}

header nav ul li:hover {
	color: #000;
	cursor: pointer;
}

.informationHeader {
	height: 150px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-content: center;
  	align-self: center;
  	align-items: center;
}

.pushy-link {
	font-size: 16px;
	color: #FFF !important;
	margin-bottom: 15px;
	font-weight: 300;
}

.informationHeader p {
	font-size: 18px;
	color: #666;
}

.informationHeader i {
	font-size: 30px;
	color: #000;
}

/* SLIDE HOME */
.bgSlideOneHome {
	width:100%; 
	height:60vh; 
	float:left; 
	background-image: url('../images/slide/bgHome1.jpg'); 
	background-repeat:no-repeat; 
	background-position:center;
	background-size: cover;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-content: center;
  	align-self: center;
  	align-items: center;
}

.bgSlideTwoHome {
	width:100%; 
	height:60vh; 
	float:left; 
	background-image: url('../images/slide/bgHome2.jpg'); 
	background-repeat:no-repeat; 
	background-position:center;
	background-size: cover;
}

.bgSlideThreeHome {
	width:100%; 
	height:60vh; 
	float:left; 
	background-image: url('../images/slide/bgHome3.jpg'); 
	background-repeat:no-repeat; 
	background-position:center;
	background-size: cover;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-content: center;
  	align-self: center;
  	align-items: center;
}

.bgSlideFourHome {
	width:100%; 
	height:60vh; 
	float:left; 
	background-image: url('../images/slide/bgHome4.jpg'); 
	background-repeat:no-repeat; 
	background-position:bottom;
	background-size: cover;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-content: center;
  	align-self: center;
  	align-items: center;
}

.logoSlide {
	position: absolute;
	margin-top: 30px;
	left: 5%;
	align-self: flex-start;
}

.logoSlide img {
	width: 200px !important;
}

.logoSlideCubis {
	position: absolute;
	margin-top: 30px;
	left: 5%;
	align-self: flex-start;
	padding: 10px;
	background-color: #FFF;
}

.logoSlideCubis img {
	width: 200px !important;
}

.textSlide {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-content: center;
  	align-self: center;
  	align-items: center;
}

.textSlide p {
	font-size: 38px;
	color: #666;
	font-weight: 800;
	letter-spacing: -1px;
	padding: 12px;
	background-color: rgba(255,255,255,0.7);
	border: 7px solid #FFF;
	margin-top: 150px;
}

.textSlide b {
	color: #000;
}

.bottomNav {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-content: center;
  	align-self: center;
  	align-items: center;
}

.bottomNav p {
	margin: 20px;
	color: #666;
	font-size: 18px;
	transition: all 0.3s;
}

.bottomNav p:hover {
	color: #000;
	cursor: pointer;
}

.contentNos {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-content: center;
  	align-self: center;
  	align-items: center;

  	background-image: url("../images/bgNos.jpg");
  	background-size: cover;
  	background-position: center;
  	height: 100vh;
}

.blackBgNos {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-content: center;
  	align-self: center;
  	align-items: center;

  	background-color: rgba(0,0,0,0.6);
  	height: 85vh;
}

.colNos {
	width: 40%;
	margin: 2%;
	min-height: 600px;
	background-color: rgba(255,255,255,0.6);
}

.colLupa {
	width: 100px;
	min-height: 400px;
	float: left;
	text-align: right;
	padding-top: 15px;
}

.titleNos {
	width: 100%;
	height: auto;
	text-align: left;
}

.titleNos p {
	font-size: 26px;
	font-weight: 400;
	color: #00637B;
	margin-top: 30px;
	margin-left: 15px;
}

.txtNos {
	font-size: 28px;
	font-weight: 400;
	color: #00637B;
	margin-top: 20px;
	margin-left: 15px;
	text-align: left;
}

.txtDosNos {
	font-size: 40px;
	font-weight: 800;
	color: #00637B;
	margin-top: 140px;
	margin-left: 0px;
	text-align: left;
}

.txtColRightNos {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	margin-top: 30px;
	margin-left: 0px;
	text-align: left;
	padding: 50px;
}

.imgNos {
	width: 400px;
	margin-top: 20px;
}

.contentContact {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-content: center;
  	align-self: center;
  	align-items: center;

  	background-image: url("../images/bgContact.jpg");
  	background-size: cover;
  	background-position: center;
  	height: 85vh;
}

.blackBgContact {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-content: center;
  	align-self: center;
  	align-items: center;

  	background-color: rgba(0,0,0,0.6);
  	height: 85vh;
}

.contentForm {
	width: 98%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-content: center;
  	align-self: center;
  	align-items: center;
  	margin-bottom: 80px;
}

.titleContact {
	width: 100%;
	text-align: left;
	align-self: flex-start;
	align-items: flex-start;
	height: auto;
}

.titleContact h3 {
	font-size: 42px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	margin: 50px 0px 20px 0px;
}

.contentForm p {
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	text-align: left;
	margin: 0;
}

.contentForm input {
	width: 100%;
	background-color: transparent;
	border: 1px solid #FFF;
	padding: 10px;
	margin: 20px 0px 0px 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #FFF;
	font-size: 18px;
}

.contentForm textarea {
	width: 100%;
	height: 150px;
	background-color: transparent;
	border: 1px solid #FFF;
	padding: 0px 0px 0px 3px;
	margin: 20px 0px 0px 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #FFF;
	font-size: 18px;
}

.columnRightHome {
    font-size: 18px;
    font-weight: 300;
    color: #FFF;
    text-align: center !important;
    line-height: 18px;
}

.flexStart {
	align-self: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	padding-top: 50px;
}

.flexStart img {
	margin-bottom: 25px;
}

.btnForm {
    width: 100%;
    padding: 12px;
    background-color: #00748D;
    color: #FFF;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    border:0;
    transition: all 0.3s;
}

.btnForm:hover {
	background-color: #003642;
	cursor: pointer;
}

.columnForm {
	width: 33%;
	float: left;
}

.columnForm iframe {
	width: 100%;
	height: 440px;
	margin-top: 10px;
	margin-left: 5%;
}

.Address {
	width: auto;
	margin-top: 260px;
	text-align: center;
	position: absolute;
	right: 15px;
}

.Address p {
	text-align: right;
	font-weight: 300;
}

.proyect {
	width: 200px;
	height: 250px;
	margin: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-content: flex-end;
  	align-self: center;
  	align-items: center;
}

.contentProyect {
	width: 100%;
	height: auto;
	padding-top: 60px;

	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-content: center;
  	align-self: center;
  	align-items: center;

  	margin: 25px 0px 25px 0px;
}

.contentProyect h3 {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #00637B;
	font-size: 34px;
}

.titleProyect {
	width: 100%;
	height: 50px;
	background-color: rgba(255,255,255,0.5);
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-content: center;
  	align-self: center;
  	align-items: center;
  	padding-top: 15px;
  	transition: all 0.3s;
}

.titleProyect b {
	font-size: 18px;
	color: #000;
	font-weight: 800;
}

.titleProyect p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	
}

.proyect:hover .titleProyect {
	height: 250px;
}

.titleProyect span {
	width: 60%;
	font-size: 0px;
	margin-top: 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	transition: all 0.3s;
}

.titleProyect span:hover {
	cursor: pointer;
	background-color: rgba(255,255,255,1);
}

.titleProyect:hover span {
	font-size: 18px;
	font-weight: 400;
	color: #333;
	background-color: rgba(255,255,255,0.6);
	padding: 5px;
}