/************************ 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:#D11E21; }
::-moz-scrollbar-thumb { background:#D11E21; }
::-o-scrollbar-thumb { background:#D11E21; }

/************************ SCRO GOTO ************************/
.scro_goto {
    width:60px;
    height:60px;
    font-size:30px;
    color:#FFF;
    text-align:center;
    line-height:60px;
    right:0;
    bottom:0;
	background:rgba(209,30,33,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(82,89,149,0.8);
}

/************************ WRAP ************************/
.wrap {
	width:100%;
	min-width:960px;
}

/************************ HEAD ************************/
.head_wrap {
	width:100%;
	box-shadow:0px 10px 20px -10px rgba(33,33,33,0.15);
	float:left;
	position:relative;
	z-index:9;
}

.head_logo {
	width:12%;
	padding:8px 20px;
	float:left;
}

.head_logo img {
    max-width:100%;
}

.head_info {
	width:88%;
	float:left;
}

.head_info_prev {
	width:100%;
	padding-right:3%;
	float:left;
	position:relative;
}

.head_info_prev:before {
    content:'';
    width:100%;
    height:40px;
    top:0;
    right:-5%;
    background:#3D3F94;
    transform:skewX(42deg);
    position:absolute;
    z-index:-1;
    transition:all 0.3s ease 0s;
}

.head_info_prev_cont {
	font-family:'Oswald', sans-serif;
    font-size:15px;
	color:#FFF;
	text-align:center;
	font-weight:400;
    padding:5px 0;
	float:right;
    position:relative;
}

.head_info_prev_cont ul {
	width:100%;
	text-align:left;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.head_info_prev_cont li {
	padding-right:40px;
	margin-right:40px;
    border-right:1px solid #FFF;
    display:inline-block;
}

.head_info_prev_cont li:last-child {
	padding-right:0;
	margin-right:0;
    border-right:0;
}

.head_info_prev_cont li a {
	color:#FFF;
}

.head_info_prev_cont li i {
	color:#FFF;
	margin-right:5px;
}

.head_info_menu {
	margin-top:25px;
	padding-left:3%;
	float:left;
}

.head_info_menu_enla_resp { display:none !important; }

.head_info_rede {
	margin-top:30px;
	padding-right:3%;
	float:right;
}

.head_info_rede ul {
	width:100%;
	text-align:right;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.head_info_rede li {
	margin:0 5px;
    display:inline-block;
}

.head_info_rede li a {
	width:40px;
	height:40px;
	font-size:20px;
	color:#3D3F94;
	text-align:center;
	line-height:40px;
	background:#F6F6F6;
	border-radius:10px;
	display:block;
    transition:all 0.3s ease 0s;
}

.head_info_rede li a:hover {
	color:#FFF;
	background:#3D3F94;
}

/************************ SLID ************************/
.slid_wrap {
	width:100%;
	float:left;
	position:relative;
}

.slid_main_enla {
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	z-index:2;
}

/************************ TITU ************************/

/************************ MAIN ************************/
.main_wrap {
	width:100%;
	padding:3% 5%;
	float:left;
}

.main_enca {
	width:100%;
	float:left;
	position:relative;
}

.main_enca:before {
	content:'';
	width:8px;
	height:80%;
	top:15%;
	left:0;
	background:#525995;
	position:absolute;
}

.main_enca h1 {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:34px;
	color:#525995;
	text-align:left;
	font-weight:500;
	text-transform:uppercase;
	padding-left:20px;
	float:left;
	position:relative;
}

.main_enca h2 {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:18px;
	color:#999;
	text-align:left;
	font-weight:400;
	text-transform:uppercase;
	padding-left:20px;
	margin-top:10px;
	float:left;
	position:relative;
}

/************************ NOSO INIC ************************/
.noso_inic_wrap {
	width:100%;
	padding:0 3%;
	float:left;
	position:relative;
}

.noso_inic_imag {
	width:47%;
	height:100%;
	top:0;
	left:3%;
	right:0;
	bottom:0;
	background-size:cover !important;
	position:absolute;
}

.noso_inic_imag img {
	width:100%;
}

.noso_inic_info {
	width:50%;
	height:inherit;
	padding:60px;
	background:#FFF;
	box-shadow:0 0 16px rgba(33,33,33,0.1);
	float:right;
}

.noso_inic_info h2 {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:36px;
	color:#EE3135;
	text-align:left;
	text-transform:uppercase;
	margin-top:10px;
	float:left;
}

.noso_inic_info h3 {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:18px;
	color:#999;
	text-align:left;
	font-weight:400;
	text-transform:uppercase;
	float:left;
}

.noso_inic_info_deta {
	width:100%;
	font-family:'Rubik', sans-serif;
	font-size:14px;
	color:#333;	
	text-align:justify;
	line-height:140%;
	float:left;
}

.noso_inic_info_enla {
	font-family:'Oswald', sans-serif;
	font-size:18px;
	color:#333;	
	text-align:justify;
	font-weight:500;
	text-transform:uppercase;
	padding:5px 40px;
	margin-top:20px;
	border:2px solid #333;
	float:left;
    transition:all 0.3s ease 0s;
}

.noso_inic_info_enla:hover {
	color:#FFF;
	background:#EE3135;
	border:2px solid #EE3135;
}

/************************ NOSO ITEM ************************/
.noso_item_wrap {
	width:100%;
	padding:5% 8% 15% 15%;
	float:left;
	position:relative;
}

.noso_item_wrap:before {
    content:'';
    width:40%;
    height:100%;
    top:0;
    left:0;
    margin-left:-410px;
    background:url('../img/noso_item_wrap_befo.png');
    position:absolute;
}

.noso_item_info {
	width:45%;
	float:left;
	position:relative;
}

.noso_item_info h1 {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:40px;
	color:#525995;
	text-align:left;
	font-weight:500;
	text-transform:uppercase;
	float:left;
}

.noso_item_info h2 {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:20px;
	color:#999;
	text-align:left;
	font-weight:400;
	text-transform:uppercase;
	margin-top:10px;
	float:left;
	position:relative;
}

.noso_item_info_deta {
	width:100%;
	font-family:'Rubik', sans-serif;
	font-size:14px;
	color:#333;	
	text-align:justify;
	line-height:150%;
	margin-top:10px;
	float:left;
}

.noso_item_info_deta a {
    color:#525995;
    font-weight:600;
    transition:all 0.3s ease 0s;
}

.noso_item_info_deta a:hover {
    color:#EE3135;
}

.noso_item_info_deta ul {
	list-style-image:url('../img/main_deta_li.png');
}

.noso_item_imag {
	width:45%;
	float:right;
}

.noso_item_imag_list {
	width:100%;
	float:left;
	position:relative;
}

.noso_item_imag_list:before {
    content:'';
    width:15px;
    height:280px;
    right:-20px;
    background:#EE3135;
    border-radius:8px;
    position:absolute;
}

.noso_item_imag_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.noso_item_imag_list li {
	width:100%;
	float:left;
}

.noso_item_imag_list li:nth-child(1) {
	width:90%;
}

.noso_item_imag_list li:nth-child(2) {
	width:70%;
    right:-5%;
    bottom:-30%;
    position:absolute;
}

.noso_item_imag_list_imag {
	width:100%;
	border:8px solid #FFF;
	box-shadow:0 0 20px 1px rgba(33,33,33,0.2);
    float:left;
}

.noso_item_imag_list_imag img {
	width:100%;
}

/************************ BREA *****************************/
.brea_wrap {
    width:100%;
    padding:2% 3%;
    background:#F6F6F6;
    float:left;
}

.brea_wrap ul {
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
	float:left;
}

.brea_wrap li {
	font-family:'Oswald', sans-serif;
	font-size:16px;
	color:#525995;
	font-weight:500;
	text-transform:uppercase;
	float:left;
}

.brea_wrap li a {
	color:#0F4DAA;
}

.brea_wrap li a:hover {
	color:#EE3135;
}

.brea_wrap li:after {
    content:'\f105';
    font-family:'FontAwesome';
    font-size:16px;
	color:#009DFF;
	font-weight:700;
    margin:0 15px;
}

.brea_wrap li:last-child:after {
	content:'';
}

/************************ PRLI INIC ************************/
.prli_inic_wrap {
	width:100%;
	padding:3%;
	float:left;
}

.prli_inic_list {
	width:100%;
	float:left;
}

.prli_inic_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.prli_inic_list li {
	width:100%;
	float:left;
	position:relative;
}

.prli_inic_list_item {
	width:100%;
	float:left;
	cursor:pointer;
}

.prli_inic_list_item_imag {
	width:100%;
	height:100%;
	float:left;
}

.prli_inic_list_item_imag img {
	width:100%;
}

.prli_inic_list_item_info {
	width:100%;
	padding:30px 35px;
	top:0;
	left:0;
	background:rgba(255,255,255,0);
	position:absolute;
    transition:all 0.3s ease 0s;
}

.prli_inic_list li:hover .prli_inic_list_item_info {
	background:rgba(255,255,255,0);
}

.prli_inic_list_item_info h2 {
	width:100%;
	font-family:'Oswald', cursive;
	font-size:45px;
	color:#D75E89;
	text-align:right;
	font-weight:500;
	margin-top:-10px;
	float:left;
}
	
.prli_inic_list_item_info h3 {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:36px;
	color:#0E6392;
	text-align:right;
	font-weight:500;
	text-transform:uppercase;
	float:left;
}

/************************ PRTI INIC ************************/
.prti_inic_wrap {
	width:100%;
	margin-top:-5%;
	float:left;
	position:relative;
}

.prti_inic_list {
	width:100%;
	top:0;
	position:absolute;
}

.prti_inic_list ul {
	width:100%;
	padding:0 10%;
	margin:0;
	list-style:none;
	float:left;
}

.prti_inic_list li {
	width:90%;
	margin:10px 5%;
	float:left;
	position:relative;
    transition:all 0.3s ease 0s;
}

.prti_inic_list li:hover {
	margin-top:4px;
}

.prti_inic_list_item {
	width:100%;
	float:left;
}

.prti_inic_list_item_imag {
	width:100%;
	padding:10px;
	background:#FFF;
	border-radius:50%;
	box-shadow:0 0 10px 0 rgba(33,33,33,.2);
	float:left;
}

.prti_inic_list_item_imag img {
	width:100%;
	padding:10px;
	border-radius:50%;
}

/************************ PRTI LIST ************************/
.prti_list {
	width:100%;
	margin-top:50px;
	float:left;
}

.prti_list ul {
	width:100%;
	text-align:center;
	padding:0 10%;
	margin:0;
	list-style:none;
	float:left;
}

.prti_list li {
	width:18%;
	margin:0 2%;
	margin-bottom:40px;
	display:inline-block;
    transition:all 0.3s ease 0s;
}

.prti_list_item {
	width:100%;
	float:left;
}

.prti_list_item_imag {
	width:100%;
	padding:10px;
	background:#FFF;
	border-bottom:6px solid #525995;
	border-radius:50%;
	box-shadow:0 0 10px 0 rgba(33,33,33,.2);
	float:left;
    transition:all 0.3s ease 0s;
}

.prti_list li:hover .prti_list_item_imag {
	box-shadow:0 0 10px 5px rgba(82,89,149,0.4);
}

.prti_list_item_imag img {
	width:100%;
	padding:10px;
	border-radius:50%;
}

/************************ PRSU LIST ************************/
.prsu_list {
	width:100%;
	margin-top:20px;
	float:left;
}

.prsu_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.prsu_list li {
	width:23%;
	margin:0 1%;
	margin-bottom:20px;
	float:left;
	position:relative;
}

.prsu_list li:nth-child(4n+1) {
    clear:left;
}

.prsu_list_item {
	width:100%;
	float:left;
}

.prsu_list_item_imag {
	width:100%;
	float:left;
}

.prsu_list_item_imag img {
	width:100%;
}

.prsu_list_item_info {
	width:90%;
	margin:0 5%;
	margin-top:-20px;
	padding:15px;
	background:#FFF;
	border-bottom:5px solid #525995;
	box-shadow:0 0 16px rgba(33,33,33,0.1);
	float:left;
}

.prsu_list_item_info h3 {
	width:100%;
	height:45px;
	font-family:'Oswald', sans-serif;
	font-size:15px;
	color:#333;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	float:left;
	overflow:hidden;
}

.prsu_list_item_info_prec {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:15px;
	color:#EE3135;
	text-align:center;
	margin-top:5px;
	float:left;
}

/************************ PRIT INIC ************************/
.prit_inic_wrap {
	width:100%;
	padding:3% 5% 5% 5%;
	float:left;
    transition:all 0.3s ease 0s;
}

.prit_inic_wrap_padd_top {
	padding-top:12%;
}

.prit_inic_wrap h2 {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:36px;
	color:#EE3135;
	text-align:left;
	text-transform:uppercase;
	padding-left:3%;
	float:left;
}

.prit_inic_wrap h2 span {
	color:#525995;
	margin-left:8px;
}

.prit_inic_wrap h3 {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:18px;
	color:#999;
	text-align:left;
	font-weight:400;
	text-transform:uppercase;
	padding-left:3%;
	float:left;
	position:relative;
}

.prit_inic_wrap h3:after {
	content:'';
	width:100px;
	height:3px;
	bottom:-10px;
	left:3%;
	background:#E1E1E1;
	position:absolute;
}

.prit_inic_list {
	width:100%;
	margin-top:20px;
	float:left;
}

.prit_inic_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.prit_inic_list li {
	width:96%;
	margin:10px 2%;
	float:left;
	position:relative;
}

.prit_inic_list_item {
	width:100%;
	float:left;
}

.prit_inic_list_item_imag {
	width:100%;
	float:left;
}

.prit_inic_list_item_imag img {
	width:100%;
}

.prit_inic_list_item_info {
	width:90%;
	margin:0 5%;
	margin-top:-20px;
	padding:15px;
	background:#FFF;
	border-bottom:5px solid #525995;
	box-shadow:0 0 16px rgba(33,33,33,0.1);
	float:left;
}

.prit_inic_list_item_info h3 {
	width:100%;
	height:45px;
	font-family:'Oswald', sans-serif;
	font-size:15px;
	color:#333;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	float:left;
	overflow:hidden;
}

.prit_inic_list_item_info_prec {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:15px;
	color:#EE3135;
	text-align:center;
	margin-top:5px;
	float:left;
}

/************************ PRIT ITEM ************************/
.prit_item {
	width:100%;
	float:left;
}

.prit_item_imvi {
	width:45%;
	float:left;
	position:relative;
}

.prit_item_imvi:before {
	content:'';
	width:100%;
	height:100%;
	top:25%;
	left:-60%;
	background:url('../img/prit_item_imvi_befo.png');
	background-repeat:no-repeat;
	position:absolute;
}

.prit_item_imvi_imag {
	width:100%;
	border-bottom:6px solid #525995;
	float:left;
}

.prit_item_imvi_imag img {
	width:100%;
}

.prit_item_imvi_vide {
	width:70px;
	height:70px;
	font-size:40px;
	color:#FFF;
	text-align:center;
	line-height:70px;
	right:50px;
	top:calc(50% - 50px);
	background:#3D3F94;
	border-radius:50%;
	position:absolute;
	z-index:1;
    transition:all 0.3s ease 0s;
}

.prit_item_imvi_vide:before {
	content:'';
	width:120%;
	height:120%;
	top:-10%;
	left:-10%;
	background:rgba(61,63,148,0.2);
	border-radius:50%;
	position:absolute;
	z-index:-1;
}

.prit_item_imvi_vide:hover {
	background:#EE3135;
}

.prit_item_info {
	width:55%;
	padding:40px 50px;
	background:#FFF;
    box-shadow:0 0 16px rgba(33,33,33,0.1);
	float:left;
	position:relative;
}

.prit_item_info:before {
	content:'';
	width:100%;
	height:100%;
	top:25%;
	right:-97%;
	background:url('../img/prit_item_imvi_befo.png');
	background-repeat:no-repeat;
	position:absolute;
}

.prit_item_info h1 {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:34px;
	color:#525995;
	text-align:left;
	font-weight:500;
	text-transform:uppercase;
	float:left;
	position:relative;
}

.prit_item_info h2 {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:18px;
	color:#999;
	text-align:left;
	font-weight:400;
	text-transform:uppercase;
	float:left;
	position:relative;
}

.prit_item_codi {
	width:100%;
	font-family:'Rubik', sans-serif;
	font-size:14px;
	margin-top:10px;
	float:left;
}

.prit_item_codi_labe {
	color:#333;
	padding:10px;
	background:#F6F6F6;
	float:left;
}

.prit_item_codi_inpu {
	color:#333;
	padding:10px;
	float:left;
}

.prit_item_deta {
	width:100%;
	font-family:'Rubik', sans-serif;
	font-size:14px;
	color:#333;	
	text-align:justify;
	line-height:150%;
	float:left;
}

.prit_item_deta a {
    color:#525995;
    font-weight:600;
    transition:all 0.3s ease 0s;
}

.prit_item_deta a:hover {
    color:#EE3135;
}

.prit_item_deta ul {
	list-style-image:url('../img/main_deta_li.png');
}

.prit_item_info_cara {
	width:100%;
	margin-top:20px;
	float:left;
}

.prit_item_info_cara_list {
	width:100%;
	float:left;
}

.prit_item_info_cara_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.prit_item_info_cara_list li {
	width:48%;
	font-family:'Rubik', sans-serif;
	font-size:13px;
	margin-bottom:4px;
}

.prit_item_info_cara_list li:nth-child(odd) {
	float:left;
}

.prit_item_info_cara_list li:nth-child(even) {
	float:right;
}

.prit_item_info_cara_list_labe {
	width:45%;
	color:#FFF;
	padding:5px 10px;
	background:#3D3F94;
	float:left;
}

.prit_item_info_cara_list_inpu {
	width:55%;
	color:#333;
	padding:5px 10px;
	background:#F6F6F6;
	float:left;
}

.prit_item_info_enla {
	font-family:'Oswald', sans-serif;
	font-size:15px;
	color:#333;	
	text-align:justify;
	font-weight:500;
	text-transform:uppercase;
	padding:5px 40px;
	margin-top:40px;
	border:2px solid #333;
	float:left;
    transition:all 0.3s ease 0s;
}

.prit_item_info_enla:hover {
	color:#FFF;
	background:#EE3135;
	border:2px solid #EE3135;
}

/************************ USOS PROD INIC ************************/
.usos_prod_inic_wrap {
	width:100%;
	padding:7% 5%;
	margin-top:40px;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:top right !important;
	float:left;
}

.usos_prod_inic_info {
	width:40%;
	float:left;
}

.usos_prod_inic_info h2 {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:36px;
	color:#EE3135;
	text-align:left;
	text-transform:uppercase;
	margin-top:10px;
	float:left;
}

.usos_prod_inic_info h3 {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:18px;
	color:#525995;
	text-align:left;
	font-weight:400;
	text-transform:uppercase;
	float:left;
}

.usos_prod_inic_info_deta {
	width:100%;
	font-family:'Rubik', sans-serif;
	font-size:14px;
	color:#333;	
	text-align:justify;
	line-height:140%;
	float:left;
}

.usos_prod_inic_info_enla {
	font-family:'Oswald', sans-serif;
	font-size:18px;
	color:#333;	
	text-align:justify;
	font-weight:500;
	text-transform:uppercase;
	padding:5px 40px;
	margin-top:20px;
	border:2px solid #333;
	float:left;
    transition:all 0.3s ease 0s;
}

.usos_prod_inic_info_enla:hover {
	color:#FFF;
	background:#EE3135;
	border:2px solid #EE3135;
}

/************************ USOS PROD LIST ************************/
.usos_prod_list {
	width:100%;
	padding:0 10%;
	margin-top:40px;
	float:left;
}

.usos_prod_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.usos_prod_list li {
	width:100%;
	margin-bottom:40px;
	float:left;
	position:relative;
}

.usos_prod_list_info {
	width:55%;
	padding:50px;
	top:40px;
	left:-50px;
	background:#FFF;
	border-left:8px solid #525995;
	box-shadow:0 0 20px 1px rgba(33,33,33,0.08);
	position:absolute;
	z-index:1;
}

.usos_prod_list li:nth-child(odd) .usos_prod_list_info {
	left:-50px;
}

.usos_prod_list li:nth-child(even) .usos_prod_list_info {
	left:auto;
	right:-50px;
}

.usos_prod_list_info:before {
    content:'';
    width:50%;
    height:50%;
    top:25%;
    left:-50%;
	background:#525995;
    position:absolute;
}

.usos_prod_list li:nth-child(odd) .usos_prod_list_info:before {
    left:-50%;
}

.usos_prod_list li:nth-child(even) .usos_prod_list_info:before {
	left:auto;
	right:-50%;
}

.usos_prod_list_info h3 {
    width:100%;
    font-family:'Oswald', sans-serif;
    font-size:18px;
    color:#999;
    text-align:left;
    font-weight:400;
    text-transform:uppercase;
    float:left;
}

.usos_prod_list_info_deta {
	width:100%;
	font-family:'Rubik', sans-serif;
	font-size:14px;
	color:#333;	
	text-align:justify;
	line-height:150%;
	float:left;
}

.usos_prod_list_imag {
	width:55%;
	border:8px solid #FFF;
    box-shadow:0 0 20px 1px rgba(33,33,33,0.2);
	float:right;
	position:relative;
}

.usos_prod_list_imag:after {
	content:'';
	width:calc(100% - 50px);
	height:calc(100% - 50px);
	top:25px;
	left:25px;
	border:2px solid #FFF;
	position:absolute;
}

.usos_prod_list li:nth-child(odd) .usos_prod_list_imag {
	float:right;
}

.usos_prod_list li:nth-child(even) .usos_prod_list_imag {
	float:left;
}

.usos_prod_list_imag img {
	width:100%;
}

/************************ MARC LIST ************************/
.marc_list {
	width:100%;
	margin-top:50px;
	float:left;
}

.marc_list ul {
	width:100%;
	text-align:center;
	padding:0 5%;
	margin:0;
	list-style:none;
	float:left;
}

.marc_list li {
	width:14%;
	margin:0 1%;
	margin-bottom:2%;
	display:inline-block;
    transition:all 0.3s ease 0s;
}

.marc_list_item {
	width:100%;
	float:left;
}

.marc_list_item_imag {
	width:100%;
	padding:10px;
	background:#FFF;
	border-bottom:6px solid #525995;
	box-shadow:0 0 10px 0 rgba(33,33,33,.2);
	float:left;
    transition:all 0.3s ease 0s;
}

.marc_list li:hover .marc_list_item_imag {
	box-shadow:0 0 10px 5px rgba(82,89,149,0.4);
}

.marc_list_item_imag img {
	width:100%;
	padding:10px;
}

/************************ 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%;
	padding:5% 10%;
	background:#3D3F94;
	float:left;
}

.foot_izqu {
	width:32%;
	padding:40px;
	background:#2C2E89;
	border-bottom:10px solid #2A2ED2;
	float:left;
	position:relative;
}

.foot_izqu h2 {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:34px;
	color:#FFF;	
	text-align:left;
	font-weight:700;
	text-transform:uppercase;
	float:left;
}

.foot_izqu_subt {
	width:100%;
	font-family:'Rubik', sans-serif;
	font-size:14px;
	color:#FFF;
	text-align:left;
    line-height:140%;
	margin-top:10px;
	float:left;	
}

.foot_izqu_list {
	width:100%;
	margin-top:30px;
	float:left;
}

.foot_izqu_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.foot_izqu_list li {
	width:100%;
	margin-bottom:30px;
	float:left;
}

.foot_izqu_list_item {
	width:100%;
	float:left;
}

.foot_izqu_list_item_icon {
    width:60px;
    height:60px;
    font-size:30px;
    color:#FFF;
    text-align:center;
    line-height:60px;
	border:2px solid #FFF;
    display:inline-block;
    transition:all 0.3s ease 0s;
}

.foot_izqu_list li:hover .foot_izqu_list_item_icon {
    color:#2A2ED2;
	background:#FFF;
}

.foot_izqu_list_item_info {
	width:calc(100% - 75px);
	margin-left:15px;
	float:right;
}

.foot_izqu_list_item_info_titu {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:15px;
	color:#FFF;
	text-align:left;
	font-weight:400;
	text-transform:uppercase;
	margin-top:8px;
	float:left;
}

.foot_izqu_list_item_info_desc {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:left;
	font-weight:400;
	float:left;
}

.foot_dere {
	width:60%;
	padding:40px;
	padding-top:80px;
	float:right;
	position:relative;
}

.foot_dere_form {
	width:100%;
	float:right;
}

.foot_dere_form_secc {
	width:48%;
	margin-bottom:50px;
	float:left;
}

.foot_dere_form_secc:nth-child(1) {
	float:left;
}

.foot_dere_form_secc:nth-child(2) {
	float:right;
}

.foot_dere_form_secc:nth-child(3) {
	float:left;
}

.foot_dere_form_secc:nth-child(4) {
	float:right;
}

.foot_dere_form_secc:nth-child(5) {
	width:100%;
	float:left;
}

.foot_dere_form_secc:nth-child(6) {
	float:right;
	margin-bottom:10px;
}

.foot_dere_form_secc:nth-child(7) {
	width:100%;
	margin-bottom:0;
	float:right;
}

.foot_dere_form_secc_labe {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:15px;
	color:#FFF;
	text-align:left;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:5px;
	float:left;
	position:relative;
	z-index:1;
}

.foot_dere_form_secc_icon {
	width:48px;
	height:40px;
    font-size:18px;
    color:#FFF;
    text-align:center;
    line-height:40px;
	border:2px solid #FFF;
	float:left;
}

.foot_dere_form_secc_inpu {
	width:calc(100% - 48px);
	height:40px;
	font-family:'Rubik', sans-serif;
	font-size:15px;
	color:#FFF;
    padding:10px;
	background:rgba(255,255,255,0.5);
	border:0;
	float:right;
	outline:none;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.foot_dere_form_secc_text {
	width:100%;
	height:100px;
	font-family:'Rubik', sans-serif;
	font-size:15px;
	color:#FFF;
    padding:10px;
	background:rgba(255,255,255,0.5);
	border:0;
	float:left;
	resize:none;
	outline:none;
    transition:all 0.3s ease 0s;
}

.foot_dere_form_secc_envi {
	padding:5px;
	background:#2C2E89;
	border:0;
	border-bottom:5px solid #2A2ED2;
	cursor:pointer;
	float:right;
    transition:all 0.3s ease 0s;
}

.foot_dere_form_secc_envi:hover {
	background:#2A2ED2;
}

.foot_dere_form_secc_envi i {
	width:40px;
	height:inherit;
	font-size:20px;
	color:#2A2ED2;
	text-align:center;
	line-height:38px;
	background:#FFF;
	border-radius:50px;
	float:left;
    transition:all 0.3s ease 0s;
}

.foot_dere_form_secc_envi:hover i {
	color:#2A2ED2;
}

.foot_dere_form_secc_envi span {
	height:inherit;
	font-family:'Oswald', sans-serif;
	font-size:18px;
	color:#FFF;
	text-align:center;
	font-weight:400;
	line-height:38px;
	padding:0 30px;
	float:left;
}

/************************ PAGI ************************/
.pagi_wrap {
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size:20px;
	color:#EE3135;
	font-weight:600;
	text-align:center;
	margin:4% auto 0% auto;
	float:left;		
}

.pagi_wrap img {
	margin-top:9px;
}

.pagi_wrap a {
	color:#2C2E89;
	text-decoration:none;
}

.pagi_wrap a:hover {
	color:#2A2ED2;		
}

/************************ ADDO ************************/
.addo_clea_both {
	width:100%;
	clear:both;
}

/* ----- MEDIA QUERIES ----- */

@media (min-width:240px) and (max-width:639px) {

	/************************ WRAP ************************/
	.wrap {
		min-width:100%;
	}
	
	/************************ HEAD ************************/
	.head_logo {
		width:35%;
		padding:8px 15px;
	}
	
	.head_info {
		width:100%;
	}

	.head_info_prev {
		width:65%;
		padding-right:3%;
		top:0;
		right:0;
		position:absolute;
	}

	.head_info_prev:before {
		right:-8%;
	}

	.head_info_prev_cont li {
		padding-right:20px;
		margin-right:20px;
	}
	
	.head_info_prev_cont li i {
		font-size:20px;
	}
	
	.head_info_prev_cont span { display:none; }

	.head_info_menu {
		width:100%;
		margin-top:-55px;
		padding-left:0;
	}
	
	.head_info_menu_enla { display:none !important; }

	.head_info_menu_enla_resp { display:block !important; }
	
	.head_info_rede {
		width:100%;
		margin-top:10px;
		padding-right:0;
	}
	
	.head_info_rede ul {
		text-align:center;
	}
	
	.head_info_rede li {
		margin-bottom:10px;
	}

	/************************ SLID ************************/
	.fw_al_008_slide {
		left:5% !important;
		width:90% !important;
	}

	.fw_al_008_slide>h3 {
		font-size:13px !important;
	}

	.fw_al_008_slide>h1 {
		font-size:16px !important;
		margin-top:5px !important;
	}

	/************************ MAIN ************************/
	.main_wrap {
		padding:5%;
	}
	
	.main_enca:before {
		height:85%;
		top:10%;
	}
	
	.main_enca h1 {
		font-size:24px;
	}
	
	.main_enca h2 {
		font-size:16px;
		margin-top:2px;
	}

	/************************ NOSO INIC ************************/
	.noso_inic_wrap {
		padding:5%;
	}
	
	.noso_inic_imag {
		width:100%;
		height:300px;
		left:0;
		position:relative;
	}
	
	.noso_inic_info {
		width:100%;
		padding:30px;
	}
	
	.noso_inic_info h2 {
		font-size:24px;
		line-height:120%;
		margin-top:0;
	}

	.noso_inic_info h3 {
		font-size:16px;
	}
	
	.noso_inic_info_deta {
		font-size:15px;
		line-height:130%;
	}
	
	.noso_inic_info_enla {
		font-size:16px;
	}

	/************************ NOSO ITEM ************************/
	.noso_item_wrap {
		padding:5% 5% 40% 5%;
	}
	
	.noso_item_info {
		width:100%;
	}
	
	.noso_item_info h1 {
		font-size:28px;
	}
	
	.noso_item_info h2 {
		font-size:16px;
		margin-top:5px;
	}
	
	.noso_item_info_deta {
		font-size:15px;
		line-height:140%;
	}
	
	.noso_item_imag {
		width:100%;
		margin-top:20px;
	}
	
	.noso_item_imag_list li:nth-child(2) {
		right:3%;
	}
	
	/************************ BREA *****************************/
	.brea_wrap {
		padding:5%;
		background:#F6F6F6;
		float:left;
	}
	
	.brea_wrap li {
		font-size:14px;
	}
	
	.brea_wrap li:after {
		font-size:14px;
	}

	/************************ PRLI INIC ************************/
	.prli_inic_list_item_info {
		padding:10px;
	}
	
	.prli_inic_list_item_info h2 {
		font-size:32px;
	}
		
	.prli_inic_list_item_info h3 {
		font-size:26px;
	}
	
	/************************ PRTI INIC ************************/
	.prti_inic_wrap {
		margin-top:-15%;
	}
	
	/************************ PRTI LIST ************************/
	.prti_list {
		width:100%;
		margin-top:50px;
		float:left;
	}
	
	.prti_list ul {
		padding:0;
	}
	
	.prti_list li {
		width:46%;
		margin:0;
		margin-bottom:6%;
	}
	
	.prti_list li:nth-child(odd) {
		float:left;
	}
	
	.prti_list li:nth-child(even) {
		float:right;
	}

	/************************ PRSU LIST ************************/
	.prsu_list li {
		width:48%;
		margin:0;
		margin-bottom:2%;
	}
	
	.prsu_list li:nth-child(odd) {
		float:left;
		clear:left;
	}
	
	.prsu_list li:nth-child(even) {
		float:right;
	}
	
	.prsu_list_item_info {
		width:100%;
		margin:0;
		padding:10px;
	}
	
	.prsu_list_item_info h3 {
		font-size:14px;
	}
	
	.prsu_list_item_info_prec {
		font-size:14px;
	}

	/************************ PRIT INIC ************************/
	.prit_inic_wrap {
		padding:5%;
	}
		
	.prit_inic_wrap_padd_top {
		padding-top:50%;
	}

	.prit_inic_wrap h2 {
		font-size:24px;
	}
	
	.prit_inic_wrap h3 {
		font-size:16px;
	}
	
	.prit_inic_list_item_info {
		width:100%;
		margin:0;
		padding:10px;
	}
	
	.prit_inic_list_item_info h3 {
		font-size:14px;
	}
	
	.prit_inic_list_item_info_prec {
		font-size:14px;
	}
	
	/************************ PRIT ITEM ************************/
	.prit_item_imvi {
		width:100%;
	}
	
	.prit_item_imvi:before {
		left:-90%;
	}
	
	.prit_item_imvi_vide {
		width:60px;
		height:60px;
		font-size:35px;
		line-height:60px;
		right:20px;
		top:auto;
		bottom:20px;
	}

	.prit_item_info {
		width:100%;
		padding:20px 30px;
		margin-top:20px;
	}
	
	.prit_item_info h1 {
		font-size:26px;
	}
	
	.prit_item_info h2 {
		font-size:16px;
	}

	.prit_item_deta {
		font-size:15px;
		line-height:130%;
	}
	
	.prit_item_deta li {
		margin-bottom:4px;
	}
	
	.prit_item_info_cara_list li {
		width:100%;
		font-size:14px;
	}
	
	.prit_item_info_cara_list li:nth-child(odd) {
		float:left;
	}
	
	.prit_item_info_cara_list li:nth-child(even) {
		float:right;
	}
	
	.prit_item_info_cara_list_labe {
		width:100%;
		padding:7px 10px;
	}
	
	.prit_item_info_cara_list_inpu {
		width:100%;
		padding:7px 10px;
	}

	/************************ USOS PROD INIC ************************/
	
	/************************ USOS PROD LIST ************************/
	
	/************************ MARC LIST ************************/
	.marc_list {
		margin-top:20px;
	}
	
	.marc_list ul {
		padding:0;
	}
	
	.marc_list li {
		width:46%;
		margin:0;
		margin-bottom:6%;
	}
	
	.marc_list li:nth-child(odd) {
		float:left;
	}
	
	.marc_list li:nth-child(even) {
		float:right;
	}
	
	/************************ FOOT ************************/
	.foot_wrap {
		padding:5%;
	}
	
	.foot_izqu {
		width:100%;
		padding:30px;
	}
	
	.foot_izqu h2 {
		font-size:26px;
	}
	
	.foot_izqu_subt {
		font-size:15px;
	}
	
	.foot_izqu_list {
		margin-top:20px;
	}
	
	.foot_izqu_list li {
		margin-bottom:20px;
	}

	.foot_izqu_list_item_icon {
		width:50px;
		height:50px;
		line-height:50px;
	}

	.foot_izqu_list_item_info_titu {
		margin-top:0;
	}

	.foot_izqu_list_item_info_desc {
		font-size:17px;
	}
	
	.foot_dere {
		width:100%;
		padding:0;
		padding-bottom:60px;
		margin-top:40px;
	}
	
	.foot_dere_form_secc {
		width:100%;
		margin-bottom:20px;
	}

}

@media (min-width: 640px) and (max-width: 1279px) {

	/************************ WRAP ************************/
	.wrap {
		min-width:100%;
	}
	
	/************************ HEAD ************************/
	.head_logo {
		width:35%;
		padding:8px 15px;
	}
	
	.head_info {
		width:100%;
	}

	.head_info_prev {
		width:65%;
		padding-right:3%;
		top:0;
		right:0;
		position:absolute;
	}

	.head_info_prev:before {
		right:-8%;
	}

	.head_info_prev_cont li {
		padding-right:20px;
		margin-right:20px;
	}
	
	.head_info_prev_cont li i {
		font-size:20px;
	}
	
	.head_info_prev_cont span { display:none; }

	.head_info_menu {
		width:100%;
		margin-top:-55px;
		padding-left:0;
	}
	
	.head_info_menu_enla { display:none !important; }

	.head_info_menu_enla_resp { display:block !important; }
	
	.head_info_rede {
		width:100%;
		margin-top:10px;
		padding-right:0;
	}
	
	.head_info_rede ul {
		text-align:center;
	}
	
	.head_info_rede li {
		margin-bottom:10px;
	}

	/************************ SLID ************************/
	.fw_al_008_slide {
		left:5% !important;
		width:90% !important;
	}

	.fw_al_008_slide>h3 {
		font-size:13px !important;
	}

	.fw_al_008_slide>h1 {
		font-size:16px !important;
		margin-top:5px !important;
	}

	/************************ MAIN ************************/
	.main_wrap {
		padding:5%;
	}
	
	.main_enca:before {
		height:85%;
		top:10%;
	}
	
	.main_enca h1 {
		font-size:24px;
	}
	
	.main_enca h2 {
		font-size:16px;
		margin-top:2px;
	}

	/************************ NOSO INIC ************************/
	.noso_inic_wrap {
		padding:5%;
	}
	
	.noso_inic_imag {
		width:100%;
		height:300px;
		left:0;
		position:relative;
	}
	
	.noso_inic_info {
		width:100%;
		padding:30px;
	}
	
	.noso_inic_info h2 {
		font-size:24px;
		line-height:120%;
		margin-top:0;
	}

	.noso_inic_info h3 {
		font-size:16px;
	}
	
	.noso_inic_info_deta {
		font-size:15px;
		line-height:130%;
	}
	
	.noso_inic_info_enla {
		font-size:16px;
	}

	/************************ NOSO ITEM ************************/
	.noso_item_wrap {
		padding:5% 5% 40% 5%;
	}
	
	.noso_item_info {
		width:100%;
	}
	
	.noso_item_info h1 {
		font-size:28px;
	}
	
	.noso_item_info h2 {
		font-size:16px;
		margin-top:5px;
	}
	
	.noso_item_info_deta {
		font-size:15px;
		line-height:140%;
	}
	
	.noso_item_imag {
		width:100%;
		margin-top:20px;
	}
	
	.noso_item_imag_list li:nth-child(2) {
		right:3%;
	}
	
	/************************ BREA *****************************/
	.brea_wrap {
		padding:5%;
		background:#F6F6F6;
		float:left;
	}
	
	.brea_wrap li {
		font-size:14px;
	}
	
	.brea_wrap li:after {
		font-size:14px;
	}

	/************************ PRLI INIC ************************/
	.prli_inic_list_item_info {
		width:90%;
		padding:20px;
		padding-right:90px;
		margin-left:10%;
	}
	
	.prli_inic_list_item_info h2 {
		font-size:40px;
		line-height:90%;
	}
		
	.prli_inic_list_item_info h3 {
		font-size:26px;
	}
	
	/************************ PRTI INIC ************************/
	.prti_inic_wrap {
		margin-top:-15%;
	}
	
	/************************ PRTI LIST ************************/
	.prti_list {
		width:100%;
		margin-top:50px;
		float:left;
	}
	
	.prti_list ul {
		padding:0;
	}
	
	.prti_list li {
		width:46%;
		margin:0;
		margin-bottom:6%;
	}
	
	.prti_list li:nth-child(odd) {
		float:left;
	}
	
	.prti_list li:nth-child(even) {
		float:right;
	}

	/************************ PRSU LIST ************************/
	.prsu_list li {
		width:48%;
		margin:0;
		margin-bottom:2%;
	}
	
	.prsu_list li:nth-child(odd) {
		float:left;
		clear:left;
	}
	
	.prsu_list li:nth-child(even) {
		float:right;
	}
	
	.prsu_list_item_info {
		width:100%;
		margin:0;
		padding:10px;
	}
	
	.prsu_list_item_info h3 {
		font-size:14px;
	}
	
	.prsu_list_item_info_prec {
		font-size:14px;
	}

	/************************ PRIT INIC ************************/
	.prit_inic_wrap {

		padding:5%;
	}
		
	.prit_inic_wrap_padd_top {
		padding-top:50%;
	}

	.prit_inic_wrap h2 {
		font-size:24px;
	}
	
	.prit_inic_wrap h3 {
		font-size:16px;
	}
	
	.prit_inic_list_item_info {
		width:100%;
		margin:0;
		padding:10px;
	}
	
	.prit_inic_list_item_info h3 {
		font-size:14px;
	}
	
	.prit_inic_list_item_info_prec {
		font-size:14px;
	}
	
	/************************ PRIT ITEM ************************/
	.prit_item_imvi {
		width:100%;
	}
	
	.prit_item_imvi:before {
		left:-90%;
	}
	
	.prit_item_imvi_vide {
		width:60px;
		height:60px;
		font-size:35px;
		line-height:60px;
		right:20px;
		top:auto;
		bottom:20px;
	}

	.prit_item_info {
		width:100%;
		padding:20px 30px;
		margin-top:20px;
	}
	
	.prit_item_info h1 {
		font-size:26px;
	}
	
	.prit_item_info h2 {
		font-size:16px;
	}

	.prit_item_deta {
		font-size:15px;
		line-height:130%;
	}
	
	.prit_item_deta li {
		margin-bottom:4px;
	}
	
	.prit_item_info_cara_list li {
		width:100%;
		font-size:14px;
	}
	
	.prit_item_info_cara_list li:nth-child(odd) {
		float:left;
	}
	
	.prit_item_info_cara_list li:nth-child(even) {
		float:right;
	}
	
	.prit_item_info_cara_list_labe {
		width:100%;
		padding:7px 10px;
	}
	
	.prit_item_info_cara_list_inpu {
		width:100%;
		padding:7px 10px;
	}

	/************************ USOS PROD INIC ************************/
	
	/************************ USOS PROD LIST ************************/
	
	/************************ MARC LIST ************************/
	.marc_list {
		margin-top:20px;
	}
	
	.marc_list ul {
		padding:0;
	}
	
	.marc_list li {
		width:46%;
		margin:0;
		margin-bottom:6%;
	}
	
	.marc_list li:nth-child(odd) {
		float:left;
	}
	
	.marc_list li:nth-child(even) {
		float:right;
	}
	
	/************************ FOOT ************************/
	.foot_wrap {
		padding:5%;
	}
	
	.foot_izqu {
		width:100%;
		padding:30px;
	}
	
	.foot_izqu h2 {
		font-size:26px;
	}
	
	.foot_izqu_subt {
		font-size:15px;
	}
	
	.foot_izqu_list {
		margin-top:20px;
	}
	
	.foot_izqu_list li {
		margin-bottom:20px;
	}

	.foot_izqu_list_item_icon {
		width:50px;
		height:50px;
		line-height:50px;
	}

	.foot_izqu_list_item_info_titu {
		margin-top:0;
	}

	.foot_izqu_list_item_info_desc {
		font-size:17px;
	}
	
	.foot_dere {
		width:100%;
		padding:0;
		padding-bottom:60px;
		margin-top:40px;
	}
	
	.foot_dere_form_secc {
		width:100%;
		margin-bottom:20px;
	}

}

@media (min-width: 1792px) {
	
	/************************ SCRO ************************/
	::-webkit-scrollbar { width:13px; }
	::-moz-scrollbar { width:13px; }
	::-o-scrollbar { width:13px; }
	
	/************************ SCRO GOTO ************************/
	.scro_goto {
		width:80px;
		height:80px;
		font-size:40px;
		line-height:80px;
	}
	
	/************************ WRAP ************************/
	
	/************************ HEAD ************************/
	.head_wrap {
		box-shadow:0px 13px 27px -13px rgba(33,33,33,0.15);
	}
	
	.head_logo {
		padding:11px 27px;
	}
	
	.head_info_prev:before {
		height:53px;
	}
	
	.head_info_prev_cont {
		font-size:20px;
		padding:7px 0;
	}
	
	.head_info_prev_cont li {
		padding-right:53px;
		margin-right:53px;
	}
	
	.head_info_prev_cont li i {
		margin-right:7px;
	}
	
	.head_info_menu {
		margin-top:33px;
	}
	
	.head_info_rede {
		margin-top:40px;
	}
	
	.head_info_rede li {
		margin:0 7px;
	}
	
	.head_info_rede li a {
		width:53px;
		height:53px;
		font-size:27px;
		line-height:53px;
		border-radius:13px;
	}
	
	/************************ SLID ************************/
	#fw_al_008 {
		max-height:800px !important;
	}

	.fw_al_008_slide {
		width:667px !important;
		padding:13px !important;
	}
	
	.fw_al_008_slide>h1 {
		font-size:67px !important;
	}
	
	.fw_al_008_slide>h3 {
		margin-bottom:33px !important;
	}
	
	.fw_al_008_slide>a:hover, .fw_al_008_slide>a:active {
		border:4px solid #EE3135 !important;
	}
	
	.fw_al_008_slide>a {
		font-size:17px !important;
		padding:13px 27px !important;
		margin:53px 7px 0 7px !important;
	}
	
	.ps_control_l_y .carousel-control {
		width:67px !important;
		height:67px !important;
		font-size:45px !important;
		line-height:64px !important;
	}

	/************************ TITU ************************/
	
	/************************ MAIN ************************/
	.main_enca:before {
		width:11px;
	}
	
	.main_enca h1 {
		font-size:45px;
		padding-left:27px;
	}
	
	.main_enca h2 {
		font-size:24px;
		padding-left:27px;
		margin-top:13px;
	}
	
	/************************ NOSO INIC ************************/
	.noso_inic_info {
		padding:80px;
		box-shadow:0 0 21px rgba(33,33,33,0.1);
	}
	
	.noso_inic_info h2 {
		font-size:48px;
		margin-top:13px;
	}
	
	.noso_inic_info h3 {
		font-size:24px;
	}
	
	.noso_inic_info_deta {
		font-size:19px;
	}
	
	.noso_inic_info_enla {
		font-size:24px;
		padding:7px 53px;
		margin-top:27px;
	}
	
	/************************ NOSO ITEM ************************/
	.noso_item_wrap:before {
		margin-left:-547px;
	}
	
	.noso_item_info h1 {
		font-size:53px;
	}
	
	.noso_item_info h2 {
		font-size:27px;
		margin-top:13px;
	}
	
	.noso_item_info_deta {
		font-size:19px;
		margin-top:13px;
	}
	
	.noso_item_imag_list:before {
		width:20px;
		height:373px;
		right:-27px;
		border-radius:11px;
	}
	
	.noso_item_imag_list_imag {
		border:11px solid #FFF;
		box-shadow:0 0 27px 1px rgba(33,33,33,0.2);
	}
	
	/************************ BREA *****************************/
	.brea_wrap li {
		font-size:21px;
	}
	
	.brea_wrap li:after {
		font-size:21px;
		margin:0 20px;
	}
	
	/************************ PRLI INIC ************************/
	.prli_inic_list_item_info {
		padding:40px 47px;
	}

	.prli_inic_list_item_info h2 {
		font-size:60px;
		margin-top:-13px;
	}
		
	.prli_inic_list_item_info h3 {
		font-size:48px;
	}
	
	/************************ PRTI INIC ************************/
	.prti_inic_list li {
		margin:10px 7%;
	}
	
	.prti_inic_list li:hover {
		margin-top:5px;
	}
	
	.prti_inic_list_item_imag {
		padding:13px;
		box-shadow:0 0 13px 0 rgba(33,33,33,.2);
	}
	
	.prti_inic_list_item_imag img {
		padding:13px;
	}
	
	/************************ PRTI LIST ************************/
	.prti_list {
		margin-top:67px;
	}
	
	.prti_list li {
		margin-bottom:53px;
	}
	
	.prti_list_item_imag {
		padding:13px;
		border-bottom:8px solid #525995;
		box-shadow:0 0 13px 0 rgba(33,33,33,.2);
	}
	
	.prti_list li:hover .prti_list_item_imag {
		box-shadow:0 0 13px 7px rgba(82,89,149,0.4);
	}
	
	.prti_list_item_imag img {
		padding:13px;
	}
	
	/************************ PRSU LIST ************************/
	.prsu_list {
		margin-top:27px;
	}
	
	.prsu_list li {
		margin-bottom:27px;
	}
	
	.prsu_list_item_info {
		margin-top:-27px;
		padding:20px;
		border-bottom:7px solid #525995;
		box-shadow:0 0 21px rgba(33,33,33,0.1);
	}
	
	.prsu_list_item_info h3 {
		height:60px;
		font-size:20px;
	}
	
	.prsu_list_item_info_prec {
		font-size:20px;
		margin-top:7px;
	}
	
	/************************ PRIT INIC ************************/
	.prit_inic_wrap h2 {
		font-size:48px;
	}
	
	.prit_inic_wrap h2 span {
		margin-left:11px;
	}
	
	.prit_inic_wrap h3 {
		font-size:24px;
	}
	
	.prit_inic_wrap h3:after {
		width:133px;
		height:4px;
		bottom:-13px;
	}
	
	.prit_inic_list {
		margin-top:27px;
	}
	
	.prit_inic_list li {
		margin:13px 2%;
	}
	
	.prit_inic_list_item_info {
		margin-top:-27px;
		padding:20px;
		border-bottom:7px solid #525995;
		box-shadow:0 0 21px rgba(33,33,33,0.1);
	}
	
	.prit_inic_list_item_info h3 {
		height:60px;
		font-size:20px;
	}
	
	.prit_inic_list_item_info_prec {
		font-size:20px;
		margin-top:7px;
	}
	
	/************************ PRIT ITEM ************************/
	.prit_item_imvi_imag {
		border-bottom:8px solid #525995;
	}
	
	.prit_item_imvi_vide {
		width:93px;
		height:93px;
		font-size:53px;
		line-height:93px;
		right:67px;
		top:calc(50% - 67px);
	}
	
	.prit_item_info {
		padding:53px 67px;
		box-shadow:0 0 21px rgba(33,33,33,0.1);
	}
	
	.prit_item_info h1 {
		font-size:45px;
	}
	
	.prit_item_info h2 {
		font-size:24px;
	}
	
	.prit_item_codi {
		font-size:19px;
		margin-top:13px;
	}
	
	.prit_item_codi_labe {
		padding:13px;
	}
	
	.prit_item_codi_inpu {
		padding:13px;
	}
	
	.prit_item_deta {
		font-size:19px;
	}
	
	.prit_item_info_cara {
		margin-top:27px;
	}
	
	.prit_item_info_cara_list li {
		font-size:17px;
		margin-bottom:5px;
	}
	
	.prit_item_info_cara_list_labe {
		padding:7px 13px;
	}
	
	.prit_item_info_cara_list_inpu {
		padding:7px 13px;
	}
	
	.prit_item_info_enla {
		font-size:20px;
		padding:7px 53px;
		margin-top:53px;
	}
	
	/************************ USOS PROD INIC ************************/
	
	/************************ USOS PROD LIST ************************/
	
	/************************ MARC LIST ************************/
	.marc_list {
		margin-top:67px;
	}
	
	.marc_list_item_imag {
		padding:13px;
		border-bottom:8px solid #525995;
		box-shadow:0 0 13px 0 rgba(33,33,33,.2);
	}
	
	.marc_list li:hover .marc_list_item_imag {
		box-shadow:0 0 13px 7px rgba(82,89,149,0.4);
	}
	
	.marc_list_item_imag img {
		padding:13px;
	}	
	
	/************************ FOOT ************************/
	.foot_izqu {
		padding:53px;
		border-bottom:13px solid #2A2ED2;
	}
	
	.foot_izqu h2 {
		font-size:45px;
	}
	
	.foot_izqu_subt {
		font-size:19px;
		margin-top:13px;
	}
	
	.foot_izqu_list {
		margin-top:40px;
	}
	
	.foot_izqu_list li {
		margin-bottom:40px;
	}
	
	.foot_izqu_list_item_icon {
		width:80px;
		height:80px;
		font-size:40px;
		line-height:80px;
	}
	
	.foot_izqu_list_item_info {
		width:calc(100% - 100px);
		margin-left:20px;
	}
	
	.foot_izqu_list_item_info_titu {
		font-size:20px;
		margin-top:11px;
	}
	
	.foot_izqu_list_item_info_desc {
		font-size:21px;
	}
	
	.foot_dere {
		padding:53px;
		padding-top:107px;
	}
	
	.foot_dere_form_secc {
		margin-bottom:67px;
	}
	
	.foot_dere_form_secc:nth-child(6) {
		margin-bottom:13px;
	}
	
	.foot_dere_form_secc_labe {
		font-size:20px;
		margin-bottom:7px;
	}
	
	.foot_dere_form_secc_icon {
		width:64px;
		height:53px;
		font-size:24px;
		line-height:53px;
	}
	
	.foot_dere_form_secc_inpu {
		width:calc(100% - 64px);
		height:53px;
		font-size:20px;
		padding:13px;
	}
	
	.foot_dere_form_secc_text {
		height:133px;
		font-size:20px;
		padding:13px;
	}
	
	.foot_dere_form_secc_envi {
		padding:7px;
		border-bottom:7px solid #2A2ED2;
	}

	.foot_dere_form_secc_envi i {
		width:53px;
		font-size:27px;
		line-height:51px;
		border-radius:67px;
	}
	
	.foot_dere_form_secc_envi span {
		font-size:24px;
		line-height:51px;
		padding:0 40px;
	}
	
	/************************ PAGI ************************/
	.pagi_wrap {
		font-size:27px;
	}
	
	.pagi_wrap img {
		margin-top:12px;
	}
	
}