@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: 'crackhouse';
    src: url('../fonts/crackhouse-webfont.eot');
    src: url('../fonts/crackhouse-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/crackhouse-webfont.woff2') format('woff2'),
         url('../fonts/crackhouse-webfont.woff') format('woff'),
         url('../fonts/crackhouse-webfont.ttf') format('truetype'),
         url('../fonts/crackhouse-webfont.svg#crackhouse') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*body,td,th {
	color: #fff;
}
body {
	background-color: #000000;
}*/

#page-wrapper {
	width:auto; 
	max-width:auto;
	padding-right: 0;
	margin-right: 0;
	overflow-x:hidden;
	background-color: #000;
}

.cabeceraTkd {
	background-image: url(../media/cabeceraTkd.png);
	background-repeat:no-repeat;
	width: 100%;
	/*height: 150px;*/
	height: 132px;
	margin: 0px;
}

.logoTkd {
	width: 410px;
	height: 110px;
	margin-left: 15px;
	padding-top: 15px;
	display: inline-block;
	position: relative;
}

.miniBanner {
	display: inline-block;
	margin-left: 200px;
	margin-top: 7px;
	position: relative;
	vertical-align: top;
	float: none;
	background-image: url(../media/blog-circuloOn.png);
	background-repeat: no-repeat;
	opacity: 1;
}
.miniBanner img:focus,
.miniBanner img:hover {
	opacity: 0;
	-webkit-transition: opacity 1s; /* For Safari 3.0 to 6.0 */
	-o-transition: opacity 1s; /* For Opera */
	transition: opacity 1s; /* For modern browsers */
	outline: opacity;
	 
}

#cabeceraDisc {
	width: 100%;
	height: 132px;
	margin-left: 125px;
	margin-top: 2px;
	background-image: url(../media/cabecera-disciplinas.jpg);
    display: inline-block;
	position: absolute;			
}

#margenDisc {
	width: 15px;
	height: 132px;
	float: right;
	display: inline-block;
	margin-top: 0px;
	background-color: #000;
	position: relative;
	z-index: 1;
}

.textoMenu {
	font-family: crackhouse, sans-serif;
	font-size: 28px;
	color: #fff;
	display: inline-block;
	height: 1px;
	margin-top: 8px;
}

.socialMini {
	display: inline-block;
	font-size: 28px;
	text-align: right;
	height: 1px;
	margin-top: 6px;
	float: right;
}

.socialMini a {
	color: #fff;
}

.socialMini a:hover,
.socialMini a:focus {
	color: #FFCC00;
	-webkit-transition: color 1s; /* For Safari 3.0 to 6.0 */
	-o-transition: color 1s; /* For Opera */
	transition: color 1s; /* For modern browsers */
	outline: none;
}

.lineaMenu {
	height: 20px;
	/*background-color: #ffcc00;*/
	background-image: url(../media/lineaTkd.png);
	background-repeat : repeat-x;
	margin-top: -30px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;	
}

.textoNegativo {
  font-weight: 300;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.textoNegativoBold {
  font-weight: 400;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


.franjaPie {
	background-color: #FFCC00;
	padding-top: 15px;
	padding-bottom: 15px;
	color: black;
	border-color: black;
}

.franjaPie hr {
    border: 0;
    border-top: 1px solid #000;
    margin: 0;
    padding: 0; 
	height: 0;
	-webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
	
}

.franjaPie p {
	
}

.linkNormal {
	color: #000;
	text-decoration: none;
}
.linkNormal:hover,
.linkNormal:focus {
	color: #CC0000;
	-webkit-transition: color 1s; /* For Safari 3.0 to 6.0 */
	-o-transition: color 1s; /* For Opera */
	transition: color 1s; /* For modern browsers */
	outline: none;
	text-decoration: none;
}

.pieSocial {
	display: inline-block;
	font-size: 28px;
	height: 1px;
	margin-top: 6px;
	color: #000;
}

.pieSocial a {
	color: #000;
}

.pieSocial a:hover,
.pieSocial a:focus {
	color: #CC0000;
	-webkit-transition: color 1s; /* For Safari 3.0 to 6.0 */
	-o-transition: color 1s; /* For Opera */
	transition: color 1s; /* For modern browsers */
	outline: none;
}

.logoGraffitiPie {
	background-image: url(../media/logo-takedown-grafitti.png);
	background-repeat: no-repeat;
	background-size: 200px;
	background-position: center;
	width: 100%;
	height: 100px;
	display: block;
	margin-top: 10px;
}

.logoRafaelRojo {
	background-image: url(../media/logoRafaelRojo.png);
	background-repeat: no-repeat;
	background-size: 180px;
	background-position: center;
	width: 100%;
	height: 120px;
	display: block;
	margin-top: 25px;
}

#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}

#infobox3 {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
    position: relative;
    top: 0px;
    height: auto;
    width: 100%;
    text-align:center;
    background-color: #000;
	opacity:0.9; /* Opacidad 60% */
	visibility: visible /* CAMBIAR A "visible" PARA QUE SE VEAN LAS COOKIES */
}
#infobox3 p {
    line-height:18px;
    font-size:14px;
	font-weight: 300;
    text-align:center;
	color: #fff;
}
#infobox3 p a {
	background-color: #FFCC00;
	font-size: 16px;
	font-weight: 700;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 6px;
    margin-right:5px;
	color: #000;
	border-radius: 8px;
	/*border: 2px solid #6A5500;*/
}

