body{
	margin:0;
	padding:0;
	font-family: 'Nunito', sans-serif, Helvetica Neue, Helvetica;
	font-size: 16px;
	font-weight: 300;
	background: #fff;
	color: #383838;
	
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900,300,200');
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700,900');

::-moz-selection {
    color: #fff;
    background: #343d6d;
}

::selection {
    color: #fff; 
    background: #343d6d;
}

body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #fff;
}

body::-webkit-scrollbar
{
	width: 8px;
	background-color: #fff;
}

body::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background: #343d6d;
}

.wrap{
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

.flex{
	display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
    justify-content:center;
	-ms-flex-align: center;
    align-items:center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.loader{
  position: relative;
}

.svg{margin: 0 auto;}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #2b376b;
}

.fullBackground{
	background: url(images/bgInicio.jpg) center no-repeat;
	background-size: cover;
}

header{
	width: 100%;
	height: 525px;
	background: url(images/bgHeader.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	overflow: auto;
}

.contactoHeader{
	background: url(images/bgContacto.jpg);
}

.logo{
	width: 150px;
	height: 70px;
	float: left;
	background: url(images/logo.png);
	margin: 30px 0 0 0;
}

.logo2{margin: 2px 0 0 0;}

nav a .clEffect{
	font-size: 12px;
}

.menu{
	float: right;
	padding: 41.5px 0 0 0;
	font-size: 12px;
}

.menuTop{
	background: rgba(0,0,0,1);
	box-shadow:0px 0px 8px 0px rgba(0,0,0,0.7);
	position:fixed; 
	top:0;
	width: 100%;
	z-index: 9999;
	padding: 8px 0;
}

#menu{
	background: rgba(27,32,56,0.98);
	box-shadow:0px 0px 8px 0px rgba(0,0,0,0.7);
	display: none;
	position:fixed; 
	top:0;
	width: 100%;
	z-index: 9999;
	padding: 8px 0;
}

.menuFix{
	float: right;
	padding: 14.5px 0 0 0;
	font-size: 12px;
}

.premiumSpan{color: #ffcb4f;}

.fixed{
	position:fixed; 
	top:0;
	width: 100%;
	z-index: 1;
}

a.listMenu:link, a.listMenu:visited{
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 0 16px;
	letter-spacing: 1.5px;
	transition:all 0.2s;
	font-size: 14px;
}

a.listMenu:hover{
	color: #d293ff;
	transition:all 0.2s;
}

.listMenuSelected{
	color: #d293ff !important;
	font-weight: 500;
}

.seminarioTKD{
	color: #fff;
	margin: 120px auto 0 auto;
	display: block;
	text-align: center;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	position: relative;
}

.seminarioTKD span{
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
}

.seminarioTitulo, .titulotkd{
	font-weight: 900 !important;
}

.titulotkd{
	font-size: 48px !important;
	margin-top: -8px;
	display: block;
}

.slogantkd{
	margin-top: -15px;
    display: block;
}

.menuCont{
	overflow: auto;
}

.luzHeader{
	margin: 0 auto;
	display: block;
	margin-top: -232px;
}

.infoInicio{
	margin: -30px 0 0 0;
	position: relative;
}

.hoja{
	background: url(images/topHeader2.png) no-repeat center;
	height: 300px;
}

.infoPremium{
	padding: 50px 70px 0 70px;
	margin-top: -300px;
	overflow: auto;
}

.textoInfo{
	float: left;
	width: 490px;
	margin-top: 12px;
	margin-right: 25px;
	position: relative;
}

.textoInfoTop{
	margin-top: 13px;
}

.imgDerecha{float: right;}

.imgDerecha img{
	border-radius: 50%;
	box-shadow: 0px 5px 0px 2px rgba(0,0,0,0.12);
	margin: 0 0 40px 0;
}

.imgDerecha3{margin-left: 22px;}

.imgIzquierda{
	float: left;
	margin-right: 47px;
}

.infoBarra{
	margin-top: -139px;
	float: left;
}

.leftInfo{float: left;}

.boldSpan{font-weight: 900; float: left;}

.tituloGrande{
	color: #1c1c1c;
	font-size: 36px;
	float: left;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -0.5px;
	line-height: 1;
	margin-top: 5px;
}

.tituloChico{
	font-weight: 900;
	color: #343d6d;
	text-transform: uppercase;
	font-size: 26px;
	letter-spacing: -0.5px;
}

.iconSub{
	width: 28px;
	height: 28px;
	background: url(images/iconos.png);
	background-position: -3px -5px;
	float: right;
	margin: 0 0 0 5px;
}

.iconPremium{
	width: 32px;
	height: 30px;
	background-position: -47px -5px;
	float: left;
}

.iconObjetivo{
	background-position: -98px -7px;
	margin: 0 0 0 6px;
}

.iconCombate{
	background-position: -193px -8px;
	margin: 6px 0 0 6px;
	float: left;
}

.iconCompeticion{
	width: 24px;
	height: 24px;
	background-position: -240px -10px;
	margin: 6px 0 0 6px;
	float: left;
}

.iconLista{
	width: 25px;
	height: 20px;
	background-position: -147px -12px;
	margin: 6.5px 0 0 6px;
}

a.fbIcon:link, a.fbIcon:visited{
	width: 13px;
	height: 24px;
	background: url(images/iconos.png);
	background-position: -284px -12px;
	float: left;
	opacity: 0.7;
	transition:all 0.3s;
	margin: 0 2px 6px 2px;
}

a.igIcon:link, a.igIcon:visited{
	width: 25px;
	height: 26px;
	background: url(images/ig.png);
}


a.fbIcon:hover{
	opacity: 1;
	transition:all 0.3s;
}

.infoPremium p{
	float: left;
	line-height: 1.5;
	margin-top: 10px;
}

.pCursos{
	margin-top: -15px !important;
	margin-bottom: 0px;
	float: left;
}

.temasTitulo{
	color: #2763d1;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	clear: both;
	display: block;
}

.barra{
	width: 100%;
	height: 189px;
	background: url(images/barra.png);
	float: left;
}

.luzAzul{
	width: 100%;
	height: 153px;
	float: left;
	margin-top: -153px;
}

.pText{
	text-align: justify;
}

.infoDerecha{
	width: 490px;
	overflow: auto;
	margin-top: 32.5px;
	float: right;
}

.pTextMargin{
	margin-top: -3px !important;
}

/* SOBRE NOSOTROS TKD */

.sobreNosotros{
	background: url(images/bgNosotros.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2b376b;
    padding: 90px 0;
    color: #fff;
    overflow: auto;
}

.sobreNosotros h1{
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: -1px;
	text-align: center;
}

.sobreNosotros span{
	font-size: 18px;
	text-align: center;
	margin: -10px auto 0 auto;
    display: block;
}

.staff{
	margin: 60px auto 0 auto;
	overflow: auto;
}

.staffImg{
	width: 190px;
	height: 190px;
	border-radius: 50%;
	float: left;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	margin: 0 20px 12px 20px;
}

.marginIvan{margin-left: 40px;margin-right: 40px;}
.marginFausto{margin-right: 40px;}

.staffIntegrante{

}

.staffIntegrante h1{
	font-size: 24px;
	text-transform: none;
	letter-spacing: 0px;
	margin: 0 0 6px 0;
}

.staffIntegrante span{
	text-transform: uppercase;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.65);
	font-size: 16px;
	font-weight: 400;
}

.menu--adsila .menu__item-label{margin: 0.2em 0 0 0;}

.empiezaHoy{
	background: #fff;
	padding: 40px 0;
	overflow: auto;
}

.empiezaHoy h3{
	font-weight: 700;
	font-size: 28px;
	text-align: center;
	margin: 0;
}

a.linksSer:link, a.linksSer:visited{
	color: #2763d1;
	text-decoration: none;
}

.serviciosTKD{
	overflow: auto;
}

.serviciosTKD img{
	margin: 0 auto;
	clear: both;
	display: block;
	margin-bottom: -18px;
}

footer{
	background: url(images/footerBg.jpg) center no-repeat;
	padding: 50px 0;
	color: #fff;
	text-align: center;
	font-weight: 700;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}

footer span{
	clear: both;
	display: block;
	text-align: center;
	margin-top: 4px;
	font-weight: 400;
}

a.ghDesarrollo:link, a.ghDesarrollo:visited{
	font-weight: 700;
	transition:all 0.3s;
}

a.ghDesarrollo:hover{
	color: #5591ff;
	transition:all 0.3s;
}

.span900{font-weight: 900;}

/* FIN TKD CSS */

.menu-responsive{
	float: right;
}

/* Contacto */

.formcont{margin: 50px auto;}

.formcont span{
	text-align: center;
	margin: 0 auto 20px auto;
	display: block;
}

a.fbContacto:link, a.fbContacto:visited{
	text-decoration: none;
	font-weight: 700;
}

a.fbContacto:hover{
	color: #2572ff;
	border-bottom: 1px dashed #2572ff;
}

.contacto input[type="text"], .contacto textarea, select{
width:400px;
height:45px;
padding:0px 18px 0px 18px;
background:#fff;
border: 1px solid #323a68;
outline:0;
display:block;
color:#000;
font-weight: 600;
text-shadow:0px 1px 0px rgba(255,255,255,0.7);
font-size:14px;
font-family: 'Nunito', sans-serif;
margin:0 0 20px 0;
float:left;
clear:both;
transition: 0.3s ease-in;
}

.contacto input[type="text"]:focus, .contacto textarea:focus{
box-shadow: none;
border: 1px solid #2572ff;
transition: 0.3s ease-in;
}

.contacto textarea{
height:147px;
max-height: 250px;
max-width: 400px;
min-height: 130px;
min-width: 400px;
padding:15px 18px 0px 18px;
}

.enviarMsj{
	text-decoration: none;
	font-weight: 900;
	font-size: 14px;
	color: #323a68;
	transition:all 0.3s;
	background: transparent;
	border: 2px solid #323a68;
	font-family: 'Nunito', sans-serif;
	padding: 12px 18px;
	float: left;
	margin: 0 auto;
	display: block;
	text-transform: uppercase;
	clear: both;
}

.enviarMsj:hover{
	background: #2572ff;
	color: #fff;
	border: 2px solid #2572ff;
	transition:all 0.3s;
	cursor: pointer;
}

h1, h2{
	color: #fff;
	font-weight: 700;
	font-size: 38px;
	font-family: Nunito, Helvetica, Arial, Trebuchet MS !important;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.65);
	margin: 0;
}

#back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    border-radius: 50%;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #343d6d;
    color: #fff;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    transition:all 0.3s;
    border: 1px solid #fff;
}
#back-to-top:hover {
    background: #000;
    transition:all 0.3s;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}


