/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/*! GLOBALES */

body {
    overflow-x: hidden;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}

p {
    font-size: 14px;
    line-height: 21px;
}

p.large {
    font-size: 16px;
    line-height: 24px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}

a {
    color: #f00;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #036;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #036;
}

.img-centered {
    margin: 0 auto;
}

section {
	padding-top: 80px;
	padding-right: 10px !important;
	padding-bottom: 80px;
	padding-left: 10px !important;
}
@media(min-width:992px) {
    section {
		padding-top: 120px;
		padding-right: 40px !important;
		padding-bottom: 120px;
		padding-left: 40px !important;
    }
}
@media(min-width:1200px) {
    section {
		padding-top: 120px;
		padding-right: 100px !important;
		padding-bottom: 120px;
		padding-left: 100px !important;
    }
}
::-moz-selection {
    text-shadow: none;
    background: #999;
}

::selection {
    text-shadow: none;
    background: #999;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #999;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}



/* NAVEGACION */
.navbar-default {
	border-color: #eee;
	background-color: #fff;
	margin-bottom: 0px;
}
.navbar-default .navbar-brand {
	background-image: url(../imagenes/logo-3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 69px;
	margin-top: 7px;
	margin-left: 15px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin-bottom: 7px;
}
.navbar-default .navbar-collapse {
    border-color: #eee;
}

.navbar-default .navbar-toggle {
	border-color: #036;
	background-color: #036;
	margin-top: 15px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #369;
	border-color: #369;
}

.navbar-default .nav li a {
	font-weight: 500;
	color: #036;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
	outline: 0;
	color: #fff;
	background-color: #036;
}

.boton-activo a {
	color: #fff !important;
	background-color: #036;
}
.menu-2,
.contactos-top {
	display: none;
}
.icono-top-wa {
		margin-right: 7px;
		color: #093;
		font-size: 22px !important;
}
.icono-top {
		margin-right: 7px;
		font-size: 20px !important;
}	
@media(min-width:992px) {
    .navbar-default {
		border: 0;
		-webkit-transition: padding .3s;
		-moz-transition: padding .3s;
		transition: padding .3s;
		background-color: transparent;
		padding-top: 0px;
		padding-right: 0;
		padding-bottom: 0px;
		padding-left: 0;
		margin-top: 50px;
    }
	.navbar-default .navbar-brand {
	background-image: url(../imagenes/logo-2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 70px;
	width: 96px;
	margin-top: 14px;
	margin-left: 10px !important;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	}
	.navbar-default .nav li a {
		padding-top: 10px;
		padding-bottom: 10px;
		display: none;
	}
    .navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus {
        border-radius: 3px;
    }
	.navbar-default.navbar-shrink {
	background-color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
    }
	.navbar-default.navbar-shrink  .navbar-brand {
	background-image: url(../imagenes/logo-2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 70px;
	width: 96px;
	margin-top: 7px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin-bottom: 0px;
    }
	.navbar-default.navbar-shrink .contactos-top{
			margin-top: 27px;
    }

	.navbar-default.navbar-shrink .menu-2{
		background-color: #f00 !important;		
    }
	.menu-2 {
		display: block;
		background-color: rgba(255,0,0,.7);
		padding: 10px;
		margin-top: 10px;
	}
	.menu-2 ul {
		list-style-type: none;
		margin: 0px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.menu-2 li {
		display: inline-block;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.menu-2 a {
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		line-height: 14px;
		font-weight: 500;
		text-transform: uppercase;
		color: #fff;
		padding-top: 8px;
		padding-right: 10px;
		padding-bottom: 8px;
		padding-left: 10px;
		border-radius:30px;
		-webkit-transition: all .35s;
		-moz-transition: all .35s;
		transition: all .35s;		
	}
	.menu-2 a:hover {
		background-color: #d00;
	}
	.boton-activo a {
		color: #fff !important;
		background-color: #d00;
	}
	.contactos-top {
		display: inline-table;
		text-align: right;
		float: right;
		margin-top: 41px;
		margin-right: 0px;
		height: 32px;
		-webkit-transition: all .35s;
		-moz-transition: all .35s;
		transition: all .35s;		
	}
	.dato-top {
		display: table-cell;
		padding-right: 20px;
		font-size: 16px;
		line-height: 32px;
		font-weight: 400;
		height: 32px;
		margin-top: 0px !important;
		vertical-align: middle;
	}
	.dato-top a {
		color: #333;	
		-webkit-transition: all .35s;
		-moz-transition: all .35s;
		transition: all .35s;	
	}
	.dato-top a:hover {
		color: #369;		
	}
	.dato-top2 {
		display: table-cell;
		padding-right: 16px;
		font-size: 16px;
		line-height: 32px;
		font-weight: 400;
		height: 32px;
		vertical-align: middle;	
	}
	.dato-top2 a {
		color: #036 !important;
	}
	.dato-top2 a:hover {
		color: #369 !important;
	}

	.icono-top2 {
		font-size: 32px !important;
		line-height: 32px !important;
	}
}
@media(min-width:1200px) {
	.navbar-default .navbar-brand {
		background-image: url(../imagenes/logo-1.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 101px;
		width: 139px;
		margin-left: 100px !important;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
	}
	.menu-2 a {
		font-size: 15px;
		line-height: 15px;
		padding-top: 8px;
		padding-right: 15px;
		padding-bottom: 8px;
		padding-left: 15px;
		border-radius:31px;
		-webkit-transition: all .35s;
		-moz-transition: all .35s;
		transition: all .35s;		
	}
	.contactos-top {
		display: inline-table;
		text-align: right;
		float: right;
		margin-top: 50px;
		margin-right: 80px;
		height: 32px;
		-webkit-transition: all .35s;
		-moz-transition: all .35s;
		transition: all .35s;			
	}
	.dato-top {
		padding-right: 30px;
	}
}


/* ENCABEZADO */
.texto-header {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	display: block;
	text-shadow:6px 6px 10px rgba(0,0,0,1);
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.texto-header2 {
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	display: block;
	text-shadow:6px 6px 10px rgba(0,0,0,1);
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.panel-header {
	display: block;
	padding-top:170px;	
}
.panel-header2 {
		display: block;
		padding-top: 170px;	
	}
@media(min-width:768px) {
	.panel-header {
		display: block;
		padding-top: 224px;	
	}
	.panel-header2 {
		display: block;
		padding-top: 164px;	
	}
	.texto-header {
		font-size: 27px;
		line-height: 31px;
		font-weight: 500;
		color: #FFF;
		text-align: center;
		display: block;
		text-shadow:6px 6px 10px rgba(0,0,0,1);
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	.texto-header2 {
		font-size: 64px;
		line-height: 56px;
		font-weight: 800;
		color: #FFF;
		text-align: center;
		display: block;
		text-shadow:6px 6px 10px rgba(0,0,0,1);
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;	
	}
}
@media(min-width:992px) {
	.texto-header {
		font-size: 34px;
		line-height: 38px;
		font-weight: 500;
		color: #FFF;
		text-align: center;
		display: block;
		text-shadow:6px 6px 10px rgba(0,0,0,1);
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	.texto-header2 {
		font-size: 80px;
		line-height: 70px;
		font-weight: 800;
		color: #FFF;
		text-align: center;
		display: block;
		text-shadow:6px 6px 10px rgba(0,0,0,1);
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;	
	}	
	.panel-header {
		display: block;
		padding-top: 324px;	
	}
	.panel-header2 {
		display: block;
		padding-top: 280px;	
	}
}
.btn-header {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	background-color: #f00;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom:16px;
	padding-left: 16px;
	border-radius:44px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 60px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}
.btn-header:hover,
.btn-header:focus,
.btn-header:active,
.btn-header.active {
	background-color: #fff;
	box-shadow:none;
	color: #000;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.btn-header2 {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	background-color: #036;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom:16px;
	padding-left: 16px;
	border-radius:44px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 20px;

	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}
.btn-header2:hover,
.btn-header2:focus,
.btn-header2:active,
.btn-header2.active {
	background-color: #fff;
	box-shadow:none;
	color: #000;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
@media(min-width:768px) {
	.btn-header2 {
		margin-left: 10px;
	}
}
.icono-btn-header {
	margin-left: 50px;	
}
/*!*/

/*! BANDA GRIS OSCURO */
#banda-plomo {
	background-color: #404040;
	padding-top: 50px;
	padding-bottom: 60px;
	font-family: 'Montserrat', san-serif;
	font-size: 21px;
	line-height: 26px;
	font-weight: 500;
	color: #fff;
}
@media(min-width:768px) {
	#banda-plomo {
		font-size: 28px;
		line-height: 36px;
	}
}
/*!*/

/*! ENTRENADOR PERSONAL HOME */
#entrenador-home hr,
#elegir-home hr{
	margin-top: 5px;
	margin-bottom: 0px;
	border-width: 4px;
	border-color: #F00;
	max-width:60px;
	margin-left: 0px;
}
.titulo-1-home {
	font-family: 'Montserrat', san-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	color: #036;
	display: block;
}
.titulo-2-home {
	font-family: 'Montserrat', san-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	color: #036;
	display: block;
	text-transform: uppercase;
}
.texto-entrenador-home {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #666;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: justify;
}
.img-entrenador-home {
	background-position: center top;
	-webkit-background-size: cover;
	-mz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/entrenador_home.jpg);
	height: 250px;
	margin-bottom: 30px;
	background-repeat: no-repeat;	
}
@media(min-width:768px) {
	.img-entrenador-home {
	height: 350px;
	}
}
@media(min-width:992px) {
	.img-entrenador-home {
		height: auto;
		margin-bottom: 0px;	
	}
	#entrenador-home .row{
		display: table;
	}
	#entrenador-home .row [class*="col-"] {
		display: table-cell;
		float: none;
	}
	.titulo-1-home {
		font-size: 30px;
		line-height: 36px;
	}
	.titulo-2-home {
		font-family: 'Montserrat', san-serif;
		font-size: 36px;
		line-height: 36px;
	}
	.texto-entrenador-home {
	font-size: 18px;
	line-height: 28px;
	padding-right: 20px;
	}
}
.btn-entrenador {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	background-color: #f00;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom:14px;
	padding-left: 18px;
	border-radius:44px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}
.btn-entrenador:hover,
.btn-entrenador:focus,
.btn-entrenador:active,
.btn-entrenador.active {
	background-color: #036;
	box-shadow:none;
	color: #fff;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.btn-entrenador2 {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	background-color: #036;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom:14px;
	padding-left: 18px;
	border-radius:44px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	margin-top: 20px;
}
.btn-entrenador2:hover,
.btn-entrenador2:focus,
.btn-entrenador2:active,
.btn-entrenador2.active {
	background-color: #c00;
	box-shadow:none;
	color: #fff;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
@media(min-width:640px) {
	.btn-entrenador2 {
		margin-left: 10px;
		margin-top: 0px;
	}
}
@media(min-width:992px) {
	.btn-entrenador2 {
		margin-left: 0px;
		margin-top: 20px;
	}
}
@media(min-width:1430px) {
	.btn-entrenador2 {
		margin-right: 20px;
	}
}
@media(min-width:1450px) {
	.btn-entrenador2 {
		margin-left: 10px;
		margin-top: 0px;
		margin-right: 0px;
	}
}
.btn-entrenador-n {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	background-color: #f00;
	padding-top: 13px;
	padding-right: 12px;
	padding-bottom:13px;
	padding-left: 16px;
	border-radius:44px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}
.btn-entrenador-n:hover,
.btn-entrenador-n:focus,
.btn-entrenador-n:active,
.btn-entrenador-n.active {
	background-color: #036;
	box-shadow:none;
	color: #fff;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
/*!*/


/*! POR QUE ELEGIR */
.texto-elegir {
	color: #666;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: justify;
}
	.img-elegir-home {
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/elegir_home.jpg);
	height: 250px;
	margin-bottom: 30px;
	background-repeat: no-repeat;	
	}
@media(min-width:768px) {
	.img-elegir-home {
	height: 350px;
	}
}
	.elegir {
	text-align: justify;
	}
@media(min-width:992px) {
	.elegir {
	padding-left: 40px;
	}
	.img-elegir-home {
		height: auto;
		margin-bottom: 0px;
	}
	#elegir-home .row{
		display: table;
	}
	#elegir-home .row [class*="col-"] {
		display: table-cell;
		float: none;
	}
}
/*!*/


/*! CURSOS HOME */
#cursos-home {
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center top;
}
#cursos-home p {
	color: #000;
}
#cursos-home hr{
	margin-top: 3px;
	margin-bottom: 30px;
	border-width: 4px;
	border-color: #F00;
	max-width:60px;
}
#cursos-home h1{
	margin-top: 0px;
	margin-bottom: 0px;
}
#cursos-home h4 {
	padding-top: 20px;
	padding-left: 10px;
	padding-right:10px;
}
.titulo-sin {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	color: #F00;
	display: block;
	margin-top: 20px;
}
.titulo-con {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	color: #036;
	display: block;
	margin-top:20px;
}
@media(min-width:992px) {
	.titulo-sin {
		font-size: 24px;
		line-height: 36px;
	}
}
.portfolio-box {
	display: block;
	position: relative;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.portfolio-box img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}
