/* CSS Document */
/* CSS by Derek Jenkins */
* { /* Derek's reset*/
	background: transparent;
	border: 0;
	font-size: 100%;
	font-family: Roboto Condensed;
    margin: 0;
	outline: 0;
    padding: 0;
	text-rendering: optimizeLegibility;
    vertical-align: baseline;
	}
		ul {
	    padding: 0px;
	}
	
html, body {
		height: 100%;
		width: 100%;
		margin: 0;
}

h1, h2, h3, h4, h5 {
	color: white;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 36px;
}

.button-classes {
	background: rgba(223,36,39,1.00);
	color: rgba(255,255,255,1.00);
	cursor: pointer;
	font-family: Roboto Condensed;
	margin: 5px 0px 0px 0px;
	width: 150px;
	height: 30px;
	transition: all 0.5s ease;
}

.button-classes:hover {
	background: rgba(0, 139, 248,1.00);
}

/*********************************************************** Presets *************************************************/
.border-radius {
	border-radius: 5px;
}

.main-bg {
	background-color: #EDF2F9;
}

.border-dark {
	border: 3px solid rgb(0, 0, 0, 1.0) !important;
}

.green { 
	background: #00A878 !important;
	background-color: #00A878;
	color: #00A878;
}

.btn-sm {
	border: solid 3px #fff;
	border-radius: 5px;
	background: rgba(223,36,39,1.00);
	color: rgba(255,255,255,1.00);
	cursor: pointer;
	font-family: Roboto Condensed;
	transition: all 0.5s ease;
	/* width: 75px;
	height: 30px; */
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 18px;
	padding-right: 18px;
	-moz-appearance: none !important;
    -webkit-appearance: none !important;
	appearance: none !important;
}

.btn-sm:hover {
	background: rgba(0, 139, 248,1.00);
}

.btn-med {
	border: solid 3px #fff;
	border-radius: 0.75rem;
	background: linear-gradient(45deg, rgba(223,36,39,1.00), rgba(255,76,79,1.00));
	color: rgba(255,255,255,1.00);
	cursor: pointer;
	font-family: Roboto Condensed;
	transition: all 0.5s ease;
	/* width: 150px;
	height: 30px; */
	padding-left: 33px;
	padding-right: 33px;
	padding-top: 9px;
	padding-bottom: 9px;
	vertical-align: middle;
	-moz-appearance: none !important;
    -webkit-appearance: none !important;
	appearance: none !important;
}

.btn-med:hover {
	background: rgba(0, 139, 248,1.00) !important;
}

.cursor-pointer {
	cursor: pointer;
}

.black {
	color: rgba(0,0,0, 1.0) !important;
}

.white {
	color: rgba(255,255,255, 1.0) !important;
}

.h-100 {
	height: 100% !important;
}

.h-100-res {
	height: auto !important;
}

.h-auto {
	height: auto !important;
}

.w-auto {
	width: auto !important;
}

.h-fit {
	height: fit-content !important;
}

.w-fit {
	width: fit-content !important;
}

.min-h-100 {
	min-height: 100% !important;
}

.center {
	text-align: center !important;
}

.t-left {
	text-align: left !important;
}

.t-left-res-center {
	text-align: left !important;
}

.t-right {
	text-align: right !important;
}

.nowrap {
	white-space: nowrap !important;
}

.m-t-2em {
	margin-top: 2em !important;
}

.w-t-100 {
	width: 100% !important;
}

.relative {
	position: relative !important;
}

.left {
	float: left;
}

.right {
	float: left;
}

.w-15-res {
	width: 15% !important;
}

.w-25-res {
	width: 25% !important;
}

.w-25-res-sp {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-100 {
	width: 100% !important;
}

.w-50-res {
	width: 50% !important;
}

.w-75-res {
	width: 75% !important;
}

.bg-primary {
	background: rgba(38, 68, 118, 1.0) !important;
}

.black {
	color: rgba(0,0,0, 1.0) !important;
}

.center {
	text-align: center !important;
}

.nowrap {
	white-space: nowrap !important;
}

.left {
	float: left;
}

.right {
	float: left;
}

.pointer {
	cursor: pointer !important;
}

.relative {
	position: relative !important;
}

.inline-block {
	display: inline-block !important;
}

.pointer {
	cursor: pointer !important;
}

.no-list-style {
	list-style: none;
}

.z-5 {
	z-index: 5 !important;
}

.width-mod-40 {
	width: 40% !important;
}

.pd-bt-0 {
	padding-bottom: 0px !important;
}

.pd-t-0 {
	padding-top: 0px !important;
}

.pd-t-1em {
	padding-top: 1em !important;
}

.pd-b-1em {
	padding-bottom: 1em !important;
}

.pd-x-3em {
	padding-bottom: 3em !important;
	padding-top: 3em !important;
}

.pd-x-2em {
	padding-bottom: 2em !important;
	padding-top: 2em !important;
}

.pd-x-1em {
	padding-bottom: 1em !important;
	padding-top: 1em !important;
}

.pd-b-3em {
	padding-bottom: 3em !important;
}

.pd-t-2em {
	padding-top: 2em !important;
}

.pd-t-3em {
	padding-top: 3em !important;
}

.pd-t-75px {
	padding-top: 75px !important;
}

.pd-1em {
	padding: 1em !important;
}

.pd-x-3em {
	padding-top: 3em !important;
	padding-bottom: 3em !important;
}

.m-auto {
	margin: auto !important;
}

.m-t-2em {
	margin-top: 2em !important;
}

.m-t-1em {
	margin-top: 1em !important;
}

.m-t-05em {
	margin-top: .5em !important;
}

.m-t-5 {
	margin-top: 5% !important;
}

.m-t-100 {
	margin-top: 100% !important;
}

.m-t-50 {
	margin-top: 50% !important;
}

.m-t-35 {
	margin-top: 35% !important;
}

.m-t-35-res {
	margin-top: 35% !important;
}

.m-t-25 {
	margin-top: 25% !important;
}

.m-t-75 {
	margin-top: 75% !important;
}

.m-t-15 {
	margin-top: 15% !important;
}

.m-tb-15 {
	margin-top: 15% !important;
	margin-bottom: 5% !important;
}

.m-tb-1em {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}

.m-lr-3n5 {
	margin-left: 3.5% !important;
	margin-right: 3.5% !important;
}

.m-lr-5 {
	margin-left: 5% !important;
	margin-right: 5% !important;
}

.m-t-20 {
	margin-top: 20% !important;
}

.m-l-20 {
	margin-left: 20% !important;
}

.m-l-20-res {
	margin-left: 20% !important;
}

.m-l-25-res {
	margin-left: 25% !important;
}

.m-l-5 {
	margin-left: 5% !important;
}

.m-1em {
	margin: 1em !important;
}

.m-6px {
	margin: 6px !important;
}

.m-l-1em {
	margin-left: 1em !important;
}

.frm-w-100-res {
	width: 100%;
}

.white-text {
	color: rgba(255,255,255,1.00) !important;
}

.red-text {
	color: rgba(223,36,39,1.00) !important;
}

.blue-text {
	color: rgba(47,84,150,1.00) !important;
}

.bold {
	font-weight: 900 !important;
}

.white-div-trans {
	background: rgba(255,255,255,0.80);
	height: auto;
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 10;
}

.magnolia-div {
	background: #EDF0DA;
	height: auto;
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 10;
}

.red-div {
	background: rgba(255, 49, 46,1.00);
	height: auto;
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 10;
}

.red-div-trans {
	background: rgba(223,36,39,0.80);
	height: auto;
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 10;
}

.blue-div {
	background: rgba(47,84,150,1.00);
	height: auto;
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 10;
}

.blue-div-trans {
	background: rgba(47,84,150,0.80);
	height: auto;
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 10;
}

.white-div {
	background: rgba(235,235,235,1.00);
	height: auto;
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 10;
}

.grey-div {
	background: rgba(247,247,247,1.00);
	display: inline-block;
	position: relative;
	height: auto;
	width: 100%;
	text-align: center;
	z-index: 10;	
}

.red-div {
	background: rgba(255,0,4,1.00);
	height: auto;
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 10;
}

/* Dividers */

.blue-divider {
	background: rgba(0, 139, 248,1.00);
	height: 3px;
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 10;
	margin: 9px;
}

.white-divider {
	background: rgba(235,235,235,1.00);
	height: 3px;
	width: 80%;
	position: relative;
	display: inline-block;
	z-index: 10;
	margin: 9px;
}

.grey-divider {
	background: rgba(247,247,247,1.00);
	display: inline-block;
	position: relative;
	height: 3px;
	width: 80%;
	z-index: 10;
	margin: 9px;	
}

.red-divider {
	background: rgba(255,0,4,1.00);
	height: 3px;
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 10;
	margin: 9px;
}

.blue-divider-60 {
	background: rgba(0, 139, 248,1.00);
	height: 3px;
	width: 60%;
	position: relative;
	display: inline-block;
	z-index: 10;
	margin: 9px;
}

.white-divider-60 {
	background: rgba(235,235,235,1.00);
	height: 3px;
	width: 60%;
	position: relative;
	display: inline-block;
	z-index: 10;
	margin: 9px;
}

.grey-divider-60 {
	background: rgba(247,247,247,1.00);
	display: inline-block;
	position: relative;
	height: 3px;
	width: 60%;
	z-index: 10;
	margin: 9px;	
}

.red-divider-60 {
	background: rgba(255,0,4,1.00);
	height: 3px;
	width: 60%;
	position: relative;
	display: inline-block;
	z-index: 10;
	margin: 9px;
}

.blue-divider-30 {
	/* background: rgba(47,84,150,1.00); */
	background: rgba(0, 139, 248,1.00);
	height: 3px;
	width: 30%;
	position: relative;
	display: inline-block;
	z-index: 10;
	margin: 9px;
}

.white-divider-30 {
	background: rgba(235,235,235,1.00);
	height: 3px;
	width: 30%;
	position: relative;
	display: inline-block;
	z-index: 10;
	margin: 9px;
}

.grey-divider-30 {
	background: rgba(247,247,247,1.00);
	display: inline-block;
	position: relative;
	height: 3px;
	width: 30%;
	z-index: 10;
	margin: 9px;	
}

.red-divider-30 {
	background: rgba(255,0,4,1.00);
	height: 3px;
	width: 30%;
	position: relative;
	display: inline-block;
	z-index: 10;
	margin: 9px;
}

/* Dividers END */

.footer {
	/* background-color: rgba(91, 91, 91,1.00); */
	/* Modern Gradient */
	/* background: linear-gradient(135deg, rgba(197,198,199,1.0) 0%, rgba(112,113,114,1.0) 100%); */
	background-color: #808080;
	display: inline-block;
	position: relative;
	height: auto;
	width: 100%;
	z-index: 10;
}

.img-cnt-white {
	border-radius: 50%;
	background: rgba(255,255,255,0.80);
	height: auto;
	width: 50%;
	padding: 1em;
}

.white-text-md {
	color: white;
	font-size: 22px;
}

.white-txt {
	color: #fff !important;
}

.blue-txt {
	color: rgba(47,84,150,1.00) !important;
}

.black-txt {
	color: rgba(0, 0, 0, 1.00);
}

.p-txt-md {
	font-size: 16px !important;
}

.p-txt-lg {
	font-size: 32px !important;
}

.themed-photo {
	border: 3px solid #000;
	border-radius: 5px;
	display: inline-block;
}

/*********************************************************** Burger *************************************************/
#burgerID {
	position: relative;
	display: none;
	text-align: center;
	cursor: pointer;
	position: fixed;
	width: 30px;
	height: 30px;
	z-index: 999;
	transition: ease all 0.5s;
	left: 50%;
	top: 30px;
	transform: translate(-50%, -50%);
}
#burgerControls {
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	position: fixed;
	width: 30px;
	height: 30px;
	z-index: 999;
	transition: ease all 0.5s;
	left: 30px;
	top: 100px;
	transform: translate(-50%, -0%);
	z-index: 99999999999 !important;
}
.burger-mark-1, .burger-mark-2, .burger-mark-3 {
	display: block;
	height: 3px;
	width: 100%;
	background: rgba(255,255,255, 1.0);
	border-radius: 5px;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.burger-mark-1 {
	position: absolute;
	top: 10%;
	left: 0px;
}
.burger-mark-2 {
	position: absolute;
	top: 50%;
	left: 0px;
}
.burger-mark-3 {
	position: absolute;
	top: 90%;
	left: 0px;
}
#burgerID.open .burger-mark-1, #burgerControls.open .burger-mark-1 {
	top: 50%;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
#burgerID.open .burger-mark-2, #burgerControls.open .burger-mark-2 {
	opacity: 0;
}
#burgerID.open .burger-mark-3, #burgerControls.open .burger-mark-3 {
	top: 50%;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/*********************************************************** Navegacion *************************************************/
