/*** 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;
}

li, img { vertical-align:top; }

*{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box }:after,:before {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box }


/*** FUNC ***/
html, body {
	font-family:'Lato', sans-serif;
	overflow-x:hidden;
}

a {	text-decoration:none; }

/*** SCRO ***/
.scro_goto {
    width:45px;
    height:45px;
    font-size:20px;
    color:#fff;
    text-align:center;
    line-height:40px;
    right:20px;
    bottom:20px;
	background:rgba(13,59,119,0.8);
	border-radius:50%;
    display:none;
    position:fixed;
    cursor:pointer;
    z-index:9999;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.scro_goto:hover {
	background:rgba(30,46,66,0.8);
}

/*** WRAP ***/
.wrap {
	width:100%;
}

/*** HEAD ***/
.head_wrap {
	width:100%;
    height:100px;
	padding:0 8%;
    background:rgba(255,255,255,0.9) none repeat scroll 0 0;	
	border-bottom:1px solid rgba(255,255,255,0.1);
	float:left;
    position:fixed;
    z-index:1;
}

.head_wrap_scro {
	width:100%;
    height:auto;
	padding:0 8%;
    background:rgba(255,255,255,1) none repeat scroll 0 0;	
	box-shadow:0 0 20px rgba(0,0,0,0.06);
	float:left;
    position:fixed;
    z-index:1;
}

.head_logo {
	width:28%;
	padding:8px;
	float:left;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;	
}

.head_logo img {
    width:100%;
	height:100%;
}

.head_logo_scro {
	width:25%;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.head_info {
	width:62%;
	margin-top:8px;
	float:right;	
}

.head_info_cont {
	float:right;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.head_info_cont ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.head_info_cont li {
    padding-right:20px;
    margin-right:20px;
	border-right:1px solid #E6E6E6;
    display:inline-block;
    position:relative;
    z-index:1;
}

.head_info_cont li:last-child {
	margin-right:0;
	border-right:0;
}

.head_info_cont_icon {
	font-size:16px;
	color:#fff;
	padding:5px 10px;
	background:#154a8e;
	border:2px solid #E6E6E6; 
    vertical-align:middle;
    display:table-cell;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.head_info_cont li:hover .head_info_cont_icon {
	background:#154a8e;
}

.head_info_cont_titu {
	font-size:14px;
	color:#154a8e;
    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_info_cont li:hover .head_info_cont_titu {
	color:#154a8e;	
}

.head_info_menu {	
	padding:0 2%;
	margin-top:8px;
	float:right;
}

/*** SLID ***/
.slid_wrap {
	width:100%;
	float:left;	
}

/*** MAIN ***/
.main_wrap {
	width:100%;
	padding:3% 3%;
	float:left;
}

/*** NOSO INIC ***/
.noso_inic_wrap {
	width:100%;
	padding:12% 5% 6% 5%;
	margin-top:-50px;
	background:#F7F7F7;
    clip-path:polygon(0px 50px,0px 100%,100% 100%,100% 0px);
	-webkit-clip-path:polygon(0px 50px,0px 100%,100% 100%,100% 0px);
	float:left;
	position:relative;
}

.noso_inic_wrap h1 {
	font-family:'Poppins', sans-serif;
    font-size:80px;
	color:#7B8697;
    font-weight:700;
    top:115px;
    left:5%;
    letter-spacing:10px;
    line-height:1;
    opacity:0.1;
    position:absolute;
}

.noso_inic_wrap h3 {
	font-family:'Poppins', sans-serif;
    font-size:36px;
	color:#154a8e;
	text-align:left;
    transform:translateY(-40%);
    -webkit-transform:translateY(-40%);
}

.noso_inic_wrap h3:after {
    content:'';
    width:40px;
    height:2px;
    background:url('../imagenes/main_base_afte_azul.png');
    left:0;
    bottom:-10px;
    position:absolute;
}

.noso_deta {
	width:34%;
	font-size:15px;
	color:#444;	
	text-align:justify;
	line-height:135%;
    letter-spacing:1px;
	margin-top:100px;
	float:left;
}

.noso_deta ul {
	list-style:none;
}

.noso_deta li {
	padding-left:20px;
	margin:0;	
	position:relative;
}

.noso_deta li:before {
    content:'\f141';
    font-family:"FontAwesome";
    font-size:16px;
    color:#154a8e;
    font-weight:900;
    line-height:25px;
    left:0px;
    top:0px;
    position:absolute;
}

.noso_imag {
	width:30%;
	padding:8px;
	margin:0 4%;
	margin-top:50px;
    background:#fff;
    box-shadow:0 0 20px rgba(0,0,0,0.06);
	float:left;
}

.noso_imag img {
	width:100%;
}

.noso_otro {
	width:28%;
	float:right;
}

.noso_otro_list {
	width:100%;
	float:left;
}

.noso_otro_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.noso_otro_list li {
	width:100%;
	padding:30px;
	margin-bottom:100px;
    background:#fff;
    box-shadow:0 0 20px rgba(0,0,0,0.06);
	float:left;
}

.noso_otro_list li:last-child {
	margin-bottom:0;
}

.noso_otro_list_imag {
	width:40%;
	padding:30px;
	margin:0 auto;
	margin-top:-80px;
    background:#fff;
	border-radius:50%;
    box-shadow:0 0 20px rgba(0,0,0,0.06);
}

.noso_otro_list_imag img {
	width:100%;
}

.noso_otro_list_titu {
	width:100%;
	font-family:'Poppins', cursive;
	font-size:20px;
	color:#154a8e;
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
	margin-top:20px;
	float:left;
}

.noso_otro_list_deta {
	width:100%;
	font-size:15px;
	color:#444;	
	text-align:center;
	line-height:135%;
	margin-top:10px;
	float:left;
}

/*** SERV INIC ***/
.serv_inic_wrap {
	width:100%;
	padding:12% 5% 0 5%;
    background:url('../imagenes/serv_wrap_back.png');
	float:left;
	position:relative;
}

.serv_inic_wrap h1 {
	font-family:'Poppins', sans-serif;
    font-size:80px;
	color:#7B8697;
    font-weight:700;
    top:70px;
    left:50%;
    letter-spacing:10px;
    line-height:1;
    opacity:0.1;
    position:absolute;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
}

.serv_inic_wrap h3 {
	font-family:'Poppins', sans-serif;
    font-size:36px;
	color:#154a8e;
	text-align:center;
    transform:translateY(-120%);
    -webkit-transform:translateY(-120%);
}

.serv_inic_wrap h3:after {
    content:'';
    width:40px;
    height:2px;
    background:url('../imagenes/main_base_afte_azul.png');
    left:50%;
    bottom:-10px;
    position:absolute;
    transform:translatex(-50%);
}

.serv_inic_list {
	width:100%;
	float:left;
}

.serv_inic_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.serv_inic_list li {
	width:100%;
	overflow:hidden;
}

.serv_inic_list_imag {
	width:50%;
	position:relative;
}

.serv_inic_list_imag:after {
	content:'';
	width:0;
	height:100%;
	top:0;
	left:0;
	background:rgba(21,74,142,0);
	position:absolute;
    transition:all 0.3s ease 0s;
}

.serv_inic_list li:hover .serv_inic_list_imag:after {
	width:100%;
	height:100%;
	background:rgba(21,74,142,0.5);
}

.serv_inic_list li:nth-child(odd) .serv_inic_list_imag {
	float:left;
}

.serv_inic_list li:nth-child(even) .serv_inic_list_imag {
	float:right;
}

.serv_inic_list_imag img {
	max-width:100%;
    vertical-align:middle;
}

.serv_inic_list_info {
    width:50%;
    min-height:380px;
    padding:80px 60px 0 60px;
    position:relative;
    display:block;
    overflow:hidden;
}

.serv_inic_list li:nth-child(odd) . serv_inic_list_info {
	float:right;
}

.serv_inic_list li:nth-child(even) . serv_inic_list_info {
	float:left;
}

.serv_inic_list_info_icon {
	width:100%;
	font-size:50px;
	color:#154a8e;	
	text-align:center;
	float:left;
}

.serv_inic_list_info h2 {
	width:100%;
	font-family:'Poppins', cursive;
	font-size:25px;
	color:#154a8e;
	text-align:center;
	font-weight:500;
	margin-top:10px;
	float:left;
}

.serv_inic_list_info_deta {
	width:100%;
	font-size:15px;
	color:#444;	
	text-align:center;
	line-height:135%;
    letter-spacing:1px;
	float:left;
}

.serv_inic_list_info_enla {
	width:25%;
	font-size:12px;
	color:#444;	
	text-align:center;
	line-height:135%;
    letter-spacing:1px;
	padding:5px 5px;
	margin:0 37.5%;
	margin-top:10px;
	border:1px solid #444;
	float:left;
	cursor:pointer;
    transition:all 0.3s ease 0s;
}

.serv_inic_list_info_enla:hover {
	color:#fff;
	background:#154a8e;
	border:1px solid #154a8e;
}

/*** MODA ***/
.vent_moda {
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.8);
	overflow:auto;
	display:none;
	position:fixed;
	z-index:99;
}

.vent_moda_info {
	width:80%;
    font-size:14px;
    color:#444;
    text-align:justify;
    line-height:135%;
	padding:20px;
	margin:10% 10%;
	background:#fff;
	float:left;
	position:relative;
	animation:vent_moda_anim 0.5s ease;
}

.vent_moda_info h3 {
	width:100%;
	font-family:'Poppins', cursive;
	font-size:24px;
	color:#154a8e;
	text-align:center;
	font-weight:500;
	text-transform:uppercase;
	margin:20px 0;
	float:left;
}

.vent_moda_info h4 {
	width:100%;
	font-family:'Poppins', cursive;
	font-size:16px;
	color:#154a8e;
	text-align:left;
	font-weight:500;
	margin:10px 0;
	float:left;
}

.vent_moda_info ul {
	padding-left:20px;
	margin:5px 0;
	list-style:square inside url('../imagenes/main_deta_li.png');
}

.vent_moda_info li {
	margin-bottom:4px;
}

.vent_moda_cerr {
	color:#AAA;
	float:right;
	cursor:pointer;
}

/*** BROC INIC ***/
.broc_inic_wrap {
	width:100%;
	padding:18% 5% 10% 5%;
	margin-top:-80px;
    background:url('../imagenes/broc_wrap_back.jpg');
    background-repeat:no-repeat;
    background-position:top center;
    background-attachment:fixed;
    background-size:cover;
    clip-path:polygon(0px 80px,0px 100%,100% 100%,100% 0px);
	-webkit-clip-path:polygon(0px 80px,0px 100%,100% 100%,100% 0px);
	float:left;
    position:relative;	
    z-index:0;
}

.broc_inic_wrap:after {
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
	background:rgba(0,0,0,0.4) url('../imagenes/broc_wrap_back_patt.png') repeat scroll 0 0;
    position:absolute;
    z-index:-1;
}

.broc_inic_wrap h1 {
	font-family:'Poppins', sans-serif;
    font-size:80px;
	color:#fff;
    font-weight:700;
    top:155px;
    left:50%;
    letter-spacing:10px;
    line-height:1;
    opacity:0.5;
    position:absolute;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
}

.broc_inic_wrap h3 {
	font-family:'Poppins', sans-serif;
    font-size:36px;
	color:#fff;
	text-align:center;
    transform:translateY(-120%);
    -webkit-transform:translateY(-120%);
}

.broc_inic_wrap h3:after {
    content:'';
    width:40px;
    height:2px;
    background:url('../imagenes/main_base_afte_blan.png');
    left:50%;
    bottom:-10px;
    position:absolute;
    transform:translatex(-50%);
}

.broc_inic_enla {
	width:20%;
	font-size:13px;
	color:#154a8e;
	text-align:center;
    font-weight:600;
    letter-spacing:1px;
    padding:15px 40px;
	margin:0 auto;
	background:#fff;
	box-shadow:0 10px 32px rgba(21,74,142,.35);
    transition:all 0.3s ease 0s;
}

.broc_inic_enla:hover {
	color:#fff;
	background:#154a8e;
	box-shadow:0 10px 32px rgba(21,74,142,.35);
}

/*** 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:8% 0 0 0;
    margin-top:-80px;
	background:#6aa6fc;
    clip-path:polygon(0px 80px,0px 100%,100% 100%,100% 0px);
	-webkit-clip-path:polygon(0px 80px,0px 100%,100% 100%,100% 0px);
	float:left;
}

.foot_form {
	width:100%;
	padding:4% 22%;
	float:left;
}

.foot_form_secc {
	width:100%;
	margin-bottom:10px;
	float:left;
}

.foot_form_secc:nth-child(1) {
	width:49%;
}

.foot_form_secc:nth-child(2) {
	width:49%;
	float:right;
}

.foot_form_secc:nth-child(3) {
	width:49%;
}

.foot_form_secc:nth-child(4) {
	width:49%;
	float:right;
}

.foot_form_secc:nth-child(5) {
	width:100%;
}

.foot_form_secc:nth-child(6) {
	width:49%;
}

.foot_form_secc:nth-child(7) {
	width:49%;
	float:right;
}


.foot_form_secc_inpu {
	width:100%;
	font-family:'Lato', sans-serif;
	font-size:14px;
	color:#414141;
	font-weight:400;
    padding:12px 15px;
    background:#fff;
    border:3px solid #e5e5e5;
	float:left;
	outline:none;
	transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.foot_form_secc_inpu:focus {
	color:#154a8e;
	background:#fff;
}

.foot_form_secc_inpu::-webkit-input-placeholder { color:#666; }    
.foot_form_secc_inpu:-moz-placeholder { color:#666; }
.foot_form_secc_inpu:-ms-input-placeholder { color:#666; }

.foot_form_secc_inpu:focus::-webkit-input-placeholder { color:#414141; }    
.foot_form_secc_inpu:focus:-moz-placeholder { color:#414141; }
.foot_form_secc_inpu:focus:-ms-input-placeholder { color:#414141; }

.foot_form_secc_text {
	width:100%;
	height:120px;
	font-family:'Lato', sans-serif;
	font-size:14px;
	color:#414141;
	font-weight:400;
    padding:12px 15px;
    background:#fff;
    border:3px solid #e5e5e5;
	float:left;
	resize:none;
	outline:none;
	transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.foot_form_secc_text:focus {
	color:#154a8e;
	background:#fff;
}

.foot_form_secc_text::-webkit-input-placeholder { color:#666; }    
.foot_form_secc_text:-moz-placeholder { color:#666; }
.foot_form_secc_text:-ms-input-placeholder { color:#666; }

.foot_form_secc_text:focus::-webkit-input-placeholder { color:#414141; }    
.foot_form_secc_text:focus:-moz-placeholder { color:#414141; }
.foot_form_secc_text:focus:-ms-input-placeholder { color:#414141; }

.foot_form_secc_envi {
    width:100%;
	font-family:'Poppins', sans-serif;
    font-size:20px;
    color:#154a8e;
	font-weight:600;
    text-align:center;
    line-height:140%;
	padding:10px;
	margin-top:10px;
	background:#fff;
	border:0;
    float:left;
	cursor:pointer;
	transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.foot_form_secc_envi:hover {
    color:#fff;
	background:#e89623;
}

.foot_cont {
	width:100%;
	margin-top:20px;
	float:left;
	position:relative;
	z-index:1;
}

.foot_cont ul {
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.foot_cont li {
	width:24%;
	border-right:1px dotted #61DAE6;
	display:inline-block;
}

.foot_cont li:last-child {
	border-right:0;
}

.foot_cont_titu {
	width:100%;
	font-size:15px;
	color:#fff;
	text-align:center;
	font-weight:400;
	padding:0 10px;
	margin-top:15px;
	float:left;
	position:relative;
}

.foot_cont li:hover .foot_cont_titu {
    color:#fff;
}

.foot_cont_icon {
    width:60px;
    height:60px;
    font-size:30px;
    color:#154a8e;
    text-align:center;
    line-height:55px;
	background:#fff;
	border:4px solid rgba(255,255,255,0.9);
	display:inline-block;
	position:relative;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.foot_cont_icon:after {
	content:'';
	width:130%;
	height:130%;
	top:-15%;
	left:-15%;
	border:10px solid rgba(255,255,255,0.2);
	float:left;
	position:absolute;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.foot_cont li:hover .foot_cont_icon:after {
	width:140%;
	height:140%;
	top:-20%;
	left:-20%;
	border:8px solid rgba(21,74,142,0);
}

.foot_cont li:hover .foot_cont_icon {
    color:#154a8e;
    border:4px solid rgba(21,74,142,1);
}

.foot_rede {
	width:100%;
	margin-top:50px;
	float:left;
	position:relative;
}

.foot_rede ul {
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.foot_rede li {
	width:45px;
	height:45px;
	font-size:30px;
	line-height:45px;
	text-align:center;
	margin:0 15px;
	background:#fff;
    display:inline-block;
	position:relative;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.foot_rede li:before {
	content:'';
	width:130%;
	height:130%;
	top:-15%;
	left:-15%;
	border:5px solid rgba(255,255,255,0.2);
	float:left;
	position:absolute;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.foot_rede li a {
	color:#154a8e;
	display:block;
	position:relative;
}

.foot_rede li:hover a {
	color:#fff;
}

.foot_rede li:hover {
	background:#154a8e;
}

#foot_mapa {
	width:100%;
	height:250px;
	margin-top:-30px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	float:left;
}

.foot_cred {
	width:100%;
	font-size:15px;
	color:#fff;	
	text-align:center;
	padding:2% 5%;
	margin-top:80px;
	background:#e2880e;
	float:left;
}

@keyframes vent_moda_anim {
	from{top:-100px; opacity:0}
	to{top:0; opacity:1}
}

@keyframes vent_moda_anim {
	from{top:-100px; opacity:0}
	to{top:0; opacity:1}
}

/*** ADDO ***/
.addo_clea_both {
	width:100%;
	clear:both;
}

/*** MEDI QUER ***/
@media (min-width:240px) and (max-width:480px) {

	/*** HEAD ***/
	.head_wrap {
		height:auto;
		padding:2% 0 0.5% 0;
		position:relative;
	}
	
	.head_wrap_scro {
		padding:2% 0 0.5% 0;
		position:relative;
	}
	
	.head_wrap_scro {
		padding:0.2% 0;
	}
	
	.head_logo {
		width:55%;
		margin-left:10px;
		box-shadow:0 0 0 rgba(0,0,0,0.0);
	}
	
	.head_logo_scro {
		width:30%;
	}
	
	.head_info {
		width:100%;
		margin-top:5px;
	}

	.head_info_cont {
		width:100%;
	}
	
	.head_info_cont li:nth-child(1){
		top:30px;
		right:50px;
		position:absolute;
	}
	
	.head_info_cont li:nth-child(2) {
		top:30px;
		right:10px;
		position:absolute;
	}	

	.head_info_cont_scro {
		display:block;
	}
	
	.head_info_cont ul {
    	text-align:center;
	}
		
	.head_info_cont_titu { display:none; }
	
	.head_info_menu {
		width:100%;
		padding:0;
		margin-top:5px;
	}
	
	.ace-responsive-menu > li > a {
		font-size:15px !important;
		padding:15px 30px !important;
	}
	
	/*** SLID ***/
	.kenburns_062_slide {
		background:rgba(21,74,142,0) none repeat scroll 0 0 !important;
	}
	
	.kenburns_062_slide>h1 {
		font-size:18px !important;
		background:rgba(21,74,142,0.45) none repeat scroll 0 0 !important;
	}
	
	.kenburns_062_slide>p { display:none !important; }

	/*** NOSO INIC ***/
	.noso_inic_wrap {
		padding:25% 5% 6% 5%;
		margin-top:-20px;
		clip-path:polygon(0px 20px,0px 100%,100% 100%,100% 0px);
		-webkit-clip-path:polygon(0px 20px,0px 100%,100% 100%,100% 0px);
	}

	.noso_inic_wrap h1 {
		font-size:45px;
	    letter-spacing:2px;
	    top:60px;
	}
	
	.noso_inic_wrap h3 {
		font-size:24px;
	}
	
	.noso_deta {
		width:100%;
		line-height:130%;
	    letter-spacing:0;
		margin-top:10px;
	}
	
	.noso_imag {
		width:90%;
		margin:0 5%;
		margin-top:20px;
	}
	
	.noso_otro {
		width:100%;
		margin-top:80px;
	}
	
	.noso_otro_list_deta {
		line-height:130%;
	}
	
	/*** SERV INIC ***/
	.serv_inic_wrap {
		padding:30% 5% 0 5%;
	}
	
	.serv_inic_wrap h1 {
		font-size:45px;
	    letter-spacing:2px;
		margin-top:-23px;
	}
	
	.serv_inic_wrap h3 {
		font-size:24px;
	}
	
	.serv_inic_list_imag {
		width:100%;
	}
	
	.serv_inic_list_info {
		width:100%;
		min-height:auto;
		padding:40px 20px;
		margin-top:-80px;
		float:left;
		position:relative;
	}
	
	.serv_inic_list_info_icon {
		width:100px;
		height:100px;
		line-height:90px;
		margin:0 auto;
		background:#fff;
		border-radius:50%;
		box-shadow:0 0 20px rgba(0,0,0,0.06);
		float:none;
	}
	
	.serv_inic_list_info h2 {
		font-size:21px;
	}
	
	.serv_inic_list_info_deta {
		line-height:130%;
		letter-spacing:0;
	}
	
	.serv_inic_list_info_enla {
		width:35%;
		padding:8px 10px;
		margin:0 32.5%;
	}
	
	/*** MODA ***/
	.vent_moda_info {
		line-height:130%;
	}

	.vent_moda_info h3 {
		font-size:18px;
		margin:50px 0 0 0;
	}
	
	.vent_moda_info li {
		text-align:left;
		margin-bottom:4px;
	}

	.vent_moda_cerr {
		font-size:24px;
	}

	/*** BROC INIC ***/
	.broc_inic_wrap {
		padding:35% 5% 10% 5%;
		margin-top:-20px;
		clip-path:polygon(0px 20px,0px 100%,100% 100%,100% 0px);
		-webkit-clip-path:polygon(0px 20px,0px 100%,100% 100%,100% 0px);
	}
	
	.broc_inic_wrap h1 {
		font-size:45px;
	    letter-spacing:2px;
		margin-top:-90px;
	}
	
	.broc_inic_wrap h3 {
		font-size:24px;
	}
	
	.broc_inic_enla {
		width:50%;
		padding:15px 40px;
	}
	
	/*** FOOT ***/
	.foot_wrap {
		padding:15% 0 0 0;
		margin-top:-20px;
		clip-path:polygon(0px 20px,0px 100%,100% 100%,100% 0px);
		-webkit-clip-path:polygon(0px 20px,0px 100%,100% 100%,100% 0px);
	}
	
	.foot_form {
		padding:4% 5%;
	}
	
	.foot_form_secc:nth-child(1n) {
		width:100%;
	}
	
	.foot_form_secc:nth-child(2n) {
		width:100%;
	}
	
	.foot_form_secc:nth-child(3n) {
		width:100%;
	}
	
	.foot_form_secc:nth-child(4n) {
		width:100%;
	}
	
	.foot_form_secc:nth-child(5n) {
		width:100%;
	}
	
	.foot_form_secc:nth-child(6n) {
		width:100%;
		padding:0 25%;
	}
	
	.foot_cont li {
		width:48%;
		border-right:1px dotted #61DAE6;
		display:inline-block;
	}
	
	.foot_cont li:nth-child(1n) {
		width:48%;
		float:left;
	}
	
	.foot_cont li:nth-child(2n) {
		width:48%;
		float:right;
	}
	
	.foot_cont li:nth-child(3n) {
		width:100%;
		margin-top:30px;
	}
	
	.foot_cont li:nth-child(4n) {
		width:100%;
		margin-top:30px;
	}

	.foot_cont_icon {
		width:50px;
		height:50px;
		font-size:26px;
		line-height:43px;
	}

	.foot_cont li:nth-child(4n) .foot_cont_titu {
		padding:0 5%;
	}
	
	.foot_rede li {
		width:40px;
		height:40px;
		font-size:26px;
		line-height:40px;
		margin:0 10px;
	}
	
	.foot_rede li:before {
		border:3px solid rgba(255,255,255,0.2);
	}
	
	.foot_cred {
		padding:5% 5%;
		margin-top:40px;
	}	

}

@media (min-width:481px) and (max-width:1199px) {
	
	/*** HEAD ***/
	.head_wrap {
		height:auto;
		padding:2% 0 0.5% 0;
		position:relative;
	}
	
	.head_logo {
		width:25%;
		margin-left:3%;
		position:relative;
	}

	.head_info {
		width:100%;
		margin-top:5px;
	}

	.head_info_cont {
		width:100%;
	}
	
	.head_info_cont ul {
    	text-align:center;
	}

	.head_info_cont li:nth-child(1){
		top:25px;
		right:250px;
		border-right:0;
		position:absolute;
	}
	
	.head_info_cont li:nth-child(2) {
		top:25px;
		right:55px;
		border-right:0;
		position:absolute;
	}
	
	.head_info_cont li:nth-child(3) {
		top:25px;
		right:0;
		position:absolute;
	}
			
	.head_info_menu {
		width:100%;
		padding:0;
		margin-top:-50px;
	}
	
	.menu-toggle {
		background:#fff !important;
	}

	.ace-responsive-menu {
		background:#fff !important;
	}
	
	.ace-responsive-menu > li > a {
		font-size:15px !important;
		padding:15px 30px !important;
	}
	
	/*** SLID ***/
	.kenburns_062_slide {
		background:rgba(89,0,92,0.45) none repeat scroll 0 0 !important;
	}
	
	.kenburns_062_slide>h1 {
		font-size:18px !important;
	}
	
	/*** NOSO INIC ***/
	.noso_inic_wrap {
		padding:14% 5% 6% 5%;
		margin-top:-20px;
		clip-path:polygon(0px 20px,0px 100%,100% 100%,100% 0px);
		-webkit-clip-path:polygon(0px 20px,0px 100%,100% 100%,100% 0px);
	}

	.noso_inic_wrap h1 {
		font-size:45px;
	    letter-spacing:2px;
	    top:60px;
	}
	
	.noso_inic_wrap h3 {
		font-size:24px;
	}
	
	.noso_deta {
		width:100%;
		line-height:130%;
	    letter-spacing:0;
		margin-top:10px;
	}
	
	.noso_imag {
		width:50%;
		margin:0 25%;
		margin-top:20px;
	}
	
	.noso_otro {
		width:100%;
		margin-top:80px;
	}
	
	.noso_otro_list li {
		width:48%;
		margin-bottom:0;
	}
	
	.noso_otro_list li:nth-child(odd) {
		float:left;
	}
	
	.noso_otro_list li:nth-child(even) {
		float:right;
	}
	
	.noso_otro_list_imag {
		width:60%;
		margin:0 auto;
		margin-top:-80px;
	}
	
	.noso_otro_list_deta {
		line-height:130%;
	}
	
	/*** SERV INIC ***/
	.serv_inic_wrap {
		padding:17% 5% 0 5%;
	}
	
	.serv_inic_wrap h1 {
		font-size:45px;
	    letter-spacing:2px;
		margin-top:-23px;
	}
	
	.serv_inic_wrap h3 {
		font-size:24px;
	}
	
	.serv_inic_list_imag {
		width:100%;
		overflow:hidden;
	}
	
	.serv_inic_list_imag img {
		margin:-80px 0;
	}
	
	.serv_inic_list_info {
		width:100%;
		min-height:auto;
		padding:40px 20px;
		margin-top:-80px;
		float:left;
		position:relative;
	}
	
	.serv_inic_list_info_icon {
		width:100px;
		height:100px;
		line-height:90px;
		margin:0 auto;
		background:#fff;
		border-radius:50%;
		box-shadow:0 0 20px rgba(0,0,0,0.06);
		float:none;
	}
	
	.serv_inic_list_info h2 {
		font-size:21px;
	}
	
	.serv_inic_list_info_deta {
		line-height:130%;
		letter-spacing:0;
	}
	
	.serv_inic_list_info_enla {
		width:35%;
		padding:8px 10px;
		margin:0 32.5%;
	}

	/*** MODA ***/
	.vent_moda_info {
		width:90%;
		line-height:130%;
		margin:5% 5%;
	}

	.vent_moda_info h3 {
		font-size:18px;
		margin:50px 0 0 0;
	}
	
	.vent_moda_info li {
		text-align:left;
		margin-bottom:4px;
	}

	.vent_moda_cerr {
		font-size:24px;
	}
		
	/*** BROC INIC ***/
	.broc_inic_wrap {
		padding:19% 5% 10% 5%;
		margin-top:-20px;
		clip-path:polygon(0px 20px,0px 100%,100% 100%,100% 0px);
		-webkit-clip-path:polygon(0px 20px,0px 100%,100% 100%,100% 0px);
	}
	
	.broc_inic_wrap h1 {
		font-size:45px;
	    letter-spacing:2px;
		margin-top:-90px;
	}
	
	.broc_inic_wrap h3 {
		font-size:24px;
	}
	
	.broc_inic_enla {
		width:50%;
		font-size:14px;
		padding:15px 40px;
	}
	
	/*** FOOT ***/
	.foot_wrap {
		padding:10% 0 0 0;
		margin-top:-20px;
		clip-path:polygon(0px 20px,0px 100%,100% 100%,100% 0px);
		-webkit-clip-path:polygon(0px 20px,0px 100%,100% 100%,100% 0px);
	}
	
	.foot_form {
		padding:3% 5%;
	}
	
	.foot_form_secc:nth-child(6) {
		width:100%;
		padding:0 30%;
	}
	
	.foot_cont li {
		width:48%;
		border-right:1px dotted #61DAE6;
		display:inline-block;
	}
	
	.foot_cont li:nth-child(1) {
		width:30%;
	}
	
	.foot_cont li:nth-child(2) {
		width:30%;
	}
	
	.foot_cont li:nth-child(3) {
		width:30%;
		border:0;
	}
	
	.foot_cont li:nth-child(4) {
		width:100%;
		margin-top:30px;
	}

	.foot_cont_icon {
		width:50px;
		height:50px;
		font-size:26px;
		line-height:43px;
	}

	.foot_cont li:nth-child(4n) .foot_cont_titu {
		padding:0 5%;
	}
	
	.foot_rede li {
		width:40px;
		height:40px;
		font-size:26px;
		line-height:40px;
		margin:0 10px;
	}
	
	.foot_rede li:before {
		border:3px solid rgba(255,255,255,0.2);
	}
	
	.foot_cred {
		padding:3% 5%;
		margin-top:40px;
	}	
			
}

@media (min-width:1792px) {

	/*** SCRO ***/
	::-webkit-scrollbar { width:13px; }
	::-moz-scrollbar { width:13px; }
	::-o-scrollbar { width:13px; }

	/*** SCRO GTOP ***/
	.scro_goto {
		width:55px;
		height:55px;
		font-size:26px;
		line-height:50px;
	}
	
	/*** HEAD ***/
	.head_info_cont_icon {
		font-size:21px;
		padding:8px 10px;
	}
	
	.head_info_cont_titu {
		font-size:19px;
	}
	
	.ace-responsive-menu > li > a {
		font-size:21px !important;
		padding:15px 40px !important;
	}
	
	/*** SLID ***/
	#kenburns_062 {
		max-height:950px !important;
	}

	.kenburns_062_slide>h1 {
		font-size:47px !important;
	}
	
	.kenburns_062_slide>p {
		font-size:19px !important;
	}	
		
	/*** NOSO INIC ***/
	.noso_inic_wrap {
		padding:10% 5% 5% 5%;
	}
	
	.noso_inic_wrap h1 {
		font-size:107px;
	}
	
	.noso_inic_wrap h3 {
		font-size:48px;
	}
	
	.noso_deta {
		font-size:20px;
	}
	
	.noso_otro_list_titu {
		font-size:27px;
	}
	
	.noso_otro_list_deta {
		font-size:20px;
	}
	
	/*** SERV INIC ***/	
	.serv_inic_wrap {
		padding:11% 5% 0 5%;
	}
	
	.serv_inic_wrap h1 {
		font-size:107px;
	}
	
	.serv_inic_wrap h3 {
		font-size:48px;
	}
	
	.serv_inic_list_info_icon {
		font-size:67px;
	}
	
	.serv_inic_list_info h2 {
		font-size:33px;
	}
	
	.serv_inic_list_info_deta {
		font-size:20px;
	}
	
	.serv_inic_list_info_enla {
		font-size:16px;
		padding:8px 5px;
	}
	
	/*** MODA ***/
	.vent_moda_info {
		font-size:19px;
		padding:40px;
	}
	
	.vent_moda_info h3 {
		font-size:32px;
	}
	
	.vent_moda_info h4 {
		font-size:21px;
	}
	
	.vent_moda_cerr {
		font-size:27px;
	}
	
	/*** BROC INIC ***/
	.broc_inic_wrap {
		padding:15% 5% 10% 5%;
	}
	
	.broc_inic_wrap h1 {
		font-size:107px;
	}
	
	.broc_inic_wrap h3 {
		font-size:48px;
	}
	
	.broc_inic_enla {
		font-size:17px;
	}
	
	/*** FOOT ***/
	.foot_wrap {
		padding:5% 0 0 0;
	}
	
	.foot_form_secc_inpu {
		font-size:19px;
	}
	
	.foot_form_secc_text {
		font-size:19px;
	}
	
	.foot_form_secc_envi {
		font-size:27px;
	}
	
	.foot_cont_titu {
		font-size:20px;
	}

	.foot_cont_icon {
		width:80px;
		height:80px;
		font-size:40px;
		line-height:75px;
	}

	.foot_rede li {
		width:60px;
		height:60px;
		font-size:40px;
		line-height:65px;
		margin:0 25px;
	}
	
	.foot_cred {
		font-size:20px;
	}

}