
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin:0px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
   Reset
   ========================================================================== */

/**
 * Remove anchor text-decoration
 */ 

a {
	text-decoration: none;
}

/**
 * Remove list-style
 */ 

ol, ul {
	list-style: none;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, footer, header, nav, section, main {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p, a, ul {
	font-size: 1em;
	font-weight: normal;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

.container {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}

.container:after, .container:before {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-1-3 {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.grid-1 	{width: 40px;}
.grid-2 	{width: 100px;}
.grid-3 	{width: 160px;}
.grid-4 	{width: 220px;}
.grid-5 	{width: 280px;}
.grid-6 	{width: 340px;}
.grid-7 	{width: 400px;}
.grid-8 	{width: 460px;}
.grid-9 	{width: 520px;}
.grid-10 	{width: 580px;}
.grid-11 	{width: 640px;}
.grid-12 	{width: 700px;}
.grid-13 	{width: 760px;}
.grid-14 	{width: 820px;}
.grid-15 	{width: 880px;}
.grid-16 	{width: 940px;}
.grid-1-3	{width: 300px;}

@media only screen and (min-width: 768px) and (max-width: 959px) {

.container {
	width: 768px;
}

.grid-1		{width: 28px;}
.grid-2		{width: 76px;}
.grid-3		{width: 124px;}
.grid-4		{width: 172px;}
.grid-5		{width: 220px;}
.grid-6		{width: 268px;}
.grid-7		{width: 316px;}
.grid-8		{width: 364px;}
.grid-9		{width: 412px;}
.grid-10	{width: 460px;}
.grid-11	{width: 508px;}
.grid-12	{width: 556px;}
.grid-13	{width: 604px;}
.grid-14	{width: 652px;}
.grid-15	{width: 700px;}
.grid-16	{width: 748px;}
.grid-1-3	{width: 236px;}

}

@media only screen and (max-width: 767px) {
.container {
	width: 300px;
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-1-3 {
	width: 300px;
	margin: 0 0 20px 0;
	float: none;
}
}
/*Estilos Gerais*/
@font-face {
    font-family:'raleway-regular';
    src: url(../raleway-regular-webfont.woff);

}

body {
	font-family: raleway-regular, arial, sans-serif;

}
img {	
	max-width: 100%;
}

p {
	font-family: raleway-regular, arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color:#666666;
	text-align: justify;
	margin-bottom: 20px;
}

.formphp label.nao-aparece, .formphp input.nao-aparece {
	display: none !important;
}

#form-erro span, #form-send span  {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
	display: block;
}

#form-send {
	color: #31aa39;
}

#form-erro {
	color: #f64540;
}


.btn {
	background: #7FB826;
	border-radius:5px;
	padding: 13px 18px;
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: .1em;
	font-weight: bold;
	box-shadow: 0px 12px 20px -15px black;
	transition: all .5s ease;
	float: left;
}

.btn:hover {
	background: #FFFFFF;
	color:#07844A;
}
.btn-2 {
	background: #7FB826;
	border-radius: 5px;
	padding: 13px 18px;
	margin-left: 40px;
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: .1em;
	font-weight: bold;
	box-shadow: 0px 12px 20px -15px black;
	transition: all .5s ease;
}

.btn-2:hover {
	background: #07844A;
	color:#FFFFFF;
}

.btn-3 {
	background: #7FB826;
	border-radius:5px;
	padding: 13px 18px;
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: .1em;
	font-weight: bold;
	box-shadow: 0px 12px 20px -15px black;
	transition: all .5s ease;
	float: left;
}

.btn-3:hover {
	background: #07844A;
	color:#FFFFFF;
}

.titulo {
	
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;	
	color: #009E91;
	text-transform: uppercase;
	text-align: center;
	padding: 40px 0 ;
}

.titulo_2{
	
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;	
	color: #07844A;
	text-transform: uppercase;
	text-align: center;
	padding: 40px 0 ;
}



	
 

.paginas_internas ul {
	margin: 20px 0;
}

.paginas_internas li {
	margin: 10px 0;
}




/*Header*/
.header {
	width: 100%;
	height: 73px;
	background:#07844A;
	position: fixed;
	top:0;
	width: 100%;
	padding: 9px 0;
	border-bottom: 7px solid #81BB26 ;
	box-shadow: 0 0 3px 0 #9999;
	z-index: 10;

}


#btn-menu {
	display: none;
}

header label {
	display: none;
	width: 40px;
	height: 40px;
	position: absolute;
	padding-top: 9px;
}

header label:hover {
	cursor: pointer;
	background: rgba(0,0,0,0.1);
}

.header_menu ul {
	margin: 0;
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: left;
	position: relative;
	float: none;
}


.header_menu li a {
	display: block;
	padding: 15px 15px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:.1em;
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;


}

.header_menu ul li a:hover {
	color: #B8E377;

}

.header_menu ul li a.menu_ativo {
	color: #B8E377;
}	

.header_menu ul ul {
	position: absolute;
	visibility: hidden;


}


	/*Sub-menu*/

.header_menu ul ul li{
	display:block;
	border-bottom: 1px solid #ccc;

	

}

.header_menu ul li:hover ul {
		visibility: visible;
		display: block;
		background: #07844A;
		text-align: left;


}

.login_associado {
	text-align: right;
}

.login_associado ul li {
	display: inline-block;
	margin-left: 10px;
	margin-top: 0px;
}

/*Introduão Interna*/

.introducao-interna {
	width: 100%;
	margin-top: 60px;
	height:300px;
	text-align: center;
	padding-top: 80px;
	border-bottom: 5px solid #07844A;

}

.titulos-interno {
	font-size: 36px;
	line-height: 35px;
	text-align: left;
	font-weight: bold;	
	color: #009E91;
	text-transform: uppercase;
	margin-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	
}

.titulos-interno2 {
	font-size: 20px;
	color:#81BB26;
	font-weight: bold;
	padding-bottom: 20px;
	}

	.titulos-interno3 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;	
	color: #07844A;
	}

/*Banner*/

.banner {
	width: 100%;
	height: 100%;
	margin-top: 60px;
	background-size: cover;
	border-bottom: 5px solid #81BB26;

}

/*Cooperativa home*/

.call {
	text-align: center;
	clear: both;
}


/*Emprestimos - Home*/

.cooperativismo_home {
	width: 100%;
	height:600px;
	background: url("../img/bg-coperatismo-home.jpg") no-repeat center;
	background-size: cover;
}
.cooperativismo_home p {
	padding-bottom: 40px;
}

.cooperativismo_home h2 {
	max-width: 400px;
	font-size: 30px;
	font-weight: bold;	
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: left;
	line-height: 35px;
	margin: 100px 40px 40px;
	
}

.cooperativismo_home p {
	font-family: Raleway;
	max-width: 400px;
	font-size: 25px;
	color: #FFFFFF;
	text-align: left;
	margin: 0px 40px 20px;
}


/*Produtos Servicos - Home*/


.emprestimo_home,.investimento_home  {
	text-align: left;
	color:#999999;

	
}

.emprestimo_home p, .investimento_home p {
	
	font-size: 20px;
	text-align: left;
	line-height: 30 px;	
}

.emprestimo_home ul, .investimento_home ul {
	max-width: 100%;
	text-align: right;
	
}

.emprestimo_home ul li, .investimento_home ul li{
	margin-bottom: 20px;
}

.call {
	text-align: center;
	clear: both;
	margin-bottom: 60px;

}

/*Seguros_home - Home*/

.seguros_home {
	width: 100%;
	height:478px;
	background: url("../img/bg-seguros.jpg") no-repeat center;
	background-size: cover;
	text-align: center;
	border-bottom: 7px solid #81BB26;
}

.seguros_home h1 {
	
	font-size: 40px;
	font-weight: bold;	
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
	margin-top: 160px;
	
}

.seguros_home h2 {
	
	font-size: 30px;
	line-height:30px;
	font-weight: bold;	
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
	padding: 20px 0;


}

.seguros_home p {
	
	max-width: 400px;
	font-size: 25px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 60px;
	margin: 0 auto;
	
	
}

.indice_financeiro_home {
	border: 1px solid #BCE481;
	text-align: left;

}

.indice_financeiro_home {
	border: 1px solid #BCE481;

}

.indice_financeiro_home iframe {	
	margin: 20px;
	text-align: center;
}

.indice_financeiro_home_img {

	background: url("../img/bg-investimentos1.jpg") no-repeat center;
    height: 511px;
	background-size: cover;
}

.indice_financeiro_home_img h1 {
	font-size: 30px;
	margin: 100px 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}


.indice_financeiro_home_img p {
	font-size: 24px;
	margin: 100px 20px;
	color: #FFFFFF;
	text-align: center;
}

.indice_dolar {		
	padding: 20px;
	margin-left: 20px;
	font-size: 12px;
	line-height: 16px;
	height: 190px;

}

.indice_diversos {	
	padding: 20px;
	font-size: 12px;
	color: blue;
	line-height: 20px;
	margin: 0 auto;
	height: 190px;
}


/*Associe_home - Home*/

.associe_home {
	width: 100%;
	height:478px;
	background: url("../img/bg-associe.jpg") no-repeat center;
	background-size: cover;
	text-align: center;
	border-bottom: 7px solid #81BB26;
}

.associe_home h1 {
	
	font-size: 50px;
	font-weight: bold;	
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
	margin-top: 160px;
	
}

.associe_home h2 {
	
	font-size: 30px;
	line-height:30px;
	font-weight: bold;	
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0;


}

.associe_home p {
	
	max-width: 400px;
	font-size: 25px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 60px;
	margin: 0 auto;
	
	
}


/*Footer*/

.footer {
	width: 100%;
	background: #07844A;
	color: #FFFFFF;
	
}

.footer h3 {
	font-size: 18px;
	line-height: 25px;
	letter-spacing: .1em;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 15px;
	color:#B8E377;
	font-size: 14px;
}


.footer_endereco p {
	font-size: 16px;
	color: #FFFFFF;
	font-family: raleway-regular,Lato, Arial, Helvetica, sans-serif;
	line-height: 10px;
}

.footer_atendimento p {
	font-size: 16px;
	color: #FFFFFF;
	font-family: raleway-regular,Lato, Arial, Helvetica, sans-serif;
	line-height: 10px;
}
.footer_ouvidoria p {
	font-size: 16px;
	color: #FFFFFF;
	font-family: raleway-regular,Lato, Arial, Helvetica, sans-serif;
	line-height: 10px;
}
.footer_redes_sociais img {
	padding-top:10px;
	margin-right: 20px;

}

.footer_redes_sociais li {
	float: left;
	display:block;
	margin: 0 0 0 0;
}

.footer_institucional {
	background: red;
	padding-top: 0;
}


.footer_institucional ul li  {
	
	margin-top: 10px;
}
.footer_institucional ul li a {
	font-size: 16px;
	color: #FFFFFF;
	
}

.footer_institucional ul li a:hover {
	text-decoration: underline;	
}

.copy {
	margin-top: 40px;
	width: 100%
	height:50px;
	background:#81BB26;
	padding: 10px 0;
}

.copy p {
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;

}

/*Animações*/

.js .header img, .js .header_menu, .js .banner, .js .titulo, .js .btn, .js .btn-2, .js .animar, .js .introducao-interna h1 {
	opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

/*Plugins de slides*/

.rslides {

  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: inline-block;
  height: auto;
  float: left;
  width: 100%;
  height: 100%;
  border: 0;
  }

/* PAGINAS INTERNAS - SOBRE-NÓS */


.pagina_sobrenos {
	background: url(../img/bg-sobrenos.jpg) no-repeat center;
	background-size: cover;
}

.sobrenos {
	padding-top: 40px;
	
}


.sobrenos-fundadores {
	background: #07844A;
	margin-top: 20px;
	border: 1px solid #009E91;
	border-radius: 15px 0;
	box-shadow: 0px 12px 20px -15px black;
	margin-bottom: 30px;

}

.sobrenos-fundadores h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
	color: #B8E377;
	padding: 20px;
	text-align: left;
}

.sobrenos-fundadores li {
	font-size: 18px;
	margin-bottom: 10px;
	color: #FFFFFF;
	padding: 5px 20px;
	text-transform: unset;
	font-size:18px;
	text-align: left;
}

.sobrenos-diretoria {
	
	margin-top: 20px;
	margin-bottom: 30px;

}

.sobrenos-diretoria h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
	color: #07844A;
	padding: 20px;
	text-align: left;
}