.nav-mov {
	background: rgb(0, 0, 0, 0.15);
	height: 75px;
	position: fixed;
	text-align: center;
	width: 100%;
	transition: ease 0.5s all;
	z-index: 998;
	top: 0px;
	left: 0px;
}

.logo { /*Eso es para el logo de navegacion! */
	background-image: url(../img/logo-mobilenglish.png);
	background-repeat: no-repeat;
	background-size: contain;
	float: right;
	height: 70px;
	margin-top: 3px;
	opacity: 1.0;
	width: 135px;
	z-index: 999;
}

.nav-mov p, h, li, ul, a, text {
	color: rgb(255,255,255,1.0);
	opacity: 1.0;
	margin: 0px;
	text-decoration: none;
}

.nav-mov ul {
	display: inline-block;
	list-style: none;
	margin-top: 8px;
	margin-left: 10%;
	text-decoration: none;
	white-space: nowrap;
}

.nav-mov li {
	border: solid rgb(255,255,255,0.0) 2px; /*Opacity is set by the 4th setting*/
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	margin: 10px;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	transition-duration: 0.5s;
}

.nav-mov li:hover {
	border: solid rgb(255,255,255,1.0) 2px;
	transition-duration: 0.5s;
}

.icon:hover {
	border: solid rgb(255,255,255,0.0) 2px !important;
}

