.alert-container .alert {
	text-align: center;
	margin: 0;
	padding: 20px 15px;
	position: fixed;
	bottom: 0;
	width: 100%;
	border-radius: 0;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
	border: none;
	z-index: 9;
}
.navegador{
	background: #fff;
	padding: 20px 0;
}
.navegador .navbar{
	background: none!important;
}
.navegador .navbar-brand{
	width: 100%;
	max-width: 280px;
}
.navegador .interior_links a{
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #a5a5a5;
}
footer .redes a{
	color: #cc0033!important;
	font-size: 18px;
}
.navegador .redes a{
	color: #cc0033!important;
	font-size: 24px;
}
.navegador .aula,
.navegador .active{
	color: #cc0033!important;
}
.navegador .active span{
	border-bottom: 2px solid #cc0033;
}
.navegador .social a{
	font-size: 20px;
	color: #fff;
}
.navegador .dropdown .dropdown-menu{
	border-radius: 0;
	padding: 0;
	border-bottom: 0;
}
.navegador .dropdown .dropdown-menu li{
	border-bottom: 1px solid #e9ecef;
	font-size: 12px;
}
.navegador .dropdown .dropdown-menu li a:visited,
.navegador .dropdown .dropdown-menu li a:hover{
	color: #cc0033;
	background: none;
}
.navegador .dropdown .dropdown-menu li a{
	color: #a5a5a5!important;
}

.navegador .dropdown .dropdown-menu li .active{
	background: #cc0033!important;
	color: #fff!important;
}
.slide .carousel-item {
  height: 800px;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slide .opacidad{
	background-color: rgba(54, 54, 54, 0.4); 
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 8;
}
.slide .carousel-item .info{
	height: 100%;
	width: 100%;
	z-index: 9;
	position: absolute;
}
.slide .carousel-item .info .container{
	margin-top: 200px;
}
.slide .carousel-item .info .container h5{
	font-size: 120px;
	color: #fff;
	font-weight: 300;
	line-height: 100px;
	padding-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
}
.slide .carousel-item .info .container h5 span{
	color: #cc0033;
	font-weight: 700;
}
.slide .carousel-item .info .container p{
	color: #fff;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.slide .carousel-item .info .container a{
	background: #372847;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 14px;
	padding: 10px 30px;
	font-family: 'Open Sans', sans-serif;
	border-radius: 5px;
}

.slide .carousel-item .info .container .formulario{
	background: #fff;
	padding: 40px;
	border-radius: 8px;
}
.slide .carousel-item .info .container .formulario h6{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
}
.slide .carousel-item .info .container .formulario input,
.slide .carousel-item .info .container .formulario textarea{
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.slide .carousel-item .info .container .formulario button{
	background: #cc0033;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 14px;
	padding: 10px 30px;
	font-family: 'Open Sans', sans-serif;
	border-radius: 5px;
	border: 0;
}


/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.concepto h4{
	color: #fff;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
}
.concepto .linea{
	height: 4px;
	background: #fff;
}
.concepto img{
	width: 100%;
}
.concepto p{
	color: #fff;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.servicios .titulo .linea{
	margin-top: 40px;
	background: #cc0033;
	height: 2px;
}
.servicios .titulo p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.servicios .titulo h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.servicios .servicio img{
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.servicios .servicio .linea{
	height: 4px;
	background: #cc0033;
}
.servicios .servicio span{
	color: #cc0033;
}
.servicios .servicio h5{
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
}
.servicios .servicio p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 20px;
}
.servicios .servicio a,
.servicios .servicio h6{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #cc0033;
	border: 1px solid #cc0033;
	padding: 7px 20px;
	border-radius: 5px;
	text-decoration: none;
}

.webpay{
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #cc0033;
}
.webpay .marca_webpay img{
	width: 100%;
}
.webpay .info_webpay h4{
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
}
.webpay .info_webpay h4 span{
	font-weight: 700;
}
.webpay .info_webpay p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.modulos{
	border-bottom: 1px solid #cc0033;
}
.modulos .interior_modulo{
	padding: 150px 50px 50px 50px;
}
.modulos .interior_modulo h4{
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	color: #fff;
}
.modulos .interior_modulo p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.modulos .interior_modulo .linea{
	height: 2px;
	background: #cc0033;
}
.modulos .interior_modulo p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
}
.modulos .interior_modulo a{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #cc0033;
	border: 1px solid #cc0033;
	padding: 7px 20px;
	border-radius: 5px;
	font-size: 14px;
	text-decoration: none;
}

.modulos .titulo .linea{
	margin-top: 40px;
	background: #cc0033;
	height: 2px;
}
.modulos .titulo p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.modulos .titulo h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 50px;
}
footer h4{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
footer h6{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #cc0033;
}
footer p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
footer .interior_links a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
}
footer .number a{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #cc0033;
	border: 1px solid #cc0033;
	padding: 7px 20px;
	border-radius: 5px;
	font-size: 14px;
	text-decoration: none;
}
.nosotr .info{
	padding: 150px;
}
.nosotr .info p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.nosotr .info h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 50px;
}
.nosotr .info .linea{
	margin-top: 40px;
	background: #cc0033;
	height: 2px;
}
.nosotr .info a{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #cc0033;
	border: 1px solid #cc0033;
	padding: 7px 20px;
	border-radius: 5px;
	font-size: 14px;
	text-decoration: none;
}

