@import "rese.css";
@import "font.css";
@import "icon_awes.css";
@import "icon_flat.css";

/************************ FUNC ************************/
html, body {
	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:#176473; }
::-moz-scrollbar-thumb { background:#176473; }
::-o-scrollbar-thumb { background:#176473; }

/************************ SCRO GOTO ************************/
.scro_goto {
    width:50px;
    height:50px;
    font-size:34px;
    color:#FFF;
    text-align:center;
    line-height:45px;
    right:10px;
    bottom:10px;
	background:rgba(21,100,115,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(182,199,44,0.8);
}

/************************ VENT EMER ************************/
#vent_emer_back {
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.55);
    position:fixed;
    z-index:9997;
	transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

#vent_emer_cerr {
    width:60px;
    height:60px;
    background:url('../img/vent_emer_cerr.png') no-repeat;
    right:30px;
    top:30px;
	position:fixed;
	cursor:pointer;
    z-index:9999;
	transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}
	
#vent_emer_cerr:hover {
	-moz-transform:rotate(90deg) translate(0);
	-webkit-transform:rotate(90deg) translate(0);
	-o-transform:rotate(90deg) translate(0);
	transform:rotate(90deg) translate(0);
}

#vent_emer_list {
	width:80%;
	top:calc(50% - 280px);
	left:10%;
	position:fixed;
    z-index:9998;
	transition:all 0.3s ease 0s;
}

#vent_emer_list ul {
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

#vent_emer_list li {
    display:inline-block;
}

#vent_emer_list img {
	width:100%; 
}

/************************ WRAP ************************/
.wrap {
	width:100%;
	min-width:960px;
}

/************************ HEAD ************************/
.head_wrap {
	width:100%;
	padding:0.5% 10%;
	border-top:4px solid #408B9A;
	float:left;
}

.head_logo {
	width:30%;
	float:left;
}

.head_logo img {
    max-width:100%;
}

.head_cont {
	margin-top:5px;
	float:right;
}

.head_cont ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.head_cont li {
	padding:10px;
	margin-right:30px;
	display:inline-block;
	position:relative;
    transition:all 0.3s ease 0s;
}

.head_cont li:last-child {
	margin-right:0;
}

.head_cont li:before {
	content:'';
	width:60px;
	height:100%;
	top:0;
	left:-10px;
	background:#408B9A;
    transform:skewX(-42deg);
    -webkit-transform:skewX(-42deg);
	position:absolute;
    transition:all 0.3s ease 0s;
}

