/* ==========================================================================
   Base
   ========================================================================== */
html {
	overflow-x: hidden!important;
}

body {
	color: #1d1e20;
	font-family: 'latoregular';
	background-color: #fafafa!important;
	position: relative;
	left: 0;
	font-size: 13px;
	background: url(../../../assets/site/img/textura.png) repeat scroll left top;
	top: 0;
	min-width: 1185px;
	width: 100%;
	overflow-x: hidden!important;
}

:focus {
	outline: none!important;
}

::-webkit-selection{
	background:#143b86!important;
	text-shadow: none;
	color:#fff;
}
::-moz-selection{
	background:#143b86;
	text-shadow: none;
	color:#fff;
}
::selection{
	background:#143b86;
	text-shadow: none;
	color:#fff;
}

.container	{
	width: 1155px;
	min-width: 1155px;
	max-width: 1155px;
	padding: 0 15px;
}

button,
input,
textarea,
select {
	font-family: 'Open Sans', 'Myriad Pro', 'Arial';
}

textarea {
	resize: none;
}

button:focus,
input:focus,
textarea:focus,
select:focus,
a:focus {
	outline: none;
	text-decoration: none;
}

a {
	color: #777;
	font-family: latoregular;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 0;
}

.txt, .txt p {
	font-family: 'Open Sans', 'Myriad Pro', 'Arial';
	color: #1d1f1e;
	line-height: 170%; 
	text-align: left; 
}

.txt h1, .txt p h1,
.txt h2, .txt p h2,
.txt h3, .txt p h3,
.txt h4, .txt p h4,
.txt h5, .txt p h5,
.txt h6, .txt p h6 {
	font-family: 'Montserrat', 'Myriad Pro', 'Arial';
	margin: 30px 0 10px;
}

.txt p {
	margin-bottom:10px; 
	color: #1d1f1e!important;
}

.txt a, .txt p a {
	color: #1d1f1e;
	display: inline-block;
}

.txt a:hover, .txt p a:hover {
	text-decoration: underline; 
}

.txt ul {
	padding-left: 25px;
}

.txt ul li {
	list-style: disc; 
}

.seta_banner.right {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	opacity: 0;
}

.seta_banner.left {
	position: absolute;
	opacity: 0;
	left: 0;
	bottom: 0;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
}

.banner_home:hover .seta_banner.right,
.banner_home:hover .seta_banner.left {
	opacity: 0.5;
}

.banner_home .seta_banner.right:hover,
.banner_home .seta_banner.left:hover {
	opacity: 1;
}

.title_padrao {
	position: relative;
    display: inline-block;
    padding: 0 20px;
    background-color: #143b86;
}

.title_padrao h2 {
	color: #fff;
    display: inline-block;
    line-height: 40px;
    text-transform: uppercase;
    height: 40px;
    margin: 0;
    font-size: 18px;
}

.title_padrao:after {
	content: '';
	position: absolute;
	right: calc(100%);
	top: 0;
	height: 40px;
	width: 2000px;
	background-color: #143b86;
}

.title_padrao.left:after {
	right: calc(100%);
}

.title_padrao.right:after {
	left: calc(100%);
}

.title_padrao span {
	position: absolute;
    top: 0;
    overflow: hidden;
    width: 50px;
    height: 40px;
}

.title_padrao.left span {
	right: -49px;
}

.title_padrao.right span {
	left: -48px;
}

.title_padrao.right span:after {
	content: '';
    width: 50px;
    height: 57px;
    background-color: #143b86;
    display: block;
    margin: 8px 0px 0 22px;
}

.title_padrao.left span:after {
	content: '';
	width: 50px;
	height: 119px;
	background-color: #143b86;
	display: block;
}

.title_padrao.left span:after {
	-webkit-transform: rotateZ(135deg);
	-ms-transform: rotateZ(135deg);
	transform: rotateZ(135deg);
}

.title_padrao.right span:after {
	-webkit-transform: rotateZ(225deg);
	-ms-transform: rotateZ(225deg);
	transform: rotateZ(225deg);
}

.title_padrao.right {
	padding-right: 0;
}

