@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: gotham;
	src: url(../font/Gotham-Book.otf);
	font-weight: 500;
}

@font-face {
	font-family: gotham;
	src: url(../font/Gotham-Medium.otf);
	font-weight: 700;
}

body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.wrapper {
	overflow-x: hidden;
}

a {
	color: #2A2A2A;
}

a:hover {
	color: #2A2A2A;
	text-decoration: none;
	opacity: 0.7;
}

.btn {
	border-radius: 30px;
	cursor: pointer;
}

.btn-danger {
	background-color: #ac0613;
}

.btn-danger:hover {
	background-color: transparent!important;
	border: 1px solid #ac0613;
	color: #ac0613;
}

/* Navigation Menu */
#mainNav {
	border-color: rgba(34, 34, 34, 0.05);
	background-color: white;
	-webkit-transition: all .35s;
	transition: all .35s;
	font-weight: 200;
	letter-spacing: 1px;
	box-shadow: 0px 10px 50px 0px rgba(100,100,100,0.1);
}

#mainNav .navbar-brand {
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s; 
	-ms-transition: all 0.2s; 
	transition: all 0.2s;
	background-position: center center;
	background-image: url(../img/logo-black.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 40px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
	opacity: 0.7;
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s; 
	-ms-transition: all 0.2s; 
	transition: all 0.2s;
}

#mainNav .navbar-brand2:hover, #mainNav .navbar-brand:focus {
	opacity: 0.7;
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s; 
	-ms-transition: all 0.2s; 
	transition: all 0.2s;
}

#mainNav .navbar-toggler {
	font-size: 12px;
	padding: 8px 10px;
	color: #222222;
}

#mainNav .navbar-nav > li > a {
	font-size: 14px;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
	color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
	color: #18c3ff;
}

@media (min-width: 992px) {
	#mainNav {
		border-color: transparent;
		background-color: transparent;
		box-shadow: 0px 10px 50px 0px rgba(100,100,100,0.0);
	}
	
	#mainNav .navbar-brand {
		display: block;
		background-position: center center;
		background-image: url(../img/logo.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}
	
	#mainNav .navbar-nav > li > a,
	#mainNav .navbar-nav > li > a:focus {
		color: rgba(255, 255, 255, 0.7);
	}
	
	#mainNav .navbar-nav > li > a:hover,
	#mainNav .navbar-nav > li > a:focus:hover {
		color: white;
	}

	#mainNav.navbar-shrink {
		border-color: rgba(34, 34, 34, 0.1);
		background-color: white;
		box-shadow: 0px 10px 50px 0px rgba(100,100,100,0.1);
		
	}
	#mainNav.navbar-shrink .navbar-brand {
		display: block;
		background-position: center center;
		background-image: url(../img/logo-black.png);
		background-repeat: no-repeat;
		background-size: 100%;
		max-width: 200px;
		height: 50px;
	}
	
	#mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
		color: #18c3ff;
	}
	#mainNav.navbar-shrink .navbar-nav > li > a,
	#mainNav.navbar-shrink .navbar-nav > li > a:focus {
		color: #222222;
	}
	
}

/* Contacto */

.modal-header {
	border: 0px; 
}

form p {
	margin-bottom: 0px!important;
}

label, input, textarea {
	width: 100%;
}

[type=submit]:not(:disabled){
	width: auto!important;
	background-color: #ac0613!important;
	color: white;
	border-radius: 30px;
	cursor: pointer;
	padding-right: 3rem!important;
	padding-left: 3rem!important;
	padding-bottom: 1rem!important;
	padding-top: 1rem!important;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	font-size: 1rem;
	line-height: 1.5;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

[type=submit]:not(:disabled):hover{
	background-color: transparent!important;
    border: 1px solid #ac0613;
    color: #ac0613;
}


/* Header */

header.masthead {
	position: relative;
	width: 100%;
	padding-top: 250px;
	padding-bottom: 100px;
	color: white;
	background-image: url(../img/header-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

header.masthead .header-content {
	margin-bottom: 100px;
	text-align: center;
}

header.masthead .header-content h1 {
	font-size: 40px;
}

@media (min-width: 992px) {

	header.masthead {
		height: 100vh;
		min-height: 720px;
		padding-top: 0;
		padding-bottom: 0;
		background-position: center center;
		background-image: url(../img/header-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	header.masthead .header-content {
		margin-bottom: 0;
		text-align: left;
	}
	header.masthead .header-content h1 {
		font-size: 60px;
	}
	
}

/* Transformación */

.transformacion {
	background-color: #130934;
	color: white;
}

.transformacion .container .row img {
	max-width: 130px;
}

/* Atleta */

.atleta {
	background-color: #fafafa;
}

.atleta ul li h1 {
	color: #ac0613;
} 

.atleta ul li p {
	color: #545454;
}

.atleta .btn {
}

/* Quien Soy */

.quien-soy {
	background-position: center center;
	background-image: url(../img/quien-soy-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}

/* Medios */

.medios {
	background-color: #ececef;
}



/* Footer */
footer {
	background-color: #130934;
}

footer .social-icon {
	color: white!important;
	border-radius: 100%;
	background-color: #4d4871;
	padding-top: 17px;
	width: 60px!important;
	height: 60px!important;
	cursor: pointer;
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s; 
	-ms-transition: all 0.2s; 
	transition: all 0.2s;
}

footer .social-icon:hover {
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s; 
	-ms-transition: all 0.2s; 
	transition: all 0.2s;
}

footer ul {
	padding: 0px;
} 

footer ul li {
	list-style: none;
} 

footer a {
	color: white!important;
} 

footer a:hover {
	color: white!important;
} 

footer ul li a {
	color: white!important;
} 

footer ul li a:hover {
	color: white!important;
} 

footer .footer-line {
	background-color: #18c3ff;
	height: 1px;
}

footer .list-sitemap li {
	font-size: 14px;
	padding-top: 20px;
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s; 
	-ms-transition: all 0.2s; 
	transition: all 0.2s;
	cursor: pointer;
	color: white;
}

footer .list-sitemap li:hover {
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s; 
	-ms-transition: all 0.2s; 
	transition: all 0.2s;
	opacity: 0.6;
}

@media (max-width: 767px) {
	footer .social-icon {
		color: white!important;
		border-radius: 100%;
		background-color: #11244C;
		padding-top: 8px;
		width: 38px!important;
		height: 38px!important;
	}
}

/* Post */
.text-post p {
	text-align: left;
}

.text-post figure {
	text-align: center;
}