@import "rese.css";
@import "font.css";
@import "icon_awes.css";
@import "icon_line.css";

/************************ FUNC ************************/
html, body {

}

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:#004980; }
::-moz-scrollbar-thumb { background:#004980; }
::-o-scrollbar-thumb { background:#004980; }

/************************ WRAP ************************/
.wrap {
	width:100%;
	min-width:960px;
}

/************************ HEAD ************************/
.head_wrap {
	width:100%;
	padding:1% 3%;
	float:left;
	background:rgba(0, 0, 0, 0.85);
	border-top:4px solid #FFF;
	float:left;
    position:fixed;
    top:0;
    z-index:999;
}

.head_logo {
	width:14%;
	float:left;
}

.head_logo img {
    max-width:100%;
}

.head_menu {
	width:75%;
	margin-top:25px;
	float:right;
}

/************************ MENU ************************/
.menu_wrap {	
	width:100%;
	float:left;	
}

/************************ SLID ************************/
.slid_wrap {
	width:100%;
	float:left;	
}

/************************ MAIN ************************/
.main_wrap {
	width:100%;
	padding:3% 3%;
	float:left;
}

.main_deta {
	width:80%;
    font-family:'Raleway', sans-serif;
	font-size:30px;
	color:#666666;	
	text-align:center;
	line-height:150%;
	padding:0 5%;
	margin:0% 10% 2% 10%;
	float:left;
}

/************************ TITU ************************/
.titu_wrap {
	width:100%;
	padding:12% 0;
	background-size:cover !important;
	float:left;
	position:relative;
}

.titu_wrap_over {
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.85);
	background:linear-gradient(to right,rgba(0, 50, 83, 0) ,rgba(0, 50, 83, 1) 100%);
	bottom:0;
	float:left;
	position:absolute;
}

.titu_wrap h1 {
	width:100%;
	font-family:'Raleway', sans-serif;
	font-size:2.8em;
	color:#FFF;	
	text-align:right;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:2px 2px 2px rgba(0, 50, 83, 1);
	padding-right:4%;
	bottom:28%;
	float:left;
	position:absolute;
}

.titu_titu {
	width:100%;
	font-family:'Raleway', sans-serif;
	font-size:2.8em;
	color:#FFF;	
	text-align:right;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:2px 2px 2px rgba(0, 50, 83, 1);
	padding-right:4%;
	bottom:28%;
	float:left;
	position:absolute;
}

/************************ NOSO ************************/
.noso_deta {
	width:48%;
	font-family:'Raleway', sans-serif;	
    font-size:15px;
    color:#666666;
    text-align:justify;
    line-height:150%;
	float:left;
}

.noso_deta h1 {
	width:100%;
	font-family:'Raleway', sans-serif;	
	color:#043253;
	font-size:1.7em;
	text-align:left;
	line-height:130%;
	text-transform:uppercase;
	margin-bottom:1%;
	float:left;
}

.noso_deta h2 {
	width:100%;
	font-family:'Raleway', sans-serif;	
	color:#043253;
	font-size:1.7em;
	text-align:left;
	line-height:130%;
	text-transform:uppercase;
	margin-bottom:1%;
	float:left;
}

.noso_deta_h2_base {
    width:15%;
	margin-right:85%;
	margin-bottom:3%;
    border-bottom:2px solid #0085D3;
	float:left;
}

.noso_deta ul {
	width:100%;
	margin-top:10px;
	list-style-image:url('../img/noso_deta_li.png');	
}

.noso_deta li {
	width:100%;
	margin-bottom:8px;
	float:left;
}

.noso_imag {
	width:48%;
	float:right;
	position:relative;
	overflow:hidden;
}

.noso_imag img {
	width:100%;
}

.noso_imag_over {
    width:100%;
    height:100%;
    top:0px;
    left:0px;
	background:url('../img/noso_imag_over.png') no-repeat;
	background-size:cover;
    position:absolute;

	transition:all 0.4s ease 0s;
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;	
}

.noso_list {
	width:100%;
	margin-top:3%;
	float:left;
}

.noso_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.noso_list li {
	width:31.3%;
	padding:3%;
	margin:0 1%;
	margin-bottom:2%;
	background:#F9F9F9;
	border:2px solid #F0F0F0;
	float:left;
    transition:all .3s ease-in-out;
}

.noso_list li:hover {
    box-shadow:0 22px 43px rgba(0, 0, 0, 0.15);
	transform:translateY(-5%);
}

.noso_list li span {
	width:100%;
	color:#0085D3;
	font-size:2.5em;
	text-align:center;
	margin-bottom:5%;
	float:left;
}

.noso_list li h3 {
	width:100%;
	font-family:'Raleway', sans-serif;	
	color:#043253;
	font-size:1.1em;
	text-align:center;
	line-height:130%;
	text-transform:uppercase;
	margin-bottom:1%;
	float:left;
}

.noso_list_h3_base {
    width:25%;
	margin:3% 37.5%;
    border-bottom:2px solid #0085D3;
	float:left;
}

.noso_list_deta {
	width:100%;
	height:150px;
	font-family:'Raleway', sans-serif;	
    font-size:14px;
    color:#666666;
    text-align:justify;
    line-height:150%;
	float:left;
}

/************************ SERV PREV ************************/
.serv_inic_prev {
	width:100%;
	height:105px;
	margin-top:-105px;
	background:url('../img/serv_inic_prev.png') no-repeat center top;
	float:left;
	position:relative;
}

/************************ SERV INIC ************************/
.serv_inic_wrap {
	width:100%;
	padding:3% 3%;
	background:#F7F5F5;
	float:left;
}

.serv_inic_titu {
    text-align:center;
    margin-bottom:40px;
    border-bottom:1px solid #0085D3;
}

.serv_inic_titu span {
    font-family:'Raleway', sans-serif;
    font-size:1.2em;
    color:#043253;
    font-weight:bold;
    text-transform:uppercase;
    bottom:-18px;
    padding:0 10px;
    background:#F7F5F5 none repeat scroll 0 0;
    display:inline-block;
    position:relative;
}

.serv_inic_deta {
	width:100%;
    font-family:'Raleway', sans-serif;
	font-size:13px;
	color:#666666;	
	text-align:center;
	line-height:150%;
	padding:0 10%;
	margin-top:-1%;
	float:left;
}

.serv_inic_butt {
	width:100%;
	margin-top:1%;
	float:left;
}

.serv_inic_butt ul {
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.serv_inic_butt li {
	display:inline-block;
}

.serv_inic_butt li a {
    height:52px;
    font-family:'Raleway', sans-serif;
	font-size:14px;
	color:#FFF;
	text-align:center;
    font-weight:700;
    text-transform:uppercase;
    line-height:52px;
	padding:0 15px;
    margin:0 4px;
    background-color:#043253;
    box-shadow:1px 1px 3px 0 rgba(0,0,0,0.24);
	float:left;
	transition:all 0.3s ease 0s;
}

.serv_inic_butt li a:hover {
    color:#FFF;
    background:#0085D3;
	box-shadow:1px 3px 3px 0 rgba(0,0,0,0.24);
}

.serv_inic_list {
	width:100%;
	margin:2% 0;
	float:left;
}

.serv_inic_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	display:inline-block;
	float:left;
}

.serv_inic_list li {
	width:25%;
	float:left;
}

.serv_inic_list_imag {
	width:70%;
	margin:0 15%;
	border-radius:50%;
	border:4px solid #FFF;
    box-shadow:0 22px 43px rgba(0, 0, 0, 0.15);
	float:left;
    transition:all 0.3s ease 0s;
}

.serv_inic_list_imag:hover {
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
}

.serv_inic_list_imag img {
	width:100%;
	border-radius:50%;
}

.serv_inic_list h3 {
	width:100%;
	height:35px;
    font-family:'Raleway', sans-serif;
    font-size:1.1em;
    color:#043253;
	text-align:center;
    font-weight:bold;
    text-transform:uppercase;
	padding:0 2%;
	margin:5% 0 2% 0;
	float:left;
    transition:.5s ease;
}

.serv_inic_list li:hover h3 {
	color:#1664D8;
}

.serv_inic_list_deta {
	width:80%;
    font-family:'Raleway', sans-serif;
	font-size:13px;
	color:#666666;	
	text-align:center;
	line-height:140%;
	padding:0 5%;
	margin:0 10%;
	float:left;
}

/************************ PART ************************/
.part_wrap {
	width:100%;
    background:url('../img/part_wrap_back.jpg') no-repeat center top;
    background-attachment:fixed;
    background-size:cover;
    box-shadow:0 1px 10px rgba(0,0,0,.35);
	float:left;
}

.part_over {
	width:100%;
	padding:5% 3%;
	background:linear-gradient(to bottom,rgba(0, 50, 83, 0.9) ,rgba(0, 0, 0, 0.8) 100%);
	overflow:hidden;
}

.part_wrap h2 {
	width:100%;
    font-family:'Raleway', sans-serif;
    font-size:1.8em;
    color:#FFF;
	text-align:center;
    font-weight:bold;
    text-transform:uppercase;
    bottom:-18px;
    padding:0 10px;
	float:left;
}

.part_h2_base {
	width:100%;
	margin-top:1%;
	float:left;
}

#part_h2_base_01 {
    left:-22px;
    height:2px;
    margin-right:-10000px;
    z-index:343;
    position:relative;
    margin-left:50%;
    background-color:#FFFFFF;
    width:16px;
}

