div {
	/*border: 1px solid;*/
}

body {
	background-color: #E8F1F2;
	font-family: 'Roboto', sans-serif;
}

.header {
	height: 600px;
	background-image: url('../imgs/bg1.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; 
	overflow: hidden;
}

.smallHeader {
	height: 30px;
	background-color: #00B1FD;
	text-align: right;
    /*padding: 7px 20px;*/
    box-sizing: border-box;
    color: #ffffff;
    font-size: 14px;
}

.smallHeader:before {
  content: '';
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
    
  /* For visualization 
  background: #808080; width: 5px;
  */
 }

.shCentered {
	display: inline-block;
	vertical-align: middle;
	margin: 0 50px 0 0;
}

.shCentered span {
	display: inline-block;
	/*width: 100px;*/
	padding: 1px;
	/*margin:30px 0;*/
}

.smallHeader .im {
	font-size: 16px;
	margin: 0 0 0 20px;
}

.menuNav {
	height: 100px;
	/*background-color: #FFFFFF;*/
	background-color:rgba(255, 255, 255, 0.85);
}

.menu {
	list-style: none;
	padding: 0;
	float: right;
	margin: 31px 50px 0 0;
}

.menuItem {
	float: left;
	padding: 10px 20px;
	margin: 0 0 0 10px;
	cursor: pointer;
}

.menuItem a {
	text-decoration: none;
	color: #666666;
}

.menuItem:hover {
	border-bottom: 3px solid #00B1FD;
}

.menuItem:hover a {
	color: #00B1FD;
}

.logo {
	margin: 10px 0 0 50px;
}

.headerSlogan {
	text-align: right;
	padding: 200px 100px 215px 0;
	margin: 0 0 0 40%;
	font-size: 3em;
	font-style: italic;
	font-weight: bold;
	color: #006494;
	background-image: -webkit-radial-gradient(center, cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 75%);
	background-image: -moz-radial-gradient(center, cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 75%);
	background-image: -o-radial-gradient(center, cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 75%);
}


.seccionCursos {
	text-align: center;
	padding: 40px 0 0 0;
}

.seccionCursosTitle {
	font-size: 2em;
	text-align: left;
	margin: 0 0 0 50px;
	color: #666666;
}

.seccionCursosContainer {
	margin: 20px 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
}

.cursoCard {
	flex-grow: 1;
	flex-basis: 400px;
	height: 300px;
	margin: 20px;
	padding: 20px 0;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
}

.cursoNombre {
	padding: 10px 20px;
}

.cursoAsesorias {
	height: 200px;
	width: 150px;
	margin: 0 auto;
	background-image: url('../imgs/cursos/asesorias.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; 
}

.cursoTareas {
	height: 200px;
	width: 150px;
	margin: 0 auto;
	background-image: url('../imgs/cursos/tareas.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; 
}

.cursoIngles {
	height: 200px;
	width: 150px;
	margin: 0 auto;
	background-image: url('../imgs/cursos/ingles.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; 
}

.cursoAritmetica {
	height: 200px;
	width: 150px;
	margin: 0 auto;
	background-image: url('../imgs/cursos/aritmetica.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; 
}

.cursoAlgebra {
	height: 200px;
	width: 150px;
	margin: 0 auto;
	background-image: url('../imgs/cursos/algebra.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; 
}

.cursoCalculo {
	height: 200px;
	width: 150px;
	margin: 0 auto;
	background-image: url('../imgs/cursos/calculo.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; 
}

.seccionAlumnos {
	/*height: 300px;*/
	background-color: #247BA0;
	background-image: -webkit-radial-gradient(center, cover, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 70%);
	background-image: -moz-radial-gradient(center, cover, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 70%);
	background-image: -o-radial-gradient(center, cover, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 70%);
	padding: 150px 0;
}

.quote {
	font-family: Georgia, serif;
	font-size: 30px;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	margin: 0px auto;
	display: block;
	max-width: 60%;
	color: #E8F1F2;
}

.curly-quotes {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}

.curly-quotes:before, .curly-quotes:after {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	line-height: 48px;
	opacity: .4;
}

.curly-quotes:before {
	content: '\201C';
	margin-right: 4px;
	margin-left: -8px;
	font-size: 100px;
}

.curly-quotes:after {
	content: '\201D';
	margin-left: 4px;
	margin-right: -8px;
	font-size: 50px;
}

.quote-by {
	display: block;
	/*padding-right: 10px;*/
	text-align: right;
	font-size: 20px;
	font-style: italic;
	/*color: #84775c;*/
	opacity: .6;
	margin: 20px 0 0 0;
}



.seccionUbicacion {
	height: 600px;
}

.seccionContacto {
	box-sizing: border-box;
	padding: 75px 50px 100px 50px;
}

.seccionContactoTitle {
	font-size: 2em;
	text-align: left;
	margin: 0 0 30px 0;
	color: #666666;
}

.seccionContactoContainer {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.seccionContactoContainerLeft {
	flex-grow: 1;
	flex-basis: 50%;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}

.seccionContactoContainerRight {
	flex-grow: 1;
	flex-basis: 50%;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}

.contactoEmailLabel, .contactoMensajeLabel {
	font-size: 1.25em;
	color: #666666;
}

.contactoEmail {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.contactoEmail input {
	width: 100%;
	padding: 10px;
	font-size: 1.25em;
	border:0;
	border-radius: 4px;
	box-sizing: border-box;
}

.contactoEmail input:focus {
	outline: none;
}

.contactoMensaje {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.contactoMensaje textarea {
	width: 100%;
	padding: 10px;
	font-size: 1.25em;
	border:0;
	border-radius: 4px;
	box-sizing: border-box;
	height: 130px;
	resize: none;
}

.contactoMensaje textarea:focus {
	outline: none;
}

.contactoButton {
	text-align: center;
}

.footer {
	height: 300px;
	padding: 0 50px;
	box-sizing: border-box;
	background-color: #006494;
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.footerMenu {
	flex-grow: 1;
	flex-basis: 25%;
	box-sizing: border-box;
	padding: 20px;
}

.menuElement {
	padding: 15px 0;
	color: #E8F1F2;
	text-transform: uppercase;
}

.menuElement a {
	text-decoration: none;
	color: #CCCCCC;
}

.menuElement:hover a {
	color: #00B1FD;
}

.footerAddress {
	flex-grow: 1;
	flex-basis: 25%;
	box-sizing: border-box;
	padding: 20px;
}

.addressElement {
	padding: 5px 0;
	color: #E8F1F2;
	font-size: 1.1em;
}

.footerSuscribete {
	flex-grow: 2;
	flex-basis: 50%;
	box-sizing: border-box;
	padding: 75px 20px;
}

.suscribeteLabel {
	font-size: 1.5em;
	color: #E8F1F2;
	padding: 0 0 20px 0;
}

.suscribeteEmail {
	padding: 0 0 20px 0;
}

.suscribeteEmail input {
	width: 100%;
	padding: 10px;
	font-size: 1.25em;
	border:0;
	border-radius: 4px;
	box-sizing: border-box;
}

.suscribeteEmail input:focus {
	outline: none
}

.suscribeteButton {
	text-align: right;
	padding: 0 0 20px 0;
}

.button1 {
	display: inline-block;
	background-color: #13293D;
	padding: 12px 25px;
	text-decoration: none;
	border-radius: 4px;
	color: #E8F1F2;
}

.button1:hover {
	cursor: pointer;
	background-color: #00B1FD;
}

.footerFollowUs {
	height: 75px;
	background-color: #13293D;
}

.followUsLabel {
	padding: 26px 50px 23px 50px;
    box-sizing: border-box;
	color: #FFFFFF;
}

.followUsLabel a {
	text-decoration: none;
	color: #CCCCCC;
	margin: 0 20px 0 0;
}

.followUsLabel a:hover {
	color: #00B1FD;
}

/*
.social-icon {
	display: inline-block;
	height: 50px;
	width: 50px;
}

.whatsapp {

}
*/