:root {
	--color-principal: #000000;
	--color-secundario: #db7100;
}

/*///// COLORES /////*/

#topbar,
.jumbotron .form,
.jumbotron option,
#inscribite .btn-primary,
#promo,
footer {
	background: #000;
}

#topbar .nav a,
.login,
.jumbotron h1,
.jumbotron label,
.jumbotron select,
footer,
footer a {
	color: #FFF;
}

.nav .redes,
.btn-primary,
#inscribite,
#promo h3:after {
	background-color: var(--color-principal);
}

.nav .redes:hover,
.btn-primary:hover,
.btn-primary:focus,
#galeria h2 {
	background-color: var(--color-secundario) !important;
}

#topbar .nav .redes i,
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
#inscribite .btn-primary:hover,
footer .nav .redes i {
	color: #FFF !important;
}

#topbar .nav a:hover,
#topbar .nav i,
.login:hover,
.login i,
.jumbotron form button i,
#inscribite .btn-primary,
footer h4,
footer i,
footer a:hover {
	color: var(--color-principal) !important;
}

.jumbotron select {
	border-color: #414141;
}

#inscribite input,
#inscribite ::placeholder,
#inscribite :-ms-input-placeholder,
#inscribite ::-ms-input-placeholder {
	color: #414141;
}

/*
#topbar, .jumbotron .form, .jumbotron option, #noticias .btn-primary, #promo, footer {
	background: #000;
	}
 .nav .redes, .btn-primary, #noticias, #promo h3:after {
	background-color: var(--color-secundario);
	}
 #topbar .nav .redes i, .btn-primary, .btn-primary:hover, .btn-primary:focus, #noticias .btn-primary:hover, footer .nav .redes i {
	color: #000!important;
	}
#topbar .nav a:hover, #topbar .nav i, .login:hover, .login i, .jumbotron form button i, #noticias .btn-primary, footer h4, footer i, footer a:hover {
	color: var(--color-principal) !important;	
	}
#noticias input, #noticias ::placeholder, #noticias :-ms-input-placeholder, #noticias ::-ms-input-placeholder {
	color: #414141;
	}*/



body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: .025em;
}

h2 {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 2.75em;
	text-transform: uppercase;
}

h3 {
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 2.25em;
	text-transform: uppercase;
}

h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.25em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

/*///// HEADER //////*/

header {
	position: absolute;
	width: 100%;
	z-index: 1;
}

#topbar {
	display: table;
	padding: 5px 0;
	width: 100%;
}

#topbar .nav {
	float: right;
}

#topbar .nav a,
.login {
	font-size: .85em;
	transition: .25s;
}

#topbar .nav a:hover,
.login:hover {
	transition: .25s;
}

#topbar .nav a:hover,
#topbar .nav i,
.login:hover {
	text-decoration: none;
}

#topbar .nav i,
.login i {
	font-size: 1.25em;
	margin-right: 5px;
}

.nav .redes {
	border-radius: 30px;
	display: block;
	height: 30px;
	line-height: 33px;
	margin-left: 5px;
	margin-top: 3px;
	text-align: center;
	width: 30px;
}

.nav .redes i {
	margin-right: 0 !important;
}

.nav-item {
	float: right;
}

.login {
	float: right;
	margin-top: 20px;
}

.login i {
	font-size: 1.5em;
	display: block;
	float: left;
	line-height: 22px;
}

.logo {
	margin: 20px 0 0 20px;
}

/*///// JUMBOTRON /////*/

.btn-primary {
	border: none;
	border-radius: 30px;
	box-shadow: none !important;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	margin: 20px auto 0;
	text-transform: uppercase;
	width: 200px;
}

.btn-primary:hover {
	transition: .25s;
}

.escudos {
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
}

.escudos li {
	display: inline-block;
	list-style: none;
	margin: 0 10px;
}

.jumbotron {
	background-attachment: fixed;
	/*background-image: url(../images/jumbotron.jpg);*/
	background-position: center;
	background-size: cover;
	border-radius: 0;
	height: 100vh;
	margin-bottom: 0;
	min-height: 900px;
	padding: 4em 0;
	position: relative;
}

