@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:#D40710; }
::-moz-scrollbar-thumb { background:#D40710; }
::-o-scrollbar-thumb { background:#D40710; }

/************************ SCRO GOTO ************************/
.scro_goto {
    width:55px;
    height:55px;
    font-size:30px;
    color:#FFF;
    text-align:center;
    line-height:50px;
    right:20px;
    bottom:20px;
	background:rgba(219,16,25,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(212,7,16,0.5);
}

/************************ WRAP ************************/
.wrap {
	width:100%;
	min-width:960px;
}

/************************ IZQU ************************/
.izqu_wrap {
    width:300px;
	padding:20px;
    top:0px;
    bottom:0px;
    left:0px;
    background:#ED1B24;
	border-right:1px solid rgba(255,255,255,0.1);
    z-index:100;
    position:fixed;
}

/************************ LOGO ************************/
.izqu_logo {
	width:100%;
	padding:15px;
	background:#FFF;
	float:left;
}

.izqu_logo img {
    width:100%;
}

/************************ MENU ************************/
.izqu_menu {
	width:100%;
	margin-top:80px;
	float:right;
}

/************************ REDE ************************/
.izqu_rede {
	width:calc(100% - 40px);
    bottom:40px;
    position:absolute;
}

.izqu_rede ul {
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.izqu_rede li {
	width:40px;
	height:40px;
	font-size:22px;
	color:#ED1B24;
	line-height:42px;
	text-align:center;
	margin:5px;
	background:#FFF;
	border-radius:50%;
    display:inline-block;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.izqu_rede li a {
	color:#ED1B24;
	display:block;
}

.izqu_rede li:hover a {
	color:#FFF;
}

.izqu_rede li:hover {
	background:#ED3237;
}

/************************ DERE ************************/
.dere_wrap {
    width:calc(100% - 300px);
	float:right;
}

/************************ SLID ************************/
.slid_wrap {
	width:100%;
	position:relative;	
}

/************************ TITU ************************/
.titu_wrap {
	width:100%;
	padding:12% 3% 10% 3%;
	background-position:50% 50% !important;
	background-size:cover !important;
	float:left;
	position:relative;
}

.titu_wrap:after {
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5) url('../img/slid_main_item_afte.png');
	background-size:8px;
	position:absolute;
}

.titu_wrap h1 {
	width:100%;
	font-family:'Fira Sans', sans-serif;
	font-size:50px;
	color:#FFF;	
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
    letter-spacing:2px;
	float:left;
	position:relative;
	z-index:1;
}

.titu_wrap span {
    color:#ED1B24;
    font-weight:200;
    margin-right:8px;
}

.titu_titu {
	width:100%;
	font-family:'Fira Sans', sans-serif;
	font-size:50px;
	color:#FFF;	
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
    letter-spacing:2px;
	float:left;
	position:relative;
	z-index:1;
}

.titu_titu span {
    color:#ED1B24;
    font-weight:200;
    margin-right:8px;
}

.titu_titu_base {
    content:'';
    width:25%;
    margin:80px auto 0 auto;
    border-bottom:1px dashed #AAAAAA;
	position:relative;
	z-index:1;
}

.titu_titu_base:before {
    content:'';
    width:15px;
    height:15px;
	left:0;
	right:0;
    bottom:-8px;
    margin:auto;
    background:#FFF;
    border:2px solid #ED3237;
    border-radius:50%;
	position:absolute;
    display:block;
}

/************************ MAIN ************************/
.main_wrap {
	width:100%;
	float:left;
}

.main_titu {
	width:calc(100% - 60px);
	margin-top:40px;
	margin-left:30px;
	float:left;
}

.main_titu h1 {
	width:100%;
	font-family:'Fira Sans', sans-serif;
	font-size:32px;
	color:#AAAAAA;	
	text-align:left;
	font-weight:600;
	padding-left:20px;
	float:left;
	position:relative;
}

.main_titu h1:before {
    content:'';
    width:12px;
    height:12px;
	left:0;
    bottom:12px;
    margin:auto;
    border:3px solid #ED3237;
    border-radius:50%;
	position:absolute;
    display:block;
}

.main_titu h1:after {
    content:'';
    width:100px;
    height:4px;
	left:0;
    bottom:-8px;
    margin:auto;
    background:#ED3237;
	position:absolute;
}

.main_titu_titu {
	width:100%;
	font-family:'Fira Sans', sans-serif;
	font-size:32px;
	color:#AAAAAA;	
	text-align:left;
	font-weight:600;
	padding-left:20px;
	float:left;
	position:relative;
}

.main_titu_titu:before {
    content:'';
    width:12px;
    height:12px;
	left:0;
    bottom:12px;
    margin:auto;
    border:3px solid #ED3237;
    border-radius:50%;
	position:absolute;
    display:block;
}

.main_titu_titu:after {
    content:'';
    width:100px;
    height:4px;
	left:0;
    bottom:-8px;
    margin:auto;
    background:#ED3237;
	position:absolute;
}

/************************ NOSO ************************/
.noso_info {
	width:100%;
	padding:4% 8%;
	float:left;
}

.noso_info h1 {
	width:100%;
	font-family:'Fira Sans', sans-serif;
	font-size:32px;
	color:#AAAAAA;	
	text-align:left;
	font-weight:600;
	padding-left:20px;
	float:left;
	position:relative;
}

.noso_info h1:before {
    content:'';
    width:12px;
    height:12px;
	left:0;
    bottom:12px;
    margin:auto;
    border:3px solid #ED3237;
    border-radius:50%;
	position:absolute;
    display:block;
}

.noso_info h1:after {
    content:'';
    width:100px;
    height:4px;
	left:0;
    bottom:-8px;
    margin:auto;
    background:#ED3237;
	position:absolute;
}

.noso_info_deta {
	width:100%;
	font-family:'Fira Sans', sans-serif;
    font-size:14px;
    color:#222;
	text-align:justify;
	line-height:140%;
	margin-top:10px;
	float:left;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.noso_info_deta a {
	color:#ED3237;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.noso_info_deta a:hover {
	color:#ED1B24;
}

.noso_info ul {
    list-style-image:url('../img/main_deta_li.png');
}

.noso_secc {
	width:100%;
	padding:5% 5%;
	background:#F0F4F9;
	float:left;
}

.noso_secc_list {
	width:100%;
	float:left;
}

.noso_secc_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.noso_secc_list li {
	width:49%;
	padding:40px;
	margin-bottom:20px;
	background:#FFF;
    border:1px #EDEFF2 solid;
    border-radius:5px 5px 5px 5px;
	float:left;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.noso_secc_list li:last-child {
	width:100%;
	margin-bottom:0;
}

.noso_secc_list li:hover {
	background:#ED1B24;
}

.noso_secc_list li:nth-child(odd) {
	float:left;
}

.noso_secc_list li:nth-child(even) {
	float:right;
}

.noso_secc_list_titu {
	width:100%;
	font-family:'Fira Sans', sans-serif;
	font-size:18px;
	color:#222;	
	text-align:left;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:10px;
	float:left;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.noso_secc_list li:hover .noso_secc_list_titu {
	color:#FFF;
}

.noso_secc_list_icon {
	width:50px;
	font-size:50px;
	color:#ED1B24;	
	text-align:left;
	float:left;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.noso_secc_list li:hover .noso_secc_list_icon {
	color:#FFF;
}

.noso_secc_list_deta {
	width:calc(100% - 70px);
	font-family:'Fira Sans', sans-serif;
    font-size:14px;
    color:#222;
	text-align:justify;
	line-height:130%;
	margin-top:-15px;
	margin-left:20px;
	float:left;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.noso_secc_list_deta ul {
	width:100%;
	padding-top:15px;
	padding-left:20px;
	list-style:square;
	float:left;
}

.noso_secc_list_deta li {
	width:100%;
	text-align:left;
	padding:0;
	margin-bottom:5px;
	background:none;
    border:0;
    border-radius:0;
	float:left;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.noso_secc_list_deta li:hover {
	color:#FFF;
}

.noso_secc_list li:hover .noso_secc_list_deta {
	color:#FFF;
}

/************************ SERV INIC ************************/
.serv_inic_wrap {
	width:94%;
	padding:40px;
	margin:0 3%;
	margin-top:-80px;
	background:#FFF;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
	float:left;
	position:relative;
}

.serv_inic_wrap h2 {
	width:100%;
	font-family:'Fira Sans', sans-serif;
	font-size:50px;
	color:#AAAAAA;	
	text-align:center;
	font-weight:600;
	padding-left:20px;
	float:left;
}

.serv_inic_h2_base {
    content:'';
    width:25%;
    margin:80px auto 0 auto;
    border-bottom:1px dashed #AAAAAA;
	position:relative;
}

.serv_inic_h2_base:before {
    content:'';
    width:15px;
    height:15px;
	left:0;
	right:0;
    bottom:-8px;
    margin:auto;
    background:#FFF;
    border:2px solid #ED3237;
    border-radius:50%;
	position:absolute;
    display:block;
}

.serv_inic_list {
	width:100%;
	margin-top:40px;
	float:left;
	overflow:hidden;
}

.serv_inic_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.serv_inic_list li {
	width:100%;
	float:left;
}

.serv_inic_list_item {
	width:100%;
	float:left;
	position:relative;
}

.serv_inic_list_item_imag {
	width:100%;
	float:left;
}

.serv_inic_list_item_imag img {
	width:100%;
}

.serv_inic_list_item_info {
	width:50%;
	height:100%;
	padding:50px;
	top:0;
	right:0;
	background:rgba(0,0,0,0.8);
	position:absolute;
}

.serv_inic_list_item_info h3 {
	width:100%;
	font-family:'Fira Sans', sans-serif;
	font-size:34px;
	color:#ED1B24;	
	text-align:right;
	font-weight:600;
	text-transform:uppercase;
	float:left;
}

.serv_inic_list_item_info_deta {
	width:100%;
	font-family:'Fira Sans', sans-serif;
    font-size:14px;
    color:#FFF;
	text-align:right;
	line-height:140%;
	float:left;
}

/************************ PROY INIC ************************/
.proy_inic_wrap {
	width:100%;
	padding-top:3%;
	margin-top:60px;
	float:left;
}

.proy_inic_wrap h2 {
	width:100%;
	font-family:'Fira Sans', sans-serif;
	font-size:50px;
	color:#AAAAAA;	
	text-align:center;
	font-weight:600;
	padding-left:20px;
	float:left;
}

.proy_inic_list {
	width:100%;
	margin-top:40px;
	float:left;
}

.proy_inic_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.proy_inic_list li {
	width:90%;
	margin-bottom:40px;
	background:#ED1B24;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.proy_inic_list li:hover {
	background:#F6F6F6;
}

.proy_inic_list li:nth-child(odd) {
	float:left;
}

.proy_inic_list li:nth-child(even) {
	float:right;
}

.proy_inic_list_imag {
	width:40%;
}

.proy_inic_list_imag img {
	width:100%;
}

.proy_inic_list li:nth-child(odd) .proy_inic_list_imag {
	float:left;
}

.proy_inic_list li:nth-child(even) .proy_inic_list_imag {
	float:right;
}

.proy_inic_list_info {
	width:60%;
	padding:50px;
}

.proy_inic_list li:nth-child(odd) .proy_inic_list_info {
	float:right;
}

.proy_inic_list li:nth-child(even) .proy_inic_list_info {
	float:left;
}

.proy_inic_list_info h3 {
	width:100%;
	font-family:'Fira Sans', sans-serif;
	font-size:18px;
	color:#FFF;	
	text-align:right;
	font-weight:600;
	text-transform:uppercase;
	float:left;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.proy_inic_list li:hover h3 {
	color:#222;
}

.proy_inic_list_info_desc {
	width:100%;
	font-family:'Fira Sans', sans-serif;
    font-size:14px;
    color:#FFF;
	text-align:right;
	line-height:140%;
	float:left;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.proy_inic_list li:hover .proy_inic_list_info_desc {
	color:#222;
}

.proy_inic_enla {
	font-family:'Fira Sans', serif;
	font-size:15px;
	color:#FFF;
	text-transform:uppercase;
	padding:12px 40px;
	margin:0 auto;
	margin-top:30px;
	background:#ED1B24;
	border-radius:5px;
	display:table;
}

/************************ PROY LIST ************************/
.proy_list_wrap {
	width:100%;
	padding-top:3%;
	margin-top:60px;
	float:left;
}

.proy_list {
	width:100%;
	margin-top:60px;
	float:left;
}

.proy_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.proy_list li {
	width:90%;
	margin-bottom:40px;
	background:#F6F6F6;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.proy_list li:hover {
	background:#ED1B24;
}

.proy_list li:nth-child(odd) {
	float:left;
}

.proy_list li:nth-child(even) {
	float:right;
}

.proy_list_imag {
	width:40%;
}

.proy_list_imag img {
	width:100%;
}

.proy_list li:nth-child(odd) .proy_list_imag {
	float:left;
}

.proy_list li:nth-child(even) .proy_list_imag {
	float:right;
}

.proy_list_info {
	width:60%;
	padding:50px;
}

.proy_list li:nth-child(odd) .proy_list_info {
	float:right;
}

.proy_list li:nth-child(even) .proy_list_info {
	float:left;
}

.proy_list_info h3 {
	width:100%;
	font-family:'Fira Sans', sans-serif;
	font-size:18px;
	color:#222;	
	text-align:right;
	font-weight:600;
	text-transform:uppercase;
	float:left;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.proy_list li:hover h3 {
	color:#FFF;
}

.proy_list_info_desc {
	width:100%;
	font-family:'Fira Sans', sans-serif;
    font-size:14px;
    color:#222;
	text-align:right;
	line-height:140%;
	float:left;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.proy_list li:hover .proy_list_info_desc {
	color:#FFF;
}

/************************ PROY ITEM ************************/
.proy_item {
	width:100%;
	float:left;
}

.proy_item_info {
	width:100%;
	padding:4% 8%;
	float:left;
}

.proy_item_info h1 {
	width:100%;
	font-family:'Fira Sans', sans-serif;
	font-size:28px;
	color:#ED1B24;	
	text-align:left;
	font-weight:600;
	margin-top:20px;
	float:left;
	position:relative;
}

.proy_item_info h1:before { display:none; }

.proy_item_info h1:after { display:none; }

.proy_item_info_h1_base {
    content:'';
    width:25%;
    margin:100px auto 0 auto;
    border-bottom:1px dashed #AAAAAA;
	position:relative;
	z-index:1;
}

.proy_item_info_h1_base:before {
    content:'';
    width:15px;
    height:15px;
	left:0;
	right:0;
    bottom:-8px;
    margin:auto;
    background:#FFF;
    border:2px solid #ED3237;
    border-radius:50%;
	position:absolute;
    display:block;
}

.proy_item_info_cara {
	width:100%;
	margin-top:40px;
	float:left;
}

.proy_item_info_cara ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.proy_item_info_cara li {
	width:48%;
	padding:20px 30px;
	margin-bottom:20px;
    background:#F0F4F9;	
}

.proy_item_info_cara li:nth-child(odd) {
	float:left;
}

.proy_item_info_cara li:nth-child(even) {
	float:right;
}

.proy_item_info_cara_item {
	width:100%;
	font-family:'Fira Sans', sans-serif;
    font-size:14px;
    color:#222;
	float:left;
}

.proy_item_info_cara_item span {
    color:#ED1B24;
	text-transform:uppercase;
	font-weight:600;
	display:block;
}

.proy_item_info_deta {
	width:100%;
	font-family:'Fira Sans', sans-serif;
    font-size:14px;
    color:#222;
	text-align:justify;
	line-height:140%;
	margin-top:20px;
	float:left;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.proy_item_info_deta a {
	color:#ED3237;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.proy_item_info_deta a:hover {
	color:#ED1B24;
}

.proy_item_info_deta ul {
    list-style-image:url('../img/main_deta_li.png');
}

.proy_item_foto {
	width:100%;
	float:left;
}

.proy_item_foto ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.proy_item_foto li {
	width:100%;
	float:left;
}

.proy_item_foto_imag {
	width:100%;
	float:left;
}

.proy_item_foto_imag img {
	width:100%;
}

.proy_item_otro {
	width:100%;
	padding:5% 0;
	margin-top:80px;
    background:#F6F6F6;
	float:left;
}

.proy_item_otro_titu {
	width:100%;
	font-family:'Fira Sans', sans-serif;
	font-size:30px;
	color:#AAAAAA;	
	text-align:center;
	font-weight:600;
	padding-left:20px;
	float:left;
}

.proy_item_otro_titu span {
	color:#ED1B24;
	margin-left:10px;
}

.proy_item_otro_list {
	width:100%;
	margin-top:20px;
	float:left;
}

.proy_item_otro_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.proy_item_otro_list li {
	width:100%;
	background:#FFF;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
	float:left;
}

.proy_item_otro_list_imag {
	width:40%;
	float:left;
}

.proy_item_otro_list_imag img {
	width:100%;
}

.proy_item_otro_list h3 {
	width:calc(60% - 30px);
	font-family:'Fira Sans', sans-serif;
	font-size:15px;
	color:#222;	
	text-align:left;
	font-weight:400;
	text-transform:uppercase;
	margin-top:15px;
	margin-left:15px;
	float:left;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.proy_item_otro_list li:hover h3 {
	color:#ED1B24;
}

/************************ CLIE ************************/
.clie_list {
	width:100%;
	padding:5%;
	float:left;
}

.clie_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.clie_list li {
	width:23%;
	margin:1%;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
	float:left;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.clie_list li:hover {
	transform:scale(1.1);
}

.clie_list_imag {
	width:100%;
	float:left;
}

.clie_list_imag img {
	width:100%;
}

/************************ PRES INIC ************************/
.pres_inic_wrap {
	width:100%;
	padding:8% 10%;
	margin-top:60px;
	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(0,0,0,0.5) url('../img/pres_inic_wrap_back_befo.png');
	background-size:cover;
    position:absolute;
}

.pres_inic_info {
	width:70%;
	text-align:center;
	float:left;
	position:relative;
}

.pres_inic_info h2 {
	width:100%;
	font-family:'Fira Sans', serif;
	font-size:38px;
	color:#FFF;
	font-weight:600;
	margin-top:10px;
	float:left;
}

.pres_inic_info h3 {
	width:100%;
	font-family:'Fira Sans', serif;
	font-size:28px;
	color:#FFF;
	font-weight:300;
	margin-top:10px;
	float:left;
}

.pres_inic_info_enla {
	font-family:'Fira Sans', serif;
	font-size:15px;
	color:#FFF;
	text-transform:uppercase;
	padding:12px 40px;
	margin:0 auto;
	margin-top:30px;
	background:#ED1B24;
	border-radius:5px;
	display:inline-block;
}

/************************ CONT INIC ************************/
.cont_inic_wrap {
	width:100%;
	margin-top:5%;
	float:left;
}

.cont_inic_wrap h2 {
	width:100%;
	font-family:'Fira Sans', sans-serif;
	font-size:50px;
	color:#AAAAAA;	
	text-align:center;
	font-weight:600;
	padding-left:20px;
	float:left;
}

.cont_inic_info {
	width:100%;
	margin-top:40px;
	float:left;
}

.cont_inic_info ul {
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.cont_inic_info li {
	width:92%;
	padding:25px;
	margin:0 4%;
	background:#FFF;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
	display:inline-block;
}

.cont_inic_info li:last-child {
    border-bottom:0;
}

.cont_inic_info_icon {
    width:60px;
    height:60px;
    font-size:26px;
    color:#ED1B24;
    text-align:center;
    line-height:57px;
	background:#FFF;
    border:3px dashed #ED1B24;
	border-radius:50%;
	display:inline-block;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.cont_inic_info li:hover .cont_inic_info_icon {
    color:#ED3237;
}

.cont_inic_info_titu {
	width:100%;
	font-family:'Fira Sans', sans-serif;
	color:#222;
	font-size:14px;
	text-align:center;
	font-weight:500;
	margin-top:10px;
	float:left;
	position:relative;
}

.cont_inic_info_desc {
	width:100%;
	font-family:'Fira Sans', sans-serif;
	font-size:14px;
	color:#ED1B24;
	text-align:center;
	font-weight:500;
	margin-top:10px;
	float:left;
	position:relative;
}

.cont_inic_main {
	width:100%;
	height:600px;
	margin-top:20px;
	float:left;
	position:relative;
}

#cont_inic_main_mapa {
	width:100%;
	height:600px;
	float:left;
}

.cont_inic_main_info {
	width:50%;
	padding:30px 40px;
	margin-top:70px;
	margin-left:50px;
	background:rgba(255,255,255,0.95);
	border-radius:10px;
	float:left;
	position:absolute;
}

.cont_inic_main_info_deta {
	width:100%;
	font-family:'Fira Sans', sans-serif;
    font-size:14px;
    color:#333;
	text-align:justify;
	line-height:140%;
	float:left;
}

.cont_inic_main_info_form {
	width:100%;
	float:left;
	position:relative;
}

.cont_inic_main_info_form_secc {
	width:49%;
	margin-bottom:10px;
	float:left;
}

.cont_inic_main_info_form_secc:nth-child(2n) {
	float:right;
}

.cont_inic_main_info_form_secc:nth-child(5) {
	width:100%;
	margin:0;
	margin-bottom:20px;
	float:left;
}

.cont_inic_main_info_form_secc:nth-child(6n) {
	float:right;
}

.cont_inic_main_info_form_secc_inpu {
	width:100%;
	height:42px;
	font-family:'Fira Sans', sans-serif;
	font-size:14px;
	color:#333;
    padding:12px 10px;
    background:#F1F3F6;
    border:1px solid #E6E6E6;
	border-radius:5px;
	float:left;
	outline:none;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.cont_inic_main_info_form_secc_inpu:focus {
	color:#ED3237;
    border:1px solid #ED3237;
}

.cont_inic_main_info_form_secc_inpu::-webkit-input-placeholder { color:#898989; }    
.cont_inic_main_info_form_secc_inpu:-moz-placeholder { color:#898989; }
.cont_inic_main_info_form_secc_inpu:-ms-input-placeholder { color:#898989; }

.cont_inic_main_info_form_secc_inpu:focus::-webkit-input-placeholder { color:#ED3237; }    
.cont_inic_main_info_form_secc_inpu:focus:-moz-placeholder { color:#ED3237; }
.cont_inic_main_info_form_secc_inpu:focus:-ms-input-placeholder { color:#ED3237; }

.cont_inic_main_info_form_secc_text {
	width:100%;
	height:120px;
	font-family:'Fira Sans', sans-serif;
	font-size:14px;
	color:#333;
    padding:12px 10px;
    background:#F1F3F6;
    border:1px solid #E6E6E6;
	border-radius:5px;
	float:left;
	resize:none;
	outline:none;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.cont_inic_main_info_form_secc_text:focus {
	color:#ED3237;
    border:1px solid #ED3237;
}

.cont_inic_main_info_form_secc_text::-webkit-input-placeholder { color:#898989; }    
.cont_inic_main_info_form_secc_text:-moz-placeholder { color:#898989; }
.cont_inic_main_info_form_secc_text:-ms-input-placeholder { color:#898989; }

.cont_inic_main_info_form_secc_text:focus::-webkit-input-placeholder { color:#ED3237; }    
.cont_inic_main_info_form_secc_text:focus:-moz-placeholder { color:#ED3237; }
.cont_inic_main_info_form_secc_text:focus:-ms-input-placeholder { color:#ED3237; }

.cont_inic_main_info_form_secc_envi {
    width:100%;
	font-family:'Fira Sans', serif;
    font-size:16px;
    color:#FFF;
	font-weight:600;
    text-align:center;
    line-height:140%;
	padding:8px 10px;
	margin-top:10px;
	background:#ED1B24;
	border:2px solid transparent;
	border-radius:5px;
    float:left;
	cursor:pointer;
	transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.cont_inic_main_info_form_secc_envi:hover {
    color:#FFF;
	background:#ED3237;
}

/************************ FOOT ************************/
.foot_wrap {
	width:100%;
    padding:3% 4%;
	margin-top:20px;
	float:left;
	position:relative;
}

.foot_wrap:before {
    content:'';
    width:90%;
    height:100%;
	top:0;
	right:-10%;
    background:#ED1B24;
    transform:skewX(-42deg);
    position:absolute;
    z-index:0;
}

.foot_dere {
	width:100%;
	font-family:'Fira Sans', sans-serif;
    font-size:14px;
    color:#FFF;
	line-height:140%;
	text-align:center;
	float:left;
	position:relative;
}

/************************ 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%; 
}

/************************ PAGINACION ************************/
.pagi_wrap {
	width:100%;
	font-family:'Fira Sans', sans-serif;
	font-size:18px;
	color:#ED1B24;
	font-weight:700;
	text-align:center;
	margin:4% auto 0% auto;
	float:left;		
}

.pagi_wrap img {
	margin-top:3px;	
}

.pagi_wrap a {
	color:#AAAAAA;
	text-decoration:none;
}

.pagi_wrap a:hover {
	color:#ED1B24;		
}

/************************ ADDO ************************/
.addo_clea_both {
	width:100%;
	clear:both;
}

/* ----- MEDIA QUERIES ----- */

@media (min-width:240px) and (max-width:639px) {

	/************************ WRAP ************************/
	.wrap {
		min-width:100%;
	}
	
	/************************ IZQU ************************/
	.izqu_wrap {
		width:100%;
		padding:10px 0;
		border-right:1px solid rgba(255,255,255,0);
		position:relative;
		float:left;
	}
	
	/************************ LOGO ************************/
	.izqu_logo {
		width:50%;
		margin:0 25%;
		margin-top:5px;
	}
	
	/************************ MENU ************************/
	.izqu_menu {
		width:100%;
		margin-top:10px;
		float:left;
	}

	/************************ REDE ************************/
	.izqu_rede {
		width:80%;
		top:120px;
		bottom:auto;
	}

	.izqu_rede ul {
		width:calc(100% - 20px);
		text-align:left;
		padding-left:10px;
	}

	/************************ DERE ************************/
	.dere_wrap {
		width:100%;
		float:left;
	}
	
	/************************ SLID ************************/	
	.fw_al_007_slide {
		width:80% !important;
		top:20% !important;
		left:5% !important;
	}
	
	.fw_al_007_slide>h1 {
		font-size:16px !important;
	}
		
	.fw_al_007_slide>h1>span {
		font-size:24px !important;
	}
	
	.ps_indicators_l>.carousel-indicators {
		bottom:8% !important;
	}
	
	/************************ TITU ************************/
	.titu_wrap {
		padding:12% 5% 10% 5%;
	}

	.titu_titu span {
		display:block;
	}

	.titu_wrap h1 {
		font-size:30px;
	}
	
	.titu_titu {
		font-size:30px;
	}
	
	.titu_titu span {
		display:block;
	}
	
	.titu_titu_base {
		width:40%;
		margin:80px auto 0 auto;
	}
	
	/************************ MAIN ************************/
	.main_titu h1 {
		font-size:24px;
	}
	
	.main_titu h1:before {
		bottom:8px;
	}
	
	.main_titu_titu {
		font-size:24px;
	}
	
	.main_titu_titu:before {
		bottom:8px;
	}
	
	/************************ NOSO ************************/
	.noso_info {
		padding:8% 8%;
	}

	.noso_info h1 {
		font-size:24px;
	}
	
	.noso_info h1:before {
		bottom:8px;
	}
	
	.noso_info_deta {
		font-size:15px;
		line-height:130%;
	}
	
	.noso_secc_list li {
		width:100%;
		padding:30px;
	}
	
	.noso_secc_list_titu {
		text-align:center;
	}

	.noso_secc_list_icon {
		width:100%;
		text-align:center;
	}
	
	.noso_secc_list_deta {
		width:100%;
		font-size:15px;
		margin-top:0;
		margin-left:0;
	}
	
	.noso_secc_list_deta li {
		width:100%;
		text-align:left;
		padding:0;
		margin-bottom:5px;
		background:none;
		border:0;
		border-radius:0;
		float:left;
	}
	
	/************************ SERV INIC ************************/
	.serv_inic_wrap {
		padding:30px 0;
		margin-top:-10px;
	}
	
	.serv_inic_wrap h2 {
		font-size:32px;
	}
	
	.serv_inic_h2_base {
		width:40%;
		margin:50px auto 0 auto;
	}
	
	.serv_inic_list_item_info {
		width:100%;
		height:100%;
		padding:30px;
		background:rgba(0,0,0,0.6);
	}
	
	.serv_inic_list_item_info h3 {
		font-size:26px;
		text-align:center;
	}
	
	.serv_inic_list_item_info_deta { display:none; }

	/************************ PROY INIC ************************/
	.proy_inic_wrap {
		margin-top:40px;
	}
	
	.proy_inic_wrap h2 {
		font-size:32px;
		padding-left:0;
	}
	
	.proy_inic_list li {
		width:100%;
		margin-bottom:30px;
	}
	
	.proy_inic_list li:last-child {
		margin-bottom:0;
	}
	
	.proy_inic_list_imag {
		width:100%;
	}
	
	.proy_inic_list_info {
		width:100%;
		padding:30px;
	}
	
	/************************ PROY LIST ************************/
	.proy_list li {
		width:100%;
	}
	
	.proy_list li:last-child {
		margin-bottom:0;
	}
	
	.proy_list_imag {
		width:100%;
	}

	.proy_list_info {
		width:100%;
		padding:30px;
	}
	
	/************************ PROY ITEM ************************/
	.proy_item_info h1 {
		font-size:18px;
		line-height:120%;
	}
	
	.proy_item_info_h1_base {
		width:40%;
		margin:120px auto 0 auto;
	}
	
	.proy_item_info_cara li {
		width:100%;
		padding:15px 20px;
		margin-bottom:5px;
	}
	
	.proy_item_info_cara li:last-child {
		margin-bottom:0;
	}
	
	.proy_item_info_cara_item {
		font-size:15px;
	}
	
	.proy_item_info_deta {
		font-size:15px;
		line-height:130%;
	}
	
	.proy_item_otro {
		margin-top:40px;
	}
	
	.proy_item_otro_titu {
		font-size:24px;
	}
	
	.proy_item_otro_list_imag {
		width:100%;
	}

	.proy_item_otro_list h3 {
		width:100%;
		padding:10px 20px;
		font-size:15px;
		margin-top:0;
		margin-left:0;
	}
	
	/************************ CLIE ************************/
	.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;
	}

	/************************ SERV INIC ************************/
	.pres_inic_wrap {
		padding:10% 10%;
	}

	.pres_inic_info {
		width:100%;
	}
	
	.pres_inic_info h2 {
		font-size:28px;
	}
	
	.pres_inic_info h3 {
		font-size:22px;
	}
	
	.pres_inic_info_enla {
		padding:13px 40px;
	}
	
	/************************ CONT INIC ************************/
	.cont_inic_wrap h2 {
		font-size:32px;
	}
	
	.cont_inic_info li {
		width:100%;
		margin:0;
	}
	
	.cont_inic_info_titu {
		font-size:15px;
	}
	
	.cont_inic_info_desc {
		font-size:15px;
	}
	
	.cont_inic_main {
		height:auto;
	}
	
	#cont_inic_main_mapa {
		height:300px;
	}
	
	.cont_inic_main_info {
		width:100%;
		padding:20px 30px;
		margin-top:10px;
		margin-left:0;
		position:relative;
	}
	
	.cont_inic_main_info_deta {
		font-size:15px;
		line-height:130%;
	}
		
	.cont_inic_main_info_form_secc {
		width:100%;
	}
	
	.cont_inic_main_info_form_secc_envi {
		padding:10px 10px;
	}
	
	/************************ FOOT ************************/
	.foot_dere {
		font-size:15px;
		line-height:130%;
	}		
			
}

@media (min-width: 1792px) {
	
	/************************ SCRO ************************/
	::-webkit-scrollbar { width:13px; }
	::-moz-scrollbar { width:13px; }
	::-o-scrollbar { width:13px; }
	
	/************************ SCRO GOTO ************************/
	.scro_goto {
		width:73px;
		height:73px;
		font-size:40px;
		line-height:67px;
		right:27px;
		bottom:27px;
	}
	
	/************************ IZQU ************************/
	.izqu_wrap {
		width:400px;
		padding:27px;
	}
	
	/************************ LOGO ************************/
	.izqu_logo {
		padding:20px;
	}
	
	/************************ MENU ************************/
	.izqu_menu {
		margin-top:107px;
	}
	
	/************************ REDE ************************/
	.izqu_rede {
		width:calc(100% - 53px);
		bottom:53px;
	}
	
	.izqu_rede li {
		width:53px;
		height:53px;
		font-size:29px;
		line-height:56px;
		margin:7px;
	}
	
	/************************ DERE ************************/
	.dere_wrap {
		width:calc(100% - 400px);
	}
	
	/************************ SLID ************************/
	#fw_al_007 {
		max-height:1040px !important;
	}
	
	.fw_al_007_slide>h1 {
		font-size:37px !important;
	}
	
	.fw_al_007_slide>h1>span {
		font-size:53px !important;
	}
	
	.fw_al_007_slide>a {
		font-size:16px !important;
		margin:40px auto 0 auto !important;
		padding:13px 40px !important;
	}
	
	/************************ TITU ************************/
	.titu_wrap:after {
		background-size:11px;
	}
	
	.titu_wrap h1 {
		font-size:67px;
	}
	
	.titu_wrap span {
		margin-right:11px;
	}
	
	.titu_titu {
		font-size:67px;
	}
	
	.titu_titu span {
		margin-right:11px;
	}
	
	.titu_titu_base {
		margin:107px auto 0 auto;
	}
	
	.titu_titu_base:before {
		width:20px;
		height:20px;
		bottom:-11px;
	}
	
	/************************ MAIN ************************/
	.main_titu {
		width:calc(100% - 80px);
		margin-top:53px;
		margin-left:40px;
	}
	
	.main_titu h1 {
		font-size:43px;
		padding-left:27px;
	}
	
	.main_titu h1:before {
		width:16px;
		height:16px;
		bottom:16px;
		border:4px solid #ED3237;
	}
	
	.main_titu h1:after {
		width:133px;
		bottom:-11px;
	}
	
	.main_titu_titu {
		font-size:43px;
		padding-left:27px;
	}
	
	.main_titu_titu:before {
		width:16px;
		height:16px;
		bottom:16px;
		border:4px solid #ED3237;
	}
	
	.main_titu_titu:after {
		width:133px;
		height:5px;
		bottom:-11px;
	}
	
	/************************ NOSO ************************/
	.noso_info h1 {
		font-size:43px;
		padding-left:27px;
	}
	
	.noso_info h1:before {
		width:16px;
		height:16px;
		bottom:16px;
		border:4px solid #ED3237;
	}
	
	.noso_info h1:after {
		width:133px;
		height:5px;
		bottom:-11px;
	}
	
	.noso_info_deta {
		font-size:19px;
		margin-top:13px;
	}
	
	.noso_secc_list li {
		padding:53px;
		margin-bottom:27px;
		border-radius:7px 7px 7px 7px;
	}
	
	.noso_secc_list_titu {
		font-size:24px;
		margin-bottom:13px;
	}
	
	.noso_secc_list_icon {
		width:67px;
		font-size:67px;
	}
	
	.noso_secc_list_deta {
		width:calc(100% - 93px);
		font-size:19px;
		margin-top:-20px;
		margin-left:27px;
	}
	
	.noso_secc_list_deta ul {
		padding-top:20px;
		padding-left:27px;
	}
	
	.noso_secc_list_deta li {
		margin-bottom:7px;
	}
	
	/************************ SERV INIC ************************/
	.serv_inic_wrap {
		padding:53px;
		margin-top:-107px;
		box-shadow:0px 0px 13px 0px rgba(0,0,0,0.1);
	}
	
	.serv_inic_wrap h2 {
		font-size:67px;
		padding-left:27px;
	}
	
	.serv_inic_h2_base {
		margin:107px auto 0 auto;
	}
	
	.serv_inic_h2_base:before {
		width:20px;
		height:20px;
		bottom:-11px;
	}
	
	.serv_inic_list {
		margin-top:53px;
	}
	
	.serv_inic_list_item_info {
		padding:67px;
	}
	
	.serv_inic_list_item_info h3 {
		font-size:45px;
	}
	
	.serv_inic_list_item_info_deta {
		font-size:19px;
	}
	
	/************************ PROY INIC ************************/
	.proy_inic_wrap {
		margin-top:80px;
	}
	
	.proy_inic_wrap h2 {
		font-size:67px;
		padding-left:27px;
	}
	
	.proy_inic_list {
		margin-top:53px;
	}
	
	.proy_inic_list li {
		margin-bottom:53px;
		box-shadow:0px 0px 13px 0px rgba(0,0,0,0.1);
	}
	
	.proy_inic_list_info {
		padding:67px;
	}
	
	.proy_inic_list_info h3 {
		font-size:24px;
	}
	
	.proy_inic_list_info_desc {
		font-size:19px;
	}
	
	.proy_inic_enla {
		font-size:20px;
		padding:16px 53px;
		margin-top:40px;
		border-radius:7px;
	}
	
	/************************ PROY LIST ************************/
	.proy_list_wrap {
		margin-top:80px;
	}
	
	.proy_list {
		margin-top:80px;
	}
	
	.proy_list li {
		margin-bottom:53px;
		box-shadow:0px 0px 13px 0px rgba(0,0,0,0.1);
	}
	
	.proy_list_info {
		padding:67px;
	}
	
	.proy_list_info h3 {
		font-size:24px;
	}
	
	.proy_list_info_desc {
		font-size:19px;
	}
	
	/************************ PROY ITEM ************************/
	.proy_item_info h1 {
		font-size:37px;
		margin-top:27px;
	}
	
	.proy_item_info_h1_base {
		margin:133px auto 0 auto;
	}
	
	.proy_item_info_h1_base:before {
		width:20px;
		height:20px;
		bottom:-11px;
	}
	
	.proy_item_info_cara {
		margin-top:53px;
	}
	
	.proy_item_info_cara li {
		padding:27px 40px;
		margin-bottom:27px;
	}
	
	.proy_item_info_cara_item {
		font-size:19px;
	}
	
	.proy_item_info_deta {
		font-size:19px;
		margin-top:27px;
	}
	
	.proy_item_otro {
		margin-top:107px;
	}
	
	.proy_item_otro_titu {
		font-size:40px;
		padding-left:27px;
	}
	
	.proy_item_otro_titu span {
		margin-left:13px;
	}
	
	.proy_item_otro_list {
		margin-top:27px;
	}
	
	.proy_item_otro_list li {
		box-shadow:0px 0px 13px 0px rgba(0,0,0,0.1);
	}
	
	.proy_item_otro_list h3 {
		width:calc(60% - 40px);
		font-size:20px;
		margin-top:20px;
		margin-left:20px;
	}
	
	/************************ CLIE ************************/
	.clie_list li {
		box-shadow:0px 0px 13px 0px rgba(0,0,0,0.1);
	}
	
	/************************ PRES INIC ************************/
	.pres_inic_wrap {
		margin-top:80px;
	}

	.pres_inic_info h2 {
		font-size:51px;
		margin-top:13px;
	}
	
	.pres_inic_info h3 {
		font-size:37px;
		margin-top:13px;
	}
	
	.pres_inic_info_enla {
		font-size:20px;
		padding:16px 53px;
		margin-top:40px;
		border-radius:7px;
	}
	
	/************************ CONT INIC ************************/
	.cont_inic_wrap h2 {
		font-size:67px;
		padding-left:27px;
	}
	
	.cont_inic_info {
		margin-top:53px;
	}
	
	.cont_inic_info li {
		padding:33px;
		box-shadow:0px 0px 13px 0px rgba(0,0,0,0.1);
	}
	
	.cont_inic_info_icon {
		width:80px;
		height:80px;
		font-size:35px;
		line-height:76px;
		border:4px dashed #ED1B24;
	}
	
	.cont_inic_info_titu {
		font-size:19px;
		margin-top:13px;
	}
	
	.cont_inic_info_desc {
		font-size:19px;
		margin-top:13px;
	}
	
	.cont_inic_main {
		height:800px;
		margin-top:27px;
	}
	
	#cont_inic_main_mapa {
		height:800px;
	}
	
	.cont_inic_main_info {
		padding:40px 53px;
		margin-top:93px;
		margin-left:67px;
		border-radius:13px;
	}
	
	.cont_inic_main_info_deta {
		font-size:19px;
	}
	
	.cont_inic_main_info_form_secc {
		margin-bottom:13px;
	}
	
	.cont_inic_main_info_form_secc:nth-child(5) {
		margin-bottom:27px;
	}
	
	.cont_inic_main_info_form_secc_inpu {
		height:56px;
		font-size:19px;
		padding:16px 13px;
		border-radius:7px;
	}
	
	.cont_inic_main_info_form_secc_text {
		height:160px;
		font-size:19px;
		padding:16px 13px;
		border-radius:7px;
	}
	
	.cont_inic_main_info_form_secc_envi {
		font-size:21px;
		padding:11px 13px;
		margin-top:13px;
		border-radius:7px;
		float:left;
	}
	
	/************************ FOOT ************************/
	.foot_wrap {
		margin-top:27px;
	}
	
	.foot_dere {
		font-size:19px;
	}
	
	/************************ PAGINACION ************************/
	.pagi_wrap {
		font-size:24px;
	}
	
	.pagi_wrap img {
		margin-top:4px;
	}	
	
}