.iPhoneReturn br {
	display: none;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

.titularBlanco {
	font-family: crackhouse, sans-serif;
	font-size: 32px;
	color: #fff;
}

.bloqueTexto {
	display: block;
	margin-top: 25px;
}


/* FORMULARIO */

.control-label {
  color: #FFFFFF;
  font-size: 16px;
  padding-top: 15px;
	font-weight: lighter;

}
.form-control {
  background-color: white;
  color: #999999;
  font-size: 18px;
  border-color: #FFCC00;
  border-width: 2px;
	border-radius: 10px;
	height: 40px;
}

.img-al100 {
	width: 100%;
}


@media (max-width: 768px) and (orientation: portrait) {
	
}

@media (max-width: 767px){
	.miniBanner {
		display: inline-block;
		margin-left: 0px;
		margin-right: 5px;
		margin-top: 7px;
		position: relative;
		vertical-align: top;
		float: right;
}
	.lineaMenu {
		margin-top: -45px;
	}
}

@media (max-width: 590px){
	.logoTkd {
		width: 394px;
	}
	.miniBanner {
		display: inline-block;
		margin-left: 0px;
		margin-right: 5px;
		margin-top: 25px;
		position: relative;
		vertical-align: top;
		float: right;
		background-size: 80px;
	}
	.miniBanner img {
		width: 80px;
		height: auto;
	}
}

@media (max-width: 520px){
	.cabeceraTkd {
 		background-size: 550px;
		height: 85px;	
	}	
	.logoTkd {
		width: 245px;
		height: 70px;
		margin-left: 15px;
		padding-top: 15px;
		display: inline-block;
		position: relative;
}
	.miniBanner {
		display: inline-block;
		margin-left: 0px;
		margin-right: 5px;
		margin-top: 7px;
		position: relative;
		vertical-align: top;
		float: right;
		background-size: 70px;
	}
	.miniBanner img {
		width: 70px;
		height: auto;
	}
	
	.textosSlider {
		display: block;
		background-color:rgba(255,204,0,0.8);
		width: 110%;
		height: 100%;
		margin-right: 0px;
		pading-right: 0px;
	}
}

@media (max-width: 350px){
	.miniBanner {
		display: inline-block;
		margin-left: 0px;
		margin-right: 5px;
		margin-top: 22px;
		position: relative;
		vertical-align: top;
		float: right;
		background-size: 40px;
	}
	.miniBanner img {
		width: 40px;
		height: auto;
	}
}

/* Para iPhone 4-5 */
@media (max-width: 320px){
	#page-wrapper {
		width:320px; 
		max-width:320px;
		padding-right: 0;
		margin-right: 0;
		overflow-x:hidden;
		background-color: #000;
	}
	.cabeceraTkd {
		background-size: 500px;
		height: 78px;	
	}
	.logoTkd {
		width: 220px;
		height: 60px;
	}
	.miniBanner {
		display: inline-block;
		margin-left: 0px;
		margin-right: 12px;
		margin-top: 6px;
		position: relative;
		vertical-align: top;
		float: right;
		background-size: 64px;
	}
	.miniBanner img {
		width: 64px;
		height: auto;
	}
	
	h1,
	.h1 {
	  font-size: 34px;
	}
	h2,
	.h2 {
		font-size: 28px;
	}
	h3,
	.h3 {
	  font-size: 22px;
	}
	h4,
	.h4 {
	  font-size: 16px;
	}
	h5,
	.h5 {
	  font-size: 14px;
	}
	h6,
	.h6 {
	  font-size: 10px;
	}
	
	.franjaPie p {
		font-size: 14px;
	}
	
	.iPhoneReturn br {
		display: inherit;
	}
}


/* -------------------------------------------*/
/* ----- Slick Slider -----------------------*/
/* -----------------------------------------*/

.hero-slide h2 {
	font-weight: 700;
	font-size: 3em;
	margin-left: 15px;
}
.hero-slide h3 {
	font-weight: 500;
	font-size: 2em;
	margin-top: -15px;
	margin-left: 15px;
}