.sobrenos-diretoria li {
	font-size: 18px;
	margin-bottom: 10px;
	color: #07844A;
	padding: 5px 20px;
	text-transform: unset;
	font-size:18px;
	text-align: left;
}


/* PAGINAS  INTERNAS - SOBRE-NÓS -FIM */

/* PAGINAS INTERNAS - AGE */


.pagina_age {
	background: url(../img/bg-age.jpg) no-repeat center;
	background-size: cover;
}

.age {
	padding-top: 40px;
	
}




/* PAGINAS  INTERNAS - AGE -FIM */


/* PAGINAS INTERNAS - AGO */


.pagina_ago {
	background: url(../img/bg-ago.jpg) no-repeat center;
	background-size: cover;
}

.ago {
	padding-top: 40px;
	
}

.ago_20 {
	margin-bottom: 40px;
}



/* PAGINAS  INTERNAS - AGO -FIM */


/* PAGINAS INTERNAS - DEMOSTRAÇÕES CONTABEIS */


.pagina_demonstracoes {
	background: url(../img/bg-contabil.jpg) no-repeat center;
	background-size: cover;
}

.demonstracoes {
	padding-top: 40px;
	
}



/* PAGINAS  INTERNAS - DEMOSTRAÇÕES CONTABEIS -FIM */