.portfolio-box:hover img{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.portfolio-box .portfolio-box-caption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	text-align: left !important;
	color: #fff;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	background-color: rgba(255,0,0,0.8);
}
.portfolio-box:hover .portfolio-box-caption {
	background-color: rgba(255,0,0,1) !important;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    width: 100%;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}


.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	margin-top: 0px;
	padding-top: 0px;
}
.icono-curso {
	float: right;
	font-size: 22px !important;
	margin-left: 10px;
}

.portfolio-box .portfolio-box-caption2 {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	text-align: left !important;
	color: #fff;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	background-color: rgba(0,51,102,0.8);
}
.portfolio-box:hover .portfolio-box-caption2 {
	background-color: rgba(0,51,102,1) !important;
}
.portfolio-box .portfolio-box-caption2 .portfolio-box-caption-content .project-name h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	margin-top: 0px;
	padding-top: 0px;
}
.portfolio-box .portfolio-box-caption2 .portfolio-box-caption-content {
    position: absolute;
    width: 100%;
}
.portfolio-box .portfolio-box-caption2 .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption2 .portfolio-box-caption-content .project-name {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
/*!*/


/*! CONTACTO HOME */
#contacto-home {
	background-color: #333;
	color: #FFF;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/fondo_contacto_home.jpg);
	background-repeat: no-repeat;	
}
.slogan-home {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	line-height: 34px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
	text-shadow:6px 6px 10px rgba(0,0,0,1);
	margin-bottom: 60px;
	display: block;
}
.panel-contacto {
	background-color: rgba(0,0,0,.5);
	padding-top: 60px;
	padding-bottom: 60px;
}
.necesitas {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
	display: block;
}
.completar {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #FFF;
	display: block;
}
@media(min-width:992px) {
	.slogan-home {
		font-size: 46px;
		line-height: 50px;
	}
	.necesitas {
		font-size: 30px;
		line-height: 40px;
	}
	.completar {
		font-size: 18px;
		line-height: 28px;
	}
}
.formulario {
	margin-top: 36px;
}


