body {
  font-family: 'Montserrat', sans-serif !important;
}

.linha {
  background-color: #0099DC;
  height: 12px;
}

.tira-padding {
  padding: 0 !important;
}

.img-info {
  vertical-align: top;
  padding-top: 3%;
  margin-left: 8%;
  margin-right: -12%;
}

.texto-intro {
  margin: 0 20% 2% 20%;
}

.div-texto {
  background-color: #1F487E; 
  color: #FFFFFF; 
  text-align: center; 
  margin-top: -0.5%;
  font-size: 17px;
}

.div-texto img {
  margin: 3% 0 1% 0;
}

.div-titulo {
  text-align: center;
  margin: 0 15%; 
}

.titulo {
  color: #0099DC;
  font-size: 36px; 
}

.subtitulo {
  color: #1F487E;
  font-weight: bold;
}

.fundo-claro {
	background-color: #F2F4F7 !important;
	margin-top: -2%;
	
}

.botao {
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 25px;
}

.azul-escuro {
	background-color: #1F487E;
	margin-right: 15px;
	width: 130px;
}

.encerrado {
	background-color: red;
}

.azul-claro {
  background-color: #0099DC;
}

.titulo-card {
  color: #646777;
  font-size: 20px;
  font-weight: bold;
}

.subtitulo-card {
  font-weight: normal; 
  font-size: 16px;
}

.div-texto-importante {
	background-color: #ffffff; 
	color: #646777; 
	margin-top: -1%;
	font-size: 17px;
	height: 234px;
}

.importante {
	color: #0099DC;
	font-weight: bold;
	font-size: 22px;
	margin-top: 30px;
}

.page-footer {
  background-color: #3F3F3F;
}

.social {
  margin-right: 5px;
}

.footer-cima {
  padding-top: 10px; 
  color: #ddd; 
  background: #4a4a4a;
  margin-top: 25px;
}

.footer-copyright {
  min-height: 20px !important;
}

.card-action {
	border: none !important;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.card-action a {
	font-size: 11px;
}

.row {
    margin-bottom: 0px;
}

.logo-multiplicando {
	padding: 15px 0; 
}

.logo-prefeitura {
	padding: 30px 0 25px 0;
}

.bold {
	font-weight: bold;
}

.btn {
	min-width: max-content;
	box-shadow: none;
	line-height: 36px;
}

.btn:hover {
	background-color: #646777;
	box-shadow: none;
}

.card {
	box-shadow: 0px 3px 20px rgba(200, 200, 200, 1);
}
.card .card-action:last-child  {
	margin-bottom: 8px !important;
}

.div-back {
	padding: 15px 0;
	margin-left: 8%;
}

.titulo-inscricao {
	color: #0099DC;
	font-size: 32px;
	font-weight: bold;
	margin-left: 8.5%;
	margin-bottom: 21px;
	margin-top: 0;
}

.campos-obg {
	color: #646777;
	font-size: 12px;
	margin-left: 8.5%;
}

.collapsible {
	margin-left: 8.5%;
	margin-right: 8.5%;
	border: none;
	box-shadow: unset;
}

.collapsible div {
	border: none;
}

.collapsible-header {
	padding-left: 0;
	color: #646777;
	font-size: 16px !important;
	font-weight: bold;
}

.collapsible-body {
	padding: 0;
}

.collapsible li.active i  {
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

input[type=text]:not(.browser-default).validate+label, 
.input-field.col label {
	padding-left: 0;
	color: #646777;
	font-weight: bold;
}

input[type=text]:not(.browser-default):focus:not([readonly]),
.select-wrapper input.select-dropdown:focus {
	border-bottom: 1px solid #9e9e9e;
    -webkit-box-shadow: 0 1px 0 0 #9e9e9e;
    box-shadow: 0 1px 0 0 #9e9e9e;
}

input[type=text]:not(.browser-default):focus:not([readonly])+label,
.input-field.col label {
	color: #646777;
}

div.input-field.col.s12.select-formatado label {
	left: 0;
}

.select-formatado {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.dropdown-content li>span {
	color: #646777;
}

::-webkit-input-placeholder {
	color: #646777;
	font-size: 18px;
}

::-moz-placeholder {
	color: #646777;
	font-size: 18px;
}

:-ms-input-placeholder {
	color: #646777;
	font-size: 18px;
}

::placeholder {
	color: #646777;
	font-size: 15px;
}

.curso h1 {
	margin-top: 0;
}

.curso-desc {
	margin-left: 8.5%;
	margin-right: 8.5%;
}

.desc-curso-titulo {
	font-weight: bold;
	font-size: 16px;
	color: #646777;
}

.texto {
	font-size: 16px;
}

.botao-desc {
	margin-top: 35px;
	margin-bottom: 35px;
}

.btn-large {
	line-height: 42px;
	padding: 5px 28px;
}

.btn-large:hover  {
	background-color: #646777;
	box-shadow: none;
}

.btn-large:focus {
	background-color: #646777;
}

.botao:focus {
	background-color: #646777 !important;
}

.banner-topo {
	height: 300px !important;
	object-fit: cover;
}

input[type=text]:not(.browser-default) {
	background-color: #F2F4F7 !important;
    border-bottom: none !important;
    border-radius: 5px !important;
    height: 55px !important;
	margin-top: 5px !important;
	padding-left: 10px !important;
}

#btn-enviar-inscricao {
	margin-bottom: 72px;
}

#btn-enviar-inscricao a {
	margin-top: 20px;
}

label.active {
	font-size: 15px !important;
	font-weight: bold;
	height: 16.8px !important;
}

#bimodal, #palestra, #distancia {
	display: block;
    margin: 0 8.5%;
}

.modal {
	background-color: #1F487E;
	width: 350px;
	height: 300px;
	text-align: center;
}

.modal p {
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 15px;
}

#btn-modal {
	color: #0099DC;
	font-size: 16px;
	font-weight: bold;
}

option {
	z-index:666;
}

.select-wrapper input.select-dropdown {
	position: initial;
}

.style3 {
	color: #646777;
}

/*ipad portrait*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#card1, #card2 {
		display: none;
	}
	#card_01, #card_02 {
		display: block !important;
	}
	.planneta-rodape {
		margin-right: 50px;
	}
	.rede-rodape {
		margin-left: 0 !important;
	}
}

/*ipad landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
	#card1, #card2 {
		display: none;
	}
	#card_01, #card_02 {
		display: block !important;
	}
}

@media (max-width: 360px) {
	.card .card-action:last-child {
		margin-bottom: 0px !important;
	}
}

@media (min-width: 1400px) {
	.card.medium {
		height: 440px;
	}
}