/*********************************************************** El hombre! *************************************************/
.front-pic { /* Este es el hombre en la primera pagina. */
	--background-image: url(../img/front-background-1.jpg);
	background-image: var(--background-image);
	background-size: cover;
	background-repeat: no-repeat;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.front-pic:hover {
	filter:grayscale(0%);
}

.front-flag-pic { /* Foto superpuesta de la bandera. */
	background-image: url(../img/falg-gradient-american.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.0;
	height: 100%;
	width: 100%;
	transition: 0.9s ease-in-out;
	z-index: 99;
}

.front-flag-pic:hover {
	transition: 0.9s ease-in-out;
	opacity: 0.9;
}

.banner-logo {
	display: inline-block;
	position: fixed;
	align-self: center;
	height: 200px;
	width: auto;
	z-index: 999;
}
/***************************************************** Seccion de texto ************************************************/
.front-body-divider {
	background-color: rgba(0, 139, 248,1.00);
	height: 100px;
	width: 100%;
	z-index: 10;
}
.front-body {
	background: #FFFFFF;
	flex-direction: column;
	position: relative;
	margin-top: 40px;
	width: 100%;
	z-index: 10;
}
.front-body-text {
	/*background: #D7D7D7;*/
	float: left;
	height: 1000px;
	margin-right: 10%;
	text-align: center;
	width: 60%;
}

.front-body-logo {
	background-image: url(../img/logo-mobilenglish.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	float: right;
	height: 200px;
	width: 300px;
	min-width: 25%;
}

.front-body-button-container {
	display: flex;
	float: right;
	text-align: center;
	margin-right: 5%;
	width: 20%;
}
.front-button {
	background: rgb(47,84,150,1.0);
	border-radius: 5px;
	color: rgb(255, 255, 255, 1.0);
	cursor: pointer;
	height: 20px;
	width: 300px;
}

.front-button:hover {
	background: rgb(37,74,140,1.0);
}

.front-button:active {
	background: rgb(27,64,130,1.0);
}

.front-body-h-container {
	text-align: left;
	margin-left: 15%;
}

.front-body-text-container {
	text-align: left;
	margin-left: 20%;
	margin-top: 30px;
}

.front-body h1 {
	font-size: 24pt;
	margin: 15px;
}

.front-body h3 {
	color: rgba(0, 139, 248,1.00);
	font-size: 14pt;
}

.front-body-h3-underline {
	text-decoration: underline;
}

.front-body h2 {
	font-size: 15pt;
	margin: 15px;
	text-decoration: underline;
}

.front-body p {
	margin: 18px;
}

.bold {
	font-weight: bold;
}

.front-body-contact-us {
	text-align: center;
}

.front-body-contact {
	display: flex;
	float: right;
	height: 320px;
	margin-top: 20px;
	text-align: left;
	width: 30%;
	z-index: 10;
}

.front-body-bottom-right {
	background: url(../img/bottom-right-img.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	float: right;
	height: 308px;
	margin-top: 20px;
	width: 30%;
	z-index: 10;
}

input[type=text], input[type=password], input[type=email] {
	background: rgba(255,255,255,1.00);
	border: 3px solid rgb(255, 255, 255, 1.0);
	border-radius: 2px;
	box-sizing: border-box;
	display: inline-block;
	-moz-appearance: none !important;
    -webkit-appearance: none !important;
	appearance: none !important;
	padding: 6px;
	transition: ease all 0.5s;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus {
	border: 3px solid rgba(255, 0, 4, 1.00);
}

textarea {
	background: rgba(255,255,255,1.00);
	border: 3px solid rgb(255, 255, 255, 1.0);
	border-radius: 2px;
	resize: none;
	box-sizing: border-box;
	display: inline-block;
	-moz-appearance: none !important;
    -webkit-appearance: none !important;
	appearance: none !important;
	padding: 6px;
	transition: ease all 0.5s;
}

.front-top {
	background: rgba(255,255,255,0.80);
	position: relative;
	display: inline-block;
	margin-top: 50%;
	max-height: 400px;
	height: 400px;
	width: 100%;
	float: left;
	z-index: 10;
	overflow: hidden;
	white-space: nowrap;
}

.front-top-text {
	height: auto;
	width: 40%;
	float: left;
	position: relative;
	margin: 100px 0% 0% 5%;
	white-space: normal;
}

.front-top-text h2 {
	color:rgba(105,105,105,1.00);
	font-size: 24px;
}

.front-top-text p {
	color:rgba(105,105,105,1.00);
	margin: 50px 0 0 0;
}

.front-top-divider {
	background:rgba(153,153,153,1.00);
	height: 350px;
	width: 1px;
	position: absolute;
	left: 50%;
	top: 7%;
}

.front-top-classes {
	float: left;
	margin-left: 100px;
	text-align: center;
}

.front-top-class-type {
	height: 300px;
	width: 200px;
}

.front-top-class-type-img {
	background: url(../img/nino-computadora-2.jpg);
	background-size: cover;
	background-position: 40% 5%;
	border-radius: 100%;
	height: 200px;
	width: 200px;
}

.front-top-class-type-img-2 {
	background: url(../img/estudiante-peruana.jpg);
	background-size: cover;
	background-position: 85% 5%;
	border-radius: 100%;
	height: 200px;
	width: 200px;
}

.front-top-mid-1 {
	background: rgba(47,84,150,0.80);
	height: 300px;
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 10;
}

.dots {
	border-top: dotted;
	border-color: rgba(255,255,255,1.00);
	margin: 5px 0px 5px 0px;
	height: 2px;
	width: 600px;
}

.front-top-mid-adults {
	height: 250px;
	width: 200px;
	position: relative;
	display: inline-block;
	margin: 40px 0px 0px 15%;
}

.front-top-mid-adults h2 {
	font-size: 20px;
}

.front-top-mid-ninos {
	height: 250px;
	width: 200px;
	position: relative;
	display: inline-block;
	margin: 40px 0px 0px 5%;
}

.front-objectives {
	position: relative;
	display: inline-block;
	margin: 2% 0% 0% 5%;
}

.front-objectives h2 {
	color: rgba(255,255,255,1.00);
	font-size: 36px;
}

.front-objectives li {
	margin: 2% 0% 0% 0%;
	list-style: disc;
}

.front-top-mid-ninos h2 {
	font-size: 20px;
}

.front-top-mid-2 {
	background: rgba(235,235,235,1.00);
	height: 300px;
	width: 100%;
	float: left;
	position: relative;
	display: inline-block;
	z-index: 10;
}

.front-top-mid-2-left {
	height: 250px;
	width: 15%;
	position: relative;
	display: inline-block;
	text-align: left;
	margin: 5% 0% 0% 5%;
}

.front-top-mid-2-left h3 {
	color: rgba(112,112,112,1.00);
	font-size: 24px;
	float: left;
}

.front-top-mid-2-left p {
	color: rgba(112,112,112,1.00);
	margin: 5% 0% 5% 0%;
	float: left;
}

.front-top-mid-2-left-button {
	background-color: rgba(223,36,39,1.00);
	color: rgba(255,255,255,1.00);
	cursor: pointer;
	float: left;
	height: 25px;
	width: 100px;
	transition: 0.5s ease all;
}

.front-top-mid-2-left-button:hover {
	background: rgba(0, 139, 248,1.00);
}

.front-top-mid-2-mid {
	height: 250px;
	width: 25%;
	position: relative;
	display: table;
	margin: -20% 0% 10% 25%;
}

.front-top-mid-2-mid ul {
	margin: 50px 0px 0px 0px;
}

.front-top-mid-2-mid li {
	color: rgba(112,112,112,1.00);
	margin: 2% 0% 0% 0%;
	list-style: disc;
}

.front-top-red-div {
	background: rgba(255,0,4,1.00);
	height: 50px;
	width: 100%;
	float: left;
	position: relative;
	display: inline-block;
	z-index: 10;
}

.front-top-red-div p {
	color: rgba(255,255,255,1.00);
	margin: 12px 0px 0px 15%;
	font-size: 22px;
}

.front-top-sign {
	background: rgba(255,255,255,1.00);
	border-radius: 20px;
	box-shadow: 5px rgba(0,0,0,0.80);
	position: absolute;
	left: 75%;
	bottom: 500px;
	height: 500px;
	width: 275px;
	z-index: 999;
}

.front-top-sign i {
	color: rgba(218,51,53,1.00);
	font-size: 36px;
	float: left;
	margin: 50px 0% 0% 10%;
}

.front-top-sign h3 {
	color: rgba(218,51,53,1.00);
	font-size: 20px;
	margin: 55px 0% 0% 0%;
}

.front-top-form {
	margin: 10% 0% 0% 0%;
}

.front-top-form input[type=text] {
	border: 1px solid rgba(171,171,171,1.00);
	border-radius: 4px;
}

.front-top-form label {
	color: rgba(173,173,173,1.00);
}

.front-top-form input[type=submit] {
	width: 100px;
	height: 25px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(223,36,39,1.00);
	border: none;
	border-radius: 4px;
	cursor: pointer;
	margin: 5% 0% 0% 0%;
	transition: 0.5s ease all;
}

.front-top-form input[type=submit]:hover {
	background: rgba(0, 139, 248,1.00);
}

.info-logo {
	height: 60px;
	width: auto;
	margin: 25px 0px 0px 0px;
	display: inline;
}

.front-top-mid-3 {
	background: rgba(47,84,150,0.80);
	height: 400px;
	width: 100%;
	float: left;
	position: relative;
	display: inline-block;
	text-align: center;
	z-index: 10;
}

.front-top-mid-3-img {
	background: url(../img/profesora-4.jpg);
	background-size: cover;
	background-position: 40% 5%;
	border-radius: 100%;
	display: inline-block;
	height: 200px;
	width: 200px;
}

.front-top-mid-3-p {
	margin: 0% 0% 0% 40%;
	width: 20%;
}

.front-top-mid-3-p p {
	color: rgba(255,255,255,1.00);
	font-size: 24px;
	line-height: 50px;
}

/********************************************* Cursos *****************************************/

.cursos-clases {
	background: rgba(255,255,255,0.80);
	display: inline-block;
	position: relative;
	margin-top: 50%;
	height: auto;
	width: 100%;
	vertical-align: middle;
	z-index: 10;
	padding: 2.5% 0% 2.5% 0%;
	text-align: center;
}

.cursos-clases h2 {
	color: rgba(47,84,150,0.80);
}

.cursos-clases-type {
	display: inline-block;
	height: auto;
	width: 300px;
	text-align: center;
}

.cursos-clases-dots {
	border-top: dotted;
	border-color: rgba(136,136,136,1.00);
	display: inline-block;
	height: 2px;
	width: 100%;
}

.cursos-clases-type-img {
	background: url(../img/profesionales.jpg);
	background-size: cover;
	background-position: 40% 5%;
	border-radius: 100%;
	height: 200px;
	width: 200px;
	margin: 0% auto 2% auto;
}

.cursos-clases-type-img-2 {
	background: url(../img/estudiantes-2.jpg);
	background-size: cover;
	background-position: 40% 5%;
	border-radius: 100%;
	height: 200px;
	width: 200px;
	margin: 0% auto 2% auto;
}

.cursos-clases-type-img-3 {
	background: url(../img/estudiantes.jpg);
	background-size: cover;
	background-position: 40% 5%;
	border-radius: 100%;
	height: 200px;
	width: 200px;
	margin: 0% auto 2% auto;
}

.cursos-clases-type h3 {
	color: rgba(136,136,136,1.00);
	font-size: 24px;
}

.cursos-clases-type li {
	color: rgba(136,136,136,1.00);
	list-style: none;
}

.cursos-idiomas {
	background: rgba(47,84,150,0.80);
	display: inline-block;
	position: relative;
	height: auto;
	width: 100%;
	vertical-align: middle;
	z-index: 10;
	padding: 2.5% 0% 2.5% 0%;
}

.cursos-idiomas-type {
	display: inline-block;
	position: relative;
	height: auto;
	width: 320px;
	vertical-align: top;
	text-align: center;
}

.cursos-idiomas-type-container {
	display: inline-block;
	position: relative;
	height: auto;
	width: 80%;
}

.cursos-idiomas-type p {
	color: rgba(255,255,255,1.00);
}

.cursos-idiomas-type h2 {
	color: rgba(255,255,255,1.00);
	font-size: 24px;
	margin: 0px 0px 25px 0px;
}

.cursos-idiomas-type li {
	color: rgba(255,255,255,1.00);
	list-style: none;
}

.cursos-materiales {
	background: rgba(247,247,247,1.00);
	display: inline-block;
	position: relative;
	float: left;
	height: 600px;
	width: 100%;
	text-align: center;
	z-index: 10;
}

.cursos-materiales-img {
	background: url(../img/mobile.jpg);
	background-size: cover;
	background-position: 40% 5%;
	border-radius: 100%;
	height: 200px;
	width: 200px;
}

.cursos-materiales h2 {
	color: rgba(47,84,150,0.80);
	font-size: 48px;
	margin: 25px 2% 25px 2%;
}

.cursos-materiales h3 {
	color: rgba(47,84,150,0.80);
	font-size: 24px;
	margin: 0% 2% 25px 2%;
}

.cursos-materiales p {
	margin: 0% 5% 25px 5%;
}

/********************************************* Contactar *****************************************/

.contactar {
	background: rgba(47,84,150,0.80);
	display: inline-block;
	float: left;
	position: relative;
	height: auto;
	width: 100%;
	margin: 50% 0% 0% 0%;
	z-index: 10;
	text-align: center;
}

.contactar-left {
	float: left;
	display: inline-block;
	height: auto;
	width: 50%;
	text-align: center;
}

.contactar-left-container {
	text-align: left;
}

.contactar-left input[type=text] {
	border: 1px solid rgba(171,171,171,1.00);
	border-radius: 4px;
	display: inline-block;
	margin: 0px 25% 0px 0px;
	width: 300px;
}

.contactar-left label {
	color: rgba(173,173,173,1.00);
	display: inline-block;
	width: 300px;
	margin: 0px;
}

.contactar-left input[type=submit] {
	width: 100px;
	height: 25px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(194,35,38,1.00);
	border: none;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	margin: 20px 100px 0px 100px;
}

.contactar-left textarea {
	border: 1px solid rgba(171,171,171,1.00);
	border-radius: 4px;
	display: inline-block;
	width: 300px;
}

.contactar-left h2 {
	color: rgba(255,255,255,1.00);
	font-size: 36px;
}

.contactar-left p {
	color: rgba(255,255,255,1.00);
	margin: 0px 0px 0px 0px;
}

.contactar-right {
	float: right;
	width: 50%;
}

.contactar-right-container {
	margin: 10% 0% 0% 0%;
}

.contactar-right h2 {
	color: rgba(255,255,255,1.00);
	font-size: 36px;
	margin: 10% 0px 0px 0px;
}

.contactar-right h3 {
	color: rgba(255,255,255,1.00);
	font-size: 24px;
	margin: 20px 0px 0px 0px;
}

.contactar-right p {
	color: rgba(255,255,255,1.00);
	margin: 0px 0px 0px 0px;
}

.contactar-right a {
	color: rgba(255,255,255,1.00);
}

.contactar-right i {
	color: rgba(255,255,255,1.00);
	cursor: pointer;
	font-size: 36px;
	margin: 20px 50px 0px 0px;
	display: inline-block;
	transition: 0.5s ease;
}

.contactar-right i:hover {
	color: rgba(0,0,0,1.00);
}

/********************************************* Purchase *****************************************/

.purchase {
	background: rgba(223,36,39,0.80);
	display: inline-block;
	float: left;
	position: relative;
	height: 800px;
	width: 100%;
	margin: 50% 0% 0% 0%;
	z-index: 10;
}

.purchase-left {
	float: left;
	display: inline-block;
	height: 600px;
	width: 50%;
	text-align: center;
}

.purchase-left-container {
	text-align: left;
	margin: 10% 0% 0% 25%;
}

.purchase-left input[type=text] {
	border: 1px solid rgba(171,171,171,1.00);
	border-radius: 4px;
	display: inline-block;
	margin: 0px 25% 0px 0px;
	width: 300px;
}

.purchase-left label {
	color: rgba(173,173,173,1.00);
	display: inline-block;
	width: 300px;
	margin: 0px;
}

.purchase-left input[type=submit] {
	width: 100px;
	height: 25px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(194,35,38,1.00);
	border: none;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	margin: 20px 100px 0px 100px;
}

.purchase-left textarea {
	border: 1px solid rgba(171,171,171,1.00);
	border-radius: 4px;
	display: inline-block;
	width: 300px;
}

.purchase-left h2 {
	color: rgba(255,255,255,1.00);
	font-size: 36px;
	margin-left: 80px;
}

.purchase-left-p-container {
	display: inline-block;
	position: relative;
	margin: 35px 0px 0px 0px;
}

.purchase-left p {
	display: inline-block;
	color: rgba(255,255,255,1.00);
	margin: 0px 0px 0px 0px;
	width: 300px;
}

.purchase-left-img-container {
	display: inline-block;
	height: 320px;
	width: auto;
	position: relative;
	margin: 25px 25px 25px 0px;
}

.purchase-left-img-container img {
	height: 100%;
	width: 100%;
}

.purchase-right {
	background: rgba(255, 255, 255, 1.00);
	width: 640px;
	height: 640px;
	margin: 50px 0px 0px 0px;
	text-align: center;
}

.purchase-right-logo {
	height: 256px;
	width: auto;
}

.purchase-right-container {
	float: right;
	width: 50%;
}

.purchase-paypal {
	position: relative;
	text-align: left;
	margin: 0px 0px 0px 75px;
}

.puchase-right a {
	color: black;
}

.purchase-right h2 {
	color: rgba(255,255,255,1.00);
	font-size: 36px;
	margin: 10% 0px 0px 0px;
}

.purchase-right h3 {
	color: rgba(255,255,255,1.00);
	font-size: 24px;
	margin: 20px 0px 0px 0px;
}

.purchase-right-p {
	color: rgba(0,0,0,1.00);
	margin: 15px 35px 0px 35px;
	text-align: left;
}

.purchase-right a {
	color: rgba(255,255,255,1.00);
}

.purchase-right i {
	color: rgba(255,255,255,1.00);
	cursor: pointer;
	font-size: 36px;
	margin: 20px 50px 0px 0px;
	display: inline-block;
	transition: 0.5s ease;
}

.purchase-right i:hover {
	color: rgba(0,0,0,1.00);
}

/*********************************************************** Login *************************************************/

.mobeng-login-main {
	background: rgba(223,36,39,0.80);
	display: inline-block;
	float: left;
	position: relative;
	text-align: center;
	height: auto;
	width: 100%;
	margin: 50% 0% 0% 0%;
	padding: 2.5% 0% 2.5% 0%;
	z-index: 10;
}

.mobeng-logo-container {
	background-color: white;
	height: 110px;
	width: 120px;
	text-align: center;
	display: inline-block;
	position: relative;
}

.mobeng-logo {
	height: auto;
	width: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.mobeng-login-main h2 {
	margin: 20px auto 5px auto;
	text-align: center;
}

.mobeng-login-form {
	width: 400px;
	margin: 20px auto auto auto;
	position: relative;
}

.mobeng-login-form input {
	width: 400px;
	margin: 5px;
}

.mobeng-login-form label {
	color: white;
}

.mobeng-login-form-submit {
	color: white;
	cursor: pointer;
	height: 64px;
	width: 172px;
}
/********************************************* Clases *****************************************/
.cal-lesson {
	background-color: rgba(255, 255, 255, 1.00) !important;
	border-radius: 3px !important;
	position: relative;
	line-height: 12px;
	height: auto !important;
	width: auto !important;
	z-index: 10;
}

.schedule-table {
	border-radius: 5px;
	border: 3px solid rgba(255, 255, 255, 1.00);
	table-layout: inline-table;
	max-width: 90%;
	max-height: 500px;
	overflow-y: auto;
	border-collapse: collapse;
	/* border-collapse:separate; 
  	border-spacing: 0 1em; */
}

.schedule-table thead th, .movingles-table > th { 
	position: sticky !important; 
	top: 0 !important; 
	font-size: 14px;
	padding: 3px;
}

.movingles-table > th {
	background-color: rgba(255, 255, 255, 0.80);
	color: #000;
	height: 18.4px;
}

.movingles-table > tr {
	cursor: pointer;
	margin-top: 1em !important;
	transition: ease all 0.5s;
	padding: 6px;
	color: #fff;
}

.movingles-table > tr:hover, 
.movingles-table > tr:nth-child(4n):hover, 
.movingles-table > tr:nth-child(4n-1):hover, 
.movingles-table > tr:nth-child(4n-2):hover, 
.movingles-table > tr:nth-child(4n-3):hover {
	background: rgba(255, 255, 255, 1.00);
	color: #000;
}

.movingles-table > tr:hover > td i {
	color: #000;
}

.movingles-table > tr:nth-child(4n), .movingles-table > tr:nth-child(4n-1) {
	background: rgba(47, 84, 150, 1.00);
	transition: ease all 0.5s;
}
.movingles-table > tr:nth-child(4n-2), .movingles-table > tr:nth-child(4n-3) {
	background: rgba(47, 84, 150, 1.00);
	transition: ease all 0.5s;
}

.mi-thead tr:first-child {
	background: rgba(177,177,177,1.00) !important;
	color: #fff !important;
	text-transform: uppercase;
}

.movingles-table > th td {
	min-width: fit-content !important;
	width: 100px !important;
	max-width: fit-content !important;
	text-align: center;
	padding: 3px;
	font-size: 22px;
	text-transform: uppercase;
}

.movingles-table > td {
	width: fit-content !important;
	word-wrap: break-word;
	padding: 3px;
	font-size: 18px;
}

.chat-color-dot {
	height: 24px;
	width: 24px;
	display: block;
}

#canvas {
	background: rgba(255,255,255,0.0); /*was 540 x 960 */
	position: absolute;
	/* height: 100%;
	width: 100%; */
	top: 0px;
	z-index: 2;
}

#book-canvas {
	background: #fff; /*was 540 x 960 */
	position: absolute;
	/* height: 100%;
	width: 100%; */
	top: 0px;
	z-index: 1;
}

#canvasContainer {
	position: relative;
	height: 640px;
	width: 960px;
	overflow: scroll;
}

.class-btn-container {
	width: 960px;
}

.chat-name {
	background-color: linear-gradient(90deg, rgba(47,84,150,0.80) 0%,rgba(47,84,150,0.00) 80%);
	width: auto;
	max-width: 288px;
	height: 36px;
}

.camera-container {
	position: relative;
	width: auto;
	/* max-width: 288px; */
	height: 216px;
	/* height: 225px;
	width: 400px; */
	/* margin-top: 12px;
	margin-left: 51px; */
}

#chat-teacher-camera, #chat-student-camera {
	background: #fff;
	width: auto;
	max-width: 288px;
	height: 216px;
	/* height: 225px;
	width: 400px; */
}

.teacher-camera-overlay {
	background: linear-gradient(90deg, rgba(47,84,150,0.80) 0%, rgba(223,36,39,0.45) 35%, rgba(255,255,255,0.25) 100%);
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	/* font-weight: 900;
	font-size: 24px; */
	position: absolute;
	text-align: left;
	line-height: 36px;
	min-width: 256px;
	left: 0px;
	bottom: 0px;
}

.student-camera-overlay {
	background: linear-gradient(90deg, rgba(47,84,150,0.80) 0%, rgba(223,36,39,0.45) 35%, rgba(255,255,255,0.25) 100%);
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	/* font-weight: 900;
	font-size: 24px; */
	position: absolute;
	text-align: left;
	line-height: 36px;
	min-width: 256px;
	left: 0px;
	bottom: 0px;
}

.teacher-camera-overlay p, .student-camera-overlay p {
	font-weight: 900;
	font-size: 24px;
	margin-left: 9px;
}

.left-chat-bar {
	display: inline-block;
	position: relative;
	text-align: center;
	height: 100%;
	width: 390px;
}

.class-controls {
	position: relative;
	bottom: 0px;
	left: 0px;
}

.chat-container {
	display: relative;
	margin-top: 12px;
}

.chat-button {
	display: none;
	position: fixed;
	bottom: 6px;
	right: 6px;
}

.control-button {
	display: none;
	position: fixed;
	bottom: 6px;
	right: 86px;
}

.chat-history {
	background-color: #fff;
	height: 192px;
	width: 380px;
	margin-left: 4px;
	overflow-y: scroll;
	text-align: left;
	word-wrap: break-word;
}

/* .chat-history li {
	background-color: rgba(0, 139, 248,1.00);
	margin: 3px;
} */

.right-chat-bar {
	display: inline-block;
	position: relative;
	height: 100%;
	width: 203px;
}

.sent {
	background-color: rgba(0, 139, 248,1.00);
	margin: 6px;
	border-radius: 5px;
	padding: 3px;
	max-width: 370px;
}

.received {
	background-color: rgba(223,36,39,0.80);
	margin: 6px;
	border-radius: 5px;
	padding: 3px;
	max-width: 370px;
}

#chatInput {
	margin-top: 3px;
	width: 380px;
}

.chat-modal {
	background-color: #fff;
	background: linear-gradient(90deg, rgba(47,84,150,1) 0%, rgba(223,36,39,1) 35%, rgba(255,255,255,1) 100%);
	border: 3px solid rgba(0, 139, 248,1.00);
	border-radius: 25px;
	display: none;
	position: absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	height: 480px;
	width: 640px;
	text-align: center;
	z-index: 9999;
}
/*********************************************************** Admin *************************************************/

/* #editLesson, #editAccount, #editAnnouncement {
	background-color: #fff;
	background: linear-gradient(90deg, rgba(47,84,150,1) 0%, rgba(223,36,39,1) 35%, rgba(255,255,255,1) 100%);
	border: 3px solid rgba(0, 139, 248,1.00);
	border-radius: 25px;
	display: none;
	position: absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	display: none;
	width: 500px;
	height: 750px;
	z-index: 9999;
} */

.me-backdrop {
	background: #000;
	/* display: none; */
	position: fixed;
	top: 0px;
	left: 0px;
	opacity: 0.5;
	height: 100%;
	width: 100%;
	z-index: 999;
}

.me-modal {
	background-color: #fff;
	border-radius: 4px;
	/* display: none; */
	position: fixed;
	padding: 33px;
	top: 50%;
  	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 75%;
	height: auto;
	width: 50%;
	z-index: 1000;
}

.me-modal-auto {
	background-color: #fff;
	border-radius: 4px;
	display: none;
	position: fixed;
	padding: 33px;
	top: 50%;
  	left: 50%;
	transform: translate(-50%, -50%);
	height: auto;
	width: 50%;
	z-index: 1000;
}

#adminControls {
	transition: ease-in-out 0.1s;
}

