/*** RESE ***/
body, html, div, img, label, h1, h2, h3, h4, h5, h6, pre, dl, dt, dd, a, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
}

li, img { vertical-align: top; }

*{ -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box }::after,::before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box }

/*** FUNC ***/
html, body {
	font-family: 'Open Sans', sans-serif;	
	font-weight: 500;
	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: #0000a8; }
::-moz-scrollbar-thumb { background: #0000a8; }
::-o-scrollbar-thumb { background: #0000a8; }

/*** WRAP ***/
.wrap {
	width: 100%;
}

/*** HEAD ***/
.head_wrap {
	width: 100%;
	padding: 0.5% 5%;
	float: left;
	position: fixed;
	z-index: 999;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.head_wrap_scro {
	background: #fff;
	box-shadow: 0px -1px 15px 0px rgba(50,50,50,0.70);
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.head_lome {
	width: 100%;
	float: left;
}

.head_lome_logo {
	width: 180px;
	float: left;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.head_lome_logo_scro {
	width: 130px;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.head_lome_logo img {
	width: 100%;
}

.head_lome_menu {
	margin-top: 10px;
	float: right;
	position: relative;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.head_lome_menu_scro {
	margin-top: 0;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.head_lome_menu::before {
    content: '';
    width: 155%;
    height: 130%;
    top: -10%;
    right: -50%;
    background: rgba(255,255,255,0.9);
    transform: skewX(35deg);
    position: absolute;
    z-index: 0;
}

/*** TITU ***/
.titu_wrap {
	width: 100%;
	padding: 20% 8% 0 8%;
	background-repeat: no-repeat !important;
	background-position: center center !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.3) url('../imagenes/titu_wrap_back_befo.png');
	background-size: cover;
	position: absolute;
}

.titu_head {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}

.titu_head h1 {
	width: 100%;
	font-size: 50px;
	color: #fff;
	text-align: left;	
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	float: left;
}

.titu_head_titu {
	width: 100%;
	font-size: 50px;
	color: #fff;
	text-align: left;	
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	float: left;
}

.titu_head_subt {
	width: 100%;
	font-size: 18px;
	color: #fc7e00;
	text-align: center;
	font-weight: 500;
	margin-top: 20px;
	float: left;
}

.titu_head_subt p {
	margin: 0;
}

.titu_miga {
	width: auto;
	padding: 15px 0;
	margin-top: 30px;
    float: left;
	position: relative;
}

.titu_miga::before {
    content: '';
    width: 250%;
    height: 150%;
    top: 0;
    left: -100%;
    background: rgba(255,255,255,1);
    transform: skewX(35deg);
    position: absolute;
    z-index: 0;
}

.titu_miga_list {
	width: 100%;
    float: left;
	position: relative;
}

.titu_miga_list ul {
	width: 100%;
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.titu_miga_list li {
	font-size: 14px;
    color: #1e293b;
	display: inline-block;
	position: relative;
}

.titu_miga_list li::after {
	content: '\f105';
    font-family: 'FontAwesome';
    font-size: 18px;
	color: #2424ea;
	margin: 0 10px;
}

.titu_miga_list li:last-child::after {
	display: none;
}

.titu_miga_list li a {
	color: #1e293b;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.titu_miga_list li a:hover {
	color: #2424ea;
	text-decoration: none;
}

/*** SLID IMAG ***/
.slid_imag_wrap {
	width: 100%;
	float: left;
}

.slid_imag_enla {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 2;
}

/*** NOSO ITEM ***/
.noso_item_wrap {
	width: 100%;
	float: left;
}

.noso_item {
	width: 100%;
	padding: 3% 15%;
	float: left;
}

.noso_item_info {
	width: 100%;
	float: left;
	position: relative;
}

.noso_item_info::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background: url('../imagenes/noso_item_befo.png') no-repeat;
    position: absolute;
    z-index: -1;
    animation: noso_item_info_befo 10s linear 2s infinite alternate;
}

.noso_item_info_head {
	width: 100%;
	float: left;
}

.noso_item_info_head h1 {
	font-size: 38px;
	color: #2144d8;
	text-align: left;
	font-weight: 700;
	line-height: 100%;
	margin-top: 10px;
	float: left;
	position: relative;
}

.noso_item_info_head h1::before {
    content: '';
    width: 80px;
    height: 3px;
    top: 55%;
    right: -90px;
    background-image: linear-gradient(to right,rgba(0,86,174,0),rgba(33,68,216,1));
    position: absolute;
}

.noso_item_info_head h2 {
    width: 100%;
    font-size: 18px;
    color: #1e293b;
    text-align: left;
    font-weight: 600;
    line-height: 120%;
    padding-right: 40%;
    margin-top: 15px;
    float: left;
}

.noso_item_info_deta {
	width: 100%;
	font-size: 14px;
	color: #414141;
	text-align: justify;
	line-height: 160%;
	margin-top: 25px;
	float: left;
}

.noso_item_info_deta p {
	margin-top: 0;
}

.noso_item_info_deta h2 {
	width: 100%;
	font-size: 18px;
	color: #2144d8;
	text-align: left;	
	font-weight: 600;
	margin-bottom: 10px;
	float: left;
}

.noso_item_info_deta a {
    color: #2457aa;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.noso_item_info_deta a:hover {
    color: #f02801;
}

.noso_item_info_deta ul {
	list-style-image: url('../imagenes/main_deta_li_azul.png');
}

.noso_item_info_deta li {
	margin-bottom: 5px;
}

.noso_item_info_deta li:last-child {
	margin-bottom: 0;
}

.noso_item_secc {
	width: 100%;
	padding: 5% 10% 3% 10%;
	background: #f4f4f1;
	float: left;
}

.noso_item_secc_list {
	width: 100%;
	float: left;
}

.noso_item_secc_list ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

.noso_item_secc_list li {
	width: 48%;
	margin-bottom: 3%;
	float: left;
}

.noso_item_secc_list li:nth-child(odd) {
	float: left;
    clear: left;
}

.noso_item_secc_list li:nth-child(even) {
	float: right
}

.noso_item_secc_list_elem {
	width: 100%;
	padding: 20px;
	background: #fff;
	border-left: 5px solid #f02801;
	box-shadow: 0px -1px 10px 0px rgba(138,138,138,0.25);
	float: left;
	transition: all 0.3s ease 0s;
}

.noso_item_secc_list li:hover .noso_item_secc_list_elem {
	background: #f02801;
}

.noso_item_secc_list_elem_icon {
	width: 50px;
	height: 50px;
	font-size: 56px;
	color: #f02801;
	text-align: center;
	line-height: 200%;
	float: left;
	transition: all 0.3s ease 0s;
}

.noso_item_secc_list li:hover .noso_item_secc_list_elem_icon {
	color: #fff;
}

.noso_item_secc_list_elem_info {
	width: calc(100% - 70px);
	margin-left: 10px;
	float: right;
}

.noso_item_secc_list_elem_info h3 {
	width: 100%;
	font-size: 18px;
	color: #1e1e1e;
	text-align: left;
	font-weight: 600;
	margin-top: 10px;
	float: left;
	transition: all 0.3s ease 0s;
}

.noso_item_secc_list li:hover .noso_item_secc_list_elem_info h3 {
	color: #fff;
}

.noso_item_secc_list_elem_info_deta {
	width: 100%;
	font-size: 14px;
	color: #414141;
	text-align: justify;
	margin-top: 5px;
	float: left;
	transition: all 0.3s ease 0s;
}

.noso_item_secc_list li:hover .noso_item_secc_list_elem_info_deta {
	color: #fff;
}

.noso_item_secc_list_elem_info_deta p {
	margin: 0;
}

/*** SERV INIC ***/
.serv_inic_wrap {
	width: 100%;
	background: #f5f5f5;
	float: left;
}

.serv_inic_sec1 {
	width: 100%;
	padding: 2% 10% 3% 10%;
	float: left;
}

.serv_inic_sec1 {
	width: 100%;
	float: left;
}

.serv_inic_sec1_head_head {
	width: 42%;
	float: left;
	position: relative;
}

.serv_inic_sec1_head_head::before {
	content: '';
	width: 18%;
	height: 140%;
	top: -40%;
	left: -23%;
	background: #2144d8;
	position: absolute;
}

.serv_inic_sec1_head_head h2 {
	font-size: 15px;
	color: #2144d8;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	float: left;
	position: relative;
}

.serv_inic_sec1_head_head h2::after {
    content: '';
    width: 80px;
	height: 3px;
    top: 50%;
    right: -90px;
    background-image: linear-gradient(to right,rgba(0,86,174,0),rgba(33,68,216,1));
    display: inline-block;
    position: absolute;
}

.serv_inic_sec1_head_head h3 {
	width: 100%;
	font-size: 44px;
	color: #082882;
	text-align: left;
	font-weight: 700;
	line-height: 100%;
	margin-top: 10px;
	float: left;
}

.serv_inic_sec1_head_info {
	width: 55%;
	font-size: 15px;
	color: #161921;
	margin-top: 50px;
	float: right;
}

.serv_inic_sec1_head_info_deta {
	width: 100%;
	font-size: 16px;
	color: #161921;
	line-height: 140%;
	float: left;
}

.serv_inic_sec1_head_info_deta p {
	margin-top: 0;
}

.serv_inic_sec2 {
	width: 100%;
	float: left;
}

.serv_inic_sec2_list {
	width: 100%;
	float: left;
}

.serv_inic_sec2_list ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

.serv_inic_sec2_list li {
	width: 100%;
	float: left;
}

.serv_inic_sec2_list_elem {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.serv_inic_sec2_list_elem_medi {
	width: 100%;
	float: left;
	overflow: hidden;
	transition: all 0.3s ease 0s;
}

.serv_inic_sec2_list li:hover .serv_inic_sec2_list_elem_medi {
	transform: scale(1.05);
}

.serv_inic_sec2_list_elem_medi_foto {
	width: 100%;
	float: left;
}

.serv_inic_sec2_list_elem_medi_foto img {
	width: 100%;
}

.serv_inic_sec2_list_elem_info {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 40px 40px;
    padding-top: 95%;
	background-image: linear-gradient(180deg,rgba(4,70,137,0) 50%, #1e293b 100%);
	border-top: 6px solid #2424ea;
	position: absolute;
	transition: all 0.3s ease 0s;
}

.serv_inic_sec2_list li:hover .serv_inic_sec2_list_elem_info {
	background-image: linear-gradient(180deg,rgba(4,70,137,0.09) 0%, #082882 100%);
	border-top: 6px solid #2424ea;
}

.serv_inic_sec2_list_elem_info h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	float: left;
	position: relative;
}

.serv_inic_sec2_list_elem_info_subt {
	width: 100%;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	float: left;
}

.serv_inic_sec2_list_elem_info_subt p {
	margin: 0;
}

/*** SERV ITEM ***/
.serv_item_wrap {
	width: 100%;
	float: left;
}

.serv_item {
	width: 100%;
	padding: 3% 9%;
	float: left;
}

.serv_item_sec1 {
    width: 68%;
    float: left;
}

.serv_item_sec1_head {
	width: 100%;
	float: left;
}

.serv_item_sec1_head h1 {
	font-size: 38px;
	color: #2144d8;
	text-align: left;
	font-weight: 700;
	line-height: 100%;
	margin-top: 10px;
	float: left;
	position: relative;
}

.serv_item_sec1_head h1::before {
    content: '';
    width: 80px;
    height: 3px;
    top: 55%;
    left: -90px;
    background-image: linear-gradient(to right,rgba(0,86,174,0),rgba(33,68,216,1));
    position: absolute;
}

.serv_item_sec1_head h2 {
    width: 100%;
    font-size: 18px;
    color: #1e293b;
    text-align: left;
    font-weight: 600;
    line-height: 120%;
    padding-right: 40%;
    margin-top: 15px;
    float: left;
}

.serv_item_sec1_medi {
	width: 100%;
	margin-top: 20px;
	float: left;
}

.serv_item_sec1_medi_foto {
	width: 100%;
	float: left;
}

.serv_item_sec1_medi_foto img {
	width: 100%;
}

.serv_item_sec1_deta {
	width: 100%;
	font-size: 14px;
	color: #414141;
	text-align: justify;
	line-height: 160%;
	margin-top: 25px;
	float: left;
}

.serv_item_sec1_deta p {
	margin-top: 0;
}

.serv_item_sec1_deta h2 {
	width: 100%;
	font-size: 18px;
	color: #2144d8;
	text-align: left;	
	font-weight: 600;
	margin-bottom: 10px;
	float: left;
}

.serv_item_sec1_deta a {
    color: #2457aa;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.serv_item_sec1_deta a:hover {
    color: #f02801;
}

.serv_item_sec1_deta ul {
	list-style-image: url('../imagenes/main_deta_li_azul.png');
}

.serv_item_sec1_deta li {
	margin-bottom: 5px;
}

.serv_item_sec1_deta li:last-child {
	margin-bottom: 0;
}

.serv_item_sec2 {
    width: 28%;
    float: right;
}

.serv_item_sec2_otro {
    width: 100%;
    float: left;
}

.serv_item_sec2_otro_head {
    width: 100%;
	padding: 15px;
	background: #2144d8;
	float: left;
}

.serv_item_sec2_otro_head h3 {
	font-size: 14px;
	color: #fff;
    float: left;
	position: relative;
}

.serv_item_sec2_otro_head h3::before {
    content: '';
    width: 50px;
    height: 2px;
    top: 55%;
    right: -65px;
    background-image: linear-gradient(to right,rgba(0,86,174,0),rgba(255,255,255,1));
    position: absolute;
}

.serv_item_sec2_otro_list {
    width: 100%;
    float: left;
}

.serv_item_sec2_otro_list ul {
    width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
    float: left;
}

.serv_item_sec2_otro_list li {
    width: 100%;
	margin-bottom: 3px;
    float: left;
}

.serv_item_sec2_otro_list li:last-child {
    margin-bottom: 0;
}

.serv_item_sec2_otro_list_elem {
	width: 100%;
	font-size: 13px;
    color: #1e293b;
    font-weight: 500;
	padding: 15px;
	background: #f4f4f4;
	border-left: 5px solid #e8e8e8;
	position: relative;
	transition: all 0.3s ease 0s;
}

.serv_item_sec2_otro_list li:hover .serv_item_sec2_otro_list_elem {
    color: #fff;
	border-left: 5px solid #2424ea;
}

.serv_item_sec2_otro_list_elem::before {
	content: '';
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: #2144d8;
	position: absolute;
	transition: all 0.3s ease 0s;
}

.serv_item_sec2_otro_list li:hover .serv_item_sec2_otro_list_elem::before {
	width: 100%;
}

.serv_item_sec2_otro_list_elem span {
	position: relative;
}

.serv_item_sec2_coti {
    width: 100%;
	margin-top: 20px;
    float: left;
}

.serv_item_sec2_coti_head {
    width: 100%;
	padding: 15px;
	background: #2144d8;
	float: left;
}

.serv_item_sec2_coti_head h3 {
	font-size: 14px;
	color: #fff;
    float: left;
	position: relative;
}

.serv_item_sec2_coti_head h3::before {
    content: '';
    width: 50px;
    height: 2px;
    top: 55%;
    right: -65px;
    background-image: linear-gradient(to right,rgba(0,86,174,0),rgba(255,255,255,1));
    position: absolute;
}

.serv_item_sec2_coti_form {
    width: 100%;
	padding: 20px;
	background: #fff;
	border: 1px solid #f5f5f5;
	box-shadow: 0px 10px 10px 0px rgba(138,138,138,0.3);
	float: left;
}

.serv_item_sec2_coti_form_secc {
	width: 100%;
	margin-bottom: 10px;
	float: left;
}

.serv_item_sec2_coti_form_secc:last-child {
	margin-bottom: 0;
}

.serv_item_sec2_coti_form_secc_labe {
	width: 100%;
	font-size: 13px;
	color: #1e293b;
	text-align: left;
	margin-bottom: 5px;
	float: left;
}

.serv_item_sec2_coti_form_secc_inpu {
	width: 100%;
	height: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #373737;
	padding: 10px 15px;
	background: #f5f5f5;
    border: 1px solid #f5f5f5;
	border-radius: 5px;
	float: left;
	outline: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.serv_item_sec2_coti_form_secc_inpu:focus {
	color: #fff;
	background: #2144d8;
}

.serv_item_sec2_coti_form_secc_text {
	width: 100%;
	height: 100px;
	font-family: 'Hind', sans-serif;
	font-size: 14px;
	color: #373737;
	padding: 10px 15px;
	background: #f5f5f5;
    border: 1px solid #f5f5f5;
	border-radius: 5px;
	float: left;
	resize: none;
	outline: none;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.serv_item_sec2_coti_form_secc_text:focus {
	color: #fff;
	background: #2144d8;
}

.serv_item_sec2_coti_form_secc_envi {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	padding: 10px 60px;
	background: #1e293b;
	border: 0;
	border-radius: 5px;
	float: right;
	cursor: pointer;
	outline: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.serv_item_sec2_coti_form_secc_envi:hover {
	color: #fff;
	background: #f02801;
}

/*** FORT INIC ***/
.fort_inic_wrap {
	width: 100%;
	padding: 8% 0 8% 6%;
	background: #2144d8;
	float: left;
}

.fort_inic_sec1 {
	width: 43%;
	float: left;
}

.fort_inic_sec1_head {
	width: 100%;
	float: left;
}

.fort_inic_sec1_head h2 {
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	float: left;
	position: relative;
}

.fort_inic_sec1_head h2::after {
    content: '';
    width: 80px;
	height: 3px;
    top: 50%;
    right: -90px;
    background-image: linear-gradient(to right,rgba(0,86,174,0),rgba(255,255,255,1));
    display: inline-block;
    position: absolute;
}

.fort_inic_sec1_head h3 {
	width: 100%;
	font-size: 24px;
	color: #fff;
	text-align: left;
	font-weight: 700;
	margin-top: 20px;
	float: left;
}

.fort_inic_sec1_list {
	width: 100%;
	margin-top: 30px;
	float: left;
}

.fort_inic_sec1_list ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

.fort_inic_sec1_list li {
	width: 100%;
	margin-bottom: 20px;
	float: left;
}

.fort_inic_sec1_list li:last-child {
	margin-bottom: 0;
}

.fort_inic_sec1_list_elem {
	width: 100%;
	float: left;
}

.fort_inic_sec1_list_elem_icon {
	width: 60px;
	height: 60px;
	font-size: 40px;
	color: #2424ea;
	text-align: center;
	line-height: 180%;
	background: #fff;
	border-radius: 50%;
	float: left;
	transition: all 0.3s ease 0s;
}

.fort_inic_sec1_list li:hover .fort_inic_sec1_list_elem_icon {
	color: #fff;
	background: #2424ea;
	transform: rotate(360deg);
}

.fort_inic_sec1_list_elem_info {
	width: calc(100% - 75px);
	height: 70px;
	margin-left: 15px;
	float: left;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: center;
}

.fort_inic_sec1_list_elem_info_titu {
	width: 100%;
	font-size: 15px;
	color: #fff;
	float: left;
}

.fort_inic_sec1_list_elem_info_titu p {
	margin-top: 0;
}

.fort_inic_sec2 {
	width: 50%;
	margin-top: -8.5%;
	float: right;
}

.fort_inic_sec2_medi {
	width: 100%;
	float: left;
	position: relative;
}

.fort_inic_sec2_medi::after {
    content: '';
    left: 0;
    bottom: 0;
    border-width: 0 60px 60px 0;
    border-style: solid;
    border-color: transparent transparent #2144d8 transparent;
    display: inline-block;
    position: absolute;
}

.fort_inic_sec2_medi_foto {
	width: 100%;
	float: left;
}

.fort_inic_sec2_medi_foto img {
	width: 100%;
}

/*** CLIE INIC ***/
.clie_inic_wrap {
	width: 100%;
	margin: 7% 0;
	background: #fff;
	border-right: 5px solid #2424ea;
	float: left;
	position: relative;
}

.clie_inic_wrap::after {
    content: '';
    width: 100%;
    height: 160%;
    top: -45%;
    right: -50%;
    background: #082882 url('../imagenes/clie_inic_wrap_befo.png');
    transform: skewX(35deg);
    position: absolute;
    z-index: 0;
}

.clie_inic_sec1 {
	width: 80%;
	padding: 50px;
	margin-left: 5%;
	background: #fff;
	border: 1px solid #f5f5f5;
	border-left: 6px solid #2144d8;
	box-shadow: 0px 10px 10px 0px rgba(138,138,138,0.2);
	float: left;
	position: relative;
	z-index: 1;
}

.clie_inic_sec1_head {
	width: 100%;
	float: left;
}

.clie_inic_sec1_head h2 {
	font-size: 36px;
	color: #2144d8;
	text-align: left;
	font-weight: 700;
	line-height: 100%;
	margin-top: 10px;
	float: left;
	position: relative;
}

.clie_inic_sec1_head h2::before {
	content: '';
	width: 80px;
	height: 3px;
	top: 55%;
	right: -90px;
	background-image: linear-gradient(to right,rgba(0,86,174,0),rgba(33,68,216,1));
	position: absolute;
}

.clie_inic_sec1_head h3 {
	width: 100%;
	font-size: 16px;
	color: #6b7188;
	text-align: left;
	font-weight: 500;
	line-height: 140%;
	padding-right: 50%;
	margin-top: 0;
	float: left;
}

.clie_inic_sec1_list {
	width: 100%;
	margin-top: 30px;
	float: left;
}

.clie_inic_sec1_list .owl-hori .owl-dots .owl-dot span {
	background:rgba(8,40,130,0.5);
}

.clie_inic_sec1_list .owl-hori .owl-dots .owl-dot.active span, .owl-hori .owl-dots .owl-dot:hover span {
	background:rgba(8,40,130,1);
}

.clie_inic_sec1_list ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

.clie_inic_sec1_list li {
	width: 92%;
	margin: 0 3%;
	float: left;
}

.clie_inic_sec1_list_elem {
	width: 100%;
	float: left;
}

.clie_inic_sec1_list_elem_medi {
	width: 100%;
	float: left;
}

.clie_inic_sec1_list_elem_medi_foto {
	width: 100%;
	float: left;
}

.clie_inic_sec1_list_elem_medi_foto img {
	width: 100%;
	float: left;
}

/*** DES1 INIC ***/
.des1_inic_wrap {
	width: 100%;
	padding: 8% 0;
	background-repeat: no-repeat !important;
    background-position: center center !important;
	background-attachment: fixed !important;
	float: left;
	position: relative;
	overflow: hidden;
}

.des1_inic_wrap::before { 
	content: ''; 
	width: 115%;
	height: 100%;
	top: 0;
	left: -15%;
	background: rgba(30,41,59,0.6);
	position: absolute;
}

.des1_inic_sec1 {
	width: 100%;
	padding: 0 20%;
	float: left;
	position: relative;
}

.des1_inic_sec1_head {
	width: 100%;
	float: left;
}

.des1_inic_sec1_head h2 {
	width: 100%;
	font-size: 40px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	line-height: 120%;
	margin-top: 10px;
	float: left;
}

.des1_inic_sec1_head_deta {
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	float: left;
}

.des1_inic_sec1_head_deta p {
	margin-top: 0;
}

.des1_inic_sec1_head_enla {
	width: 180px;
	font-size: 14px;
	color: #2144d8;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 12px 30px;
	margin: 0 auto;
	margin-left: calc(50% - 90px);
	margin-top: 20px;
	background: #fff;
	float: left;
	position: relative;
}

.des1_inic_sec1_head_enla::before {
	content: '';
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: #2144d8;
	position: absolute;
	transition: all 0.3s ease 0s;
}

.des1_inic_sec1_head_enla:hover::before {
	width: 100%;
}

.des1_inic_sec1_head_enla span {
	position: relative;
	transition: all 0.3s ease 0s;
}

.des1_inic_sec1_head_enla:hover span {
	color: #fff;
}

/*** CONT ITEM ***/
.cont_item_wrap {
	width: 100%;
	float: left;
}

.cont_item {
	width: 100%;
	padding: 3% 8%;
	float: left;
	position: relative;
}

.cont_item::before {
    content: '';
    width: 100px;
    height: 150px;
    top: 0;
    right: 50px;
    background: #2144d8;
    position: absolute;
    z-index: -1;
    animation: noso_item_info_befo 10s linear 3s infinite alternate;
}

.cont_item_sec1 {
    width: 59%;
	padding: 50px;
	background: #fff;
    border: 1px solid #f5f5f5;
	box-shadow: 0px 10px 10px 0px rgba(138,138,138,0.2);
	float: left;
}

.cont_item_sec1_head {
	width: 100%;
	float: left;
}

.cont_item_sec1_head h2 {
	font-size: 30px;
	color: #2144d8;
	text-align: left;
	font-weight: 700;
	line-height: 100%;
	margin-top: 10px;
	float: left;
	position: relative;
}

.cont_item_sec1_head h2:before {
    content: '';
    width: 80px;
    height: 3px;
    top: 55%;
    right: -90px;
    background-image: linear-gradient(to right,rgba(0,86,174,0),rgba(33,68,216,1));
    position: absolute;
}

.cont_item_sec1_deta {
	width: 100%;
	font-size: 14px;
	color: #414141;
	text-align: justify;
	margin-top: 15px;
	float: left;
}

.cont_item_sec1_deta p {
	margin-top: 0;
}

.cont_item_sec1_deta h2 {
	width: 100%;
	font-size: 18px;
	color: #2144d8;
	text-align: left;	
	font-weight: 600;
	margin-bottom: 10px;
	float: left;
}

.cont_item_sec1_deta a {
    color: #2457aa;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.cont_item_sec1_deta a:hover {
    color: #f02801;
}

.cont_item_sec1_deta ul {
	list-style-image: url('../imagenes/main_deta_li_azul.png');
}

.cont_item_sec1_deta li {
	margin-bottom: 5px;
}

.cont_item_sec1_deta li:last-child {
	margin-bottom: 0;
}

.cont_item_sec1_form {
	width: 100%;
	margin-top: 20px;
	float: left;
}

.cont_item_sec1_form_secc {
	width: 49%;
	margin-bottom: 20px;
	float: left;
}

.cont_item_sec1_form_secc:nth-child(1) {
	float:left;
}

.cont_item_sec1_form_secc:nth-child(2) {
	float:right;
}

.cont_item_sec1_form_secc:nth-child(3) {
	float:left;
}

.cont_item_sec1_form_secc:nth-child(4) {
	float:right;
}

.cont_item_sec1_form_secc:nth-child(5) {
	width:100%;
	float:left;
}

.cont_item_sec1_form_secc:nth-child(6) {
	margin-bottom:0;
	float:left;
}

.cont_item_sec1_form_secc:nth-child(7) {
	margin-bottom:0;
	float:right;
}

.cont_item_sec1_form_secc_labe {
	width: 100%;
	font-size: 13px;
	color: #1e293b;
	text-align: left;
	margin-bottom: 5px;
	float: left;
}

.cont_item_sec1_form_secc_inpu {
	width: 100%;
	height: 45px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #fff;
	padding: 10px 15px;
	background: #2144d8;
    border: 1px solid #f5f5f5;
	border-radius: 5px;
	float: left;
	outline: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.cont_item_sec1_form_secc_inpu:focus {
	background: #f02801;
}

.cont_item_sec1_form_secc_sele {
	width: 100%;
	height: 45px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #fff;
	padding: 10px 10px;
	background: #2144d8;
    border: 1px solid #f5f5f5;
	border-radius: 5px;
	float: left;
	outline: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.cont_item_sec1_form_secc_text {
	width: 100%;
	height: 120px;
	font-family: 'Hind', sans-serif;
	font-size: 15px;
	color: #fff;
	padding: 10px 15px;
	background: #2144d8;
    border: 1px solid #f5f5f5;
	border-radius: 5px;
	float: left;
	resize: none;
	outline: none;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.cont_item_sec1_form_secc_text:focus {
	background: #f02801;
}

.cont_item_sec1_form_secc_envi {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	padding: 10px 60px;
	background: #1e293b;
	border: 0;
	border-radius: 5px;
	float: right;
	cursor: pointer;
	outline: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.cont_item_sec1_form_secc_envi:hover {
	color: #fff;
	background: #f02801;
}

.cont_item_sec2 {
    width: 38%;
	padding: 20px;
	background: #fff;
    border: 1px solid #f5f5f5;
	box-shadow: 0px 10px 10px 0px rgba(138,138,138,0.2);
	float: right;
}

#cont_item_sec2_mapa {
    width: 100%;
	height: 590px;
	float: right;
}

/*** FOOT ***/
.foot_wrap {
	width: 100%;
	float: left;
}

.foot_cont {
	width: 100%;
    padding: 3% 5%;
	background: #082882;
	float: left;
	position: relative;
}

.foot_cont_list {
	width: 100%;
	float: left;
}

.foot_cont_list ul {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

.foot_cont_list li {
	width: 24%;
	display: inline-block;
}

.foot_cont_list_elem {
	width: 100%;
	padding: 20px;
	float: left;
}

.foot_cont_list li:last-child .foot_cont_list_elem {
	border-right: 0;
}

.foot_cont_list_elem_icon {
	width: 70px;
	height: 70px;
	font-size: 40px;
	color: #2424ea;
	text-align: center;
    line-height: 190%;
	margin-left: calc(50% - 35px);
    background: #fff;
	border-radius: 50%;
	float: left;
}

.foot_cont_list_elem_titu {
	width: 100%;
	font-size: 15px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 8px;
	margin-bottom: 5px;
	float: left;
}

.foot_cont_list_elem_desc {
	width: 100%;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 8px;
	float: left;
}

.foot_info_rede {
	width: 100%;
	padding: 2% 5%;
	background: #082882;
	float: left;
}

.foot_info_rede_list {
	width: 100%;
	float: left;
}

.foot_info_rede_list ul {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

.foot_info_rede_list li {
	width: 42px;
	height: 42px;
	font-size: 22px;
	text-align: center;
	line-height: 195%;
	margin: 0 5px;
	margin-bottom: 15px;
	border-radius: 50%;
	display: inline-block;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
}

.foot_info_rede_list_what {
	background: #1bdd02;
}

.foot_info_rede_list_face {
	background: #4267b2;
}

.foot_info_rede_list_inst {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285aeb 90%);
}

.foot_info_rede_list_link {
	background: #0e76a8;
}

.foot_info_rede_list_twit {
	background: #00acee;
}

.foot_info_rede_list_yout {
	background: #cf1c13;
}

.foot_info_rede_list_what {
	background: #0dc143;
}

.foot_info_rede_list li a {
	color: #fff;
	display: block;
}

.foot_cred {
	width: 100%;
	font-size: 13px;
	color: #fff;	
	text-align: center;
	padding: 2% 5%;
	background: #1c284c;
	float: left;
}

/*** COMU ***/
.comu_widt_marg_auto {
	max-width: 1280px;
	margin: 0 auto;
}

/*** ADDO ***/
.addo_clea_both {
	width: 100%;
	clear: both;
}

/*** ANIM ***/

/* noso_item_info_befo */
@keyframes noso_item_info_befo {
	0% {
		top: 0;
	}
  
	25% {
		top: 25%;
	}
  
	50% {
		top: 50%;
	}
  
	75% {
		top: 75%;
	}
  
	100% {
		top: 100%;
	}
}

/*** MEDI QUER ***/
@media (min-width: 240px) and (max-width: 480px) {

	/*** HEAD ***/
	.head_wrap {
		padding: 0.5% 0;
		position: relative;
	}

	.head_lome_menu::before { display: none; }

	.head_lome_logo {
		width: 120px;
		margin-left: 5px;
		position: relative;
		z-index: 1;
	}

	.head_lome_menu {
		width: 100%;
		margin-top: -65px;
	}

	/*** TITU ***/
	.titu_wrap {
		padding: 30% 5% 0 5%;
	}

	.titu_head h1 {
		font-size: 36px;
    	font-weight: 600;
	}
	
	.titu_head_titu {
		font-size: 36px;
    	font-weight: 600;
	}

	.titu_miga {
		padding: 10px 0;
		margin-top: 20px;
	}

	/*** SLID IMAG ***/
	.fw_al_009_slide {
		top: 10% !important;
	}

	.fw_al_009_slide:before { display: none; }

	.fw_al_009_slide:after { display: none; }

	.fw_al_009_slide>h1 {
		font-size: 22px !important;
		font-weight: 600 !important;
		letter-spacing: 0 !important;
	}

	.fw_al_009_slide>a {
		padding: 10px 30px !important;
	}

	/*** NOSO ITEM ***/
	.noso_item {
		padding: 5% 5%;
	}

	.noso_item_info_head h1 {
		font-size: 28px;
		font-weight: 600;
	}

	.noso_item_info_head h2 {
		font-size: 18px;
		padding-right: 10%;
	}

	.noso_item_info_deta {
		font-size: 15px;
		line-height: 140%;
	}

	.noso_item_secc {
		padding: 5% 5%;
	}
	
	.noso_item_secc_list li {
		width: 100%;
		margin-bottom: 20px;
	}

	.noso_item_secc_list li:last-child {
		margin-bottom: 0;
	}

	.noso_item_secc_list_elem_info_deta {
		font-size: 15px;
		text-align: left;
	}

	/*** SERV INIC ***/
	.serv_inic_sec1 {
		padding: 5% 5% 3% 8%;
	}

	.serv_inic_sec1_head_head {
		width: 100%;
	}

	.serv_inic_sec1_head_head::before {
		top: -30%;
		left: -24%;
	}

	.serv_inic_sec1_head_head h2 {
		font-size: 18px;
		letter-spacing: 0;
	}
	
	.serv_inic_sec1_head_head h3 {
		font-size: 30px;
		font-weight: 600;
		float: left;
	}
	
	.serv_inic_sec1_head_info {
		width: 100%;
		margin-top: 20px;
		float: left;
	}

	.serv_inic_sec2_list_elem_info h3 {
		font-size: 22px;
	}
	
	.serv_inic_sec2_list_elem_info_subt {
		font-size: 16px;
	}

	/*** SERV ITEM ***/
	.serv_item {
		padding: 5% 5%;
	}

	.serv_item_sec1 {
		width: 100%;
	}

	.serv_item_sec1_head h1 {
		font-size: 28px;
		font-weight: 600;
	}

	.serv_item_sec1_head h2 {
		font-size: 18px;
		padding-right: 10%;
	}

	.serv_item_sec1_deta {
		font-size: 15px;
		line-height: 140%;
	}

	.serv_item_sec1_deta li {
		text-align: left;
	}

	.serv_item_sec2 {
		width: 100%;
		float: left;
	}
	
	.serv_item_sec2_otro { display: none; }

	.serv_item_sec2_coti_head h3 {
		font-size: 16px;
	}

	/*** FORT INIC ***/
	.fort_inic_wrap {
		padding: 8% 5%;
	}

	.fort_inic_sec1 {
		width: 100%;
	}

	.fort_inic_sec1_list li {
		margin-bottom: 30px;
	}

	.fort_inic_sec1_list_elem_info_titu {
		font-size: 14px;
	}

	.fort_inic_sec2 {
		width: 100%;
		margin-top: 40px;
		float: left;
	}

	/*** CLIE INIC ***/
	.clie_inic_wrap {
		margin: 10% 0;
	}

	.clie_inic_wrap::after {
		width: 100%;
		height: 160%;
		top: -10%;
		right: -60%;
	}

	.clie_inic_sec1 {
		width: 90%;
		padding: 30px;
		margin-left: 5%;
	}
	
	.clie_inic_sec1_head h2 {
		font-size: 30px;
		font-weight: 600;
	}

	.clie_inic_sec1_head h3 {
		font-size: 15px;
		color: #6b7188;
		text-align: left;
		line-height: 130%;
		padding-right: 10%;
	}

	/*** DES1 INIC ***/
	.des1_inic_wrap {
		padding: 12% 0;
	}

	.des1_inic_sec1 {
		padding: 0 5%;
	}

	.des1_inic_sec1_head h2 {
		font-size: 30px;
		font-weight: 600;
	}
	
	.des1_inic_sec1_head_deta {
		font-size: 16px;
	}

	/*** CONT ITEM ***/
	.cont_item {
		padding: 5% 5%;
	}

	.cont_item::before {
		right: -20px;
	}

	.cont_item_sec1 {
		width: 100%;
		padding: 25px;
	}

	.cont_item_sec1_head h2 {
		font-size: 28px;
		font-weight: 600;
	}

	.cont_item_sec1_deta {
		font-size: 15px;
	}

	.cont_item_sec1_form_secc {
		width: 100%;
		margin-bottom: 20px;
	}

	.cont_item_sec1_form_secc:nth-child(6) {
		margin-bottom: 20px;
		float: left;
	}

	.cont_item_sec1_form_secc_labe {
		font-size: 14px;
	}

	.foot_cont_list_elem_desc {
		font-size: 16px;
	}

	.cont_item_sec2 {
		width: 100%;
		padding: 20px;
		margin-top: 20px;
	}
	
	#cont_item_sec2_mapa {
		width: 100%;
		height: 350px;
	}

	/*** FOOT ***/
	.foot_cont {
		padding: 8% 5%;
	}

	.foot_cont_list li {
		width: 100%;
	}

	.foot_cred {
		font-size: 14px;
		padding: 5% 5% 20% 5%;
	}

}

@media (min-width: 481px) and (max-width: 1199px) {

	/*** HEAD ***/
	.head_wrap {
		padding: 0.5% 0;
		position: relative;
	}

	.head_lome_menu::before { display: none; }

	.head_lome_logo {
		width: 120px;
		margin-left: 5px;
		position: relative;
		z-index: 1;
	}

	.head_lome_menu {
		width: 100%;
		margin-top: -65px;
	}

	/*** TITU ***/
	.titu_wrap {
		padding: 15% 5% 0 5%;
	}

	.titu_head h1 {
		font-size: 36px;
    	font-weight: 600;
	}
	
	.titu_head_titu {
		font-size: 36px;
    	font-weight: 600;
	}

	.titu_miga {
		padding: 10px 0;
		margin-top: 20px;
	}

	/*** SLID IMAG ***/
	.fw_al_009_slide {
		top: 10% !important;
	}

	.fw_al_009_slide:before { display: none; }

	.fw_al_009_slide:after { display: none; }

	.fw_al_009_slide>h1 {
		font-size: 24px !important;
		font-weight: 600 !important;
		letter-spacing: 0 !important;
	}

	.fw_al_009_slide>a {
		padding: 13px 30px !important;
	}

	/*** NOSO ITEM ***/
	.noso_item {
		padding: 5% 5%;
	}

	.noso_item_info_head h1 {
		font-size: 28px;
		font-weight: 600;
	}

	.noso_item_info_head h2 {
		font-size: 18px;
		padding-right: 10%;
	}

	.noso_item_info_deta {
		font-size: 15px;
		line-height: 140%;
	}

	.noso_item_secc {
		padding: 5% 5%;
	}
	
	.noso_item_secc_list li {
		width: 48%;
		margin-bottom: 4%;
	}

	.noso_item_secc_list_elem_info_deta {
		font-size: 15px;
		text-align: left;
	}

	/*** SERV INIC ***/
	.serv_inic_sec1 {
		padding: 5% 5% 3% 8%;
	}

	.serv_inic_sec1_head_head {
		width: 100%;
	}

	.serv_inic_sec1_head_head::before {
		top: -30%;
		left: -24%;
	}

	.serv_inic_sec1_head_head h2 {
		font-size: 18px;
		letter-spacing: 0;
	}
	
	.serv_inic_sec1_head_head h3 {
		font-size: 30px;
		font-weight: 600;
		float: left;
	}
	
	.serv_inic_sec1_head_info {
		width: 100%;
		margin-top: 20px;
		float: left;
	}

	.serv_inic_sec2_list_elem_info {
		padding: 30px 30px;
		padding-top: 75%;
	}

	.serv_inic_sec2_list_elem_info_subt {
		margin-top: 5px;
	}

	/*** SERV ITEM ***/
	.serv_item {
		padding: 3% 3%;
	}

	.serv_item_sec1 {
		width: 100%;
	}

	.serv_item_sec1_head h1 {
		font-size: 28px;
		font-weight: 600;
	}

	.serv_item_sec1_head h2 {
		font-size: 18px;
		padding-right: 10%;
	}

	.serv_item_sec1_deta {
		font-size: 15px;
		line-height: 140%;
	}

	.serv_item_sec1_deta li {
		text-align: left;
	}

	.serv_item_sec2 {
		width: 100%;
		padding: 0 20%;
		float: left;
	}
	
	.serv_item_sec2_otro { display: none; }

	.serv_item_sec2_coti_head h3 {
		font-size: 16px;
	}

	/*** FORT INIC ***/
	.fort_inic_wrap {
		padding: 5% 10%;
	}

	.fort_inic_sec1 {
		width: 100%;
	}

	.fort_inic_sec1_list li {
		margin-bottom: 30px;
	}

	.fort_inic_sec1_list_elem_info_titu {
		font-size: 14px;
	}

	.fort_inic_sec2 {
		width: 100%;
		margin-top: 40px;
		float: left;
	}

	/*** CLIE INIC ***/
	.clie_inic_wrap {
		margin: 8% 0;
	}

	.clie_inic_wrap::after {
		width: 100%;
		height: 160%;
		top: -10%;
		right: -60%;
	}

	.clie_inic_sec1 {
		width: 90%;
		padding: 30px;
		margin-left: 5%;
	}
	
	.clie_inic_sec1_head h2 {
		font-size: 30px;
		font-weight: 600;
	}

	.clie_inic_sec1_head h3 {
		font-size: 15px;
		color: #6b7188;
		text-align: left;
		line-height: 130%;
		padding-right: 10%;
	}

	/*** DES1 INIC ***/
	.des1_inic_wrap {
		padding: 6% 0;
	}

	.des1_inic_sec1 {
		padding: 0 5%;
	}

	.des1_inic_sec1_head h2 {
		font-size: 30px;
		font-weight: 600;
	}
	
	.des1_inic_sec1_head_deta {
		font-size: 16px;
	}

	/*** CONT ITEM ***/
	.cont_item {
		padding: 5% 5%;
	}

	.cont_item::before {
		right: -20px;
	}

	.cont_item_sec1 {
		width: 100%;
		padding: 25px;
	}

	.cont_item_sec1_head h2 {
		font-size: 28px;
		font-weight: 600;
	}

	.cont_item_sec1_deta {
		font-size: 15px;
	}

	.cont_item_sec1_form_secc {
		width: 48%;
		margin-bottom: 20px;
	}

	.cont_item_sec1_form_secc:nth-child(6) {
		margin-bottom: 20px;
		float: left;
	}

	.cont_item_sec1_form_secc_labe {
		font-size: 14px;
	}

	.foot_cont_list_elem_desc {
		font-size: 16px;
	}

	.cont_item_sec2 {
		width: 100%;
		padding: 20px;
		margin-top: 20px;
	}
	
	#cont_item_sec2_mapa {
		width: 100%;
		height: 280px;
	}

	/*** FOOT ***/
	.foot_cont {
		padding: 5% 3%;
	}

	.foot_cont_list li {
		width: 48%;
	}

	.foot_cred {
		font-size: 14px;
		padding: 5% 5% 10% 5%;
	}

}

@media (min-width: 1792px) {

	/*** SCRO ***/
	::-webkit-scrollbar { width: 13px; }
	::-moz-scrollbar { width: 13px; }
	::-o-scrollbar { width: 13px; }

	/*** HEAD ***/
	.head_wrap_scro {
		box-shadow: 0px -1px 20px 0px rgba(50,50,50,0.70);
	}

	.head_lome_logo {
		width: 240px;
	}

	.head_lome_logo_scro {
		width: 173px;
	}

	.head_lome_menu {
		margin-top: 13px;
	}

	.head_lome_menu_scro {
		margin-top: 0;
	}

	/*** TITU ***/
	.titu_wrap {
		padding: 20% 8% 0 8%;
	}

	.titu_wrap::before {
		top: 0;
		left: 0;
	}

	.titu_head h1 {
		font-size: 67px;
	}

	.titu_head_titu {
		font-size: 67px;
	}

	.titu_head_subt {
		font-size: 24px;
		margin-top: 27px;
	}

	.titu_head_subt p {
		margin: 0;
	}

	.titu_miga {
		padding: 20px 0;
		margin-top: 40px;
	}

	.titu_miga::before {
		top: 0;
	}

	.titu_miga_list ul {
		padding: 0;
		margin: 0;
	}

	.titu_miga_list li {
		font-size: 19px;
	}

	.titu_miga_list li::after {
		font-size: 24px;
		margin: 0 13px;
	}

	/*** SLID IMAG ***/
	.fw_al_009_slide {
		padding: 40px 53px 53px 53px !important;
	}

	.fw_al_009_slide>h1 {
		font-size: 53px !important;
		margin-bottom: 33px !important;
	}
	
	.fw_al_009_slide>a {
		font-size: 16px !important;
		padding: 17px 40px !important;
	}

	.fw_al_009_slide>a:hover>span {
		right: 16px !important;
	}

	.ps_control_sbo .carousel-control {
		width: 67px !important;
		height: 67px !important;
		font-size: 32px !important;
		line-height: 64px !important;
	}

	/*** NOSO ITEM ***/
	.noso_item_info::before {
		top: 0;
	}

	.noso_item_info_head h1 {
		font-size: 51px;
		margin-top: 13px;
	}

	.noso_item_info_head h1::before {
		width: 107px;
		height: 4px;
		right: -120px;
	}

	.noso_item_info_head h2 {
		font-size: 24px;
		margin-top: 20px;
	}

	.noso_item_info_deta {
		font-size: 19px;
		margin-top: 33px;
	}

	.noso_item_info_deta p {
		margin-top: 0;
	}

	.noso_item_info_deta h2 {
		font-size: 24px;
		margin-bottom: 13px;
	}

	.noso_item_info_deta li {
		margin-bottom: 7px;
	}

	.noso_item_info_deta li:last-child {
		margin-bottom: 0;
	}

	.noso_item_secc_list ul {
		padding: 0;
		margin: 0;
	}

	.noso_item_secc_list_elem {
		padding: 27px;
		border-left: 7px solid #f02801;
		box-shadow: 0px -1px 13px 0px rgba(138,138,138,0.25);
	}

	.noso_item_secc_list_elem_icon {
		width: 67px;
		height: 67px;
		font-size: 75px;
	}

	.noso_item_secc_list_elem_info {
		width: calc(100% - 93px);
		margin-left: 13px;
	}

	.noso_item_secc_list_elem_info h3 {
		font-size: 24px;
		margin-top: 13px;
	}

	.noso_item_secc_list_elem_info_deta {
		font-size: 19px;
		margin-top: 7px;
	}

	.noso_item_secc_list_elem_info_deta p {
		margin: 0;
	}

	/*** SERV INIC ***/
	.serv_inic_sec1_head_head h2 {
		font-size: 20px;
		letter-spacing: 1px;
	}

	.serv_inic_sec1_head_head h2::after {
		width: 107px;
		height: 4px;
		right: -120px;
	}

	.serv_inic_sec1_head_head h3 {
		font-size: 59px;
		margin-top: 13px;
	}

	.serv_inic_sec1_head_info {
		font-size: 20px;
		margin-top: 67px;
	}

	.serv_inic_sec1_head_info_deta {
		font-size: 21px;
	}

	.serv_inic_sec1_head_info_deta p {
		margin-top: 0;
	}

	.serv_inic_sec2_list ul {
		padding: 0;
		margin: 0;
	}

	.serv_inic_sec2_list_elem_info {
		top: 0;
		left: 0;
		bottom: 0;
		padding: 53px 53px;
		border-top: 8px solid #2424ea;
	}

	.serv_inic_sec2_list li:hover .serv_inic_sec2_list_elem_info {
		border-top: 8px solid #2424ea;
	}

	.serv_inic_sec2_list_elem_info h3 {
		font-size: 24px;
		text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	}

	.serv_inic_sec2_list_elem_info_subt {
		font-size: 19px;
		margin-top: 13px;
	}

	.serv_inic_sec2_list_elem_info_subt p {
		margin: 0;
	}

	/*** SERV ITEM ***/
	.serv_item_sec1_head h1 {
		font-size: 21px;
		margin-top: 13px;
	}

	.serv_item_sec1_head h1::before {
		width: 107px;
		height: 4px;
		left: -120px;
	}

	.serv_item_sec1_head h2 {
		font-size: 24px;
		margin-top: 20px;
	}

	.serv_item_sec1_medi {
		margin-top: 27px;
	}

	.serv_item_sec1_deta {
		font-size: 19px;
		margin-top: 33px;
	}

	.serv_item_sec1_deta p {
		margin-top: 0;
	}

	.serv_item_sec1_deta h2 {
		font-size: 24px;
		margin-bottom: 13px;
	}

	.serv_item_sec1_deta li {
		margin-bottom: 7px;
	}

	.serv_item_sec1_deta li:last-child {
		margin-bottom: 0;
	}

	.serv_item_sec2_otro_head {
		padding: 20px;
	}

	.serv_item_sec2_otro_head h3 {
		font-size: 19px;
	}

	.serv_item_sec2_otro_head h3::before {
		width: 67px;
		height: 2px;
		right: -87px;
	}

	.serv_item_sec2_otro_list ul {
		padding: 0;
		margin: 0;
	}

	.serv_item_sec2_otro_list li {
		margin-bottom: 4px;
	}

	.serv_item_sec2_otro_list li:last-child {
		margin-bottom: 0;
	}

	.serv_item_sec2_otro_list_elem {
		font-size: 17px;
		padding: 20px;
		border-left: 7px solid #e8e8e8;
	}

	.serv_item_sec2_otro_list li:hover .serv_item_sec2_otro_list_elem {
		border-left: 7px solid #2424ea;
	}

	.serv_item_sec2_otro_list_elem::before {
		width: 0;
		top: 0;
		left: 0;
	}

	.serv_item_sec2_coti {
		margin-top: 27px;
	}

	.serv_item_sec2_coti_head {
		padding: 20px;
	}

	.serv_item_sec2_coti_head h3 {
		font-size: 19px;
	}

	.serv_item_sec2_coti_head h3::before {
		width: 67px;
		height: 2px;
		right: -87px;
	}

	.serv_item_sec2_coti_form {
		padding: 27px;
		border: 1px solid #f5f5f5;
		box-shadow: 0px 13px 13px 0px rgba(138,138,138,0.3);
	}

	.serv_item_sec2_coti_form_secc {
		margin-bottom: 13px;
	}

	.serv_item_sec2_coti_form_secc:last-child {
		margin-bottom: 0;
	}

	.serv_item_sec2_coti_form_secc_labe {
		font-size: 17px;
		margin-bottom: 7px;
	}

	.serv_item_sec2_coti_form_secc_inpu {
		height: 53px;
		font-size: 19px;
		padding: 13px 20px;
		border: 1px solid #f5f5f5;
		border-radius: 7px;
	}

	.serv_item_sec2_coti_form_secc_text {
		height: 133px;
		font-size: 19px;
		padding: 13px 20px;
		border: 1px solid #f5f5f5;
		border-radius: 7px;
	}

	.serv_item_sec2_coti_form_secc_envi {
		font-size: 21px;
		padding: 13px 80px;
		border: 0;
		border-radius: 7px;
	}

	/*** FORT INIC ***/
	.fort_inic_wrap {
		padding: 8% 0 8% 6%;
	}

	.fort_inic_sec1_head h2 {
		font-size: 20px;
		letter-spacing: 1px;
	}

	.fort_inic_sec1_head h2::after {
		width: 107px;
		height: 4px;
		right: -120px;
	}

	.fort_inic_sec1_head h3 {
		font-size: 32px;
		margin-top: 27px;
	}

	.fort_inic_sec1_list {
		margin-top: 40px;
	}

	.fort_inic_sec1_list ul {
		padding: 0;
		margin: 0;
	}

	.fort_inic_sec1_list li {
		margin-bottom: 27px;
	}

	.fort_inic_sec1_list li:last-child {
		margin-bottom: 0;
	}

	.fort_inic_sec1_list_elem_icon {
		width: 80px;
		height: 80px;
		font-size: 53px;
	}

	.fort_inic_sec1_list_elem_info {
		width: calc(100% - 100px);
		height: 93px;
		margin-left: 20px;
	}

	.fort_inic_sec1_list_elem_info_titu {
		font-size: 20px;
	}

	.fort_inic_sec1_list_elem_info_titu p {
		margin-top: 0;
	}

	.fort_inic_sec2_medi::after {
		left: 0;
		bottom: 0;
		border-width: 0 80px 80px 0;
	}

	/*** CLIE INIC ***/
	.clie_inic_wrap {
		margin: 7% 0;
		border-right: 7px solid #2424ea;
	}

	.clie_inic_sec1 {
		padding: 67px;
		border: 1px solid #f5f5f5;
		border-left: 8px solid #2144d8;
		box-shadow: 0px 13px 13px 0px rgba(138,138,138,0.2);
	}

	.clie_inic_sec1_head h2 {
		font-size: 48px;
		margin-top: 13px;
	}

	.clie_inic_sec1_head h2::before {
		width: 107px;
		height: 4px;
		right: -120px;
	}

	.clie_inic_sec1_head h3 {
		font-size: 21px;
		margin-top: 0;
	}

	.clie_inic_sec1_list {
		margin-top: 40px;
	}

	.clie_inic_sec1_list ul {
		padding: 0;
		margin: 0;
	}

	.clie_inic_sec1_list li {
		margin: 0 3%;
	}

	/*** DES1 INIC ***/
	.des1_inic_wrap::before { 
		top: 0;
	}

	.des1_inic_sec1_head h2 {
		font-size: 53px;
		margin-top: 13px;
	}

	.des1_inic_sec1_head_deta {
		font-size: 24px;
		margin-top: 13px;
	}

	.des1_inic_sec1_head_deta p {
		margin-top: 0;
	}

	.des1_inic_sec1_head_enla {
		width: 240px;
		font-size: 19px;
		letter-spacing: 1px;
		padding: 16px 40px;
		margin: 0 auto;
		margin-left: calc(50% - 120px);
		margin-top: 27px;
	}

	.des1_inic_sec1_head_enla::before {
		width: 0;
		top: 0;
		left: 0;
	}

	/*** CONT ITEM ***/
	.cont_item::before {
		width: 133px;
		height: 200px;
		top: 0;
		right: 67px;
	}

	.cont_item_sec1 {
		padding: 67px;
		border: 1px solid #f5f5f5;
		box-shadow: 0px 13px 13px 0px rgba(138,138,138,0.2);
	}

	.cont_item_sec1_head h2 {
		font-size: 40px;
		margin-top: 13px;
	}

	.cont_item_sec1_head h2:before {
		width: 107px;
		height: 4px;
		right: -120px;
	}

	.cont_item_sec1_deta {
		font-size: 19px;
		margin-top: 20px;
	}

	.cont_item_sec1_deta p {
		margin-top: 0;
	}

	.cont_item_sec1_deta h2 {
		font-size: 24px;
		margin-bottom: 13px;
	}

	.cont_item_sec1_deta li {
		margin-bottom: 7px;
	}

	.cont_item_sec1_deta li:last-child {
		margin-bottom: 0;
	}

	.cont_item_sec1_form {
		margin-top: 27px;
	}

	.cont_item_sec1_form_secc {
		margin-bottom: 27px;
	}

	.cont_item_sec1_form_secc:nth-child(6) {
		margin-bottom:0;
	}

	.cont_item_sec1_form_secc:nth-child(7) {
		margin-bottom:0;
	}

	.cont_item_sec1_form_secc_labe {
		font-size: 17px;
		margin-bottom: 7px;
	}

	.cont_item_sec1_form_secc_inpu {
		height: 60px;
		font-size: 20px;
		padding: 13px 20px;
		border: 1px solid #f5f5f5;
		border-radius: 7px;
	}

	.cont_item_sec1_form_secc_sele {
		height: 60px;
		font-size: 17px;
		padding: 13px 13px;
		border: 1px solid #f5f5f5;
		border-radius: 7px;
	}

	.cont_item_sec1_form_secc_text {
		height: 160px;
		font-size: 20px;
		padding: 13px 20px;
		border: 1px solid #f5f5f5;
		border-radius: 7px;
	}

	.cont_item_sec1_form_secc_envi {
		font-size: 21px;
		padding: 13px 80px;
		border: 0;
		border-radius: 7px;
	}

	.cont_item_sec2 {
		padding: 27px;
		border: 1px solid #f5f5f5;
		box-shadow: 0px 13px 13px 0px rgba(138,138,138,0.2);
	}

	#cont_item_sec2_mapa {
		height: 787px;
	}

	/*** FOOT ***/
	.foot_cont_list ul {
		padding: 0;
		margin: 0;
	}

	.foot_cont_list_elem {
		padding: 27px;
	}

	.foot_cont_list li:last-child .foot_cont_list_elem {
		border-right: 0;
	}

	.foot_cont_list_elem_icon {
		width: 93px;
		height: 93px;
		font-size: 53px;
		margin-left: calc(50% - 47px);
	}

	.foot_cont_list_elem_titu {
		font-size: 20px;
		margin-top: 11px;
		margin-bottom: 7px;
	}

	.foot_cont_list_elem_desc {
		font-size: 19px;
		margin-top: 11px;
	}

	.foot_info_rede_list ul {
		padding: 0;
		margin: 0;
	}

	.foot_info_rede_list li {
		width: 56px;
		height: 56px;
		font-size: 29px;
		margin: 0 7px;
		margin-bottom: 20px;
	}

	.foot_cred {
		font-size: 17px;
	}

	/*** COMU ***/
	.comu_widt_marg_auto {
		max-width: 1600px;
		margin: 0 auto;
	}

}