@charset "utf-8";
/* CSS Document */


@font-face {
  font-family: 'Fuente';
  src: URL('..//fonts/Esphimere Light.otf') format('truetype');
}

@font-face {
  font-family: 'Fuente-Bold';
  src: URL('..//fonts/Esphimere.otf') format('truetype');
}

.header-title {
	background-color: black;
	color: white;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:  1%;
	padding-right:  1%;
}

.fueron {
background-color: lightgray;
margin-bottom: 0px;
}

.borde-inferior {
	text-align: center;
	border-bottom: solid 1px black;
	margin-bottom: 4%;
}

.centro 
{
	font-size: 7rem;
}

.entrenamiento {
	font-size: 4rem;
}

strong {
    font-family: 'Fuente-Bold';
}

.texto-h3 {
	font-size: 1.4rem;
}

.separated {
	letter-spacing: 0.2rem;
	font-weight: bold;
}

.buttonactive{
 background-color: teal;
 background-color:black;
 background-color: #333;
	color: white;
	background-color: white;
	background-color: #CFFF00;
	color: black;
}

* {
		font-family: "Fuente", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
	}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

a {
	color:white;
}

.header-image {
	padding-top: 3%;
}

.pie {
	background-color: #333;
	background-color:black;
	clear: both;
	color: white;
	display: block;
	width: 96%;
	padding: 2%;
}

.logo-pie {
	float: left;
}

.footer-left{
	float:left;	
	width: 35%;
}

.footer-right{
	float:right;
	width: 65%;
	 vertical-align: bottom;
	text-align: right;
}

.menu-top {
	margin-top: 0px;
	position:fixed;
	z-index:9999;
	box-shadow: 3px 3px 15px 3px #00000050;
	 overflow: hidden;
}

body {
 margin: 0px;
}

header {
	background-color: white;
}

.main-comtent {
	padding-top: 5%;
	padding-bottom: 3%;

	background-color: greenyellow;
	background-color: white;
	position: relative;
	padding-bottom: 100px; /* height of your footer */
}

.main-comtent-index {
	background-color: red;
	padding-top: 0%;
	padding-bottom: 3%;
}

.part {
	font-size: 1.4rem;
	line-height: 1.6;
	padding-left: 2%;
	padding-right: 2%;

	padding-top: 3%;
	padding-bottom: 1%;
}

.part-contacto {
	line-height: 1.6;
	padding-left: 2%;
	padding-right: 2%;
	background-color: palevioletred;
	background-color: white;
	padding-top: 3%;
	padding-bottom: 1%;
}

.part-index {
	font-size: 1.4rem;
	line-height: 1.6;
	padding-left: 2%;
	padding-right: 2%;
	background-color: palevioletred;
	background-color: white;
}

.aside-left {
	float:left;
	width: 42%;
	padding-left: 3%;
	padding-right: 3%;
	
}

.aside-right {
	float:right;
	width: 42%;
	padding-left: 3%;
	padding-right: 3%;
}

.aside-right-entrenador {
	float:right;
	width: 42%;
	padding-top: 2%;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #F3EFD4;
}

.white-border {
	padding-top: 2%;
	border: solid 1px gray;
}

.aside-right-image {
	float:right;
	width: 42%;
	padding-left: 1.5%;
	padding-right: 3%;
}

.aside-all {
	float:left;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 3%;
	background-color:lightgray;
	background-color: white;
	background-color: #F3EFD4;
}

.aside-all-services {
	float:left;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #F3EFD4;
	padding-top: 5%;
	padding-bottom: 5%;
}

