/*---------------------------------------------------------------------------------------------------------------------------- RESET */
body, html, h1, h2, h3, h4, h5, h6, ul, figure,p
{
	margin:0px;
	padding:0px;
}

ul
{
	list-style: none;
}

a
{
	text-decoration: none;
	cursor: pointer;
}

.clear
{
	clear: both;
}

.clear-no
{
	clear: both;
}

body
{
	font-family: 'Roboto', sans-serif;	
}

select 
{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

/*---------------------------------------------------------------------------------------------------------------------------- RESET */





/*---------------------------------------------------------------------------------------------------------------------------- BACKGROUNDS AND COLORS */


/*-----------
1  -  branco
2  -  preto
3  -  cinza claro
4  -  cinza claro 01
5  -  azul logo
6  -  azul claro
7  -  cinza contato
8  -  cinza footer
-----------*/


.bg-1
{
	background: #FFFFFF;
}

.c-1
{
	color: #FFFFFF;
}

.bg-2
{
	background: #000;
}

.c-2
{
	color: #000;
}

.bg-3
{
	background: #FBFBFB;
}

.c-3
{
	color: #FBFBFB;
}

.bg-4
{
	background: #f2f2f2;
}

.c-4
{
	color: #f2f2f2;
}

.bg-5
{
	background:#006FB5;
}

.c-5
{
	color:#006FB5;
}

.bg-6
{
	background: #B2D4E8;
}

.c-6
{
	color: #B2D4E8;
}

.bg-7
{
	background: #DBDBDB;
}

.c-7
{
	color: #DBDBDB;
}

.bg-8
{
	background: #EEEEEE;
}

.c-8
{
	color: #EEEEEE;
}

.bg-9
{
	background: #909090;
}

.c-9
{
	color: #909090;	
}

.c-10
{
	color: red;
}

.bg-10
{
	background: red;
}

.c-11
{
	color: #333;
}

.bg-11
{
	color: #333;
}

.c-12
{
	color: #4264AA;
}

.bg-12
{
	background: #4264AA;
}

.c-13
{
	color: #DB4437;
}

.bg-13
{
	background: #DB4437;
}
/*---------------------------------------------------------------------------------------------------------------------------- BACKGROUNDS AND COLORS */





/*---------------------------------------------------------------------------------------------------------------------------- RESPONSIVE - 0px | 500px */


/*------------------------------------------------------------------------------------------------------------ GERAL */
.content
{
	float: left;
	width: 90%;
	position: relative;
	margin: 0 5% 0 5%;
	left: 0%;
}

.title-01
{
	font-weight: 300;
	font-size: 23px;
	float: left;
	position: relative;
	width: 100%;
	text-align:center;
}

.title-01::after
{
	content: "";
    padding: 0 35px;
    position: absolute;
    bottom: -5px;
    border-width: 1px;
    border-style: solid;
    border-color: #006FB7;
    left: 50%;
    margin: 0 0 0 -35px;
}

.title-02
{
	font-weight: 300;
	font-size: 23px;
	float: left;
	position: relative;
	width: 100%;
	text-align:center;
}

.title-02::after
{
	content: "";
    padding: 0 35px;
    position: absolute;
    bottom: -5px;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    left: 50%;
    margin: 0 0 0 -35px;
}

.title-03
{
	font-weight: 300;
	font-size: 23px;
	float: left;
	position: relative;
	width: 100%;
}

.mbot-01
{
	margin-bottom: 30px;
}

.mbot-02
{
	margin-bottom: 10px;
}

.mbot-03
{
	margin-bottom: 15px;
}

.mbot-04
{
	margin-bottom: 10px;
}

.mtop-01
{
	margin-top: 50px;
}

.mtop-02
{
	margin-top: 10px;
}

.mtop-03
{
	margin-top: 10px;
}

.mtop-04
{
	margin-top: 200px;
}

.mtop-05
{
    margin-top: 60px;
}

.text-01
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;
	margin: 0 0 10px 0;
}

.text-02
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;
	margin: 0 0 10px 0;
}

.text-03
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
	margin: 0 0 10px 0;
}

.text-06
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 23px;
	font-weight: 300;
	line-height: 1.8;
	margin: 0 0 22px 0;
}

.subtitle-01
{
	font-weight: 300;
	font-size: 18px;
	width: 100%;
	float: left;
	font-family: 'roboto condensed';
}

.subtitle-02
{
	font-weight: 300;
	font-size: 15px;
	width: 100%;
	float: left;
	font-family: 'roboto condensed';
	text-align: center;
	width: 100%;
	line-height: 1.5;
}

.subtitle-03
{
	font-weight: 300;
	font-size: 20px;
	float: left;
	position: relative;
	width: 100%;
	text-transform: uppercase;
}

.tcenter
{
	text-align: center;
}

.btn-01
{
	border: none;
	border-radius: 10px;
	text-transform: uppercase;
	padding: 12px;
	width: 110px;
	margin: 0 0 35px -55px;
	position: relative;
	cursor: pointer;
	outline:none;
	left: 50%;
	border:1px solid #006FB5; 
}

.btn-01:hover
{
	transition:0.5s;
	background: #006FB5;
	color: white;
}

.btn-02
{
	border: 2px solid #006FB5;
	cursor: pointer;
	border-radius: 10px;
	width: 150px;
	float: left;
	margin: 10px 0 20px 0;
	padding: 10px;
	text-transform: uppercase;
}

.btn-02:hover
{
	transition: 0.5s;
	background: #006FB5;
	color: white;
}

.btn-03
{
	border: none;
	border-radius: 10px;
	text-transform: uppercase;
	padding: 12px;
	width: 110px;
	margin: 0 0 35px -55px;
	position: relative;
	cursor: pointer;
	outline:none;
	left: 50%;
	border:1px solid white; 
}

.btn-03:hover
{
	transition:0.5s;
	background: white;
	color: #006FB5;
}

.controler-01
{
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0;
}

.bullet
{
    float: none;
    display: inline-block;
    margin: 0 2.5px 0 2.5px !important;
    height: 15px;
    width: 15px;
    background: #fff;
    border: 2px solid #006FB7;
    border-radius: 50%;
    transition: all .2s ease;
    cursor: pointer;
}

.bullet:first-child
{
	background: #006FB7;
}

.bg-none
{
	background: none;
}

.mokiti-title
{
    font-family: 'roboto';
    font-size: 30px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    float: left;
}

.mokiti-subtitle
{
    font-weight: 300;
    font-family: Roboto,sans-serif;
    margin-bottom: 10px;
    font-size: 20px;    
}

.texto-content-01
{
    font-family: Roboto,sans-serif;
    font-weight: 300;
    padding: 6px 0 6px 0;
    line-height: 2;
    font-size: 14px;
}

.cpmo-title
{
    font-family: 'roboto';
    font-size: 25px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    float: left;
}

.cpmo-subtitle
{
    font-weight: 300;
    font-family: Roboto,sans-serif;
    font-size: 22px;	
}

.text-04
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;
	margin: 0 0 22px 0;
}

.text-55
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;
	margin: 0 0 22px 0;
}

.under-w:hover
{
	text-decoration: underline;
}

.ul-full
{
    float: left;
    width: 100%;
    position:relative;
}

.li-4
{
	float: left;
	display: inline-block;
	width: 60%;
	margin:0 20% 20px 20%;
}

.li-4 img
{
	float: left;
	width: 100%;
}

.equipe-title
{
    font-size: 16px;
    font-family: Roboto,sans-serif;
    text-align: center;
    font-weight: 400;
    margin:10px 0 5px 0;
    float: left;
    width: 100%;
    position: relative;
}

.equipe-subtitle
{
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5;
    width: 100%;
    float: left;
    text-align: center;
    margin:0px 0 10px 0;
}

.publicacoes-content
{
    width: 250px;
    float: left;
    position: relative;
    margin: 20px 21% 20px -125px;
    left:50%;
}

.publicacoes-content img
{
    width: 100%;
    float: left;
    margin: 0;
}

.publicacoes-mask
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,111,181,0.6);
}

.publicacoes-mask-content
{
    font-size: 25px;
    line-height: 1.3;
    text-align:center;
    float: left;
    position: relative;
    width: 100%;   
    font-family: 'roboto';
    font-weight: 300;     
}

.publicacoes-mask:hover
{
    background: none;
    transition: 0.5s;
}

.publicacoes-mask:hover .publicacoes-mask-content
{
    display: none;
    transition: 0.5s;
}

.pl-1
{
    height: 34px;
    top:50%;
    margin-top: -17px; 
}

.pl-2
{
    height: 64px;
    top:50%;
    margin-top: -32px;
}

.pl-3
{
    height: 96px;
    top:50%;
    margin-top: -45.5px;
}

.pl-4
{
    height: 130px;
    top:50%;
    margin-top: -65px;
}
/*------------------------------------------------------------------------------------------------------------ GERAL */

/*------------------------------------------------------------------------------------------------------------ GALERIA */
.galeria-ul
{
    float: left;
    width: 200px;
    left: 50%; 
    margin: 0 0 25px -100px;
    position: relative;
}

.galeria-li
{
    float: left;
    width: 100%;
    margin: 10px 0% 10px 0%;
}

.galeria-li img
{
    width: 100%;
    float: left;
}

.galeria-title
{
    float: left;
    width: 90%;
    font-weight: 500;
    padding: 8px 5% 8px 5%;
    font-size: 17px;
}
/*------------------------------------------------------------------------------------------------------------ GALERIA */

/*------------------------------------------------------------------------------------------------------------ BAND */
#band
{
	display: none;
}

#band-top
{
	display: none;
}

#band ul
{
	float: right;
	margin: 12px 0;
	display: none;
}

#band li
{
	display: inline-block;
	margin: 0 0 0 30px;
}

#band li a
{
	font-size: 14px;
	letter-spacing: 0.8px;
	font-weight: 300;
}

.band-top-ul
{
	float: right;
	margin: 0px 0;
	display: none;
}

.band-top-li
{
	display: inline-block;
	margin: 0 0 0 30px;
	padding: 12px 0;
}

.band-top-li a
{
	font-size: 14px;
	letter-spacing: 0.8px;
	font-weight: 300;
}
/*------------------------------------------------------------------------------------------------------------ BAND */


/*------------------------------------------------------------------------------------------------------------ PRINCIPAL */
#principal
{
	float: left;
	position: relative;
	width: 100%;
}

.f-nav-header-principal
{
	font-size: 25px;
	position: relative;
	float: left;
	margin: 10px 0 0 0;
	cursor: pointer;
	float: right;
	display: block;
}

.fig-principal
{
	position: relative;
	float: left; 
	width: 50%;
	margin:0 0 0 0;
}

.logo-principal
{
	float:left;
	position: relative;
	left: 0%;	
	margin:5px 0 5px 0px;
	padding: 0;
	width: 104px;
}

.frm-principal
{
	float: left;
	position: relative;
	width: 300px;
	left:50%;
	margin: 20px 0px 10px -150px;
	border-radius: 0px;	
	display: none;
}

.frm-principal-txt
{
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding: 11px 10px 11px 15px;
	background: none;
	border-radius: 0px;
	color: black;	
	width: 220px;
	border:none;
	outline:none;
}

.frm-principal-txt::-webkit-input-placeholder
{
	font-size: 14px;
	color: #757575;
	font-family: 'Roboto', sans-serif;	
}

.frm-principal-txt:-moz-placeholder 
{
	font-size: 14px;
	color: #757575;
	font-family: 'Roboto', sans-serif;	
}

.frm-principal-txt::-moz-placeholder
{
	font-size: 14px;
	color: #757575;
	font-family: 'Roboto', sans-serif;	
}
 
.frm-principal-txt:-ms-input-placeholder
{
	font-size: 14px;
	color: #757575;
	font-family: 'Roboto', sans-serif;	
}

.f-frm-principal
{
	font-size: 17px;
	padding: 11px 15px 11px 15px;
	float: right;
	cursor: pointer;
}

#nav-principal
{
	position: absolute;
	width: 100%;
	float: right;
	background: #006FB5;
	display: none;
}

#nav-reduzida
{
	position: absolute;
	width: 100%;
	float: right;
	background: #006FB5;
	display: none;
}

.nav-principal-ul
{
	float: left;
	width: 80%; 
	margin: 10px 10% 40px 10%;
}

.nav-principal-li
{
	float: left;
	margin-left:0px;
	border-bottom: 1px solid #078ADB;
	width: 100%;
	font-size: 15px;
}

.nav-principal-li:first-child
{
	text-align: right;
	border: none;
	display: block;
}

.nav-principal-li a
{
	display: block;
	padding: 15px 0;
	margin-left:15px;		
}

.f-nav-mobile-principal
{
	font-size: 25px;
}

.nav-principal-ul-ul
{
    position: relative;
    top:0px;
    z-index: 10;
    display: block;
    padding: 0 0 0 0;
    float: left;  
    background: none;  
}

.nav-principal-li:hover .nav-principal-ul-ul
{
    display: block;
}

.band-top-li:hover .nav-superior-ul-ul
{
    display: block;
}

.nav-principal-li-li
{
    padding: 2px 5% 2px 5%;
    width: 90%;   
    float: left;
}

.nav-superior-ul-ul
{
    position: relative;
    top:0px;
    z-index: 10;
    display: block;
    padding: 0 0 0 0;
    float: left;  
    background: none;  
}

.nav-superior-li:hover .nav-principal-ul-ul
{
    display: block;
}

.nav-superior-li-li
{
    padding: 2px 5% 2px 5%;
    width: 90%;   
    float: left;
}

.wid-1
{
    width: 220px;   
}

.wid-2
{
    width: 220px;   
}

.nav-principal-li-li a
{
    border-bottom: none;
    font-size: 14px;
    font-weight: 300;
    padding: 0 0 15px 0;   
}

.nav-superior-li-li a
{
    border-bottom: none;
    font-size: 14px;
    font-weight: 300;
    padding: 0 0 15px 0;   
}
/*------------------------------------------------------------------------------------------------------------ PRINCIPAL */


/*------------------------------------------------------------------- REDUZIDO */
#reduzido
{
	width:100%;
	position: fixed;
	top:0; 
	display: none;
}

.fig-reduzido
{
	margin:0;
	float: left;
	position: relative;
}

.logo-reduzido
{
	float: left;
	position: relative;
	width: 35px;
	margin:10px 0;
}

.c-menu2
{
	color: white;
}

.c-menu3
{
	color: white;
}
/*------------------------------------------------------------------- 
UZIDO */


/*------------------------------------------------------------------------------------------------------------ NOTÍCIAS */
#noticias
{
	float: left;
	position: relative;
	width: 100%;
}

