@import "rese.css";
@import "font.css";
@import "icon_awes.css";
@import "icon_flat.css";

/************************ FUNC ************************/
html, body {
	overflow-x:hidden;
}

a {	text-decoration:none; }

/************************ SCRO ************************/
::-webkit-scrollbar { width:10px; }
::-moz-scrollbar { width:10px; }
::-o-scrollbar { width:10px; }

::-webkit-scrollbar-track { background:#FFF; }
::-moz-scrollbar-track { background:#FFF; }
::-o-scrollbar-track { background:#FFF; }

::-webkit-scrollbar-thumb { background:#7C0101; }
::-moz-scrollbar-thumb { background:#7C0101; }
::-o-scrollbar-thumb { background:#7C0101; }

/************************ SCRO GOTO ************************/
.scro_goto {
    width:50px;
    height:50px;
    font-size:20px;
    color:#FFF;
    text-align:center;
    line-height:45px;
    right:0;
    bottom:20px;
	background:rgba(124,1,1,0.8);
	border-radius:10px 0 0 10px;
	box-shadow:0 0 5px 0 rgba(0,0,0,0.3);
    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 {
	color:#7C0101;
	background:rgba(255,255,255,0.8);
}

/************************ WRAP ************************/
.wrap {
	width:100%;
	min-width:960px;
}

/************************ HEAD ************************/
.head_wrap {
	width:100%;
	padding:0.5% 3%;
	float:left;
	position:fixed;
	z-index:9;
    transition:all 0.3s ease 0s;
}

.head_wrap:after {
    content:'';
    width:510px;
    height:120px;
    top:0;
    left:0;
	background:rgba(199,3,2,1);
	background:-moz-linear-gradient(top, rgba(199,3,2,1) 0%, rgba(99,5,6,1) 100%);
	background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(199,3,2,1)), color-stop(100%, rgba(99,5,6,1)));
	background:-webkit-linear-gradient(top, rgba(199,3,2,1) 0%, rgba(99,5,6,1) 100%);
	background:-o-linear-gradient(top, rgba(199,3,2,1) 0%, rgba(99,5,6,1) 100%);
	background:-ms-linear-gradient(top, rgba(199,3,2,1) 0%, rgba(99,5,6,1) 100%);
	background:linear-gradient(to bottom, rgba(199,3,2,1) 0%, rgba(99,5,6,1) 100%);
    clip-path:polygon(0 0,100% 0%,83% 100%,0% 100%);
    -webkit-clip-path:polygon(0 0, 100% 0%,83% 100%,0% 100%);
    position:absolute;
    z-index:-1;
    transition:all 0.3s ease 0s;
}

.head_wrap_scro {
	background:rgba(198,3,3,0.8);
    transition:all 0.3s ease 0s;
}

.head_wrap_scro:after { display:none; }

.head_logo {
	width:25%;
	float:left;
    transition:all 0.3s ease 0s;
}

.head_logo_scro {
	width:15%;
    transition:all 0.3s ease 0s;
}

.head_logo img {
    max-width:100%;
}

.head_come {
	width:55%;
	float:right;
}

.head_come_cont {
	width:100%;
	float:left;
    transition:all 0.3s ease 0s;
}

.head_come_cont_scro { 
	height:0;
	opacity:0;
	transition:all 0.3s ease 0s;
}

.head_come_cont ul {
	width:100%;
	text-align:right;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.head_come_cont li {
    padding-right:25px;
    margin-right:25px;
	border-right:1px dotted #FFF;
    display:inline-block;
}

.head_come_cont li:last-child {
    padding-right:0;
    margin-right:0;
	border-right:0;
}

.head_come_cont_icon {
	font-size:30px;
	color:#C60303;
    vertical-align:middle;
    display:table-cell;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.head_come_cont li:hover .head_come_cont_icon {
	color:#C60303;	
}

.head_come_cont_titu {
	font-family:'Poppins', sans-serif;
	font-size:14px;
	color:#FFF;
	text-align:left;
    font-weight:500;
    padding-left:15px;
    vertical-align:middle;
	display:table-cell;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.head_come_cont li:hover .head_come_cont_titu {
	color:#C60303;	
}

.head_come_cont_titu span {
	font-size:11px;
	color:#FFF;
    font-weight:500;
    text-transform:uppercase;
    margin-bottom:0;
    display:block;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.head_come_menu {
	float:right;	
}

/************************ SLID ************************/
.slid_wrap {
	width:100%;
	float:left;
	position:relative;	
}

/************************ TITU ************************/
.titu_wrap {
	width:100%;
	padding:12% 3% 2% 3%;
	background:url('../img/titu_wrap_back.jpg');
	background-size:cover;
	float:left;
	position:relative;
}

.titu_wrap:after {
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.3);
	position:absolute;
}

.titu_wrap h1 {
	width:100%;
    font-family: 'Bebas Neue', cursive;
	font-size:50px;
	color:#FFF;	
	text-align:center;
	font-weight:500;
	float:left;
	position:relative;
	z-index:1;
}

.titu_wrap h1:before {
	content:'';
	width:30%;
	height:10px;
	bottom:32px;
	left:0;
	background:#C60303;
	position:absolute;
}

.titu_wrap h1:after {
	content:'';
	width:30%;
	height:10px;
	bottom:32px;
	right:0;
	background:#C60303;
	position:absolute;
}

.titu_titu {
	width:100%;
    font-family: 'Bebas Neue', cursive;
	font-size:50px;
	color:#FFF;	
	text-align:center;
	font-weight:500;
	float:left;
	position:relative;
	z-index:1;
}

.titu_titu:before {
	content:'';
	width:30%;
	height:10px;
	bottom:32px;
	left:0;
	background:#C60303;
	position:absolute;
}

.titu_titu:after {
	content:'';
	width:30%;
	height:10px;
	bottom:32px;
	right:0;
	background:#C60303;
	position:absolute;
}

/************************ MAIN ************************/
.main_wrap {
	width:100%;
	float:left;
}

/************************ SERV INIC ************************/
.serv_inic_wrap {
	width:100%;
	padding:4%;
	background:rgba(99,5,6,1);
	background:-moz-linear-gradient(top, rgba(99,5,6,1) 0%, rgba(199,3,2,1) 100%);
	background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(99,5,6,1)), color-stop(100%, rgba(199,3,2,1)));
	background:-webkit-linear-gradient(top, rgba(99,5,6,1) 0%, rgba(199,3,2,1) 100%);
	background:-o-linear-gradient(top, rgba(99,5,6,1) 0%, rgba(199,3,2,1) 100%);
	background:-ms-linear-gradient(top, rgba(99,5,6,1) 0%, rgba(199,3,2,1) 100%);
	background:linear-gradient(to bottom, rgba(99,5,6,1) 0%, rgba(199,3,2,1) 100%);
	float:left;
	position:relative;
	z-index:1;
}

.serv_inic_list {
	width:100%;
	margin-top:-100px;
	float:left;
}

.serv_inic_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.serv_inic_list li {
	width:92%;
	margin:0 3%;
	float:left;
	position:relative;
}

.serv_inic_list_back svg {
	fill:rgba(198,3,3,1);
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.serv_inic_list_back {
    width:100px;
	height:100px;
	left:0;
	right:0;
	margin:0 auto;
    z-index:-1;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.serv_inic_list_icon {
	font-size:50px;
	color:#FFF;
	text-align:center;
	top:30px;
	right:0;
	left:0;
	margin:0 auto;
	position:absolute;
}

.serv_inic_list h3 {
	width:100%;
	font-family:'Bebas Neue', cursive;
	font-size:24px;
	color:#FFF;	
	text-align:center;
	font-weight:500;
	margin-top:15px;
	float:left;
}

.serv_inic_list_subt {
	width:100%;
	font-family:'Poppins', sans-serif;
	color:#FFF;
	font-size:13px;
	text-align:center;
	float:left;
}

/************************ SERV ITEM ************************/
.serv_item_wrap {
	width:100%;
	padding-top:3%;
	padding-bottom:10%;
	background-repeat:no-repeat !important;
	background-size:50% !important;
	background-position:left !important;
	background-attachment:fixed !important;
	float:left;
}

.serv_item_info {
    width:50%;
	padding:40px;
	background:rgba(255,255,255,1);
	margin-right:4%;
	border-radius:20px;
	box-shadow:0px 1px 10px 0px rgba(0,0,0,.15);
    float:right;
}

.serv_item_info h1 {
    width:100%;
    font-family:'Bebas Neue', cursive;
    font-size:34px;
    color:#C60303;
    font-weight:500;
    text-transform:uppercase;
    float:left;
}

.serv_item_info_deta {
	width:100%;
	font-family:'Poppins', sans-serif;
	color:#737B9A;
	font-size:14px;
	text-align:justify;
	float:left;
}

.serv_item_info_deta ul {
	list-style-image:url('../img/noso_inic_info_deta_li.png');
}

.serv_item_info_deta li {
	margin-bottom:5px;
}

.serv_item_info_acor {
	width:100%;
	margin-top:10px;
	float:left;
}

/************************ NOSO INIC ************************/
.noso_inic_wrap {
	width:100%;
	padding:6% 5% 8% 5%;
	background:#F4F6FA;
	float:left;
}

.noso_inic_info {
	width:50%;
	float:left;
}

.noso_inic_info h2 {
	font-family:'Bebas Neue', cursive;
	color:#960303;
	font-size:34px;
	font-weight:500;
	text-transform:uppercase;
	float:left;
	position:relative;
}

.noso_inic_info h2:before {
	content:'';
    width:17px;
    height:30px;
    top:50%;
    right:-40px;
    background:#C60303;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    clip-path:polygon(56% 0,100% 0%,47% 100%,0% 100%);
    -webkit-clip-path:polygon(56% 0,100% 0%,47% 100%,0% 100%);
    position:absolute;
}

.noso_inic_info h2:after {
    content:'';
    width:17px;
    height:30px;
    top:50%;
    right:-25px;
    background:#C60303;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    clip-path:polygon(56% 0,100% 0%,47% 100%,0% 100%);
    -webkit-clip-path:polygon(56% 0,100% 0%,47% 100%,0% 100%);
    position:absolute;
}

.noso_inic_info h3 {
	font-family:'Yanone Kaffeesatz', sans-serif;
	color:#C60303;
	font-size:30px;
	font-weight:500;
	padding-right:35%;
	margin-top:20px;
	float:left;
}

.noso_inic_info_deta {
	width:100%;
	font-family:'Poppins', sans-serif;
	color:#737B9A;
	font-size:14px;
	text-align:justify;
	margin-top:10px;
	float:left;
}

.noso_inic_info_deta:first-letter {
	font-size:60px;
	color:#C60303;
	font-weight:600;
	line-height:90%;
	margin-right:10px;
	float:left;
}

.noso_inic_info_deta ul {
	list-style-image:url('../img/noso_inic_info_deta_li.png');
}

.noso_inic_info_deta li {
	margin-bottom:5px;
}

.noso_inic_info_enla {
	height:38px;
	margin-top:10px;
	float:left;
}

.noso_inic_info_enla i {
	width:40px;
	height:inherit;
	font-size:20px;
	color:#FFF;
	text-align:center;
	line-height:38px;
	background:#C60303;
	float:left;
}

.noso_inic_info_enla span {
	height:inherit;
	font-family:'Poppins', sans-serif;
	font-size:14px;
	color:#FFF;
	text-align:center;
	line-height:38px;
	padding:0 30px;
	background:#960303;
	float:left;
    transition:all 0.3s ease 0s;
}

.noso_inic_info_enla:hover span {
	background:#C60303;
}

.noso_inic_imag {
	width:40%;
	float:right;
	position:relative;
	z-index:1;
}

.noso_inic_imag:before {
    content:'';
    width:80px;
    height:80px;
    top:-10px;
    left:-10px;
    background:#C60303;
    position:absolute;
    z-index:-1;
}

.noso_inic_imag:after {
    content:'';
    width:80px;
    height:80px;
    right:-10px;
    bottom:-10px;
    background:#C60303;
    position:absolute;
    z-index:-1;
}

.noso_inic_imag img {
	width:100%;
}

/************************ CLIE INIC ************************/
.clie_inic_curv_abaj {
	width:100%;
    height:0;
    padding-bottom:50px;
	margin-top:-50px;
    background:transparent !important;
    position:relative;
	float:left;
    z-index:3;
    overflow:visible !important;
}

.clie_inic_curv_abaj:before, .clie_inic_curv_abaj:after {
    content:'';
    width:0;
    height:0;
    position:absolute;
    display:block;
}

.clie_inic_curv_abaj:after {
    border-left:50vw solid #C70302;
    border-right:50vw solid #C70302;
    border-top:50px solid transparent;
}

.clie_inic_wrap {
	width:100%;
	padding:6% 5% 15% 5%;
	background:rgba(199,3,2,1);
	background:-moz-linear-gradient(top, rgba(199,3,2,1) 0%, rgba(99,5,6,1) 100%);
	background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(199,3,2,1)), color-stop(100%, rgba(99,5,6,1)));
	background:-webkit-linear-gradient(top, rgba(199,3,2,1) 0%, rgba(99,5,6,1) 100%);
	background:-o-linear-gradient(top, rgba(199,3,2,1) 0%, rgba(99,5,6,1) 100%);
	background:-ms-linear-gradient(top, rgba(199,3,2,1) 0%, rgba(99,5,6,1) 100%);
	background:linear-gradient(to bottom, rgba(199,3,2,1) 0%, rgba(99,5,6,1) 100%);
	float:left;
}

.clie_inic_wrap h2 {
	font-family:'Bebas Neue', cursive;
	color:#FFF;
	font-size:34px;
	font-weight:500;
	text-transform:uppercase;
	float:left;
	position:relative;
}

.clie_inic_wrap h2:before {
	content:'';
    width:17px;
    height:30px;
    top:50%;
    right:-40px;
    background:#FFF;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    clip-path:polygon(56% 0,100% 0%,47% 100%,0% 100%);
    -webkit-clip-path:polygon(56% 0,100% 0%,47% 100%,0% 100%);
    position:absolute;
}

.clie_inic_wrap h2:after {
    content:'';
    width:17px;
    height:30px;
    top:50%;
    right:-25px;
    background:#FFF;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    clip-path:polygon(56% 0,100% 0%,47% 100%,0% 100%);
    -webkit-clip-path:polygon(56% 0,100% 0%,47% 100%,0% 100%);
    position:absolute;
}

.clie_inic_wrap h3 {
	width:100%;
	font-family:'Yanone Kaffeesatz', sans-serif;
	color:#FFF;
	font-size:28px;
	font-weight:500;
	margin-top:10px;
	float:left;
}

.clie_inic_list {
	width:100%;
	margin-top:40px;
	float:left;
}

.clie_inic_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.clie_inic_list li {
	width:12.5%;
	float:left;
	position:relative;
}

.clie_inic_list_item {
	width:100%;
	background:#FFF;
	float:left;
}

.clie_inic_list_item_imag {
	width:100%;
	float:left;
    transition:all 0.3s ease 0s;
}

.clie_inic_list_item_imag img {
	width:100%;
}

.clie_inic_list li:hover .clie_inic_list_item_imag {
	transform:translateY(-50px);
}

.clie_inic_list_item_titu {
	width:100%;
	height:0;
	font-family:'Poppins', sans-serif;
	color:#737B9A;
	font-size:13px;
	text-align:center;
	line-height:100%;
	padding:10px;
	bottom:0;
	background:#FFF;
	position:absolute;
	opacity:0;
    transition:all 0.3s ease 0s;
}

.clie_inic_list li:hover .clie_inic_list_item_titu {
	height:50px;
	opacity:1;
}

/************************ 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:1% 3%;
	float:left;
}

.foot_form {
	width:80%;
	padding:50px 60px;
	margin:0 10%;
	margin-top:-12%;
	background:#FFF;
	border-radius:10px;
	box-shadow:0 0 35px 0 rgba(0,0,0,0.15);
	float:left;
}

.foot_form_secc {
	width:45%;
	margin-bottom:20px;
	float:left;
}

.foot_form_secc:nth-child(1) {
	float:left;
}

.foot_form_secc:nth-child(2) {
	float:right;
}

.foot_form_secc:nth-child(3) {
	float:left;
}

.foot_form_secc:nth-child(4) {
	float:right;
}

.foot_form_secc:nth-child(5) {
	width:100%;
	float:left;
}

.foot_form_secc:nth-child(6) {
	float:left;
}

.foot_form_secc:nth-child(7) {
	float:right;
}

.foot_form_secc_labe {
	width:100%;
	font-family:'Poppins', serif;
	font-size:14px;
	color:#1E2E42;
	text-align:left;
	font-weight:400;
	float:left;
	position:relative;
	z-index:1;
}

.foot_form_secc_icon {
	width:48px;
	height:40px;
    font-size:18px;
    line-height:38px;
    text-align:center;
    color:#1E2E42;
    border:1px solid #D9D9D9;
	border-right:0;
	border-radius:5px 0 0 5px;
	float:left;
}

.foot_form_secc_inpu {
	width:calc(100% - 48px);
	height:40px;
	font-family:'Poppins', sans-serif;
	font-size:14px;
	color:#1E2E42;
    padding:12px 10px;
    border:1px solid #D9D9D9;
	border-radius:0 5px 5px 0;
	float:right;
	outline:none;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.foot_form_secc_inpu::-webkit-input-placeholder { color:#CCCCCC; }    
.foot_form_secc_inpu::-moz-placeholder { color:#CCCCCC; }
.foot_form_secc_inpu::-ms-input-placeholder { color:#CCCCCC; }

.foot_form_secc_text {
	width:100%;
	height:100px;
	font-family:'Poppins', sans-serif;
	font-size:14px;
	color:#1E2E42;
    padding:12px 10px;
    background:#FFF;
    border:1px solid #D9D9D9;
	border-radius:5px;
	float:left;
	resize:none;
	outline:none;
    transition:all 0.3s ease 0s;
}

.foot_form_secc_envi {
	height:40px;
	padding:0;
	border:0;
	cursor:pointer;
	float:left;
}

.foot_form_secc_envi i {
	width:40px;
	height:inherit;
	font-size:20px;
	color:#FFF;
	text-align:center;
	line-height:38px;
	background:#C60303;
	float:left;
}

.foot_form_secc_envi span {
	height:inherit;
	font-family:'Poppins', sans-serif;
	font-size:15px;
	color:#FFF;
	text-align:center;
	line-height:38px;
	padding:0 30px;
	background:#960303;
	float:left;
    transition:all 0.3s ease 0s;
}

.foot_form_secc_envi:hover span {
	background:#C60303;
}

.foot_cont {
	width:100%;
	margin-top:3%;
	float:left;
}

.foot_cont_list {
	width:100%;
	float:left;
}

.foot_cont_list ul {
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	list-style:none;
}

.foot_cont_list li {
	width:23%;
	padding:50px 30px;
	margin:0 0.5%;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.08);
	display:inline-block;
    transition:all 0.3s ease 0s;
}

.foot_cont_list_icon {
	width:60px;
	height:60px;
	font-size:36px;
    color:#960303;
	line-height:60px;
	margin:0 auto;
    box-shadow:0px 10px 20px 0px rgba(0,0,0,0.4);
	border-radius:50%;
    transition:all 0.3s ease 0s;
}

.foot_cont_list li:hover .foot_cont_list_icon {
    color:#FFF;
	background:#960303;
}

.foot_cont_list_titu {
	width:100%;
	font-family:'Poppins', sans-serif;
	font-size:14px;
	color:#233D63;	
	text-align:center;
	margin-top:10px;
	float:left;
    transition:all 0.3s ease 0s;
}

.foot_cont_list li:hover .foot_cont_list_titu {
    color:#960303;
}

.foot_cont_list_subt {
	width:100%;
	font-family:'Poppins', sans-serif;
	font-size:14px;
	color:#737B9A;	
	text-align:center;
	margin-top:2%;
	float:left;
}

.foot_dere {
	width:100%;
	font-family:'Poppins', sans-serif;
	font-size:13px;
	color:#FFF;	
	text-align:center;
	padding:2%;
	margin-top:4%;
	background:rgba(199,3,2,1);
	background:-moz-linear-gradient(top, rgba(199,3,2,1) 0%, rgba(99,5,6,1) 100%);
	background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(199,3,2,1)), color-stop(100%, rgba(99,5,6,1)));
	background:-webkit-linear-gradient(top, rgba(199,3,2,1) 0%, rgba(99,5,6,1) 100%);
	background:-o-linear-gradient(top, rgba(199,3,2,1) 0%, rgba(99,5,6,1) 100%);
	background:-ms-linear-gradient(top, rgba(199,3,2,1) 0%, rgba(99,5,6,1) 100%);
	background:linear-gradient(to bottom, rgba(199,3,2,1) 0%, rgba(99,5,6,1) 100%);
	border-radius:20px;
	float:left;
}

/************************ ADDO ************************/
.addo_clea_both {
	width:100%;
	clear:both;
}

.addo_marg_top_-15 {
	margin-top:-15%;
	float:left;
}

/* ----- MEDIA QUERIES ----- */

@media (min-width:240px) and (max-width:639px) {

	/************************ WRAP ************************/
	.wrap {
		min-width:100%;
	}
	
	/************************ HEAD ************************/
	.head_wrap {
		padding:0%;
		position:relative;
	}

	.head_wrap:after {
		width:95%;
		height:90px;
	}
	
	.head_logo {
		width:70%;
		padding-top:2%;
		padding-left:3%;
	}
	
	.head_come {
		width:100%;
		margin-top:15px;
	}

	.head_come_cont {
		width:80%;
		padding-left:5%;
		position:relative;
		z-index:1;
	}

	.head_come_cont ul {
		text-align:left;
	}
	
	.head_come_cont li {
		padding-right:15px;
		margin-right:15px;
	}
	
	.head_come_cont_titu { display:none; }
	
	.head_come_menu {	
		width:100%;
		margin-top:-50px;		
	}

	/************************ TITU ************************/
	.titu_wrap {
		padding:10% 3% 8% 3%;
	}

	.titu_wrap h1 {
		font-size:34px;
	}
	
	.titu_wrap h1:before {
		width:20%;
		height:8px;
		bottom:20px;
	}
	
	.titu_wrap h1:after {
		width:20%;
		height:8px;
		bottom:20px;
	}
	
	.titu_titu {
		font-size:34px;
	}
	
	.titu_titu:before {
		width:20%;
		height:8px;
		bottom:20px;
	}
	
	.titu_titu:after {
		width:20%;
		height:8px;
		bottom:20px;
	}

	
	/************************ SLID ************************/
	.x_005_img_thumbnail_text {
		width:100% !important;
		padding:0 10% !important;
		top:40% !important;
	}
	.x_005_img_thumbnail_text>h1 {
		font-size:26px !important;
	}
	
	.x_005_img_thumbnail_text>h3 {
		font-size:16px !important;
		line-height:110% !important;
		margin:10px 0 0 0 !important;
	}
	
	/************************ TITU ************************/
	.serv_inic_wrap {
		padding-bottom:10%;
	}

	.serv_inic_list {
		margin-top:-40px;
	}

	/************************ SERV ITEM ************************/
	.serv_item_wrap {
		padding-top:50%;
		padding-bottom:20%;
		background-size:100% !important;
	}
	
	.serv_item_info {
		width:90%;
		margin:0 5%;
		padding:30px;
	}
	
	.serv_item_info h1 {
		font-size:28px;
	}
	
	.serv_item_info_deta {
		font-size:15px;
	}
	
	/************************ NOSO INIC ************************/
	.noso_inic_wrap {
		padding:10% 5% 25% 5%;
	}
	
	.noso_inic_info {
		width:100%;
	}
	
	.noso_inic_info h2 {
		font-size:30px;
	}
	
	.noso_inic_info h3 {
		font-size:24px;
		padding-right:25%;
		margin-top:10px;
	}
	
	.noso_inic_info_deta {
		font-size:15px;
	}
	
	.noso_inic_imag {
		width:90%;
		margin:0 5%;
		margin-top:30px;
	}
	
	/************************ CLIE INIC ************************/

	/************************ FOOT ************************/
	.foot_form {
		width:90%;
		padding:30px 25px;
		margin:0 5%;
		margin-top:-12%;
	}
	
	.foot_form_secc {
		width:100%;
	}

	.foot_cont {
		margin-top:40px;
	}
	
	.foot_cont_list li {
		width:48%;
		height:200px;
		padding:30px 25px;
		margin:0;
		margin-bottom:15px;
	}
	
	.foot_cont_list li:nth-child(odd) { float:left; }
	
	.foot_cont_list li:nth-child(even) { float:right; }

	.foot_cont_list li:nth-child(3) {
		height:auto;
		width:100%;
	}
	
	.foot_cont_list li:nth-child(4) {
		height:auto;
		width:100%;
	}

	.foot_dere {
		font-size:14px;
		padding:3% 5%;
	}

}	

@media (min-width: 1792px) {

	/************************ SCRO ************************/
	::-webkit-scrollbar { width:13px; }
	::-moz-scrollbar { width:13px; }
	::-o-scrollbar { width:13px; }
	
	/************************ SCRO GOTO ************************/
	.scro_goto {
		width:67px;
		height:67px;
		font-size:27px;
		line-height:60px;
		bottom:27px;
		border-radius:13px 0 0 13px;
		box-shadow:0 0 7px 0 rgba(0,0,0,0.3);
	}
	
	/************************ HEAD ************************/
	.head_wrap:after {
		width:680px;
		height:160px;
	}
	
	.head_wrap_scro:after {
		width:533px;
		height:93px;
	}
	
	.head_come_cont_scro { 
		height:0;
		opacity:0;
		transition:all 0.3s ease 0s;
	}

	.head_come_cont li {
		padding-right:33px;
		margin-right:33px;
		border-right:2px dotted #FFF;
	}

	.head_come_cont_icon {
		font-size:40px;
	}
	
	.head_come_cont_titu {
		font-size:19px;
		padding-left:20px;
	}
	
	.head_come_cont_titu span {
		font-size:15px;
	}
		
	/************************ TITU ************************/
	.titu_wrap h1 {
		font-size:67px;
	}
	
	.titu_wrap h1:before {
		height:13px;
		bottom:43px;
	}
	
	.titu_wrap h1:after {
		height:13px;
		bottom:43px;
	}
	
	.titu_titu {
		font-size:67px;
	}
	
	.titu_titu:before {
		height:13px;
		bottom:43px;
	}
	
	.titu_titu:after {
		height:13px;
		bottom:43px;
	}

	/************************ SLID ************************/
	#x_005_img_thumbnail, #x_005_img_thumbnail>.carousel-inner, #x_005_img_thumbnail>.carousel-inner>.item {
		max-height:907px !important;
	}
	
	.x_005_img_thumbnail_text>h3 {
		font-size:40px !important;
	}
	
	.x_005_img_thumbnail_text>h1 {
		font-size:56px !important;
	}
	
	.x_005_img_thumbnail_text>a {
		width:200px !important;
		height:53px !important;
		font-size:19px !important;
		margin-top:67px !important;
		line-height:48px !important;
	}
	
	.x_005_img_thumbnail_control_button .carousel-control {
		width:40px !important;
		height:80px !important;
		font-size:33px !important;
		line-height:75px !important;
	}

	/************************ SERV INIC ************************/
	.serv_inic_list {
		margin-top:-133px;
	}
	
	.serv_inic_list_back {
		width:133px;
		height:133px;
	}
	
	.serv_inic_list_icon {
		font-size:67px;
		top:40px;
	}
	
	.serv_inic_list h3 {
		font-size:27px;
		margin-top:20px;
	}
	
	.serv_inic_list_subt {
		font-size:32px;
	}
	
	/************************ SERV ITEM ************************/
	.serv_item_info {
		padding:53px;
		border-radius:27px;
		box-shadow:0px 1px 13px 0px rgba(0,0,0,.15);
	}
	
	.serv_item_info h1 {
		font-size:45px;
	}
	
	.serv_item_info_deta {
		font-size:19px;
	}
	
	.serv_item_info_deta li {
		margin-bottom:7px;
	}
	
	.serv_item_info_acor {
		margin-top:13px;
	}
	
	/************************ NOSO INIC ************************/
	.noso_inic_info h2 {
		font-size:45px;
	}
	
	.noso_inic_info h2:before {
		width:23px;
		height:40px;
		right:-53px;
	}
	
	.noso_inic_info h2:after {
		width:23px;
		height:40px;
		right:-33px;
	}
	
	.noso_inic_info h3 {
		font-size:40px;
		margin-top:27px;
	}
	
	.noso_inic_info_deta {
		font-size:19px;
		margin-top:13px;
	}
	
	.noso_inic_info_deta:first-letter {
		font-size:80px;
		margin-right:13px;
	}
	
	.noso_inic_info_deta li {
		margin-bottom:7px;
	}
	
	.noso_inic_info_enla {
		height:50px;
		margin-top:13px;
	}
	
	.noso_inic_info_enla i {
		width:53px;
		font-size:27px;
		line-height:51px;
	}
	
	.noso_inic_info_enla span {
		font-size:19px;
		line-height:51px;
		padding:0 40px;
	}
	
	.noso_inic_imag:before {
		width:107px;
		height:107px;
		top:-13px;
		left:-13px;
	}
	
	.noso_inic_imag:after {
		width:107px;
		height:107px;
		right:-10px;
		bottom:-13px;
	}
	
	/************************ CLIE INIC ************************/
	.clie_inic_curv_abaj {
		padding-bottom:67px;
		margin-top:-67px;
	}
	
	.clie_inic_curv_abaj:after {
		border-top:67px solid transparent;
	}
	
	.clie_inic_wrap h2 {
		font-size:45px;
	}
	
	.clie_inic_wrap h2:before {
		width:23px;
		height:40px;
		right:-53px;
	}
	
	.clie_inic_wrap h2:after {
		width:23px;
		height:40px;
		right:-33px;
	}
	
	.clie_inic_wrap h3 {
		font-size:37px;
		margin-top:13px;
	}
	
	.clie_inic_list {
		margin-top:53px;
	}
	
	.clie_inic_list li:hover .clie_inic_list_item_imag {
		transform:translateY(-67px);
	}
	
	.clie_inic_list_item_titu {
		font-size:17px;
		padding:13px;
	}
	
	.clie_inic_list li:hover .clie_inic_list_item_titu {
		height:67px;
	}
	
	/************************ FOOT ************************/
	.foot_form {
		padding:67px 80px;
		border-radius:13px;
		box-shadow:0 0 47px 0 rgba(0,0,0,0.15);
	}
	
	.foot_form_secc {
		margin-bottom:27px;
	}
	
	.foot_form_secc_labe {
		font-size:19px;
	}
	
	.foot_form_secc_icon {
		width:64px;
		height:53px;
		font-size:24px;
		line-height:51px;
		border:2px solid #D9D9D9;
		border-radius:7px 0 0 7px;
	}
	
	.foot_form_secc_inpu {
		width:calc(100% - 64px);
		height:53px;
		font-size:19px;
		padding:16px 13px;
		border:2px solid #D9D9D9;
		border-radius:0 7px 7px 0;
	}
	
	.foot_form_secc_text {
		height:133px;
		font-size:19px;
		padding:16px 13px;
		border:2px solid #D9D9D9;
		border-radius:7px;
	}
	
	.foot_form_secc_envi {
		height:53px;
	}
	
	.foot_form_secc_envi i {
		width:53px;
		font-size:27px;
		line-height:51px;
	}
	
	.foot_form_secc_envi span {
		font-size:20px;
		line-height:51px;
		padding:0 40px;
	}
	
	.foot_cont_list li {
		padding:67px 40px;
		box-shadow:0 0 20px 0 rgba(0,0,0,0.08);
	}
	
	.foot_cont_list_icon {
		width:80px;
		height:80px;
		font-size:48px;
		line-height:80px;
		box-shadow:0px 13px 27px 0px rgba(198,3,3,0.4);
	}
	
	.foot_cont_list_titu {
		font-size:19px;
		margin-top:13px;
	}
	
	.foot_cont_list_subt {
		font-size:19px;
	}
	
	.foot_dere {
		font-size:17px;
		border-radius:27px;
	}	

}