#part_h2_base_02 {
    left:-2px;
    height:2px;
    margin-right:-10000px;
    z-index:341;
    position:relative;
    margin-left:50%;
    background-color:#FFFFFF;
    width:3px;
}

#part_h2_base_03 {
    left:6px;
    height:2px;
    margin-right:-10000px;
    z-index:342;
    position:relative;
    margin-left:50%;
    background-color:#FFFFFF;
    width:16px;
}

.part_h2_base_comu {
    display:inline;
    float:left;
}

.part_deta {
	width:100%;
    font-family:'Raleway', sans-serif;
	font-size:30px;
	color:#FFF;	
	text-align:center;
	line-height:150%;
	padding:0 5%;
	margin-top:-1%;
	float:left;
}

.part_list {
	width:80%;
	margin:0 10%;
	margin-top:3%;
	float:left;
}

.part_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	display:inline-block;
	float:left;
}

.part_list li {
	width:100%;
}

.part_list_imag {
	width:20%;
	margin:0 40%;
	float:left;
}

.part_list img {
	width:100%;
    transition:.5s ease;	
}

/************************ CLIE ************************/
.clie_list {
	width:100%;
	float:left;
}

.clie_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.clie_list li {
	width:14.66%;
	margin:0 1%;
	margin-bottom:3%;
	background:#FFF;
	float:left;
    transition:all .3s ease-in-out;
}