.noticias-ul
{
	float: left;
	width: 330px;
	left: 50%; 
	margin: 0 0 0px -165px;
	position: relative;
}

.noticias-li
{
	float: left;
	width: 90%;
	margin: 0 5% 20px 5%;
}

.noticias-li img
{
	width: 100%;
	margin: 0 0 0 0;
	height: 220.5px;
	overflow: hidden; 
	float: left;
}

.noticias-sub
{
	float: left;
	width: 100%;
}

.noticias-categoria
{
	float: left;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	font-weight: 300;
}

.noticias-data
{
	float: right;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	font-weight: 300;
}

.noticias-title
{
	font-family: 'roboto condensed';
	font-size: 16px;
	float: left;
	width: 90%;
	padding:15px 5% 15px 5%;
	height: 38px;
	overflow: hidden;
	line-height: 1.5;
}

.noticias-content
{
	font-family: 'roboto';
	font-size: 14px;
	float: left;
	width: 90%;
	margin:15px 5% 15px 5%;
	height:auto;
	overflow: hidden;
	line-height: 1.5;	
}

.noticias-a
{
	width: 90%;
	display: block;
	text-align: right;
	padding:10px 5% 20px 5%;
	font-size: 15px;
}
/*------------------------------------------------------------------------------------------------------------ NOTÍCIAS */


/*------------------------------------------------------------------------------------------------------------ CADASTRE-SE */
#register
{
	float: left;
	position: relative;
	width: 100%;
}

.register-content
{
	width: 300px;
	margin: 50px 0 50px -150px;
	float: left;
	position: relative;
	left: 50%;
	background: rgba(255,255,255,0.8);
}

.register-title
{
	font-family: 'roboto condensed';
	font-size: 20px;
	width: 100%;
	text-align: center;
	margin: 15px 0 15px 0;
}

.frm-register
{
	float: left;
	width: 80%;
	margin: 20px 10% 30px 10%;
}

.frm-register-txt
{
	float: left;
	width: 94%;
	font-family: roboto;
	font-size: 14px;
	padding: 10px 3% 10px 3%;
	border: none;
	border-bottom: 1px solid #006FB5;
	outline: none;
	margin: 0 0 15px 0;
	color: black;
	background: none;
}

.frm-register-txt::-webkit-input-placeholder
{
	font-size: 14px;
	color: gray;
	font-family: 'Roboto', sans-serif;	
}

.frm-register-txt:-moz-placeholder 
{
	font-size: 14px;
	color: gray;
	font-family: 'Roboto', sans-serif;	
}

.frm-register-txt::-moz-placeholder
{
	font-size: 14px;
	color: gray;
	font-family: 'Roboto', sans-serif;	
}
 
.frm-register-txt:-ms-input-placeholder
{
	font-size: 14px;
	color: gray;
	font-family: 'Roboto', sans-serif;	
}

.frm-register-check
{
	margin: 10px 10px 0 0;
}

.register-span-content
{
	font-family: 'roboto';
	font-size: 14px;
	line-height: 1.8;
}

.frm-register-btn
{
	width: 150px;
	float: left;
	border-radius: 10px;
	border: 2px solid #006FB5;
	text-transform: uppercase;
	font-family: 'roboto';
	font-size: 14px;
	padding: 10px;
	margin: 30px 0 30px -75px;
	left: 50%;
	position: relative;
	outline: none;
	cursor: pointer;
}
/*------------------------------------------------------------------------------------------------------------ CADASTRE-SE */


/*------------------------------------------------------------------------------------------------------------ NEWS BACK */
.news-back
{
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 0px 0 0px 0; 
    float: left;
    width: 100%; 
}
/*------------------------------------------------------------------------------------------------------------ NEWS BACK */


/*------------------------------------------------------------------------------------------------------------ CONTATO */
#contato
{
	float: left;
	position: relative;
	width: 100%;
}

.contato-content
{
	float: left;
	width: 100%;
	margin: 20px 0 20px 0;
}

.contato-frm
{
	float: left;
	width: 100%;
	margin: 0 0% 0 0%;
}

.contato-label
{
	float: left;
	width: 80%;
	font-family: 'roboto';
	font-size: 15px;
	font-weight: 300;
	line-height: 2;
	margin: 0 2% 0 2%;
}

.frm-contato-txt
{
	outline: none;
	font-family: 'roboto';
	border: none;
	padding: 9px 20px 9px 20px;
	font-size: 14px;
	width: 235px;
	margin: 0 0 15px 0;border-radius: 5px;
}

.frm-contato-select
{
	outline: none;
	font-family: 'roboto';
	border: none;
	padding: 9px 00px 9px 20px;
	font-size: 14px;
	width: 275px;
	margin: 0 0 15px 0;
	font-size: 15px;border-radius: 5px;
}

.home-map
{
	width: 100%;
	float: left;
	margin: 10px 0 30px 0;
	height: 300px;
	border: none;
}
/*------------------------------------------------------------------------------------------------------------ CONTATO */


/*------------------------------------------------------------------------------------------------------------ FOOTER */
footer
{
	width: 100%;
	float: left;
	border-top:10px solid #909090;
}

footer ul
{
	float: left;
	width: 80%;
	margin: 50px 10% 50px 10%;
}

footer li
{
	width: 100%;
	float: left;
	margin: 0 5% 30px 0; 
}

footer li:last-child
{
	margin: 0 0 0 0;
}

.footer-title
{
	font-size: 18px;
	font-family: 'roboto condensed';
	margin: 0 0 10px 0;
}

.footer-a
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
}

.footer-a:hover
{
	text-decoration: underline;
}

.f-midias
{
	font-size:30px;
	margin: 10px 11px 30px 0;
}
/*------------------------------------------------------------------------------------------------------------ FOOTER */


/*------------------------------------------------------------------------------------------------------------ TOPO */
.topo
{
	position: fixed;
	bottom: 10px;
	right:10px;
	background: rgba(55,55,55,0.5);
}

.topo:hover
{
	background: #006FB5;
	transition: 0.5s;
}

.f-topo
{
	padding: 15px 15px 15px 15px;
}
/*------------------------------------------------------------------------------------------------------------ TOPO */


/*------------------------------------------------------------------------------------------------------------ MÍDIAS SOCIAIS */
.midias-sociais
{
	float: left;
	position: relative;
	width: 100%;
}

.midias-sociais ul
{
	text-align: center;
}

.midias-sociais li
{
	display: inline-block;
	margin:0 5px 0 5px;
}

.f-midias-sec
{
	font-size:35px;
}
/*------------------------------------------------------------------------------------------------------------ MÍDIAS SOCIAIS */

/*------------------------------------------------------------------------------------------------------------ VIDEO */
.inseri-video
{
    float: left;
    width: 300px;
    left:50%;
    margin:0 0 20px -150px;
    position: relative;
}

.inseri-video iframe
{
    height: 159px;
    width: 300px;
}
/*------------------------------------------------------------------------------------------------------------ VIDEO */

/*------------------------------------------------------------------------------------------------------------ NEW GALERIA */
.new-galeria
{
	float: left;
	width: 250px;
	margin:20px 0 20px -125px;
	left:50%;
	position: relative;
}

.new-galeria img
{
	width: 100%;
	float: left;
}
/*------------------------------------------------------------------------------------------------------------ NEW GALERIA */

/*------------------------------------------------------------------------------------------------------------ LISTA VÍDEOS */
.galeria-ul-videos
{
    float: left;
    width: 250px;
    left:50%;
    margin:0 0 50px -125px;
    position: relative;
}

.galeria-li-videos
{
    float: left;
    width: 100%;
    margin: 0 0% 25px 0%;
    position: relative;
}

.embed-container 
{ 
	position: relative; 
	height: 170px;  
	max-width:100%;
	margin-top: 0;
	margin-bottom: 0;
} 

.embed-container iframe, .embed-container object, .embed-container embed {
 position: absolute; 
 top: 0; 
 left: 0; 
 width: 100%; 
 height: 100%; 

}


/*------------------------------------------------------------------------------------------------------------ LISTA VÍDEOS */

/*------------------------------------------------------------------------------------------------------------ MUSICAL */
#musical-aspas
{
	float: left;
	width: 100%;
	position: relative;
	margin: 30px 0 30px 0;
}

.aspas
{
	border-top:2px solid #006FB5;
	border-bottom:2px solid #006FB5;
	width: 90%;
	float: left;
	position: relative;
	margin: 0 5% 0 5%;
}

.f-aspas-top
{
	float: left;
	position: absolute;
	font-size: 50px;
	background: white;
	padding: 0 25px 0 0;
	margin: -25px 0 0 0;
}

.f-aspas-bot
{
	float: right;
	position: absolute;
	font-size: 50px;
	background: white;
	padding: 0  0 0 25px;
	margin: 0 0 0 -71.44px;
	left: 100%;
	bottom: -25px;
}

#musical-aspas p
{
	float: left;
	position: relative;
	margin: 50px 10% 50px 10%; 
	width: 80%;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.setor-musical-img
{
	float: left;
	position: relative;
	margin: 20px 0 20px -90px;
	left: 50%;
	width: 180px;
}

.news-back-musical
{
    background-image: url("../images/musical/home/bg-news-musical.png"); 
}

.news-back-ikebana
{
    background-image: url("../images/ikebana/home/bg-ikebana-news.jpg"); 
}

.news-back-cultura
{
    background-image: url("../images/cultura/bg-cultura-news.jpg"); 
}

.musical-margin-left
{
	margin-left: 300px;
}

#musical-cursos
{
	float: left;
	position: relative;
	width: 100%;
}


#musical-galeria
{
	float: left;
	position: relative;
	width: 100%;
}

.musical-curso-img
{
	float: left;
	width: 100%;
	position: relative;
}

#musical-atividades
{
	float: left;
	position: relative;
	width: 100%;
}


/*------------------------------------------------------------------------------------------------------------ MUSICAL */

/*------------------------------------------------------------------------------------------------------------ IKEBANA */
.ikebana-img
{
	float: left;
	position: relative;
	margin: 30px 0 30px -60px;
	left: 50%;
	width: 120px;
}

.ikebana-img-01
{
	float: left;
	position: relative;
	margin: 0px 0 20px -150px;
	left: 50%;
	width: 300px;
}

.ikebana-img-02
{
	float: left;
	position: relative;
	margin: 10px 10px 30px 0px;
	width: 100px;
}


#importancia
{
	float: left;
	position: relative;
	width: 100%;
}

#ikebana-atividades
{
	float: left;
	position: relative;
	width: 100%;
}

#ikebana-galeria
{
	float: left;
	position: relative;
	width: 100%;
}

#ikebana-cursos
{
	float: left;
	position: relative;
	width: 100%;
}
/*------------------------------------------------------------------------------------------------------------ IKEBANA */

/*------------------------------------------------------------------------------------------------------------ CULTURA */
#cultura-parceiros
{
	float: left;
	position: relative;
	width: 100%;
}

#cultura-parceiros ul
{
	width: 100%;
	float: left;
	position: relative;
}

#cultura-parceiros li
{
	float: left;
	display: inline-block;
	position: relative;
	width: 80%;
	margin: 0 10% 0 10%;
}

#cultura-parceiros img
{
	width: 80%;
	margin: 0 10% 0 10%;
}

.cultura-title
{
	float: left;
	position: relative;
	width: 90%;
	margin: 0px 5% 25px 5%;
	text-align: center;	
	font-size: 15px;
}

#cultura-galeria
{
	float: left;
	position: relative;
	width: 100%;
}

#cultura-atividades
{
	float: left;
	position: relative;
	width: 100%;
}


#cultura-img
{
	float: left;
	position: relative;
	width: 100%;
}

#cultura-img img
{
	float: left;
	position: relative;
	width: 80%;
	margin: 0 10% 20px 10%;
}
/*------------------------------------------------------------------------------------------------------------ CULTURA */

/*------------------------------------------------------------------------------------------------------------ SOCIO */
#socio-meio-ambiente
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-meio-ambiente ul
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-meio-ambiente li
{
	display: inline-block;
	margin: 0 10% 0 10%;
	float: left;
	position: relative;
	width: 80%;
}

#socio-meio-ambiente li img
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-meio-ambiente h3
{
	font-family: "Roboto Condensed",sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.25;
	float: left;
	position: relative;
	width: 90%;
	margin: 10px 5% 5px 5%;
	text-align: center;
	height: 50px;
	overflow: hidden;
}

#socio-meio-ambiente p
{
	width: 90%;
	margin: 10px 5% 20px 5%;
	text-align: center;
	font-size: 14px;
	float: left;
	position: relative;	
	height: 51px;
	overflow: hidden;	
}

#socio-educacao
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-educacao ul
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-educacao li
{
	display: inline-block;
	margin: 0 10% 0 10%;
	float: left;
	position: relative;
	width: 80%;
}

#socio-educacao li img
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-educacao h3
{
	font-family: "Roboto Condensed",sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.25;
	float: left;
	position: relative;
	width: 90%;
	margin: 10px 5% 5px 5%;
	text-align: center;
	height: 50px;
	overflow: hidden;
}

#socio-educacao p
{
	width: 90%;
	margin: 10px 5% 20px 5%;
	text-align: center;
	font-size: 14px;
	float: left;
	position: relative;	
	height: 51px;
	overflow: hidden;	
}

#socio-voluntariado
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-voluntariado ul
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-voluntariado li
{
	display: inline-block;
	margin: 0 10% 0 10%;
	float: left;
	position: relative;
	width: 80%;
}

#socio-voluntariado li img
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-voluntariado h3
{
	font-family: "Roboto Condensed",sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.25;
	float: left;
	position: relative;
	width: 90%;
	margin: 10px 5% 5px 5%;
	text-align: center;
	height: 50px;
	overflow: hidden;
}

#socio-voluntariado p
{
	width: 90%;
	margin: 10px 5% 20px 5%;
	text-align: center;
	font-size: 14px;
	float: left;
	position: relative;	
	height: 51px;
	overflow: hidden;	
}

#socio-galeria
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-img
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-img img
{
	float: left;
	position: relative;
	width: 80%;
	margin: 0 10% 20px 10%;
}

#socio-atividades
{
	float: left;
	position: relative;
	width: 100%;
}

#voluntariado-area
{
	float: left;
	position: relative;
	width: 100%;
}

#voluntariado-area ul
{
	float: left;
	position: relative;
	width: 100%;
}

#voluntariado-area li
{
	float: left;
	position: relative;
	width: 80%;
	margin: 0 10% 20px 10%;
}

#voluntariado-area li img
{
	float: left;
	position: relative;
	width: 100%;
}

#voluntariado-area h2
{
	float: left;
	position: relative;
	width: 90%;
	text-align: center;
	font-weight: normal;
	font-size: 19px;
	margin: 10px 5% 15px 5%;
}

#programas-area
{
	float: left;
	position: relative;
	width: 100%;
}

.volun-img
{
	position: relative;
	float: left;
	width: 200px;
	left: 50%;
	margin: 30px 0 15px -100px;
}

#campanha-volun
{
	float: left;
	position: relative;
	width: 100%;
}

.campanha-volun-part
{
	float: left;
	position: relative;
	width: 100%;
}

.campanha-volun-part img
{
	float: left;
	width: 100%;
}

.campanha-volun-part h2
{
	font-family: 'roboto condensed';
	font-weight: 800;
	font-size: 20px;
	margin: 50px 0 20px 0px;
}

.campanha-volun-part p
{
	font-weight: 300;
	line-height: 2;
	font-size: 14px;
	margin: 0px 0 20px 0px;	
}

/*------------------------------------------------------------------------------------------------------------ SOCIO */

/*---------------------------------------------------------------------------------------------------------------------------- RESPONSIVE - 0px | 500px */





/*---------------------------------------------------------------------------------------------------------------------------- RESPONSIVE - 500px | 750px */
@media only screen and (min-width: 500px) 
{


/*------------------------------------------------------------------------------------------------------------ GERAL */
.content
{
	float: left;
	width: 80%;
	position: relative;
	margin: 0 10% 0 10%;
	left: 0%;
}

.title-01
{
	font-weight: 300;
	font-size: 23px;
	float: left;
	position: relative;
	width: 100%;
	text-align:center;
}

.title-01::after
{
	content: "";
    padding: 0 35px;
    position: absolute;
    bottom: -5px;
    border-width: 1px;
    border-style: solid;
    border-color: #006FB7;
    left: 50%;
    margin: 0 0 0 -35px;
}

.title-02
{
	font-weight: 300;
	font-size: 23px;
	float: left;
	position: relative;
	width: 100%;
	text-align:center;
}

.title-02::after
{
	content: "";
    padding: 0 35px;
    position: absolute;
    bottom: -5px;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    left: 50%;
    margin: 0 0 0 -35px;
}

.title-03
{
	font-weight: 300;
	font-size: 23px;
	float: left;
	position: relative;
	width: 100%;
}

.mbot-01
{
	margin-bottom: 30px;
}

.mbot-02
{
	margin-bottom: 20px;
}

.mbot-03
{
	margin-bottom: 15px;
}

.mbot-04
{
	margin-bottom: 10px;
}

.text-01
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 15px;
	font-weight: 300;
	line-height: 2;
	margin: 0 0 10px 0;
}

.text-02
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;
	margin: 0 0 10px 0;
}