/* PAGINAS INTERNAS - ESTATUTO SOCIAL */


.pagina_estatuto {
	background: url(../img/bg-estatuto.jpg) no-repeat center;
	background-size: cover;
}

.estatuto {
	padding-top: 40px;
	
}
/* PAGINAS  INTERNAS - ESTATUTO SOCIAL -FIM */


/* PAGINAS INTERNAS - REGIMENTO INTERNO */
.pagina_regimento {
	background: url(../img/bg-regimento.jpg) no-repeat center;
	background-size: cover;
}

.regimento {
	padding-top: 40px;
	
}



/* PAGINAS  INTERNAS - REGIMENTO INTERNO -FIM */


/* PAGINAS INTERNAS - BOLETIM INFORMATIVO */


.pagina_botetim {
	background: url(../img/bg-boletim.jpg) no-repeat center;
	background-size: cover;
}

.boletim {
	padding-top: 40px;
	
}



/* PAGINAS  INTERNAS - BOLETIM INFORMATIVO -FIM */

/* PAGINAS INTERNAS - COOPERATIVISMO */


.pagina_cooperativismo {
	background: url(../img/bg-cooperativismo.jpg) no-repeat center;
	background-size: cover;
}

.cooperativismo {
	padding-top: 40px;
	
}



/* PAGINAS  INTERNAS - COOPERATIVISMO -FIM */

