@media (max-width: 768px) {
	.navbar-header {
		display: block;
	}
	.navbar {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		width: 100%;
		background: #FFF;
	}
	
	.imgTitulo {
		width: 100%;
	}
	
	.navbar-nav>li>a {
		text-align: center;
		padding: 25px 15px;
	}
	
	.mobHide {
		display: none;
	}
	
	.navbar-collapse {
	    max-height: none;
	}
	
	.brand img {
		height: 50px;
	}
	
	.formCont {
		margin-top: 0;
	}
	
	.fndContacto {
		background: #46a4a6;
		height: auto;
		padding: 30px;
		text-align: center;
	}
	
	.titContacto {
	    text-align: center;
	}
	
	ul.nav.navbar-nav.navbar-right {
		margin-top: 0;
		border: 0;
	}
	
	.titSec {
		font-family: 'DINEngschriftRegular';
		font-size: 60px;
		width: 100%;
		text-align: center;
    }

    .titSec span {
		font-size: 30px;
		height: 30px;
		display: block;
		position: relative;
		text-align: center;
		background: #FFF;
		margin-left: 0;
		width: 100%;
    }
    .modal-dialog {
		width: auto;
	}
	
	.modal-body {
		height: auto;
	}
	
	.TextoModal {
		border: 0;
	}
}