.text-03
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
	margin: 0 0 10px 0;
}

.text-04
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 15px;
	font-weight: 300;
	line-height: 2;
	margin: 0 0 22px 0;
}

.text-55
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 15px;
	font-weight: 300;
	line-height: 2;
	margin: 0 0 22px 0;
}

.text-06
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 23px;
	font-weight: 300;
	line-height: 1.8;
	margin: 0 0 22px 0;
}

.mtop-01
{
	margin-top: 50px;
}

.mtop-02
{
	margin-top: 10px;
}

.mtop-03
{
	margin-top: 10px;
}

.subtitle-01
{
	font-weight: 300;
	font-size: 18px;
	width: 100%;
	float: left;
	font-family: 'roboto condensed';
}

.subtitle-02
{
	font-weight: 300;
	font-size: 15px;
	width: 100%;
	float: left;
	font-family: 'roboto condensed';
	text-align: center;
	width: 100%;
	line-height: 1.5;
}

.subtitle-03
{
	font-weight: 300;
	font-size: 20px;
	float: left;
	position: relative;
	width: 100%;
	text-transform: uppercase;
}

.tcenter
{
	text-align: center;
}

.btn-01
{
	border: none;
	border-radius: 10px;
	text-transform: uppercase;
	padding: 12px;
	width: 110px;
	margin: 0 0 15px -55px;
	position: relative;
	cursor: pointer;
	outline:none;
	left: 50%;
	border:1px solid #006FB5;
}

.btn-01:hover
{
	transition:0.5s;
	background: #006FB5;
	color: white;
}

.btn-02
{
	border: 2px solid #006FB5;
	cursor: pointer;
	border-radius: 10px;
	width: 150px;
	float: left;
	margin: 10px 0 20px 0;
	padding: 10px;
	text-transform: uppercase;
}

.btn-02:hover
{
	transition: 0.5s;
	background: #006FB5;
	color: white;
}



.controler-01
{
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0;
}

.bullet
{
    float: none;
    display: inline-block;
    margin: 0 2.5px 0 2.5px !important;
    height: 15px;
    width: 15px;
    background: #fff;
    border: 2px solid #006FB7;
    border-radius: 50%;
    transition: all .2s ease;
    cursor: pointer;
}

.bullet:first-child
{
	background: #006FB7;
}

.bg-none
{
	background: none;
}

.mokiti-title
{
    font-family: 'roboto';
    font-size: 35px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    float: left;
}

.mokiti-subtitle
{
    font-weight: 300;
    font-family: Roboto,sans-serif;
    margin-bottom: 10px;
    font-size: 20px;    
}

.cpmo-title
{
    font-family: 'roboto';
    font-size: 26px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    float: left;
}

.cpmo-subtitle
{
    font-weight: 300;
    font-family: Roboto,sans-serif;
    font-size: 23px;
}

.texto-content-01
{
    font-family: Roboto,sans-serif;
    font-weight: 300;
    padding: 7px 0 7px 0;
    line-height: 2;
    font-size: 14.5px;
}

.li-4
{
	float: left;
	display: inline-block;
	width: 35%;
	margin:0 7.5% 25px 7.5%;
}

.publicacoes-content
{
    width: 250px;
    float: left;
    position: relative;
    margin: 20px 30% 20px -125px;
    left:50%;
}

.publicacoes-content img
{
    width: 100%;
    float: left;
    margin: 0;
}

.publicacoes-mask
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,111,181,0.6);
}

.publicacoes-mask-content
{
    font-size: 25px;
    line-height: 1.3;
    text-align:center;
    float: left;
    position: relative;
    width: 100%;   
    font-family: 'roboto';
    font-weight: 300;     
}

.publicacoes-mask:hover
{
    background: none;
}

.publicacoes-mask:hover .publicacoes-mask-content
{
    display: none;
}

.pl-1
{
    height: 34px;
    top:50%;
    margin-top: -17px; 
}

.pl-2
{
    height: 64px;
    top:50%;
    margin-top: -32px;
}

.pl-3
{
    height: 96px;
    top:50%;
    margin-top: -45.5px;
}

.pl-4
{
    height: 130px;
    top:50%;
    margin-top: -65px;
}
/*------------------------------------------------------------------------------------------------------------ GERAL */


/*------------------------------------------------------------------------------------------------------------ GALERIA */
.galeria-ul
{
    float: left;
    width: 80%;
    left: 0%; 
    margin: 0 10% 25px 10%;
    position: relative;
}

.galeria-li
{
    float: left;
    width: 45%;
    margin: 0 2.5% 20px 2.5%;
}

.galeria-li img
{
    width: 100%;
    float: left;
}

.galeria-title
{
    float: left;
    width: 90%;
    font-weight: 500;
    padding: 8px 5% 8px 5%;
    font-size: 17px;
    height: 40px;
    overflow: hidden;
}
/*------------------------------------------------------------------------------------------------------------ GALERIA */


/*------------------------------------------------------------------- BAND */
#band
{	
	display: none;
}

#band-top
{	
	display: none;
}

#band ul
{
	float: right;
	margin: 12px 0;
	display: none;
}

#band li
{
	display: inline-block;
	margin: 0 0 0 30px;
}

#band li a
{
	font-size: 14px;
	letter-spacing: 0.8px;
	font-weight: 300;
}

.band-top-ul
{
	float: right;
	margin: 0px 0;
	display: none;
}

.band-top-li
{
	display: inline-block;
	margin: 0 0 0 30px;
	padding: 12px 0;
}

.band-top-li a
{
	font-size: 14px;
	letter-spacing: 0.8px;
	font-weight: 300;
}
/*------------------------------------------------------------------- BAND */


/*------------------------------------------------------------------- PRINCIPAL */
#principal
{
	float: left;
	position: relative;
	width: 100%;
}

.f-nav-header-principal
{
	font-size: 30px;
	position: relative;
	float: left;
	margin: 10px 0 0 0;
	cursor: pointer;
	float: right;
	display: block;
}

.fig-principal
{
	position: relative;
	float: left; 
	width: 50%;
	margin:0 0 0 0;
}

.logo-principal
{
	float:left;
	position: relative;
	left: 0%;	
	margin:5px 0 5px 0px;
	padding: 0;
	width: 104px;	
}

.frm-principal
{
	float: left;
	position: relative;
	width: 400px;
	left:50%;
	margin: 20px 0px 10px -200px;
	border-radius: 0px;	
	display: none;
}

.frm-principal-txt
{
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding: 11px 10px 11px 15px;
	background: none;
	border-radius: 0px;
	color: black;	
	width: 315px;
	border:none;
	outline:none;
}

.frm-principal-txt::-webkit-input-placeholder
{
	font-size: 14px;
	color: #757575;
	font-family: 'Roboto', sans-serif;	
}

.frm-principal-txt:-moz-placeholder 
{
	font-size: 14px;
	color: #757575;
	font-family: 'Roboto', sans-serif;	
}

.frm-principal-txt::-moz-placeholder
{
	font-size: 14px;
	color: #757575;
	font-family: 'Roboto', sans-serif;	
}
 
.frm-principal-txt:-ms-input-placeholder
{
	font-size: 14px;
	color: #757575;
	font-family: 'Roboto', sans-serif;	
}

.f-frm-principal
{
	font-size: 17px;
	padding: 11px 15px 11px 15px;
	float: right;
	cursor: pointer;
}

#nav-principal
{
	position: absolute;
	width: 100%;
	float: right;
	background: #006FB5;
	display: none;
}

.nav-principal-ul
{
	float: left;
	width: 80%; 
	margin: 20px 10% 50px 10%;
}

.nav-principal-li
{
	float: left;
	margin-left:0;
	border-bottom: 1px solid #078ADB;
	width: 100%;
	font-size: 15px;
}

.nav-principal-li:first-child
{
	text-align: right;
	border: none;
	display: block;
}

.nav-principal-li a
{
	display: block;
	padding: 15px 0;
	margin-left:15px;		
}

.f-nav-mobile-principal
{
	font-size: 25px;
}

.nav-principal-ul-ul
{
    position: relative;
    top:0px;
    z-index: 10;
    display: block;
    padding: 0 0 0 0;
    float: left;  
    background: none;  
}

.nav-principal-li:hover .nav-principal-ul-ul
{
    display: block;
}

.ul-1
{
    top:0px;
}

.nav-principal-li-li
{
    padding: 2px 5% 2px 5%;
    width: 90%;   
    float: left;
}

.wid-1
{
    width: 220px;   
}

.wid-2
{
    width: 220px;   
}

.nav-superior-ul-ul
{
    position: relative;
    top:0px;
    z-index: 10;
    display: block;
    padding: 0 0 0 0;
    float: left;  
    background: none;  
}

.nav-superior-li:hover .nav-principal-ul-ul
{
    display: block;
}

.nav-superior-li-li
{
    padding: 2px 5% 2px 5%;
    width: 90%;   
    float: left;
}

.nav-principal-li-li a
{
    border-bottom: none;
    font-size: 14px;
    font-weight: 300;
    padding: 0 0 15px 0;   
}
/*------------------------------------------------------------------- PRINCIPAL */


/*------------------------------------------------------------------------------------------------------------ CADASTRE-SE */
#register
{
	float: left;
	position: relative;
	width: 100%;
}

.register-content
{
	width: 400px;
	margin: 50px 0 50px -200px;
	float: left;
	position: relative;
	left: 50%;
	background: rgba(255,255,255,0.8);
}

.register-title
{
	font-family: 'roboto condensed';
	font-size: 20px;
	width: 100%;
	text-align: center;
	margin: 15px 0 15px 0;
}

.frm-register
{
	float: left;
	width: 80%;
	margin: 20px 10% 30px 10%;
}

.frm-register-txt
{
	float: left;
	width: 94%;
	font-family: roboto;
	font-size: 14px;
	padding: 10px 3% 10px 3%;
	border: none;
	border-bottom: 1px solid #006FB5;
	outline: none;
	margin: 0 0 15px 0;
	color: black;
}

.frm-register-txt::-webkit-input-placeholder
{
	font-size: 14px;
	color: gray;
	font-family: 'Roboto', sans-serif;	
}

.frm-register-txt:-moz-placeholder 
{
	font-size: 14px;
	color: gray;
	font-family: 'Roboto', sans-serif;	
}

.frm-register-txt::-moz-placeholder
{
	font-size: 14px;
	color: gray;
	font-family: 'Roboto', sans-serif;	
}
 
.frm-register-txt:-ms-input-placeholder
{
	font-size: 14px;
	color: gray;
	font-family: 'Roboto', sans-serif;	
}

.frm-register-check
{
	margin: 10px 10px 0 0;
}

.register-span-content
{
	font-family: 'roboto';
	font-size: 14px;
	line-height: 1.8;
}

.frm-register-btn
{
	width: 150px;
	float: left;
	border-radius: 10px;
	border: 2px solid #006FB5;
	text-transform: uppercase;
	font-family: 'roboto';
	font-size: 14px;
	padding: 10px;
	margin: 30px 0 30px -75px;
	left: 50%;
	position: relative;
	outline: none;
	cursor: pointer;
}
/*------------------------------------------------------------------------------------------------------------ CADASTRE-SE */


/*------------------------------------------------------------------------------------------------------------ NOTÍCIAS */
#noticias
{
	float: left;
	position: relative;
	width: 100%;
}

.noticias-ul
{
	float: left;
	width: 450px;
	left: 50%; 
	margin: 0 0 0px -225px;
	position: relative;
}

.noticias-li
{
	float: left;
	width: 90%;
	margin: 0 5% 30px 5%;
}

.noticias-li img
{
	width: 100%;
	margin: 0 0 0 0;
	height: 283px;
	overflow: hidden; 
	float: left;
}

.noticias-sub
{
	float: left;
	width: 100%;
}

.noticias-categoria
{
	float: left;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	font-weight: 300;
}

.noticias-data
{
	float: right;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	font-weight: 300;
}