/* PAGINAS INTERNAS - EMPRESTIMOS */


.pagina_emprestimos {
	background: url(../img/bg-emprestimo.jpg) no-repeat center;
	background-size: cover;
}

.emprestimos {
	padding-top: 40px;
	
}

/* PAGINAS  INTERNAS - INVESTIMENTOS -FIM */

.pagina_investimentos {
	background: url(../img/bg-investimentos.jpg) no-repeat center;
	background-size: cover;
}

.investimentos {
	padding-top: 40px;
	
}

/* PAGINAS  INTERNAS - INVESTIMENTOS -FIM */

/* PAGINAS  INTERNAS - SIMULADOR -FIM */

.pagina_simulador {
	background: url(../img/bg-simulador.jpg) no-repeat center;
	background-size: cover;
}

.simulador {
	padding-top: 40px;
	
}

/* PAGINAS  INTERNAS - SIMULADOR -FIM */


/* PAGINAS  INTERNAS - FORMULARIOS */

.pagina_formularios {
	background: url(../img/bg-formularios.jpg) no-repeat center;
	background-size: cover;
}

.formularios {
	padding-top: 40px;
	
}

/* PAGINAS  INTERNAS - FORMULARIOS -FIM */

/* PAGINAS  INTERNAS - BB ATIVOS */

