/* ============================== */
/* 
	Title: Eduland Landing Page
	Autor: Coralixthemes
*/
/* ============================== */


/* ---------------------------------------------------------------------- */
/*	Import styles
 /* ---------------------------------------------------------------------- */

/*Fonts*/
@import url("http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900");

/*CSS Animations*/
@import url("animate-custom.css");

/*Videoplayer*/
@import url("YTPlayer.css");

.col-lg-15
{
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15
{
  width: 14%;
  float: left;
}
@media (min-width: 768px)
{
  .col-sm-15
  {
    width: 14%;
    float: left;
  }
}
@media (min-width: 992px)
{
  .col-md-15
  {
    width: 14%;
    float: left;
  }
}
@media (min-width: 1200px)
{
  .col-lg-15
  {
    width: 14%;
    float: left;
  }
}

/* ---------------------------------------------------------------------- */
/*	Custom styles
 /* ---------------------------------------------------------------------- */
#columna_izquierda
{
   float:left;
   width:100px;
}
#columna_derecha
{
   width:100px;
   float:right;
}
#columna_central
{
   margin-left:120px;
   margin-right:120px;
}



a{
	text-decoration: none;
	outline: none;
}

.h1-titulo {
	color: #FFFFFF;
	font-size: 32px;
	text-shadow: 1px 1px 2px black, 0 1px 1px #467E51;
	font-weight: bold;
}

.h1-texto {
	color: #FFFFFF;
	font-size: 20px;
	text-shadow: 1px 1px 2px black, 0 2px 2px #467E51;
	font-weight: bold;
}

.h1-texto2 {
	color: #999;
	font-size: 35px;
	text-shadow: 1px 1px 2px black, 0 1px 1px #000000;
	font-weight: bold;
}


.h1-descripcion {
	color: #01579B;
	font-size: 40px;
	text-shadow: 1px 1px 2px black, 0 4px 4px #467E51;
	font-weight: bold;
}

a:focus {
	text-decoration: none;
	outline: none;	
}
a:hover{
	text-decoration: none;
	outline: none;
	color: #000000;
}
body{
	background: #fff;
	font-family: 'Raleway', sans-serif;
	color: #8495a5;
}
footer {
	background: #feb64f;
	color: #fff;
	text-align: center;
}
footer h6 {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}
footer ul {
	list-style: none;
}
footer ul li {
	display: inline-block;
}
h1,h2,h3,h4,h5,h6{
	color: #01579B;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 28px;
}

.h22 {
	font-size: 100%;
}
.h23 {
	font-size: 24px;
	padding-left:20px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 12px;
}
header {
	background: #FFFFFF;
}
header .navbar {
	margin: 0;
	padding: 0;
}
iframe {
	border: 0;
}
img {
	width: 100%;
}
p{
	color: #8495a5;
	font-size: 14px;
	font-weight: normal;
}
.btn-default{
	background: #fff;
	border: solid 3px #dedede;
	color: #8495A5;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 25px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-default:hover {
	background: transparent;
	border: solid 3px #0288D1;
	color: #01579B;
}
.classes {
	background: #e9eef2;
}
.classes .item{
	text-align: center;
	margin-bottom: 30px;
}
.classes .item figure {
	position: relative;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
}
.classes .item figure img {
	max-width: 100%;
	display: block;
	-webkit-transition: -webkit-transform .7s;
	-moz-transition: -moz-transform .7s;
	-ms-transition: -ms-transform .7s;
	-o-transition: -o-transform .7s;
	transition: transform .7s;
}
.classes .item:hover figure img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}
.classes .item figcaption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	z-index: 6;
	text-align: center;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.classes .item:hover figcaption {
	background: url("../img/overlay_6.png"); /* old browser */
	background: rgba(0,0,0,0.75);
}
.classes .item figcaption span {
	bottom:30%;
	border:2px solid #fff;
	border-radius: 4px;
	color:#fff;
	font-size:16px;
	font-weight:200;
	height:34px;
	left:50%;
	margin-left:-46px;
	opacity:0;
	padding-top:6px;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	transition: all .7s ease-in-out;
	width:90px;
	filter:alpha(opacity=0);
	-khtml-opacity:0;
	-moz-opacity:0; 
	-moz-transition:all .7s ease-out;
	-o-transition:all .7s ease-out;
	-webkit-transition:all .7s ease-out
}
.classes .item:hover figcaption span { 
	bottom:50%;
	opacity:1;
	margin-bottom:-21px;
	filter:alpha(opacity=100);
	-khtml-opacity:1;
	-moz-opacity:1 
}  
.cta {
	background: #0288D1;
	color: #fff;
	text-align: center;
}
.cta h2 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	word-spacing: -4px;
}
.cta a.btn-default {
	background: #fff;
	border: none;
	color: rgba(0, 0, 0, 0.88);
}
.cta a.btn-default:hover {
	background: #fff;
	color: #01579B;
}