.head_cont li:hover:before {
	width:110%;
	background:#408B9A;
	background:-moz-linear-gradient(left, #408b9a 0%, #b6c72c 100%);
	background:-webkit-linear-gradient(left, #408b9a 0%,#b6c72c 100%);
	background:linear-gradient(to right, #408b9a 0%,#b6c72c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#408b9a', endColorstr='#b6c72c',GradientType=1 );
}

.head_cont_icon {
	font-size:22px;
    color:#FFF;
    line-height:40px;
    margin-right:5px;
    float:left;
	position:relative;
    transition:all 0.3s ease 0s;
}

.head_cont_info {
    font-family:'Poppins', sans-serif;
	padding-left:60px;
	position:relative;
}

.head_cont_info_titu {
    font-size:13px;
    color:#606A7F;
    font-weight:500;
    transition:all 0.3s ease 0s;
}

.head_cont li:hover .head_cont_info_titu {
	color:#FFF;
}

.head_cont_info span {
    font-size:14px;
    color:#2B354B;
    transition:all 0.3s ease 0s;
}

.head_cont li:hover span {
	color:#FFF;
}

.head_info {
	width:auto;
	margin-top:1%;
	float:right;
}

/************************ MENU ************************/
.menu_wrap {	
	width:80%;
	padding:0.4%;
	margin:0 10%;
	background:#408B9A;
	border-radius:10px;
	box-shadow:0px 0px 9px 0px rgba(6,22,58,0.07);
	float:left;
	position:relative;
	z-index:9;
}

/************************ SLID ************************/
.slid_wrap {
	width:100%;
	margin-top:-2%;
	float:left;
}

/************************ TITU ************************/
.titu_wrap {
	width:100%;
	padding:15% 3% 8% 3%;
	margin-top:-2%;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	float:left;
	position:relative;
}

.titu_wrap:before {
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
    position:absolute;
}

.titu_wrap:after {
    content:'';
    width:100%;
    height:100%;
    top:0;
	left:0;
    background:url('../img/titu_wrap_back_afte.png');
	background-size:cover;
    position:absolute;
}

.titu_wrap h1 {
	width:100%;
	font-family:'Poppins', sans-serif;
	font-size:40px;
	color:#FFF;	
	text-align:left;
	font-weight:600;
	float:left;
	position:relative;
	z-index:1;
}

.titu_wrap h1:after {
    content:'';
    width:80px;
    height:3px;
    top:-10px;
    left:0;
    background:#FFF;
    position:absolute;
}

.titu_titu {
	width:100%;
	font-family:'Poppins', sans-serif;
	font-size:40px;
	color:#FFF;	
	text-align:left;
	font-weight:600;
	float:left;
	position:relative;
	z-index:1;
}

.titu_titu:after {
    content:'';
    width:80px;
    height:3px;
    top:-10px;
    left:0;
    background:#FFF;
    position:absolute;
}

.titu_subt {
	width:100%;
	font-family:'Poppins', sans-serif;
	font-size:14px;
	color:#FFF;	
	text-align:left;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-top:-40px;
	float:left;
	position:relative;
	z-index:1;
}

/************************ MAIN ************************/
.main_wrap {
	width:100%;
	padding:3% 5% 15% 5%;
	float:left;
}

.main_wrap h1 {
	width:70%;
	font-family:'Poppins', sans-serif;
	font-size:26px;
	color:#2B354B;	
	text-align:left;
	font-weight:600;
	margin-right:30%;
	margin-bottom:25px;
	float:left;
	position:relative;
	z-index:1;
}

.main_wrap h1 span {
	color:#408B9A;
	margin-left:8px;
}

.main_wrap h1:after {
    content:'';
    width:80px;
    height:4px;
    top:-10px;
    left:0;
    background:#B6C72C;
    position:absolute;
}

/************************ NOSO ************************/
.noso_wrap {
	width:100%;
	padding:5% 8% 15% 8%;
	float:left;
}

.noso_info {
	width:45%;
	float:left;
}

.noso_info h1 {
	width:100%;
	font-family:'Poppins', sans-serif;
	font-size:40px;
	color:#B6C72C;	
	text-align:left;
	font-weight:600;
	float:left;
	position:relative;
	z-index:1;
}

.noso_info h1 span {
	color:#408B9A;
	margin-left:8px;
}

.noso_info h1:after {
    content:'';
    width:80px;
    height:4px;
    top:-10px;
    left:0;
    background:#408B9A;
    position:absolute;
}

.noso_info_deta {
	width:100%;
	font-family:'Lato', serif;
	font-size:15px;
	color:#444;
	text-align:justify;
	line-height:150%;
	float:left;
}

.noso_info_deta ul {
	list-style-image:url('../img/noso_info_deta_li.png');
}

.noso_info_deta:first-letter {
	font-size:70px;
	color:#5F5F5F;
	font-weight:700;
	line-height:70px;
	padding-right:20px;
	float:left;	
}

.noso_imag {
	width:42%;
	margin-top:40px;
	margin-right:5%;
	float:right;
	position:relative;
}

.noso_imag:before {
	content:'';
	width:100%;
	height:100%;
	top:-50px;
	right:-50px;
	border:10px solid #408B9A;
	position:absolute;
}

.noso_imag img {
	width:100%;
	position:relative;
	z-index:1;
}

/************************ SERV INIC ************************/
.serv_inic_wrap {
	width:100%;
	padding:0 5% 5% 5%;
	float:left;
}

.serv_inic_list {
	width:100%;
	margin-top:-40px;
	float:left;
}

.serv_inic_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.serv_inic_list li {
	width:94%;
	margin:0 3%;
	float:left;
}

.serv_inic_list_icon {
	width:100px;
	height:100px;
	font-size:50px;
	color:#408B9A;
	text-align:center;
	line-height:90px;
	margin:0 auto;
	background:#FFFF;
	border:4px solid #408B9A;
	border-radius:50px;
	position:relative;
    transition:all 0.3s ease 0s;
}

.serv_inic_list li:hover .serv_inic_list_icon {
	color:#FFF;
	background:#B6C72C;
	border:4px solid #B6C72C;
}

.serv_inic_list_info {
	width:100%;
	font-family:'Lato', sans-serif;
	text-align:center;
	padding:50px 30px 30px 30px;
	margin-top:-40px;
	background:#F5F5F5;
	border-bottom:3px solid #408B9A;
	float:left;
    transition:all 0.3s ease 0s;
}

.serv_inic_list li:hover .serv_inic_list_info {
	border-bottom:3px solid #B6C72C;
}

.serv_inic_list_info h3 {
	width:100%;
	font-family:'Poppins', sans-serif;
	font-size:18px;
	color:#408B9A;
	font-weight:600;
	text-transform:uppercase;
	float:left;
    transition:all 0.3s ease 0s;
}

.serv_inic_list li:hover h3 {
	color:#B6C72C;
}

.serv_inic_list_info span {
	width:100%;
	font-size:14px;
	color:#333;
	margin-top:10px;
	float:left;
}

/************************ SLOG INIC ************************/
.slog_inic_wrap {
	width:100%;
    padding:10% 10%;
	background-repeat:no-repeat !important;
	background-attachment:fixed !important;
	background-size:cover !important;
    clip-path:polygon(0px 50px,0px 100%,100% 100%,100% 0px);
    -webkit-clip-path:polygon(0px 50px,0px 100%,100% 100%,100% 0px);
	float:left;
	position:relative;
}

.slog_inic_wrap:before {
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.1) url('../img/proy_inic_wrap_befo_back.png') repeat scroll 0 0;
    background-size:4px;
    position:absolute;
	z-index:-1;
}

.slog_inic_wrap h2 {
	width:35%;
	font-family:'Poppins', sans-serif;
	font-size:50px;
	color:#FFF;	
	text-align:left;
	font-weight:600;
	line-height:120%;
	text-transform:uppercase;
	text-shadow:3px 3px 5px rgba(0,0,0,0.9);
	margin-top:60px;
	float:left;
	position:relative;
}

.slog_inic_wrap h2:before {
    content:'';
    width:150px;
    height:4px;
    left:0;
    bottom:-30px;
    background:#FFF;
	box-shadow:3px 3px 5px rgba(0,0,0,0.9);
    position:absolute;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.slog_inic_deta {
	width:55%;
	font-family:'Lato', serif;
	font-size:15px;
	color:#FFF;
	text-align:justify;
	line-height:150%;
	padding:60px;
	background:rgba(0,0,0,0.7);
	float:right;
}

.slog_inic_deta li {
	text-align:left;
}

/************************ PRES INIC ************************/
.pres_inic_wrap {
	width:100%;
	padding:5% 20%;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	float:left;
	position:relative;
}

.pres_inic_wrap:before {
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(255,255,255,0.8) url('../img/pres_inic_wrap_befo_back.png') repeat scroll 0 0;
    background-size:4px;
    position:absolute;
}

.pres_inic_info {
	width:100%;
	text-align:center;
	float:left;
	position:relative;
}

.pres_inic_info h2 {
	width:100%;
	font-family:'Poppins', serif;
	font-size:38px;
	color:#408B9A;
	font-weight:700;
	margin-top:10px;
	float:left;
}

.pres_inic_info h3 {
	width:100%;
	font-family:'Poppins', serif;
	font-size:28px;
	color:#444;
	font-weight:300;
	margin-top:10px;
	float:left;
}

.pres_inic_info_vide {
	width:80%;
	margin:0 10%;
	margin-top:10px;
	float:left;
    transition:all 0.3s ease 0s;
}

.pres_inic_info_icon:hover {
	transform:scale(0.85);
}

.pres_inic_info_deta {
	width:100%;
	font-family:'Lato', serif;
	font-size:15px;
	color:#444;
	line-height:150%;
	padding:0 20%;
	float:left;
}

/************************ PROY INIC ************************/
.proy_inic_wrap {
	width:100%;
    padding:12% 3%;
	margin-top:-50px;
	background-repeat:no-repeat !important;
	background-attachment:fixed !important;
	background-size:cover !important;
    clip-path:polygon(0px 50px,0px 100%,100% 100%,100% 0px);
    -webkit-clip-path:polygon(0px 50px,0px 100%,100% 100%,100% 0px);
	float:left;
	position:relative;
}

.proy_inic_wrap:before {
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.1) url('../img/proy_inic_wrap_befo_back.png') repeat scroll 0 0;
    background-size:4px;
    position:absolute;
	z-index:-1;
}

.proy_inic_wrap h2 {
	width:10%;
	font-family:'Poppins', sans-serif;
	font-size:70px;
	color:rgba(255,255,255,1);	
	text-align:left;
	font-weight:600;
	text-transform:uppercase;
	white-space:nowrap;
	margin-top:23.5%;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	float:left;
	position:relative;
}

.proy_inic_wrap h2:before {
    content:'';
    width:100px;
    height:4px;
    left:0;
    bottom:8px;
    background:#FFF;
    position:absolute;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.proy_inic_list {
	width:88%;
	margin-right:1%;
	float:right;
}

.proy_inic_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.proy_inic_list li {
	width:23%;
    margin:0.4%;
	float:left;
	position:relative;
}

.proy_inic_list li:nth-child(1) {
	width:51%;
}

.proy_inic_list li h3 {
	width:100%;
	font-family:'Lato', sans-serif;
	font-size:13px;
	color:#2B354B;
	text-align:left;
	font-weight:500;
	padding:15px;
	background:#FFF;
    box-shadow:0 3px 5px 0 rgba(0,1,1,.1);
	float:left;
}

.proy_inic_list li:nth-child(1) h3 {
	font-size:16px;
	padding:18px;
}

.proy_inic_list_imag {
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
}

.proy_inic_list_imag:after {
	content:'';
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	top:10px;
	left:10px;
	background:rgba(0,0,0,0.2);
	position:absolute;
    transition:all 0.3s ease 0s;
}

.proy_inic_list li:hover .proy_inic_list_imag:after {
	width:0%;
	height:0%;
	top:50%;
	left:50%;
}

.proy_inic_list li:nth-child(1) .proy_inic_list_imag:after {
	width:calc(100% - 40px);
	height:calc(100% - 40px);
	top:20px;
	left:20px;
}

.proy_inic_list li:nth-child(1):hover .proy_inic_list_imag:after {
	width:0%;
	height:0%;
	top:50%;
	left:50%;
}

.proy_inic_list_imag img {
	width:100%;
	margin:-16px 0;
    transition:all 0.3s ease 0s;	
}

.proy_inic_list li:hover .proy_inic_list_imag img {
	transform:scale(1.1);
}

.proy_inic_list li:nth-child(1) img {
	margin:0;
}

/************************ PROY LIST ************************/
.proy_list {
	width:100%;
	float:left;
}

.proy_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.proy_list li {
	width:24%;
    margin:0.5%;
	float:left;
	position:relative;
}

.proy_list li:nth-child(4n+1) {
	float: left;
	clear: left;
}

.proy_list li h2 {
	width:100%;
	font-family:'Lato', sans-serif;
	font-size:13px;
	color:#2B354B;
	text-align:left;
	font-weight:500;
	padding:15px;
	background:#FFF;
    box-shadow:0 3px 5px 0 rgba(0,1,1,.1);
	float:left;
}

.proy_list_imag {
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
}

.proy_list_imag:after {
	content:'';
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	top:10px;
	left:10px;
	background:rgba(0,0,0,0.2);
	position:absolute;
    transition:all 0.3s ease 0s;
}

.proy_list li:hover .proy_list_imag:after {
	width:0%;
	height:0%;
	top:50%;
	left:50%;
}

.proy_list_imag img {
	width:100%;
}

/************************ PROY ITEM ************************/
.proy_item_deta {
	width:50%;
	font-family:'Lato', serif;
	font-size:15px;
	color:#444;
	text-align:justify;
	line-height:150%;
	padding:40px 60px;
	border-left:6px solid #408B9A;
	border-bottom:6px solid #408B9A;
    box-shadow:0 0 15px rgba(0,0,0,0.2);
	float:left;
}

.proy_item_deta ul {
	list-style-image:url('../img/noso_info_deta_li.png');
}

.proy_item_deta li {
	text-align:left;
}

.proy_item_deta:first-letter {
	font-size:70px;
	color:#408B9A;
	font-weight:700;
	line-height:70px;
	padding-right:20px;
	float:left;	
}

.proy_item_deta_cara {
	width:100%;
	margin-top:20px;
	float:left;
}

.proy_item_deta_cara_list {
	width:100%;
	float:left;
}

.proy_item_deta_cara_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.proy_item_deta_cara_list li {
	width:100%;
	margin-bottom:5px;
	float:left;
}

.proy_item_deta_cara_list_titu {
	width:35%;
	font-family:'Lato', serif;
	font-size:15px;
	color:#FFF;
	padding:5px 10px;
	background:#408B9A;
	float:left;
}

.proy_item_deta_cara_list_desc {
	width:65%;
	font-family:'Lato', serif;
	font-size:15px;
	color:#2B354B;
	padding:5px 10px;
	float:left;
}

.proy_item_vide {
	width:45%;
	float:right;
}

.proy_item_imag_list {
	width:112%;
	padding:40px 5%;
	margin-left:-6%;
	margin-top:60px;
	background:#B6C72C;
	float:left;
	position:relative;
}

.proy_item_imag_list:before {
    content:'';
    width:150px;
    height:4px;
    left:0;
	right:0;
    top:-30px;
	margin:0 auto;
    background:#408B9A;
    position:absolute;
}

.proy_item_imag_list ul {
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.proy_item_imag_list li {
	width:94%;
    margin:0 3%;
	box-shadow:0 3px 5px 0 rgba(0,1,1,.1);
	display:inline-block;
	position:relative;
}

.proy_item_imag_list_imag {
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
}

.proy_item_imag_list_imag:after {
	content:'';
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	top:10px;
	left:10px;
	background:rgba(0,0,0,0.2);
	position:absolute;
    transition:all 0.3s ease 0s;
}

.proy_item_imag_list li:hover .proy_item_imag_list_imag:after {
	width:0%;
	height:0%;
	top:50%;
	left:50%;
}

.proy_item_imag_list_imag img {
	width:100%;
}

/************************ CLIE LIST ************************/
.clie_list_deta {
	width:35%;
	font-family:'Lato', serif;
	font-size:15px;
	color:#FFF;
	text-align:justify;
	line-height:150%;
	padding:40px 60px;
	background:radial-gradient(ellipse at center, rgba(64,139,154,1) 0%, rgba(23,100,115,1) 100%);
	float:left;
}

.clie_list_deta:first-letter {
	font-size:70px;
	color:#FFF;
	font-weight:700;
	line-height:70px;
	padding-right:20px;
	float:left;	
}

.clie_list {
	width:60%;
	float:right;
}

.clie_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.clie_list li {
	width:23%;
	text-align:left;
    margin:0 1%;
	margin-bottom:10px;	
    box-shadow:0px 10px 25px 0px rgba(0,0,0,0.05);
	float:left;
	position:relative;
}

.clie_list li h3 {
	width:100%;
	font-family:'Lato', sans-serif;
	font-size:13px;
	color:#2B354B;
	text-align:left;
	font-weight:500;
	padding:15px;
	background:#FFF;
    box-shadow:0 3px 5px 0 rgba(0,1,1,.1);
	float:left;
}

.clie_list_imag {
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
}

.clie_list_imag:after {
	content:'';
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	top:10px;
	left:10px;
	background:rgba(0,0,0,0.1);
	position:absolute;
    transition:all 0.3s ease 0s;
}

.clie_list li:hover .clie_list_imag:after {
	width:0%;
	height:0%;
	top:50%;
	left:50%;
}

.clie_list_imag img {
	width:100%;
	padding:20px;
}

/************************ CONT MENS ************************/
#cont_mens {
    width:240px;
    text-align:center;
    left:50%;
    top:17%;
    margin-left:-120px;
	position:fixed;
    z-index:9998;
	cursor:pointer;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;

	-webkit-animation-name: move_cont_mens;
	-webkit-animation-duration: 0.6s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;	
}

@-webkit-keyframes move_cont_mens
 {
	 0% { top:-100px; }
	 25% { top:-0px; }	 
	 35% { top:2%; }	
	 50% { top:4%; }	 
	 60% { top:6%; } 
	 70% { top:8%; } 
	 80% { top:12%; }
	 100% { top:15%; }

 }
 
#cont_mens img {
	max-width:100%; 
}

/************************ FOOT ************************/
.foot_wrap {
	width:100%;
	margin-top:-60px;
	background:url('../img/foot_wrap_back.png');
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	float:left;
	position:relative;
}

.foot_izqu {
	width:50%;
	margin:8% 5% 5% 5%;
	float:left;
}

.foot_izqu_titu {
	width:100%;
	padding-left:20px;
	float:left;
	position:relative;
}

.foot_izqu_titu:after {
    content:'';
    width:6px;
    height:95%;
    top:0%;
    left:0;
    background:#B6C72C;
    display:block;
    position:absolute;
}

.foot_izqu_titu span {
	width:100%;
	font-family:'Poppins', serif;
	font-size:14px;
	color:#FFF;
	float:left;
}

.foot_izqu_titu h2 {
	width:100%;
	font-family:'Poppins', serif;
	font-size:36px;
	color:#B6C72C;
	font-weight:600;
	float:left;
}

.foot_izqu_deta {
	width:100%;
	font-family:'Lato', serif;
	font-size:14px;
	color:#FFF;
	float:left;
}

.foot_izqu_form {
	width:100%;
	margin-top:10px;
	float:left;
}

.foot_izqu_form_secc {
	width:48%;
	margin-bottom:20px;
	float:left;
	position:relative;
}

.foot_izqu_form_secc i {
    font-size:24px;
	color:#FFF;
    top:10px;
    left:10px;
    opacity:0.9;
    position:absolute;
    z-index:1;	
}

.foot_izqu_form_secc:nth-child(2) {
	float:right;
}

.foot_izqu_form_secc:nth-child(4) {
	float:right;
}

.foot_izqu_form_secc:nth-child(5) {
	width:100%;
	margin:0;
	margin-bottom:20px;
	float:left;
}

.foot_izqu_form_secc_inpu {
	width:100%;
	height:42px;
	font-family:'Lato', sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight:500;
    padding:12px 10px 12px 40px;
    background:rgba(0,0,0,0.2);
	border:0;
    border-bottom:2px solid transparent;
	float:left;
	outline:none;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.foot_izqu_form_secc_inpu:focus {
	color:#FFF;
    background:#B6C72C;
    border-bottom:2px solid #408B9A;
}

.foot_izqu_form_secc_inpu::-webkit-input-placeholder { color:#FFF; }    
.foot_izqu_form_secc_inpu:-moz-placeholder { color:#FFF; }
.foot_izqu_form_secc_inpu:-ms-input-placeholder { color:#FFF; }

.foot_izqu_form_secc_text {
	width:100%;
	height:120px;
	font-family:'Lato', sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight:500;
    padding:12px 10px 12px 40px;
    background:rgba(0,0,0,0.2);
	border:0;
    border-bottom:1px solid transparent;
	float:left;
	resize:none;
	outline:none;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.foot_izqu_form_secc_text:focus {
	color:#FFF;
    background:#B6C72C;
    border-bottom:2px solid #408B9A;
}

.foot_izqu_form_secc_text::-webkit-input-placeholder { color:#FFF; }    
.foot_izqu_form_secc_text:-moz-placeholder { color:#FFF; }
.foot_izqu_form_secc_text:-ms-input-placeholder { color:#FFF; }

.foot_izqu_form_secc_envi {
    width:100%;
	font-family:'Poppins', serif;
    font-size:20px;
    color:#408B9A;
	font-weight:600;
    text-align:center;
    line-height:140%;
	padding:10px;
	margin-top:10px;
	background:#FFF;
	border:0;
	border-radius:5px;
    float:left;
	cursor:pointer;
	transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.foot_izqu_form_secc_envi span {
    font-size:20px;
	font-weight:700;
}

.foot_izqu_form_secc_envi:hover {
	color:#FFF;
	background:#B6C72C;
}

.foot_dere {
	width:30%;
	padding:40px;
	margin-top:-50px;
	margin-right:5%;
	background:#FFF;
	border-top:5px solid #408B9A;
	border-radius:10px;
	float:right;
}

.foot_dere_titu {
	width:100%;
	font-family:'Poppins', serif;
	font-size:20px;
	color:#2B354B;
	font-weight:600;
	padding-left:20px;
	float:left;
	position:relative;
}

.foot_dere_titu:after {
    content:'';
    width:5px;
    height:95%;
    top:0%;
    left:0;
    background:#408B9A;
    display:block;
    position:absolute;
}

.foot_dere_list {
	width:100%;
	margin-top:20px;
	float:left;
}

.foot_dere_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.foot_dere_list li {
	width:100%;
	padding:15px 0 15px 15px;
	border-bottom:1px dotted #E3E3E3;
	display:block;
	position:relative;
    transition:all 0.3s ease 0s;
}

.foot_dere_list li:before {
	content:'';
	width:0;
	height:100%;
	top:0;
	left:0;
	position:absolute;
    transition:all 0.3s ease 0s;
}

.foot_dere_list li:hover:before {
	width:100%;
	background:#B6C72C;
}

.foot_dere_list_icon {
	font-size:24px;
    color:#408B9A;
    line-height:40px;
    margin-right:5px;
    float:left;
	position:relative;
    transition:all 0.3s ease 0s;
}

.foot_dere_list li:hover .foot_dere_list_icon {
	color:#FFF;
}

.foot_dere_list_info {
    font-family:'Poppins', sans-serif;
	padding-left:50px;
	position:relative;
}

.foot_dere_list_info_titu {
    font-size:13px;
    color:#606A7F;
    font-weight:500;
    transition:all 0.3s ease 0s;
}

.foot_dere_list li:hover .foot_dere_list_info_titu {
	color:#FFF;
}

.foot_dere_list_info span {
    font-size:14px;
    color:#2B354B;
    transition:all 0.3s ease 0s;
}

.foot_dere_list li:hover .foot_dere_list_info span {
	color:#FFF;
}

.foot_dere_rede {
	width:100%;
	margin-top:25px;
	float:left;
}

.foot_dere_rede ul {
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.foot_dere_rede li {
	width:40px;
	height:40px;
	font-size:22px;
	color:#FFF;
	line-height:42px;
	text-align:center;
	margin:5px;
	background:#408B9A;
	border-radius:50%;
    display:inline-block;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.foot_dere_rede li a {
	color:#FFF;
	display:block;
}

.foot_dere_rede li:hover a {
	color:#FFF;
}

.foot_dere_rede li:hover {
	background:#B6C72C;
}

#foot_mapa {
	width:100%;
	height:300px;
    clip-path:polygon(0px 50px,0px 100%,100% 100%,100% 0px);
    -webkit-clip-path:polygon(0px 50px,0px 100%,100% 100%,100% 0px);
	float:left;
}

.foot_cred {
	width:100%;
	font-family:'Lato', serif;
	font-size:14px;
	color:#FFF;	
	text-align:center;
	padding:4.5% 3% 2% 3%;
	margin-top:-50px;
	background:radial-gradient(ellipse at center, rgba(64,139,154,1) 0%, rgba(23,100,115,1) 100%);
    clip-path:polygon(0px 50px,0px 100%,100% 100%,100% 0px);
    -webkit-clip-path:polygon(0px 50px,0px 100%,100% 100%,100% 0px);
	float:left;
}

/************************ PAGINACION ************************/
.pagi_wrap {
	width:100%;
	font-family:'Poppins', sans-serif;
	font-size:20px;
	color:#2B354B;
	font-weight:700;
	text-align:center;
	margin:4% auto 0% auto;
	float:left;		
}

.pagi_wrap img {
	margin-top:8px;	
}

.pagi_wrap a {
	color:#408B9A;
	font-weight:normal; 			
	text-decoration:none;
}

.pagi_wrap a:hover {
	color:#B6C72C;		
}

/************************ ADDO ************************/
.addo_clea_both {
	width:100%;
	clear:both;
}

/* ----- MEDIA QUERIES ----- */

@media (min-width:240px) and (max-width:639px) {

	/************************ VENT EMER ************************/
	#vent_emer_cerr {
		right:15px;
		top:15px;
	}
	
	#vent_emer_list {
		top:30%;
	}

	/************************ WRAP ************************/
	.wrap {
		min-width:100%;
	}
	
	/************************ HEAD ************************/
	.head_wrap {
		padding:0 5%;
		border-top:5px solid #408B9A;
	}
	
	.head_logo {
		width:80%;
		margin:0 10%;
		margin-top:5px;
	}
	
	.head_cont {
		width:90%;
		padding-left:3%;
	    margin-top:10px;
		float:left;
		position:relative;
		z-index:99;
	}

	.head_cont li {
		padding:5px 10px;
	}
		
	.head_cont_info { display:none; }
	
	/************************ MENU ************************/
	.menu_wrap {	
		width:100%;
		padding:0;
		margin:0;
		margin-top:-50px;
		background:none;
		border-radius:0;
	}
	
	/************************ SLID ************************/
	.slid_wrap {
		margin-top:0;
	}
	
	.fw_al_007_slide {
		width:80% !important;
		top:20% !important;
	}
	
	.fw_al_007_slide>h1 {
		font-size:16px !important;
	}
	
	/************************ TITU ************************/
	.titu_wrap {
		padding:18% 3% 8% 3%;
		margin-top:0;
	}
	
	.titu_wrap h1 {
		font-size:28px;
		line-height:130%;
	}
	
	.titu_titu {
		font-size:28px;
		line-height:130%;
	}
	
	/************************ MAIN ************************/
	.main_wrap {
		padding:15% 5%;
	}
	
	.main_wrap h1 {
		width:100%;
		font-size:18px;
		font-weight:600;
		line-height:120%;
		margin-right:0;
	}
		
	.main_wrap h1:after {
		top:-20px;
	}

	/************************ NOSO ************************/
	.noso_wrap {
		padding:15% 5%;
	}
	
	.noso_info {
		width:100%;
	}
	
	.noso_info h1 {
		font-size:30px;
	}

	.noso_imag {
		width:90%;
		margin-right:10%;
		margin-top:60px;
	}
	
	.noso_imag:before {
		top:-30px;
		right:-30px;
		border:8px solid #408B9A;
	}
	
	/************************ SERV INIC ************************/
	.serv_inic_wrap {
		padding:0;
	}
	
	.serv_inic_list {
		margin-top:20px;
	}
	
	/************************ SLOG INIC ************************/
	.slog_inic_wrap {
		padding:20% 10%;
		margin-top:40px;
		clip-path:polygon(0px 20px,0px 100%,100% 100%,100% 0px);
		-webkit-clip-path:polygon(0px 20px,0px 100%,100% 100%,100% 0px);
	}
	
	.slog_inic_wrap h2 {
		width:100%;
		font-size:30px;
		line-height:120%;
		margin-top:0;
	}
	
	.slog_inic_wrap h2:before {
		width:120px;
		bottom:-20px;
	}
	
	.slog_inic_deta {
		width:100%;
		line-height:130%;
		padding:20px 30px;
		margin-top:40px;
	}
	
	/************************ PRES INIC ************************/
	.pres_inic_wrap {
		padding:10% 5% 20% 5%;
	}
	
	.pres_inic_info h2 {
		font-size:30px;
		margin-top:5px;
	}
	
	.pres_inic_info h3 {
		font-size:24px;
	}
	
	.pres_inic_info_vide {
		width:100%;
		margin:0;
		margin-top:10px;
	}
	
	.pres_inic_info_deta {
		width:100%;
		font-size:16px;
		line-height:130%;
		padding:0 5%;
	}

	/************************ PROY INIC ************************/
	.proy_inic_wrap {
		width:100%;
		padding:25% 5% 30% 5%;
		margin-top:-50px;
	}
	
	.proy_inic_wrap h2 {
		width:100%;
		font-size:36px;
		margin-top:0;
		transform:rotate(0);
		-webkit-transform:rotate(0);
	}
	
	.proy_inic_wrap h2:before {
		bottom:-10px;
	}
	
	.proy_inic_list {
		width:100%;
		margin-right:0;
		margin-top:40px;
	}

	.proy_inic_list li {
		width:100%;
		margin:0;
		margin-bottom:20px;
	}
	
	.proy_inic_list li:last-child {
		margin-bottom:0;
	}
	
	.proy_inic_list li:nth-child(1) {
		width:100%;
	}
	
	.proy_inic_list li h3 {
		font-size:15px;
	}
	
	.proy_inic_list li:nth-child(1) h3 {
		font-size:15px;
		padding:15px;
	}
	
	.proy_inic_list li:nth-child(1) .proy_inic_list_imag:after {
		width:calc(100% - 20px);
		height:calc(100% - 20px);
		top:10px;
		left:10px;
	}
	
	.proy_inic_list li:nth-child(1) img {
		margin:-16px 0;
	}

	/************************ PROY LIST ************************/
	.proy_list li {
		width:100%;
		margin:0;
		margin-bottom:20px;
	}
	
	.proy_list li h2 {
		font-size:15px;
	}
	
	/************************ PROY ITEM ************************/
	.proy_item_deta {
		width:100%;
		font-size:15px;
		line-height:130%;
		padding:20px 30px;
	}
	
	.proy_item_deta:first-letter {
		font-size:60px;
		line-height:60px;
		padding-right:15px;
	}
	
	.proy_item_deta_cara_list_titu {
		width:100%;
	}
	
	.proy_item_deta_cara_list_desc {
		width:100%;
	}
	
	.proy_item_vide {
		width:100%;
		margin-top:40px;
	}

	/************************ CLIE LIST ************************/
	.clie_list_deta {
		width:100%;
		line-height:130%;
		padding:20px 30px;
	}
	
	.clie_list_deta:first-letter {
		font-size:60px;
		line-height:60px;
		padding-right:15px;
	}
	
	.clie_list {
		width:100%;
		margin-top:40px;
	}
	
	.clie_list li {
		width:48%;
		margin:0;
		margin-bottom:10px;
	}
	
	.clie_list li:nth-child(odd) {
		float:left;
	}
	
	.clie_list li:nth-child(even) {
		float:right;
	}

	/************************ FOOT ************************/
	.foot_wrap {
		margin-top:20px;
	}
	
	.foot_izqu {
		width:100%;
		padding:15% 5% 5% 5%;
		margin:0;
	}

	.foot_izqu_titu h2 {
		width:100%;
		font-family:'Poppins', serif;
		font-size:30px;
		color:#B6C72C;
		font-weight:600;
		float:left;
	}

	.foot_dere {
		width:100%;
		padding:40px 20px;
		margin-top:20px;
		margin-right:0;
		border-radius:10px 10px 0 0;
	}
	
	.foot_dere_titu {
		font-size:24px;
	}
	
	.foot_dere_list li {
		padding:10px 0 10px 15px;
	}
	
	#foot_mapa {
		height:200px;
		clip-path:polygon(0px 0px,0px 100%,100% 100%,100% 0px);
		-webkit-clip-path:polygon(0px 0px,0px 100%,100% 100%,100% 0px);
	}
	
	.foot_cred {
		font-size:15px;
		padding:5% 3%;
		margin-top:0;
		clip-path:polygon(0px 0px,0px 100%,100% 100%,100% 0px);
		-webkit-clip-path:polygon(0px 0px,0px 100%,100% 100%,100% 0px);
	}

}

@media (min-width: 640px) and (max-width: 1023px) {

	/************************ VENT EMER ************************/
	#vent_emer_cerr {
		right:15px;
		top:15px;
	}

	#vent_emer_list {
		width:70%;
		top:2%;
		left:15%;
	}

	/************************ WRAP ************************/
	.wrap {
		min-width:100%;
	}
	
	/************************ HEAD ************************/
	.head_wrap {
		padding:0 5%;
		border-top:5px solid #408B9A;
	}
	
	.head_logo {
		width:40%;
		margin-top:5px;
		z-index:99;
		position:relative;
	}
	
	.head_cont {
		padding-left:8%;
	    margin-top:10px;
		float:left;
		position:relative;
		z-index:99;
	}

	.head_cont li {
		padding:5px 10px;
	}
		
	.head_cont_info { display:none; }
	
	/************************ MENU ************************/
	.menu_wrap {	
		width:100%;
		padding:0;
		margin:0;
		margin-top:-55px;
		background:none;
		box-shadow:0px 0px 9px 0px rgba(6,22,58,0);
		border-radius:0;
	}
	
	/************************ SLID ************************/
	.slid_wrap {
		margin-top:0;
	}
	
	.fw_al_007_slide {
		width:80% !important;
		top:20% !important;
	}
	
	/************************ TITU ************************/
	.titu_wrap {
		padding:15% 3% 5% 3%;
		margin-top:0;
	}
	
	.titu_wrap h1 {
		font-size:28px;
		line-height:130%;
	}
	
	.titu_titu {
		font-size:28px;
		line-height:130%;
	}
	
	/************************ MAIN ************************/
	.main_wrap {
		padding:8% 5%;
	}
	
	.main_wrap h1 {
		width:100%;
		font-size:18px;
		font-weight:600;
		line-height:120%;
		margin-right:0;
	}
		
	.main_wrap h1:after {
		top:-20px;
	}

	/************************ NOSO ************************/
	.noso_wrap {
		padding:8% 5%;
	}
	
	.noso_info {
		width:100%;
	}
	
	.noso_info h1 {
		font-size:30px;
	}

	.noso_imag {
		width:60%;
		margin:0 20%;
		margin-top:60px;
	}
	
	.noso_imag:before {
		top:-30px;
		right:-30px;
		border:8px solid #408B9A;
	}
	
	/************************ SERV INIC ************************/
	.serv_inic_wrap {
		padding:0;
	}
	
	.serv_inic_list {
		margin-top:20px;
	}
	
	/************************ SLOG INIC ************************/
	.slog_inic_wrap {
		padding:12% 10%;
		margin-top:40px;
		clip-path:polygon(0px 20px,0px 100%,100% 100%,100% 0px);
		-webkit-clip-path:polygon(0px 20px,0px 100%,100% 100%,100% 0px);
	}
	
	.slog_inic_wrap h2 {
		width:100%;
		font-size:30px;
		line-height:120%;
		margin-top:0;
	}
	
	.slog_inic_wrap h2:before {
		width:120px;
		bottom:-20px;
	}
	
	.slog_inic_deta {
		width:100%;
		line-height:130%;
		padding:20px 30px;
		margin-top:40px;
	}
	
	/************************ PRES INIC ************************/
	.pres_inic_wrap {
		padding:10% 5% 15% 5%;
	}
	
	.pres_inic_info h2 {
		font-size:30px;
		margin-top:5px;
	}
	
	.pres_inic_info h3 {
		font-size:24px;
	}
	
	.pres_inic_info_vide {
		width:100%;
		margin:0;
		margin-top:10px;
	}
	
	.pres_inic_info_deta {
		width:100%;
		font-size:16px;
		line-height:130%;
		padding:0 5%;
	}

	/************************ PROY INIC ************************/
	.proy_inic_wrap {
		width:100%;
		padding:15% 5% 20% 5%;
		margin-top:-50px;
	}
	
	.proy_inic_wrap h2 {
		width:100%;
		font-size:36px;
		margin-top:0;
		transform:rotate(0);
		-webkit-transform:rotate(0);
	}
	
	.proy_inic_wrap h2:before {
		bottom:-10px;
	}
	
	.proy_inic_list {
		width:100%;
		margin-right:0;
		margin-top:40px;
	}

	.proy_inic_list li {
		width:100%;
		margin:0;
		margin-bottom:20px;
	}
	
	.proy_inic_list li:last-child {
		margin-bottom:0;
	}
	
	.proy_inic_list li:nth-child(1) {
		width:100%;
	}
	
	.proy_inic_list li h3 {
		font-size:15px;
	}
	
	.proy_inic_list li:nth-child(1) h3 {
		font-size:15px;
		padding:15px;
	}
	
	.proy_inic_list li:nth-child(1) .proy_inic_list_imag:after {
		width:calc(100% - 20px);
		height:calc(100% - 20px);
		top:10px;
		left:10px;
	}
	
	.proy_inic_list li:nth-child(1) img {
		margin:-16px 0;
	}

	/************************ PROY LIST ************************/
	.proy_list li {
		width:48%;
		margin:0;
		margin-bottom:20px;
	}
	
	.proy_list li:nth-child(odd) {
		float:left;
	}
	
	.proy_list li:nth-child(even) {
		float:right;
	}
	
	.proy_list li h2 {
		font-size:15px;
	}
	
	/************************ PROY ITEM ************************/
	.proy_item_deta {
		width:100%;
		font-size:15px;
		line-height:130%;
		padding:20px 30px;
	}
	
	.proy_item_deta:first-letter {
		font-size:60px;
		line-height:60px;
		padding-right:15px;
	}
	
	.proy_item_deta_cara_list_titu {
		width:100%;
	}
	
	.proy_item_deta_cara_list_desc {
		width:100%;
	}

	.proy_item_deta_cara_list li {
		width:48%;
		margin-bottom:5px;
	}
	
	.proy_item_deta_cara_list li:nth-child(odd) {
		float:left;
	}
	
	.proy_item_deta_cara_list li:nth-child(even) {
		float:right;
	}

	.proy_item_vide {
		width:100%;
		margin-top:40px;
	}

	/************************ CLIE LIST ************************/
	.clie_list_deta {
		width:100%;
		line-height:130%;
		padding:20px 30px;
	}
	
	.clie_list_deta:first-letter {
		font-size:60px;
		line-height:60px;
		padding-right:15px;
	}
	
	.clie_list {
		width:100%;
		margin-top:40px;
	}
	
	.clie_list li {
		width:31.3%;
		margin:0 1%;
		margin-bottom:10px;
	}

	/************************ FOOT ************************/
	.foot_wrap {
		margin-top:0;
	}
	
	.foot_izqu {
		width:100%;
		padding:10% 5% 5% 5%;
		margin:0;
	}

	.foot_izqu_titu h2 {
		width:100%;
		font-family:'Poppins', serif;
		font-size:30px;
		color:#B6C72C;
		font-weight:600;
		float:left;
	}

	.foot_dere {
		width:100%;
		padding:40px 20px;
		margin-top:20px;
		margin-right:0;
		border-radius:10px 10px 0 0;
	}
	
	.foot_dere_titu {
		font-size:24px;
	}
	
	.foot_dere_list li {
		padding:10px 0 10px 15px;
	}

	.foot_izqu_form_secc {
		margin-bottom:10px;
	}
	
	#foot_mapa {
		height:200px;
		clip-path:polygon(0px 0px,0px 100%,100% 100%,100% 0px);
		-webkit-clip-path:polygon(0px 0px,0px 100%,100% 100%,100% 0px);
	}
	
	.foot_cred {
		font-size:15px;
		padding:5% 3%;
		margin-top:0;
		clip-path:polygon(0px 0px,0px 100%,100% 100%,100% 0px);
		-webkit-clip-path:polygon(0px 0px,0px 100%,100% 100%,100% 0px);
	}

}

@media (min-width: 1792px) {

	/************************ SCRO ************************/
	::-webkit-scrollbar { width:13px; }
	::-moz-scrollbar { width:13px; }
	::-o-scrollbar { width:13px; }
	
	/************************ SCRO GTOP ************************/
	.scro_goto {
		width:67px;
		height:67px;
		font-size:45px;
		line-height:60px;
		right:13px;
		bottom:13px;
	}
	
	/************************ VENT EMER ************************/
	#vent_emer_cerr {
		right:40px;
		top:40px;
	}
	
	#vent_emer_list img {
		width:100%; 
	}
	
	/************************ WRAP ************************/
	
	/************************ HEAD ************************/
	.head_wrap {
		border-top:5px solid #408B9A;
	}
	
	.head_cont {
		margin-top:7px;
	}
	
	.head_cont li {
		padding:13px;
		margin-right:40px;
	}
	
	.head_cont li:before {
		width:80px;
		left:-13px;
	}
	
	.head_cont_icon {
		font-size:29px;
		line-height:53px;
		margin-right:7px;
	}
	
	.head_cont_info {
		padding-left:80px;
	}
	
	.head_cont_info_titu {
		font-size:17px;
	}
	
	.head_cont_info span {
		font-size:19px;
	}
	
	/************************ MENU ************************/
	.menu_wrap {	
		border-radius:13px;
		box-shadow:0px 0px 12px 0px rgba(6,22,58,0.07);
	}
	
	/************************ SLID ************************/
	.fw_al_007_slide>h1 {
		font-size:45px !important;
	}

	/************************ TITU ************************/
	.titu_wrap h1 {
		font-size:53px;
	}
	
	.titu_wrap h1:after {
		width:107px;
		height:4px;
		top:-13px;
	}
	
	.titu_titu {
		font-size:53px;
	}
	
	.titu_titu:after {
		width:107px;
		height:4px;
		top:-13px;
	}
	
	.titu_subt {
		font-size:19px;
		margin-top:-53px;
	}
	
	/************************ MAIN ************************/
	.main_wrap h1 {
		font-size:37px;
		margin-bottom:33px;
	}
	
	.main_wrap h1 span {
		margin-left:11px;
	}
	
	.main_wrap h1:after {
		width:107px;
		height:5px;
		top:-13px;
	}
	
	/************************ NOSO ************************/
	.noso_info h1 {
		font-size:53px;
	}
	
	.noso_info h1 span {
		margin-left:11px;
	}
	
	.noso_info h1:after {
		width:107px;
		height:5px;
		top:-13px;
	}
	
	.noso_info_deta {
		font-size:20px;
	}
	
	.noso_info_deta:first-letter {
		font-size:93px;
		line-height:93px;
		padding-right:27px;
	}
	
	.noso_imag {
		margin-top:53px;
	}
	
	.noso_imag:before {
		top:-67px;
		right:-67px;
		border:13px solid #408B9A;
	}
	
	/************************ SERV INIC ************************/
	.serv_inic_list {
		margin-top:-53px;
	}
	
	.serv_inic_list_icon {
		width:133px;
		height:133px;
		font-size:67px;
		line-height:120px;
		border:5px solid #408B9A;
		border-radius:67px;
	}
	
	.serv_inic_list_info {
		padding:67px 40px 40px 40px;
		margin-top:-53px;
		border-bottom:4px solid #408B9A;
	}
	
	.serv_inic_list li:hover .serv_inic_list_info {
		border-bottom:4px solid #408B9A;
	}
	
	.serv_inic_list_info h3 {
		font-size:24px;
	}
	
	.serv_inic_list_info span {
		font-size:19px;
		margin-top:13px;
	}
	
	/************************ SLOG INIC ************************/
	.slog_inic_wrap:before {
		background-size:5px;
	}
	
	.slog_inic_wrap h2 {
		font-size:67px;
		text-shadow:4px 4px 7px rgba(0,0,0,0.9);
		margin-top:80px;
	}
	
	.slog_inic_wrap h2:before {
		width:200px;
		height:5px;
		bottom:-40px;
		box-shadow:4px 4px 7px rgba(0,0,0,0.9);
	}
	
	.slog_inic_deta {
		font-size:20px;
		padding:80px;
	}
	
	/************************ PRES INIC ************************/
	.pres_inic_wrap:before {
		background-size:5px;
	}
	
	.pres_inic_info h2 {
		font-size:51px;
		margin-top:13px;
	}
	
	.pres_inic_info h3 {
		font-size:37px;
		margin-top:13px;
	}
	
	.pres_inic_info_vide {
		margin-top:13px;
	}
	
	.pres_inic_info_deta {
		font-size:20px;
	}
	
	/************************ PROY INIC ************************/
	.proy_inic_wrap {
		margin-top:-67px;
	}
	
	.proy_inic_wrap:before {
		background-size:5px;
	}
	
	.proy_inic_wrap h2 {
		font-size:93px;
	}
	
	.proy_inic_wrap h2:before {
		width:133px;
		height:5px;
		bottom:11px;
	}
	
	.proy_inic_list li h3 {
		font-size:17px;
		padding:20px;
		box-shadow:0 4px 7px 0 rgba(0,1,1,.1);
	}
	
	.proy_inic_list li:nth-child(1) h3 {
		font-size:21px;
		padding:24px;
	}
	
	.proy_inic_list_imag:after {
		width:calc(100% - 27px);
		height:calc(100% - 27px);
		top:13px;
		left:13px;
	}
	
	.proy_inic_list li:nth-child(1) .proy_inic_list_imag:after {
		width:calc(100% - 53px);
		height:calc(100% - 53px);
		top:27px;
		left:27px;
	}
	
	.proy_inic_list_imag img {
		margin:-21px 0;
	}
	
	/************************ PROY LIST ************************/
	.proy_list li h2 {
		font-size:17px;
		padding:20px;
		box-shadow:0 4px 7px 0 rgba(0,1,1,.1);
	}
	
	.proy_list_imag:after {
		width:calc(100% - 27px);
		height:calc(100% - 27px);
		top:13px;
		left:13px;
	}
	
	/************************ PROY ITEM ************************/
	.proy_item_deta {
		font-size:20px;
		padding:53px 80px;
		border-left:8px solid #408B9A;
		border-bottom:8px solid #408B9A;
		box-shadow:0 0 20px rgba(0,0,0,0.2);
	}
	
	.proy_item_deta:first-letter {
		font-size:93px;
		line-height:93px;
		padding-right:27px;
	}
	
	.proy_item_deta_cara {
		margin-top:27px;
	}

	.proy_item_deta_cara_list li {
		margin-bottom:7px;
	}

	.proy_item_deta_cara_list_titu {
		font-size:20px;
		padding:7px 13px;
	}

	.proy_item_deta_cara_list_desc {
		font-size:20px;
		padding:7px 13px;
	}	
	
	.proy_item_imag_list {
		padding:53px 5%;
		margin-top:80px;
	}
	
	.proy_item_imag_list:before {
		width:200px;
		height:5px;
		top:-40px;
	}
	
	.proy_item_imag_list li {
		box-shadow:0 4px 7px 0 rgba(0,1,1,.1);
	}
	
	.proy_item_imag_list_imag:after {
		width:calc(100% - 27px);
		height:calc(100% - 27px);
		top:13px;
		left:13px;
	}
	
	/************************ CLIE LIST ************************/
	.clie_list_deta {
		font-size:20px;
		padding:53px 80px;
	}
	
	.clie_list_deta:first-letter {
		font-size:93px;
		line-height:93px;
		padding-right:27px;
	}
	
	.clie_list li {
		margin-bottom:13px;	
		box-shadow:0px 13px 33px 0px rgba(0,0,0,0.05);
	}
	
	.clie_list li h3 {
		font-size:17px;
		padding:20px;
		background:#FFF;
		box-shadow:0 4px 7px 0 rgba(0,1,1,.1);
	}
	
	.clie_list_imag:after {
		width:calc(100% - 27px);
		height:calc(100% - 27px);
		top:13px;
		left:13px;
	}
	
	.clie_list_imag img {
		padding:27px;
	}
	
	/************************ CONT MENS ************************/

	/************************ FOOT ************************/
	.foot_wrap {
		margin-top:-100px;
	}
	
	.foot_izqu_titu {
		padding-left:27px;
	}
	
	.foot_izqu_titu:after {
		width:8px;
	}
	
	.foot_izqu_titu span {
		font-size:19px;
	}
	
	.foot_izqu_titu h2 {
		font-size:48px;
	}
	
	.foot_izqu_deta {
		font-size:19px;
	}
	
	.foot_izqu_form {
		margin-top:13px;
	}
	
	.foot_izqu_form_secc {
		margin-bottom:27px;
	}
	
	.foot_izqu_form_secc i {
		font-size:32px;
		top:13px;
		left:13px;
	}
	
	.foot_izqu_form_secc:nth-child(5) {
		margin-bottom:27px;
	}
	
	.foot_izqu_form_secc_inpu {
		height:56px;
		font-size:19px;
		padding:16px 13px 16px 53px;
	}
	
	.foot_izqu_form_secc_text {
		height:160px;
		font-size:19px;
		padding:16px 13px 16px 60px;
	}
	
	.foot_izqu_form_secc_envi {
		font-size:27px;
		padding:13px;
		margin-top:13px;
		border-radius:7px;
	}
	
	.foot_izqu_form_secc_envi span {
		font-size:27px;
	}
	
	.foot_dere {
		padding:53px;
		border-top:7px solid #408B9A;
		border-radius:13px;
	}
	
	.foot_dere_titu {
		font-size:27px;
		padding-left:27px;
	}
	
	.foot_dere_titu:after {
		width:7px;
	}
	
	.foot_dere_list {
		margin-top:27px;
	}
	
	.foot_dere_list li {
		padding:20px 0 20px 20px;
	}
	
	.foot_dere_list_icon {
		font-size:32px;
		line-height:53px;
		margin-right:7px;
	}
	
	.foot_dere_list_info {
		padding-left:53px;
	}
	
	.foot_dere_list_info_titu {
		font-size:17px;
	}
	
	.foot_dere_list_info span {
		font-size:19px;
	}
	
	.foot_dere_rede {
		margin-top:33px;
	}
	
	.foot_dere_rede li {
		width:53px;
		height:53px;
		font-size:29px;
		line-height:56px;
		margin:7px;
	}
	
	#foot_mapa {
		height:400px;
	}
	
	.foot_cred {
		font-size:19px;
		margin-top:-67px;
	}
	
	/************************ PAGINACION ************************/
	.pagi_wrap {
		font-size:27px;
	}
	
	.pagi_wrap img {
		margin-top:11px;
	}

}