@charset "utf-8";

@font-face {
	font-family: 'Trebuchet MS Bold';
	src: url('TrebuchetMS-Bold.eot');
	src: url('TrebuchetMS-Bold.eot?#iefix') format('embedded-opentype'),
		url('TrebuchetMS-Bold.woff') format('woff'),
		url('TrebuchetMS-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Trebuchet MS';
	src: url('TrebuchetMS.eot');
	src: url('TrebuchetMS.eot?#iefix') format('embedded-opentype'),
		url('TrebuchetMS.woff') format('woff'),
		url('TrebuchetMS.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Trebuchet MS Italic';
	src: url('TrebuchetMS-Italic.eot');
	src: url('TrebuchetMS-Italic.eot?#iefix') format('embedded-opentype'),
		url('TrebuchetMS-Italic.woff') format('woff'),
		url('TrebuchetMS-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}


 /*  DEFAULT
/*----------------------------------------*/

body, html{
	height: 100%;
	padding: 0;
	margin: 0;
	color:#696969;
	font-family: "Trebuchet MS", 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 15px;
}

a {color: #00995d;}
a:hover {color: #0a5f55; text-decoration: none; }
a:active, a:hover {outline: 0 none;}
a:focus {outline:0px solid}


 /*  NAV TOP
/*----------------------------------------*/
header {
    background: rgba(0, 0, 0, 0) url("http://www.unimedsudoestepaulista.coop.br/beneficiario/imagens/fundo-topo.jpg") repeat-x scroll 0 0;
    margin: 0;
    padding: 0;
    color: #fff;
    height: 95px;
}
/*header{
	color: #fff;
	background: #0a5f55;
}*/
	.logo{
		/*margin: 25px 0 -40px 0;*/
		margin: 40px 0 -40px;
	}

	header h1{
		font-weight: normal;
	}

		header h1 small{
			font-size: .5em;
			display: inline-block;
			vertical-align: middle;
			padding-left: 20px;
		}

.sair a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 0.9em;
    font-weight: bold;
    margin: 25px 0;
    padding: 4px 9px;
}

#cooperado{
	background: #eee;
	margin-bottom: 25px;
}

	.cooperado--links{
		display: flex;
  		justify-content: center;
	}

	.cooperado--links a{
		display:flex;
		flex: 1;
		align-items: center;
		justify-content: center;
		padding: 5px;
		margin: 15px 5px;
		text-decoration: none;
		font-family: "Trebuchet MS", 'Trebuchet MS', Helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: 1px;
		color: #fff;
		text-align: center;
		background: rgba(163,35,142,.8);
		border: 1px solid rgb(163,35,142);
	}

	.cooperado--links a:nth-child(2){
		background: rgba(0,153,93,.8);
		border: 1px solid rgb(0,153,93);
	}
	.cooperado--links a:nth-child(3){
		background: rgba(237,22,81,.8);
		border: 1px solid rgb(237,22,81);
	}
	.cooperado--links a:nth-child(4){
	    background: rgba(244,121,32, .8);
	    border: 1px solid rgb(244,121,32);
	}
	.cooperado--links a:nth-child(5){
		background: rgba(65,21,100,.8);
		border: 1px solid rgba(65,21,100, 1);
	}

		.cooperado--links a:hover{
			color: #fff;
			text-decoration: none;
		}

.welcome h2{
		padding:5px 0;
		margin: 0;
		font-size: 1.5em;
		font-weight: bold;
		color: #0a5f55;
	}

.welcome b{
	display: block;
	margin-bottom: 5px;
	/*padding-left: 25px;*/
}

.welcome a{
	display: inline-block;
	padding: 3px 5px;
	margin: 5px 0;
	font-size: .8em;
	font-weight: bold;
	color: #999;
	border: 1px solid #999;	
	/*color: rgba(236,40,40,1);
	border: 1px solid rgb(236,40,40);*/
	/*float: right; */
}

	.welcome a .fa{
		display: inline-block;
		vertical-align: middle;
		padding: 0 10px 0 0;
		font-size: 1.5em;
	}

.comunicados{
	border-left: 1px solid #ddd;
}
.comunicados--interna {
    border-left: 1px solid #ddd;
}

	.comunicados h1, .comunicados--interna h1{
		margin:5px 0;
		font-size: 1.5em;
		color: #0a5f55;
	}

	.comunicados input{
		padding: 5px 25px;
		margin-top: 5px;
		border-radius: 50px;
		border: 1px solid #ccc;
	}

	.comunicados input[type='submit']{
		width:100%;
		text-transform: uppercase;
		border: none;
		color: #fff;
		background: #0a5f55;
	}

.comunicados--box{
	padding: 15px;
	margin-bottom: 25px;
	background: #f5f5f5;
	color: #444;
}

.boxclear{
	clear:both; width: 100%; border-top: 1px solid #ddd;
}

	.comunicados--box_titulo{
		padding-bottom: 10px;
		font-size: 1.5em;
		font-weight: bold;
	}

		.comunicados--box_titulo a{
			color: rgba(0,153,93,1);
		}

	.comunicados--box_data{
		text-align: right;
		font-weight: bold;
	}

	.comunicados--box_subtitulo{
		padding: 15px 0 0 15px;
		font-size: 1.2em;
	}

	.comunicados--box_leia{
		text-align: center;
	}

		.comunicados--box_leia a{
			display: block;
			margin: 10px 0 0 0;
			padding: 5px 10px;
			color: #fff;
			background:rgba(0,153,93,1);
		}

.navigation {
	display: block;
	width: 100%;
	text-align: right;
	clear: both;
}
	.navigation a{
		display: inline-block;
		padding: 5px 10px;
		margin: 0 0 0 5px;
		color: #fff;
		background: #a8c946;
	} 


.comunicados--interna img{
	float: right;
	margin: 10px;
}



#interna{
	padding: 30px 15px;
	font-size: 13px;
	color: #333;
	min-height: 300px;
}

#interna h3{
	color: #0a5f55;
}

#interna .btn{
	display: inline-block; 
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 1px;
	color: #fff !important;
	background: #0a5f55 !important;
}

.interna--trabalhe label, .interna--ouvidoria label, .interna--faleconosco label{
	display: block;
	font-size: 15px;
	padding: 15px 0 5px 0px;
	color: #0a5f55;
}

.interna--trabalhe input, .interna--trabalhe select, .interna--trabalhe textarea, .interna--ouvidoria input, .interna--ouvidoria select, .interna--ouvidoria textarea, .interna--faleconosco input, .interna--faleconosco textarea{
	border: 1px solid #ccc;
	padding: 5px;
	width: 80%;
	border-radius: 2px;
	height: 30px;
}

.interna--trabalhe textarea, .interna--ouvidoria textarea, .interna--faleconosco textarea{
	min-height: 50px;
}

.interna--trabalhe button, .interna--ouvidoria button, .interna--faleconosco button{
    background: #b8d12d;
    color: #0a5f55;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 25px;
    margin: 30px auto;
    letter-spacing: 1px;
    width: 70%;
    display: block;
}

.interna--ouvidoria p{
	font-size: 15px !important;
	margin-top:0;
}


.contato input[type="text"], .contato textarea {
    min-width: 90%;
    margin: 10px;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
	color: #d2d2d2;}
	
	.contato textarea{
		min-height: 170px;}
		
		.contato input[type="text"]:focus, .contato textarea:focus{
			border: 1px solid #676767;
			color: #676767;}

.btn_enviar_mail{
	background: #0a5f55;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    border: 0;
    font-weight: bold;
    letter-spacing: 1px;
    float: right;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
	.btn_enviar_mail:hover{
		background: rgba(10,95,85,0.7);
	}


input, button, select{ 
	background: #fff;
	display: inline-block;
	margin: 0px;
	border: none;
	border-bottom: 0px solid #98281b;
	color: #5b5c65;
}

textarea{
	padding: 10px;
	border: 0px solid #98281b;
	color: #5b5c65;
	text-transform: none;
	background: #fff;
}

hr{
	border: none;
	width: 100%;
	height:1px;
	background: #07433d;
	position: relative;
	margin: 20px auto;
}

hr:after{
	content: "";
    width: 100%;
    height: 1px;
    background: #07433d;
    opacity: 0.3;
    position: absolute;
    left: 0;
    bottom: -5px;
}


/* FORMS */
#form_contato label {
    display: block;
    font-size: 15px;
    padding: 15px 0 5px 0px;
    color: #0a5f55;
}
#form_contato input, #form_contato select {
    border: 1px solid #ccc;
    padding: 5px;
    width: 100%;
    border-radius: 2px;
    height: 30px;
}
#form_contato textarea {
    border: 1px solid #ccc;
    padding: 5px;
    width: 100%;
    border-radius: 2px;
    height: 120px;
}

.btn_enviar_mail {
    background: #b8d12d  !important;
    color: #0a5f55  !important;
    font-weight: bold  !important;
    font-size: 15px  !important;
    padding: 10px 25px  !important;
    margin: 30px auto  !important;
    letter-spacing: 1px  !important;
    width: 30%  !important;
    display: block  !important;
}
.btn_enviar_mail:hover {
    background: rgba(10,95,85,0.7) !important;
}