.title_padrao.right {
	padding-right: 0;
}

/* ==========================================================================
   Header
   ========================================================================== */

nav {
	display: flex;
}

.redes_sociais {
	height: 50px;
}

.redes_sociais a {
	font-size: 20px;
	margin: 10px 5px;
	display: inline-block;
}

.facebook {
	width: 30px;
	height: 30px;
	background-color: #335292;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	color: #fff;
}

.facebook:hover {
	background-color: #fff;
	color: #335292;
}

.twitter {
	width: 30px;
	height: 30px;
	background-color: #00c2f7;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	color: #fff;
}

.twitter:hover {
	background-color: #fff;
	color: #00c2f7;
}

.instagram {
	width: 30px;
	height: 30px;
	background-color: #125688;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	color: #fff;
}

.instagram:hover {
	background-color: #fff;
	color: #125688;
}

.gplus {
	width: 30px;
	height: 30px;
	background-color: #e85b2e;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	color: #fff;
}

.gplus:hover {
	background-color: #fff;
	color: #e85b2e;
}

.menu_header {
	display: inline-block;
}

.menu_header .active {
	background-color: #2f5190;
	color: #Fff;
}

.menu_header li {
	float: left;
	display: inline-block;
}

.menu_header a {
	padding: 0 22px;
	color: #2f5190;
	height: 35px;
	line-height: 35px;
	display: block;
	margin-left: 2px;
}

.menu_header a:hover {
    background-color: #2f5190;
    color: #fff;
}

.border_menu {
	border-top: solid 1px #335292;
	border-bottom: solid 1px #335292;
	margin-bottom: 50px;
}

.sub_menu_project {
    display: none; 
    position: absolute;
    top: 33px;
    left: -8px;
    z-index: 99;
    padding: 3px 10px;
}

.menu_project .sub_menu_project li:hover {
	background-color:#2f5190;
}

.sub_menu_project li {
    float: none;
    background-color: rgba(48,82,145, 0.7);
    text-align: center;
    border-bottom: solid 1px #fff;
    display: inline-block;
    margin: 0!important;
}

.sub_menu_project li a {
    display: inline-block;
    color: #fff!important;
    border-bottom: solid 1px #fff;
    padding: 0 15px;
    text-align: left;
    width: 240px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.sub_menu_project li:last-child a {
	border-bottom: none;
}

.menu_project:hover .sub_menu_project {
	display: block;
}

/* ==========================================================================
   Home
   ========================================================================== */

.title_project {
	text-transform: uppercase;
	font-weight: bold;
	max-height: 30px;
	overflow: hidden;
	word-break: break-word;
}

.resume_projects {
	height: 75px;
	overflow: hidden;
	word-break: break-word;
}

.resume_news {
	height: 70px;
	overflow: hidden;
	word-break: break-word;
}

.button_see_more {
	background-color: #143b86;
	color: #fff;
	width: 95px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	border: solid 2px #143b86;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin-left: 275px;
}

.button_see_more:hover {
	background-color: #fff;
	color: #143b86;
}

.img_how_to_help {
	position: relative;
	display: inline-block;
	float: right;
}

.img_how_to_help span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	text-align: center;
}

.img_how_to_help span p {
	color: #fff;
	height: 20px;
	overflow: hidden;
}