.clie_list li:hover {
	transform:translateY(-5%);
}

.clie_list_imag {
	width:80%;
	padding:2.5%;
	margin:0 10%;
	background:#FFF;
	border:2px solid #E4E4E4;
	float:left;
    transition:all .3s ease-in-out;
}

.clie_list_imag img {
    max-width:100%;
}

.clie_list li:hover .clie_list_imag {
	    box-shadow:0 11px 21px rgba(0, 0, 0, 0.15);
}

/************************ CONT ************************/
.cont_wrap {
	width:90%;
	padding:3% 3%;
	margin:0 5%;
	background:#FFF;
	float:left;
}

.cont_titu {
    text-align:center;
    margin-bottom:40px;
    border-bottom:1px solid #0085D3;
}

.cont_titu span {
    font-family:'Raleway', sans-serif;
    font-size:1.2em;
    color:#043253;
    font-weight:bold;
    text-transform:uppercase;
    bottom:-18px;
    padding:0 10px;
    background:#FFF none repeat scroll 0 0;
    display:inline-block;
    position:relative;
}

.cont_form {
    width:90%;
	padding:1% 0;
	margin:0 5%;
	float:left;
}

.cont_form_secc {
    width:49%;
	float:left;
}

.cont_form_secc:nth-child(1) {
	float:left;
}

.cont_form_secc:nth-child(2) {
	float:right;
}

.cont_form_secc:nth-child(3) {
	float:left;
}

.cont_form_secc:nth-child(4) {
	float:right;
}

.cont_form_secc_inpu {
	width:100%;
    height:44px;
    font-family:'Raleway', sans-serif;
    color:#374759;
    font-size:13px;
    padding:15px;
	margin-bottom:3%;
	background:rgba(55, 71, 89, 0.1) none repeat scroll 0 0;
    border:medium none;
	border-radius:4px;
    box-shadow:none;
	float:left;
	outline:none;
    transition:all 0.4s ease 0s;
}