/* FIN FAQ */

.wrapOverflow{overflow: auto; display: block;}

.menu-responsive{display:none;}
.servicesContRpw{display:none;}
.webImgRPW{display: none;}
.imgRpw{display: none;}
.staffRPW{display: none;}

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

.wrap3{
	width: 95%;
}

.webImg{display: none;}

.webImgRPW{
	display: block;
	float: right;
	box-sizing: content-box;
	margin: -40px 0 0 0;
}

}

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

.wrap{width: 94%;}
.menu, #menu{display: none !important;}
.menu-responsive{display:block;}

.hoja{display: none;}
.infoPremium{margin-top: 25px; padding: 50px 30px 0 30px;}

.logo{
	float: none;
	margin: 30px auto 0 auto;
	display: block;
}

}

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

.imgDerecha img{
	width: 100%;
	float: right;
	margin: 0;
}

.imgIzquierda img{float: left !important;}

.imgIzquierda{margin-right: 5px;}

.imgDerecha3{margin-left: 0px;}

.contInfo{
	width: 100%;
	float: left;
	margin-bottom: 45px;
}

.textoInfo{
	width: 60%;
	margin-right: 5px;
}

.infoDerecha{
	width: 56%;
	margin-top: 24px;
}

.barra{
	width: 100%;
	height: 1px;
	background: #eee;
	float: left;
}