.form-group {
    margin-bottom: 28px;
}

.form-group input,
.form-group textarea {
    padding: 16px;
}

.form-group input.form-control {
	height: auto;
	background-color: rgba(255,255,255,1);
	border-color:#ccc;
}

.form-group textarea.form-control {
	height: 216px;
	background-color: rgba(255,255,255,1);
	border-color:#ccc;
}

.form-control:focus {
    border-color: #f00 !important;
    box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 600 !important;
    color: #999 !important;
	font-size: 14px !important;
}

.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 600 !important;
    color: #999 !important;
	font-size: 14px !important;
	
}
.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 600 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.form-control:-ms-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 600 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.icono-btn-contacto {
	margin-left: 80px;	
}
/*!*/


/*! UBICACION */
#ubicacion {
	background-color: #fff;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
/*!*/

/*! PIE */
footer {
	padding-top: 100px;
	padding-bottom: 30px;
	text-align: center;
	background-color: #202020;
	color: #999;
}
footer a{
	color: #999;
}
footer a:hover, 
footer a:focus,
footer a:active, 
footer a.active {
	color: #fff;
}
.inst-pie {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	display: block;
}
.menu-pie {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 10px;
	display: block;
}
.menu-pie ul {
	padding-left: 0px;
	margin-top: 30px;
	font-size: 14px;
	list-style-type: none;
}
.menu-pie li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.contactos-pie {
	margin-bottom: 20px;
	display: block;
}
.contactos-pie ul {
	padding-left: 0px;
	margin-top: 20px;
	font-size: 14px;
	list-style-type: none;
	font-weight: 600;
}
.contactos-pie li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.face-pie {
	display: inline-block;
	margin-top: 10px;
	font-size: 48px !important;
	margin-right: 10px;
	margin-left: 10px;
}
.creditos {
	display: block;
	margin-top: 60px;
}
@media(min-width:992px) {
	.menu-pie li {
		display: inline-block;
		margin-right: 10px;
		margin-left: 10px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.menu-pie ul {
		padding-left: 0px;
		margin-top: 50px;
		font-size: 16px;
	}
	.contactos-pie ul {
		padding-left: 0px;
		margin-top: 20px;
		font-size: 16px;
	}
	.contactos-pie li {
		display: inline-block;
		margin-right: 10px;
		margin-left: 10px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
.subir {
	display: block;
}
.subir i {
	font-size: 24px;
	margin-top:50px;
}
/*!*/

/*! ENCABEZADO QUIENES */
#enc-quienes {
	background-color: #fff;
	color: #000;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/header_quienes.jpg);
	padding-top: 100px;
	padding-bottom: 60px;
	background-repeat: no-repeat;
}

#enc-quienes hr{
	margin-top: 3px;
	margin-bottom: 30px;
	border-width: 4px;
	border-color: #F00;
	max-width:60px;
}
#enc-quienes h1{
	margin-top: 0px;
	margin-bottom: 0px;
}
#filosofia-quienes {
	padding-top: 80px;	
}	
#filosofia-quienes hr{
	margin-top: 5px;
	margin-bottom: 0px;
	border-width: 4px;
	border-color: #F00;
	max-width:60px;
	margin-left: 0px;
}
.texto-filosofia {
	color: #666;
	display: block;
	margin-top: 30px;
	margin-bottom: 0px;
	text-align: justify;
}
@media(min-width:992px) {
	#enc-quienes {
		padding-top: 270px;
	}	
	#filosofia-quienes .row{
		display: table;
	}
	#filosofia-quienes .row [class*="col-"] {
		display: table-cell;
		float: none;
	}
}
/*!*/