.cont_form_secc_inpu:focus {
	color:#FFF;
	background:#124BA0;
}

.cont_form_secc_inpu::-webkit-input-placeholder { color: #959A9E; }    
.cont_form_secc_inpu:-moz-placeholder { color: #959A9E; }
.cont_form_secc_inpu:-ms-input-placeholder { color: #959A9E; }

.cont_form_secc_inpu:focus::-webkit-input-placeholder { color: #FFF; }    
.cont_form_secc_inpu:focus:-moz-placeholder { color: #FFF; }
.cont_form_secc_inpu:focus:-ms-input-placeholder { color: #FFF; }

.cont_form_secc_text {
	width:100%;
    height:165px;
    font-family:'Raleway', sans-serif;
    color:#374759;
    font-size:13px;
    padding:15px;
	margin-bottom:3%;
	background:rgba(55, 71, 89, 0.1) none repeat scroll 0 0;
    border:medium none;
	border-radius:4px;
    box-shadow:none;
	float:left;
	outline:none;
}

.cont_form_secc_text:focus {
	color:#FFF;
	background:#124BA0;
}

.cont_form_secc_text::-webkit-input-placeholder { color: #959A9E; }    
.cont_form_secc_text:-moz-placeholder { color: #959A9E; }
.cont_form_secc_text:-ms-input-placeholder { color: #959A9E; }

.cont_form_secc_text:focus::-webkit-input-placeholder { color: #FFF; }    
.cont_form_secc_text:focus:-moz-placeholder { color: #FFF; }
.cont_form_secc_text:focus:-ms-input-placeholder { color: #FFF; }

.cont_form_secc_send {
	width:30%;
	font-family:'Raleway', sans-serif;	
	color:#FFF;	
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	padding:1.5% 1%;
	margin:0 35%;
	margin-top:2%;
	background:#043253;
    border:medium none;
	border-radius:4px;
	float:left;
	display:block;
    transition:all 0.4s ease 0s;
	cursor:pointer;
}

.cont_form_secc_send:hover {
	color:#FFF;	
	background:#0085D3;
}

/************************ CONT MENS ************************/
#cont_mens {
    width:240px;
    text-align:center;
    margin-left:-120px;
    left:50%;
    top:17%;
	position:fixed;
    z-index:9998;
	cursor:pointer;
	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:3% 3%;
	background:#FFF;
	float:left;
}

.foot_cont {
	width:100%;
	background:#043253;
	border-radius:5px;
	float:left;
}

.foot_cont ul {
	width:100%;
	padding:0%;
	margin:0;
	list-style:none;
	float:left;
}

.foot_cont li {
	width:25%;
	text-align:center;
	padding:1.5% 0;
	border-left:1px dotted #C8C8C8;
	float:left;
	transition:all 0.3s ease 0s;
}

.foot_cont li:first-child {
	border-left:0px dotted #043253;
}

.foot_cont li:hover {
	background:#EAECEE;
}

.foot_cont_imag {
    width:100%;
    color:#FFF;
    font-size:1.6em;
    text-align:center;
	float:left;
	transition:all 0.3s ease 0s;
}

.foot_cont li:hover .foot_cont_imag {
	color:#043253;
}

.foot_cont_titu {
	width:100%;
	font-family:'Raleway', sans-serif;
	font-size:0.8em;
	color:#FFF;	
	text-align:center;
	font-weight:normal;
	padding:2% 0%;	
	float:right;
	transition:all 0.3s ease 0s;
}

.foot_cont_titu a {
	color:#FFF;	
}

.foot_cont li:hover .foot_cont_titu {
	color:#043253;
}

/************************ LAST ************************/
.last_wrap {
	width:100%;
	height:70px;
	padding:2% 3%;	
	background:#121212;
	float:left;
}

.last_dere {
	width:40%;
	font-family:'Raleway', sans-serif;
	font-size:0.8em;
	color:#FFF;	
	text-align:left;
	font-weight:normal;
	float:left;
}

.last_gtop {
	width:20%;
	text-align:center;
	margin-top:-40px;
	float:left;
}

.last_gtop_arro {
    width:45px;
    height:45px;
    color:#FFF;
    font-size:28px;
    text-align:center;
	padding:10px;
	background:#0085D3;
    transition:all 0.3s ease 0s;
}

.last_gtop_arro:hover {
	background:rgba(1, 87, 163, 0.8);
}

.last_rede {
	width:40%;
	text-align:right;
	float:right;
}

.last_rede_item {
	width:42px;
	height:42px;
	font-size:1.2em;
	color:#FFF;
	text-align:center;
	font-weight:normal;
	padding-top:8px;	
	margin-right:5px;
	margin-top:-10px;
	background:#043253;
	border:2px solid transparent;
	border-radius:100%;
	display:inline-block;
    transition:all 0.3s ease 0s;
}

.last_rede_item_what {
	background:#1bdd02;
}

.last_rede_item_face {
	background:#4267b2;
}

.last_rede_item_twit {
	background:#1d9bf0;
}

.last_rede_item_inst {
	background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285aeb 90%);
}

.last_rede_item_yout {
	background:#cf1c13;
}

.last_rede_item_link {
	background:#038bc6;
}

.last_rede_item:hover {
	color:#FFF;
	border:2px solid #FFF;
}

/************************ PAGINACION ************************/
.pagi_wrap {
	width:100%;
	height:auto;
	color:#124BA0;		
	font-family:'Raleway', sans-serif;
	font-weight:bold; 	
	font-size:20px;
	text-align:center;
	margin:4% auto 0% auto;
	position:relative;	
	float:left;		
}

.pagi_wrap img {
	margin-top:6px;	
}

.pagi_wrap a {
	color:#043253;
	font-weight:normal; 			
	text-decoration:none;
}
.pagi_wrap a:hover {
	color:#124BA0;		
	text-decoration:none;
}

/************************ ADDO ************************/
.addo_menu_posi_scro {
	width:100%;
	clear:both;
}

.addo_clea_both {
	width:100%;
	clear:both;
}

.addo_floa_righ {
	float:right !important;
}

.addo_floa_left {
	float:left !important;
}

.addo_padd_null {
	padding:0;
}

.addo_marg_null {
	margin:0;
}

.addo_widh_100 {
	width:100%;
}

.addo_text_alig_left {
	text-align:left;
}

.addo_text_alig_righ {
	text-align:right;
}

.addo_text_alig_cent {
	text-align:center;
}

.addo_scro_posi {
	width:100%;
	float:left;
}

/* ----- MEDIA QUERIES ----- */

@media (min-width: 240px) and (max-width: 639px) {
	
	/************************ WRAP ************************/
	.wrap {
		min-width:100%;
	}
	
	/************************ HEAD ************************/
	.head_wrap {
		background:rgba(0, 0, 0, 0.95);
		border-top:3px solid #FFF;
	}

	.head_logo {
		width:35%;
	}
	
	.head_menu {
		margin-top:0;
	}

	/************************ SLID ************************/
	.slid_wrap {
		margin-top:15%;
	}
	
	.x_005_img_thumbnail_text {
		width:100% !important;
		padding:0 5% !important;
		padding-top:8% !important;
	}

	.x_005_img_thumbnail_text>h1 {
		font-size:22px !important;
	}
	
	.x_005_img_thumbnail_text>h3 {
		font-size:16px !important;
	}

	/************************ MAIN ************************/
	.main_deta {
		width:90%;
		font-size:20px;
		line-height:130%;
		padding:0%;
		margin:0% 5% 2% 5%;
	}
	
	/************************ TITU ************************/
	.titu_wrap {
		padding:20% 0;
	}		

	.titu_wrap h1 {
		font-size:2em;
		bottom:20%;
	}
	
	.titu_titu {
		font-size:2em;
		bottom:20%;
	}
	
	/************************ NOSO ************************/
	.noso_deta {
		width:100%;
		font-size:14px;
		line-height:130%;
	}
	
	.noso_deta h1 {
		font-size:1.2em;
		margin-bottom:2%;
	}
	
	.noso_deta h2 {
		font-size:1.3em;
		margin-top:2%;
	}	
	
	.noso_deta_h2_base {
		width:30%;
		margin-right:70%;
		margin-bottom:4%;
	}
	
	.noso_deta li {
		margin-bottom:5px;
	}
	
	.noso_imag {
		width:100%;
		margin-top:3%;
	}	

	.noso_list li {
		width:100%;
		padding:5%;
		margin:0%;
		margin-bottom:5%;
	}
	
	.noso_list li:hover {
		box-shadow:0 22px 43px rgba(0, 0, 0, 0.15);
		transform:translateY(0%);
	}	

	.noso_list_h3_base {
		margin:2% 37.5% 1% 37.5%;
	}

	.noso_list_deta {
		font-size:14px;
		height:auto;
		line-height:130%;
	}
	
	/************************ SERV PREV ************************/
	.serv_inic_prev { display:none; }

	/************************ SERV INIC ************************/
	.serv_inic_titu {
		margin-bottom:10px;
	}

	.serv_inic_titu span {
		font-size:1em;
	    bottom:-13px;
	}
	
	.serv_inic_deta {
		font-size:14px;
		line-height:130%;
		padding:0 5%;
	}

	.serv_inic_butt li a {
		height:45px;
	    line-height:45px;
	}

	.serv_inic_butt li {
		margin-bottom:3%;
	}
	
	.serv_inic_list li {
		width:100%;
		margin-bottom:5%;
	}

	.serv_inic_list_imag {
		width:50%;
		margin:0 25%;
	}
	
	.serv_inic_list h3 {
		height:auto;
		margin-bottom:0%;
	}
	
	.serv_inic_list_deta {
		width:100%;
		font-size:14px;
		line-height:130%;
		padding:0 2%;
		margin:0%;
	}
	
	/************************ PART ************************/
	.part_over {
		padding:10% 3% 5% 3%;
	}

	.part_wrap h2 {
		font-size:1.3em;
	}

	.part_deta {
		font-size:20px;
		line-height:130%;
	}

	.part_list_imag {
		width:50%;
		margin:0 25%;
		margin-bottom:3%;
	}

	.part_list h3 {
		font-size:1em;
	}

	.part_list_deta {
		width:90%;
		font-size:14px;
		line-height:130%;
		margin:0 5%;
	}	

	/************************ CLIE ************************/
	.clie_list li {
		width:30.33%;
		margin:0 1.5%;
		margin-bottom:3%;
	}
	
	.clie_list_imag {
		width:100%;
		padding:2.5%;
		margin:0%;
	}
	
	/************************ CONT ************************/
	.cont_wrap {
		width:100%;
		margin:0%;
	}
	
	.cont_titu span {
		font-size:1em;
	    bottom:-13px;
	}
	
	.cont_form_secc {
		width:100%;
	}

	.cont_form_secc:nth-child(4) {
		margin-top:20px;
	}
	
	.cont_form_secc_inpu {
		font-size:14px;
	}
	
	.cont_form_secc_text {
		height:100px;
		font-size:14px;
	}
	
	.cont_form_secc_send {
		width:60%;
		font-size:20px;
		padding:3% 1%;
		margin:0 20%;
	}
	
	/************************ FOOT ************************/
	.foot_cont li {
		width:100%;
		padding:3% 0;
	}
	
	.foot_cont_titu {
		font-size:0.9em;
	}
	
	/************************ LAST ************************/
	.last_wrap {
		height:auto;
		padding:5% 3%;
		margin-top:3%;	
	}
	
	.last_dere {
		width:100%;
		font-size:0.9em;
		text-align:center;
		padding-top:15%;
	}
	
	.last_gtop {
		width:100%;
		margin-top:-90px;
	}
	
	.last_rede {
		width:100%;
		text-align:center;
		margin-top:8%;
	}
		
}

@media (min-width: 640px) and (max-width: 959px) {
	
	/************************ WRAP ************************/
	.wrap {
		min-width:100%;
	}
	
	/************************ HEAD ************************/
	.head_wrap {
		background:rgba(0, 0, 0, 0.95);
		border-top:3px solid #FFF;
	}

	.head_logo {
		width:18%;
	}
	
	.head_menu {
		margin-top:0;
	}

	/************************ SLID ************************/
	.slid_wrap {
		margin-top:11%;
	}
	
	.x_005_img_thumbnail_text {
		width:100% !important;
		padding:0 10% !important;
		padding-top:3% !important;
	}

	.x_005_img_thumbnail_text>h1 {
		font-size:28px !important;
	}
	
	.x_005_img_thumbnail_text>h3 {
		font-size:18px !important;
	}

	/************************ MAIN ************************/
	.main_deta {
		width:90%;
		font-size:20px;
		line-height:130%;
		padding:0%;
		margin:0% 5% 2% 5%;
	}
	
	/************************ TITU ************************/
	.titu_wrap {
		padding:14% 0;
	}		

	.titu_wrap h1 {
		font-size:2em;
		bottom:20%;
	}
	
	.titu_titu {
		font-size:2em;
		bottom:20%;
	}
	
	/************************ NOSO ************************/
	.noso_deta {
		width:100%;
		font-size:14px;
		line-height:130%;
	}
	
	.noso_deta h1 {
		font-size:1.2em;
		margin-bottom:2%;
	}
	
	.noso_deta h2 {
		font-size:1.3em;
		margin-top:2%;
	}	
	
	.noso_deta_h2_base {
		width:30%;
		margin-right:70%;
		margin-bottom:4%;
	}
	
	.noso_deta li {
		margin-bottom:5px;
	}
	
	.noso_imag {
		width:100%;
		margin-top:3%;
	}	

	.noso_list li {
		width:48%;
		padding:5%;
		margin:0 1%;
		margin-bottom:2%;
	}
	
	.noso_list li:hover {
		box-shadow:0 22px 43px rgba(0, 0, 0, 0.15);
		transform:translateY(0%);
	}	

	.noso_list li h3 {
	}

	.noso_list_h3_base {
		margin:1% 37.5% 1% 37.5%;
	}
	
	.noso_list_deta {
		font-size:14px;
		line-height:130%;
	}
	
	/************************ SERV PREV ************************/


	/************************ SERV INIC ************************/
	.serv_inic_titu {
		margin-bottom:10px;
	}

	.serv_inic_titu span {
		font-size:1em;
	    bottom:-13px;
	}
	
	.serv_inic_deta {
		font-size:14px;
		line-height:130%;
		padding:0 5%;
	}
	
	.serv_inic_list li {
		width:48%;
		margin:0 1%;
		margin-bottom:3%;
	}

	.serv_inic_list_imag {
		width:50%;
		margin:0 25%;
	}
	
	.serv_inic_list h3 {
		height:auto;
		margin-bottom:0%;
	}
	
	.serv_inic_list_deta {
		width:100%;
		font-size:14px;
		line-height:130%;
		padding:0 2%;
		margin:0%;
	}
	
	/************************ PART ************************/
	.part_over {
		padding:5% 3% 3% 3%;
	}

	.part_wrap h2 {
		font-size:1.5em;
	}

	.part_deta {
		font-size:20px;
		line-height:130%;
	}
	
	.part_list_imag {
		width:30%;
		margin:0 35%;
		margin-bottom:3%;
	}

	.part_list h3 {
		font-size:1.2em;
	}

	.part_list_deta {
		width:90%;
		font-size:14px;
		line-height:130%;
		margin:0 5%;
	}	

	/************************ CLIE ************************/
	.clie_list li {
		width:22%;
		margin:0 1.5%;
		margin-bottom:3%;
	}
	
	.clie_list_imag {
		width:100%;
		padding:2.5%;
		margin:0%;
	}
	
	/************************ CONT ************************/
	.cont_wrap {
		width:100%;
		margin:0%;
	}
	
	.cont_titu span {
		font-size:1.1em;
	    bottom:-13px;
	}

	
	.cont_form_secc_inpu {
		font-size:14px;
	}
	
	.cont_form_secc_text {
		height:148px;
		font-size:14px;
	}
	
	.cont_form_secc_send {
		width:70%;
		font-size:20px;
		padding:2% 1%;
		margin:0;
		margin-top:20px;
		float:right;
	}
	
	/************************ FOOT ************************/
	.foot_cont li {
		width:50%;
		height:85px;
		padding:3% 0;
	}
	
	.foot_cont_titu {
		font-size:0.9em;
	}
	
	/************************ LAST ************************/
	.last_wrap {
		height:auto;
		padding:5% 3% 3% 3%;
		margin-top:2%;
	}

}