.infoBarra{
	margin: 50px 0;
	float: left;
}

.staff{overflow: initial;}

}

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

.imgDerecha img{
	width: 85%;
	float: right;
	margin: 0;
}

.imgIzquierda img{
	margin: 20px 0 0 0;
}

.textoInfo{
	width: 55%;
	margin-right: 5px;
}

.infoDerecha{
	width: 59%;
	margin-top: 24px;
}

}

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

.textoInfo{width: 100%;}
.infoDerecha{width: 100%;}
.boldSpan{float: none;}
.iconPremium{float: right;}

.temaCursoRPW{
	float: left;
	width: 100%;
	margin: 4px 0;
}

.imgDerecha img, .imgIzquierda img{
	display: none;
}

.pCursos{clear: both;}

.staffImg{
	width: 75%;
	height: 75%;
}

.imgRpw{
	display: block;
	width: 100%;
	margin-bottom: -15px;
}

.staffIntegrante h1{font-size: 20px !important;}

.infoBarra{margin: 40px 0;}
.pTextMargin{margin-bottom: 0px;}
.tituloGrande{font-size: 30px;}
.iconPremium{margin-top: -4px;}

}


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

header{
	height: auto;
	padding-bottom: 40px;
	background: url(images/bgHeader.jpg);
	background-attachment: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contactoHeader, .sobreNosotros{
	background-attachment: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.seminarioTKD{margin: 60px auto 0 auto;}
.seminarioTKD span{font-size: 26px;}
.titulotkd{font-size: 40px !important;}
.staff{display: block;margin: 40px auto 0 auto;}
.staffPC{display: none;}
.luzHeader{display: none;}

.staffRPW{
	margin-top: 35px;
	width: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
    justify-content:center;
	-ms-flex-align: center;
    align-items:center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.staffImg{
	width: 75%;
	height: 75%;
	margin: 0 auto;
    float: none;
    display: block;
}

.staffIntegrante{
	width: 46%;
	float: left;
}

.textoRpw{
	display: block;
	clear: both;
	margin-top: 12px;
}

.serviciosTKD{

}

.sobreNosotros{padding: 60px 0;}
.serviciosTKD img{width: 20%;margin-bottom: -25px;}

.menu--adsila .menu__item-name{line-height: 1 !important;}
.menu--adsila .menu__item-label{margin: 0.2em 0 0 0;}
.menu--adsila .menu__item{
	clear: both;
	width: 100%;
	display: block;
	margin: 0 0 1em;
}

.menu2{display: block !important}


.menu--adsila .menu__item:nth-child(odd) .menu__item-name::before,
.menu--adsila .menu__item:nth-child(odd) .menu__item-label::before {
	background: #fff !important;
}

.menu--adsila .menu__item:nth-child(even) .menu__item-name::before,
.menu--adsila .menu__item:nth-child(even) .menu__item-label::before {
	background: #fff !important;
}

.tituloChico{font-size: 24px;}
.tituloGrande{font-size: 28px;}

}

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

.infoPremium{padding: 40px 0 0 0;}
.overlay ul li a{
	margin: 5px 0 !important;
}

}

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

.iconPremium{display: none;}
.sobreNosotros h1{font-size: 40px;}

}

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

.serviciosTKD img{margin-bottom: -10px;}
.sobreNosotros h1{font-size: 36px;}

}

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

.contacto{width: 100%;}

.contacto input[type="text"], .contacto textarea, select{
	width: 100%;
	float: left;
}

.contacto textarea{
	max-width: 100%;
	min-width: 100%;
	float: left;
}

}

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

.overlay ul li a{
	font-size: 22px;
	margin: 5px 0 !important;
}

.overlay ul li{
	min-height: 25px !important;
}

}