/********************************************* Abajo *****************************************/

.front-bottom {
	background-color: rgb(0, 0, 0, 1.0);
	bottom: 0px;
	height: 50px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.bottom {
	background-color: rgba(177,177,177,1.00);
	display: inline-block;
	float: left;
	position: relative;
	height: 75px;
	width: 100%;
	z-index: 10;
}

.bottom p {
	color: rgba(255,255,255,1.00);
	margin: 25px 0px 0px 25%;
}

.bottom-i-container {
	margin: -25px 0px 0px 65%;
	max-height: 65px;
}

.bottom i {
	color: rgba(255,255,255,1.00);
	cursor: pointer;
	font-size: 36px;
	margin-left: 7%;
	display: inline-block;
	transition: 0.5s ease;
}

.bottom i:hover {
	color: rgba(0,0,0,1.00);
}

.facebook-icon {
	background:url(../img/facebook_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	height: 50px;
	width: 50px;
}

/* ***************************************** Profesoras **********************************/

.profesoras-title {
	background: rgba(255,255,255,0.80);
	display: inline-block;
	position: relative;
	height: auto;
	width: 100%;
	margin: 50% 0% 0% 0%;
	text-align: center;
	z-index: 10;
}

.profesoras-title h2 {
	font-size: 32px;
	position: relative;
	display: inline-block;
	margin: 68px 2% 0% 2%;
	text-decoration: none;
}

.profesoras-title-container {
	margin: 50px 0px 0px 0px;
	height: auto;
	width: 100%;
}

.profesoras-title-container p {
	position: relative;
	font-size: 24px;
	margin: 25px 15px 25px 15px;
}

.profesoras-list {
	background: rgba(47,84,150,0.80);
	display: inline-block;
	position: relative;
	text-align: center;
	height: auto;
	width: 100%;
	z-index: 10;
}

.profesoras-list h2 {
	color: rgba(255,255,255,1.00);
	font-size: 36px;
	margin: 25px 15px 0px 15px;
	position: relative;
}

.profesoras-container p {
	color: rgba(255,255,255,1.00);
}

.cert-img {
	height: 150px;
	width: auto;
	position: relative;
	margin: 10px 10px 80px 10px;
}

.profesoras-title-class {
	height: 300px;
	width: auto;
}

.cert-img-tesol {
	height: 100px;
	width: auto;
	position: relative;
	margin: 0px 10px 100px 0px;
}

.profesoras-container {
	position: relative;
	height: auto;
	width: 90%;
}

.profesora {
	background: rgba(255,0,4,0.00);
	/* border-radius: 10px; */
	/* display: inline-block; */
	/* margin: 50px 2% 0% 2%; */
	height: 300px;
	/* width: 350px; */
}

.profesora img {
	border-radius: 5px;
}

.profesora h2 {
	text-decoration: none;
}

.profesora-derek {
	background: url(../img/Derek_Professor.jpg);
	background-size: 90%;
	background-position: 40% 5%;
	border-radius: 100%;
	height: 200px;
	width: 200px;
	margin: auto auto 2% auto;
}

.profesora-paolo {
	background: url(../img/Paolo_Profile.jpg);
	background-size: 90%;
	background-position: 40% 0%;
	border-radius: 100%;
	height: 200px;
	width: 200px;
	margin: auto auto 2% auto;
}

.profesora-jeff {
	background: url(../img/Jeff.jpg);
	background-size: cover;
	background-position: 0% 5%;
	border-radius: 100%;
	height: 200px;
	width: 200px;
	margin: auto auto 2% auto;
}

.profesora-andrew {
	background: url(../img/Andrew.jpg);
	background-size: 150%;
	background-position: 50% 40%;
	border-radius: 100%;
	height: 200px;
	width: 200px;
	margin: auto auto 2% auto;
}

.profesora-kelly {
	background: url(../img/Kelly.jpg);
	background-size: 350%;
	background-position: 33% 50%;
	border-radius: 100%;
	height: 200px;
	width: 200px;
	margin: auto auto 2% auto;
}

.profesora-jen {
	background: url(../img/tutors-virtuales.jpg);
	background-size: 150%;
	background-position: 95% 40%;
	border-radius: 100%;
	height: 200px;
	width: 200px;
	margin: auto auto 2% auto;
}

/* ***************************************** Gracias **********************************/

.gracias-mail {
	background: rgba(47,84,150,0.80);
	display: inline-block;
	position: fixed;
	height: 100%;
	width: 100%;
	text-align: center;
	z-index: 99;
}

.gracias-mail p {
	color: rgba(255,255,255,1.00);
	font-size: 24px;
}

/* ***************************************** Media Queries **********************************/

@media screen and (max-width: 1200px) {
	.logo { /*Eso es para el logo de navegacion! */
		background-image: url(../img/logo-mobilenglish.png);
		background-repeat: no-repeat;
		background-size: contain;
		float: right;
		height: 70px;
		margin-top: 6px;
		margin-right: 9px;
		opacity: 1.0;
		width: 70px;
		z-index: 999;
	}
	.nav-mov {
		background: rgba(0, 139, 248,1.00);
	}
	.nav-mov ul {
		margin-top: 9px;
		margin-left: 0px;
		white-space: normal;
		padding: 0px;
	}
	.nav-mov li {
		font-size: 20px;
		margin: 0px;
		padding: 0px;
		padding-top: 9px;
		padding-bottom: 9px;
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
	}
	.nav-cpu {
		max-height: 0px;
		transition: all 0.30s ease-in-out;
		overflow: hidden;
		background: rgba(0, 139, 248,1.00);
		display: inline-block;
		position: fixed;
		text-align: center;
		margin-top: 0px;
		width: 100%;
		top: 75px;
		left: 0px;
		padding-bottom: 6px;
	}
	/* .nav-cpu::before, .nav::before {
		content: '';
  		margin: -35px;
  		position: absolute;
  		top: 0;
  		right: 0;
  		bottom: 0;
  		left: 0;
  		z-index: -1;
		-webkit-filter: blur(20px);
		-moz-filter: blur(20px);
		-o-filter: blur(20px);
		-ms-filter: blur(20px);
		filter: blur(20px);
	} */
	.nav-mobile {
		background: rgba(0, 139, 248,1.00);
		display: inline-block;
		position: fixed;
		text-align: center;
		margin-top: 0px;
		max-height: 100%;
		width: 100%;
		top: 75px;
		left: 0px;
		transition: all 0.5s ease-in-out;
	}
	.nav-mobile ul, il {
		font-size: 20pt;
	}

	.front-pic { /* Este es el hombre en la primera pagina. */
		background-image: url(../img/front-background-1.jpg);
		background-position-x: 65%;
		background-size: cover;
		background-repeat: no-repeat;
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 1;
		/* background-image: url(../img/stucco.jpg);
		background-size: contain;
		background-repeat: repeat;
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 1; */
	}

	/*********************************************************** Presets *************************************************/

.black {
	color: rgba(0,0,0, 1.0) !important;
}

.h-100-res {
	height: 100% !important;
}

.center {
	text-align: center !important;
}

.t-left {
	text-align: left !important;
}

.t-left-res-center {
	text-align: center !important;
}

.t-right {
	text-align: right !important;
}

.nowrap {
	white-space: nowrap !important;
}

.m-t-2em {
	margin-top: 2em !important;
}

.w-t-100 {
	width: 100% !important;
}

.w-100 {
	width: 100% !important;
}

.relative {
	position: relative !important;
}

.absolute {
	position: absolute !important;
}

.left {
	float: left;
}

.right {
	float: left;
}

.w-15-res {
	width: 100% !important;
}

.w-25-res {
	width: 100% !important;
}

.w-25-res-sp {
	width: 75% !important;
}

.w-50 {
	width: 50% !important;
}

.w-50-res {
	width: 100% !important;
}

.w-75-res {
	width: 100% !important;
}

.mr-t-5 {
	margin-top: 5% !important;
}

.bg-primary {
	background: rgba(38, 68, 118, 1.0) !important;
}

.black {
	color: rgba(0,0,0, 1.0) !important;
}

.center {
	text-align: center !important;
}

.nowrap {
	white-space: nowrap !important;
}

.left {
	float: left;
}

.right {
	float: left;
}

.pointer {
	cursor: pointer !important;
}

.relative {
	position: relative !important;
}

.inline-block {
	display: inline-block !important;
}

.pointer {
	cursor: pointer !important;
}

.no-list-style {
	list-style: none;
}

.z-5 {
	z-index: 5 !important;
}

.width-mod-40 {
	width: 40% !important;
}

.pd-bt-0 {
	padding-bottom: 0px !important;
}

.pd-t-0 {
	padding-top: 0px !important;
}

.pd-t-20 {
	padding-top: 20% !important;
}

.pd-t-1em {
	padding-top: 1em !important;
}

.pd-b-1em {
	padding-bottom: 1em !important;
}

.pd-x-3em {
	padding-bottom: 3em !important;
	padding-top: 3em !important;
}

.pd-x-2em {
	padding-bottom: 2em !important;
	padding-top: 2em !important;
}

.pd-x-05em {
	padding-bottom: .5em !important;
	padding-top: .5em !important;
}

.pd-x-1em {
	padding-bottom: 1em !important;
	padding-top: 1em !important;
}

.pd-b-3em {
	padding-bottom: 3em !important;
}

.pd-t-2em {
	padding-top: 2em !important;
}

.pd-t-3em {
	padding-top: 3em !important;
}

.pd-t-6em {
	padding-top: 6m !important;
}

.m-t-2em {
	margin-top: 2em !important;
}

.m-t-1em {
	margin-top: 1em !important;
}

.m-t-05em {
	margin-top: .5em !important;
}

.m-t-5 {
	margin-top: 5% !important;
}

.m-t-100 {
	margin-top: 100% !important;
}

.m-t-50 {
	margin-top: 50% !important;
}

.m-t-35 {
	margin-top: 35% !important;
}

.m-t-35-res {
	margin-top: 75% !important;
}

.m-t-75 {
	margin-top: 75% !important;
}

.m-t-15 {
	margin-top: 15% !important;
}

.m-tb-15 {
	margin-top: 15% !important;
	margin-bottom: 5% !important;
}

.m-tb-1em {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}

.m-lr-3n5 {
	margin-left: 3.5% !important;
	margin-right: 3.5% !important;
}

.m-lr-5 {
	margin-left: 5% !important;
	margin-right: 5% !important;
}

.m-t-20 {
	margin-top: 20% !important;
}

.m-l-20 {
	margin-left: 20% !important;
}

.m-l-20-res {
	margin-left: auto !important;
}

.m-l-25-res {
	margin-left: auto !important;
}

.m-l-5 {
	margin-left: 5% !important;
}

.m-1em {
	margin: auto !important;
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}

.m-l-1em {
	margin-left: auto !important;
}

.round-corners {
	border-radius: 3px;
}

.white-div-trans {
	background: rgba(255,255,255,0.80);
	height: auto;
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 10;
}

.red-div-trans {
	background: rgba(223,36,39,0.80);
	height: auto;
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 10;
}

.blue-div-trans {
	background: rgba(47,84,150,0.80);
	height: auto;
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 10;
}

.rwb-div {
	background: linear-gradient(90deg, rgba(47,84,150,1) 0%, rgba(223,36,39,1) 35%, rgba(255,255,255,1) 100%);
	height: auto;
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 10;
}

.gradient-div-1 {
	background: -webkit-linear-gradient(left, rgba(223,36,39,0.80), rgba(47,84,150,0.80));
  	background: linear-gradient(to right, rgba(223,36,39,0.80), rgba(47,84,150,0.80));
}

.frm-w-100-res {
	width: 95%;
}

.white-div {
	background: rgba(235,235,235,1.00);
	height: auto;
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 10;
}

.grey-div {
	background: rgba(247,247,247,1.00);
	display: inline-block;
	position: relative;
	height: auto;
	width: 100%;
	text-align: center;
	z-index: 10;	
}

.red-div {
	background: rgba(255,0,4,1.00);
	height: auto;
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 10;
}

/* Dividers */

.blue-divider {
	background: rgba(0, 139, 248,1.00);
	height: 3px;
	width: 80%;
	position: relative;
	display: inline-block;
	z-index: 10;
	margin: 9px;
}

.white-divider {
	background: rgba(235,235,235,1.00);
	height: 3px;
	width: 80%;
	position: relative;
	display: inline-block;
	z-index: 10;
	margin: 9px;
}

.grey-divider {
	background: rgba(247,247,247,1.00);
	display: inline-block;
	position: relative;
	height: 3px;
	width: 80%;
	z-index: 10;
	margin: 9px;	
}

.red-divider {
	background: rgba(255,0,4,1.00);
	height: 3px;
	width: 80%;
	position: relative;
	display: inline-block;
	z-index: 10;
	margin: 9px;
}

.blue-divider-60 {
	background: rgba(0, 139, 248,1.00);
	height: 3px;
	width: 90%;
	position: relative;
	display: inline-block;
	z-index: 10;
	margin: 9px;
}

.white-divider-60 {
	background: rgba(235,235,235,1.00);
	height: 3px;
	width: 90%;
	position: relative;
	display: inline-block;
	z-index: 10;
	margin: 9px;
}

.grey-divider-60 {
	background: rgba(247,247,247,1.00);
	display: inline-block;
	position: relative;
	height: 3px;
	width: 90%;
	z-index: 10;
	margin: 9px;	
}

.red-divider-60 {
	background: rgba(255,0,4,1.00);
	height: 3px;
	width: 90%;
	position: relative;
	display: inline-block;
	z-index: 10;
	margin: 9px;
}

.blue-divider-30 {
	background: rgba(0, 139, 248,1.00);
	height: 3px;
	width: 90%;
	position: relative;
	display: inline-block;
	z-index: 10;
	margin: 9px;
}

.white-divider-30 {
	background: rgba(235,235,235,1.00);
	height: 3px;
	width: 90%;
	position: relative;
	display: inline-block;
	z-index: 10;
	margin: 9px;
}

.grey-divider-30 {
	background: rgba(247,247,247,1.00);
	display: inline-block;
	position: relative;
	height: 3px;
	width: 90%;
	z-index: 10;
	margin: 9px;	
}

.red-divider-30 {
	background: rgba(255,0,4,1.00);
	height: 3px;
	width: 90%;
	position: relative;
	display: inline-block;
	z-index: 10;
	margin: 9px;
}

/* Dividers END */

.footer {
	/* background-color: rgba(177,177,177,1.00); */
	background-color: #C5C6C7;
	/* display: inline-block;
	position: relative; */
	height: auto;
	width: 100%;
}

.white-text-md {
	color: white;
	font-size: 22px;
}

	/*********************************************************** Burger *************************************************/
#burgerID {
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	position: fixed;
	width: 30px;
	height: 30px;
	z-index: 999;
	transition: ease all 0.5s;
	left: 50%;
	top: 30px;
	transform: translate(-50%, -50%);
}

#burgerControls {
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	position: fixed;
	width: 30px;
	height: 30px;
	z-index: 999;
	transition: ease all 0.5s;
	left: 0%;
	top: 120px;
	transform: translate(-50%, -0%);
}

.burger-mark-1, .burger-mark-2, .burger-mark-3 {
	display: block;
	height: 3px;
	width: 100%;
	background: rgba(255,255,255, 1.0);
	border-radius: 5px;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.burger-mark-1 {
	position: absolute;
	top: 10%;
	left: 0px;
}
.burger-mark-2 {
	position: absolute;
	top: 50%;
	left: 0px;
}
.burger-mark-3 {
	position: absolute;
	top: 90%;
	left: 0px;
}
#burgerID.open .burger-mark-1 {
	top: 50%;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
#burgerID.open .burger-mark-2 {
	opacity: 0;
}
#burgerID.open .burger-mark-3 {
	top: 50%;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
	.front-body-logo {
		display: inline-block;
		float: none;
	}
	.front-body-contact-us {
		display: inline-block;
		float: none;
	}
	.front-top {
	background: rgba(255,255,255,0.80);
	position: relative;
	display: inline-block;
	margin-top: 75px;
	max-height: 1000px;
	height: 1000px;
	width: 100%;
	float: none;
	z-index: 10;
	overflow: hidden;
	white-space: normal;
	text-align: center;
}

.front-top-text {
	height: auto;
	width: 100%;
	display: inline-block;
	float: none;
	position: relative;
	margin: 100px auto 0% auto;
	white-space: normal;
}

.front-top-text h2 {
	color:rgba(105,105,105,1.00);
	font-size: 24px;
}

.front-top-text p {
	color:rgba(105,105,105,1.00);
	margin: 50px 0 0 0;
}

.front-top-divider {
	display: none;
}

.front-top-classes {
	display: inline-block;
	float: inherit;
	margin: 80px auto 0px auto;
	text-align: center;
	width: 100%;
}

.front-top-class-type {
	display: block;
	position: relative;
	float: none;
	margin: 0px auto 0px auto;
	height: 300px;
	width: 200px;
	text-align: center;
}

.front-top-class-type-img {
	background: url(../img/nino-computadora-2.jpg);
	background-size: cover;
	background-position: 40% 5%;
	border-radius: 100%;
	height: 200px;
	width: 200px;
}

.front-top-class-type-img-2 {
	background: url(../img/estudiante-peruana.jpg);
	background-size: cover;
	background-position: 85% 5%;
	border-radius: 100%;
	height: 200px;
	width: 200px;
}
	
	.front-top-mid-1 {
	background: rgba(47,84,150,0.80);
	height: 400px;
	width: 100%;
	float: left;
	position: relative;
	display: inline-block;
	z-index: 10;
}

.dots {
	border-top: dotted;
	border-color: rgba(255,255,255,1.00);
	margin: 5px 0px 5px 5%;
	height: 2px;
	width: 90%;
}

.front-top-mid-adults {
	height: 250px;
	width: 200px;
	position: relative;
	display: inline-block;
	margin: 40px 0px 0px 15%;
}

.front-top-mid-adults h2 {
	font-size: 20px;
}

.front-top-mid-ninos {
	height: 250px;
	width: 200px;
	position: relative;
	display: inline-block;
	margin: 40px 0px 0px 5%;
}

.front-objectives {
	position: relative;
	display: inline-block;
	float: none;
	width: 100%;
	text-align: left;
	margin: 50px auto 0% auto;
}

.front-objectives h2 {
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-size: 36px;
}

.front-objectives li {
	margin: 2% 0% 0% 5%;
	list-style: disc;
}

.front-top-mid-ninos h2 {
	font-size: 20px;
}
	
	.front-top-mid-2 {
	background: rgba(235,235,235,1.00);
	height: auto;
	width: 100%;
	float: none;
	position: relative;
	display: inline-block;
	z-index: 10;
}

.front-top-mid-2-left {
	height: 250px;
	width: 100%;
	position: relative;
	display: inline-block;
	text-align: left;
	margin: 50px 0% 0% 0%;
}

.front-top-mid-2-left h3 {
	color: rgba(112,112,112,1.00);
	font-size: 24px;
	float: none;
	margin-left: 5%;
}

.front-top-mid-2-left p {
	color: rgba(112,112,112,1.00);
	margin: 5% 3.5% 0% 5%;
	float: none;
}

.front-top-mid-2-left button {
	background-color: rgba(223,36,39,1.00);
	color: rgba(255,255,255,1.00);
	cursor: pointer;
	float: none;
	position: relative;
	height: 25px;
	width: 100px;
	transition: 0.5s ease all;
	margin-left: 5%;
}

.front-top-mid-2-left button:hover {
	background: rgba(0, 139, 248,1.00);
}

.front-top-mid-2-mid {
	height: 250px;
	width: 100%;
	position: relative;
	display: table;
	margin: -200px 0% 10% 0%;
}

.front-top-mid-2-mid ul {
	margin: 50px 0px 0px 0px;
}

.front-top-mid-2-mid li {
	color: rgba(112,112,112,1.00);
	margin: 2% 5% 0% 5%;
	list-style: disc;
}
	
	.front-top-sign {
		display: none;
	}
	
	.front-top-red-div {
	background: rgba(255,0,4,1.00);
	height: 50px;
	width: 100%;
	float: left;
	position: relative;
	display: inline-block;
	z-index: 10;
}

.front-top-red-div p {
	color: rgba(255,255,255,1.00);
	margin: 12px 0px 0px 8%;
	font-size: 22px;
}
	
	.front-top-mid-3 {
	background: rgba(47,84,150,0.80);
	height: 400px;
	width: 100%;
	float: left;
	position: relative;
	display: inline-block;
	text-align: center;
	z-index: 10;
}

.front-top-mid-3-img {
	background: url(../img/profesora-4.jpg);
	background-size: cover;
	background-position: 40% 5%;
	border-radius: 100%;
	margin: 50px auto 0% auto;
	height: 200px;
	width: 200px;
	text-align: center;
}

.front-top-mid-3-p {
	margin: 0% auto 0% auto;
	width: 100%;
	text-align: center !important;
}

.front-top-mid-3-p p {
	color: rgba(255,255,255,1.00);
	font-size: 24px;
	line-height: 50px;
	margin: 0px auto 0px auto;
}
	.bottom p {
		margin: 25px 0px 0px 10%;
	}
	.bottom i {
	float: right;
		margin: 0px 45% 0px 0px;
}
.profesoras-title {
	height: auto;
}
.profesoras-title-class {
	height: auto;
	width: 85%;
}
.profesoras-container {
	padding-bottom: 25px;
}
.profesoras-list, .profesoras-container {
	height: auto;
}
.cursos-clases {
	float: none;
	margin-top: 20%;
	height: auto;
	text-align: center;
}
/* .cursos-clases-dots {
	width: 60vw;
} */
.cursos-clases-type {
	height: 300px;
	width: 300px;
	margin: 25px 2% 25px 2%;
}
.cursos-idiomas {
	float: none;
	height: auto;
	text-align: center;
}
.cursos-idiomas-type-container {
	margin: 20px 2% 0% 2%;
}
.cursos-idiomas-type {
	height: auto;
	margin: 10px 2% 0px 2%;
}
/********************************************* Contactar *****************************************/

.contactar {
	background: rgba(47,84,150,0.80);
	display: inline-block;
	float: none;
	position: relative;
	height: auto;
	width: 100%;
	margin: 50% 0% 0% 0%;
	padding-bottom: 30px;
	z-index: 10;
}

.contactar-left {
	float: none;
	display: inline-block;
	height: auto;
	width: 100%;
	text-align: center;
}

.contactar-left-container {
	text-align: center;
	margin: 10% 0% 0% 0%;
}

.contactar-left input[type=text] {
	border: 1px solid rgba(171,171,171,1.00);
	border-radius: 4px;
	display: inline-block;
	margin: 0px 0% 0px 0px;
}

.contactar-left label {
	color: rgba(173,173,173,1.00);
	display: inline-block;
	text-align: left;
	width: 80%;
	margin: 0px;
}

.contactar-left input[type=submit] {
	width: 26.4%;
	height: 25px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(194,35,38,1.00);
	border: none;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	margin: 20px 100px 0px 100px;
}

.contactar-left textarea {
	border: 1px solid rgba(171,171,171,1.00);
	border-radius: 4px;
	display: inline-block;
	width: 80%;
}

.contactar-left h2 {
	color: rgba(255,255,255,1.00);
	font-size: 36px;
	margin-left: auto;
}

.contactar-left p {
	color: rgba(255,255,255,1.00);
	margin: auto;
	width: auto;
}

.contactar-right {
	float: none;
	text-align: center;
	width: 100%;
}

.contactar-right-container {
	margin: 0% 0% 0% 0%;
	text-align: center;
}

.contactar-right h2 {
	color: rgba(255,255,255,1.00);
	font-size: 36px;
	margin: 0% 0px 0px 0px;
}

.contactar-right h3 {
	color: rgba(255,255,255,1.00);
	font-size: 24px;
	margin: 20px 0px 0px 0px;
}

.contactar-right p {
	color: rgba(255,255,255,1.00);
	margin: 0px 0px 0px 0px;
}

.contactar-right a {
	color: rgba(255,255,255,1.00);
}

.contactar-right i {
	color: rgba(255,255,255,1.00);
	cursor: pointer;
	font-size: 36px;
	margin: 20px 50px 0px 0px;
	display: inline-block;
	transition: 0.5s ease;
}

.contactar-right i:hover {
	color: rgba(0,0,0,1.00);
}

.purchase {
	height: auto;
	min-height: 800px;
}

.purchase-right-container {
	display: inline-block;
	float: none;
}

.purchase-left {
	float: none;
	display: inline-block;
	height: auto;
	width: 100%;
	text-align: center;
}

.purchase-left-container {
	text-align: center;
	margin: 10% 0% 0% 0%;
}

.purchase-left h2 {
	color: rgba(255,255,255,1.00);
	font-size: 36px;
	margin-left: 0px;
}

.purchase-left-p-container {
	display: inline-block;
	position: relative;
	margin: 35px 0px 0px 0px;
}

.purchase-left-img-container {
	height: auto;
	width: 75%;
	margin: 25px 25px 25px 0px;
}

.purchase-left-img-container img {
	height: 100%;
	width: 100%;
}

.purchase-right {
	background: rgba(255, 255, 255, 1.00);
	width: 100%;
	height: 640px;
	margin: 15px 0px 35px 0px;
	text-align: center;
	float: none;
}

.purchase-right-logo {
	height: 128px;
	width: auto;
}

.purchase-right-container {
	float: none;
	width: 95%;
	margin-left: 2.5%;
}

.purchase-paypal {
	position: relative;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

.puchase-right a {
	color: black;
}

.purchase-right h2 {
	color: rgba(255,255,255,1.00);
	font-size: 36px;
	margin: 10% 0px 0px 0px;
}

.purchase-right h3 {
	color: rgba(255,255,255,1.00);
	font-size: 24px;
	margin: 20px 0px 0px 0px;
}

.purchase-right-p {
	color: rgba(0,0,0,1.00);
	margin: 15px 15px 0px 15px;
	text-align: left;
}

.purchase-right a {
	color: rgba(255,255,255,1.00);
}

.purchase-right i {
	color: rgba(255,255,255,1.00);
	cursor: pointer;
	font-size: 36px;
	margin: 20px 50px 0px 0px;
	display: inline-block;
	transition: 0.5s ease;
}

.purchase-right i:hover {
	color: rgba(0,0,0,1.00);
}

/********************************************* Clases *****************************************/

.cal-lesson {
	background-color: rgba(255, 255, 255, 1.00) !important;
	border-radius: 3px !important;
	line-height: 12px;
	height: 10% !important;
	width: 100% !important;
}

.schedule-table {
	table-layout: inline-table;
	max-width: 90%;
	max-height: 500px;
	overflow-y: auto;
	border-collapse: collapse;
	/* border-collapse:separate; 
  	border-spacing: 0 1em; */
}

.schedule-table thead th { 
	position: sticky !important; 
	top: 0 !important; 
	font-size: 14px;
	padding: 3px;
}

th {
	background-color: rgba(255, 255, 255, 0.80);
	color: #000;
	height: 18.4px;
	/* border: 3px solid #fff;
	border-radius: 5px; */
}

tr {
	cursor: pointer;
	margin-top: 1em !important;
	transition: ease all 0.5s;
	padding: 6px;
	color: #fff;
}

tr:hover, tr:nth-child(4n):hover, tr:nth-child(4n-1):hover, tr:nth-child(4n-2):hover, tr:nth-child(4n-3):hover {
	background: rgba(255, 255, 255, 1.00);
	color: #000;
}

tr:hover > td i {
	color: #000;
}

tr:nth-child(4n), tr:nth-child(4n-1) {
	/* background: rgba(223,36,39,1.00); */
	background: rgba(47, 84, 150, 1.00);
	transition: ease all 0.5s;
}
tr:nth-child(4n-2), tr:nth-child(4n-3) {
	background: rgba(47, 84, 150, 1.00);
	transition: ease all 0.5s;
}

.mi-thead tr:first-child {
	background: rgba(177,177,177,1.00) !important;
	color: #fff !important;
	text-transform: uppercase;
}

th td {
	min-width: fit-content !important;
	width: 100px !important;
	max-width: fit-content !important;
	text-align: center;
	padding: 3px;
	font-size: 22px;
	text-transform: uppercase;
}

td {
	width: fit-content !important;
	word-wrap: break-word;
	padding: 3px;
	font-size: 18px;
}

.chat-color-dot {
	height: 24px;
	width: 24px;
	display: block;
}

#canvas {
	background: rgba(255,255,255,0.0); /*was 540 x 960 */
	position: absolute;
	/* height: 100%;
	width: 100%; */
	top: 0px;
	z-index: 2;
}

#book-canvas {
	background: #fff; /*was 540 x 960 */
	position: absolute;
	/* height: 100%;
	width: 100%; */
	top: 0px;
	z-index: 1;
}

