/*
Theme Name: Eleicao APM/AMB
Theme URI: http://associacaopaulistamedicina.org.br/eleicao/
Description: Eleicao APM/AMB
Author: Planeta W design & web
Author URI: http://www.planetaw.com.br/
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site http://twitter.github.com/bootstrap/examples/hero.html
*/
@charset "utf-8";
/* CSS Document */

@import url('css/bootstrap.css');
@import url('css/bootstrap-responsive.css');
body {
	font-family: 'Lato', sans-serif;
	color: #696969;
}
p {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 20px;
}
#areaTopo {
	background-image: url('img/bg-index.jpg');
	background-size: cover;
	background-position: center;
}
#areaLogo {
	background-color: #FFF;
	padding: 50px 20px;
	border-radius: 0 0 8px 8px;
	text-align: center;
}
#menuTopo {
	text-align: right;
	padding-top: 62px;
}
#menuTopo ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menuTopo ul li {
	display: inline-block;
}
#menuTopo ul li a {
	color: #FFF;
	text-transform: uppercase;
	padding: 9px 5px;
	display: inline-block;
	font-size: 17px;
	border-radius: 30px;
}
#menuTopo ul li a:hover {
	color: #f8be1a;
	text-decoration: none;
}
.btnInicio a {
	color: #f8be1a !important;
	text-decoration: none;
}
.btnInicio a:hover {
	color: #FFF !important;
}
#menuTopo li:hover > a {
	color: #f8be1a;
}
#menuTopo ul li ul {
	display: none;
}
#menuTopo ul li:hover ul {
	display: block;
	position: absolute;
	background-color: #FFF;
	text-align: left;
	border-radius: 9px;
	overflow: hidden;
	width: 300px;
}
#menuTopo ul li ul li {
	display: block;
}
#menuTopo ul li ul li a {
	display: block;
	color: #696969;
	text-transform: inherit;
	border-bottom: solid 1px #e0e0e0;
	border-radius: 0;
	font-size: 16px;
	padding: 15px 17px;
	border-left: solid 0 #009a93;
}
#menuTopo ul li ul li a:hover {
	background-color: #f1f1f1;
	border-left: solid 10px #009a93;
	color: #696969;
}
#pageName {
	margin-top: 60px;
	margin-bottom: 50px;
}
#pageName h1 {
	color: #f8be1a;
	font-family: 'NeoSansStd-Bold';
	font-size: 40px;
}
#pageName h2 {
	color: #FFF;
	font-family: 'NeoSansStd-Regular';
	font-size: 28px;
}
.areaContent {
	background-color: #f4f4f4;
	padding: 50px 0;
	border-bottom: solid 2px #d4d4d4;
}
footer {
	padding: 50px 0 0 0;
}
#copyright {
	background-color: 006d67;
	color: #FFF;
	text-align: center;
	margin-top: 60px;
	padding: 25px 0;
}
#planetaw {
	float: right;
	width: 24px;
	margin-right: 50px;
	display: inline-block;
}
.telefone {
	font-size: 30px;
	font-weight: 500;
	display: block;
	padding: 0px 0 11px 0;
}
#atendimentoFooter a {
	color: #696969;
	font-size: 15px;
	display: block;
}
#logosFooter {
	text-align: center;
}
.linhaTop {
	background-image: url('img/linha-topo.png');
	height: 150px;
	margin-top: -120px;
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	margin-bottom: -30px;
}
a, a:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
footer p {
	font-size: inherit;
}
h3 {
	border-bottom: solid 2px #f8be1a;
	font-size: 30px;
	display: block;
	padding: 15px 0;
	margin-bottom: 45px;
}
.btnVotacao a {
	background-color: #f8be1a;
	color: #002e29 !important;
}
.btnVotacao a:hover {background-color: #FFF;}
iframe {
	display: block;
	width: 80% !important;
	position: relative !important;
	min-height: 500px !important;
	margin: 50px auto;
}
figure {
	margin: inherit;
}

@media (min-width: 980px) and (max-width: 1199px) {
#menuTopo ul li a {
	padding: 10px 10px;
}
}

@media (max-width: 1199px) {
}

@media (max-width: 979px) {
.container {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}
#atendimentoFooter {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
#logosFooter {
	display: block;
	width: 100%;
	text-align: center;
}
#menuTopo {
	display: none;
}
nav {
	display: block !important;
}
body {
	margin-top: 63px;
}
}