.noticias-title
{
	font-family: 'roboto condensed';
	font-size: 16px;
	float: left;
	width: 90%;
	padding:15px 5% 15px 5%;
	height: 38px;
	overflow: hidden;
	line-height: 1.5;
}

.noticias-content
{
	font-family: 'roboto';
	font-size: 14px;
	float: left;
	width: 90%;
	margin:15px 5% 15px 5%;
	height:auto;
	overflow: hidden;
	line-height: 1.5;	
}

.noticias-a
{
	width: 90%;
	display: block;
	text-align: right;
	padding:10px 5% 20px 5%;
	font-size: 15px;
}
/*------------------------------------------------------------------------------------------------------------ NOTÍCIAS */


/*------------------------------------------------------------------------------------------------------------ CONTATO */
#contato
{
	float: left;
	position: relative;
	width: 100%;
}

.contato-content
{
	float: left;
	width: 100%;
	margin: 30px 0 30px 0;
}

.contato-frm
{
	float: left;
	width: 50%;
	margin: 0 25% 0 0%;
}

.contato-label
{
	float: left;
	width: 94%;
	font-family: 'roboto';
	font-size: 15px;
	font-weight: 300;
	line-height: 2;
	margin: 0 2% 0 2%;
}

.frm-contato-txt
{
	outline: none;
	font-family: 'roboto';
	border: none;
	padding: 9px 20px 9px 20px;
	font-size: 14px;
	width: 350px;
	margin: 0 0 15px 0;
}

.frm-contato-select
{
	outline: none;
	font-family: 'roboto';
	border: none;
	padding: 9px 00px 9px 20px;
	font-size: 14px;
	width: 390px;
	margin: 0 0 15px 0;
	font-size: 15px;
}

.home-map
{
	width: 100%;
	float: left;
	margin: 20px 0 30px 0;
	height: 300px;
	border: none;
}
/*------------------------------------------------------------------------------------------------------------ CONTATO */


/*------------------------------------------------------------------------------------------------------------ FOOTER */
footer
{
	width: 100%;
	float: left;
	border-top:10px solid #909090;
}

footer ul
{
	float: left;
	width: 100%;
	margin: 50px 0 50px 0;
}

footer li
{
	width: 45%;
	float: left;
	margin: 0 5% 40px 0; 
}

footer li:last-child
{
	margin: 0 0 0 0;
}

.footer-title
{
	font-size: 18px;
	font-family: 'roboto condensed';
	margin: 0 0 20px 0;
}

.footer-a
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
}

.footer-a:hover
{
	text-decoration: underline;
}

.f-midias
{
	font-size:30px;
	margin: 10px 11px 30px 0;
}
/*------------------------------------------------------------------------------------------------------------ FOOTER */


/*------------------------------------------------------------------------------------------------------------ TOPO */
.topo
{
	position: fixed;
	bottom: 10px;
	right:10px;
	background: rgba(55,55,55,0.5);
}

.topo:hover
{
	background: #006FB5;
	transition: 0.5s;
}

.f-topo
{
	padding: 15px 15px 15px 15px;
}
/*------------------------------------------------------------------------------------------------------------ TOPO */


/*------------------------------------------------------------------------------------------------------------ MÍDIAS SOCIAIS */
.midias-sociais
{
	float: left;
	position: relative;
	width: 100%;
}

.midias-sociais ul
{
	text-align: center;
}

.midias-sociais li
{
	display: inline-block;
	margin:0 7px 0 7px;
}

.f-midias-sec
{
	font-size:35px;
}
/*------------------------------------------------------------------------------------------------------------ MÍDIAS SOCIAIS */

/*------------------------------------------------------------------------------------------------------------ VÍDEOS */
.inseri-video
{
    float: left;
    width: 400px;
    left:50%;
    margin:0 0 20px -200px;
    position: relative;
}

.inseri-video iframe
{
    height: 200px;
    width: 400px;
}
/*------------------------------------------------------------------------------------------------------------ VÍDEOS */

/*------------------------------------------------------------------------------------------------------------ NEW GALERIA */
.new-galeria
{
	float: left;
	width: 350px;
	margin:20px 0 20px -175px;
	left:50%;
	position: relative;
}
/*------------------------------------------------------------------------------------------------------------ NEW GALERIA */

/*------------------------------------------------------------------------------------------------------------ LISTA VÍDEOS */
.galeria-ul-videos
{
    float: left;
    width: 350px;
    left:50%;
    margin:0 0 50px -175px;
    position: relative;
}

.galeria-li-videos
{
    float: left;
    width: 100%;
    margin: 0 0% 25px 0%;
    position: relative;
}

.embed-container 
{ 
	position: relative; 
	height: 225px;  
	max-width:100%;
	margin-top: 0;
	margin-bottom: 0;
} 

.embed-container iframe, .embed-container object, .embed-container embed {
 position: absolute; 
 top: 0; 
 left: 0; 
 width: 100%; 
 height: 100%; 

}


/*------------------------------------------------------------------------------------------------------------ LISTA VÍDEOS */

.setor-musical-img
{
	float: left;
	position: relative;
	margin: 20px 0 20px -105px;
	left: 50%;
	width: 210px;
}


#cultura-parceiros li
{
	float: left;
	display: inline-block;
	position: relative;
	width: 70%;
	margin: 0 15% 0 15%;
}

#cultura-parceiros img
{
	width: 80%;
	margin: 0 10% 0 10%;
}

.cultura-title
{
	float: left;
	position: relative;
	width: 90%;
	margin: 0px 5% 25px 5%;
	text-align: center;	
	font-size: 15px;
}


/*---------------------------------------------------------------------------------------------------------------------------- RESPONSIVE - 500px | 750px */
}





/*---------------------------------------------------------------------------------------------------------------------------- RESPONSIVE - 750px | 1000px */
@media only screen and (min-width: 750px) 
{


/*------------------------------------------------------------------------------------------------------------ GERAL */
.content
{
	float: left;
	width: 700px;
	position: relative;
	margin: 0 0 0 -350px;
	left: 50%;	
}

.title-01
{
	font-weight: 300;
	font-size: 25px;
	float: left;
	position: relative;
	width: 100%;
	text-align:center;
}

.title-01::after
{
	content: "";
    padding: 0 40px;
    position: absolute;
    bottom: -5px;
    border-width: 1px;
    border-style: solid;
    border-color: #006FB7;
    left: 50%;
    margin: 0 0 0 -40px;
}

.title-02
{
	font-weight: 300;
	font-size: 25px;
	float: left;
	position: relative;
	width: 100%;
	text-align:center;
}

.title-02::after
{
	content: "";
    padding: 0 40px;
    position: absolute;
    bottom: -5px;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    left: 50%;
    margin: 0 0 0 -40px;
}

.title-03
{
	font-weight: 300;
	font-size: 25px;
	float: left;
	position: relative;
	width: 100%;
}

.mbot-01
{
	margin-bottom: 40px;
}

.mbot-02
{
	margin-bottom: 20px;
}

.mbot-03
{
	margin-bottom: 15px;
}

.mbot-04
{
	margin-bottom: 10px;
}

.text-01
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 15px;
	font-weight: 300;
	line-height: 2;
	margin: 0 0 10px 0;
}

.text-02
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0 0 10px 0;
}

.text-03
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
	margin: 0 0 10px 0;
}

.text-04
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 15px;
	font-weight: 300;
	line-height: 2;
	margin: 0 0 22px 0;
}

.text-55
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 15px;
	font-weight: 300;
	line-height: 2;
	margin: 0 0 22px 0;
}

.mtop-01
{
	margin-top: 70px;
}

.mtop-02
{
	margin-top: 10px;
}

.mtop-03
{
	margin-top: 10px;
}

.mtop-05
{
    margin-top: 60px;
}

.subtitle-01
{
	font-weight: 300;
	font-size: 18px;
	width: 100%;
	float: left;
	font-family: 'roboto condensed';
}

.subtitle-02
{
	font-weight: 300;
	font-size: 15px;
	width: 100%;
	float: left;
	font-family: 'roboto condensed';
	text-align: center;
	width: 100%;
	line-height: 1.5;
}

.subtitle-03
{
	font-weight: 300;
	font-size: 20px;
	float: left;
	position: relative;
	width: 100%;
	text-transform: uppercase;
}

.tcenter
{
	text-align: center;
}

.btn-01
{
	border: none;
	border-radius: 10px;
	text-transform: uppercase;
	padding: 12px;
	width: 110px;
	margin: 0 0 15px -55px;
	position: relative;
	cursor: pointer;
	outline:none;
	left: 50%;
	border:1px solid #006FB5;
}

.btn-01:hover
{
	transition:0.5s;
	background: #006FB5;
	color: white;
}

.btn-02
{
	border: 2px solid #006FB5;
	cursor: pointer;
	border-radius: 10px;
	width: 150px;
	float: left;
	margin: 10px 0 20px 0;
	padding: 10px;
	text-transform: uppercase;
}

.btn-02:hover
{
	transition: 0.5s;
	background: #006FB5;
	color: white;
}

.controler-01
{
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0;
}

.bullet
{
    float: none;
    display: inline-block;
    margin: 0 4px 0 4px !important;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 2px solid #006FB7;
    border-radius: 50%;
    transition: all .2s ease;
    cursor: pointer;
}

.bullet:first-child
{
	background: #006FB7;
}

.bg-none
{
	background: none;
}

.mokiti-title
{
    font-family: 'roboto';
    font-size: 40px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    float: left;
}

.mokiti-subtitle
{
    font-weight: 300;
    font-family: Roboto,sans-serif;
    margin-bottom: 10px;
    font-size: 22px;    
}

.cpmo-title
{
    font-family: 'roboto';
    font-size: 28px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    float: left;
}

.cpmo-subtitle
{
    font-weight: 300;
    font-family: Roboto,sans-serif;
    font-size: 24px;	
}

.texto-content-01
{
    font-family: Roboto,sans-serif;
    font-weight: 300;
    padding: 8px 0 8px 0;
    line-height: 2;
    font-size: 15px;
}

.li-4
{
	float: left;
	display: inline-block;
	width: 20%;
	margin:0 2.5% 0 2.5%;
}

.equipe-subtitle
{
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5;
    width: 100%;
    float: left;
    text-align: center;
    margin:0px 0 10px 0;
    height: 100px;
    overflow: hidden;
}

.publicacoes-content
{
    width: 25%;
    float: left;
    position: relative;
    margin: 0 4% 70px 4%;
    left:0%;
}

.publicacoes-content img
{
    width: 100%;
    float: left;
    margin: 0;
}

.publicacoes-mask
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,111,181,0.6);
}


.publicacoes-mask-content
{
    font-size: 25px;
    line-height: 1.3;
    text-align:center;
    float: left;
    position: relative;
    width: 100%;    
    font-family: 'roboto';
    font-weight: 300;
}

.publicacoes-mask:hover
{
    background: none;
}

.publicacoes-mask:hover .publicacoes-mask-content
{
    display: none;
}

.pl-1
{
    height: 34px;
    top:50%;
    margin-top: -17px; 
}

.pl-2
{
    height: 64px;
    top:50%;
    margin-top: -32px;
}

.pl-3
{
    height: 96px;
    top:50%;
    margin-top: -45.5px;
}

.pl-4
{
    height: 160px;
    top:50%;
    margin-top: -80px;
}
/*------------------------------------------------------------------------------------------------------------ GERAL */


/*------------------------------------------------------------------------------------------------------------ GALERIA */
.galeria-ul
{
    float: left;
    width: 80%;
    left: 0%; 
    margin: 0 10% 25px 10%;
    position: relative;
}

.galeria-li
{
    float: left;
    width: 28%;
    margin: 0 2.5% 30px 2.5%;
}

.galeria-li img
{
    width: 100%;
    float: left;
}

.galeria-title
{
    float: left;
    width: 90%;
    font-weight: 500;
    padding: 8px 5% 8px 5%;
    font-size: 20px;
    height: 48px;
    overflow:hidden;
}
/*------------------------------------------------------------------------------------------------------------ GALERIA */


/*------------------------------------------------------------------- BAND */
#band
{
	display: none;
}

#band-top
{
	display: none;
}

#band ul
{
	float: right;
	margin: 12px 0;
	display: none;
}

#band li
{
	display: inline-block;
	margin: 0 0 0 30px;
}

#band li a
{
	font-size: 14px;
	letter-spacing: 0.8px;
	font-weight: 300;
}

.band-top-ul
{
	float: right;
	margin: 12px 0;
	display: none;
}

.band-top-li
{
	display: inline-block;
	margin: 0 0 0 30px;
}

.band-top-li a
{
	font-size: 14px;
	letter-spacing: 0.8px;
	font-weight: 300;
}
/*------------------------------------------------------------------- BAND */


/*------------------------------------------------------------------- PRINCIPAL */
#principal
{
	float: left;
	position: relative;
	width: 100%;
}

.f-nav-header-principal
{
	font-size: 30px;
	position: relative;
	float: left;
	margin: 5px 0 0 0;
	cursor: pointer;
	float: right;
	display: block;
}

.fig-principal
{
	position: relative;
	float: left; 
	width: 50%;
	margin:0 0 0 0;
}

.logo-principal
{
	float:left;
	width: 104px;
	position: relative;
	left: 0%;	
	margin:5px 0 5px -0px;
	padding: 0;
}

.frm-principal
{
	float: left;
	position: relative;
	width: 350px;
	left:0%;
	margin: 10px 0px 5px -00px;
	border-radius: 0px;	
	display: block;
}

.frm-principal-txt
{
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding: 11px 10px 11px 15px;
	background: none;
	border-radius: 0px;
	color: black;	
	width: 265px;
	border:none;
	outline:none;
}

.frm-principal-txt::-webkit-input-placeholder
{
	font-size: 14px;
	color: #757575;
	font-family: 'Roboto', sans-serif;	
}

.frm-principal-txt:-moz-placeholder 
{
	font-size: 14px;
	color: #757575;
	font-family: 'Roboto', sans-serif;	
}

.frm-principal-txt::-moz-placeholder
{
	font-size: 14px;
	color: #757575;
	font-family: 'Roboto', sans-serif;	
}
 
.frm-principal-txt:-ms-input-placeholder
{
	font-size: 14px;
	color: #757575;
	font-family: 'Roboto', sans-serif;	
}

.f-frm-principal
{
	font-size: 17px;
	padding: 11px 15px 11px 15px;
	float: right;
	cursor: pointer;
}

#nav-principal
{
	position: absolute;
	width: 100%;
	float: right;
	background: #006FB5;
	display: none;
}

.nav-principal-ul
{
	float: left;
	width: 80%; 
	margin: 30px 10% 70px 10%;
}