.pagina_ativos {
	background: url(../img/bg-bbativos.jpg) no-repeat center;
	background-size: cover;
}

.ativos {
	padding-top: 40px;
	
}

/* PAGINAS  INTERNAS - BB ATIVOS -FIM */


/* PAGINAS  INTERNAS - BB APOSENTADOS */

.pagina_aposentados {
	background: url(../img/bg-bbaposentados.jpg) no-repeat center;
	background-size: cover;
}

.aposentados {
	padding-top: 40px;
	
}

/* PAGINAS  INTERNAS - BB APOSENTADOS -FIM */


/* PAGINAS  INTERNAS - OUTRAS INSTITUIÇÕES */

.pagina_instituicoes {
	background: url(../img/bg-instituicoes.jpg) no-repeat center;
	background-size: cover;
}

.instituicoes {
	padding-top: 40px;
	
}

/* PAGINAS  INTERNAS - OUTRAS INSTITUIÇÕES -FIM */


/* Contato */

.pagina_contato {
	background: url(../img/bg-contato.jpg) no-repeat center;
	background-size: cover;

}

.pagina_contato p {
	font-family: raleway-regular, arial, sans-serif;;
	color: #666666;
	font-style: italic;
	text-align: justify;
	letter-spacing: .1em;
	font-size: 14px;
	line-height: 25px;
	margin-left: 10px;
}



.contato {
	margin-top: 40px; 

}


.contato_form {
	padding-right: 50px;
	margin-top: 20px;
	
}

.contato_form label {
	display: block;
	font-family: raleway-regular, arial, sans-serif;;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 4px;
	color:#07844A;

}

.contato_form input {
	display: block;
	width: 100%;
	border: 1px solid #07844A;
	border-radius: 5px;
	background: #FFF;
	padding: 7px 10px;
	margin-bottom: 10px;
	outline: none;
	font-size: 14px;
	font-family: raleway-regular, arial, sans-serif;

}

.contato_form textarea {
	display: block;
	width: 100%;
	height: 120px;
	border: 1px solid #07844A;
	border-radius: 5px;
	background: #FFF;
	padding: 7px 10px;
	outline: none;
	font-size: 14px;
	font-family: raleway-regular, arial, sans-serif;
}


.contato_form button {
	padding: 7px 20px;
	font-weight: bold;
	margin: 20px 0; 
}

.contato_form button:hover {
	font-weight: bold;
	background: #07844A;
	color: #FFFFFF;

}


.dados h3 {
	font-size:14px;
	line-height: 25px;
	text-transform: uppercase;
	color: #07844A;
	font-weight: bold;
	margin-left: 10px;


}

.dados span {

	display: block;
	font-size: 16px;
	line-height: 30px;
	font-family: raleway-regular, arial, sans-serif;
	color: #666666;
	margin-left: 10px;
}


.dados span:nth-of-type(3) {
	margin-bottom: 20px;
	margin-left: 10px;

} 

.dados iframe {
	margin: 27px 10px 0 10px;
}


.dados_email {
	margin-bottom: 40px;

}

.contato_dados ul li {
	display: inline-block;
	margin-right: 10px;
}

.contato_dados ul li a {
	border: 2px solid  #D63E29;
	display: block;
	padding: 6px;
	background:  #D63E29;

}

.contato_dados ul li a:hover {
	border-color: #A08A54;

}

.pagina_noticia {
	background: url(../noticias/1-trabalho/trabalho.jpg) no-repeat center;
	background-size: cover;
}

.pagina_noticia-1{
background: url(../noticias/2-protegido/bg-noticia.jpg);

}

.pagina_noticia-2{
background: url(../noticias/3-egito/b2.jpg);

}