/*! CURSOS */
#enc-cursos {
	background-color: #fff;
	color: #000;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/header_cursos.jpg);
	padding-top: 100px;
	padding-bottom: 60px;
	background-repeat: no-repeat;
	
}
#enc-cursos hr{
	margin-top: 3px;
	margin-bottom: 30px;
	border-width: 4px;
	border-color: #F00;
	max-width:60px;
}
#enc-cursos h1{
	margin-top: 0px;
	margin-bottom: 0px;
}
#lista-cursos {
	padding-top: 50px;	
}
#lista-cursos h4 {
	padding-top: 20px;
	padding-left: 10px;
	padding-right:10px;
}
.titulo-3 {
	font-family: 'Montserrat', san-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	color: #036;
	display: block;
	padding-bottom: 10px;
	text-transform: none !important;
}
.titulo-4 {
	font-family: 'Montserrat', san-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	color: #f00;
	display: block;
	padding-bottom: 10px;
}
.titulo-5 {
	font-family: 'Montserrat', san-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	color: #036;
	display: block;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}
.titulo-5n {
	font-family: 'Montserrat', san-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	color: #036;
	display: block;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}
@media(min-width:992px) {
	.titulo-3 {
		font-size: 30px;
		line-height: 36px;
	}
	.titulo-4 {
		font-size: 30px;
		line-height: 36px;
	}
	.titulo-5 {
		height: 3em;
	}
	.titulo-5n {
		height: 4em;
	}
}
@media(min-width:1200px) {
	.titulo-3 {
		font-size: 30px;
		line-height: 36px;
	}
	.titulo-4 {
		font-size: 30px;
		line-height: 36px;
	}
	.titulo-5 {
		height: 3em;
	}
	.titulo-5n {
		height: 3em;
	}
}
@media(min-width:992px) {
	#enc-cursos {
		padding-top: 240px;
	}	
}
#modalidades {
	padding-top: 70px;
	padding-bottom: 50px;
}
.panel-modalidad {
	padding: 30px;
}
#link-programa {
	background-color: #eee;
	padding-top: 70px;	
}
.btn-programa {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	background-color: #036;
	border-radius:44px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	margin-top: 20px;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 18px;
}
.btn-programa:hover,
.btn-programa:focus,
.btn-programa:active,
.btn-programa.active {
	background-color: #f00;
	box-shadow:none;
	color: #fff;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
#programa {
	padding-top: 40px;	
}
.titulo-modulo {
	font-family: 'Montserrat', san-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	color: #036;
	display: block;
	margin-top: 30px;
}
#detalle-modalidad {
	padding-top: 80px;
	padding-bottom: 80px;
}
#horarios {
	padding-top: 80px;
	background-color:#eee;
	padding-bottom: 80px;
}
#detalle-modalidad-gris {
	padding-top: 80px;
	background-color:#eee;
}
#detalle-modalidad li,
#horarios li {
	padding-bottom: 5px;	
}
@media(min-width:992px) {
	#detalle-modalidad .row,
	#detalle-modalidad-gris .row,	
	#horarios . row{
		display: table;
	}
	#detalle-modalidad .row [class*="col-"],
	#detalle-modalidad-gris .row [class*="col-"],	
	#horarios .row [class*="col-"] {
		display: table-cell;
		float: none;
	}
}
.texto-enc-modalidad {
	font-size: 21px;
	line-height: 21px;
	color: #000;
	display: block;
	margin-top: 20px;
}
.pm1 {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/pm1.jpg);
	height: 250px;
	margin-bottom: 30px;
	background-repeat: no-repeat;		
}
.pm2 {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/pm2.jpg);
	height: 250px;
	margin-bottom: 30px;	
	background-repeat: no-repeat;	
}
.pm3 {
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/pm3.jpg);
	height: 250px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
}
.gim {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/gim.jpg);
	height: 250px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
}
.pil {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/pil.jpg);
	height: 250px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
}
.yoga {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/yoga.jpg);
	height: 250px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
}
.bici {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/ciclismo.jpg);
	height: 250px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
}
.masaje {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/masaje.jpg);
	height: 250px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
}
.musc {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/musc.jpg);
	height: 250px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
}
.nutricion {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/nutricion.jpg);
	height: 250px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
}
.fitness {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/fitness.jpg);
	height: 250px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
}
.pf {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/pf.jpg);
	height: 250px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
}
.md {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/masaje_deportivo.jpg);
	height: 250px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
}
.pil2 {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/pilates2.jpg);
	height: 250px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
}
.perf {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/perfecc.jpg);
	height: 250px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
}
@media(min-width:768px) {
	.pm1 {
		height: 350px;	
	}
	.pm2 {
		height: 350px;			
	}
	.pm3,
	.gim,
	.pil,
	.yoga,
	.bici,
	.masaje,
	.musc,
	.nutricion,
	.fitness,
	.pf,
	.md,
	.pil2 {
		height: 350px;	
	}
}
.texto-izq {
	display: block;
	text-align: justify;
	}