.nav-principal-li
{
	float: left;
	margin-left:0;
	border-bottom: 1px solid #078ADB;
	width: 100%;
	font-size: 15px;
}

.nav-principal-li:first-child
{
	text-align: right;
	border: none;
	display: block;
}

.nav-principal-li a
{
	display: block;
	padding: 15px 0;
	margin-left:15px;		
}

.f-nav-mobile-principal
{
	font-size: 25px;
}

.nav-principal-ul-ul
{
    position: relative;
    top:0px;
    z-index: 10;
    display: block;
    padding: 0 0 0 0;
    float: left;  
    background: none;  
}

.ul-1
{
    top:0px;
}

.nav-principal-li:hover .nav-principal-ul-ul
{
    display: block;
}

.nav-principal-li-li
{
    padding: 2px 5% 2px 5%;
    width: 90%;   
    float: left;
}

.nav-superior-ul-ul
{
    position: relative;
    top:0px;
    z-index: 10;
    display: block;
    padding: 0 0 0 0;
    float: left;  
    background: none;  
}

.nav-superior-li:hover .nav-principal-ul-ul
{
    display: block;
}

.nav-superior-li-li
{
    padding: 2px 5% 2px 5%;
    width: 90%;   
    float: left;
}

.wid-1
{
    width: 220px;   
}

.wid-2
{
    width: 220px;   
}

.nav-principal-li-li a
{
    border-bottom: none;
    font-size: 14px;
    font-weight: 300;
    padding: 0 0 15px 0;   
}
/*------------------------------------------------------------------- PRINCIPAL */


/*------------------------------------------------------------------------------------------------------------ CADASTRE-SE */
#register
{
	float: left;
	position: relative;
	width: 100%;
}

.register-content
{
	width: 600px;
	margin: 50px 0 50px -300px;
	float: left;
	position: relative;
	left: 50%;
	background: rgba(255,255,255,0.8);
}

.register-title
{
	font-family: 'roboto condensed';
	font-size: 20px;
	width: 100%;
	text-align: center;
	margin: 15px 0 15px 0;
}

.frm-register
{
	float: left;
	width: 80%;
	margin: 20px 10% 30px 10%;
}

.frm-register-txt
{
	float: left;
	width: 94%;
	font-family: roboto;
	font-size: 14px;
	padding: 10px 3% 10px 3%;
	border: none;
	border-bottom: 1px solid #006FB5;
	outline: none;
	margin: 0 0 15px 0;
	color: black;
}

.frm-register-txt::-webkit-input-placeholder
{
	font-size: 14px;
	color: gray;
	font-family: 'Roboto', sans-serif;	
}

.frm-register-txt:-moz-placeholder 
{
	font-size: 14px;
	color: gray;
	font-family: 'Roboto', sans-serif;	
}

.frm-register-txt::-moz-placeholder
{
	font-size: 14px;
	color: gray;
	font-family: 'Roboto', sans-serif;	
}
 
.frm-register-txt:-ms-input-placeholder
{
	font-size: 14px;
	color: gray;
	font-family: 'Roboto', sans-serif;	
}

.frm-register-check
{
	margin: 10px 10px 0 0;
}

.register-span-content
{
	font-family: 'roboto';
	font-size: 14px;
	line-height: 1.8;
}

.frm-register-btn
{
	width: 150px;
	float: left;
	border-radius: 10px;
	border: 2px solid #006FB5;
	text-transform: uppercase;
	font-family: 'roboto';
	font-size: 14px;
	padding: 10px;
	margin: 30px 0 30px -75px;
	left: 50%;
	position: relative;
	outline: none;
	cursor: pointer;
}
/*------------------------------------------------------------------------------------------------------------ CADASTRE-SE */


/*------------------------------------------------------------------------------------------------------------ NOTÍCIAS */
#noticias
{
	float: left;
	position: relative;
	width: 100%;
}

.noticias-ul
{
	float: left;
	width: 100%;
	left: 0%; 
	margin: 0 0 20px 0px;
	position: relative;
}

.noticias-li
{
	float: left;
	width: 45%;
	margin: 0 2.5% 30px 2.5%;
}

.noticias-li img
{
	width: 100%;
	margin: 0 0 0 0;
	height: 220.5px;
	overflow: hidden; 
	float: left;
}

.noticias-sub
{
	float: left;
	width: 100%;
}

.noticias-categoria
{
	float: left;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	font-weight: 300;
}

.noticias-data
{
	float: right;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	font-weight: 300;
}

.noticias-title
{
	font-family: 'roboto condensed';
	font-size: 16px;
	float: left;
	width: 90%;
	padding:15px 5% 15px 5%;
	height: 38px;
	overflow: hidden;
	line-height: 1.5;
}

.noticias-content
{
	font-family: 'roboto';
	font-size: 14px;
	float: left;
	width: 90%;
	margin:15px 5% 15px 5%;
	height:130px;
	overflow: hidden;
	line-height: 1.5;	
}

.noticias-a
{
	width: 90%;
	display: block;
	text-align: right;
	padding:10px 5% 20px 5%;
	font-size: 15px;
}
/*------------------------------------------------------------------------------------------------------------ NOTÍCIAS */


/*------------------------------------------------------------------------------------------------------------ CONTATO */
#contato
{
	float: left;
	position: relative;
	width: 100%;
}

.contato-content
{
	float: left;
	width: 100%;
	margin: 30px 0 30px 0;
}

.contato-frm
{
	float: left;
	width: 50%;
	margin: 0 25% 0 25%;
}

.contato-label
{
	float: left;
	width: 94%;
	font-family: 'roboto';
	font-size: 15px;
	font-weight: 300;
	line-height: 2;
	margin: 0 2% 0 2%;
}

.frm-contato-txt
{
	outline: none;
	font-family: 'roboto';
	border: none;
	padding: 9px 20px 9px 20px;
	font-size: 14px;
	width: 350px;
	margin: 0 0 15px 0;
}

.frm-contato-select
{
	outline: none;
	font-family: 'roboto';
	border: none;
	padding: 9px 00px 9px 20px;
	font-size: 14px;
	width: 390px;
	margin: 0 0 15px 0;
	font-size: 15px;
}

.home-map
{
	width: 100%;
	float: left;
	margin: 20px 0 30px 0;
	height: 300px;
	border: none;
}
/*------------------------------------------------------------------------------------------------------------ CONTATO */


/*------------------------------------------------------------------------------------------------------------ FOOTER */
footer
{
	width: 100%;
	float: left;
	border-top:10px solid #909090;
}

footer ul
{
	float: left;
	width: 100%;
	margin: 50px 0 50px 0;
}

footer li
{
	width: 30%;
	float: left;
	margin: 0 5% 0 0; 
}

footer li:last-child
{
	margin: 0 0 0 0;
}

.footer-title
{
	font-size: 18px;
	font-family: 'roboto condensed';
	margin: 0 0 20px 0;
}

.footer-a
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
}

.footer-a:hover
{
	text-decoration: underline;
}

.f-midias
{
	font-size:30px;
	margin: 10px 11px 30px 0;
}
/*------------------------------------------------------------------------------------------------------------ FOOTER */


/*------------------------------------------------------------------------------------------------------------ TOPO */
.topo
{
	position: fixed;
	bottom: 15px;
	right:15px;
	background: rgba(55,55,55,0.5);
}

.topo:hover
{
	background: #006FB5;
	transition: 0.5s;
}

.f-topo
{
	padding: 15px 15px 15px 15px;
}
/*------------------------------------------------------------------------------------------------------------ TOPO */


/*------------------------------------------------------------------------------------------------------------ MÍDIAS SOCIAIS */
.midias-sociais
{
	float: left;
	position: relative;
	width: 100%;
}

.midias-sociais ul
{
	text-align: center;
}

.midias-sociais li
{
	display: inline-block;
	margin:0 7px 0 7px;
}

.f-midias-sec
{
	font-size:40px;
}
/*------------------------------------------------------------------------------------------------------------ MÍDIAS SOCIAIS */

/*------------------------------------------------------------------------------------------------------------ VÍDEOS */
.inseri-video
{
    float: left;
    width: 550px;
    left:50%;
    margin:0 0 20px -275px;
    position: relative;
}

.inseri-video iframe
{
    height: 250px;
    width: 550px;
}
/*------------------------------------------------------------------------------------------------------------ VÍDEOS */

.musical-curso-img
{
	float: left;
	width: 70%;
	margin: 0 15% 0 15%;
	position: relative;
}


/*------------------------------------------------------------------------------------------------------------ IKEBANA */
.ikebana-img
{
	float: left;
	position: relative;
	margin: 30px 0 30px -90px;
	left: 50%;
	width: 180px;
}

.ikebana-img-01
{
	float: left;
	position: relative;
	margin: 0px 0 20px -225px;
	left: 50%;
	width: 450px;
}

.ikebana-img-02
{
	float: left;
	position: relative;
	margin: 10px 10px 30px 0px;
	width: 150px;
}


#importancia
{
	float: left;
	position: relative;
	width: 100%;
}
/*------------------------------------------------------------------------------------------------------------ IKEBANA */

#cultura-parceiros li
{
	float: left;
	display: inline-block;
	position: relative;
	width: 30%;
	margin: 0 1.5% 0 1.5%;
}

/*---------------------------------------------------------------------------------------------------------------------------- RESPONSIVE - 750px | 1000px */
}





/*---------------------------------------------------------------------------------------------------------------------------- RESPONSIVE - 1000px | 1250px */
@media only screen and (min-width: 1000px) 
{


/*------------------------------------------------------------------------------------------------------------ GERAL */
.content
{
	float: left;
	width: 950px;
	position: relative;
	margin: 0 0 0 -475px; 
	left: 50%;	
}

.title-01
{
	font-weight: 300;
	font-size: 25px;
	float: left;
	position: relative;
	width: 100%;
	text-align:center;
}

.title-01::after
{
	content: "";
    padding: 0 40px;
    position: absolute;
    bottom: -5px;
    border-width: 1px;
    border-style: solid;
    border-color: #006FB7;
    left: 50%;
    margin: 0 0 0 -40px;
}

.title-02
{
	font-weight: 300;
	font-size: 25px;
	float: left;
	position: relative;
	width: 100%;
	text-align:center;
}

.title-02::after
{
	content: "";
    padding: 0 40px;
    position: absolute;
    bottom: -5px;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    left: 50%;
    margin: 0 0 0 -40px;
}

.title-03
{
	font-weight: 300;
	font-size: 25px;
	float: left;
	position: relative;
	width: 100%;
}

.mbot-01
{
	margin-bottom: 40px;
}

.mbot-02
{
	margin-bottom: 25px;
}

.mbot-03
{
	margin-bottom: 15px;
}

.mbot-04
{
	margin-bottom: 10px;
}

.text-01
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 15px;
	font-weight: 300;
	line-height: 2;
	margin: 0 0 10px 0;
}

.text-02
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0 0 10px 0;
}

.text-03
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
	margin: 0 0 10px 0;
}

.text-04
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 15px;
	font-weight: 300;
	line-height: 2;
	margin: 0 0 22px 0;
}

.text-55
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 15px;
	font-weight: 300;
	line-height: 2;
	margin: 0 0 22px 0;
}

.mtop-01
{
	margin-top: 70px;
}

.mtop-02
{
	margin-top: 10px;
}

.mtop-03
{
	margin-top: 10px;
}

.mtop-05
{
    margin-top: 60px;
}

.subtitle-01
{
	font-weight: 300;
	font-size: 18px;
	width: 100%;
	float: left;
	font-family: 'roboto condensed';
}

.subtitle-02
{
	font-weight: 300;
	font-size: 18px;
	width: 100%;
	float: left;
	font-family: 'roboto condensed';
	text-align: center;
	width: 100%;
	line-height: 1.5;
}

.subtitle-03
{
	font-weight: 300;
	font-size: 25px;
	float: left;
	position: relative;
	width: 90%;
	text-transform: uppercase;
}

.tcenter
{
	text-align: center;
}

.btn-01
{
	border: none;
	border-radius: 10px;
	text-transform: uppercase;
	padding: 12px;
	width: 110px;
	margin: 0 0 15px -55px;
	position: relative;
	cursor: pointer;
	outline:none;
	left: 50%;
	border:1px solid #006FB5;
}

.btn-01:hover
{
	transition:0.5s;
	background: #006FB5;
	color: white;
}

.btn-02
{
	border: 2px solid #006FB5;
	cursor: pointer;
	border-radius: 10px;
	width: 150px;
	float: left;
	margin: 10px 0 20px 0;
	padding: 10px;
	text-transform: uppercase;
}

.btn-02:hover
{
	transition: 0.5s;
	background: #006FB5;
	color: white;
}

.controler-01
{
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0;
}

.bullet
{
    float: none;
    display: inline-block;
    margin: 0 5px 0 5px !important;
    height: 22px;
    width: 22px;
    background: #fff;
    border: 2px solid #006FB7;
    border-radius: 50%;
    transition: all .2s ease;
    cursor: pointer;
}

.bullet:first-child
{
	background: #006FB7;
}

.bg-none
{
	background: none;
}

.mokiti-title
{
    font-family: 'roboto';
    font-size: 40px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    float: left;
}

.mokiti-subtitle
{
    font-weight: 300;
    font-family: Roboto,sans-serif;
    margin-bottom: 10px;
    font-size: 23.5px;    
}

.cpmo-title
{
    font-family: 'roboto';
    font-size: 35px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    float: left;
}

.cpmo-subtitle
{
    font-weight: 300;
    font-family: Roboto,sans-serif;
    font-size: 28px;	
}

.texto-content-01
{
    font-family: Roboto,sans-serif;
    font-weight: 300;
    padding: 9px 0 9px 0;
    line-height: 2;
    font-size: 16px;
}

.li-4
{
	float: left;
	display: inline-block;
	width: 20%;
	margin:0 2.5% 0 2.5%;
}

.equipe-subtitle
{
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5;
    width: 100%;
    float: left;
    text-align: center;
    margin:0 0 10px 0;
    height: 60px;
    overflow: hidden;
}

.ul-full
{
    float: left;
    width: 100%;
    position:relative;
    margin-bottom: 20px;
}

.publicacoes-content
{
    width: 25%;
    float: left;
    position: relative;
    margin: 0 4% 70px 4%;
}

.publicacoes-content img
{
    width: 100%;
    float: left;
    margin: 0;
}

.publicacoes-mask
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,111,181,0.6);
}

.publicacoes-mask:hover
{
    background: none;
}

.publicacoes-mask:hover .publicacoes-mask-content
{
    display: none;
}

.publicacoes-mask-content
{
    font-size: 36px;
    line-height: 1.3;
    text-align:center;
    float: left;
    position: relative;
    width: 100%;    
    font-family: 'roboto';
    font-weight: 300;
}

