* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style-type: none;
  color: inherit;
}
body {
  background-color: rgba(216, 216, 216, 1.00);
}
img {
  max-width: 100%;
  height: auto;
}
/* NAVEGADOR */
nav {
  height: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12pt;
  padding: 0 15px;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: black;
  color: white;
  box-sizing: content-box;
}
#logo {
  height: 100%;
  margin-right: 10px;
}
#logo img {
  width: 40px;
  margin-top: 10px;
}
#burger {
  display: none;
  width: 40px;
  height: 40px;
  background-color: white;
  cursor: pointer;
  z-index: 100;
}
div#burger img {
  position: relative;
  top: 5px;
  bottom: 5px;
}
#navCont {
  display: inherit;
}
#botonera {
  display: inherit;
  z-index: 100;
}
.navBtn {
  padding: 10px 10px;
  cursor: pointer;
  transition: all linear 0.25s;
  -moz-transition: all linear 0.25s;
  -webkit-transition: all linear 0.25s;
  -ms-transition: all linear 0.25s;
}
.navBtn:hover {
  background-color: azure;
  color: black;
}
main {
  padding-top: 40px;
}
/* Hs */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 2.5em;
}
/* Bienvenida */
header {
  padding: 0 20%;
  height: auto;
  min-height: auto;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.imgCont1 {
  width: 100%;
  min-height: inherit;
  max-height: 700px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: row;
}
header img, #DeportesS .imgCont1 img, #NoticiasS .imgCont1 img  {
  align-self: center;
  min-width: 100%;
  height: inherit;
}
#DeportesS section {
	text-align: center;
}
#DeportesS .imgCont1, #DeportesS .imgCont1 img  {
	max-height:400px;
	margin:20px 0;
	transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
}
#DeportesS .imgCont1:hover,#DeportesS section a h4:hover {
	opacity:0.8;
}
#DeportesS section a h4 {
	background-color:black;
	color:white;
	padding:20px 40px;
	transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
}
.headerText {
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 10pt;
  padding: 10px 20px;
  color: white;
  z-index: 2;
}
/* Secciones */
section {
  padding: 20px 20vw;
}
/* Separador */
.Separador {
  background-color: black;
  min-height: 2em;
  padding: 2em 0;
  display: flex;
	text-align: center;
  align-items: center;
  flex-direction: column;
  box-sizing: content-box;
  color: white;
}
/* Noticias */
#Noticias {
  background-color: rgba(216, 216, 216, 1.00);
}
.Nota {
  background-color: white;
  display: flex;
  flex-direction: row;
  min-height: 270px;
}
.imgCont2 {
  width: 50%;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
	background-size: cover;
}
.imgCont2 img {
  min-width: 100%;
	height:100%;
}
.NotaText {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
/* Texto Notas */
.Dep {
  font-weight: 600;
  color: red;
}
.Fecha, .VerMas {
  font-weight: 500;
  color: rgba(160, 160, 160, 1.00);
}
.Articulo {
	font-size:1em;
}
.VerMas:hover {
  color: rgba(50, 50, 50, 1);
  transition: all linear 0.25s;
  -moz-transition: all linear 0.25s;
  -webkit-transition: all linear 0.25s;
  -ms-transition: all linear 0.25s;
}
.Titulo {
  font-weight: 700;
  font-size: 3em;
  line-height: 0.9em;
  margin: 10px 0;
}
/* Separadores Deportes */
#SepDeportes {
  background-color: rgba(241, 161, 0, 1.00);
}
/* DEPORTES */
#Deportes {
  display: flex;
  flex-direction: row;
}
.Deporte {
  width: 50%;
}
.imgCont3 {
  width: 100%;
}
/* CLASES */
.Dep {
  display: flex;
  flex-wrap: wrap;
  color: black;
}
.Dep h3 {
  display: inline-block;
  margin: 10px 0;
  padding: 5px 10px;
  color: white;
}
#Basquet .Dep h3 {
  background-color: blue;
}
#Boxeo .Dep h3 {
  background-color: green;
}
#Futbol .Dep h3 {
  background-color: rebeccapurple;
}
#Gimnasio .Dep h3 {
  background-color: mediumpurple;
}
#Patin .Dep h3 {
  background-color: magenta;
}
#Taekwondo .Dep h3 {
  background-color: goldenrod;
}
#Voley .Dep h3 {
  background-color: darkmagenta;
}
.boton a {
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin: 10px 0;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
	transition:all linear 0.2s;
	-moz-transition:all linear 0.2s;
	-webkit-transition:all linear 0.2s;
	-o-transition:all linear 0.2s;
	-ms-transition:all linear 0.2s;
	opacity:0.7;
}
.boton a:hover {
	opacity:1;
}
#Basquet .boton a {
  background-color: blue;
}
#Boxeo .boton a {
  background-color: green;
}
#Futbol .boton a {
  background-color: rebeccapurple;
}
#Gimnasio .boton a {
  background-color: mediumpurple;
}
#Patin .boton a {
  background-color: magenta;
}
#Taekwondo .boton a {
  background-color: goldenrod;
}
#Voley .boton a {
  background-color: darkmagenta;
}