@media(min-width:992px) {
	.pm1 {
		height: auto;	
		margin-bottom: 0px;		
		background-position: center left;
	}
	.pm2 {
		height: auto;	
		margin-bottom: 0px;					
	}
	.pm3,
	.gim,
	.pil,
	.yoga,
	.bici,
	.masaje,
	.musc,
	.nutricion,
	.fitness,
	.pf,
	.md,
	.pil2	 {
		height: auto;	
		margin-bottom: 0px;			
	}	
	.texto-izq {
	padding-right: 20px;
	display: block;
	text-align: justify;
	}
}
@media(min-width:1440px) {
	.pm1 {
		height: auto;	
		margin-bottom: 0px;	
		background-position: center center;	
	}
}
#prefooter-entrenador {
	padding-top: 70px;
	background-color: #eee;
	padding-bottom: 50px;
}
#prefooter-entrenador-blanco {
	padding-top: 70px;
	background-color: #fff;
	padding-bottom: 50px;
}
@media(min-width:768px) {
	#prefooter-entrenador,
	#prefooter-entrenador-blanco {
		padding-bottom: 120px;
	}
}
#prefooter-entrenador img,
#prefooter-entrenador-blanco img {
	padding-right: 35px;
	padding-left: 35px;	
}
.titulo-pfe,
.titulo-pfc {
	font-size: 18px;
	font-weight: 600;
	color: #036;
	display: block;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}
