body, html{
	height: 100%;
}
body{
	font-family: champange;
	background-color: #29303a;
	color:#e8eddf;

}
.section-banner{
	background-image: url('../img/banner.jpg');
    color:#29303a;
    background-color: #e8eddf;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 500px;
}

.section-banner-page{
    color:#29303a;
    background-color: #e8eddf;
    
}
.section-content{
	background-image: url('../img/section-content.png');
	padding-top: 50px;
	padding-bottom: 10px;
	background-size: cover;
	font-size: 18px;
}
.section-content>.row{
	padding-bottom: 50px;
}
.navbar{
	border-radius: 0px;
	border:none;
	background-color: #e8eddf;
	color:#29303a;
	margin-top:18px;
}
.title>h1{
	font-size: 45px;
}
.text-banner{
	margin-top: 10%;
}
.text-banner>p{
	font-size: 18px;
}
.text-banner-page{
	margin-top: 5%;
}
.text-banner-page>p{
	font-size: 18px;
}
h1{
	
}
.title>h1>span{
	font-family: coolvetica;
}
.title{
	margin-bottom: 20px;
}
.navbar-inverse .navbar-nav>li>a {
	font-size: 24px;
	color:#29303a;

}
.navbar-inverse .navbar-nav>li>a:hover {
	font-family: coolvetica;
	color: #29303a;
	font-size: 25px;
	 transition:1s;

}
.top{
	margin-top:5px;
}
.col-pad-0{
	padding-right: 0px;
	padding-left: 0px;
}
.col-pad-left-0{
	padding-left: 0px;
}
.col-pad-right-0{
	padding-right: 0px;
}
.content{
	padding-right: 50px;
	padding-left: 50px;
}
.content>h1>span{
	font-family: coolvetica;
}
.footer{
	background-image: url('../img/footer.png');
	background-color:#191f27;
	background-size: cover;
	padding-top:20px;
	padding-bottom: 50px;
}
.contacto{
	list-style: none;
}
.contacto>li>a>span{
	font-size: 18px;
	color:#e8eddf;
}
.contacto>li>a:hover{
	text-decoration: none;
}
.img-contacto{
	width: 30px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.img-center{
	margin: 0 auto;
}
.img-banner-icon{
	width: 100px;
}
.end{
	background-color: #0f1218;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #29303a;
}
.navbar-inverse .navbar-toggle {
    border-color: #29303a;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #e8eddf;
}
.comentarios{
	background-color: #e8eddf;
	margin-top: 40px;
}
.carousel-indicators {
    	bottom: -40px;
}

.btn{
	font-size: 18px;	
}

.btn-default{
	color: #29303a;
    background-color: #e8eddf;
    border-color: #29303a;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #29303a;
    background-color: #e8eddf;
    border-color: #29303a;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary, .btn-primary:active:hover, .btn-primary:focus {
    color: #fff;
    background-color: #29303a;
    border-color: #e8eddf;
}
.btn-primary:active:hover{
	color: #fff;
    background-color: #29303a;
    border-color: #e8eddf;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #29303a;
    border-color: #e8eddf;
}


.btn-primary:hover {
    color: #fff;
    background-color: #0f1218;
	border-color: #e8eddf;
}
.col-comentario{
	margin-top: 40px;
}

#barra-comentarios-1, #barra-comentarios-2, #barra-comentarios-3{
	display: none;
}
@media (max-width: 768px)
{
	.title>h1{
		font-size: 35px;
	}

	.text-banner {
    	margin-top: 80%;
    	padding-bottom: 50px;
	}

	.section-banner{
		background-image: url(../img/banner-cel.jpg);
		height: fit-content;
	}

	.text-banner-page{
    	margin-top: 0%;
    	padding-bottom: 50px;
	}
}

@media screen and (min-width: 768px){
	

}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}