.cta1 {
	background: #feb64f;
	color: #fff;
	text-align: center;
}
.cta1 h2 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	word-spacing: -4px;
}
.cta1 a.btn-default {
	background: #fff;
	border: none;
	color: rgba(0, 0, 0, 0.88);
}
.cta1 a.btn-default:hover {
	background: #fff;
	color: #01579B;
}
.features {
	background: #fff;
}
.features .item{
	text-align: center;
	margin-bottom: 60px;
}
.features .item h2{
	font-size: 20px;
	margin-top: 25px;
	text-transform: uppercase;
}
.features .item i{
	border-radius: 50px;
	border: solid 2px #e9eef1;
	color: #3CB632;
	display: inline-block;
	font-size: 36px;
	margin-bottom: 10px;
	padding: 20px;
	width: 96px;
	height: 96px;
}
.features .item:hover a i{
	background: #0288D1;
	color: #fff;
	border: solid 2px #01579B;
}
.form-control {
	border: none;
	border-radius: 4px;
	height: 50px;
	margin-bottom: 20px;
}
.generic {
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
}
#loader { 
	visibility: hidden;
	width: auto;
}
.modal .modal-body figure {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 10px 0 0 0;
	padding: 5px;
}
.navbar {
	background: #fff;
	border: solid 1px #F1F2F6;
	margin-bottom: 0;
}
.navbar-brand {
	margin-top: 5px;
}
.navbar-default .navbar-nav>li>a {
	color: #01579B;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	padding-right:5px;
	padding-left: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;	
}
.navbar-default .navbar-nav>li>a:hover{
	color: #0288D1;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus{
	color: #467E51;
	background-color: #fff;
	border-bottom: 2px solid #E9E9E9;
}
.navbar-default .navbar-nav>.active>a:hover{
	color: #0288D1;
	background-color: #fff;
}
.panel-default>.panel-heading {
	background: #fff;
	border-color: #e9eef2;
	color: #3CB632;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;	
}
.panel-default>.panel-heading:hover {
	background: #3CB632;
	color: #fff;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	color: #8495a5;
}
#siteLoader {
	position: fixed;
	left: 50%;
	top: 45%;
	width: 42px;
	height: 42px;
}
.slider{
	background: url("../img/form-bg-3.jpg") center center; 
	padding: 80px 0 60px 0; 
}
.slider h2, .slider h3,.slider h4 {
	color: #fff;
	text-shadow: 1px 1px 2px black, 0 1px;
}
.slider h2{
	font-size: 35px;
	font-weight: 700;
}
.slider h3 {
	font-size: 26px;
	font-weight: 300;
}
.slider h4 {
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
}
.slider hr {
	border-top: 1px dotted #363636;
}
.slider .btn-default {
	background: #fff;
}
.table {
	background: #fff;
}
.table .table-list {
	border: solid 1px #dedede;
	list-style: none;
	padding: 0;
	text-align: center;
}
.table .table-list:hover {
	background: #01712E;
}
.table .table-list:hover .table-price{
	background: #fff;
	color: #3CB632;
}
.table .table-list:hover li{
	color: #fff;
	border-bottom: solid 1px #3CB632;
}
.table .table-list:hover .btn-default{
	border: solid 3px #66CE83;
	background: #01712E;
	color: #fff;
}
.table .table-list li{
	border-bottom: solid  1px #dedede;
	color: #8495A5;
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
}
.table .table-list .table-button{
	padding: 20px;
}
.table .table-list .table-header{
	background: #3CB632;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 25px;
	text-transform: uppercase;
}
.table .table-list .table-price{
	background: #f5f5f5;
	padding-bottom: 25px;
	color: #467E51;
	font-size: 36px;
	font-weight: 300;
}
.teachers {
	background: #E9EEF2;
}
.teachers .item{
	margin: 50px 0;
	text-align: center;
}
.teachers .item a{
	text-decoration: none;
}
.teachers .item figure {
	background: #000;
	position: relative;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
}
.teachers .item figure img {
	max-width: 100%;
	display: block;
	-webkit-transition: -webkit-transform .7s;
	-moz-transition: -moz-transform .7s;
	-ms-transition: -ms-transform .7s;
	-o-transition: -o-transform .7s;
	transition: transform .7s;
}
.teachers .item:hover figure img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	opacity: .5;
}
.teachers .item figcaption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	z-index: 6;
	text-align: center;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.teachers .item:hover figcaption {
	background: url("../img/overlay_6.png"); /* old browser */
	background: rgba(0,0,0,0.75);
}
.teachers .item figcaption i {
	bottom:30%;
	color:#fff;
	font-size:33px;
	font-weight:200;
	height:34px;
	left:50%;
	margin-left:-46px;
	opacity:0;
	padding-top:6px;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	transition: all .7s ease-in-out;
	width:90px;
	filter:alpha(opacity=0);
	-khtml-opacity:0;
	-moz-opacity:0; 
	-moz-transition:all .7s ease-out;
	-o-transition:all .7s ease-out;
	-webkit-transition:all .7s ease-out
}
.teachers .item:hover figcaption i { 
	bottom:55%;
	opacity:1;
	margin-bottom:-21px;
	filter:alpha(opacity=100);
	-khtml-opacity:1;
	-moz-opacity:1 
} 
.teachers .item .class_title{
	background: #3CB632;
	margin: 0;
	position: relative;
	width: 100%;
	height: 40px;
	   
}
.teachers .item .class_title h2{
	color: #fff;
	font-size: 18px;
	margin: 0;
	position: inherit;
	text-transform: uppercase;
	z-index: 999;
}
.teachers .item .class_title:after{
	background: #3CB632;
	content: "";
	position: absolute;
	top: -20px;
	right: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: skew(0deg, -3deg);
  -moz-transform: skew(0deg, -3deg);
  -ms-transform: skew(0deg, -3deg);
  -o-transform: skew(0deg, -3deg);
  transform: skew(0deg, -3deg);
}