@media(min-width:768px) {
	.titulo-pfe {
		height: 88px;
	}
}
@media(min-width:992px) {
	.titulo-pfe {
		height: 66px;
	}
}
.icono-pfe {
	margin-left: 7px;
}
.btn-pfe {
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	background-color: #f00;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom:10px;
	padding-left: 10px;
	border-radius:34px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}
.btn-pfe:hover,
.btn-pfe:focus,
.btn-pfe:active,
.btn-pfe.active {
	background-color: #036;
	box-shadow:none;
	color: #fff;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.panel-pfe {
	display: block;
	margin-bottom: 30px;	
}
@media(min-width:768px) {
	.panel-pfe {
		margin-bottom: 0px;	
	}
}
#programa-gris {
	background-color: #eee;
	padding-top: 70px;
	padding-bottom: 50px;	
}
#programa-gris2 {
	background-color: #eee;
	padding-top: 30px;
	padding-bottom: 10px;	
}
#enc-gimnasia {
	background-color: #fff;
	color: #000;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/header_gimnasia.jpg);

	padding-bottom: 60px;
	background-repeat: no-repeat;
}
#enc-pilates {
	background-color: #fff;
	color: #000;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/header_pilates.jpg);

	padding-bottom: 60px;
	background-repeat: no-repeat;
}
#enc-yoga {
	background-color: #fff;
	color: #000;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/header_yoga.jpg);

	padding-bottom: 60px;
	background-repeat: no-repeat;
}
#enc-ciclismo {
	background-color: #fff;
	color: #000;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/header_bici.jpg);

	padding-bottom: 60px;
	background-repeat: no-repeat;
}
#enc-masaje {
	background-color: #fff;
	color: #000;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/header_masaje.jpg);

	padding-bottom: 60px;
	background-repeat: no-repeat;
}
#enc-musculacion {
	background-color: #fff;
	color: #000;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/header_musculacion.jpg);

	padding-bottom: 60px;
	background-repeat: no-repeat;
}
#enc-nutricion {
	background-color: #fff;
	color: #000;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/header_nutri.jpg);

	padding-bottom: 60px;
	background-repeat: no-repeat;
}
#enc-fitness {
	background-color: #fff;
	color: #000;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/header_fitness.jpg);

	padding-bottom: 60px;
	background-repeat: no-repeat;
}
#enc-pf {
	background-color: #fff;
	color: #000;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/header_pf.jpg);

	padding-bottom: 60px;
	background-repeat: no-repeat;
