* {
	margin:0;
	padding: 0px 0px 0px 0px;
	scroll-behavior: smooth;

}
.MENU a {
	margin: 1vh;
	font-size: 18px;
}

.Titulo a {
	font-family: 'Alfa Slab One', cursive;
	color: #59595A;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 24px;

}
.Comisiondirectiva h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 45px;
	text-align: center;
	margin-top: 10vh;
	margin-bottom: 5vh;
}

.Separador {

	margin-top: 9vh;

}
.box-Vicion {
	padding: 0px 0px 0px 0px;
	margin: 15vh;

}
.box-Vicion p {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 28px;
}
.box-dire {

	padding: 0px 0px 0px 0px;
	background-color: #F9F9F9;

}
.directiva {

	margin-top: 5vh;
	margin-bottom: 10vh;
	margin: 3vh;
}


.directiva h3 {
	font-family: 'Montserrat', sans-serif;
	text-align: center;

}
.directiva h4 {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}
.directiva img {
	display: block;
	margin: auto;
	width: 250px;
	height: 250px;
}
.Dojos {
	background: url('../IMG/generales/Kanji.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

}

.Dojos h1 {
	font-family: 'Fredoka One', cursive;
	margin-bottom: 8vh;
	text-align: center;
	color: #D20000;
}
.Dojos span {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	color: #0F24DA;
}
.Dojos p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #5F5F5F;
}
.box-Contacto {
	margin-top: 10px;
	padding: 0px 0px 0px 0px;
	background-color: #313134;

}
.box-Contacto p {
	letter-spacing: 2px;
	font-size: 18px;
	color: #C4C4CB;
	text-align: center;
	margin: 6vh;
}


.box-Contacto h2 {

	letter-spacing: 1px;
	color: #C4C4CB;
	text-align: center;
	margin: 4vh;
}


.box-Contacto2 {
	background-color: #1C1C1D;
}
.box-Contacto2 p {
	margin: 1vh;
	color: #DEDEE2;
	text-align: center;
}

/*Boton*/
:root{
  --pink: #EF3C82;
  --white: white;
  --black: black;

}



.btn-Descarga.Box-descarga {
  background-color: var(--pink);
  border-color: var(--pink);
  color: var(--white);
}
.Box-descarga {
	margin-top: 5vh;
	margin-bottom: 5vh;
}
.Box-descarga a {
	position: relative;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	letter-spacing: 4px;
	font-family: 'Rubik', sans-serif;
	color: #fff;
}
.btn-Descarga.Efect:hover{
  background-color: transparent;
  color: var(--black);
}
.btn-ghost.Efect:active{
  box-shadow: inset 0 0 20px var(--black);
}
.btn-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }


.btn-Descarga {
  position: relative;
  display: inline-block;
  border: 2px solid black;
  padding: 16px 70px;
  color: var(--black);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--black);
  transition: color 0.5s, background 0.5s;
  margin-left: ;
  margin-bottom: 15px;
  font-size: 1em;
  min-width: 140px;
  text-align: center;
}




@media screen and (max-width: 1215px) {

	.Titulo a {
		font-size: 18px;
	}

	.MENU a {
		margin: 0.2vh;
		font-size: 15px;
	}

}

@media screen and (max-width: 1065px) {
		.Titulo a {
			font-size: 12px;
			}
		.MENU a {
			margin: 0;
			font-size: 12px;
			}
		.Titulo img {
			height: 8vh;
			}
		.box-Vicion h2 {
			font-size: 35px;
		}
		.box-Vicion p {
			font-size: 20px;
		}
		.directiva img {
			
			width: 200px;
			height: 200px;
	}
		.directiva {
			margin-top: 3vh;
			margin-bottom: 6vh;
			margin: 2vh;
	}
		.directiva h3 {
			font-size: 20px;
		}
		.directiva h4 {
			font-size: 16px;
		}
		.Dojos h1 {
			font-size: 5vh;
		}
		.Dojos span {
			font-size: 24px;
		}


}	

@media screen and (max-width: 500px) {

	.box-Vicion {
		margin: 5vh;
		}
	.box-dire h2 {
		font-size: 35px;
	}
	.box-Contacto2 p {
		font-size: 10px;
	}

}