.jumbotron form {
	padding: 20px 0;
	text-align: center;
}

.jumbotron form button {
	background: none;
	border: none;
	font-size: 2em;
	outline: none;
	padding-top: 5px;
	color: #fff;
}

.jumbotron form button i {
	display: block;
	float: left;
	line-height: 15px;
}

.jumbotron form select option {
	padding: 10px;
}

.jumbotron form select option:hover {
	background: #F00 !important;
}

.jumbotron h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 5rem;
	letter-spacing: .125rem;
	text-align: center;
	text-transform: uppercase;
}

.jumbotron label {
	font-family: 'Oswald', sans-serif;
	font-sizes: 1.25em;
	text-transform: uppercase;
}

.jumbotron select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none;
	border-radius: 30px;
	margin-left: 10px;
	outline: none !important;
	padding: 10px 20px;
}

.jumbotron .container {
	margin: 0 0 0 0;
	max-width: none;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.jumbotron .form {
	bottom: 0;
	position: absolute;
	width: 100%;
}

.mobile-414,
.mobile-768,
.mobile-1024,
.mobile-1366 {
	display: none;
}

@media (max-width:1366px) {
	.jumbotron {
		background: none;
		height: auto;
		position: relative;
	}

	.mobile-1366 {
		display: block;
		margin-top: -66px;
	}

	.mobile-1366 img {
		width: 100%;
	}
}

@media (max-width:1024px) {
	.mobile-1366 {
		display: none;
	}

	.mobile-1024 {
		display: block;
		margin-top: -66px;
	}

	.mobile-1024 img {
		width: 100%;
	}
}

@media (max-width:768px) {
	.mobile-1024 {
		display: none;
	}

	.mobile-768 {
		display: block;
		margin-top: 0px;
	}

	.mobile-768 img {
		width: 100%;
	}
}

@media (max-width:414px) {
	.mobile-768 {
		display: none;
	}

	.mobile-414 {
		display: block;
	}

	.mobile-414 img {
		width: 100%;
	}
}

/*////// DESCARGÃ� NUESTRA APP /////*/

#app {
	background-attachment: fixed;
	background-image: url(../images/app-background.jpg);
	background-position: center;
	overflow: hidden;
	padding-top: 100px;
}

#app h2 {
	margin-top: 75px;
}

#app img {
	max-width: 90%;
}

#app p {
	font-weight: 600;
	text-transform: uppercase;
}

#app .badges {
	margin: 20px 0 0 0;
	padding-left: 0;
}

#app .badges li {
	display: inline-block;
	list-style: none;
}

#app .col-md-5 {
	text-align: center;
}

#app .container {
	max-width: 850px;
}

/*///// INSCRIBITE /////*/

#inscribite {
	background-attachment: fixed;
	background-image: url(../images/inscribite-background.png);
	background-position: center;
	padding: 50px 10px 75px 10px;
}

#inscribite form input,
#inscribite form textarea {
	border: none;
	border-radius: 30px;
	font-size: .9em;
	margin-bottom: 10px;
	padding: 10px 20px;
	text-transform: uppercase;
	width: 100%;
}

#inscribite h2 {
	font-size: 2em;
	margin-bottom: 30px;
	text-align: center;
}

#inscribite .btn-primary {
	float: left;
	margin-top: 0;
}

#inscribite .col-md-6,
#inscribite .col-md-12 {
	padding-left: 5px;
	padding-right: 5px;
}

#inscribite .container {
	max-width: 700px;
}

/*///// NOTICIAS /////*/

#noticias {
	background-attachment: fixed;
	background-image: url(../images/inscribite-background.png);
	background-position: center;
	padding: 50px 10px 75px 10px;
	background-color: var(--color-secundario);
}

#noticias form input,
#noticias form textarea {
	border: none;
	border-radius: 30px;
	font-size: .9em;
	margin-bottom: 10px;
	padding: 10px 20px;
	text-transform: uppercase;
	width: 100%;
}

#noticias h2 {
	font-size: 2em;
	margin-bottom: 30px;
	text-align: center;
}

#noticias .btn-primary {
	/*float: left;*/
	margin-top: 0;
}