/* CONTACTO */
#introContacto {
  padding: 20px 20%;
  color: white;
  background-position: center;
}
#introContacto h3, #introContacto h4 {
  font-size: 1.8em;
}
#introContacto h3 {
  font-weight: 400;
}
#Contacto form {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
#Contacto label, #Contacto input {
  display: blocK;
  margin: 5px 0;
  font-size: 1.5em;
  transition: all linear 0.25s;
  -moz-transition: all linear 0.25s;
  -webkit-transition: all linear 0.25s;
  -ms-transition: all linear 0.25s;
}
#Contacto label {
  font-weight: 700;
}
#Contacto input {
  border-radius: 20px;
  background-color: rgba(1, 1, 1, 0.05);
  border-style: none;
  padding: 5px 10px;
}
#Contacto button {
  margin-top: 20px;
  border-radius: 20px;
  background-color: rgba(1, 1, 1, 0.05);
  border-style: none;
  padding: 10px 15px;
  cursor: pointer;
  transition: all linear 0.25s;
  -moz-transition: all linear 0.25s;
  -webkit-transition: all linear 0.25s;
  -ms-transition: all linear 0.25s;
}
#Contacto button:hover {
  background-color: black;
  color: white;
}

#Galeria h3 {
	text-align: center;
	display:block;
}
/* CARRUSEL */
hr {
	margin:20px 0;
}
.glide {
	overflow:hidden;
	height:auto;
}
.glide__track {
	flex-direction: row;
	align-items: center;
	height:auto;
	overflow:hidden;
}
.glide__slides {
	height:auto;
}
.glide__slide {
	max-height:400px;
	overflow: hidden;
}
.glide img {
	position:relative;
	width:100%;
}

/* LANDING */

#fondoinicio {
  background-image: url(../img/inicio.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-position: center;
	display:flex;
	flex-direction: column;
}
#fondoinicio div {
	background-image:linear-gradient(180deg, rgba(68,68,68,1) 0%, rgba(255,0,0,1) 70%);
	border-radius:60px;
	width: 400px;
	padding:40px;
	display:flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	align-self:center;
	
	margin:auto 0;
}
#fondoinicio img {
	height:250px;
}
#fondoinicio a {
	background-color:black;
	padding:20px 40px;
	color:white;
	border-radius:50px;
	margin-top:40px;
	transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
#fondoinicio a:hover {
	color:black;
	background-color:white;
}
#fondoinicio h1 {
	font-size:4em;
	line-height: 1em;
	margin-top:0px;
}
#fondoinicio h2 {
	font-size:2em;
	margin-top:40px;
}
#fondoinicio h3 {
	font-size:1.5em;
	line-height: 1em;
	margin-top:40px;
}
#fondoinicio h1, #fondoinicio h2, #fondoinicio h3 {
	display:inline;
}
/*CALENDAR*/
#calendar {
	font-family:"Montserrat";
}
#Calendario img{
	width:100%;
}
/* FOOTER */
footer {
  background-color: black;
  color: white;
  padding: 20px;
}
@media (max-width: 1024px) {
  /* HEADER */
  header {}
  /* SECCIONES */
  section {
    padding: 20px;
  }
  /* NAVEGADOR */
  nav {
    font-size: 10pt;
    padding: 0 15px;
    box-sizing: border-box;
    background-color: black;
    color: black;
  }
  #navCont {
    position: absolute;
    right: 0;
    top: 0;
  }
  #burger {
    display: inline;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
  }
  #burger img {
    width: 30px;
    height: 30px;
  }
  #botonera {
    display: none;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    padding: 40px 0 0 0;
    background-color: white;
  }
  .navBtn {
    position: relative;
    top: 0px;
    font-size: 14pt;
  }
  .navBtn :hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  /* HEADER */
  header {
    padding: 0;
  }
  /* NOTICIAS */
  #Noticias {
    padding: 0;
  }
  .Nota {
    min-height: 200px;
  }
  .imgCont2 {
    height: inherit;
  }
  .Titulo {
    font-size: 16pt;
  }
  /* DEPORTES */
  #Deportes {
    flex-direction: column;
  }
  .Deporte {
    width: 100%;
  }
  .Deporte h2 {
    text-align: center;
  }
  /* CLASES */
  h3 {
    font-size: 18pt;
  }
  .clasesDia {
    width: 50%;
  }
/*LANDING */
	#fondoinicio div {
		width:330px;
	}
  /* FOOTER */
  footer {
    font-size: 10pt;
  }
  #footBox div {
    margin-right: 10px;
  }
}
@media (max-width: 375px) {
	.imgCont2 {
		display:none;
	}	
	.NotaText{
		width:100%;
	}
}