@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
@import url('https://fonts.googleapis.com/css?family=Raleway');

/*#00 - Core#*/

body {
	background: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	margin: 0;
}

header {
	background: #2798F5;
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 100;
}
main{
	padding-top:80px;
}

img {
	max-width: 100%;
	height: auto;
}

/*#00 - Core/a) Navigacion#*/
.navbar {
	padding:0;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	display: inline-block;
	line-height: 78px;
}

#menu ul li a {
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #fff;
	font-size: 1.25em;
	transition: all 0.8s;
}

nav ul li .logo {
	background-image: none;
}

#menu ul li a:hover {
	background: #fff;
	color: black;
}

.logo img {
	max-height: 90px;
	padding-left: 10%;
	padding-top: 10px;

}
.navbar-dark .navbar-toggler:hover {
	border:white 1px solid;
	color: white;
	transition: all 0.3s ease;
}



/*#01 - Inicio#*/

/*#01 - Inicio/a)Nosotros#*/
.slide-title{
	min-height:50vh;
	padding:30px;
	color:white;
	font-size: 3em;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	position: relative;
}

.slide-title div{
	position:absolute;
	top: 25%;
	bottom:25%;
	left: 25%;
	right: 25%;
}

.bold{
	font-weight: bold;
}
.lemon {
	background-size: cover;
	background-image: url(/images/inicio/JKA2NACIONALBN.jpg);
	/*editar imagen*/
	background-origin: content-box;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 20px;
	overflow: hidden;
	min-height: 100vh;

	 -webkit-animation: fadein 2s;
	 /* Safari, Chrome and Opera > 12.1 */
	 -moz-animation: fadein 2s;
	 /* Firefox < 16 */
	 -ms-animation: fadein 2s;
	 /* Internet Explorer */
	 -o-animation: fadein 2s;
	 /* Opera < 12.1 */
	 animation: fadein 2s;
}

.jka-des{
	margin-top:25vh;
	background-color: rgba(200, 200, 200, .7);
}

.btn-us {
	text-align: center;
	margin: 0 auto;
	display: block;
	background: black;
}

/*#01 - Inicio/b)Servicios#*/
.sec-title{
	padding-top:40px;
}
.card {
	margin-bottom: 30px;
	transition:all 0.8s ease;
}

.card .card-img{
	overflow: hidden;
}

.card img {
	min-height: 335px;
	transition:all 0.8s ease;
}

.card img:hover,
.card img:focus {
	background: #fff;
	box-shadow: 0px 2px 10px 5px #999;
}

.card:hover img {
	transform: scale(1.2);
}

.btn-card {
	text-align: center;
	padding:20px;
	margin: 0 auto;
	display: block;
	background: #990C0C;
	border:1px #c00 solid;
	transition: all 0.8s ease;
}

.btn-card:hover,
.btn-card:focus{
	background:white;
	color:black;
}

/*#01 - Inicio/c)Frase#*/

.frase {
	background: #000;
	margin: 0;
	padding: 60px 20px;
	color: #fff;
}

.frase p {
	text-align: center;
	font-family: 'Raleway', sans-serif;
}