word-wrap: break-word;
}
#enc-masaje_deportivo {
	background-color: #fff;
	color: #000;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/header_masaje_deportivo.jpg);

	padding-bottom: 60px;
	background-repeat: no-repeat;
}
#enc-pilates2 {
	background-color: #fff;
	color: #000;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/header_pilates2.jpg);

	padding-bottom: 60px;
	background-repeat: no-repeat;
}
#enc-gimnasia hr,
#enc-pilates hr,
#enc-yoga hr,
#enc-ciclismo hr,
#enc-masaje hr,
#enc-musculacion hr,
#enc-nutricion hr,
#enc-fitness hr,
#enc-pf hr,
#enc-masaje_deportivo hr,
#enc-pilates2 hr {
	margin-top: 3px;
	margin-bottom: 30px;
	border-width: 4px;
	border-color: #F00;
	max-width:60px;
}
#enc-gimnasia h1,
#enc-pilates h1,
#enc-yoga h1,
#enc-ciclismo h1,
#enc-masaje h1,
#enc-musculacion h1,
#enc-nutricion h1,
#enc-fitness h1,
#enc-pf h1 ,
#enc-masaje_deportivo h1,
#enc-pilates2 h1  {
	margin-top: 0px;
	margin-bottom: 0px;
}
	#enc-gimnasia,
	#enc-pilates,
	#enc-yoga,
	#enc-ciclismo,
	#enc-masaje,
	#enc-musculacion,
	#enc-nutricion,
	#enc-fitness,
	#enc-pf,
	#enc-masaje_deportivo,
	#enc-pilates2,
	#enc-cursos,
	#enc-quienes		 {
		padding-top: 160px;
	}	
@media(min-width:768px) {
	#enc-gimnasia,
	#enc-pilates,
	#enc-yoga,
	#enc-ciclismo,
	#enc-masaje,
	#enc-musculacion,
	#enc-nutricion,
	#enc-fitness,
	#enc-pf,
	#enc-masaje_deportivo,
	#enc-pilates2,
	#enc-cursos,
	#enc-quienes		 {
		padding-top: 130px;
	}	
}
@media(min-width:992px) {
	#enc-gimnasia,
	#enc-pilates,
	#enc-yoga,
	#enc-ciclismo,
	#enc-masaje,
	#enc-musculacion,
	#enc-nutricion,
	#enc-fitness,
	#enc-pf,
	#enc-masaje_deportivo,
	#enc-pilates2,
	#enc-cursos,
	#enc-quienes		 {
		padding-top: 240px;
	}	
}
@media(min-width:1200px) {
	#enc-gimnasia,
	#enc-pilates,
	#enc-yoga,
	#enc-ciclismo,
	#enc-masaje,
	#enc-musculacion,
	#enc-nutricion,
	#enc-fitness,
	#enc-pf,
	#enc-masaje_deportivo,
	#enc-pilates2,
	#enc-cursos,
	#enc-quienes		 {
		padding-top: 270px;
	}	
}
/*!*/


/*! SEDES */
.titulo-6 {
	font-family: 'Montserrat', san-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #036;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
}
.lugar-sede {
	font-weight: 600;
	color: #036;	
}
#sedes {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 0px;
	padding-left: 0px;
}
@media(min-width:992px) {
	#sedes {
		padding-bottom: 90px;
	}
}
.panel-sede {
	display: block;
	margin-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
}

/*!*/



/* CONTACTO */
#contacto {
	padding-top: 70px;	
}
.completar2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #666;
	display: block;
}
@media(min-width:992px) {
	.completar2 {
		font-size: 18px;
		line-height: 28px;
	}
}
.dato-contacto {
	font-size: 18px;
	line-height: 22px;
	display: inline-block;
	margin: 10px;
	font-weight: 600;
}
.dato-contacto a {
	color: #036;
}
.dato-contacto a:hover,
.dato-contacto a:focus,
.dato-contacto a:active,
.dato-contacto a.active {
	color: #f00;
}
@media(min-width:768px) {
	.dato-contacto {
		font-size: 21px;
		line-height: 24px;
		display: inline-block;
		margin: 10px;	
	}	
}
.panel-ubi {
	display: inline-table;
	width: 220px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 13px;
	line-height: 16px;
	margin-top: 20px;
}
.panel-ubi i{
	color: #036;	
}
/*!*/

/*! agregados agosto 2019 MKT */
.wa {
	position: fixed;
	right: 10px;
	bottom: 10px;	
}
@media(min-width:768px) {
	.wa {
		position: fixed;
		right: 30px;
		bottom: 20px;	
	}
}
@media(min-width:992px) {
	.wa {
		position: fixed;
		right: 50px;
		bottom: 30px;	
	}
}





/*!*/