.center_image {
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.part-detras {
	padding-top: 5%;
	line-height: 1.6;
	display: flex;
	justify-content: space-around;
}

.part-testimonios {
	padding-top: 1%;
	line-height: 1.6;
	display: flex;
	justify-content: space-around;
}

.part-testimonios-apaisados {
	padding-top: 1%;
	line-height: 1.6;
}

.part-a { }
.part-b { }

.navigation-bar {
	position: fixed;
	display: flex;
	justify-content: space-between;

	z-index:9999;
	width:  100%;
	/*max-width:  974px;*/
	margin-left: auto;
	margin-right: auto;
	 background-color: #333;
	 background-color: black;
	box-shadow: 3px 3px 15px 3px #00000050;
	
}

/* Navbar container */
.navbar {
	display: flex;
  overflow: hidden;
  background-color: #333;
  background-color: black;
  font-family: 'Fuente';
	
}

/* Links inside the navbar */
.navbar a {

  float: left;
  
  
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}


	.menu-top {
	
	z-index:9999;
	width:  100%;
	/*max-width:  974px;*/
	margin-left: auto;
	margin-right: auto;
	 background-color: #333;
	 background-color: black;
	box-shadow: 3px 3px 15px 3px #00000050;
}
	
.menu-lista {
	font-size: 18px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.menu-item {
  float: left;
   background-color: #333;
   background-color: black;
	
}

.menu-item a, .dropbtn {
  display: inline-block;
 
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.menu-item a:hover, .dropdown:hover .dropbtn {
	
  background-color: indianred;
}

.menu-item.dropdown {
  display: inline-block;
}
	
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
   
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
  background-color: #333;
 
 color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
	border-bottom: solid;
	border-width: thin;
	border-color: #ddd;
}

.dropdown-content a:hover {
  background-color: #ddd;
	 color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.testimonio-cita {
	padding-left: 50%;
	text-align: right;
}

.testimonio-image-text {
	font-family: "Fuente", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
	text-align: center;
}

@media  screen and (max-width : 1023px)
{
	.footer-text {
		font-size: 3.4rem;
	}
	
	.footer-left{
	text-align: center;
	width: 100%;
}

.footer-right{
	float:right;
	width: 100%;
	 vertical-align: bottom;
	text-align: center;
}
	
	.header-image {
		margin-top: 3%;
	padding-bottom: 3%;
}
	
	
	header {
	font-size: 2em;
}
	
	.main-comtent {
	padding-top: 0%;
	padding-bottom: 3%;
}
	
.menu-lista {
background-color: white;
	font-size: 4rem;
  list-style-type: none;
  margin: 0;
  padding-top: 20px;;
		padding-bottom: 20px;
  overflow: hidden;
}
	
	.menu-item {
padding-top: 14px;;
		padding-bottom: 14px;
  float: left;
	width: 100%;
	text-align: center;

}
	
	.menu-item a, .dropbtn {
	width: 100%;
  display: inline-block;

  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.menu-item a:hover, .dropdown:hover .dropbtn {
	width: 100%;
	color: white;
  background-color: red;
  background-color: #333;
  background-color: black;
  color: white;
}

.menu-item.dropdown {
  display: inline-block;
}
	
.navigation-bar {
	position: relative;
	display: flex;
	z-index:9999;
	width:  100%;
	/*max-width:  974px;*/
	margin-left: auto;
	margin-right: auto;
	 background-color: #333;
	box-shadow: 3px 3px 15px 3px #00000050;
	font-size:  4em;
}

/* Navbar container */
.navbar {
	
  overflow: hidden;
  background-color: #333;
  font-family: 'Fuente';
	display: flex;
}
	
h3 {
	font-size: 3.4em;
}

	.part {
	font-size: 3.5rem;
	line-height: 1.6;
	padding-left: 3%;
	padding-right: 3%;
}
	
	.part-index {
	font-size: 3.5rem;
	line-height: 1.6;
	padding-left: 3%;
	padding-right: 3%;
}
	
	.part-detras {
		display: block;
	padding-top: 0%;
	line-height: 1.6;
	padding-left: 3%;
	padding-right: 3%;
	
}
	.aside-left {
	
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
		padding-top: 3%;
	padding-bottom: 3%;
}

.aside-right {
	
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 3%;
	padding-bottom: 3%;
}


.aside-right-entrenador {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 3%;
	padding-bottom: 3%;
}

	
	.aside-right-image {
	
	width: 96%;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 3%;
	padding-bottom: 10%;
}
	
	.aside-all {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 3%;
}
	
	.center_image {
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
	
	.texto-h3 {
		font-size: 3.5rem;
	}
	
	.parrafo-h3 {
		font-size: 3.5rem;
	}
	
	.texto-h1 {
		font-size: 5.5rem;
	}
	
	.testimonio-image-text {
		font-size: 3rem;
	font-family: "Fuente", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
	text-align: center;
}
	.testimonio-cita {
		font-size: 4.5rem;
		padding-left: 25%;
		padding-right: 3%;
		text-align: right;
	}
	.header-image {
	padding: 0%;
}
	.dropdown {
  width: 100%;
  overflow: hidden;
}
	.dropdown-content {
		width: 100%;
	}
	
	.dropdown-content a {
  text-align: center;
	border-bottom: solid;
	border-width: thin;
	border-color: #aaa;
}

	.pie{
		padding-top: 4%;
			padding-bottom: 4%;
	}

	.separated {
		font-size: 4.5rem;
	}
}

@media screen and (max-width : 599px) {

}

 /*TABLET PORTRAIT ONLY (ojo he subido de 899 a 912*/
 @media (min-width: 600px) and (max-width: 912px) {

 }

  /*TABLET LANDSCAPE ONLY*/
  @media (min-width: 913px) and (max-width: 1024px) {
	
  }

   /*TABLETs*/
 @media (min-width: 600px) and (max-width: 1024px) {

 }
