/*** RESE ***/
body, html, div, blockquote, img, label, h1, h2, h3, h4, h5, h6, pre, dl, dt, dd, a, fieldset {
	padding:0;
	margin:0;
	border:0;
	outline:0;
}

li, img { vertical-align:top; }

*{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box }:after,:before {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box }

/*** FUNC ***/
html, body {
	font-family:'Assistant', sans-serif;
	overflow-x:hidden;
}

a {	text-decoration:none; }

/*** SCRO ***/
::-webkit-scrollbar { width:10px; }
::-moz-scrollbar { width:10px; }
::-o-scrollbar { width:10px; }

::-webkit-scrollbar-track { background:#fff; }
::-moz-scrollbar-track { background:#fff; }
::-o-scrollbar-track { background:#fff; }

::-webkit-scrollbar-thumb { background:#114656; border-radius:10px; }
::-moz-scrollbar-thumb { background:#114656; border-radius:10px; }
::-o-scrollbar-thumb { background:#114656; border-radius:10px; }

/*** SCRO GOTO ***/
.scro_goto {
	width:45px;
	height:45px;
	font-size:30px;
	color:#fff;
	text-align:center;
	line-height:170%;
	right:0;
	bottom:0;
	background:rgba(217,35,45,0.8);
	display:none;
	position:fixed;
	cursor:pointer;
	z-index:99;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}

.scro_goto:hover {
	background:rgba(30,46,66,0.8);
}

/*** WRAP ***/
.wrap {
	width:100%;
}

/*** HEAD ***/
.head_wrap {
	width:100%;
	box-shadow:0px -1px 15px 0px rgba(50,50,50,0.45);
	float:left;
	position:relative;
	z-index:99;
}

.head_prev {
	width:100%;
	padding:0 5%;
	background:#fff;
	border-bottom:1px solid #f0f0f0;
	float:left;
}

.head_prev_scro {
	display:none;
    transition:all 0.3s ease 0s;
}

.head_prev_cont {
	width:80%;
	margin-top:5px;
	float:left;
}

.head_prev_cont ul {
    width:100%;
	text-align:right;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.head_prev_cont li {
	padding:0 25px;
	display:inline-block;
	position:relative;
}

.head_prev_cont li:first-child { padding-left:0; }

.head_prev_cont li:last-child { padding-right:0; }

.head_prev_cont li:before {
	content:'';
	width:2px;
	height:10px;
	top:5px;
	left:0;
	background:#f0f0f0;
	position:absolute;
}

.head_prev_cont li:first-child:before { display:none; }

.head_prev_cont_icon {
    font-size:15px;
	color:#666;
    text-align:center;
	line-height:20px;
	float:left;
}

.head_prev_cont_titu {
    font-family:'Montserrat', Sans-serif;
	font-size:13px;
	color:#666;
	line-height:20px;
	margin-left:10px;
	float:left;
    transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}

.head_prev_cont li:hover .head_prev_cont_titu {
	color:#00c3db;
}

.head_prev_rede {
	width:20%;
	float:right;
	position:relative;
}

.head_prev_rede ul {
	width:100%;
	text-align:right;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.head_prev_rede li {
	width:35px;
	height:35px;
	font-size:18px;
	text-align:center;
	line-height:200%;
	margin:0 5px;
	margin-top:-5px;
	border-radius:0 0 15px 15px;
	display:inline-block;
	transition:all 0.2s ease 0s;
	-webkit-transition:all 0.2s ease 0s;
}

.head_prev_rede li a {
	color:#666;
	display:block;
}

.head_prev_rede li:hover a {
	color:#00c3db;
}

.head_lome {
	width:100%;
	padding:0.5% 5%;
	border-bottom:1px solid #f0f0f0;
	float:left;
}

.head_lome_logo {
	width:250px;
	float:left;
}

.head_lome_logo img {
	width:100%;
}

.head_lome_menu {
	margin-top:5px;
	float:right;
}

/*** TITU ***/
.titu_wrap {
	width:100%;
	padding:12% 3% 2% 3%;
	background-size:cover !important;
	float:left;
	position:relative;
}

.titu_wrap:after {
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(39,38,39,0.7);
	position:absolute;
}

.titu_wrap h1 {
	width:100%;
	font-family:'Open Sans', sans-serif;
	font-size:40px;
	color:#fff;	
	text-align:left;
	font-weight:700;
	float:left;
	position:relative;
	z-index:1;
}

.titu_titu {
	width:100%;
	font-family:'Open Sans', sans-serif;
	font-size:40px;
	color:#fff;	
	text-align:left;
	font-weight:700;
	float:left;
	position:relative;
	z-index:1;
}

.titu_wrap h2 {
	width:100%;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	color:#fff;	
	text-align:left;
	font-weight:600;
	float:left;
	position:relative;
	z-index:1;
}

/*** SLID MAIN ***/
.slid_main_wrap {
	width:100%;
	float:left;
	position:relative;
}

.slid_main_wrap:before {
	content:'';
	width:60%;
	height:30px;
	left:20%;
	bottom:-15px;
	background:#1a7382;
	position:absolute;
	z-index:1;
}

.slid_main_enla {
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	z-index:2;
}

/*** SERV INIC ***/
.serv_inic_wrap {
	width:100%;
	padding:8% 5%;
	background:#f7f8f9;
	float:left;
}

.serv_inic_sec1 {
	width:35%;
	float:left;
}

.serv_inic_sec1_head {
	width:100%;
	float:left;
}

.serv_inic_sec1_head h2 {
	width:100%;
    font-family:'Montserrat', Sans-serif;
    font-size:46px;
	color:#011640;
    font-weight:300;
	line-height:105%;
	text-transform:uppercase;
	margin-top:20px;
	float:left;
}

.serv_inic_sec1_head h3 {
	width:100%;
    font-family:'Montserrat', Sans-serif;
    font-size:16px;
	color:#1a7382;
    font-weight:600;
	text-transform:uppercase;
	float:left;
}

.serv_inic_sec1_deta {
	width:100%;
	font-size:16px;
	color:#82868a;
	padding:30px 30px 20px 30px;
	margin-top:20px;
	border-left:5px solid #00c3db;
	background:#fff;
	box-shadow:0px 10px 20px 0px rgba(0,0,0,0.2);
	float:left;
}

.serv_inic_sec1_deta p {
	margin-top:0;
}

.serv_inic_sec2 {
	width:60%;
	float:right;
}

.serv_inic_sec2_list {
	width:100%;
	float:left;
}

.serv_inic_sec2_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.serv_inic_sec2_list li {
	width:96%;
	margin:0 2%;
	float:left;
}

.serv_inic_sec2_list_elem {
	width:100%;
	float:left;
	position:relative;
}

.serv_inic_sec2_list_elem_medi {
	width:90%;
	float:left;
}

.serv_inic_sec2_list_elem_medi_imag {
	width:100%;
	float:left;
}

.serv_inic_sec2_list_elem_medi_imag img {
	width:100%;
}

.serv_inic_sec2_list_elem_info {
	width:50%;
    height:25%;
	color:#82868a;
	bottom:5%;
	left:50%;
	padding:20px 30px;
	background:#fff;
	border-left:5px solid #1a7382;
	box-shadow:0px 10px 20px 0px rgba(0,0,0,0.2);
	position:absolute;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    align-content:center;
}

.serv_inic_sec2_list_elem_info h2 {
	width:100%;
    font-family:'Montserrat', Sans-serif;
    font-size:20px;
	color:#011640;
    font-weight:500;
	line-height:105%;
	text-transform:uppercase;
	float:left;
}

/*** PROY INIC ***/
.proy_inic_wrap {
	width:100%;
	padding-top:3%;
	margin-top:-30px;
	background:#fff;
    clip-path:polygon(0px 30px,0px 100%,100% 100%,100% 0px);
	-webkit-clip-path:polygon(0px 30px,0px 100%,100% 100%,100% 0px);
	float:left;
	position:relative;
}

.proy_inic_wrap:before {
    content:'';
    width:100%;
    height:22px;
    top:0;
    background:#00c3db;
    transform:rotate(-1.3deg);
    position:absolute;
}

.proy_inic_sec1 {
	width:100%;
	float:left;
}

.proy_inic_sec1_head {
	width:100%;
	padding:2.5% 8%;
	float:left;
}

.proy_inic_sec1_head h2 {
	width:70%;
    font-family:'Montserrat', Sans-serif;
    font-size:40px;
	color:#011640;
    font-weight:300;
	line-height:105%;
	text-transform:uppercase;
	float:left;
}

.proy_inic_sec1_head h2 span {
    font-size:46px;
	color:#00c3db;
    font-weight:700;
	display:block;
}

.proy_inic_sec1_enla {
    font-size:15px;
	color:#fff;
	text-align:center;
	font-weight:600;
	padding:10px 15px;
	margin-top:40px;
	background:#1a7382;
	float:right;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}

.proy_inic_sec1_enla:hover {
	background:#00c3db;
}

.proy_inic_sec2 {
	width:100%;
	float:left;
}

.proy_inic_sec2_list {
	width:100%;
	float:left;
}

.proy_inic_sec2_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.proy_inic_sec2_list li {
	width:33.33%;
	float:left;
}

.proy_inic_sec2_list_elem {
	width:100%;
	float:left;
	position:relative;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}

.proy_inic_sec2_list li:hover .proy_inic_sec2_list_elem {
	transform:scale(1.07);
	position:relative;
	z-index:1;
}

.proy_inic_sec2_list_elem_medi {
	width:100%;
	float:left;
}

.proy_inic_sec2_list_elem_medi_imag {
	width:100%;
	float:left;
}

.proy_inic_sec2_list_elem_medi_imag img {
	width:100%;
}

.proy_inic_sec2_list_elem_info {
	width:100%;
	height:100%;
	padding:20px;
	background:rgba(0,0,0,0.3);
	float:left;
	position:absolute;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    align-content:center;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}

.proy_inic_sec2_list li:hover .proy_inic_sec2_list_elem_info {
	padding-top:45%;
	background:rgba(0,0,0,0);
}

.proy_inic_sec2_list_elem_info h2 {
	width:100%;
    font-family:'Montserrat', Sans-serif;
    font-size:20px;
	color:#fff;
	text-align:center;
    font-weight:600;
	line-height:105%;
	text-transform:uppercase;
	text-shadow:2px 2px 2px rgba(0,0,0,0.6);
	float:left;
	position:relative;
}

.proy_inic_sec2_list_elem_info h2 span {
	color:#00c3db;
	display:block;
}

.proy_inic_sec2_list_elem_info h2:before {
	content:'';
	width:80px;
	height:2px;
	left:calc(50% - 40px);
	bottom:-8px;
	background:#fff;
	position:absolute;
}

.proy_inic_sec2_list_elem_info_ubic {
	width:100%;
    font-size:15px;
	color:#fff;
	text-align:center;
    font-weight:600;
	text-transform:uppercase;
	text-shadow:2px 2px 2px rgba(0,0,0,0.6);
	margin-top:20px;
	float:left;
}

/*** CLIE INIC ***/
.clie_inic_wrap {
	width:100%;
	padding:4% 5%;
	background:#fff;
	float:left;
}

.clie_inic_sec1 {
	width:100%;
	float:left;
}

.clie_inic_sec1_head {
	width:100%;
	float:left;
	position:relative;
}

.clie_inic_sec1_head:before {
	content:'';
	width:45%;
	height:120%;
	top:0;
	left:-20%;
	background:#1a7382;
	position:absolute;
}

.clie_inic_sec1_head h2 {
	width:28%;
    font-family:'Montserrat', Sans-serif;
    font-size:40px;
	color:#fff;
    font-weight:300;
	line-height:105%;
	text-transform:uppercase;
	margin-top:20px;
	float:left;
	position:relative;
}

.clie_inic_sec1_head h2 span {
    font-size:46px;
	color:#fff;
    font-weight:700;
	display:block;
}

.clie_inic_sec1_head_deta {
	width:70%;
	font-size:18px;
	color:#82868a;
	padding-right:20%;
	margin-top:40px;
	margin-left:2%;
	float:left;
}

.clie_inic_sec1_head_deta p {
	margin:0;
}

.clie_inic_sec2 {
	width:100%;
	float:left;
}

.clie_inic_sec2_list {
	width:100%;
	margin-top:40px;
	float:left;
}

.clie_inic_sec2_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.clie_inic_sec2_list li {
	width:94%;
	margin:10px 3%;
	float:left;
	position:relative;
}

.clie_inic_sec2_list_elem {
	width:100%;
	border-bottom:4px solid #00c3db;
	background:#fff;
	box-shadow:0px 0px 10px 0 rgba(0,0,0,0.3);
	float:left;
	overflow:hidden;
}

.clie_inic_sec2_list_elem_medi {
	width:100%;
	float:left;
}

.clie_inic_sec2_list_elem_medi_imag {
	width:100%;
	padding:8px;
	float:left;
}

.clie_inic_sec2_list_elem_medi_imag img {
	width:100%;
}

.clie_inic_sec2_list_elem_info {
	width:100%;
	height:100%;
	top:-120%;
	background:rgba(26,115,130,0.8);
	position:absolute;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    align-content:center;
    transition:all 0.3s ease 0s;
}

.clie_inic_sec2_list li:hover .clie_inic_sec2_list_elem_info {
    top:0;
}

.clie_inic_sec2_list_elem_info h3 {
	width:100%;
    font-size:15px;
	color:#fff;
	text-align:center;
    font-weight:600;
	text-transform:uppercase;
	text-shadow:2px 2px 2px rgba(0,0,0,0.6);
	float:left;
}

/*** FOOT ***/
.foot_wrap {
	width:100%;
	padding:6% 5%;
	margin-top:-30px;
	background:#1a7382;
    clip-path:polygon(0px 30px,0px 100%,100% 100%,100% 0px);
	-webkit-clip-path:polygon(0px 30px,0px 100%,100% 100%,100% 0px);
	float:left;
}

.foot_sec1 {
	width:55%;
	float:left;
}

.foot_sec1_head {
	width:100%;
	float:left;
}

.foot_sec1_head h2 {
	width:70%;
    font-family:'Montserrat', Sans-serif;
    font-size:20px;
	color:#fff;
    font-weight:300;
	text-transform:uppercase;
	float:left;
}

.foot_sec1_head h2 span {
    font-size:46px;
	color:#fff;
    font-weight:700;
	display:block;
}

.foot_sec1_cont {
	width:100%;
	margin-top:20px;
	float:left;
}

.foot_sec1_cont ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.foot_sec1_cont li {
	width:50%;
	min-height:130px;
	margin-bottom:10px;
	float:left;
	position:relative;
}

.foot_sec1_cont li:nth-child(1):before, .foot_sec1_cont li:nth-child(2):before {
	content:'';
	width:80px;
	height:1px;
	left:22px;
	bottom:-8px;
	background:#fff;
	position:absolute;
}

.foot_sec1_cont_elem {
	width:100%;
	padding:20px;
	float:left;
}

.foot_sec1_cont_elem_head {
	width:100%;
	float:left;
}

.foot_sec1_cont_elem_head_icon {
	width:40px;
	font-size:30px;
	color:#00c3db;
	float:left;
}

.foot_sec1_cont_elem_head_titu {
	width:calc(100% - 40px);
    font-family:'Montserrat', Sans-serif;
    font-size:14px;
    color:#fff;
	font-weight:500;
	line-height:210%;
	text-transform:uppercase;
	float:left;
}

.foot_sec1_cont_elem_desc {
	width:100%;
    font-size:16px;
    color:#fff;
	font-weight:400;
	margin-top:5px;
	float:left;
}

.foot_sec1_cont_elem_desc span {
	color:#00c3db;
	margin:0 5px;
}

.foot_sec1_cont_elem_desc a {
    color:#fff;
	transition:all 0.3s ease 0s;
}

.foot_sec1_cont_elem_desc a:hover {
	color:#00c3db;
}

.foot_sec2 {
	width:45%;
	float:right;
}

.foot_sec2_form {
	width:100%;
	padding:70px 40px 40px 40px;
	background:#fff;
    clip-path:polygon(0px 20px,0px 100%,100% 100%,100% 0px);
	-webkit-clip-path:polygon(0px 20px,0px 100%,100% 100%,100% 0px);	
	float:left;
	position:relative;
}

.foot_sec2_form:before {
    content:'';
    width:180%;
    height:100;
    top:0;
    left:0%;
    background:rgba(255,255,255,1);
    transform:skewX(-45deg);
    position:absolute;
	z-index:-1;
}

.foot_sec2_form_secc {
	width:49%;
	margin-bottom:20px;
	float:left;
}

.foot_sec2_form_secc:nth-child(1) {
	float:left;
}

.foot_sec2_form_secc:nth-child(2) {
	float:right;
}

.foot_sec2_form_secc:nth-child(3) {
	float:left;
}

.foot_sec2_form_secc:nth-child(4) {
	float:right;
}

.foot_sec2_form_secc:nth-child(5) {
	width:100%;
	float:left;
}

.foot_sec2_form_secc:nth-child(6) {
	float:left;
}

.foot_sec2_form_secc:nth-child(7) {
	margin-bottom:0;
	float:right;
}

.foot_sec2_form_secc_labe {
	width:100%;
	font-size:15px;
	color:#1a7382;
	font-weight:600;
	text-transform:uppercase;
	float:left;
}

.foot_sec2_form_secc_inpu {
	width:100%;
	height:35px;
	font-family:'Assistant', sans-serif;
	font-size:14px;
	color:#114656;
	padding:10px 10px;
	margin-top:3px;
	background:#fff;;
	border:1px solid #d5d9dd;
	float:right;
	outline:none;
}

.foot_sec2_form_secc_text {
	width:100%;
	height:100px;
	font-family:'Assistant', sans-serif;
	font-size:14px;
	color:#114656;
	padding:10px 10px;
	margin-top:3px;
	background:#fff;;
	border:1px solid #d5d9dd;
	float:left;
	resize:none;
	outline:none;
}

.foot_sec2_form_secc_envi {
	font-family:'Montserrat', sans-serif;
	font-size:16px;
	color:#fff;
	text-align:center;
	font-weight:600;
	line-height:45px;
	padding:0 25px;
	background:#114656;
	border:0;
	float:right;
	cursor:pointer;
	outline:none;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}

.foot_sec2_form_secc_envi:hover {
	background:#00c3db;
}

/*** ADDO ***/
.addo_clea_both {
	width:100%;
	clear:both;
}

/*** MEDI QUER ***/
@media (min-width:240px) and (max-width:480px) {

}

@media (min-width:481px) and (max-width:1199px) {

}

@media (min-width:1792px) {

}