#canvasContainer {
	position: relative;
	bottom: 140px;
	height: 480px;
	width: 620px;
	overflow: scroll;
}

.class-btn-container {
	width: 520px;
}

.chat-name {
	background-color: linear-gradient(90deg, rgba(47,84,150,0.80) 0%,rgba(47,84,150,0.00) 80%);
	width: auto;
	max-width: 288px;
	height: 36px;
}

.camera-container {
	position: relative;
	width: auto;
	/* max-width: 288px; */
	height: 216px;
	/* height: 225px;
	width: 400px; */
	/* margin-top: 12px;
	margin-left: 51px; */
}

#chat-teacher-camera, #chat-student-camera {
	background: #fff;
	width: auto;
	max-width: 288px;
	height: 216px;
	/* height: 225px;
	width: 400px; */
}

.teacher-camera-overlay {
	background: linear-gradient(90deg, rgba(47,84,150,0.80) 0%, rgba(223,36,39,0.45) 35%, rgba(255,255,255,0.25) 100%);
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	/* font-weight: 900;
	font-size: 24px; */
	position: absolute;
	text-align: left;
	line-height: 36px;
	min-width: 256px;
	left: 0px;
	bottom: 0px;
}

.student-camera-overlay {
	background: linear-gradient(90deg, rgba(47,84,150,0.80) 0%, rgba(223,36,39,0.45) 35%, rgba(255,255,255,0.25) 100%);
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	/* font-weight: 900;
	font-size: 24px; */
	position: absolute;
	text-align: left;
	line-height: 36px;
	min-width: 256px;
	left: 0px;
	bottom: 0px;
}