.teachers .item .class_title2{
	background: #0295d3;
	margin: 0;
	position: relative;
	width: 100%;
	height: 40px;
	 padding-top: 2px;
}
.teachers .item .class_title2 h2{
	color: #fff;
	font-size: 18px;
	margin: 0;
	position: inherit;
	text-transform: uppercase;
	z-index: 999;
}
.teachers .item .class_title2:after{
	background: #0295d3;
	content: "";
	position: absolute;
	top: -20px;
	right: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: skew(0deg, -3deg);
  -moz-transform: skew(0deg, -3deg);
  -ms-transform: skew(0deg, -3deg);
  -o-transform: skew(0deg, -3deg);
  transform: skew(0deg, -3deg);
}
.teachers .item .description {
	background: #fff;
	padding:15px 10px;
}
.teachers .item .description h3{
	color: #467E51;
	font-size: 18px;
	margin: 0;
	padding: 15px;
	text-transform: uppercase;
}
.teachers .item .description p{
	padding: 0 0 20px 0;
}

.testimonials {
	background: url("../img/map-bg.jpg") no-repeat center center;
	background-size: cover;
}
.testimonials .date {
	background: rgba(255,255,255,0.83);
	border: 1px solid #949bb0;
	border-radius: 100px;
	height: 144px;
	margin: 0 auto 10px auto;
	position: relative;
	text-align: center;
	width: 144px;
}
.testimonials .date h5 {
	color: #0288D1;
	font-size: 24px;	
	font-weight: 300;
	margin: 43px 0 0 0;
	font-weight: 500;
}
.testimonials .date:hover {
	background: #0288D1;
	border: 1px solid #01579B;
}
.testimonials .date:hover h5 {
	color: #fff;
}
.testimonials .item-testimonial {
	background: rgba(255,255,255,0.83);
	border: 1px solid #e9eef2;
	margin-bottom: 25px;
	padding: 10px 20px;
	position: relative;
}
.testimonials .item-testimonial h3 {
	color: #0288D1;
	font-size: 18px;
	font-weight: 300;
}
.testimonials .item-testimonial h4 {
	color: #01579B;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.testimonials .container_item {
	margin-left: 0px;
	padding-left: 30px;
}
.title {
	text-align: center;
	padding-bottom: 30px;
}
.title h2 {
	text-transform: uppercase;
}
.top-bar {
	background: #f1f2f6;
	line-height: 1;
	padding: 20px 0;
}
.top-bar a{
	color: #9199ae;
	font-size: 20px;
	vertical-align: middle;
}
.top-bar a:hover{
	color: #3CB632;
}
.top-bar p {
	margin: 12px 0;
}
.top-bar .social-media{
	text-align: center;
}
.top-bar .data-info{
	text-align: center;
}
.upcoming {
	background: #fff;
}
.scrollup {
	display: none;
}
.video {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}
.video_fullscreen {
	display: none;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
/* MIAMIRENTAPART */
.formulario {
	width: auto;
	height: auto;
	border-radius: 17px;
	padding: 10px 10px 15px;
	background: rgba(45,44,44,0.70);
}
.formulario2 {
	width: auto;
	height: auto;
	border-radius: 17px;
	padding: 10px 10px 15px;
	background: rgba(45, 44, 44, 0.46);
}