.pl-1
{
    height: 50px;
    top:50%;
    margin-top: -25px; 
}

.pl-2
{
    height: 92px;
    top:50%;
    margin-top: -46px
}

.pl-3
{
    height: 138px;
    top:50%;
    margin-top: -69px
}

.pl-4
{
    height: 220px;
    top:50%;
    margin-top: -110px
}
/*------------------------------------------------------------------------------------------------------------ GERAL */


/*------------------------------------------------------------------- BAND */
#band
{
	float: left;
	position: relative;
	width: 100%;
	display: block;
}

#band-top
{
	float: left;
	position: relative;
	width: 100%;
	display: block;
}

#band ul
{
	float: right;
	margin: 8px 0;
	display: block;
}

#band li
{
	display: inline-block;
	margin: 0 0 0 30px;
}

#band li a
{
	font-size: 14px;
	letter-spacing: 0.8px;
	font-weight: 300;
}

.band-top-ul
{
	float: right;
	margin: 0px 0;
	display: block;
}

.band-top-li
{
	display: inline-block;
	margin: 0 0 0 30px;
	padding: 8px 0;
}

.band-top-li a
{
	font-size: 14px;
	letter-spacing: 0.8px;
	font-weight: 300;
}
/*------------------------------------------------------------------- BAND */


/*------------------------------------------------------------------- PRINCIPAL */
#principal
{
	float: left;
	position: relative;
	width: 100%;
}

.f-nav-header-principal
{
	font-size: 30px;
	position: relative;
	float: left;
	margin: 17px 0 0 0;
	cursor: pointer;
	float: left;
	display: none;
}

.fig-principal
{
	position: relative;
	float: left; 
	width: auto;
	margin:0 0 0 0;
}

.logo-principal
{
	float: left;
	width: 104px;
	position: relative;
	left: 0%;
	margin: 5px 20px 5px 0px;
	padding: 0;	
}

.frm-principal
{
	float: right;
	position: relative;
	width: 400px;
	left:0%;
	margin: 10px 0px 10px 0;
	border-radius: 0px;	
	display: block;
}

.frm-principal-txt
{
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding: 11px 10px 11px 15px;
	background: none;
	border-radius: 0px;
	color: black;	
	width: 315px;
	border:none;
	outline:none;
}

.frm-principal-txt::-webkit-input-placeholder
{
	font-size: 14px;
	color: #757575;
	font-family: 'Roboto', sans-serif;	
}

.frm-principal-txt:-moz-placeholder 
{
	font-size: 14px;
	color: #757575;
	font-family: 'Roboto', sans-serif;	
}

.frm-principal-txt::-moz-placeholder
{
	font-size: 14px;
	color: #757575;
	font-family: 'Roboto', sans-serif;	
}
 
.frm-principal-txt:-ms-input-placeholder
{
	font-size: 14px;
	color: #757575;
	font-family: 'Roboto', sans-serif;	
}

.f-frm-principal
{
	font-size: 17px;
	padding: 11px 15px 11px 15px;
	float: right;
	cursor: pointer;
}

#nav-principal
{
	float: right;
	width: auto;
	position: relative;
	background: white;
	display: block;
}

#nav-reduzida
{
	float: right;
	width: auto;
	position: relative;
	display: block;
}

.nav-principal-ul
{
	float: right;
	margin: 0px 0 0 0;
	width: 100%;
}

.nav-principal-li
{
	display: inline-block;
	margin-left:20px;
	width: auto;
	border: none;
	font-size: 15px;
}

.nav-principal-li:hover
{
	transition: 0.5s;
}

.nav-principal-li:first-child
{
	text-align: right;
	border: none;
	display: none;
}

.nav-principal-li a
{	
	padding: 5px 0;	
	margin-left: 0;	
}

.f-nav-mobile-principal
{
	font-size: 25px;
}

.nav-principal-ul-ul
{
	position: absolute;
	top:42px;
	z-index: 10;
	display: none;
	padding: 15px 15px 15px 15px;
	float: left;	
	background:#f2f2f2;
}

.ul-1
{
    top:30px;
}

.l-nav-top
{
	left: 260px;
}

.nav-principal-li:hover .nav-principal-ul-ul
{
	display: block;
}

.nav-principal-li-li
{
	padding: 7px 10px 7px 10px;
	width: 200px;	
	float: left;
}

.nav-superior-ul-ul
{
	position: absolute;
	top:35px;
	z-index: 10;
	display: none;
	padding: 15px 15px 15px 15px;
	float: left;	
	background:#f2f2f2;
}

.nav-superior-li:hover .nav-principal-ul-ul
{
	display: block;
}

.nav-superior-li-li
{
	padding: 7px 10px 7px 10px;
	width: 200px;	
	float: left;
}

.wid-1
{
	width: 240px;	
}

.wid-2
{
	width: 440px;	
}

.nav-principal-li-li a
{
	border-bottom: 1px solid #f2f2f2;
	font-size: 14px;
	font-weight: 300;
	padding: 0 0 5px 0;		
}

.nav-principal-li-li a:hover
{
	border-bottom: 1px solid #006FB5;
	color: #006FB5;
}

.c-menu2
{
	color: black;
	border-bottom: 2px solid white;	
}

.c-menu2:hover
{
	border-bottom: 2px solid #006FB7;	
	color:#006FB5;	
	transition: 0.5s;		
}

.c-menu3
{
	color: white;
	margin-top: 15px;
}
/*------------------------------------------------------------------- PRINCIPAL */


/*------------------------------------------------------------------------------------------------------------ CADASTRE-SE */
#register
{
	float: left;
	position: relative;
	width: 100%;
}

.register-content
{
	width: 600px;
	margin: 50px 0 50px -300px;
	float: left;
	position: relative;
	left: 50%;
	background: rgba(255,255,255,0.8);
}

.register-title
{
	font-family: 'roboto condensed';
	font-size: 20px;
	width: 100%;
	text-align: center;
	margin: 15px 0 15px 0;
}

.frm-register
{
	float: left;
	width: 80%;
	margin: 20px 10% 30px 10%;
}

.frm-register-txt
{
	float: left;
	width: 94%;
	font-family: roboto;
	font-size: 14px;
	padding: 10px 3% 10px 3%;
	border: none;
	border-bottom: 1px solid #006FB5;
	outline: none;
	margin: 0 0 15px 0;
	color: black;
}

.frm-register-txt::-webkit-input-placeholder
{
	font-size: 14px;
	color: gray;
	font-family: 'Roboto', sans-serif;	
}

.frm-register-txt:-moz-placeholder 
{
	font-size: 14px;
	color: gray;
	font-family: 'Roboto', sans-serif;	
}

.frm-register-txt::-moz-placeholder
{
	font-size: 14px;
	color: gray;
	font-family: 'Roboto', sans-serif;	
}
 
.frm-register-txt:-ms-input-placeholder
{
	font-size: 14px;
	color: gray;
	font-family: 'Roboto', sans-serif;	
}

.frm-register-check
{
	margin: 10px 10px 0 0;
}

.register-span-content
{
	font-family: 'roboto';
	font-size: 14px;
	line-height: 1.8;
}

.frm-register-btn
{
	width: 150px;
	float: left;
	border-radius: 10px;
	border: 2px solid #006FB5;
	text-transform: uppercase;
	font-family: 'roboto';
	font-size: 14px;
	padding: 10px;
	margin: 30px 0 30px -75px;
	left: 50%;
	position: relative;
	outline: none;
	cursor: pointer;
}
/*------------------------------------------------------------------------------------------------------------ CADASTRE-SE */


/*------------------------------------------------------------------------------------------------------------ NOTÍCIAS */
#noticias
{
	float: left;
	position: relative;
	width: 100%;
}

.noticias-ul
{
	float: left;
	width: 100%;
	left: 0%; 
	margin: 0 0 20px 0px;
	position: relative;
}

.noticias-li
{
	float: left;
	width: 30%;
	margin: 0 1.5% 30px 1.5%;
}

.noticias-li img
{
	width: 100%;
	margin: 0 0 0 0;
	height: 200px;
	overflow: hidden; 
	float: left;
}

.noticias-sub
{
	float: left;
	width: 100%;
}

.noticias-categoria
{
	float: left;
	padding: 15px 10px 15px 10px;
	font-size: 16px;
	font-weight: 300;
}

.noticias-data
{
	float: right;
	padding: 15px 10px 15px 10px;
	font-size: 16px;
	font-weight: 300;
}

.noticias-title
{
	font-family: 'roboto condensed';
	font-size: 18px;
	float: left;
	width: 90%;
	padding:15px 5% 15px 5%;
	height: 38px;
	overflow: hidden;
	line-height: 1.5;
}

.noticias-content
{
	font-family: 'roboto';
	font-size: 14px;
	float: left;
	width: 90%;
	margin:15px 5% 15px 5%;
	height:130px;
	overflow: hidden;
	line-height: 1.5;	
}

.noticias-a
{
	width: 90%;
	display: block;
	text-align: right;
	padding:10px 5% 20px 5%;
	font-size: 17px;
}
/*------------------------------------------------------------------------------------------------------------ NOTÍCIAS */


/*------------------------------------------------------------------------------------------------------------ CONTATO */
#contato
{
	float: left;
	position: relative;
	width: 100%;
}

.contato-content
{
	float: left;
	width: 50%;
	margin: 50px 0 50px 0;
}

.contato-frm
{
	float: left;
	width: 90%;
	margin: 0 0 0 0;
}

.contato-label
{
	float: left;
	width: 94%;
	font-family: 'roboto';
	font-size: 16px;
	font-weight: 300;
	line-height: 2;
	margin: 0 2% 0 2%;
}

.frm-contato-txt
{
	outline: none;
	font-family: 'roboto';
	border: none;
	padding: 9px 20px 9px 20px;
	font-size: 14px;
	width: 350px;
	margin: 0 0 15px 0;
}

.frm-contato-select
{
	outline: none;
	font-family: 'roboto';
	border: none;
	padding: 9px 00px 9px 20px;
	font-size: 14px;
	width: 390px;
	margin: 0 0 15px 0;
	font-size: 15px;
}

.home-map
{
	width: 100%;
	float: left;
	margin: 20px 0 30px 0;
	height: 300px;
	border: none;
}
/*------------------------------------------------------------------------------------------------------------ CONTATO */


/*------------------------------------------------------------------------------------------------------------ FOOTER */
footer
{
	width: 100%;
	float: left;
	border-top:10px solid #909090;
}

footer ul
{
	float: left;
	width: 100%;
	margin: 50px 0 50px 0;
}

footer li
{
	width: 30%;
	float: left;
	margin: 0 5% 0 0; 
}

footer li:last-child
{
	margin: 0 0 0 0;
}

.footer-title
{
	font-size: 18px;
	font-family: 'roboto condensed';
	margin: 0 0 20px 0;
}

.footer-a
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
}

.footer-a:hover
{
	text-decoration: underline;
}

.f-midias
{
	font-size:30px;
	margin: 10px 11px 30px 0;
}
/*------------------------------------------------------------------------------------------------------------ FOOTER */


/*------------------------------------------------------------------------------------------------------------ TOPO */
.topo
{
	position: fixed;
	bottom: 20px;
	right:20px;
	background: rgba(55,55,55,0.5);
}

.topo:hover
{
	background: #006FB5;
	transition: 0.5s;
}

.f-topo
{
	padding: 15px 15px 15px 15px;
}
/*------------------------------------------------------------------------------------------------------------ TOPO */


/*------------------------------------------------------------------------------------------------------------ MÍDIAS SOCIAIS */
.midias-sociais
{
	float: left;
	position: relative;
	width: 100%;
}

.midias-sociais ul
{
	text-align: center;
}

.midias-sociais li
{
	display: inline-block;
	margin:0 10px 0 10px;
}

.f-midias-sec
{
	font-size:45px;
}
/*------------------------------------------------------------------------------------------------------------ MÍDIAS SOCIAIS */

/*------------------------------------------------------------------------------------------------------------ VÍDEOS */
.inseri-video
{
    float: left;
    width: 600px;
    left:50%;
    margin:0 0 20px -300px;
    position: relative;
}

.inseri-video iframe
{
    height: 300px;
    width: 600px;
}
/*------------------------------------------------------------------------------------------------------------ VÍDEOS */

/*------------------------------------------------------------------------------------------------------------ NEW GALERIA */
.new-galeria
{
	float: left;
	width: 30%;
	margin:20px 1.5% 20px 1.5%;
	left:0%;
	position: relative;
}

.clear-no
{
	clear: none;
}

/*------------------------------------------------------------------------------------------------------------ NEW GALERIA */

/*------------------------------------------------------------------------------------------------------------ LISTA VÍDEOS */
.galeria-ul-videos
{
    float: left;
    width: 750px;
    left:50%;
    margin:0 0 70px -375px;
    position: relative;
}

.galeria-li-videos
{
    float: left;
    width: 45%;
    margin: 0 2.5% 25px 2.5%;
    position: relative;
}

.embed-container 
{ 
	position: relative; 
	height: 220px;  
	max-width:100%;
	margin-top: 0;
	margin-bottom: 0;
} 

.embed-container iframe, .embed-container object, .embed-container embed {
 position: absolute; 
 top: 0; 
 left: 0; 
 width: 100%; 
 height: 100%; 

}


/*------------------------------------------------------------------------------------------------------------ LISTA VÍDEOS */

/*------------------------------------------------------------------------------------------------------------ MUSICAL */
#musical-aspas
{
	float: left;
	width: 100%;
	position: relative;
	margin: 50px 0 50px 0;
}

.aspas
{
	border-top:2px solid #006FB5;
	border-bottom:2px solid #006FB5;
	width: 60%;
	float: left;
	position: relative;
	margin: 0 20% 0 20%;
}

.f-aspas-top
{
	float: left;
	position: absolute;
	font-size: 60px;
	background: white;
	padding: 0 25px 0 0;
	margin: -30px 0 0 0;
}

.f-aspas-bot
{
	float: right;
	position: absolute;
	font-size: 60px;
	background: white;
	padding: 0  0 0 25px;
	margin: 0 0 0 -81px;
	left: 100%;
	bottom: -30px;
}

#musical-aspas p
{
	float: left;
	position: relative;
	margin: 50px 10% 50px 10%; 
	width: 80%;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
}

.setor-musical-img
{
	float: left;
	position: relative;
	margin: 50px 0 50px -125px;
	left: 50%;
	width: 250px;
}

.news-back-musical
{
    background-image: url("../images/musical/home/bg-news-musical.png"); 
}