.teacher-camera-overlay p, .student-camera-overlay p {
	font-weight: 900;
	font-size: 24px;
	margin-left: 9px;
}

.left-chat-bar {
	display: inline-block;
	position: relative;
	text-align: center;
	height: 100%;
	width: 390px;
}

.chat-history {
	background-color: #fff;
	height: 192px;
	width: 380px;
	margin-left: 4px;
	overflow-y: scroll;
	text-align: left;
	word-wrap: break-word;
}

/* .chat-history li {
	background-color: rgba(0, 139, 248,1.00);
	margin: 3px;
} */

.right-chat-bar {
	display: inline-block;
	position: relative;
	height: 100%;
	width: 203px;
}

.sent {
	background-color: rgba(0, 139, 248,1.00);
	margin: 6px;
	border-radius: 5px;
	padding: 3px;
	max-width: 370px;
}

.received {
	background-color: rgba(223,36,39,0.80);
	margin: 6px;
	border-radius: 5px;
	padding: 3px;
	max-width: 370px;
}

#chatInput {
	margin-top: 3px;
}

.chat-modal {
	background-color: #fff;
	background: linear-gradient(90deg, rgba(47,84,150,1) 0%, rgba(223,36,39,1) 35%, rgba(255,255,255,1) 100%);
	border: 3px solid rgba(0, 139, 248,1.00);
	border-radius: 25px;
	display: none;
	position: absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	height: 480px;
	width: 640px;
	text-align: center;
	z-index: 9999;
}
}

