html {
	background-color: #F4F6F8;
}

#aprendizagem-titulo {
	margin-top: 100px;
	text-align: left;
	font-size: 32px;
	letter-spacing: 0;
	color: #646777;
	opacity: 1;
}

.nav-wrapper {
	border-bottom: 1px solid #D3D7EE;
}

@media (max-width: 640px) {
	.input-field input[type=search] {
		padding-left: 1rem;
		padding-right: 3rem;
	}
	.input-field input[type=search] {
		width: 82% !important;
	}
	.img-card {
		width: auto !important;
	}
}

.input-field input[type=search] {
	padding-left: 1rem;
	padding-right: 70px;
}

.input-field input[type=search]+label {
	left: 45%;
	top: 1rem;
	color: #00A7E0;
}

.input-busca {
	border-radius: 10px !important;
	height: 55px !important;
	width: 40% !important;
	background-color: #fff !important;
	border: 1px solid #E3E5F3 !important;
	box-shadow: none !important;
	color: #646777 !important;
}

.card {
	border-radius: 10px;
	border: 1px solid #E3E5F3;
	height: 442px;
	box-shadow: 0px 0px 25px 0px #64677748 !important;
}

.card .card-image {
	display: block !important;
}

.card .card-image img {
	top: 10px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.card-title {
	text-align: left;
	font: Bold 20px/24px Roboto;
	letter-spacing: 0;
	color: #646777;
	opacity: 1 !important;
}

.btn-floating.halfway-fab {
	bottom: 30px;
	right: 15px;
	background-color: #00A7E0 !important;
}

.modal-resumo {
	margin-bottom: 25px !important;
	color: #646777 !important;
}

.card .card-content .card-title {
	line-height: 30px; 
	font-size: 22px;
}

.resumo {
	margin-bottom: 25px !important;
	color: #646777 !important;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.card:hover {
	border: 2px solid #00A7E0;
	cursor: pointer;
}

.card-content .material-icons {
	position: absolute;
	right: 15px;
	bottom: 15px;
	cursor: pointer;
}

::-webkit-input-placeholder {
	padding-right: 100px;
	font: Regular 18px/22px Roboto;
	letter-spacing: 0;
	color: #646777;
	opacity: 1;
}

input:-moz-placeholder {
	padding-left: 100px;
	font: Regular 18px/22px Roboto;
	letter-spacing: 0;
	color: #646777;
	opacity: 1;
}

#modal {
	width: 721px;
	height: 487px;
	background: #FFFFFF 0% 0% no-repeat padding-box !important;
	box-shadow: 0px 0px 50px #000000 !important;
	border-radius: 15px !important;
	opacity: 1 !important;
}

.modal-image {
	top: 197px;
	left: 570px;
	width: 226px;
	height: 226px;
	display: block;
	margin: 0 auto;
	opacity: 1;
	padding-top: inherit;
	margin-top: 10px;
}

.modal-title {
	top: 445px;
	left: 589px;
	width: 300px;
	height: 35px;
	text-align: center;
	font: Bold 20px/24px Roboto;
	letter-spacing: 0;
	color: #646777;
	opacity: 1;
	display: block;
	margin: 0 auto;
	padding-top: inherit;
	margin-top: 40px;
}

.modal-resume {
	width: 536px;
	height: 59px;
	text-align: center;
	font: Regular 14px/17px Roboto;
	letter-spacing: 0;
	color: #646777;
	opacity: 1;
	display: block;
	margin: 0 auto;
	padding-top: inherit;
}

.modal-small {
	width: 190px;
	height: 17px;
	text-align: center;
	font: Bold 14px/17px Roboto;
	letter-spacing: 0;
	color: #646777;
	opacity: 1;
	padding-top: inherit;
	padding-bottom: 5%;
}

#closeModal {
	float: right;
	cursor: pointer;
}

.card-small {
	display: none;
}

.input-field input[type=search]:focus+label i {
	color: #00A7E0;
}

/*ipad portrait*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.input-field input[type=search]+label {
		left: 19rem;
	}
	#modal {
		height: 65% !important;
	}
	.row .col.m3 {
		width: 33%;
	}
}

/*ipad landscape*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.input-field input[type=search]+label {
		left: 20rem;
	}
	#modal {
		width: auto;
		margin: 0 10%;
		height: 100%;
	}
	.modal {
		max-height: 80%;
	}
	.modal-resume {
		width: 90%;
	}
	.row .col.m3 {
		width: 33%;
	}
}

@media (max-width: 600px) {
	#aprendizagem-titulo {
		margin-top: 50px;
	}
	.input-field input[type=search]+label {
		left: 80%;
	}
	.card {
		height: auto;
	}
	#modal {
		width: 100%;
	}
	.modal-resume {
		width: 90%;
	}
	.modal {
		max-height: 80%;
	}
}

/* iphone 6, 7 e 8 Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (orientation: landscape) {
	.input-field input[type=search]+label {
		left: 17rem !important;
	}
	.card .card-title {
		font-size: 22px;
		font-weight: 300;
	}
	#modal {
		width: auto;
	}
	.modal {
		max-height: 80%;
	}
	.row .col.m3 {
		width: 33%;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 736px) {
	.input-field input[type=search] {
		padding-right: 3rem !important;
	}
	.input-field input[type=search]+label {
		left: 20rem !important;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (orientation: landscape) {
	.input-field input[type=search] {
		padding-right: 123px !important;
	}
	.input-field input[type=search]+label {
		left: 24rem !important;
	}
}


@media only screen and (min-device-width: 1800px) and (max-device-width: 1920px){
	.card {
		height: 500px;
	}
}