.banner .carousel-item {
  height: 300px;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner .carousel-item .info .container{
	margin-top: 50px;
}
.banner .carousel-item .info .container h5{
	font-size: 50px;
	color: #fff;
	font-weight: 300;
	line-height: 100px;
	padding-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
}
.formulario textarea,
.formulario input{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.aula button,
.formulario button{
	text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #cc0033;
  border: 1px solid #cc0033;
  padding: 7px 20px;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  background: none;
}
.aula button:hover,
.formulario button:hover{
	background: #cc0033;
	color: #fff;
	border: 1px solid #cc0033;
}
.detalle_licencia img{
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
}
.detalle_licencia span,
.detalle_licencia h6{
	color: #cc0033;
}
.detalle_licencia a{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #cc0033;
	border: 1px solid #cc0033;
	padding: 7px 20px;
	border-radius: 5px;
	text-decoration: none;
}

.aula img{
	width: 100%;
}

.ingreso{
	background: #f9f9f9;
	border-radius: 8px;
	padding: 70px;
	border: 1px solid #f1f1f1;
}
.ingreso h3{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.ingreso h3 span{
	color: #cc0033;
}

.MultiCarousel{
	float: left;
	overflow: hidden;
	position:relative;
}
.MultiCarousel .MultiCarousel-inner{
	transition: 1s ease all;
	float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
	float: left;
}
.recomendados .MultiCarousel .MultiCarousel-inner .item > div {
	color: #666;
}
.MultiCarousel .leftLst,
.MultiCarousel .rightLst{
	top: calc(50% - 20px);
	transition: all ease .5s;
	background: #cc0033;
	color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}

.MultiCarousel .leftLst{
	z-index: 999999!important;
	border: 1px solid green;
}
.MultiCarousel .rightLst{
	z-index: 999999!important;
	border: 1px solid green;
	float: right;
	right: 0;
}
.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
	pointer-events: none;
	background: #44195a!important;
	color: #fff;
}

.nosotros h5{
	font-weight: 700;
}


.boton_whatsapp {
    position: fixed;
    background-color: #cc0033;
    color: #fff!important;
    text-align: center;
    font-size: 30px;
    z-index: 99999;
    bottom: 55%;
    right: 0px;
}
.boton_whatsapp a{
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-family: 'PT Sans Narrow', sans-serif;
  letter-spacing: 1px;
  padding: 10px 20px 35px 20px!important;
}
.boton_whatsapp a:hover{
	color: #fff;
}

@media only screen and (max-width: 1180px) {
	.nosotr .info{
		padding: 30px;
	}
	.nosotr .imagen_nosotros{
		height: 300px;
	}
	footer{
		text-align: center;
	}
	.modulos{
		text-align: center;
	}
	.concepto h4{
		font-size: 29px;
	}
	.concepto .importante .icono,
	.concepto .importante .linea{
		margin: auto;
	}
	.concepto .importante{
		text-align: center;
	}
	.navegador,
	.navegador .container,
	.navegador .container .navbar,
	.navegador .container .navbar .container-fluid,
	.navegador .container .navbar .container-fluid .navbar-nav{
		padding: 0!important;
		margin: auto!important;
		text-align: center;
		width: 100%;
	}
	.navegador .redes{
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.navegador .navbar-brand{
		margin: auto;
	}
	.banner .carousel-item {
	  height: 400px!important;
	}
	.slide .carousel-item {
	  height: 1000px;
	}
	.slide .carousel-item .info .container{
		margin-top: 100px;
	}
	.slide .carousel-item .info .container .texto{
		margin-bottom: 30px;
	}
	.navbar{
		background: blue;
	}
	.navegador,
	.navegador .container,
	.navegador .container .navbar,
	.navegador .container .navbar .container-fluid,
	.navegador .container .navbar .container-fluid .navbar-nav{
		padding: 0;
		margin: 0;
		text-align: center;
	}
	.navbar .nav-item{
		border-top: 1px solid #f1f1f1;
	}
	.navegador .aula{
		border-bottom: 1px solid #f1f1f1;
	}
	.navegador button{
		border-radius: 0;
		border: 1px solid #cc0033;
		min-width: 100%;
		margin: auto;
	}
	.navegador .redes{
		text-align: center;
		display: block!important;
	}

	.superior .container{
		text-align: center;
		padding: 0;
		margin: 0;
	}
	.slide .carousel-item .info{
		text-align: center;
	}
	.slide .carousel-item .info .container h5{
		font-size: 70px;
		line-height: 60px;
	}
}