#reviews {
	padding-top: 70px;
	padding-bottom: 20px;	
}
#reviews-gris {
	padding-top: 70px;
	padding-bottom: 20px;
	background-color: #eee;
}
.stars {
	margin-bottom: 30px;	
}
#prefooter-entrenador .form-group input.form-control,
#prefooter-entrenador .form-group textarea.form-control {
		background-color: rgba(255,255,255,1) !important;
		border-color:#bbb;
}
.aviso {
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	 background-image: linear-gradient(to right, #f00, #069);
	display: block;
	padding: 10px;
	margin-bottom: 0px;
	text-transform: ;
			-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
}
@media(min-width:992px) {
	.aviso {
		font-size: 16px;
		font-weight: 400;
		color: #FFF;
		background-image: linear-gradient(to right, #f00, #069);
		display: block;
		margin-bottom: 0px;
		text-transform: ;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
		padding-top: 10px;
		padding-right: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
	}
	.navbar-default.navbar-shrink .aviso {
		font-size: 14px;
		padding-top: 7px;
		padding-right: 15px;
		padding-bottom: 10px;
		padding-left: 15px;
		margin-bottom: 0px;
	}
}
@media(min-width:1200px) {
	.aviso {
		font-size: 19px;
		font-weight: 400;
		color: #FFF;
		background-image: linear-gradient(to right, #f00, #069);
		display: block;
		margin-bottom: 0px;
		text-transform: ;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
		padding-top: 10px;
		padding-right: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
	}
}
.esp20 {
	margin-top: 20px !important;	
}
.g-recaptcha {
	float: none !important;
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: center !important;
}
/* MODAL VIDEO EP */
.portfolio-modal .modal-content {
	padding: 20px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: rgba(255,255,255,.8);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
	border-radius: 6px;
	margin-top: 20px;
}
.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .6;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 5px;
    height: 25px;
    margin-left: 25px;
    background-color: #c00;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 5px;
    height: 25px;
    background-color: #c00;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btn-cerrar {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	background-color: #f00;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom:6px;
	padding-left: 9px;
	border-radius:44px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 30px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	cursor: pointer;
}
.btn-cerrar:hover,
.btn-cerrar:focus,
.btn-cerrar:active,
.btn-cerrar.active {
	background-color: #fff;
	box-shadow:none;
	color: #000;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
/*!*/


/*! Agregados DIC 21 */
.e30r {
	margin-top: 50px;
}


.e30 {
	margin-top: 30px;
}
@media(min-width:992px) {
	.e30 {
		margin-top: 20px;
	}
}
@media(min-width:1200px) {
	.e30 {
		margin-top: 30px;
	}
}
.btn-wa {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	background-color: #28a71a;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom:12px;
	padding-left: 12px;
	border-radius:44px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 20px;
	font-family: 'Montserrat', sans-serif;
}
.btn-wa:hover,
.btn-wa:focus,
.btn-wa:active,
.btn-wa.active {
	background-color: #007700;
	box-shadow:none;
	color: #fff;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.titulo-p {
	font-family: 'Montserrat', san-serif;
	font-size: 21px;
	line-height: 23px;
	font-weight: 400;
	color: #036;
	display: block;
	padding-bottom: 10px;
	text-transform: none !important;
}
/*!*/

/* AGREGADOS */
#acceso-nuevo {
	background-color: #eee;
	position: fixed;
	top: 0px;
	z-index: 2500;
	width: 100%;
	height: 50px;
}
#acceso-nuevo input {
	height: 40px !important;
	background-color: #fff !important;
	color: #666 !important;
	border-radius: 50px !important;
}
#acceso-nuevo .navbar-form {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
#acceso-nuevo .btn {
	border-radius: 50px !important;
	height: 40px !important;
	padding: 0px 24px !important;
}
#acceso-nuevo .btn-default {
	color: #fff !important;
	border: none !important;
	background-color: #c00 !important;
}
#acceso-nuevo-mobile {
	padding-left: 15px;
	padding-right: 15px;
}
#acceso-nuevo-mobile .navbar-form {
	border-color: #fff !important;
}
#acceso-nuevo-mobile input {
	height: 50px !important;
	background-color: #fff !important;
	color: #666 !important;
	border-radius: 50px !important;
	margin-bottom: 10px !important;
}
#acceso-nuevo-mobile .btn {
	border-radius: 50px !important;
	height: 50px !important;
	padding: 0px 36px !important;
}
#acceso-nuevo-mobile .btn-default {
	color: #fff !important;
	border: none !important;
	background-color: #c00 !important;
}
#acceso-nuevo-mobile .navbar-text {
	padding-left: 15px !important;
}
/* 
@media(min-width:992px) {
	#botonera-top {
		margin-top: 50px;
	}
} */