.news-back-socio
{
    background-image: url("../images/socioambiental/bg-news-socioambiental.jpg"); 
}


.musical-margin-left
{
	margin-left: 300px;
}

#musical-cursos
{
	float: left;
	position: relative;
	width: 100%;
}


#musical-galeria
{
	float: left;
	position: relative;
	width: 100%;
}




/*------------------------------------------------------------------------------------------------------------ MUSICAL */

/*------------------------------------------------------------------------------------------------------------ SOCIO */
#socio-meio-ambiente
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-meio-ambiente ul
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-meio-ambiente li
{
	display: inline-block;
	margin: 0 10% 0 10%;
	float: left;
	position: relative;
	width: 80%;
}

#socio-meio-ambiente li img
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-meio-ambiente h3
{
	font-family: "Roboto Condensed",sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.25;
	float: left;
	position: relative;
	width: 90%;
	margin: 10px 5% 5px 5%;
	text-align: center;
	height: 50px;
	overflow: hidden;
}

#socio-meio-ambiente p
{
	width: 90%;
	margin: 10px 5% 20px 5%;
	text-align: center;
	font-size: 14px;
	float: left;
	position: relative;	
	height: 51px;
	overflow: hidden;	
}

#socio-educacao
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-educacao ul
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-educacao li
{
	display: inline-block;
	margin: 0 10% 0 10%;
	float: left;
	position: relative;
	width: 80%;
}

#socio-educacao li img
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-educacao h3
{
	font-family: "Roboto Condensed",sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.25;
	float: left;
	position: relative;
	width: 90%;
	margin: 10px 5% 5px 5%;
	text-align: center;
	height: 50px;
	overflow: hidden;
}

#socio-educacao p
{
	width: 90%;
	margin: 10px 5% 20px 5%;
	text-align: center;
	font-size: 14px;
	float: left;
	position: relative;	
	height: 51px;
	overflow: hidden;	
}

#socio-voluntariado
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-voluntariado ul
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-voluntariado li
{
	display: inline-block;
	margin: 0 10% 0 10%;
	float: left;
	position: relative;
	width: 80%;
}

#socio-voluntariado li img
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-voluntariado h3
{
	font-family: "Roboto Condensed",sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.25;
	float: left;
	position: relative;
	width: 90%;
	margin: 10px 5% 5px 5%;
	text-align: center;
	height: 50px;
	overflow: hidden;
}

#socio-voluntariado p
{
	width: 90%;
	margin: 10px 5% 20px 5%;
	text-align: center;
	font-size: 14px;
	float: left;
	position: relative;	
	height: 51px;
	overflow: hidden;	
}

#socio-galeria
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-img
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-img img
{
	float: left;
	position: relative;
	width: 80%;
	margin: 0 10% 20px 10%;
}

#socio-atividades
{
	float: left;
	position: relative;
	width: 100%;
}

#voluntariado-area
{
	float: left;
	position: relative;
	width: 100%;
}

#voluntariado-area ul
{
	float: left;
	position: relative;
	width: 100%;
}

#voluntariado-area li
{
	float: left;
	position: relative;
	width: 22%;
	margin: 0 1.5% 20px 1.5%;
}

#voluntariado-area li img
{
	float: left;
	position: relative;
	width: 100%;
}

#voluntariado-area h2
{
	float: left;
	position: relative;
	width: 90%;
	text-align: center;
	font-weight: normal;
	font-size: 19px;
	margin: 10px 5% 15px 5%;
}

#programas-area
{
	float: left;
	position: relative;
	width: 100%;
}

.volun-img
{
	position: relative;
	float: left;
	width: 200px;
	left: 50%;
	margin: 30px 0 15px -100px;
}

#campanha-volun
{
	float: left;
	position: relative;
	width: 100%;
}

.campanha-volun-part
{
	float: left;
	position: relative;
	width: 50%;
}

.campanha-volun-part img
{
	float: left;
}

.campanha-volun-part h2
{
	font-family: 'roboto condensed';
	font-weight: 800;
	font-size: 30px;
	margin: 50px 0 20px 50px;
}

.campanha-volun-part p
{
	font-weight: 300;
	line-height: 2;
	font-size: 17px;
	margin: 0px 0 20px 50px;	
}

/*------------------------------------------------------------------------------------------------------------ SOCIO */


/*---------------------------------------------------------------------------------------------------------------------------- RESPONSIVE - 1000px | 1250px */
}





/*---------------------------------------------------------------------------------------------------------------------------- RESPONSIVE - 1250px | > */
@media only screen and (min-width: 1250px) 
{


/*------------------------------------------------------------------------------------------------------------ GERAL */
.content
{
	float: left;
	width: 1200px;
	position: relative;
	margin: 0 0 0 -600px; 
	left: 50%;	
}

.title-01
{
	font-weight: 300;
	font-size: 30px;
	float: left;
	position: relative;
	width: 100%;
	text-align:center;
}

.title-01::after
{
	content: "";
    padding: 0 50px;
    position: absolute;
    bottom: -5px;
    border-width: 1px;
    border-style: solid;
    border-color: #006FB7;
    left: 50%;
    margin: 0 0 0 -50px;
}

.title-02
{
	font-weight: 300;
	font-size: 30px;
	float: left;
	position: relative;
	width: 100%;
	text-align:center;
}

.title-02::after
{
	content: "";
    padding: 0 50px;
    position: absolute;
    bottom: -5px;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    left: 50%;
    margin: 0 0 0 -50px;
}

.title-03
{
	font-weight: 300;
	font-size: 30px;
	float: left;
	position: relative;
	width: 100%;
}

.mbot-01
{
	margin-bottom: 50px;
}

.mbot-02
{
	margin-bottom: 25px;
}

.mbot-03
{
	margin-bottom: 25px;
}

.mbot-04
{
	margin-bottom: 10px;
}

.text-01
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 17px;
	font-weight: 300;
	line-height: 2;
	margin: 0 0 12px 0;
}

.text-02
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.7;
	margin: 0 0 10px 0;
}

.text-03
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
	margin: 0 0 10px 0;
}

.text-04
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 16px;
	font-weight: 300;
	line-height: 2;
	margin: 0 0 22px 0;
}

.text-55
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 15px;
	font-weight: 300;
	line-height: 2;
	margin: -30px 0 30px 0;
	text-align: center;
}

.mtop-01
{
	margin-top: 100px;
}

.mtop-02
{
	margin-top: 10px;
}

.mtop-03
{
	margin-top: 20px;
}

.mtop-05
{
    margin-top: 60px;
}

.subtitle-01
{
	font-weight: 300;
	font-size: 20px;
	width: 100%;
	float: left;
	font-family: 'roboto condensed';
}

.subtitle-02
{
	font-weight: 300;
	font-size: 18px;
	width: 100%;
	float: left;
	font-family: 'roboto condensed';
	text-align: center;
	width: 100%;
	line-height: 1.5;
}

.subtitle-03
{
	font-weight: 300;
	font-size: 25px;
	float: left;
	position: relative;
	width: 90%;
	text-transform: uppercase;
}

.tcenter
{
	text-align: center;
}

.btn-01
{
	border: none;
	border-radius: 10px;
	text-transform: uppercase;
	padding: 15px;
	width: 130px;
	margin: 0 0 15px -65px;
	position: relative;
	cursor: pointer;
	outline:none;
	left: 50%;
	border:1px solid #006FB5;
}

.btn-01:hover
{
	transition:0.5s;
	background: #006FB5;
	color: white;
}

.btn-02
{
	border: 2px solid #006FB5;
	cursor: pointer;
	border-radius: 10px;
	width: 150px;
	float: left;
	margin: 10px 0 20px 0;
	padding: 10px;
	text-transform: uppercase;
}

.btn-02:hover
{
	transition: 0.5s;
	background: #006FB5;
	color: white;
}

.controler-01
{
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 70px 0;
}

.bullet
{
    float: none;
    display: inline-block;
    margin: 0 4px 0 4px !important;
    height: 25px;
    width: 25px;
    background: #fff;
    border: 2px solid #006FB7;
    border-radius: 50%;
    transition: all .2s ease;
    cursor: pointer;
}

.bullet:first-child
{
	background: #006FB7;
}

.bg-none
{
	background: none;
}

.mokiti-title
{
    font-family: 'roboto';
    font-size: 50px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    float: left;
}

.mokiti-subtitle
{
    font-weight: 300;
    font-family: Roboto,sans-serif;
    margin-bottom: 10px;
    font-size: 30px;	
}

.cpmo-title
{
    font-family: 'roboto';
    font-size: 48px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    float: left;
}

.cpmo-subtitle
{
    font-weight: 300;
    font-family: Roboto,sans-serif;
    font-size: 36px;	
}

.texto-content-01
{
	font-family: Roboto,sans-serif;
    font-weight: 300;
    padding: 10px 0 10px 0;
    line-height: 2;
    font-size: 16.6px;
}

.li-4
{
	float: left;
	display: inline-block;
	width: 20%;
	margin:0 2.5% 0 2.5%;
}

.equipe-subtitle
{
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5;
    width: 100%;
    float: left;
    text-align: center;
    margin:0 0 10px 0;
    height: 57px;
    overflow: hidden;
}

.publicacoes-content
{
    width: 25%;
    float: left;
    position: relative;
    margin: 0 4% 70px 4%;
}

.publicacoes-content img
{
    width: 100%;
    float: left;
    margin: 0;
}

.publicacoes-mask
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,111,181,0.6);
}

.publicacoes-mask:hover
{
    background: none;
}

.publicacoes-mask:hover .publicacoes-mask-content
{
    display: none;
}

.publicacoes-mask-content
{
    font-size: 36px;
    line-height: 1.3;
    text-align:center;
    float: left;
    position: relative;
    width: 100%;    
    font-family: 'roboto';
    font-weight: 300;
}

.pl-1
{
    height: 50px;
    top:50%;
    margin-top: -25px; 
}

.pl-2
{
    height: 92px;
    top:50%;
    margin-top: -46px
}

.pl-3
{
    height: 138px;
    top:50%;
    margin-top: -69px
}

.pl-4
{
    height: 190px;
    top:50%;
    margin-top: -95px
}
/*------------------------------------------------------------------------------------------------------------ GERAL */

/*------------------------------------------------------------------------------------------------------------ GALERIA */
.galeria-ul
{
    float: left;
    width: 80%;
    left: 0%; 
    margin: 0 10% 25px 10%;
    position: relative;
}

.galeria-li
{
    float: left;
    width: 28%;
    margin: 0 2.5% 40px 2.5%;
}

.galeria-li img
{
    width: 100%;
    float: left;
}

.galeria-title
{
    float: left;
    width: 90%;
    font-weight: 500;
    padding: 7px 5% 7px 5%;
    font-size: 20px;
    height: 48px;
    overflow: hidden;
}
/*------------------------------------------------------------------------------------------------------------ GALERIA */

/*------------------------------------------------------------------- BAND */
#band
{
	float: left;
	position: relative;
	width: 100%;
	display: block;
}

#band-top
{
	float: left;
	position: relative;
	width: 100%;
	display: block;
}

#band ul
{
	float: right;
	margin: 9px 0;
	display: block;
}

#band li
{
	display: inline-block;
	margin: 0 0 0 30px;
}

#band li a
{
	font-size: 14px;
	letter-spacing: 0.8px;
	font-weight: 300;
}

.band-top-ul
{
	float: right;
	margin: 0px 0;
	display: block;
}

.band-top-li
{
	display: inline-block;
	margin: 0 0 0 30px;
	padding: 9px 0;
}

.band-top-li a
{
	font-size: 14px;
	letter-spacing: 0.8px;
	font-weight: 300;
}
/*------------------------------------------------------------------- BAND */


/*------------------------------------------------------------------- PRINCIPAL */
#principal
{
	float: left;
	position: relative;
	width: 100%;
}

.f-nav-header-principal
{
	font-size: 30px;
	position: relative;
	float: left;
	margin: 17px 0 0 0;
	cursor: pointer;
	float: left;
	display: none;
}

.fig-principal
{
	position: relative;
	float: left; 
	width: auto;
	margin:0 0 0 0;
}

.logo-principal
{
	float: left;
	width: 104px;
	position: relative;
	left: 0%;
	margin: 5px 20px 5px 0px;
	padding: 0;	
}

.frm-principal
{
	float: right;
	position: relative;
	width: 400px;
	left:0%;
	margin: 10px 0px 10px 200px;
	border-radius: 0px;	
	display: block;
}

.frm-principal-txt
{
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	padding: 10px 10px 10px 15px;
	background: none;
	border-radius: 0px;
	color: black;	
	width: 315px;
	border:none;
	outline:none;
}

.frm-principal-txt::-webkit-input-placeholder
{
	font-size: 15px;
	color: #757575;
	font-family: 'Roboto', sans-serif;	
}

.frm-principal-txt:-moz-placeholder 
{
	font-size: 15px;
	color: #757575;
	font-family: 'Roboto', sans-serif;	
}

.frm-principal-txt::-moz-placeholder
{
	font-size: 15px;
	color: #757575;
	font-family: 'Roboto', sans-serif;	
}
 
.frm-principal-txt:-ms-input-placeholder
{
	font-size: 15px;
	color: #757575;
	font-family: 'Roboto', sans-serif;	
}

.f-frm-principal
{
	font-size: 18px;
	padding: 10px 15px 10px 15px;
	float: right;
	cursor: pointer;
}

#nav-principal
{
	float: right;
	width: auto;
	position: relative;
	background: white;
	display: block;
}

.nav-principal-ul
{
	float: right;
	margin: 0px 0 0 0;
	width: auto;
	display: block;	
	top:0;
	left:0;	
	position: relative;
}

.nav-principal-li
{
	display: block;
	margin-left:28px;
	width: auto;
	border: none;	
	font-size: 16px;
	float: left;
	position: relative;
}

.nav-principal-li:hover
{
	transition: 0.5s;
}

.nav-principal-li:first-child
{
	text-align: right;
	border: none;
	display: none;
}

.nav-principal-li a
{	
	padding: 5px 0;		
	margin-left: 0;	
}

.c-menu2
{
	color: black;
	border-bottom: 2px solid white;	
}

.c-menu2:hover
{
	border-bottom: 2px solid #006FB7;	
	color:#006FB5;	
	transition: 0.5s;		
}

.c-menu3
{
	color: white;
	margin-top: 12.5px;
}

.f-nav-mobile-principal
{
	font-size: 25px;
}

.nav-principal-ul-ul
{
	position: absolute;
	top:33px;
	z-index: 10;
	display: none;
	padding: 15px 15px 15px 15px;
	float: left;	
	background:#f2f2f2;
}

