/************************ 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;
}

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 {
	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:#008FC4; }
::-moz-scrollbar-thumb { background:#008FC4; }
::-o-scrollbar-thumb { background:#008FC4; }

/************************ SCRO GOTO ************************/
.scro_goto {
    width:55px;
    height:55px;
    font-size:26px;
    color:#FFF;
    text-align:center;
    line-height:50px;
    right:5px;
    bottom:5px;
	background:rgba(0,143,196,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%;
	min-width:960px;
}

/************************ HEAD ************************/
.head_wrap {
	width:100%;
	box-shadow:0px -1px 15px 0px rgba(50,50,50,0.45);
	float:left;
	z-index:9;
	position:relative;
}

.head_prev {
	width:100%;
	padding:0.2% 5%;
	background:#0056AE;
	float:left;
}

.head_prev_cont {
	width:100%;
	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-right:20px;
	margin-right:20px;
    border-right:1px solid #FFF;
    display:inline-block;
}

.head_prev_cont li:last-child {
	padding-right:0;
	margin-right:0;
    border-right:0;
}

.head_prev_cont_icon {
	font-size:18px;
	color:#FFF;
    vertical-align:middle;
    display:table-cell;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.head_prev_cont li:hover .head_prev_cont_icon {
	color:#67D6FF;	
}

.head_prev_cont_titu {
	font-family:'Roboto', sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:left;
    padding-left:15px;
    vertical-align:middle;
	display:table-cell;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.head_prev_cont li:hover .head_prev_cont_titu {
	color:#67D6FF;	
}

.head_lome {
	width:100%;
	padding:0.1% 8%;
	float:left;
}

.head_lome_logo {
	width:22%;
	padding:5px 0;
	float:left;
}

.head_lome_logo img {
    max-width:100%;
}

.head_lome_menu {
	width:auto;
	margin-top:10px;
	float:right;
}

/************************ SLID ************************/
.slid_wrap {
	width:100%;
	float:left;
	position:relative;	
}

.slid_wrap:after {
	content:'';
	width:100%;
	height:140px;
	background:url('../img/slid_main_afte.png');
	background-size:cover;
	bottom:-1px;
	position:absolute;
}

.slid_main_enla {
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	z-index:2;
}

/************************ TITU ************************/
.titu_wrap {
	width:100%;
	padding:3%;
	background:url('../img/titu_wrap_back.jpg');
	background-size:cover;
	float:left;
	position:relative;
}

.titu_wrap:after {
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(39,38,39,0);
	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;
}

/************************ MAIN ************************/
.main_wrap {
	width:100%;
	padding:4% 5%;
	float:left;
}

/************************ NOSO INIC ************************/
.noso_inic_wrap {
	width:100%;
	padding:5% 8%;
	background:#0056AE;
	float:left;
}

.noso_inic_info {
	width:50%;
	float:left;
}

.noso_inic_info h2 {
	font-family:'Oswald', sans-serif;
	font-size:40px;
	color:#FFF;
	font-weight:500;
	text-transform:uppercase;
	float:left;
	position:relative;
}

.noso_inic_info h3 {
	font-family:'Roboto', sans-serif;
	font-size:30px;
	color:#FFF;
	font-weight:500;
	line-height:100%;
	padding-right:25%;
	margin-top:20px;
	float:left;
}

.noso_inic_info_deta {
	width:100%;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	color:#FFF;
	text-align:justify;
	line-height:140%;
	margin-top:20px;
	float:left;
}

.noso_inic_info_deta:first-letter {
	font-size:60px;
	color:#FFF;
	font-weight:600;
	line-height:90%;
	margin-right:10px;
	float:left;
}

.noso_inic_info_deta ul {
	list-style-image:url('../img/noso_inic_info_deta_li.png');
}

.noso_inic_info_deta li {
	margin-bottom:5px;
}

.noso_inic_imag {
	width:40%;
	margin-top:80px;
	float:right;
	position:relative;
	z-index:1;
}

.noso_inic_imag:before {
    content:'';
    width:80px;
    height:80px;
    top:-10px;
    left:-10px;
    background:#FFF;
    position:absolute;
    z-index:-1;
}

.noso_inic_imag:after {
    content:'';
    width:80px;
    height:80px;
    right:-10px;
    bottom:-10px;
    background:#FFF;
    position:absolute;
    z-index:-1;
}

.noso_inic_imag img {
	width:100%;
}

/************************ INMU INIC ************************/
.inmu_inic_wrap {
	width:100%;
	padding:4% 4% 6% 4%;
	float:left;
}

.inmu_inic_wrap h2 {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:32px;
	color:#0056AE;
	font-weight:500;
	text-align:center;
	text-transform:uppercase;
	float:left;
	position:relative;
}

.inmu_inic_subt {
	width:100%;
	font-family:'Roboto', sans-serif;
	font-size:15px;
	color:#1E2E42;
	text-align:center;
	padding:0 20%;
	margin-top:20px;
	float:left;
}

.inmu_inic_list {
	width:100%;
	margin-top:30px;
	float:left;
}

.inmu_inic_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.inmu_inic_list li {
	width:31.3%;
	margin:0 1%;
	margin-top:2%;
	float:left;
}

.inmu_inic_list_item {
	width:100%;
	border-radius:8px;
	box-shadow:0px 4px 6px rgba(0,0,0,0.09);
	float:left;
}

.inmu_inic_list_item_imag {
	width:100%;
	border-radius:5px 5px 0 0;
	float:left;
}

.inmu_inic_list_item_imag img {
	width:100%;
}

.inmu_inic_list_item_info {
	width:100%;
	padding:20px;
	float:left;
}

.inmu_inic_list_item_info h3 {
	width:100%;
	height:45px;
	font-family:'Oswald', sans-serif;
	font-size:16px;
	color:#2EAADD;
	text-align:center;
	font-weight:500;
	text-transform:uppercase;
	float:left;
    transition:all 0.3s ease 0s;
}

.inmu_inic_list_item_info_cara {
	width:100%;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	color:#1E2E42;
	font-weight:500;
	float:left;
}

.inmu_inic_list_item_info_prec {
	width:100%;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	color:#1E2E42;
	font-weight:500;
	float:left;
}

.inmu_inic_list_item_info_prec span {
	font-weight:400;
}

/************************ INMU ITEM ************************/
.inmu_item_wrap {
	width:100%;
	padding:4% 8%;
	float:left;
}

.inmu_item_izqu {
	width:65%;
	float:left;
}

.inmu_item_izqu h1 {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:30px;
	color:#0056AE;
	font-weight:500;
	text-transform:uppercase;
	float:left;
}

.inmu_item_izqu_addt {
	width:100%;
	margin-bottom:20px;
	float:left;
}

.inmu_item_izqu_item {
	width:100%;
	font-family:'Roboto', sans-serif;
	font-size:16px;
	color:#A3A5A5;
	font-weight:400;
	text-transform:uppercase;
	float:left;
}

.inmu_item_izqu_prec {
	width:100%;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	color:#666;
	font-weight:500;
	margin-top:15px;
	float:left;
}

.inmu_item_izqu_prec span {
	font-size:15px;
	font-weight:400;
}

.inmu_item_izqu_deta {
	width:100%;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	color:#1E2E42;
	text-align:justify;
	line-height:140%;
	margin-top:20px;
	float:left;
}

.inmu_item_izqu_deta a {
    color:#0056AE;
    font-weight:600;
    transition:all 0.3s ease 0s;
}

.inmu_item_izqu_deta a:hover {
    color:#00AEEF;
}

.inmu_item_izqu_deta ul {
	list-style-image:url('../img/main_deta_li.png');
}

.inmu_item_izqu_deta li {
	margin-bottom:5px;
}

.inmu_item_izqu_cara {
	width:100%;
	font-family:'Roboto', sans-serif;
	font-size:17px;
	color:#1E2E42;
	padding:30px 30px 10px 30px;
	background:#F9F9F9;
	border:1px solid #F1F1F1;
	float:left;
}

.inmu_item_izqu_cara ~ .inmu_item_izqu_cara {
	margin-top:20px;
}

.inmu_item_izqu_cara h3 {
	width:100%;
	font-family:'Roboto', sans-serif;
	font-size:15px;
	color:#1E2E42;
	font-weight:500;
	text-transform:uppercase;
	float:left;
	position:relative;
}

.inmu_item_izqu_cara ul {
	margin-top:20px;
	list-style-image:url('../img/main_deta_li.png');
	float:left;
}

.inmu_item_izqu_cara li {
	width:33.3%;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	text-transform:none;
	margin-bottom:5px;
	float:left;
}

.inmu_item_izqu_imag {
	width:100%;
	margin-top:20px;
	float:left;
}

.inmu_item_dere {
	width:32%;
	padding:20px 30px;
	background:#F5F5F5;
	float:right;
}

.inmu_item_dere h2 {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:20px;
	color:#0C90DB;
	font-weight:500;
	text-transform:uppercase;
	float:left;
}

.inmu_item_dere h2 ~h2 {
	margin-top:40px;
}

.inmu_item_dere_list {
	width:100%;
	margin-top:20px;
	float:left;
}

.inmu_item_dere_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.inmu_item_dere_list li {
	width:100%;
	background:#FFF;
	padding:10px;
	margin-bottom:10px;
	border:1px solid rgba(0,0,0,0.30);
	float:left;
    transition:all 0.3s ease 0s;
}

.inmu_item_dere_list li:hover {
	background:#0C90DB;
	border:1px solid #0C90DB;
}

.inmu_item_dere_list_item {
	width:100%;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	float:left;
}

.inmu_item_dere_list_item_labe {
	width:55%;
	color:#1E2E42;
	float:left;
    transition:all 0.3s ease 0s;
}

.inmu_item_dere_list li:hover .inmu_item_dere_list_item_labe {
	color:#FFF;
}

.inmu_item_dere_list_item_inpu {
	width:45%;
	color:#1E2E42;
	float:left;
    transition:all 0.3s ease 0s;
}

.inmu_item_dere_list li:hover .inmu_item_dere_list_item_inpu {
	color:#FFF;
}

.inmu_item_dere_list_item_inpu span {
	font-size:13px;
	color:#A3A5A5;
	margin-left:3px;
}

.inmu_item_dere_list li:hover .inmu_item_dere_list_item_inpu span {
	color:#FFF;
}

.inmu_item_dere_tele {
	width:100%;
	padding:5px 10px;
	margin-top:20px;
    background:#006EBD;
	border-radius:10px;
	float:left;
	user-select:none;
    cursor:pointer;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    outline:none;
    display:block;
    transition:all 0.3s ease 0s;
}

.inmu_item_dere_tele:hover {
    box-shadow:3px 3px 3px rgba(0,0,0,.15);
}

.inmu_item_dere_tele_icon {
	width:35px;
	font-size:28px;
	color:#FFF;
	line-height:35px;
	float:left;
}

.inmu_item_dere_tele_titu {
	width:calc(100% - 35px);
	font-family:'Oswald', sans-serif;
	font-size:16px;
	color:#FFF;
	font-weight:500;
	line-height:35px;
	text-transform:uppercase;
	float:right;
}

.inmu_item_dere_what {
	width:100%;
	padding:5px 10px;
	margin-top:20px;
    background:#0DC152;
	border-radius:10px;
	float:left;
	user-select:none;
    cursor:pointer;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    outline:none;
    display:block;
    transition:all 0.3s ease 0s;
}

.inmu_item_dere_what:hover {
    box-shadow:3px 3px 3px rgba(0,0,0,.15);
}

.inmu_item_dere_what_icon {
	width:35px;
	font-size:30px;
	color:#FFF;
	line-height:35px;
	float:left;
}

.inmu_item_dere_what_titu {
	width:calc(100% - 35px);
	font-family:'Oswald', sans-serif;
	font-size:16px;
	color:#FFF;
	font-weight:500;
	line-height:35px;
	text-transform:uppercase;
	float:right;
}

.inmu_item_dere_mail {
	width:100%;
	padding:5px 10px;
	margin-top:20px;
    background:#999;
	border-radius:10px;
	float:left;
	user-select:none;
    cursor:pointer;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    outline:none;
    display:block;
    transition:all 0.3s ease 0s;
}

.inmu_item_dere_mail:hover {
    box-shadow:3px 3px 3px rgba(0,0,0,.15);
}

.inmu_item_dere_mail_icon {
	width:35px;
	font-size:26px;
	color:#FFF;
	line-height:35px;
	float:left;
}

.inmu_item_dere_mail_titu {
	width:calc(100% - 35px);
	font-family:'Roboto', sans-serif;
	font-size:17px;
	color:#FFF;
	font-weight:500;
	line-height:35px;
	float:right;
}

/************************ SERV ITEM ************************/
.serv_item_wrap {
	width:100%;
	padding:4% 8%;
	float:left;
}

.serv_item_elem {
	width:100%;
	margin-bottom: 80px;
	float:left;
}

.serv_item_info {
	width:50%;
	float:left;
}

.serv_item_info h2 {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:28px;
	color:#0056AE;
	font-weight:500;
	text-transform:uppercase;
	float:left;
	position:relative;
}

.serv_item_info h3 {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:20px;
	color:#0682ff;
	font-weight:500;
	text-transform:uppercase;
	float:left;
	position:relative;
}

.serv_item_info_deta {
	width:100%;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	color:#1E2E42;
	text-align:justify;
	line-height:140%;
	margin-top:20px;
	float:left;
}

.serv_item_info_deta:first-letter {
	font-size:60px;
	color:#0056AE;
	font-weight:600;
	line-height:90%;
	margin-right:10px;
	float:left;
}

.serv_item_info_deta a {
    color:#0056AE;
    font-weight:600;
    transition:all 0.3s ease 0s;
}

.serv_item_info_deta a:hover {
    color:#00AEEF;
}

.serv_item_info_deta ul {
	list-style-image:url('../img/main_deta_li.png');
}

.serv_item_info_deta li {
	margin-bottom:5px;
}

.serv_item_imag {
	width:40%;
	float:right;
	position:relative;
	z-index:1;
}

.serv_item_imag:before {
    content:'';
    width:80px;
    height:80px;
    top:-10px;
    left:-10px;
    background:#0056AE;
    position:absolute;
    z-index:-1;
}

.serv_item_imag:after {
    content:'';
    width:80px;
    height:80px;
    right:-10px;
    bottom:-10px;
    background:#0056AE;
    position:absolute;
    z-index:-1;
}

.serv_item_imag img {
	width:100%;
}

/************************ MARC INIC ************************/
.marc_inic_wrap {
	width:100%;
	padding:5% 4%;
	background:url('../img/marc_inic_back.jpg');
	background-size:cover;
	background-position:center top;
	float:left;
	position:relative;
	z-index:2;
}

.marc_inic_wrap:before {
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(52,65,82,0.8);
    position:absolute;
}

.marc_inic_wrap h2 {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:32px;
	color:#FFF;
	font-weight:600;
	text-align:center;
	text-transform:uppercase;
	float:left;
	position:relative;
}

.marc_inic_wrap h2:after {
	content:'';
	width:80px;
	height:3px;
	background:#FFF;
	left:calc(50% - 40px);
	bottom:-5px;
	position:absolute;
}

.marc_inic_subt {
	width:100%;
	font-family:'Roboto', sans-serif;
	font-size:15px;
	color:#FFF;
	text-align:center;
	padding:0 20%;
	margin-top:30px;
	float:left;
	position:relative;
}

.marc_inic_list {
	width:100%;
	margin-top:40px;
	float:left;
	position:relative;
}

.marc_inic_list ul {
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.marc_inic_list li {
	width:18%;
	display:inline-block;
}

.marc_inic_list_imag {
	width:100%;
	float:left;
    transition:all 0.3s ease 0s;
}

.marc_inic_list li:hover .marc_inic_list_imag {
	box-shadow:0px 8px 20px 5px rgba(0,0,0,0.25);
	transform:scale(1.02);
}

.marc_inic_list_imag img {
	width:100%;
}

/************************ CLIE ITEM ************************/
.clie_item_wrap {
	width:100%;
	padding:7% 7% 0 5%;
	background:#F3F1F2 url('../img/clie_item_wrap.jpg');
	background-repeat:no-repeat;
	background-size:contain;
	float:left;
}

.clie_item_imag {
	width:42%;
	float:left;
}

.clie_item_imag img {
	width:100%;
}

.clie_item_info {
	width:52%;
	float:right;
}

.clie_item_info h2 {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:24px;
	color:#1E2E42;
	font-weight:500;
	text-transform:uppercase;
	float:left;
}

.clie_item_info_deta {
    width:100%;
    font-family:'Roboto', sans-serif;
    font-size:16px;
    color:#1E2E42;
    line-height:150%;
    float:left;
}

.clie_item_list {
	width:100%;
	margin-top:50px;
	float:left;
}

.clie_item_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.clie_item_list li {
	width:45%;
	float:left;
}

.clie_item_list li:nth-child(odd) {
	float:left;
	clear:left;
}

.clie_item_list li:nth-child(even) {
	float:right
}

.clie_item_list_item_imag {
	width:100%;
	padding:0 18%;
}

.clie_item_list_item_imag img {
	width:100%;
}

.clie_item_info h3 {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:16px;
	color:#0056AE;
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
	margin-top:20px;
	float:left;
	position:relative;
}

.clie_item_info h3:after {
	content:'';
	width:60px;
	height:2px;
	background:#0056AE;
	left:calc(50% - 30px);
	bottom:-5px;
	position:absolute;
}

.clie_item_list_item_desc {
    width:100%;
    font-family:'Roboto', sans-serif;
    font-size:15px;
    color:#1E2E42;
	text-align:center;
    line-height:150%;
	margin-top:20px;
    float:left;
}

/************************ 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%;
	height:900px;
	border-top:80px solid #F9F9F9;
	float:left;
	overflow:hidden;
}

.foot_izqu {
	width:55%;
	height:inherit;
	padding:50px;
	padding-top:0;
	background:#F9F9F9;
	float:left;
}

.foot_izqu h2 {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:40px;
	color:#0056AE;	
	text-align:left;
	text-transform:uppercase;
	float:left;
	position:relative;
}

.foot_izqu h2:after {
    content:'';
    width:100px;
    height:3px;
    left:0;
    bottom:-5px;
    background:#0056AE;
    position:absolute;
}

.foot_izqu_info {
	width:100%;
	padding:20px;
	float:left;
}

.foot_izqu_info_list {
	width:70%;
	margin-top:50px;
	float:left;
}

.foot_izqu_info_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.foot_izqu_info_list li {
	width:100%;
	margin-bottom:30px;
	float:left;
}

.foot_izqu_info_list li:last-child {
	margin-bottom:0;
}

.foot_izqu_info_list_icon {
	width:55px;
	height:55px;
	font-size:30px;
	color:#FFF;
	text-align:center;
	line-height:55px;
    background:#0056AE;
	float:left;
}

.foot_izqu_info_list_info {
	width:calc(100% - 75px);
	margin-left:15px;
	float:left;
}

.foot_izqu_info_list_info_titu {
	width:100%;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	color:#3D486D;
	margin-top:5px;
	float:left;
}

.foot_izqu_info_list_info_desc {
	width:100%;
	font-family:'Roboto', sans-serif;
	font-size:15px;
	color:#3D486D;
	margin-top:2px;
	float:left;
}

.foot_izqu_info_list_info_desc a {
	color:#3D486D;
    transition:all 0.3s ease 0s;
}

.foot_izqu_info_list_info_desc a:hover {
	color:#0056AE;
}

.foot_izqu_info_rede {
	width:100%;
	margin-top:50px;
	float:left;
}

.foot_izqu_info_rede ul {
	width:100%;
	text-align:left;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.foot_izqu_info_rede li {
	margin:0 5px;
    display:inline-block;
}

.foot_izqu_info_rede li a {
	width:50px;
	height:50px;
	font-size:30px;
	text-align:center;
	line-height:50px;
}

.foot_izqu_info_rede li a {
	color:#FFF;
	display:block;
}

.foot_izqu_info_rede_face {
	color:#FFF;
	background:#4267B2;
	border-radius:50%;
}

.foot_izqu_info_rede_what {
	color:#FFF;
	background:#0DC143;
	border-radius:50%;
}

.foot_izqu_info_rede_twit {
	color:#FFF;
	background:#1DA1F2;
	border-radius:50%;
}

.foot_izqu_info_rede_inst {
	color:#FFF;
	background:#444142;
	border-radius:50%;
}

.foot_izqu_info_rede_yout {
	color:#FFF;
	background:#FF0000;
	border-radius:50%;
}

.foot_izqu_info_cred {
	width:100%;
	font-family:'Roboto', sans-serif;
	font-size:15px;
	color:#3D486D;
	margin-top:50px;
	float:left;
}

.foot_dere {
	width:45%;
	height:inherit;
	background-size:cover !important;
	background-position:center center !important;
	float:right;
	position:relative;
}

.foot_dere_form {
	width:450px;
    padding:40px;
    top:130px;
    left:-250px;
    background:#FFF;
    border-radius:4px;
    box-shadow:0px 5px 83px 0px rgba(40,40,40,0.08);
    z-index:3;
    position:absolute;
}

.foot_dere_form_secc {
	width:100%;
	margin-bottom:20px;
	float:left;
}

.foot_dere_form_secc_labe {
	width:100%;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	color:#1E2E42;
	text-align:left;
	font-weight:400;
	float:left;
	position:relative;
	z-index:1;
}

.foot_dere_form_secc_inpu {
	width:100%;
	height:40px;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	color:#1E2E42;
    padding:12px 10px;
    background:#FFF;
    border:2px solid #E6E6E6;
	float:left;
	outline:none;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.foot_dere_form_secc_inpu::-webkit-input-placeholder { color:#999; }    
.foot_dere_form_secc_inpu::-moz-placeholder { color:#999; }
.foot_dere_form_secc_inpu::-ms-input-placeholder { color:#999; }

.foot_dere_form_secc_text {
	width:100%;
	height:120px;
	font-family:'Roboto', sans-serif;
	font-size:15px;
	color:#1E2E42;
    padding:12px 10px;
    background:#FFF;
    border:2px solid #E6E6E6;
	float:left;
	resize:none;
	outline:none;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.foot_dere_form_secc_capt_labe {
	width:100%;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:22px;
	color:#1E2E42;
	text-align:left;
	font-weight:400;
	margin-bottom:1px;
	border:0px solid #FFF;
	background:none;
    outline:none;
    float:left;
	-webkit-user-select:none;
	user-select:none;
}

.foot_dere_form_secc_capt_inpu {
	width:100%;
	height:30px;
	font-family:'Roboto', sans-serif;
	font-size:13px;
	color:#1E2E42;
    padding:12px 10px;
    background:#FFF;
    border:2px solid #E6E6E6;
	float:left;
	outline:none;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.foot_dere_form_secc_capt_inpu::-webkit-input-placeholder { color:#999; }    
.foot_dere_form_secc_capt_inpu::-moz-placeholder { color:#999; }
.foot_dere_form_secc_capt_inpu::-ms-input-placeholder { color:#999; }

.foot_dere_form_secc_envi {
    width:100%;
	font-family:'Oswald', sans-serif;
    font-size:16px;
    color:#FFF;
	font-weight:600;
    padding:12px 40px;
	margin-top:10px;
    background:#1E2E42;
    border-radius:5px;
	border:0;
    float:left;
	cursor:pointer;
	transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.foot_dere_form_secc_envi i {
	margin-right:5px;
}

.foot_dere_form_secc_envi:hover {
    color:#FFF;
    background:#0056AE;
}

/************************ ADDO ************************/
.addo_clea_both {
	width:100%;
	clear:both;
}