.botonSlider {
	background-color: #FFCC00;
	border: solid #000 3px;
	border-radius: 10px;
	color: #000;
	font-weight: 700;
	display: inline-block;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	margin-left: 15px;
}

.botonSlider:hover, 
.botonSlider:focus {
	border-color: #CC0000;
	color: #CC0000;
	text-decoration: none;
	background-color: #FFCC00;
	opacity: 0.5;
	-webkit-transition: color 1s; /* For Safari 3.0 to 6.0 */
	-o-transition: color 1s; /* For Opera */
	transition: color 1s; /* For modern browsers */
	outline: none;
}

.btn-primary {
	background-color: transparent;
	border-color: #000;
	border-width: 3px;
	color: #000;
	font-weight: 700;
}


.btn-primary:hover,
.btn-primary:focus {
	background-color: transparent;
	border-color: #CC0000;
	border-width: 3px;
	color: #CC0000;
	font-weight: 700;
}

.slick-prev {
    left: 5px;
    z-index:9999;
}
.slick-next {
    right: 5px;
}
.slick-dots {
	background-color: #FFCC00;

}
.hero-slide {
    background-size: 100%;
    background-position: left top;
    background-repeat: no-repeat;
}
.hero-content {
	width: 100%;
	height: 41vw;
    /*display: table-cell;*/
    vertical-align: text-top;
	text-align: left;
	display: block;
	outline: none;
}
.slide-message {
    margin-bottom: 20px;
}

/* Ajuste altura comienzo de textos */
@media (min-width: 1249px) {
	.espacioAlt {
		margin-top: 120px;
		display: block;
	}	
}

/* iPad Landscape */
@media (min-width: 1024px) {
    .hero-content {
        height: 422px;
    }
}

@media (min-width: 769px) {
    .hero-content {
        height: 41vw;
    }
}

/* iPad Portrait */
@media (max-width: 768px) {
    .hero-content {
        height: 314px;
    }
	.hero-slide h2 {
		font-weight: 700;
		font-size: 2.8em;
		margin-left: 15px;
	}
	.hero-slide h3 {
		font-weight: 500;
		font-size: 1.87em;
		margin-top: -15px;
		margin-left: 15px;
	}

	.botonSlider {
		margin-left: 15px;
	}
}

/* Dispositivos Android Landscape*/
@media (max-width: 640px) {
    .hero-content {
        height: 260px;
    }
	.hero-slide h2 {
		font-weight: 700;
		font-size: 2.3em;
		margin-left: 10px;
		margin-top: 5px;
	}
	.hero-slide h3 {
		font-weight: 500;
		font-size: 1.3em;
		margin-top: -10px;
		margin-left: 10px;
	}
	.botonSlider {
		margin-left: 10px;
	}
}

/* iPhone 5 Landscape */
@media (max-width: 568px) {
    .hero-content {
        height: 230px;
    }
	.hero-slide h2 {
		font-weight: 700;
		font-size: 2em;
		margin-left: 10px;
		margin-top: 5px;
	}
	.hero-slide h3 {
		font-weight: 500;
		font-size: 1.2em;
		margin-top: -8px;
		margin-left: 10px;
	}

	.botonSlider {
		margin-left: 10px;
	}
}

/* Dispositivos Android */
@media (max-width: 360px) {
    .hero-content {
        height: 141px;
    }
	.hero-slide h2 {
		font-weight: 700;
		font-size: 1.25em;
		margin-left: 10px;
		margin-top: 5px;
	}
	.hero-slide h3 {
		font-weight: 500;
		font-size: 1em;
		margin-top: -10px;
		margin-left: 10px;
	}
	.botonSlider {
		background-color: #FFCC00;
		border-radius: 5px;
		display: table;
		padding: 3px;
		padding-left: 6px;
		padding-right: 6px;
		margin-left: 10px;
		font-size: 10px;
		margin-top: -7px;
	}
}

/* iPhone 4-5 */
@media (max-width: 320px) {
    .hero-content {
        height: 125px;
    }
	.hero-slide h2 {
		font-weight: 700;
		font-size: 1em;
		margin-left: 10px;
		margin-top: 5px;
	}
	.hero-slide h3 {
		font-weight: 500;
		font-size: 0.7em;
		margin-top: -8px;
		margin-left: 10px;
	}

	.botonSlider {
		border-radius: 5px;
		font-weight: 700;
		display: table;
		padding: 3px;
		padding-left: 6px;
		padding-right: 6px;
		margin-left: 10px;
		font-size: 10px;
		margin-top: -7px;
	}
}


/*@media (min-width: 992px) {
    .hero-content {
        height: 500px;
    }
}*/