@media (max-width: 767px) {
body {
	padding-right: 0;
	padding-left: 0;
}
footer {
	text-align: center
}
#atendimentoFooter {
	margin-bottom: 45px;
}
#planetaw {
	float: none;
	margin-top: 20px;
	margin: auto;
	display: block;
	margin-top: 15px;
}
}
#labelMenu {
	color: #f8be1a;
	text-transform: uppercase;
	font-weight: 600;
	margin-left: 50px;
	position: absolute;
	top: -3px;
}
#menuToggle {
	display: flex;
	flex-direction: column;
	position: relative;
	top: 25px;
	left: 25px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}
#menuToggle input {
	display: flex;
	width: 40px;
	height: 32px;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}
#menuToggle span {
	display: flex;
	width: 29px;
	height: 2px;
	margin-bottom: 5px;
	position: relative;
	background: #ffffff;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 5px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),  background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),  opacity 0.55s ease;
}
#menuToggle span:first-child {
	transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-3px, -1px);
	background: #f8be1a;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}
#menu {
	position: absolute;
	width: 80%;
	height: 100vh;
	box-shadow: 0 0 10px #000000;
	margin: -50px 0 0 -50px;
	padding: 50px;
	padding-top: 80px;
	background-color: #002521;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}
#menu li {
	transition-delay: 2s;
}
#menuToggle input:checked ~ ul {
	transform: none;
}
nav {
	background-color: #004843f7;
	position: fixed;
	height: 63px;
	width: 100%;
	display: none;
	margin-top: -63px;
	z-index: 999;
}
#menu ul li ul li a::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #f8be1a; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: 0; /* Also needed for space (tweak if needed) */
	margin-right: 10px;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu ul li a:hover {
	text-decoration: none;
}
#menu ul li a {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-size: 17px;
	border-bottom: solid 1px #ffffff33;
	padding: 10px;
}
#menu ul li ul {
}
#menu ul li ul li a {
	text-transform: inherit;
	padding: 10px 20px;
	display: block;
}
h4 {
	margin-bottom: 25px;
	font-size: 23px;
	text-align: center;
}
h5 {
	background-color: #006d67;
	color: #f8be1a;
	padding: 15px 30px;
	font-size: 20px;
}
table {
	width: 100%;
}
table th {
	background-color: #696969;
	width: 30%;
	box-sizing: content-box;
	padding: 14px;
	text-align: left;
	color: #f4f4f4;
}
table tr {
	border-bottom: solid 1px #d6d6d6;
}
table td {
	padding: 10px;
}
ol {
}
ol li {
	font-size: 18px;
	line-height: 25px;
}
.areaNoticia {
	background-color: #FFF;
	padding: 50px;
	margin-bottom: 30px;
	border-top: solid 10px #f8be1a;
	text-align: justify;
}
.tituloAgendaMensal {
	display: block;
	text-transform: uppercase;
	font-size: 21px;
	border-bottom: solid 1px #e6e6e6;
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding-top: 10px;
	font-weight: 800;
	color: #006d67;
}
.areaNoticia a {
	display: inline-block;
	background-color: #006d67;
	color: #f8be1a !important;
	padding: 15px 30px;
	border-radius: 11px;
	margin: 5px;
	text-align: center;
}
.areaNoticia a:hover {
	background-color: #f8be1a;
	color: #006d67 !important;
	text-decoration: none;
}

/* // TABELA RESPONSIVA */
@media screen and (max-width: 600px) {
  .tabelaLocais{
    width:100%;
  }
  .tabelaLocais thead{
    display: none;
  }
  .tabelaLocais tbody td {
    display: block;  text-align:center;
		border-bottom: solid 1px #d6d6d6;
  }

	.tabelaLocais tbody tr {
		border:0;
	}

  .tabelaLocais tbody td:before {
    content: attr(data-th);
    display: block;
    text-align:center;
  }
}
/* // TABELA RESPONSIVA */
#periodoVotacao {
	background-color: #FFF;
	padding: 30px;
	margin-bottom: 30px;
}
#periodoVotacao h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 27px;
	color: #006d67;
	margin-bottom: 25px;
}
#periodoVotacao .span6 {
	text-align: center;
	background-color: #006d67;
	padding: 30px;
	color: #FFF;
}
#periodoVotacao h3 {
	color: #f8be1a;
	line-height: 1;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 0;
	padding-top: 0;
	font-weight: bold;
}
#periodoVotacao h4 {
	margin-bottom: 10px;
	margin-top: 28px;
	font-size: 20px;
	background-color: #FFF;
	color: #006d67;
	padding: 10px;
}
.destaqueData {
	color: #f8be1a;
}
#periodoVotacao p {
	margin-bottom: 0;
	padding-bottom: 0;
}
.areaAviso {
    background-color: #f8be1a;
    margin-bottom: 30px;
    padding: 30px 60px;
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
    color: #000;
}