.pagina_noticia-3{
background: url(../noticias/4-cooperativismo/interno.jpg);

}


.pagina_noticia-4{
background: url(../noticias/5-louvre/b2.jpg);

}

.pagina_noticia-5{
background: url(../noticias/6-credito/b2.jpg);

}

.pagina_noticia-6{
background: url(../noticias/7-grecia/b2.jpg);

}

.pagina_noticia-7{
background: url(../noticias/8-ramos_coop/b2.png);

}

.pagina_noticia-8{
background: url(../noticias/9-comunicado/b2.jpg);

}

.pagina_noticia-9{
background: url(../noticias/10-registrato/b2.jpg);

}

.pagina_noticia-10{
background: url(../noticias/11-filme/b2.jpg);

}

.pagina_noticia-11{
background: url(../noticias/12-mag/b2.png);

}

.pagina_noticia-12{
background: url(../noticias/13-comunicado2/b2.jpg);

}

.pagina_noticia-13{
background: url(../noticias/14-golpes/b2.jpg);

}

.pagina_noticia-14{
background: url(../noticias/15-modernismo/b2.jpg);

}

.pagina_noticia-15{
background: url(../noticias/16-pandemia/b2.jpg);

}

.pagina_noticia-16{
background: url(../noticias/17-espetaculos/b2.jpg);

}

.pagina_noticia-17{
background: url(../noticias/18-mundial/b2.jpg);

}

.pagina_noticia-18{
background: url(../noticias/19-queen/b2.jpg);

}

.pagina_noticia-19{
background: url(../noticias/20-pop/b2.jpg);

}

.pagina_noticia-20{
background: url(../noticias/21-jogos/b2.jpg);

}

.pagina_noticia-21{
background: url(../noticias/22-publico/b2.jpg);

}

.pagina_noticia-22{
background: url(../noticias/23-familia/b2.jpg);

}

.pagina_noticia-23{
background: url(../noticias/24-cavalcanti/b2.jpg);

}

.pagina_noticia-24{
background: url(../noticias/25-talks/b2.jpg);

}

.pagina_noticia-25{
background: url(../noticias/26-severina/b2.jpg);

}
.pagina_noticia-28{
background: url(../noticias/28/noticia_28_interna_gde.jpg);

}

.pagina_noticia-29{
background: url(../noticias/29/noticia_29_interna_gde.jpg);

}


/* Notícias */

.noticias {
	width: 100%;
	padding-bottom: 20px;
}

.noticias_interna-1 {
	background: purple url(../noticias/28/noticia_28_index-gde.jpg) no-repeat center;
	height: 490px;
	background-size: cover;
}

.noticias_interna-1 li {
	
	margin-top: 380px;
	padding: 20px;
}

.noticias_interna-1 li a {
	font-size: 24px;
	font-family: raleway-regular, arial, sans-serif;;
	font-weight: bold;
	color:#FFFFFF;
	background: #043F45;
	letter-spacing: .1em;
}

.noticias_interna-1 li a:hover {
	text-decoration: underline;
	
}

.noticias_interna-2 li {
	padding: 100px 0px 0px 10px;
}

.noticias-2 {
	background: purple url(../noticias/29/noticia_29_index-peq.jpg) no-repeat center;
	height: 150px;
	margin-bottom: 20px;
	background-size: cover;
}

.noticias-3 {
	background: purple url(../noticias/24-cavalcanti/modelo-2.jpg) no-repeat center;
	height: 150px;
	margin-bottom: 20px;
	background-size: cover;

}

.noticias-4 {
	background: purple url(../noticias/23-familia/modelo-2.jpg) no-repeat center;
	height: 150px;
	margin-bottom: 20px;
	background-size: cover;
}



.noticias-2 a, .noticias-3 a, .noticias-4 a {
	font-size: 13px;
	font-family: raleway-regular, arial, sans-serif;;
	font-weight: bold;
	color:#FFFFFF;
	background: #043F45;
	letter-spacing: .1em;
}