#noticias .col-md-6,
#noticias .col-md-12 {
	padding-left: 5px;
	padding-right: 5px;
}

#noticias .container {
	max-width: 1200px;
}

/*///// PROMO /////*/

#promo {
	background-image: url(../images/promo-background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding: 90px 0;
	text-align: center;
}

#promo h3:after {
	content: '';
	display: block;
	height: 2px;
	margin: 25px auto 0;
	width: 80px;
}

/*///// SEDES /////*/

#sedes h2 {
	font-size: 2em;
	margin: 50px;
	text-align: center;
}

#sedes #map {
	height: 450px;
	width: 100%;
	z-index: 50;
}

/*///// GALERÃ�A /////*/

#galeria {
	overflow: hidden;
}

#galeria h2 {
	font-size: 2em;
	margin-bottom: 0;
	padding: 50px;
	text-align: center;
}

#galeria .btn-primary {
	margin: 50px auto;
}

#galeria .col-lg {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 20%;
}

#galeria .foto {
	background-position: center;
	background-size: auto 100%;
	height: 375px;
	transition: .25s;
}

#galeria .foto:after {
	background-image: url(../images/camara.png);
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	height: 375px;
	padding-top: 175px;
	position: absolute;
	text-align: center;
	transition: .25s;
	width: 100%;
}

#galeria .foto:hover {
	transform: scale(1.1);
}

#galeria .foto:hover:after {
	transform: scale(0.9);
	transition: .25s;
}

#galeria .row {
	margin: 0;
	overflow: hidden;
}

/*///// FOOTER /////*/

footer {
	overflow: hidden;
	padding: 50px 0 0 0;
}

footer a:hover {
	text-decoration: none;
}

footer i {
	font-size: 1.25em;
	margin-right: 5px;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer ul li {
	font-size: .8em;
	list-style: none;
	margin-bottom: 10px;
}

footer small {
	border-top: 1px solid #414141;
	display: block;
	float: left;
	margin-top: 50px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

footer small a {
	font-weight: 600;
}

footer .redes {
	margin-left: 5px !important;
}

@media (max-width:1870px) {
	#promo {
		background-image: url(../images/bannercorpo-1870.jpg);
	}
}

@media (max-width:990px) {
	#galeria .col-lg {
		width: 100%;
	}

	#galeria .foto {
		background-size: cover;
	}

	#galeria .foto:after {
		display: none;
	}

}

@media (max-width:768px) {
	footer img {
		display: block;
		margin: 0 auto 30px auto;
	}

	footer .col-md-4 {
		margin-top: 30px;
	}

	footer .nav.redes {
		left: 0;
		position: relative;
	}

	#app h2 {
		margin-top: 30px;
		text-align: center;
	}

	#app p {
		text-align: center
	}

	#app .badges {
		margin-bottom: 50px;
		text-align: center;
	}

	.jumbotron {
		background-image: url(../images/jumbotron-768.jpg);
	}

	.jumbotron h1 {
		font-size: 4rem;
	}

	.jumbotron .container {
		margin: 0 0 0 0;
	}

	.jumbotron form {
		overflow: hidden;
		padding: 0 10px 10px 10px;
	}

	.jumbotron form button {
		float: right;
	}

	.jumbotron form button i {
		line-height: normal;
	}

	.jumbotron form label {
		padding: 20px 0 0 0;
	}

	.jumbotron form select {
		margin: 0 0 5px 0;
		padding: 5px 20px;
		width: 100%;
	}

	.jumbotron form select:nth-child(4) {
		float: left;
		max-width: 90%;
	}

}

@media (max-width:494px) {
	#app .badges img {
		height: 50px;
		width: auto;
	}

	.jumbotron {
		background-image: url(../images/jumbotron-414.jpg);
		min-height: 0;
	}

	.jumbotron h1 {
		font-size: 2rem;
	}

	.login {
		margin-top: 0px;
		position: absolute;
		right: 20px;
	}

	.logo {
		display: block;
		margin: 20px auto 0;
	}

	.nav.redes {
		position: absolute;
		right: 20px;
	}
}