@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:#074B92; }
::-moz-scrollbar-thumb { background:#074B92; }
::-o-scrollbar-thumb { background:#074B92; }

/************************ SCRO GOTO ************************/
.scro_goto {
    width:50px;
    height:50px;
    font-size:26px;
    color:#FFF;
    text-align:center;
    line-height:42px;
    right:0;
    bottom:20px;
	background:rgba(7,75,146,0.8);
	border-radius:8px 0 0 8px;
    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(30,46,66,0.8);
}

/************************ WRAP ************************/
.wrap {
	width:100%;
	min-width:960px;
}

/************************ HEAD ************************/
.head_wrap {
	width:100%;
	padding:1% 2%;
	background:rgba(255,255,255,0.9);
	float:left;
	position:fixed;
	z-index:9;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.head_wrap_scro {
	background:rgba(255,255,255,1);
	box-shadow:0px 13px 25px -12px rgba(0,0,0,0.25);
}

.head_logo {
	width:15%;
	margin-top:-10px;
	position:absolute;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.head_logo img {
    max-width:100%;
}

.head_logo_scro {
	width:10%;
}

.head_menu {
	width:auto;
	margin-left:30%;
	float:left;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.head_menu_scro {
	margin-top:0;
}

.head_rede_01 {
	margin-top:10px;
	float:right;
}

.head_rede_01 ul {
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.head_rede_01 li {
	width:35px;
	height:35px;
	font-size:20px;
	color:#FFF;
	line-height:35px;
	text-align:center;
	margin:0 5px;
	border-radius:50%;
    display:inline-block;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.head_rede_01 li:hover {
	transform:translateY(-5px);
}

.head_rede_01 li a {
	color:#FFF;
	display:block;
}

.head_rede_02 { display:none; }

.head_rede_face {
	color:#FFF;
	background:#4267B2;
	border-radius:50%;
}

.head_rede_what {
	color:#FFF;
	background:#0DC143;
	border-radius:50%;
}

.head_rede_twit {
	color:#FFF;
	background:#1DA1F2;
	border-radius:50%;
}

.head_rede_inst {
	color:#FFF;
	background:#444142;
	border-radius:50%;
}

.head_rede_yout {
	color:#FFF;
	background:#FF0000;
	border-radius:50%;
}

/************************ SLID ************************/
.slid_wrap {
	width:100%;
	float:left;
	position:relative;	
}

.slid_wrap:before {
    content:'';
    width:320px;
    height:85px;
    right:0;
    bottom:0;
    background:#FFF;
    clip-path:polygon(16% 0,100% 0%,100% 100%,0 100%);
    -webkit-clip-path:polygon(16% 0,100% 0%,100% 100%,0 100%);
    position:absolute;
	z-index:1;
}

/************************ TITU ************************/
.titu_wrap {
	width:100%;
	padding:12% 3% 2% 3%;
	background-size:cover !important;
	float:left;
	position:relative;
}

.titu_wrap:after {
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(39,38,39,0.7);
	position:absolute;
}

.titu_wrap h1 {
	width:100%;
	font-family:'Open Sans', sans-serif;
	font-size:40px;
	color:#FFF;	
	text-align:left;
	font-weight:700;
	float:left;
	position:relative;
	z-index:1;
}

.titu_titu {
	width:100%;
	font-family:'Open Sans', sans-serif;
	font-size:40px;
	color:#FFF;	
	text-align:left;
	font-weight:700;
	float:left;
	position:relative;
	z-index:1;
}

.titu_subt {
	width:100%;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	color:#FFF;	
	text-align:left;
	font-weight:600;
	float:left;
	position:relative;
	z-index:1;
}

/************************ MAIN ************************/
.main_wrap {
	width:100%;
	padding:3% 3%;
	float:left;
}

/************************ NOSO INIC ************************/
.noso_inic_wrap {
	width:100%;
	padding:5%;
	background:linear-gradient(90deg, rgba(32,89,186,1) 60%, rgba(255,255,255,1) 60%);
	float:left;
}

.noso_inic_noso {
	width:60%;
	padding-right:6%;
	float:left;
}

.noso_inic_noso h2 {
	width:100%;
	font-family:'Fira Sans', sans-serif;
    font-size:30px;
    color:#FFF;
	float:left;
	position:relative;
}

.noso_inic_noso h2:after {
	content:'';
	width:50px;
	height:2px;
	bottom:15px;
	background:#FFF;
	position:absolute;
}

.noso_inic_noso_imag {
	width:100%;
	margin-top:20px;
	float:left;
}

.noso_inic_noso_imag img {
	width:100%;
}

.noso_inic_noso_deta {
	width:100%;
	font-family:'Fira Sans', serif;
    font-size:14px;
	color:#FFF;
	text-align:justify;
	line-height:150%;
	margin-top:5px;
	float:left;
}

.noso_inic_info {
	width:32%;
	float:right;
}

.noso_inic_info h3 {
    width:100%;
	font-family:'Fira Sans', sans-serif;
    font-size:14px;
    color:#FFF;
    text-transform:uppercase;
    padding:12px 10px;
	background:-webkit-linear-gradient(-45deg, #2059BA 80%,#2059BA 80%);
	background:linear-gradient(135deg, #2059BA 80%,rgba(255,255,255,1) 80%);
    float:left;
}

.noso_inic_info_pers {
	width:100%;
	margin-top:10px;
	float:left;
}

.noso_inic_info_pers ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.noso_inic_info_pers li {
	width:100%;
    font-family:'Fira Sans', sans-serif;
    font-size:14px;
    color:#1E2E42;
	font-weight:600;
    padding:15px 0;
    padding-left:35px;
    border-bottom:1px solid #F0F0F0;
	float:left;
	position:relative;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.noso_inic_info_pers li:nth-child(odd) {
	background:#FFF;
}

.noso_inic_info_pers li:nth-child(even) { 
	background:#F3F3F3;
}

.noso_inic_info_pers li span {
	width:100%;
	font-weight:400;
	float:left;
}

.noso_inic_info_pers li a {
    color:#00BFFF;
}

.noso_inic_info_pers li:hover  {
    color:#FFF;
	background:#00BFFF;
}

.noso_inic_info_pers li:hover a {
    color:#FFF;
}

.noso_inic_info_pers li:before {
    content:'\f067';
    width:20px;
    height:20px;
    font-family:'FontAwesome';
    font-size:10px;
    color:#00BFFF;
    text-align:center;
    font-weight:700;
    line-height:20px;
    left:10px;
    position:absolute;
    z-index:1;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.noso_inic_info_pers li:hover:before  {
    color:#FFF;
}

/************************ TARI ************************/
.tari_inic_wrap {
	width:100%;
	padding:5% 5% 8% 5%;
	background:#FFF;
	float:left;
}

.tari_inic_wrap h2 {
	width:100%;
	font-family:'Alatsi', sans-serif;
	font-size:40px;
	color:#2059BA;
	text-align:center;
	text-transform:uppercase;
	float:left;
	position:relative;
}

.tari_inic_wrap h2:before {
	content:'';
	width:150px;
	height:2px;
	left:0;
	right:0;
	bottom:-5px;
	margin:0 auto;
	background:#1E2E42;
	position:absolute;	
}

.tari_inic_wrap h2:after {
	content:'';
	width:80px;
	height:2px;
	left:0;
	right:0;
	bottom:-5px;
	margin:0 auto;
	background:#00BFFF;
	position:absolute;	
}

.tari_inic_list {
	width:100%;
	margin-top:40px;
	float:left;
}

.tari_inic_list ul {
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.tari_inic_list li {
	width:18%;
	padding:20px;
	margin:0 0.5%;
	margin-bottom:1%;
	display:inline-block;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.tari_inic_list li:nth-child(odd) {
	background:#2059BA;
}

.tari_inic_list li:nth-child(even) {
	background:#EFEFEF;
}

.tari_inic_list li:hover {
	transform:scale(1.05);
	background:#00BFFF;
}

.tari_inic_list_titu {
	width:100%;
	height:50px;
	font-family:'Fira Sans', serif;
	font-size:16px;
	color:#FFF;
	text-align:center;
	font-weight:600;
	float:left;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.tari_inic_list li:nth-child(even) .tari_inic_list_titu {
	color:#1E2E42;
}

.tari_inic_list li:hover .tari_inic_list_titu {
	color:#FFF;
}

.tari_inic_list_prec {
	width:100%;
	font-family:'Fira Sans', serif;
	font-size:16px;
	color:#FFF;
	text-align:center;
	font-weight:400;
	float:left;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.tari_inic_list li:nth-child(even) .tari_inic_list_prec {
	color:#1E2E42;
}

.tari_inic_list li:hover .tari_inic_list_prec {
	color:#FFF;
}

/************************ REQU ************************/
.requ_inic_wrap {
	width:100%;
	padding:8% 1% 5% 1%;
	margin-top:-40px;
	background:#2059BA;
    clip-path:polygon(0px 40px,0px 100%,100% 100%,100% 0px);
	-webkit-clip-path:polygon(0px 40px,0px 100%,100% 100%,100% 0px);
	float:left;
}

.requ_inic_wrap h2 {
	width:100%;
	font-family:'Alatsi', sans-serif;
	font-size:40px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	float:left;
	position:relative;
}

.requ_inic_wrap h2:before {
	content:'';
	width:150px;
	height:2px;
	left:0;
	right:0;
	bottom:-5px;
	margin:0 auto;
	background:#FFF;
	position:absolute;	
}

.requ_inic_wrap h2:after {
	content:'';
	width:80px;
	height:2px;
	left:0;
	right:0;
	bottom:-5px;
	margin:0 auto;
	background:#00BFFF;
	position:absolute;	
}

.requ_list {
	width:100%;
	margin-top:60px;
	float:left;
}

.requ_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.requ_list li {
	width:24%;
	padding:30px;
	margin:0 0.5%;
	background:#FFF;
	box-shadow:0px 5px 15px 0px rgba(68,68,68,0.1);
	float:left;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.requ_list h3 {
	width:100%;
	height:40px;
	font-family:'Fira Sans', serif;
    font-size:18px;
	color:#0056AE;
	text-align:center;
	font-weight:600;
	float:left;
}

.requ_list_icon {
    width:80px;
    height:80px;
    font-size:48px;
    color:#0056AE;
    text-align:center;
    line-height:80px;
	margin-top:15px;
	margin-left:calc(50% - 40px);
    background:#F2F1ED;
    border-radius:50%;
	float:left;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.requ_list li:hover .requ_list_icon {
	color:#FFF;
    background:#0056AE;
}

.requ_list_info {
	width:100%;
	margin-top:20px;
	float:left;
}

.requ_list_info_cara {
	width:100%;
	font-family:'Fira Sans', serif;
    font-size:14px;
	color:#1E2E42;
	text-align:left;
	padding:8px 0;
	border-bottom:1px solid #F5F5F5;
	float:left;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.requ_list_info_cara span {
	font-weight:300;
	margin-left:5px;
}

.requ_list_info_cara i {
    font-size:14px;
	color:#00BFFF;
	margin-right:10px;
}

.requ_list_info_cara span {
    font-size:14px;
	color:#999;
	font-weight:300;
	margin-left:10px;
}

/************************ PROC ************************/
.proc_inic_wrap {
	width:100%;
	padding:6% 5% 6% 15%;
	background:#FFF;
	float:left;
	position:relative;
}

.proc_inic_wrap:before {
    content:'';
    width:25.2%;
    height:100%;
    top:0;
    left:-10%;
    background:#FFF;
	transform:skew(16deg, 0);
    position:absolute;
    z-index:1;
}

.proc_inic_wrap:after {
    content:'';
    width:15.2%;
    height:100%;
    top:0;
    right:-10%;
    background:#FFF;
	transform:skew(16deg, 0);
    position:absolute;
    z-index:1;
}

.proc_inic_wrap h2 {
	width:10%;
	font-family:'Alatsi', sans-serif;
	font-size:54px;
	color:#2059BA;
	text-align:left;
	text-transform:uppercase;
	left:3%;
	bottom:33%;
    transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
	position:absolute;
	z-index:2;
}

.proc_inic_list {
	width:100%;
	float:left;
	position:relative;
}

.proc_inic_list:before {
    content:'';
    height:180px;
    width:180px;
    border:10px solid rgba(30,105,184,0.2);
    top:110px;
    left:-15%;
    -webkit-transform:rotate(-15deg);
    -moz-transform:rotate(-15deg);
    -ms-transform:rotate(-15deg);
    -o-transform:rotate(-15deg);
    transform:rotate(-15deg);
    -webkit-animation:rotation 30s linear infinite;
    -moz-animation:rotation 30s linear infinite;
    -o-animation:rotation 30s linear infinite;
    animation:rotation 30s linear infinite;
    position:absolute;
    z-index:2;
}

.proc_inic_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.proc_inic_list li {
	width:99%;
	margin:0 0.5%;
	transform:skew(16deg, 0);
	float:left;
}

.proc_inic_list_item {
	width:100%;
	float:left;
	position:relative;
}

.proc_inic_list_item_imag {
	width:100%;
    height:100%;
    overflow:hidden;
    display:block;
    float:left;
    position:relative;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.proc_inic_list_item_imag:before {
	content:'';
	width:0;
    height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.4);
    position:absolute;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
	z-index:1;
}

.proc_inic_list li:hover .proc_inic_list_item_imag:before {
	width:50%;
}

.proc_inic_list_item_imag:after {
	content:'';
	width:0;
    height:100%;
	top:0;
	right:0;
	background:rgba(0,0,0,0.4);
    position:absolute;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
	z-index:1;
}

.proc_inic_list li:hover .proc_inic_list_item_imag:after {
	width:50%;
}

.proc_inic_list_item_imag img {
	width:150%;
	margin-left:-25%;
	transform:skew(-16deg, 0);
}

.proc_inic_list_item h3 {
	width:50%;
	font-family:'Alatsi', sans-serif;
	font-size:20px;
	color:#FFF;
	text-align:center;
	font-weight:500;
	text-transform:uppercase;
	text-shadow:1px 1px 4px rgba(0,0,0,0.7);
	left:25%;
	bottom:50%;
	transform:skew(-16deg, 0);
	position:absolute;
	z-index:2;
}

.proc_inic_list_item_enla {
	width:100px;
	font-family:'Fira Sans', sans-serif;
	font-size:15px;
	color:#FFF;
	text-align:center;
	padding:8px 20px;
	left:calc(50% - 50px);
	bottom:30%;
	background:#2059BA;
	border-radius:5px;
	transform:skew(-16deg, 0);
	position:absolute;
	z-index:2;
}

/************************ PRES INIC ************************/
.pres_inic_wrap {
	width:100%;
	padding:10% 15%;
	background:url('../img/pres_inic_wrap_back.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	float:left;
	position:relative;
}

.pres_inic_wrap:before {
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5) url('../img/pres_inic_wrap_befo_back.png') repeat scroll 0 0;
    background-size:4px;
    position:absolute;
}

.pres_inic_wrap:after {
    content:'';
    height:220px;
    width:220px;
    border:10px solid rgba(238,66,107,0.5);
    top:110px;
    right:10%;
    -webkit-transform:rotate(-15deg);
    -moz-transform:rotate(-15deg);
    -ms-transform:rotate(-15deg);
    -o-transform:rotate(-15deg);
    transform:rotate(-15deg);
    -webkit-animation:rotation 30s linear infinite;
    -moz-animation:rotation 30s linear infinite;
    -o-animation:rotation 30s linear infinite;
    animation:rotation 30s linear infinite;
    position:absolute;
    z-index:2;
}

.pres_inic_info {
	width:60%;
    padding:40px;
	float:left;
    border:10px solid rgba(255,255,255,0.15);
	position:relative;
}

.pres_inic_info h2 {
	width:100%;
	font-family:'Alatsi', sans-serif;
	font-size:40px;
	color:#FFF;
	text-align:left;
	font-weight:500;
	text-transform:uppercase;
	float:left;
}

.pres_inic_info_deta {
	width:100%;
	font-family:'Fira Sans', serif;
	font-size:14px;
	color:#FFF;	
	text-align:left;
	float:left;
}

.pres_inic_info_enla {
	font-family:'Fira Sans', sans-serif;
	font-size:15px;
	color:#FFF;
	text-align:center;
	padding:8px 30px;
	margin-top:40px;
	background:#EE2958;
	float:left;
	position:relative;
}

.pres_inic_info_enla:before {
	content:'';
	width:100%;
	height:155%;
	top:-30%;
	left:-5%;
    border:3px solid rgba(255,255,255,0.4);
	position:absolute;
	z-index:0;
}

/************************ 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:94%;
	margin:0 3%;
	box-shadow:0 0 35px 0 rgba(0,0,0,0.15);
	float:left;
	position:relative;
}

.foot_form {
	width:35.33%;
	height:550px;
	padding:50px;
	background:#0056AE;
	float:left;
}

.foot_form_secc {
	width:100%;
	margin-bottom:15px;
	float:left;
}

.foot_form_secc_labe {
	width:100%;
	font-family:'Fira Sans', serif;
	font-size:14px;
	color:#FFF;
	text-align:left;
	font-weight:400;
	float:left;
}

.foot_form_secc_icon {
	width:48px;
	height:38px;
    font-size:22px;
    color:#00BFFF;
    line-height:38px;
    text-align:center;
	float:left;
}

.foot_form_secc_inpu {
	width:calc(100% - 48px);
	height:38px;
	font-family:'Fira Sans', sans-serif;
	font-size:14px;
	color:#00BFFF;
    padding:12px 10px;
	background:none;
	border:0;
    border-bottom:2px solid #E3EEFF;
	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:'Fira Sans', sans-serif;
	font-size:14px;
	color:#00BFFF;
    padding:12px 10px;
	background:none;
	border:0;
    border-bottom:2px solid #E3EEFF;
	float:left;
	resize:none;
	outline:none;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.foot_form_secc_envi {
	font-family:'Fira Sans', sans-serif;
	font-size:15px;
	color:#0056AE;
	text-align:center;
	padding:8px 40px;
	margin-top:20px;
	background:#FFF;
	border:0;
	float:left;
	cursor:pointer;
	position:relative;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.foot_form_secc_envi:hover {
	color:#FFF;
	background:#00BFFF;
}

.foot_form_secc_envi:before {
	content:'';
	width:100%;
	height:155%;
	top:-30%;
	left:-5%;
    border:3px solid rgba(255,255,255,0.4);
	position:absolute;
	z-index:0;
}

.foot_form_secc_envi i {
	margin-right:10px;
}

#foot_mapa {
	width:29.33%;
	height:550px;
	float:left;
}

.foot_cont {
	width:35.33%;
	height:550px;
	padding:40px 70px 0 70px;
	background:#00BFFF;
	float:left;
}

.foot_cont_list {
	width:100%;
	margin-top:30px;
	float:left;
}

.foot_cont_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.foot_cont_list li {
	width:100%;
	margin-bottom:20px;
	float:left;
}

.foot_cont_list li:last-child {
	margin-bottom:0;
}

.foot_cont_list_item {
	width:100%;
	float:left;
	position:relative;
}

.foot_cont_list_item:before {
	content:'';
	width:0;
	height:100%;
	top:0;
	left:0;
	background:#FFF;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.15);
	position:absolute;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.foot_cont_list li:hover .foot_cont_list_item:before {
	width:100%;
}

.foot_cont_list_item_icon {
    width:50px;
    height:65px;
    font-size:26px;
    color:#00BFFF;
    text-align:center;
    line-height:65px;
    background:#F2F1ED;
    display:inline-block;
	position:relative;
    z-index:1;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.foot_cont_list_item_info {
	width:calc(100% - 70px);
	padding-top:8px;
	margin-left:10px;
	float:right;
}

.foot_cont_list_item_info_titu {
	width:100%;
	font-family:'Fira Sans', serif;
	font-size:14px;
	color:#FFF;
	text-align:left;
	font-weight:400;
	float:left;
	position:relative;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.foot_cont_list li:hover .foot_cont_list_item_info_titu {
	color:#00BFFF;
}

.foot_cont_list_item_info_desc {
	width:100%;
	font-family:'Fira Sans', serif;
	font-size:14px;
	color:#FFF;
	text-align:left;
	font-weight:500;
	float:left;
	position:relative;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.foot_cont_list li:hover .foot_cont_list_item_info_desc {
	color:#00BFFF;
}

.foot_dere {
	width:108%;
	font-family:'Fira Sans', serif;
	font-size:14px;
	color:#FFF;	
	text-align:center;
	padding:2.5%;
	margin-left:-4%;
	background:#0056AE;
	float:left;
}

/************************ ADDO ************************/
.addo_clea_both {
	width:100%;
	clear:both;
}

/************************ ANIM ************************/
/*rotation*/
@keyframes rotation {
  to {
    transform:rotate(360deg);
  }
}

/* ----- MEDIA QUERIES ----- */

@media (min-width:240px) and (max-width:639px) {

	/************************ WRAP ************************/
	.wrap {
		min-width:100%;
	}
	
	/************************ HEAD ************************/
	.head_wrap {
		padding:0;
		position:relative;
	}
	
	.head_logo {
		width:40%;
		margin-top:-10px;
	}
	
	.head_menu {
		width:100%;
		margin-top:50px;
		margin-left:0;
	}

	.head_rede_01 { display:none; }
		
	.head_rede_02 {
		margin-top:10px;
		top:0;
		right:0;
		position:absolute;
		display:block;
	}
	
	.head_rede_02 ul {
		width:100%;
		text-align:center;
		padding:0;
		margin:0;
		list-style:none;
		float:left;
	}
	
	.head_rede_02 li {
		width:35px;
		height:35px;
		font-size:20px;
		color:#FFF;
		line-height:35px;
		text-align:center;
		margin:0 5px;
		border-radius:50%;
		display:inline-block;
		transition:all 0.3s ease 0s;
	    -webkit-transition:all 0.3s ease 0s;
	}
	
	.head_rede_02 li:hover {
		transform:translateY(-5px);
	}
	
	.head_rede_02 li a {
		color:#FFF;
		display:block;
	}	

	/************************ SLID ************************/
	.slid_wrap:before { display:none; }
	
	.js_list_simple {
		top:15% !important;
	}
		
	/************************ TITU ************************/
	
	/************************ MAIN ************************/
	
	/************************ NOSO INIC ************************/
	.noso_inic_wrap {
		padding:8% 6%;
		background:#2059BA;
	}
	
	.noso_inic_noso {
		width:100%;
		padding:0;
	}
	
	.noso_inic_noso h2 {
		font-size:27px;
	}
	
	.noso_inic_noso_deta {
		font-size:15px;
		line-height:130%;
	}
	
	.noso_inic_info {
		width:100%;
		margin-top:20px;
	}
	
	.noso_inic_info h3 {
		font-size:15px;
		color:#2059BA;
		padding:12px 10px;
		background:-webkit-linear-gradient(-45deg, #FFF 80%,#FFF 80%);
		background:linear-gradient(135deg, #FFF 80%,#2059BA 80%);
		float:left;
	}
	
	/************************ TARI ************************/
	.tari_inic_wrap {
		padding:10% 6%;
	}
	
	.tari_inic_wrap h2 {
		font-size:32px;
	}
	
	.tari_inic_list li {
		width:48%;
		padding:20px 15px;
		margin:0;
		margin-bottom:4%;
	}
	
	.tari_inic_list li:nth-child(odd) { float:left; }
	
	.tari_inic_list li:nth-child(even) { float:right; }

	.tari_inic_list_titu {
		height:60px;
		font-size:15px;
	}
	
	/************************ REQU ************************/
	.requ_inic_wrap {
		padding:20% 5% 8% 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);
	}
	
	.requ_inic_wrap h2 {
		font-size:32px;
	}
	
	.requ_list {
		margin-top:40px;
	}
	
	.requ_list li {
		width:100%;
		margin:0;
		margin-bottom:20px;
	}
	
	.requ_list h3 {
		height:auto;
		font-size:20px;
	}
	
	.requ_list_info_cara {
		font-size:15px;
	}
	
	/************************ PROC ************************/
	.proc_inic_wrap {
		padding:8% 6%;
	}
	
	.proc_inic_wrap:before { display:none; }

	.proc_inic_wrap:after { display:none; }

	.proc_inic_wrap h2 {
		width:100%;
		font-size:32px;
		color:#2059BA;
		left:0;
		bottom:0;
		transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		position:relative;
	}
	
	.proc_inic_list {
		width:70%;
		margin:0 15%;
		margin-top:20px;
	}

	/************************ FOOT ************************/
	.foot_wrap {
		width:90%;
		margin:0 5%;
		box-shadow:0 0 35px 0 rgba(0,0,0,0);
	}
		
	.foot_form {
		width:100%;
		height:auto;
		padding:40px 30px;
	}
	
	#foot_mapa {
		width:100%;
		height:220px;
		margin:10px 0;
	}
	
	.foot_cont {
		width:100%;
		height:auto;
		padding:40px 20px;
	}
	
	.foot_cont_list {
		margin-top:0;
	}

	.foot_cont_list_item_icon {
		width:45px;
	}
	
	.foot_cont_list_item_info {
		width:calc(100% - 55px);
	}

	.foot_dere {
		width:108%;
		padding:8% 2.5%;
	}

}

@media (min-width: 640px) and (max-width: 1279px) {

	/************************ WRAP ************************/
	.wrap {
		min-width:100%;
	}
	
	/************************ HEAD ************************/
	.head_wrap {
		padding:0;
		position:relative;
	}
	
	.head_logo {
		width:20%;
		margin-top:-10px;
	}
	
	.head_menu {
		width:100%;
		margin-top:0;
		margin-left:0;
	}

	.head_rede_01 { display:none; }
		
	.head_rede_02 {
		margin-top:10px;
		top:0;
		right:80px;
		position:absolute;
		display:block;
	}
	
	.head_rede_02 ul {
		width:100%;
		text-align:center;
		padding:0;
		margin:0;
		list-style:none;
		float:left;
	}
	
	.head_rede_02 li {
		width:35px;
		height:35px;
		font-size:20px;
		color:#FFF;
		line-height:35px;
		text-align:center;
		margin:0 5px;
		border-radius:50%;
		display:inline-block;
		transition:all 0.3s ease 0s;
	    -webkit-transition:all 0.3s ease 0s;
	}
	
	.head_rede_02 li:hover {
		transform:translateY(-5px);
	}
	
	.head_rede_02 li a {
		color:#FFF;
		display:block;
	}	

	/************************ SLID ************************/
	.slid_wrap:before { display:none; }
	
	.js_list_simple {
		top:15% !important;
	}
	
	.js_list_simple>h1 {
		font-size:30px !important;
		margin-bottom:20px !important;
	}
	
	.js_list_simple_right {
		right:5% !important;
	}
		
	/************************ TITU ************************/
	
	/************************ MAIN ************************/
	
	/************************ NOSO INIC ************************/
	.noso_inic_wrap {
		padding:8% 6%;
		background:#2059BA;
	}
	
	.noso_inic_noso {
		width:100%;
		padding:0;
	}
	
	.noso_inic_noso h2 {
		font-size:27px;
	}
	
	.noso_inic_noso_deta {
		font-size:15px;
		line-height:130%;
	}
	
	.noso_inic_info {
		width:100%;
		margin-top:20px;
	}
	
	.noso_inic_info h3 {
		font-size:15px;
		color:#2059BA;
		padding:12px 10px;
		background:-webkit-linear-gradient(-45deg, #FFF 80%,#FFF 80%);
		background:linear-gradient(135deg, #FFF 80%,#2059BA 80%);
		float:left;
	}
	
	/************************ TARI ************************/
	.tari_inic_wrap {
		padding:10% 6%;
	}
	
	.tari_inic_wrap h2 {
		font-size:32px;
	}
	
	.tari_inic_list li {
		width:30.3%;
		padding:20px 15px;
		margin:0 1%;
		margin-bottom:2%;
	}

	.tari_inic_list_titu {
		height:50px;
		font-size:15px;
	}
	
	/************************ REQU ************************/
	.requ_inic_wrap {
		padding:10% 5% 8% 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);
	}
	
	.requ_inic_wrap h2 {
		font-size:32px;
	}
	
	.requ_list {
		margin-top:40px;
	}
	
	.requ_list li {
		width:48%;
		margin:0;
		margin-bottom:20px;
	}
	
	.requ_list li:nth-child(odd) { float:left; clear:left; }
	
	.requ_list li:nth-child(even) { float:right; }
	
	.requ_list h3 {
		height:auto;
		font-size:20px;
	}
	
	.requ_list_info_cara {
		font-size:15px;
	}
	
	/************************ PROC ************************/
	.proc_inic_wrap {
		padding:8% 6%;
	}
	
	.proc_inic_wrap:before { display:none; }

	.proc_inic_wrap:after { display:none; }

	.proc_inic_wrap h2 {
		width:100%;
		font-size:32px;
		color:#2059BA;
		left:0;
		bottom:0;
		transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		position:relative;
	}
	
	.proc_inic_list {
		width:70%;
		margin:0 15%;
		margin-top:20px;
	}

	/************************ FOOT ************************/
	.foot_wrap {
		width:90%;
		margin:0 5%;
		box-shadow:0 0 35px 0 rgba(0,0,0,0);
	}
		
	.foot_form {
		width:100%;
		height:auto;
		padding:40px 30px;
	}

	.foot_form_secc:nth-child(1) {
		width:48%;
		float:left;
	}
		
	.foot_form_secc:nth-child(2) {
		width:48%;
		float:right;
	}

	.foot_form_secc:nth-child(3) {
		width:48%;
		float:left;
	}
		
	.foot_form_secc:nth-child(4) {
		width:48%;
		float:right;
	}
	
	#foot_mapa {
		width:100%;
		height:220px;
		margin:10px 0;
	}
	
	.foot_cont {
		width:100%;
		height:auto;
		padding:40px 20px;
	}

	.foot_cont_list {
		margin-top:0;
	}

	.foot_cont_list li {
		width:48%;
	}

	.foot_cont_list li:nth-child(odd) { float:left; }
	
	.foot_cont_list li:nth-child(even) { float:right; }
	
	.foot_cont_list_item_icon {
		width:45px;
	}
	
	.foot_cont_list_item_info {
		width:calc(100% - 55px);
	}

	.foot_dere {
		width:108%;
		padding:3% 2.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:35px;
		line-height:56px;
		bottom:27px;
		border-radius:11px 0 0 11px;
	}
	
	/************************ WRAP ************************/
	
	/************************ HEAD ************************/
	.head_wrap_scro {
		box-shadow:0px 17px 22px -16px rgba(0,0,0,0.25);
	}
	
	.head_logo {
		margin-top:-13px;
	}
	
	.head_rede_01 {
		margin-top:13px;
	}
	
	.head_rede_01 li {
		width:47px;
		height:47px;
		font-size:27px;
		line-height:47px;
		margin:0 7px;
	}
	
	.head_rede_01 li:hover {
		transform:translateY(-7px);
	}
	
	/************************ SLID ************************/
	.slid_wrap:before {
		width:427px;
		height:113px;
	}
	
	#js_list_051 {
		max-height:1000px !important;
	}
	
	.js_list_simple {
		padding:0 27px 27px 27px !important;
	}
	
	.js_list_simple>h1 {
		font-size:80px !important;
		margin-bottom:53px !important;
	}

	.js_list_simple>ul {
		width:400px !important;
		margin-bottom:53px !important;
	}

	.js_list_simple>ul>li {
		height:53px !important;
		font-size:23px !important;
		line-height:53px !important;
		padding:0 0 0 27px !important;
		margin-top:13px !important;
	}
	
	.js_list_simple_right>ul>li {
		padding:0 27px 0 0 !important;
	}
	
	.ps_control_square_txt .carousel-control {
		width:67px !important;
		height:67px !important;
		font-size:15px !important;
	}

	.ps_control_square_txt .carousel-control.left {
		right:167px !important;
	}
	
	.ps_control_square_txt .carousel-control span:nth-child(1) {
		line-height:33px !important;
	}
	
	/************************ TITU ************************/
	
	/************************ MAIN ************************/
	
	/************************ NOSO INIC ************************/
	.noso_inic_noso h2 {
		font-size:40px;
	}
	
	.noso_inic_noso h2:after {
		width:67px;
		bottom:20px;
	}
	
	.noso_inic_noso_imag {
		margin-top:27px;
	}
	
	.noso_inic_noso_deta {
		font-size:19px;
		margin-top:7px;
	}
	
	.noso_inic_info h3 {
		font-size:19px;
		padding:16px 13px;
	}
	
	.noso_inic_info_pers {
		margin-top:13px;
	}
	
	.noso_inic_info_pers li {
		font-size:19px;
		padding:20px 0;
		padding-left:47px;
		border-bottom:1px solid #F0F0F0;
	}
	
	.noso_inic_info_pers li:before {
		width:27px;
		height:27px;
		font-size:13px;
		line-height:27px;
		left:13px;
	}
	
	/************************ TARI ************************/
	.tari_inic_wrap h2 {
		font-size:53px;
	}
	
	.tari_inic_wrap h2:before {
		width:200px;
		bottom:-7px;
	}
	
	.tari_inic_wrap h2:after {
		width:107px;
		bottom:-7px;
	}
	
	.tari_inic_list {
		margin-top:53px;
	}
	
	.tari_inic_list li {
		padding:27px;
	}
	
	.tari_inic_list_titu {
		height:67px;
		font-size:21px;
	}
	
	.tari_inic_list_prec {
		font-size:21px;
	}
	
	/************************ REQU ************************/
	.requ_inic_wrap {
		margin-top:-53px;
		clip-path:polygon(0px 53px,0px 100%,100% 100%,100% 0px);
		-webkit-clip-path:polygon(0px 53px,0px 100%,100% 100%,100% 0px);
	}
	
	.requ_inic_wrap h2 {
		font-size:53px;
	}
	
	.requ_inic_wrap h2:before {
		width:200px;
		bottom:-7px;
	}
	
	.requ_inic_wrap h2:after {
		width:107px;
		bottom:-7px;
	}
	
	.requ_list {
		margin-top:80px;
	}
	
	.requ_list li {
		padding:40px;
		box-shadow:0px 7px 20px 0px rgba(68,68,68,0.1);
	}
	
	.requ_list h3 {
		height:53px;
		font-size:24px;
	}
	
	.requ_list_icon {
		width:107px;
		height:107px;
		font-size:64px;
		line-height:107px;
		margin-top:20px;
		margin-left:calc(50% - 53px);
	}
	
	.requ_list_info {
		margin-top:27px;
	}
	
	.requ_list_info_cara {
		font-size:19px;
		padding:11px 0;
	}
	
	.requ_list_info_cara span {
		margin-left:7px;
	}
	
	.requ_list_info_cara i {
		font-size:19px;
		margin-right:13px;
	}
	
	.requ_list_info_cara span {
		font-size:19px;
		margin-left:13px;
	}
	
	/************************ PROC ************************/
	.proc_inic_wrap h2 {
		font-size:72px;
	}
	
	.proc_inic_list:before {
		height:240px;
		width:240px;
		border:13px solid rgba(30,105,184,0.2);
		top:147px;
	}
	
	.proc_inic_list_item h3 {
		font-size:27px;
		text-shadow:1px 1px 5px rgba(0,0,0,0.7);
	}
	
	.proc_inic_list_item_enla {
		width:133px;
		font-size:20px;
		padding:11px 27px;
		left:calc(50% - 67px);
		border-radius:7px;
	}
	
	/************************ PRES INIC ************************/

	/************************ FOOT ************************/
	.foot_wrap {
		box-shadow:0 0 47px 0 rgba(0,0,0,0.15);
	}
	
	.foot_form {
		height:733px;
		padding:67px;
	}
	
	.foot_form_secc {
		margin-bottom:20px;
	}
	
	.foot_form_secc_labe {
		font-size:19px;
	}
	
	.foot_form_secc_icon {
		width:64px;
		height:51px;
		font-size:29px;
		line-height:51px;
	}
	
	.foot_form_secc_inpu {
		width:calc(100% - 64px);
		height:51px;
		font-size:19px;
		padding:16px 13px;
	}
	
	.foot_form_secc_text {
		height:133px;
		font-size:19px;
		padding:16px 13px;
	}
	
	.foot_form_secc_envi {
		font-size:20px;
		padding:11px 53px;
		margin-top:27px;
	}
	
	.foot_form_secc_envi:before {
		border:4px solid rgba(255,255,255,0.4);
	}
	
	.foot_form_secc_envi i {
		margin-right:13px;
	}
	
	#foot_mapa {
		height:733px;
	}
	
	.foot_cont {
		height:733px;
		padding:53px 93px 0 93px;
	}
	
	.foot_cont_list {
		margin-top:40px;
	}

	.foot_cont_list li {
		margin-bottom:27px;
	}
	
	.foot_cont_list_item:before {
		box-shadow:0 0 20px 0 rgba(0,0,0,0.15);
	}
	
	.foot_cont_list_item_icon {
		width:67px;
		height:87px;
		font-size:35px;
		line-height:87px;
	}
	
	.foot_cont_list_item_info {
		width:calc(100% - 93px);
		padding-top:11px;
		margin-left:13px;
	}
	
	.foot_cont_list_item_info_titu {
		font-size:19px;
	}

	.foot_cont_list_item_info_desc {
		font-size:19px;
	}
	
	.foot_dere {
		font-size:19px;
	}
	
}