/*GENERALES*/
.logo img{
	width: 135px !important;
}
.titulo-color1{
	font-family: rubiklight;
	color: #d8007f;
	font-weight: bold;
	font-size: 60px;
}
.login-modal input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select {
	border: 1px solid #9b9b9b;
	box-shadow: none;
	height: 55px;
	font-family: 'rubikregular';
	font-size: 23px;
	color: #2b2b2b;
}


.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.logo-aula{
	max-height: 160px;
	max-width: 250px;
}

@media (max-width: 1024px) {

}

@media (max-width: 768px) {

}


@media (max-width: 667px) {
	.logo-aula{
		max-height: 130px;
		max-width: 200px;
	}
}

/* XS LANDSCAPE */
@media (max-width: 767px) and (orientation: landscape) {
}
@media (max-width: 480px) {
	.logo img{
		width: 100px !important;
	}
	.logo-aula{
		max-height: 140px;
	}
}
