.super{
	background: #b2a066;
}
.super a{
	color: #081430;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 14px;
}
.navegador{
	background: #081430!important;
	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;
}
.navegador .redes a{
	color: #b2a066!important;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	text-decoration: none;
}
.navegador .aula,
.navegador .active{
	color: #b2a066!important;
}
.navegador .active span{
	border-bottom: 2px solid #b2a066!important;
}
.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: #b2a066;
	background: none;
}
.navegador .dropdown .dropdown-menu li a{
	color: #b2a066!important;
}

.navegador .dropdown .dropdown-menu li .active{
	background: #b2a066!important;
	color: #b2a066!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: 'Prata', serif;
}
.slide .carousel-item .info .container h5 span{
	color: #b2a066;
	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: #081430;
	color: #b2a066;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	border: 1px solid #b2a066;
	font-size: 14px;
	padding: 10px 30px;
	font-family: 'Open Sans', sans-serif;
}

.slide .carousel-item .info .container .formulario{
	background: #fff;
	padding: 40px;
	border-radius: 8px;
}
.formulario h6{
	font-family: 'Prata', serif;
	font-weight: 700;
	font-size: 24px;
	color: #081430;
}
.formulario select,
.formulario input,
.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;
	border-bottom: 1px solid #ced4da!important;
	color: rgb(118, 118, 118)!important;
}
.formulario button{
	background: #b2a066;
	color: #081430;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	border: 1px solid #081430;
	font-size: 14px;
	padding: 10px 30px;
	font-family: 'Open Sans', sans-serif;
	border-radius: 0;
}
.todfo{
	background: #fff;
}

.botonwhatsapp{
	position: fixed;
  width: 60px;
  height: 60px;
  background-color: #081430;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 24px!important;
  z-index: 99999;
  bottom: 50px;
  right: 50px;
  border: 3px solid #b2a066;
}
.botonwhatsapp:hover{
	color: #fff;
	background: #b2a066;
}

/* 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);
}

.nosotros{
	border-bottom: 1px solid #f1f1f1;
}
.nosotros img{
	width: 100%;
}
.nosotros h1{
	font-family: 'Prata', serif;
	color: #081430;
}
.servicios h2,
.servicios h4{
	font-family: 'Prata', serif;
	font-weight: 700;
	color: #081430;
}
.servicios h4 span{
	color: #b2a066;
}
.servicios i{
	color: #b2a066;
	font-size: 34px;
	padding-bottom: 5px;
}
.servicios .linea{
	background: #b2a066;
	height: 4px;
	margin-bottom: 15px;
}
.nosotros p{
	font-size: 15px;
	font-weight: 300;
	text-align: justify;
}
.servicios p{
	font-size: 15px;
	font-weight: 300;
}
.ubicacion{
	background: #081430;
}

.pie{
	border-top: 1px solid #b2a066;
	background: #081430;
}
.pie img{
	width: 100%;
}
.pie p{
	font-size: 15px;
	font-weight: 300;
	color: #b2a066;
}
.pie .link ul{
	padding: 0!important;
}
.pie .link li{
	padding: 0!important;
}
.pie .link a{
	font-family: 'Open Sans', sans-serif;
	color: #b2a066!important;

}
.pie .segundo a{
	background: #081430;
	color: #b2a066;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	border: 1px solid #b2a066;
	font-size: 14px;
	padding: 10px 30px;
	font-family: 'Open Sans', sans-serif;
}
.pie h6{
	color: #b2a066!important;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
}

@media only screen and (max-width: 991px) {
	.deuno,
	.nosotros{
		text-align: center;
	}
	.deuno .linea{
		margin: 0 auto 15px auto;
	}
	.nosotros .isotipo{
		margin: auto;
	}
	.pie{
		text-align: center;
	}
	.navegador .redes{
		width: 100%;
		padding-top: 10px;
		border-top: 1px solid #b2a066;
	}
	.navegador .redes h6{
		text-align: center;
	}
	.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;
	}
	.navegador,
	.navegador .container,
	.navegador .container .navbar,
	.navegador .container .navbar .container-fluid,
	.navegador .container .navbar .container-fluid .navbar-nav{
		padding: 0;
		text-align: center;
		margin: auto!important;
	}
	.navbar .nav-item{
		border-top: 1px solid #b2a066;
	}
	.navegador .aula{
		border-bottom: 1px solid #f1f1f1;
	}
	.navegador button{
		border-radius: 0;
		border-top: 1px solid #b2a066;
		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;
	}
}