.img_how_to_help h4 {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.img_how_to_help:hover span {
	height: 90px;
}

.date_news {
	color: #000;
	margin: 5px 0;
	display: block;
	font-size: 11px;
}

.date_news span {
	margin: 0 20px;
}

.mask_img {
	position: relative;
	overflow: hidden;
}

.mask_img span {
    position: absolute;
    top: -165px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.mask_img span i {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 32px;
	margin: -16px;
}

.hover_news:hover .mask_img span {
    top: 0px;
}

.box_blue_home {
	background-color: #143b86;
	text-align: center;
	width: 100%;
	height: 320px;
	padding: 20px;
	float: right;
	border-radius: 10px;
	float: right;
}

.box_blue_home p {
	color :#fff;
}

.box_blue_home h3{
	color :#fff;
	letter-spacing: 5px;
}

.txt_blue_box {
  height: 230px;
  overflow: hidden;
  word-break: break-word;
  margin-bottom: 10px;
  color: #fff;
}

.box_blue_home h3 {
	text-transform: uppercase;
}

.box_blue_home a {
	color: #fff;
	border: solid 2px #fff;
	width: 120px;
	height: 35px;
	display: inline-block;
	line-height: 32px;
	text-align: center;
}

.box_blue_home a:hover {
	background-color: #fff!important;
	color: #143b86!important;
}

.title_partners {
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #143b86
}

.seta_partners {
	color: #143b86;
	font-size: 36px;
}

.seta_partners.left {
	left: -100px;
	position: absolute;
	top: 25px;
}

.seta_partners.right {
	right: -100px;
	position: absolute;
	top: 25px;
}

.logo_parceiro a {
	margin: 15px 30px;
	display: inline-block;
}

/* ==========================================================================
   About
   ========================================================================== */

.box_skyblue {
	padding: 30px;
	background-color: #d5dbe7;
	border-radius: 20px;
}

.title_small {
	color: #133984;
	text-transform: uppercase;
	font-weight: bold;
}

.diretoria_people li {
	list-style: none!important;
	display: block;
	position: relative;
	padding: 10px 0;
}


.diretoria_people li img {
	position: absolute;
	border: solid 4px #143b86;
	border-radius: 5px; 
}

.diretoria_people li p {
	padding: 10px 0 10px 120px;
    height: 90px;
    overflow: hidden;
    margin: 0;
}

.title_banner_about {
	text-align: center;
	text-transform: uppercase;
	margin-top: 15px;
	max-height: 35px;
	font-size: 16px;
	overflow: hidden;
}

/* ==========================================================================
	Projetos
   ========================================================================== */

.video_project {
	float: right;
	margin: 0 0 15px 15px;
}

.galery_project a {
	border: solid 5px transparent;
	-webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
	transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
	display: inline-block;    
	margin: 5px
}

.galery_project a.active {
	border: solid 5px #143b86;
}

.galery_project a:hover {
	border: solid 5px #143b86;
}

.galery_project a:first-child {
	margin-top: 0;
}

/* ==========================================================================
   Notícias
   ========================================================================== */

.box_news {
	position: relative;
}

.mask_blue_news {
    background-color: rgba(53,76,126,0.8);
    width: 100%;
    height: 70px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: center;
    overflow: hidden;
    word-break : break-word;
}

.mask_blue_news h5 {
	color: #fff!important;
	height: 31px;
	overflow: hidden;
    word-break : break-word;
    padding: 0 10px;
}

.mask_blue_news span {
	text-transform: uppercase;
	color: #bdc0c9;	
}

.box_news:hover .mask_blue_news {
	height: 90px;
}

/* ==========================================================================
	Noticias detalhes
   ========================================================================== */

.news_detail_title {
    font-weight: bold;
    color: #143B86;
    margin-bottom: 0;
}

.m_galery_news {
	margin: 0 0 15px 15px;
}

.m_video_news {
	margin: 15px 15px 15px 0;
}

.g_plus_share {
	background-color: #e75a2f;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding: 0 5px;
	font-size: 14px;
	border-radius: 3px;
	text-transform: uppercase;    
    font-family: Calibri;
	font-weight: bold;
    text-align: center;
}

.twitter_share {
	background-color: #00c3f7;
    width: 90px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding: 0 5px;
    font-size: 14px;
    border-radius: 3px;
	text-transform: uppercase;
	margin-right: 10px;    
	font-weight: bold;
    text-align: center;
    font-family: Calibri;
}

.facebook_share {
	background-color: #295f9f;
	width: 105px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding: 0 5px;
	font-size: 14px;
	border-radius: 3px;
	margin-right: 10px;
	text-transform: uppercase;    
	font-weight: bold;
    text-align: center;
    font-family: Calibri;
}

.facebook_share:hover {
	color: #fff;
}

.g_plus_share:hover {
	color: #fff;
}

.twitter_share:hover {
	color: #fff;
}

.mask_see_also {
	width: 50%;
	height: 215px!important;
	background-color: #143B86;
	display: inline-block;
	padding: 15px;
	overflow: hidden;
	word-break: break-word;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.last_news:hover .mask_see_also {
	width: 100%;
	text-align: center;
}

.last_news:hover .mask_see_also p {
	margin-top: 15px;
	width: 547px;
}

.mask_see_also h4 {
	overflow: hidden;
	word-break: break-word;
	height: 58px;
	color: #fff;
}

.mask_see_also span {
	overflow: hidden;
	word-break: break-word;
	height: 20px;
	color: #a2aabd;
	display: block;
}

.mask_see_also p {
	overflow: hidden;
    word-break: break-word;
    height: 55px;
    color: #FFFFFF;
    display: block;
    margin-top: 100px;
    width: 547px;
}

/* ==========================================================================
	Parceiros
   ========================================================================== */

.logo_partner img {
	height: 185px;
	margin: 0 auto;
}

.name_of_partner {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

.description_partner p {
	height: 35px;
	overflow: hidden;
	word-break: break-word;
}

.description_partner span i {
	margin-right: 15px;
	font-size: 16px;
	color: #143B86;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}

.description_partner a i {
	margin-right: 15px;
	font-size: 16px;
	color: #143B86;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}

.description_partner span {
	margin: 10px 0;
	color: #000;
}

.description_partner a {
	margin: 10px 0;
	color: #000;
}

.mask_shadow_partner {
	display: inline-block;
    height: 0px;
    width: 130px;
    margin: 0px auto!important;
    box-shadow: 0px 0px 85px 27px rgba(0,0,0,0.2);
    transform: rotateX(-69deg);
}

/* ==========================================================================
	Contato
   ========================================================================== */

.sub_title_contact {
	margin: 50px 0 30px 0;
	color: #143B86;
	font-weight: bold;
}

.icon_input_contact {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 14px;
	color: #143B86;
}

.button_send {
	width: 100%;
    height: 35px;
    background-color: #143B86;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    border: solid 2px #143b86;
}

.button_send i {
	margin-left: 15px;
}

.button_send:hover {
	background-color: #fff;
	color: #143b86;
}

.blue_box_contact {
	text-align: center;
	background-color: #d5dbe7;
	display: block;
	border-radius: 5px;
	width: 100%;
	padding: 20px 40px; 
}

.blue_box_contact h4 {
	font-weight: bold;
	color: #143b86;
	margin-bottom: 30px;
}

.blue_box_contact div {
	color: #325192;
	font-size: 15px;
	text-align: left;
	line-height: 30px;
	margin: 10px 0 0 0;
}

.blue_box_contact div i {
	width: 30px;
	height: 30px;
	background-color: #335292;
	color: #d4dce7;
	line-height: 30px;
	text-align: center;
	margin-right: 15px;
	font-size: 16px;
    float: left;
}

.map_contact {
	border: solid 10px #fff!important;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	height: 180px;
}

/* ==========================================================================
	galeria
   ========================================================================== */

.galery {
	position: relative;
}

.galery a {
	position: absolute;
	bottom: 0;
	font-size: 30px;
	color: #fff;
	width: 40px;
	height: 40px;
	background-color: #000;
	text-align: center;
	line-height: 40px;
	opacity: 0;
}

.galery.left {
	float: left;
	margin: 0 20px 20px 0;
}

.galery.right {
	float: right;
	margin: 0 0 20px 20px;
}

.galery:hover a {
	opacity: 0.5;
}

.galery a:hover {
	opacity: 1;
}

.galery #prev {
	left: 0;
}

.galery #next {
	right: 0;
}
/* ==========================================================================
	Como ajudar
   ========================================================================== */

.sub_titles {
	font-weight: bold;
	color: #143B86;
	margin: 45px 0 20px 0;
}

.box_how_to_help {
	padding: 30px 25px;
	border: solid 1px #143B86;
	height:203px;
	margin-top: 70px;
}

.box_how_to_help span {
    color: #000;
    font-size: 16px;
    margin-top: 20px;
    display: block;
}

.box_how_to_help p {
    height: 35px;
    overflow: hidden;
    word-break: break-word;
}

.box_how_to_help a {
	display: inline-block;
	width: 200px;
	height: 30px;
	line-height: 27px;
	background-color: #143B86;
	float: right;
	color: #fff;
	text-align: center;
	border: solid 2px #143b86;
}

.box_how_to_help a:hover {
	color: #143B86;
	background-color: #fff;
}

/* ==========================================================================
	Paginação
   ========================================================================== */

.pagination li {
	float: left;
	margin-right: 10px; 
}

.pagination li span,
.pagination li a {
	position: relative;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.pager li>a, .pager li>span {
	border: 1px solid #143B86;
	border-radius: 0px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    border-color: #143B86;
}

.pagination li span,
.pagination li a,
.pagination li:first-child span:before,
.pagination li:first-child a:before,
.pagination li:last-child span:before,
.pagination li:last-child a:before {
	color: #000!important;
	width: 30px;
	height: 30px;
	line-height: 25px;
	font-size: 16px;
	padding: 0!important;
	background-color: transparent;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.pagination li span:hover,
.pagination li a:hover,
.pagination .active a,
.pagination .active span {
	color: #fff!important;
	font-weight: bold;
	background-color: #143B86!important;
}

.pagination .disabled span:hover,
.pagination .disabled a:hover {
	color: #000!important;
	background-color: transparent!important;
}

.pagination li:first-child span,
.pagination li:first-child a,
.pagination li:last-child span,
.pagination li:last-child a {
	font-size: 0!important;
}

.pagination li:first-child span:before,
.pagination li:first-child a:before,
.pagination li:last-child span:before,
.pagination li:last-child a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	color: #000!important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-size: 16px!important;
	line-height: 35px;
	text-align: center;
	width: 100%;
	height: 100%;
}

.pagination li:first-child span:before,
.pagination li:first-child a:before {
	content: "\f104";
    line-height: 30px;
    font-size: 18px!important;
}

.pagination li:last-child span:before,
.pagination li:last-child a:before {
	content: "\f105";
    line-height: 30px;
    font-size: 18px!important;
}

.pagination li:first-child span:hover:before,
.pagination li:first-child a:hover:before,
.pagination li:last-child span:hover:before,
.pagination li:last-child a:hover:before {
	color: #fff!important;
}

.pagination .disabled:first-child span:hover:before,
.pagination .disabled:first-child a:hover:before,
.pagination .disabled:last-child span:hover:before,
.pagination .disabled:last-child a:hover:before {
	color: inherit!important;
}
/* ==========================================================================
   Footer
   ========================================================================== */

.error_pag {
	background: url(../../../assets/site/img/isabel.png) scroll repeat center top;
	min-width: 100%;
	min-height: 100%;
	background-size: cover;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
}

.error_pag::after {
	content: '';
	background-color: rgba(56, 86, 146, 0.9);
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -1;
}

.title_not_found {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-family: latoregular;
	font-size: 30px;
	text-align: center;
	margin-top: 100px;
}

.title_not_found span {
	color: #de117a;
	font-family: latoregular;
}

.title_404 {
	color: #fff;
	text-transform: uppercase;
	font-family: latoregular;
	font-size: 50px;
	letter-spacing: 15px;
}

.title_404 span {
	color: #de117a;
	font-family: latoregular;
}

.title_404 i {
	margin-right: 30px;
}

.border_container {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	margin-bottom: 50px;
	text-align: center;
}

.barra_logo {
	background-color: #dfdfdd;
	text-align: center;
	position: relative;
	width: 100%;
	margin-top: 150px;
	left: 0;
}

.back_button {
	color: #fff;
	font-size: 18px;
	text-decoration: none!important;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: inline-block;
}

.back_button i {
	display: block;
	margin-top: 40px;
	font-size: 70px;
}

.back_button:hover i {
	color: #fff;
	padding-top: 40px; 
}

.back_button:hover {
	color: #fff;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer_bg {
	background-color: #143b86!important;
}

.logo_footer {
	border-radius: 10px;
	display: inline-block;
    padding: 15px;
    background-color: #DFDFDD;
}

.contact_footer_list li {
	list-style: none!important;
	padding-left: 30px;
	position: relative;
	margin-bottom: 15px;
}

.contact_footer_list li i {
	color: #fff;
	display: inline-block;
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	font-size: 20px;
}

.info_email {
	color: #fff;
	display: inline-block;
}

.info_email:hover {
	color: #fff;
}

.border_footer {
	border-top: solid 2px #fff;
	padding-top: 10px;
}

.border_footer h4 {
    color: #fff;
    margin: 10px 0 20px;
    text-transform: uppercase;
    font-size: 15px;
}

.menu_footer li {
	list-style: none;
}

.menu_footer li a {
	color: #fff;
	text-transform: uppercase;
	padding: 3px 0!important;
	display: block;
}

.menu_footer li:first-child a {
	padding-top: 0!important;
}

.menu_footer li:hover a i {
	padding-left: 10px!important;
}

.copy {
	font-size: 13px;
	margin: 0;
	line-height: 40px;
	text-transform: uppercase;
	display: inline-block;
	color: #000;
}

/* ==========================================================================
   Logo Guco
   ========================================================================== */
.box_guco { 
    position: relative;
    right: 0;
    top: 0;
    float: right;
    width: 300px;
    height: 40px;
}

.desenvolvido {
    position: absolute;
    right: 56px;
    bottom: 5px;
    font-size: 10px;
    letter-spacing: 1px;
    color: #010101;
}

.guco {
    position: absolute;
    right: 0;
    bottom: 5px;
}

.guco a {
    position: relative;
    width: 54px;
    height: 54px;
    display: block;
    text-indent: -10000px;
    background: transparent url(../../../assets/site/img/guco-small.png) no-repeat scroll left top;
}

.guco a span {
    width: 120px;
    height: 40px;
    position: absolute;
    bottom: 35px;
    right: 37px;
    background: transparent url(../../../assets/site/img/logo-guco-web.png) no-repeat scroll left top;
    opacity: 0.0;
    display: block;
}

.bg_white:hover .guco a span {
    opacity: 1.0;
    height: 90px;
}

/* ==========================================================================
   helpers
   ========================================================================== */

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.padding30x0 {
	padding: 30px 0;
}

.m_r_15 {
	margin-right: 15px;
}

.m_top50 {
	margin-top: 50px;
}

.m_top10 {
	margin-top: 10px;
}

.m_top70 {
	margin-top: 70px;
}

.padrao_blue {
	color: #335292;
}

.t_center {
	text-align: center;
}

.t_right {
	text-align: right;
}

.m_top40 {
	margin-top: 40px!important;
}

.m_top20 {
	margin-top: 20px;
}

.bg_white {
	background-color: #fff!important;
}

.m_top35 {
	margin-top: 35px;
}

.color_white {
	color: #fff;
}

.m_bottom30 {
	margin-bottom: 30px;
}

.m_bottom15 {
	margin-bottom: 15px; 
}

.m_left5 {
	margin-left: 5px;
}

.m_left15 {
	margin-left: 15px;
}

.txt_blue {
	color: #143b86;
}

.p_right0 {
	padding-right: 0!important;
}

.p_left0 {
	padding-left: 0!important;
}

.t_uppercase {
	text-transform: uppercase;
}

.m_left100 {
	margin-left: 100px!important;
}

.m_top20{
	margin-top: 20px;
}

.form-control {
	border-radius: 2px!important;
	border: 1px solid #143B86;    
	padding: 6px 30px 6px 15px!important;
}

.block {
	display: block!important;
}

.bg_white {
	background-color: #fff!important;
}

.background_transp {
	background: transparent!important;
}

.gray_scale {
    webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.gray_scale:hover {
    webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.c_black {
	color: #000;
}

.m_bottom40 {
	margin-bottom: 40px;
}

.m_bottom35 {
	margin-bottom: 35px;
}

.m_top30 {
	margin-top: 30px;
}

.radio.iradio label:first-child {
    margin-right: 15px!important;
}