hr {
	width: 60%;
	border: none;
	height: 2px;
	background-image: -linear-gradient(left, #000, #C00, #000);
	background-image: -webkit-linear-gradient(left, #000, #C00, #000);
}


.lemon2 {
	background-size: cover;
	background-image: url(../images/dojo-kun1.jpg);
	background-origin: content-box;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 20px;
	overflow: hidden;
}

.texto {
	float: right;
	width: 35%;
	padding-right: 10%;
	margin-left: 5%;
	color: #FFF;
	text-shadow: #333;

}


.texto2 {
	float: left;
	width: 35%;
	padding-right: 10%;
	margin-left: 5%;
	text-shadow: #333;

}

.video2 {
	float: right;
	padding-left: 10%;
	margin-right: 5%;
	width: 35%;
	color: #fff;
}


.formatos button {
	background-image: -linear-gradient(top, #980307, #980307);
	background-image: -webkit-linear-gradient(top, #980307, #f00, #980307);
	border: none;
	border-radius: 30px;
	padding: 10px;
	color: #fff;
	cursor: pointer;
}

.formatos button:hover {
	box-shadow: 5px 5px 8px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
}


.frase h3 {
	color: #999;
	text-transform: uppercase;
}

iframe {
	width: 100%;

}

.contact {
	width: 100%;
	min-height:50vh;
	margin: 0 auto;
	overflow: hidden;
}

/*#01 - Inicio/d)Contacto#*/
input {
	margin-bottom: 8px;
}

label {
	display: block;
}

textarea {
	min-width: 330px;
}


/*#01 - Inicio/e)Pie#*/
footer {
	background: black;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #FFF;
	overflow: hidden;
}

.main-footer{
	min-height:25vh;
	padding: 40px 0;
}

footer .avisos {
	float: right;
}

footer a {
	color: #FFF;
}

footer a:hover,
footer a:focus{
	color:white;
	text-decoration: underline;
}

footer .social a:hover,
footer .social a:focus {
	color: #990C0C;
	text-decoration: none;
}

footer img {
	max-width: 25px;
}


/*#Slide#*/
.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	background: rgba(0, 0, 0, 0.05)
}

.ss-next,
.ss-prev {
	color: white;
	font-size: 48px;
}

.slides-pagination a {
	border: 2px solid white;
	width: 20px;
	height: 20px;
	border-radius: 20px;
}

.slides-pagination .current {
	background: white;
}

.ss-next:hover,
.ss-prev:hover,
.ss-next:focus,
.ss-prev:focus {
	color: white;
	opacity: 0.9;
}

.slide-ti {
	color: white;
	width: 100%;
	position: absolute;
	top: 70%;
	z-index: 5;
	text-align: center;
}

.slide-ti h1 {
	font-family: "Montserrat";
    
	font-size: 4em;
	text-transform: uppercase;
	font-weight: 100;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	letter-spacing: 7px;
}

.slide-ti p {
	font-size: 2.5em;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	letter-spacing: 7px;
}


.slidesjs-next,
.slidesjs-previous,
.slidesjs-pagination {
	display: none;

}

.mapa iframe {
	width: 60%;
	margin: 0 auto;
}

.mapa {
	text-align: center
}


/*#Filosofia#*/
.up{
	text-transform: uppercase;
}
.display-5 {
	font-size: 2rem;
	font-weight: bold;
}
.section-black{
	border-top:10px solid black;
	border-bottom:10px solid black;
	background: rgba(0, 0, 0, 0.3);
	padding-bottom:40px;
}

.bushido-list{
	color:#c00;
	font-weight: bold;
}

.section-dark{
	background:black;
	color:white;
	padding-bottom:40px;
}

.section-dark ol{
	font-size: 1.5em;
}

.section-dark ol li{
	padding: 10px 0;
}

.jap{
	font-style: italic;
	color: #999999;
}

.dojokun li{
	font-size: 1.25em;
	font-weight: 900;
	padding:10px 0;
}

.directorio {
	width: 40%;
	margin: 0 auto;
	padding-top: 3%;
}


.slidesfilosofia {
	padding-top: 19px;
}

.niños {
	width: 80%;
	margin: 3% auto;
}

.texto {
	text-decoration: blink;
}


/*#xx - Loader#*/
.loader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: white;
}

.inner,
.inner:before,
.inner:after {
	background: rgb(0, 0, 0);
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 4em
}

.inner {
	color: black;
	margin: 50vh auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

.inner div {
	position: absolute;
	top: -125px;
	left: -45px;
	font-size: 27px;
}

.inner:before,
.inner:after {
	position: absolute;
	top: 0;
	content: ''
}

.inner:before {
	left: -1.5em;
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

.inner:after {
	left: 1.5em
}

/*#Katas*/
table#kt {
	background: white;
}
@media screen and (max-width:480px) {

	/*para adaptar a celular*/
	.contenedor {
		width: 100%;
	}

	
}

@media screen and (max-width:668px){
	.jka-des {
		margin-top: 5vh;
	}
	.card img {
		min-height: 120px;
	}
	.display-1,.display-2 {
		font-size: 3.5rem;
	}
	textarea{
		min-width: 330px;
	}
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Internet Explorer */
@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes load1 {

	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em
	}

	40% {
		box-shadow: 0 -2em;
		height: 5em
	}
}

@keyframes load1 {

	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em
	}

	40% {
		box-shadow: 0 -2em;
		height: 5em
	}
}
/* ============================= */
/* ====== FIX RESPONSIVE ====== */
/* ============================= */

@media screen and (max-width: 768px) {

  /* Fondo del slider */
  .lemon,
  .lemon2 {
    background-attachment: scroll !important;
    background-position: center center;
    background-size: cover;
    min-height: auto;
    height: 70vh;
  }

  /* Ttulos del slide */
  .slide-ti {
    position: relative;
    top: auto;
    padding: 20px;
  }

  .slide-ti h1 {
    font-size: 2rem;
    letter-spacing: 2px;
  }

  .slide-ti p {
    font-size: 1.2rem;
    letter-spacing: 2px;
  }

  /* Cards */
  .card img {
    min-height: auto;
    height: auto;
  }

  /* Textos flotados */
  .texto,
  .texto2,
  .video2 {
    float: none;
    width: 100%;
    padding: 20px;
    margin: 0;
  }

  /* Mapa */
  .mapa iframe {
    width: 100%;
  }
}