@media only screen and (max-device-width: 1200px ) and (min-device-width: 500px) { 
	.chat-color-dot {
		height: 24px;
		width: 24px;
		display: block;
	}
	
	#canvas {
		background: rgba(255,255,255,0.0); /*was 540 x 960 */
		position: absolute;
		/* height: 100%;
		width: 100%; */
		top: 0px;
		z-index: 2;
	}
	
	#book-canvas {
		background: #fff; /*was 540 x 960 */
		position: absolute;
		/* height: 100%;
		width: 100%; */
		top: 0px;
		z-index: 1;
	}
	
	#canvasContainer {
		position: relative;
		display: inline-block;
		bottom: 140px;
		height: 400px;
		width: 100%;
		top: 0px;
		overflow: scroll;
	}
	
	.class-btn-container {
		width: 520px;
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	
	.chat-name {
		background-color: linear-gradient(90deg, rgba(47,84,150,0.80) 0%,rgba(47,84,150,0.00) 80%);
		width: auto;
		max-width: 288px;
		height: 36px;
	}
	
	.camera-container {
		position: relative;
		width: 100%;
		/* max-width: auto; */
		height: auto !important;
		margin-top: 0px;
		margin-left: 0px;
		/* height: 225px;
		width: 400px; */
	}
	
	#chat-teacher-camera, #chat-student-camera {
		background: #fff;
		width: 100%;
		max-width: auto;
		height: auto !important;
		/* height: 225px;
		width: 400px; */
	}
	
	.teacher-camera-overlay {
		background: linear-gradient(90deg, rgba(47,84,150,0.80) 0%, rgba(223,36,39,0.45) 35%, rgba(255,255,255,0.25) 100%);
		border-top-right-radius: 50%;
		border-bottom-right-radius: 50%;
		/* font-weight: 900;
		font-size: 24px; */
		position: absolute;
		text-align: left;
		line-height: 36px;
		min-width: 80%;
		left: 0px;
		bottom: 0px;
	}
	
	.student-camera-overlay {
		background: linear-gradient(90deg, rgba(47,84,150,0.80) 0%, rgba(223,36,39,0.45) 35%, rgba(255,255,255,0.25) 100%);
		border-top-right-radius: 50%;
		border-bottom-right-radius: 50%;
		/* font-weight: 900;
		font-size: 24px; */
		position: absolute;
		text-align: left;
		line-height: 36px;
		min-width: 80%;
		left: 0px;
		bottom: 0px;
	}
	
	.teacher-camera-overlay p, .student-camera-overlay p {
		font-weight: 900;
		font-size: 24px;
		margin-left: 9px;
	}
	
	.left-chat-bar {
		display: inline-block;
		position: relative;
		top: 0px;
		left: 0px;
		text-align: center;
		height: 100vh;
		width: 28%;
		vertical-align: top;
	}

	.chat-container {
		background-color: rgba(0,0,0,0.5);
		border-radius: 3px;
		position: fixed;
		padding: 9px;
		display: none;
		left: 50%;
		top: 0%;
		z-index: 9999;
		transform: translate(-50%,0%);
	}

	.chat-button {
		display: inline;
		position: fixed;
		bottom: 6px;
		right: 6px;
		z-index: 99999;
	}
	
	.control-button {
		display: inline;
		position: fixed;
		bottom: 6px;
		right: 86px;
		z-index: 99999;
	}

	.chat-history {
		background-color: #fff;
		height: 192px;
		width: 380px;
		margin-left: 4px;
		overflow-y: scroll;
		text-align: left;
		word-wrap: break-word;
	}
	
	/* .chat-history li {
		background-color: rgba(0, 139, 248,1.00);
		margin: 3px;
	} */
	
	.right-chat-bar {
		display: inline-block;
		position: relative;
		height: 100%;
		width: 72%;
	}
	
	.sent {
		background-color: rgba(0, 139, 248,1.00);
		margin: 6px;
		border-radius: 5px;
		padding: 3px;
		max-width: 370px;
	}
	
	.received {
		background-color: rgba(223,36,39,0.80);
		margin: 6px;
		border-radius: 5px;
		padding: 3px;
		max-width: 370px;
	}

	.class-controls {
		background-color: rgba(223,36,39,0.50);
		border-radius: 3px;
		position: fixed;
		height: 50%;
		width: 50%;
		padding: 9px;
		display: none;
		left: 50%;
		top: 50%;
		z-index: 9999;
		transform: translate(-50%,-50%);
	}
	
	#chatInput {
		margin-top: 3px;
		/* width: 280px; */
	}
	
	.chat-modal {
		background-color: #fff;
		background: linear-gradient(90deg, rgba(47,84,150,1) 0%, rgba(223,36,39,1) 35%, rgba(255,255,255,1) 100%);
		border: 3px solid rgba(0, 139, 248,1.00);
		border-radius: 25px;
		display: none;
		position: absolute;
		top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
		height: 480px;
		width: 640px;
		text-align: center;
		z-index: 9999;
	}
}
@media screen and (max-device-width: 500px) {
	.chat-color-dot {
		height: 24px;
		width: 24px;
		display: block;
	}
	
	#canvas {
		background: rgba(255,255,255,0.0); /*was 540 x 960 */
		position: absolute;
		/* height: 100%;
		width: 100%; */
		top: 0px;
		z-index: 2;
	}
	
	#book-canvas {
		background: #fff; /*was 540 x 960 */
		position: absolute;
		/* height: 100%;
		width: 100%; */
		top: 0px;
		z-index: 1;
	}
	
	#canvasContainer {
		position: relative;
		display: inline-block;
		bottom: 140px;
		height: 400px;
		width: 100%;
		top: 0px;
		overflow: scroll;
	}
	
	.class-btn-container {
		width: 520px;
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	
	.chat-name {
		background-color: linear-gradient(90deg, rgba(47,84,150,0.80) 0%,rgba(47,84,150,0.00) 80%);
		width: auto;
		max-width: 288px;
		height: 36px;
	}
	
	.camera-container {
		position: relative;
		width: 100%;
		/* max-width: auto; */
		height: auto !important;
		margin-top: 0px;
		margin-left: 0px;
		/* height: 225px;
		width: 400px; */
	}
	
	#chat-teacher-camera, #chat-student-camera {
		background: #fff;
		width: 100%;
		max-width: auto;
		height: auto !important;
		/* height: 225px;
		width: 400px; */
	}
	
	.teacher-camera-overlay {
		background: linear-gradient(90deg, rgba(47,84,150,0.80) 0%, rgba(223,36,39,0.45) 35%, rgba(255,255,255,0.25) 100%);
		border-top-right-radius: 50%;
		border-bottom-right-radius: 50%;
		/* font-weight: 900;
		font-size: 24px; */
		position: absolute;
		text-align: left;
		line-height: 36px;
		min-width: 80%;
		left: 0px;
		bottom: 0px;
	}
	
	.student-camera-overlay {
		background: linear-gradient(90deg, rgba(47,84,150,0.80) 0%, rgba(223,36,39,0.45) 35%, rgba(255,255,255,0.25) 100%);
		border-top-right-radius: 50%;
		border-bottom-right-radius: 50%;
		/* font-weight: 900;
		font-size: 24px; */
		position: absolute;
		text-align: left;
		line-height: 36px;
		min-width: 80%;
		left: 0px;
		bottom: 0px;
	}
	
	.teacher-camera-overlay p, .student-camera-overlay p {
		font-weight: 900;
		font-size: 24px;
		margin-left: 9px;
	}
	
	.left-chat-bar {
		display: inline-block;
		position: relative;
		top: 0px;
		left: 0px;
		text-align: center;
		height: auto;
		width: 100%;
		vertical-align: top;
	}

	.chat-container {
		background-color: rgba(0,0,0,0.5);
		border-radius: 3px;
		position: fixed;
		padding: 9px;
		display: none;
		left: 50%;
		top: 0%;
		z-index: 9999;
		transform: translate(-50%,0%);
	}

	.chat-button {
		display: inline;
		position: fixed;
		bottom: 6px;
		left: 6px;
		z-index: 99999;
	}
	
	.control-button {
		display: inline;
		position: fixed;
		bottom: 6px;
		left: 86px;
		z-index: 99999;
	}

	.chat-history {
		background-color: #fff;
		height: 192px;
		width: 380px;
		margin-left: 4px;
		overflow-y: scroll;
		text-align: left;
		word-wrap: break-word;
	}
	
	/* .chat-history li {
		background-color: rgba(0, 139, 248,1.00);
		margin: 3px;
	} */
	
	.right-chat-bar {
		display: inline-block;
		position: relative;
		height: auto;
		width: 100%;
	}
	
	.sent {
		background-color: rgba(0, 139, 248,1.00);
		margin: 6px;
		border-radius: 5px;
		padding: 3px;
		max-width: 370px;
	}
	
	.received {
		background-color: rgba(223,36,39,0.80);
		margin: 6px;
		border-radius: 5px;
		padding: 3px;
		max-width: 370px;
	}

	.class-controls {
		background-color: rgba(223,36,39,0.50);
		border-radius: 3px;
		position: fixed;
		height: 50%;
		width: 50%;
		padding: 9px;
		display: none;
		left: 50%;
		top: 50%;
		z-index: 9999;
		transform: translate(-50%,-50%);
	}
	
	#chatInput {
		margin-top: 3px;
		/* width: 280px; */
	}
	
	.chat-modal {
		background-color: #fff;
		background: linear-gradient(90deg, rgba(47,84,150,1) 0%, rgba(223,36,39,1) 35%, rgba(255,255,255,1) 100%);
		border: 3px solid rgba(0, 139, 248,1.00);
		border-radius: 25px;
		display: none;
		position: absolute;
		top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
		height: 480px;
		width: 640px;
		text-align: center;
		z-index: 9999;
	}
}

