body, html{
	font-family: 'Lato', sans-serif;
	background: #fff;
	height:100%;
}

a, a:hover {
    color: #fff;
    text-decoration: none;
}

.link-faq, .link-faq:hover {
	color:#f16f35;
	text-decoration: none;
}

.top-bar {
    background-color: #f2f2f4;
    text-transform: uppercase;
}
	.top-bar a {
    	text-decoration: none;
    	color: #888;
	}

.top-dark-right li {
  line-height: 30px;
  padding: 5px 10px 0;
}

.line{
	color: #f16f35;
}

header {
	padding: 20px;
	text-align: center;
}

footer {
	margin-top: 30px;
}

.footer-note p {
	margin-top: 20px;
}

.registro p {
    font-size: 18px;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 18px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: 6px;
    font-weight: bold;
}

.col-button {
	padding-top: 25px
}

.header-nav {
	padding: 180px 0;
	background: url(../images/header-1.jpg) no-repeat center center;
	background-size: cover;
}

.header-nav-2 {
	padding: 180px 0;
	background: url(../images/header-about.jpg) no-repeat center center;
	background-size: cover;
}

.header-nav-3 {
	padding: 180px 0;
	background: url(../images/header-3.jpg) no-repeat center center;
	background-size: cover;
}

.header-nav-4 {
	padding: 180px 0;
	background: url(../images/header-4.jpg) no-repeat center center;
	background-size: cover;
}

.header-nav-5 {
	padding: 180px 0;
	background: url(../images/header-5.jpg) no-repeat center center;
	background-size: cover;
}

.banner-title{
	text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 2px 2px 5px #000;
    margin-top: -14px;
}

.container.menu-nav {
    margin: -180px auto;
}

.nav-justified > li > a {
    margin-bottom: 0;
    background: #16a2dd;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #128bbf;
}

.menu-nav .nav > .active > a, 
.menu-nav .nav > .active > a:hover, 
.menu-nav .nav > li > a:hover {
    color: #fff;
    background-color: #128bbf;
}

.title-1 {
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	border-left: solid 10px #f16f35;
	padding: 10px 0 10px 20px;
	margin-bottom: 30px;
}

.title-2 {
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	border-left: solid 10px #a9cf46;
	padding: 10px 0 10px 20px;
	margin-bottom: 50px;
}

.intro {
	padding-top: 30px;
}

.intro p, .intro li {
	font-size: 18px;

}

.list-about {
	padding-bottom: 40px;
	list-style-type: unset;
}

.descanso {
	padding: 200px 0;
	background: url(../images/header-1.jpg) no-repeat center center;
	background-size: cover;
}

.descanso-1 {
	padding: 200px 0;
	background: url(../images/banner-1.jpg) no-repeat center center;
	background-size: cover;
}

.descanso-2 {
	padding: 200px 0;
	background: url(../images/banner-2.jpg) no-repeat center center;
	background-size: cover;
}

.descanso-3 {
	padding: 200px 0;
	background: url(../images/banner-3.jpg) no-repeat center center;
	background-size: cover;
}

.descanso-4 {
	padding: 200px 0;
	background: url(../images/banner-4.jpg) no-repeat center center;
	background-size: cover;
}

.registro {
    margin-left: 0px;
    margin-right: 0px;
}
	.registro a{
		color: #fff;
	}

.register{
	background-color: #a9cf46;
	color: #fff;
	height: 170px;
}

.login {
	background-color: #f16f35;	
	color: #fff;
	height: 170px;
}

.reg-title {
	border: 2px solid #fff;
	padding: 10px;
	text-transform: uppercase;
	display: inline-table;
	margin-top: 55px;
}

.foot-text{
	background-image: url(../images/footer-bg-1.jpg);
	background-size: cover;
	background-position: center center;
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    height: 400px;
	color: #fff;
	padding: 40px;
}

.foot-menu{
	background-color: #363435;
	height: 400px;
	color: #fff;
	padding: 30px 40px;
}

.footer-menu {
	border-left: solid 10px #128bbf;
	padding: 20px;
	}
	.footer-menu li {
		text-transform: uppercase;
		text-decoration: none;
		list-style-type: none;
		padding: 7px;
		}
		.footer-menu a{
			color: #fff;
			}

.faq {
	padding-bottom: 20px;
}

.form-horizontal .control-label {
    text-transform: uppercase;
}

.form-control {
    border: 1px solid #f16f35;
    border-radius: 0px;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:active:hover {
    color: #fff;
    background-color: #f16f35;
    border-color: #f16f35;
}

.btn-primary:hover {
    color: #fff;
    background-color: #d15016;
    border-color: #d15016;
}


/* CSS used here will be applied after bootstrap.css */
.navbar .navbar-nav-justified{ padding-left: 0; padding-right: 0;}
.navbar .navbar-collapse > .nav-justified.nav-pills > li > a{ padding-top: 15px; padding-bottom: 15px; margin-bottom:0; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}
.navbar .navbar-collapse > .nav-justified.nav-pills > li + li{ margin-left: 0; border-top:solid 1px #e7e7e7;}
.navbar-toggle-center { width: 100%; float: none; margin: 0 auto; border-width:0; border-radius:0; padding: 14px 15px; font-size: 16px; background:#16a2dd; color:#fff;}
@media (min-width: 768px){
	.navbar .navbar-collapse > .nav-justified.nav-pills > li:first-child > a{ -webkit-border-radius: 4px 0px 0px 4px; -moz-border-radius: 4px 0px 0px 4px; border-radius: 4px 0px 0px 4px;}
	.navbar .navbar-collapse > .nav-justified.nav-pills > li:last-child > a{ -webkit-border-radius: 0px 4px 4px 0px; -moz-border-radius: 0px 4px 4px 0px; border-radius: 0px 4px 4px 0px;}
	.navbar .navbar-collapse > .nav-justified.nav-pills > li + li{ margin-left: 0; border-left:solid 1px #e7e7e7; border-top:0;}
}