.noticias-2 a:hover, .noticias-3 a:hover, .noticias-4 a:hover {
	text-decoration: underline;
	
}

.call {
	
	clear: both;
}

/*Fim Notícias */


/*ESTILO PARA TABLETS*/

@media only screen and (min-width: 768px) and (max-width: 959px) {

header label {
 	display: block;
}

header img {
	padding: 0px 9px;
	margin: 0;
}

.header {
	height:65px;
	padding: 6px 0;
}

.header span  {
	margin-left: 50px;
	position: relative;
}

.header_menu {
	position: absolute;
	background:#F0F0F0;
	width: 112%;
	margin-left: -112%;
	
}

.header_menu ul {
	flex-direction: column;
	margin-top: 52px;
	position: absolute;
	background:#07844A;
	width: 38%;
}

.header_menu li {
	border-bottom: 1px solid #7FB926;

}

.header_menu ul li a:hover {
	  color:  #FFFFFF;
		background: #07844A;
	}

.header_menu ul li a.menu_ativo {
	color:  #FFFFFF;
	background: #07844A;

}	

.login_associado img {
	text-align: right;
}

.login_associado ul li a {
	display: inline-block;
	margin-top: 5px;
	text-align: right;
}

#btn-menu:checked ~ .header_menu {
	margin: 0;
}

.header_menu ul ul {
	width: 100%;
}

.header_menu ul ul li a {
	background: #07844A;
}


.header_menu ul ul li a:hover {
	background: #045931;
}
.header_menu ul li:hover ul {
	margin-top: 0;
}

.cooperativa_home_lista {
	max-width: 172px;
	float: left;
	height: 320px;
	
}

.cooperativa_home_lista img {
	padding-right: 0px;
}


.cooperativa_home_lista h2{
	text-align: center;	
	line-height: 30px;
	font-size: 23px;
	padding: 5px;
	
}

.cooperativa_home_lista p{
	text-align: center;	
	line-height: 30px;
	font-size: 18px;
	padding: 5px;
	line-height: 25px;	
}

.emprestimos_home{
	
	background: url("../img/bg-emprestimo-home-tablet.jpg") no-repeat center;
	background-size: cover;
}

.emprestimos_home h2 {
	font-size: 25px;
	
	line-height: 25px;
	margin: 230px 30px 20px;
	
}

.emprestimos_home p {
	font-family: Raleway;
	line-height: 25px;
	max-width: 300px;
	font-size: 18px;
	margin: 0px 30px 20px;
}

.capital-lista li {
	
	padding: 10px 20px;
	
	
}

}

/*ESTILO PARA SMARPHONES*/


@media only screen and (max-width: 767px) {

header label {
 	display: block;
}

header img {
	padding: 0px 9px;

}

p {
	

	text-align: left;
	
}

.paginas_internas {
	text-align: left;
	
}

.header {
	height:71px;
}

.header span  {
	margin-left: 50px;
	position: absolute;
}

.header_menu {
	position: absolute;
	background:#F0F0F0;
	width: 280%;
	margin-left: -280%;
	
}

.header_menu ul {
	flex-direction: column;
	margin-top: 53px;
	position: absolute;
	background:#07844A;
	width: 38%;
}

.header_menu li {
	border-bottom: 1px solid #7FB926;
}
.header_menu li:hover {
	background: rgba(0, 0, 0, 0.1);
}
.header_menu ul li a:hover {
	color:  #AADE5C;
}


.header_menu ul li a.menu_ativo {
	color: #AADE5C;
}	

.header_menu ul ul {
	width: 100%;
}

.header_menu ul ul li a {
	background: #07844A;
}


.header_menu ul ul li a:hover {
	background: #045931;
}
.header_menu ul li:hover ul {
	margin-top: 0;
}
#btn-menu:checked ~ .header_menu {
	margin: 0;
}

.cooperativa_home {
	border: 1px solid  #009E91;
	padding-bottom: 35px;
	border-radius: 0px 0 20px 0;
	text-align: left;
}

.cooperativa_home_lista img {
	padding-right: 0;
}