.ul-1
{
    top:31px;
}

.l-nav-top
{
	left: 460px;
}

.nav-principal-li:hover .nav-principal-ul-ul
{
	display: block;
}

.nav-principal-li-li
{
	padding: 7px 10px 7px 10px;
	width: 250px;	
	float: left;
}

.nav-superior-ul-ul
{
	position: absolute;
	top:37px;
	z-index: 10;
	display: none;
	padding: 15px 15px 15px 15px;
	float: left;	
	background:#f2f2f2;
}

.nav-superior-li:hover .nav-principal-ul-ul
{
	display: block;
}

.nav-superior-li-li
{
	padding: 7px 10px 7px 10px;
	width: 250px;	
	float: left;
}

.wid-1
{
	width: 270px;	
}

.wid-2
{
	width: 540px;	
}

.nav-superior-li-li a
{
	border-bottom: 1px solid #f2f2f2;
	font-size: 15px;
	font-weight: 300;
	padding: 0 0 5px 0;		
}

.nav-superior-li-li a:hover
{
	border-bottom: 1px solid #006FB5;
	color: #006FB5;
}
/*------------------------------------------------------------------- PRINCIPAL */


/*------------------------------------------------------------------- REDUZIDO */
#reduzido
{
	width:100%;
	position: fixed;
	top:0; 
	display: none;
}

.fig-reduzido
{
	margin:0;
	float: left;
	position: relative;
}

.logo-reduzido
{
	float: left;
	position: relative;
	width: 45px;
	margin:5px 0;
}
/*------------------------------------------------------------------- REDUZIDO */


/*------------------------------------------------------------------------------------------------------------ CADASTRE-SE */
#register
{
	float: left;
	position: relative;
	width: 100%;
}

.register-content
{
	width: 600px;
	margin: 50px 0 50px -300px;
	float: left;
	position: relative;
	left: 50%;
	background: rgba(255,255,255,0.8);
}

.register-title
{
	font-family: 'roboto condensed';
	font-size: 30px;
	width: 100%;
	text-align: center;
	margin: 30px 0 30px 0;
}

.frm-register
{
	float: left;
	width: 80%;
	margin: 20px 10% 50px 10%;
}

.frm-register-txt
{
	float: left;
	width: 94%;
	font-family: roboto;
	font-size: 16px;
	padding: 10px 3% 10px 3%;
	border: none;
	border-bottom: 1px solid #006FB5;
	outline: none;
	margin: 0 0 15px 0;
	color: black;
}

.frm-register-txt::-webkit-input-placeholder
{
	font-size: 16px;
	color: gray;
	font-family: 'Roboto', sans-serif;	
}

.frm-register-txt:-moz-placeholder 
{
	font-size: 16px;
	color: gray;
	font-family: 'Roboto', sans-serif;	
}

.frm-register-txt::-moz-placeholder
{
	font-size: 16px;
	color: gray;
	font-family: 'Roboto', sans-serif;	
}
 
.frm-register-txt:-ms-input-placeholder
{
	font-size: 16px;
	color: gray;
	font-family: 'Roboto', sans-serif;	
}

.frm-register-check
{
	margin: 10px 10px 0 0;
}

.register-span-content
{
	font-family: 'roboto';
	font-size: 16px;
	line-height: 1.8;
}

.frm-register-btn
{
	width: 150px;
	float: left;
	border-radius: 10px;
	border: 2px solid #006FB5;
	text-transform: uppercase;
	font-family: 'roboto';
	font-size: 15px;
	padding: 10px;
	margin: 30px 0 30px -75px;
	left: 50%;
	position: relative;
	outline: none;
	cursor: pointer;
}
/*------------------------------------------------------------------------------------------------------------ CADASTRE-SE */


/*------------------------------------------------------------------------------------------------------------ NOTÍCIAS */
#noticias
{
	float: left;
	position: relative;
	width: 100%;
}

.noticias-ul
{
	float: left;
	width: 100%;
	left: 0%; 
	margin: 0 0 25px 0px;
	position: relative;
}

.noticias-li
{
	float: left;
	width: 30%;
	margin: 0 1.5% 40px 1.5%;
}

.noticias-li img
{
	width: 100%;
	margin: 0 0 0 0;
	height: 252px;
	overflow: hidden; 
	float: left;
}

.noticias-sub
{
	float: left;
	width: 100%;
}

.noticias-categoria
{
	float: left;
	padding: 15px 10px 15px 10px;
	font-size: 16px;
	font-weight: 300;
}

.noticias-data
{
	float: right;
	padding: 15px 10px 15px 10px;
	font-size: 16px;
	font-weight: 300;
}

.noticias-title
{
	font-family: 'roboto condensed';
	font-size: 18px;
	float: left;
	width: 90%;
	padding:15px 5% 15px 5%;
	height: 38px;
	overflow: hidden;
	line-height: 1.5;
}

.noticias-content
{
	font-family: 'roboto';
	font-size: 14.5px;
	float: left;
	width: 90%;
	margin:15px 5% 15px 5%;
	height:150px;
	overflow: hidden;
	line-height: 1.5;	
}

.noticias-a
{
	width: 90%;
	display: block;
	text-align: right;
	padding:10px 5% 20px 5%;
	font-size: 17px;
}
/*------------------------------------------------------------------------------------------------------------ NOTÍCIAS */


/*------------------------------------------------------------------------------------------------------------ CONTATO */
#contato
{
	float: left;
	position: relative;
	width: 100%;
}

.contato-content
{
	float: left;
	width: 50%;
	margin: 50px 0 50px 0;
}

.contato-frm
{
	float: left;
	width: 90%;
	margin: 0 0 0 0;
}

.contato-label
{
	float: left;
	width: 94%;
	font-family: 'roboto';
	font-size: 18px;
	font-weight: 300;
	line-height: 2;
	margin: 0 2% 0 2%;
}

.frm-contato-txt
{
	outline: none;
	font-family: 'roboto';
	border: none;
	padding: 9px 20px 9px 20px;
	font-size: 15px;
	width: 420px;
	margin: 0 0 15px 0;
}

.frm-contato-select
{
	outline: none;
	font-family: 'roboto';
	border: none;
	padding: 9px 00px 9px 20px;
	font-size: 15px;
	width: 460px;
	margin: 0 0 15px 0;
	font-size: 15px;
}

.home-map
{
	width: 100%;
	float: left;
	margin: 20px 0 30px 0;
	height: 300px;
	border: none;
}
/*------------------------------------------------------------------------------------------------------------ CONTATO */


/*------------------------------------------------------------------------------------------------------------ FOOTER */
footer
{
	width: 100%;
	float: left;
	border-top:10px solid #909090;
}

footer ul
{
	float: left;
	width: 100%;
	margin: 50px 0 50px 0;
}

footer li
{
	width: 30%;
	float: left;
	margin: 0 5% 0 0; 
}

footer li:last-child
{
	margin: 0 0 0 0;
}

.footer-title
{
	font-size: 18px;
	font-family: 'roboto condensed';
	margin: 0 0 20px 0;
}

.footer-a
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
}

.footer-a:hover
{
	text-decoration: underline;
}

.f-midias
{
	font-size:30px;
	margin: 10px 11px 30px 0;
}
/*------------------------------------------------------------------------------------------------------------ FOOTER */


/*------------------------------------------------------------------------------------------------------------ TOPO */
.topo
{
	position: fixed;
	bottom: 20px;
	right:20px;
	background: rgba(55,55,55,0.5);
}

.topo:hover
{
	background: #006FB5;
	transition: 0.5s;
}

.f-topo
{
	padding: 15px 15px 15px 15px;
}
/*------------------------------------------------------------------------------------------------------------ TOPO */


/*------------------------------------------------------------------------------------------------------------ MÍDIAS SOCIAIS */
.midias-sociais
{
	float: left;
	position: relative;
	width: 100%;
}

.midias-sociais ul
{
	text-align: center;
}

.midias-sociais li
{
	display: inline-block;
	margin:0 10px 0 10px;
}

.f-midias-sec
{
	font-size: 50px;
}
/*------------------------------------------------------------------------------------------------------------ MÍDIAS SOCIAIS */

/*------------------------------------------------------------------------------------------------------------ VÍDEOS */
.inseri-video
{
    float: left;
    width: 700px;
    left:50%;
    margin:0 0 50px -350px;
    position: relative;
}

.inseri-video iframe
{
    height: 368px;
    width: 700px;
}
/*------------------------------------------------------------------------------------------------------------ VÍDEOS */

/*------------------------------------------------------------------------------------------------------------ LISTA VÍDEOS */
.galeria-ul-videos
{
    float: left;
    width: 750px;
    left:50%;
    margin:0 0 70px -375px;
    position: relative;
}

.galeria-li-videos
{
    float: left;
    width: 45%;
    margin: 0 2.5% 25px 2.5%;
    position: relative;
}

.embed-container 
{ 
	position: relative; 
	height: 220px;  
	max-width:100%;
	margin-top: 0;
	margin-bottom: 0;
} 

.embed-container iframe, .embed-container object, .embed-container embed {
 position: absolute; 
 top: 0; 
 left: 0; 
 width: 100%; 
 height: 100%; 

}


/*------------------------------------------------------------------------------------------------------------ LISTA VÍDEOS */


/*------------------------------------------------------------------------------------------------------------ MUSICAL */
#musical-aspas
{
	float: left;
	width: 100%;
	position: relative;
	margin: 50px 0 50px 0;
}

.aspas
{
	border-top:2px solid #006FB5;
	border-bottom:2px solid #006FB5;
	width: 60%;
	float: left;
	position: relative;
	margin: 0 20% 0 20%;
}

.f-aspas-top
{
	float: left;
	position: absolute;
	font-size: 60px;
	background: white;
	padding: 0 25px 0 0;
	margin: -30px 0 0 0;
}

.f-aspas-bot
{
	float: right;
	position: absolute;
	font-size: 60px;
	background: white;
	padding: 0  0 0 25px;
	margin: 0 0 0 -81px;
	left: 100%;
	bottom: -30px;
}

#musical-aspas p
{
	float: left;
	position: relative;
	margin: 50px 10% 50px 10%; 
	width: 80%;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
}

.setor-musical-img
{
	float: left;
	position: relative;
	margin: 50px 0 50px -125px;
	left: 50%;
	width: 250px;
}

.news-back-musical
{
    background-image: url("../images/musical/home/bg-news-musical.png"); 
}

.musical-margin-left
{
	margin-left: 300px;
}

#musical-cursos
{
	float: left;
	position: relative;
	width: 100%;
}


#musical-galeria
{
	float: left;
	position: relative;
	width: 100%;
}
/*------------------------------------------------------------------------------------------------------------ MUSICAL */


/*------------------------------------------------------------------------------------------------------------ IKEBANA */
.ikebana-img
{
	float: left;
	position: relative;
	margin: 50px 0 50px -125px;
	left: 50%;
	width: 250px;
}

.ikebana-img-01
{
	float: left;
	position: relative;
	margin: 0px 0 50px -300px;
	left: 50%;
	width: 600px;
}

.ikebana-img-02
{
	float: left;
	position: relative;
	margin: 10px 10px 30px 0px;
	width: 210px;
}


#importancia
{
	float: left;
	position: relative;
	width: 100%;
}
/*------------------------------------------------------------------------------------------------------------ IKEBANA */

/*------------------------------------------------------------------------------------------------------------ CULTURA */
#cultura-parceiros
{
	float: left;
	position: relative;
	width: 100%;
}

#cultura-parceiros ul
{
	width: 100%;
	float: left;
	position: relative;
}

#cultura-parceiros li
{
	float: left;
	display: inline-block;
	position: relative;
	width: 30%;
	margin: 0 1.5% 0 1.5%;
}

#cultura-parceiros img
{
	width: 80%;
	margin: 0 10% 0 10%;
}

.cultura-title
{
	float: left;
	position: relative;
	width: 90%;
	margin: 10px 5% 25px 5%;
	text-align: center;	
	height: 46px;
	overflow: hidden;
	font-size: 20px;
}

#cultura-galeria
{
	float: left;
	position: relative;
	width: 100%;
}
/*------------------------------------------------------------------------------------------------------------ CULTURA */

/*------------------------------------------------------------------------------------------------------------ SOCIO */
#socio-meio-ambiente
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-meio-ambiente ul
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-meio-ambiente li
{
	display: inline-block;
	margin: 0 1.5% 0 1.5%;
	float: left;
	position: relative;
	width: 22%;
}

#socio-meio-ambiente li img
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-meio-ambiente h3
{
	font-family: "Roboto Condensed",sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.25;
	float: left;
	position: relative;
	width: 90%;
	margin: 10px 5% 5px 5%;
	text-align: center;
	height: 50px;
	overflow: hidden;
}

#socio-meio-ambiente p
{
	width: 90%;
	margin: 10px 5% 20px 5%;
	text-align: center;
	font-size: 14px;
	float: left;
	position: relative;	
	height: 51px;
	overflow: hidden;	
}

#socio-educacao
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-educacao ul
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-educacao li
{
	display: inline-block;
	margin: 0 1.5% 0 1.5%;
	float: left;
	position: relative;
	width: 22%;
}

#socio-educacao li img
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-educacao h3
{
	font-family: "Roboto Condensed",sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.25;
	float: left;
	position: relative;
	width: 90%;
	margin: 10px 5% 5px 5%;
	text-align: center;
	height: 50px;
	overflow: hidden;
}

#socio-educacao p
{
	width: 90%;
	margin: 10px 5% 20px 5%;
	text-align: center;
	font-size: 14px;
	float: left;
	position: relative;	
	height: 51px;
	overflow: hidden;	
}

#socio-voluntariado
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-voluntariado ul
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-voluntariado li
{
	display: inline-block;
	margin: 0 1.5% 0 1.5%;
	float: left;
	position: relative;
	width: 30%;
}

#socio-voluntariado li img
{
	float: left;
	position: relative;
	width: 100%;
}

#socio-voluntariado h3
{
	font-family: "Roboto Condensed",sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.25;
	float: left;
	position: relative;
	width: 90%;
	margin: 10px 5% 5px 5%;
	text-align: center;
	height: 50px;
	overflow: hidden;
}

#socio-voluntariado p
{
	width: 90%;
	margin: 10px 5% 20px 5%;
	text-align: center;
	font-size: 14px;
	float: left;
	position: relative;	
	height: 51px;
	overflow: hidden;	
}

#socio-galeria
{
	float: left;
	position: relative;
	width: 100%;
}


/*------------------------------------------------------------------------------------------------------------ SOCIO */

/*---------------------------------------------------------------------------------------------------------------------------- RESPONSIVE - 1250px | > */
}
