*{
	padding: 0;
	margin: 0;
}
@font-face{
	font-family: "Open";
	src: url(../font/opensans.ttf) format('truetype');
}


body{
	background-image: url(../img/logo/logo_feminus_fundo.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> PRIMEIRO BLOCO DO SITE "EMPRESA"*/
div.conteudo{
	margin: 0 auto;
	max-width: 960px;
}
.info_empresa{
	min-height: 400px;
}
div.empresa{
	background-attachment: fixed;
	background-image: url(../img/grid.png), url(../img/banner-bg.png);
	background-position: center;
	background-color: rgba(0,0,0,0.5) ;/*rgba(255,0,162,0.5)*/
	/*background-blend-mode: multiply;*/
}
.bloco_flutuante{
	text-align: center;
}
.bloco_flutuante a{
	display: inline-block;
	text-align: center;
}
.info_empresa img{
	margin-top:70px;
	width: 59%;
}

.info_empresa div{
	/*max-width:70%;	*/
	font-family: Arial, sans-serif;
	box-sizing: padding-box;

}
.info_empresa p{
	text-align: justify;
	line-height: 1.7em;
	margin-top: 25px;
	padding: 10px;
	color: white /*#5B003A*/;
	font-weight: 600;
}

.info_empresa h1{
	text-align: center;
	color: white /*#5B003A*/;
}
.info_empresa h2{
	text-align: center;
	color: #e48dff /*#FF5CC4*/;
}


h1{
	padding: 10px;	
}
h2{
	font-size: 1.0em;
	padding: 10px;
}
a.link_btn{
	font-family: "Open", sans-serif;
	text-decoration: none;
	text-align: center;
	/*margin-left: 0px;*/
	color: white;
	padding: 5px;;
	background-color: #9338af /*#FF00A2*/;
	font-weight: bold;
	border-radius: 5px;
	transition:background-color 0.5s;
}
a.link_btn:hover{
	color: #FF00A2;
	background-color: white;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> SEGUDNO BLOCO DO SITE "CERTIFICADO"*/
.bloco_certificado{
	color:#444;
	font-family: 'Open', sans-serif;
	background-color: white;
}
.certificado{
	text-align: center;
	box-sizing:border-box;
	padding: 10px;
	margin-bottom: 20px;
	flex:1;
}
.certificado img{
	text-align: center;
	width: 20%;
}
.certificado h1{
	font-size: 1.4em;
}

.certificado div{
	text-align: center;
	margin-top: 10px;
	font-size: 1.2em;
	/*float: right;*/
	width: 100%;
}
@media screen and (max-width: 900px){
	.certificado img{
		width: 35%;
	}
}
@media screen and (max-width: 480px){
	.certificado img{
		width: 80%;
	}
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> SEGUDNO BLOCO DO SITE "EQUIPE"*/

.bloco_equipe{
	color:#444;
	font-family: "Open", sans-serif;
}


.equipe h1{
	padding: 0;
	text-align: center;
	line-height: 75px;
}
.flex{
	width: 100%;
	min-height: 250px;
	display: flex;
	justify-content:center;
}
.column{
	flex-direction:column;
}
div.equipe{
	box-sizing:border-box;
	padding: 0px;
	flex:1;
}
div.equipe div{
	text-align: center;
	font-size: 1.2em;
	float: left;
	width: 30%;
}

div.equipe img{
	float: right;
	width: 40%;
}

@media screen and (max-width: 900px){

.bloco_equipe div.equipe img{
	float: right;
	width: 55%;
}
}

@media screen and (max-width: 480px){
	.flex{
		flex-direction:column;
	}
	
}

@media screen and (max-width: 880px){
	/*
	.menu form{
		display: none;
	}
	*/
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> QUARTO BLOCO DO SITE "CONTATOS"*/
.contato{
	/*background-color: rgba(211,83,252,1);*/
	/*background-color: rgba(255,0,162,1);*/
	background-image: url(../img/symphony/symphonyPink.png);
	/*background-blend-mode:multiply;*/
	box-sizing: padding-box;
	padding: 10px;
	color: white;
}

.contato iframe{
	box-sizing:border-box;
	width: 100%;
	border: 4px dotted white /*rgba(0,0,0,0.5)*/;
	box-shadow: 0px 2px 5px #888;
}


div.contatos{
	flex:1;
	text-align: left;	
	font-family: "Open", sans-serif;
	/*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	line-height: 25px;
	font-size: 1.2em;
}
.contato form{
	flex:1;
}
.contato form input, textarea{
	width: 100%;
	box-sizing: border-box;
	border: none;
	border-radius: 5px;
	padding: 10px;
	margin-top: 4px;
	background-color: rgba(255,255,255,0.5);
}
.contato form input[type="submit"]{
	border: none;
	box-sizing: border-box;
	background-image: linear-gradient(rgba(228,141,255,1), transparent);
	color: rgba(0,0,0,0.5);
	font-family: Arial, sans-serif;
	font-weight: bold;
	transition:0.2s;
}
.contato form input[type="submit"]:hover{
	cursor: pointer;
	color: rgba(0,0,0,0.5);
	background-color: rgba(255,255,255,0.9);
}
.contato b{
	line-height: 70px;
}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> TERCEIRO BLOCO DO SITE "NOTÍCIAS"*/

/*.noticias{
	min-height: 200px;
	background-color: #FF00A2;
	background-image: url(../img/symphony/symphony.png);
	background-blend-mode:multiply;
}
.noticias div div{
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.noticias div div img{
	box-sizing: border-box;
	width: 100%;
	float: left;
	padding: 5px;
	background-color: rgba(0,0,0,0.5);
}

.noticias div div p{
	box-sizing:border-box;
	height: 100%;
	opacity: 0;
	padding: 10px;
	color: white;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.5s;
	background-color: rgba(0,0,0,0.5);
}

.noticias div div:hover p{
	opacity: 1;
}

.texto_noticias{
	width: 100%;
	text-align: center;
	color:white;
	font-family:  'Open Sans', sans-serif;
}
.ctn{
	width: 100%;
	min-height: 250px;
	display: flex;
}*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  BLOCO DO SITE "MENU"*/
nav{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	background-color: rgba(228,141,255,1);
	background-image: url(../img/symphony/symphonyPink.png);
	/*background-blend-mode:multiply;*/
}

nav ul{
	float: left;
	list-style:none;
}
nav ul li{
	display: inline-block;
}
nav ul li a{
	display: block;
	padding: 15px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: white;
	transition:0.2s;
	transition-time-function:ease;
}

.menu form{
	float: right;
}
.menu input{
	box-sizing: padding-box;
	border: none;
	/*border: 3px solid rgba(0,0,0,0.5);*/
	border-radius: 20px;
	padding: 7px;
	margin-top: 4px;
	background-color: rgba(255,255,255,0.5);
}
.menu input[type=submit]{border: none;
	/*border: 3px solid rgba(0,0,0,0.5);*/
	box-sizing: padding-box;
	background-color: rgba(255,255,255,0.5);
	color: rgba(0,0,0,0.5);
	font-family: Arial, sans-serif;
	font-weight: bold;
	transition:0.2s;
}
.menu input[type=submit]:hover{
	cursor: pointer;
	color: rgba(0,0,0,0.5);
	background-color: rgba(255,255,255,0.9);
}

nav ul li a:hover{
	background-color: rgba(255,255,255,0.8);
	color: #FF00A2; 
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  BLOCO DO SITE "SERVIÇO"*/

.bloco_servico{
	text-align: center;
	color:#444;
	font-family: "Open", sans-serif;
	background-color: rgba(228,141,255,0.3);
}

div.servico{
	margin: 5px;
	box-sizing:border-box;
	padding: 10px;
	flex:1;
	background-color: rgba(228,141,255,0.3);
	border-radius: 2%;
	border-left:3px solid rgba(228,141,255,0.8);
}
div.servico img{
	width: 100%;
	border-radius: 5%;
}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  BLOCO DO SITE "INFO EMPRESA"*/
.sobre_empresa{
	margin-top: 70px;
	background-color: rgba(255,255,255,0.5);
}
.sobre_empresa p{
	box-sizing:padding-box;
	padding: 10px;
	text-align: center;
	font-family: "Open", sans-serif;
	color: #777;
}

.info_extra{
	margin-top: 70px;
}

.missao{
	background-color: rgba(255,255,255,0.5);
	min-height: 250px;
}

.missao_conteudo{
	/*background-color: red;*/
	font-family: "Open", sans-serif;
	color:#777;
	flex:1;
}
.missao_conteudo h1{
	color: #111;
	text-align: left;
	font-size: 3em;
}
.missao .missao_conteudo p{
	word-spacing: 0.4em;
	letter-spacing: 0px;
	line-height: 1.5em;
	font-size: 1.2em;
}
.missao .missao_conteudo div{
	box-sizing:border-box;
	padding: 5px;
	text-align: left;
	font-size: 1.1em;
	float: right;
	width: 50%;
}
.missao .missao_conteudo img{
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	/*border-radius: 0px;*/
	box-sizing:padding-box;
	padding: 5px;
	float: left;
	width: 43%;
}





.visao{
	background-color: rgba(255,255,255,0.5);
	min-height: 250px;
}

.visao_conteudo{
	/*background-color: red;*/
	font-family: "Open", sans-serif;
	color:#777;
	flex:1;
}
.visao_conteudo h1{
	font-family: "Open", sans-serif;
	color: #111;
	text-align: right;
	font-size: 3em;
}

.visao .visao_conteudo p{
	word-spacing: 0.4em;
	letter-spacing: 0px;
	line-height: 1.5em;
	font-size: 1.2em;
}
.visao .visao_conteudo div{
	box-sizing:border-box;
	padding: 5px;
	text-align: right;
	font-size: 1.1em;
	float: left;
	width: 54%;
}
.visao .visao_conteudo img{
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	/*border-radius: 0px;*/
	box-sizing:padding-box;
	padding: 5px;
	float: right;
	width: 43%;
}




@media screen and (max-width: 820px){

.missao .missao_conteudo div{
	font-size: 1em;
}

.visao .visao_conteudo div{
	font-size: 1em;
}

}

@media screen and (max-width: 760px){
	
	.visao .visao_conteudo h1{
		text-align: center;
	}
	.visao .visao_conteudo img{
	float: left;
	width: 100%;
	}

	.visao .visao_conteudo div{
	text-align: center;
	font-size: 1.2em;
	float: right;
	width: 100%;
	}



	.missao .missao_conteudo h1{
		text-align: center;
	}

	.missao .missao_conteudo div{
	text-align: center;
	font-size: 1.2em;
	float: left;
	width: 100%;
	}
	.missao .missao_conteudo img{
	float: left;
	width: 100%;
}


}

@media screen and (max-width: 760px){

	.bloco_equipe div.equipe img{
	float: left;
	width: 100%;
	}

	.bloco_equipe div.equipe div{
	text-align: center;
	font-size: 1.2em;
	/*float: left;*/
	width: 100%;
	}

	.missao .missao_conteudo p{
		font-size: 1em;
	}

	.visao .visao_conteudo p{
		font-size: 1em;
	}
}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  BLOCO DO SITE "EVENTO"*/



.evento{
	margin-top: 55px;
	/*background-color: red;*/
}

.evento img{

	text-align: center;
	border-radius: 5px;
	box-shadow: 0px 0px 2px #999;
	/*width: 55%;*/
}


.evento .espaco_conteudo h1{
	font-family: "Open", sans-serif;
	color:#555;
	font-size: 1.6em;
	padding: 0;
	text-align: center;
	line-height: 75px;
}

.evento .espaco_conteudo p{
	width: 100%;
	font-size: 0.9em;
	box-sizing: border-box;
	padding: 10px;
	font-family: "Open", sans-serif;
	color:#444;
}
.evento .espaco_perguntas{

	margin: 5px;
	font-size: 0.9em;
	color: white;
	border-radius: 2px;
	float: left;
	width: 100%;
}
.evento .espaco_perguntas .perguntas{
	border-radius: 5px;
	background-color: rgba(51, 33, 49, 0.5);
	color: white;
}

.evento .espaco_perguntas p.respostas{
	border: 1px solid rgba(0,0,0,0.5);
	margin:2px;
	color:#333;
	margin-right: 2%;
	border-radius: 5px;
	float: right;
	width: 80%;
	background-color: rgba(255,255,255,0.5);
}
.evento .espaco_perguntas .respostas strong{
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
}
.evento form{
	flex:1;
	float: right;
	width: 50%;
	display: block;
}

.evento form input, .evento form textarea{
	font-size: 0.8em;
	font-family: "Open", sans-serif;
	background-color: white;
	width: 100%;
	border: 1px solid #9338af;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 10px;
	margin-top: 4px;
	transition:0.2s;
}

.evento textarea{
	height: 65px;
}

.evento form input[type=submit]{
	font-weight: bold;
	font-size: 1em;
	color: white;
	background-color: #9338af;
}

.evento form input[type=submit]:hover{
	background-color: white;
	color: #9338af;
	cursor: pointer;

}

.evento a{
	box-sizing:padding-box;
	padding: 10px;
	width: 50%;	
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
	/*float: right;*/
	border:1px solid #9338af;
}

.evento a:hover{
	color: #9338af;

}
@media screen and (max-width:520px){

	.evento form{
		width: 100%;
	}

	.evento a{
		width: 100%;
	}

	/*.evento img{
		width: 100%;
	}*/
	.evento .evento_img{
		width: 100%;
	}
}


/*>>>>>>>>>>> MENU RESPONSIVO >>>>>>>>>>>>*/

#menu{
	display: none;
}
.btn_menu{
	font-size: 2em;
	font-weight: bold;
	display: none;
}

@media screen and (max-width: 465px){
	.menu ul{
		display: none;
	}

	.btn_menu{
	color: white;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	padding: 7px;
	width: 40px;
	font-size: 2em;
	font-weight: bold;
	display: block;
	}

	.menu ul li{
		display: block;
		transition:0.5s;
	}

}

#menu:checked ~ ul{
	display: block;
}
	


.evento_img{
	width: 55%;
}

i{
	font-size: 1em;
}

#textarea_menor{
	height: 55px;
}

.lista_artigos{
	flex:1;
	overflow-y:scroll;
}

.lista_artigos li{
	text-align: center;
	list-style: none;
}

.lista_artigos a{
	text-decoration: none ;
	font-weight: bold;
	border: none;
	font-family: "Open";
	padding: 0;
	margin: 0;
}