.cooperativa_home_lista {
	max-width: 225px;
	float: left;
	height: 350px;
	margin:35px 34px 0  34px;
	text-align: center;
	border-radius: 0px 0 20px 0;
	border: 1px solid #009E91;
}

.cooperativismo_home_lista h2{
	text-align: center;	
	line-height: 30px;
	font-size: 25px;
	margin-top: 205px;
	padding: 5px;
}

.cooperativismo_home_lista p{
	text-align: center;	
	line-height: 30px;
	font-size: 20px;
	padding: 5px;
	line-height: 25px;	
}


.cooperativismo_home h2 {
	font-size: 30px;	
	line-height: 30px;
	margin: 150px 30px 20px;
	
}
.btn-2 {	
	padding: 10px 18px;
	margin-left: 30px;
	margin-top: 10px;
	font-size: 14px;
}

.cooperativismo_home p {
	font-family: Raleway;
	line-height: 25px;
	max-width: 300px;
	font-size: 18px;
	margin: 0px 30px 20px;
}

.emprestimo_home {
	padding-bottom: 20px;
}

.btn-3 {
	margin-top:10px;
	
}
.seguros_home h1 {	
	font-size: 30px;
  line-height:30px;	
  margin-top: 100px;
}

.seguros_home h2 {	
	margin: 0px 0 10px 0;
	line-height:30px;	
	font-size: 25px;
}

.seguros_home h3 {
	margin-top: 20px;
}

.indice_financeiro_home {
	border: 0px;

}
.indice_financeiro_home iframe {	
	margin: 0px;
	text-align: center;
	border: 0px;
}

.associe_home h1 {	
	font-size: 30px;
  line-height:30px;	
  margin-top: 100px;
}

.associe_home h2 {	
	margin: 0px 0 10px 0;
	line-height:30px;	
	font-size: 25px;
}

.associe_home h3 {
	margin-top: 20px;
}

.noticias_interna-1 {
	background: purple url(../noticias/noticias-1-mobile.jpg) no-repeat center;
	height: 490px;
	background-size: cover;
}



.somos_feitos_valores_home {
	
	background: url(../img/bg-valores-home-mobile.jpg) no-repeat center;
	background-size: cover;
	text-align: left;
	padding-top: 160px;
}

.somos_feitos_valores_home_interno h1 {
    text-align: center;	
	margin-top: 200px;	
}

.somos_feitos_valores_home_interno p {
		text-align: center;
}


.noticias_interna-1 li {	
	margin-top: 0px;
	padding: 20px;
	padding-top: 330px;
}
.noticias_interna-2 li {
	padding-top: 90px;
}

}



/*Responsivo - quem somos home*/

.servicos_home_introducao {
	padding:20px 0;
	text-align: center; 
	color:#FFFFFF;
}
.servicos_home_introducao h2 {
	margin-top: 10px;
	font-size: 25px;	
	margin-bottom: 40px;
	line-height: 35px;
}

.bg_footer_home_introducao h2 {
	font-size: 25px;	
	line-height: 50px	
	font-weight: bold;
	margin-bottom: 70px;
}

.footer_institucional {
 padding-top: 60px;

}
.copy {
	height: 65px;
	padding: 0;
}

.copy p {
	margin-top: 15px;
	line-height: 15px; 
	font-size: 12px;
}

/*Responsivo - quem somos pagina interna*/

.cooperativa p {	

	text-align: left;
	
}

.img_interna {
	padding-top:10px;
}

.cooperativa h2 {
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	padding: 5px 0;
}

.cooperativa li {
	margin-top: 20px;
	font-size: 14px;
}

.cooperativa-banco {
	height: 380px;
	
	
}

.cooperativa-banco h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
	color: #FFFFFF;
	padding: 20px;

}
/*Responsivo - serviços pagina interna*/

.servicos h2 {
	font-size: 16px;
	text-align: center;

}

.servicos p {
	text-align: left;
}

.compliance p {
	text-align: left;
}

.contato p {
	text-align: left;
}

.contato_form {
	padding-right: 0;
	
}

.contato_form button {
	
	margin-bottom: 20px; 
}
 




}