/*Colores de nuestra web
MORADO: #7d5fa9
AMARILLO: #fdc93e
VIOLETA: #78224c
GRIS: #afafaf
/*Aquí hablamos del menú*/
* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p, a, th, tr, ul, li{
	font-family: verdana !important;
}
p {
	text-align: justify;
}
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:40px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}
 
.inner a.ok {
    padding:4px;
    color:white;
    text-decoration:none;
}
 
.inner a.inf {
    padding-left:5px;
    text-decoration:none;
    color:white;
}
@media screen and (max-width: 800px) {
	.inner{
		position:relative;
		height:40px;
		padding-top: 5px;
}
}
.menu_bar {
	display: none ;
}
.logo{
width: 30% ;
height: 70px;
background: white; 
float: left;
box-sizing: border-box;
}
.centrado{
margin: auto;
display: block;
}
.lista {
	margin-left: 30px;
	margin-right: 60px;
	text-align: justify;
}
.amarillo {
	font-weight: bold;
	color: #fdc93e;
}
header nav{
width: 70% ;
height: 70px;
background:  #7d5fa9;
z-index: 99999;
max-width: 1000px;
display: inline-block;
margin:0;
text-align: right;
padding-top: 24px;
box-sizing: border-box;
}
header nav ul{
	list-style: none;
	padding-right:10px;
}
header nav ul li{
display: inline-block;
position: relative;
}
header nav ul li a{
display: block;
color: white;
text-decoration: none !important;
padding: 5px;
font-size: 17px;
}
@media screen and (max-width: 1286px) {
	header nav ul li a{
		font-size: 15px;
}
}
@media screen and (max-width: 1150px) {
	header nav ul li a{
		font-size: 13px;
}
}
@media screen and (max-width: 1020px) {
	header nav ul li a{
		font-size: 11px;
}
}
@media screen and (max-width: 890px) {
	header nav ul li a{
		font-size: 10px;
}
}
@media screen and (max-width: 820px) {
	header nav ul li a{
		font-size: 9px;
}
}
header nav ul li a:hover{
color: #444
}
header nav ul li:hover .children {
	display: block;
}
header nav ul li .children {
	display: none;
	background: #afafaf;
	position: absolute;
	width: 150%;
	z-index: 1000;
}
header nav ul li .children li{
	display: block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
header nav ul li .children li a{
	display: block;
}
/*Aquí definimos el slider (fotos cambiantes)*/
.slider{
width: 80%;
margin:auto;
overflow:hidden;
}
.slider ul{
display:flex;
padding: 0;
width:400%;
animation: cambio 20s infinite alternate;
}
.slider li{
width:100%;
list-style: none;
}
.slider img{
width:100%;
}
@keyframes cambio{
0% { margin-left: 0;}
20% { margin-left: 0;}
25% { margin-left: -100%;}
45% { margin-left: -100%;}
50% { margin-left: -200%;}
70% { margin-left: -200%;}
75% { margin-left: -300%;}
100% { margin-left: -300%;}
}
/*Aquí definimos los títulos*/
.titulo_morado {
	margin:0;
	width: 100%;
	height: 80px;
	background: #7d5fa9;
}
.titulo_violeta {
	margin:0;
	width: 100%;
	height: 80px;
	background: #78224c;
}
.titulo_amarillo {
	margin:0;
	width: 100%;
	height: 80px;
	background: #fdc93e;
}
h1 {
	color:white;
	text-align: center;
	line-height: 80px;
	font-size: 200%;
}
/*Aquí definimos las cajas*/
.ancho_pagina {
	max-width: 800px;
	width: 80%;
	margin: auto;
}
.texto-padding-left {
	padding-left: 40px;
}
.desvanecer:hover {
  opacity: 0.07;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  transition: opacity 500ms;
}
.contenedor_columnas {
	width: 100%;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 50px;
}
.tres_columnas {
	width: 32%;
	display:inline-block;
	position:relative;
	padding: 10px; 
	box-sizing: border-box;
	margin: auto;
}
.tres_columnas img{
	width: 100%;
}
.tres_columnas div{
	position:absolute;
  	bottom:20;
  	left:0;
  	z-index:-1;
  	padding:20px;
  	padding-top: 50px;
	font-family: verdana;
	font-size: 80%;
  	text-align: center;
}
.btn-inicio {
	height: 30px;
	line-height: 30px;
	box-shadow: 6px 7px 13px -3px rgba(0,0,0,0.75);
	width: 100%;
	display: inline-block;
	margin:auto;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	color:white;
}

.tres_columnas a:hover{
color: #444
}
.dos_columnas {
	width: 49%;
	display:inline-block;
	padding: 10px; 
	box-sizing: border-box;
	margin: auto;
}
.dos_columnas img{
	width: 100%;
}
.dos_columnas a{
	height: 30px;
	line-height: 30px;
	box-shadow: 6px 7px 13px -3px rgba(0,0,0,0.75);
	width: 100%;
	display: inline-block;
	margin:auto;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	color:white;
}
.dos_columnas a:hover{
	color: #444
}
h4 {
	font-size: 120%;
}



.btn-violeta {
	background: #78224c;
	height: 30px;
	line-height: 30px;
	box-shadow: 6px 7px 13px -3px rgba(0,0,0,0.75);
	width: 100%;
	display: inline-block;
	margin:auto;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	color:white;
}
.btn-amarillo {
	background: #fdc93e;
	height: 30px;
	line-height: 30px;
	box-shadow: 6px 7px 13px -3px rgba(0,0,0,0.75);
	width: 100%;
	display: inline-block;
	margin:auto;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	color:white;
}
.btn-morado {
	background: #7d5fa9;
	height: 30px;
	line-height: 30px;
	box-shadow: 6px 7px 13px -3px rgba(0,0,0,0.75);
	width: 100%;
	display: inline-block;
	margin:auto;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	color:white;
}
.btn-blanco {
	width: auto;
	background: white;
	margin:10px;
	text-align: center;
}
.btn-blanco a{
	margin:10px;
	color:#7d5fa9;
	text-decoration: none;
	text-align: center;
}
.btn-blanco a:hover{
	color:#444;
}
.btn-paypal {
	padding-top: 0px;
	padding-bottom: 5px;
	margin:auto;
	margin-bottom: 5px;
	width: 300px;
}
.caja-gris {
	padding-top: 5px;
	padding-bottom: 5px;
	margin:auto;
	margin-top: 5px;
	width: 300px;
	height: 40px;
	line-height: 30px;
	background: #afafaf;
	color:white;
}
.caja-gris p{
	text-align: center;
}
.btn-paypal form, table, tr, td, select, option {
	width: 296px;
}
/*Aquí definimos el texto o cuerpo de la página*/
.texto-dos-columnas {
	width: 49%;
	display:inline-block;
	padding: 10px; 
	box-sizing: border-box;
	margin: auto;
}
.texto-dos-columnas h2{
	color:#7d5fa9;
}
.texto-dos-columnas h3{
	color:#afafaf;
	font-weight: bold;
	text-align:  center;
	font-size: 120%;
}
.texto-dos-columnas2 {
	width: 49%;
	display:inline-block;
	padding: 10px; 
	box-sizing: border-box;
	margin: auto;
}
.texto-dos-columnas2 h3{
	color:#afafaf;
	font-weight: bold;
	text-align:  center;
	font-size: 100%;
}

article {
	padding-top: 50px;
	padding-bottom:20px;
	padding-left:50px;
	padding-right:50px;
}
.empresas img{
	width: 100%;

}
.empresas a{
	text-decoration: none;
	color: #7d5fa9;
	font-weight: bold;
}
.empresas a:hover{
	color:#444;
}
.img-centrada {
	width: 100%;
	display: block;
	margin-left:auto;
	margin-right: auto;
}
.img-centrada2 {
	width: 50%;
	display: block;
	margin-left:auto;
	margin-right: auto;
}
iframe.ytb-embed {
max-width: 96% !important;
display: block;
margin: 10px auto;
}
/*indice modulos*/
.contenedor_columnas2 {
	width: 100%;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 50px;
	display: flex;
	flex-flow: row;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
}
.dos_columnasA{
	width: 50%;
	order: 1;
	flex: 0 1 auto;
	align-self: auto;
	margin-right: 15px;
}
.dos_columnasB{
	width: 50%;
	order: 2;
	flex: 0 1 auto;
	align-self: auto;
	background: #afafaf;
	margin-left: 15px;
	padding: 30px;
}

/*Aquí definimos el equipo*/
.foto-redonda {
	border-radius: 50%;
	width: 100%;
	padding:20px;
}
.foto-equipo img{
	border-radius: 50%;
	width: 60%;
	padding:40px;
	margin:auto;
}
.equipo {	
	height: 30px;
	line-height: 30px;
	box-shadow: 6px 7px 13px -3px rgba(0,0,0,0.75);
	width: 100%;
	display: inline-block;
	margin-top:10px;
	text-decoration: none;
	text-align: center;
	font-size: 90%;
	color: white;
	background: #7d5fa9;
}
.equipo a:hover {
	color:#444;
}
.flex-row {
	display:flex;
	flex-flow: row;
	justify-content: space-between;
	padding-top: 30px;

}
.itemA{
	order: 1;
	flex: 0 1 auto;
	align-self: flex-start;
}
.itemB{
	order: 2;
	flex: 0 1 auto;
	align-self: flex-start;
	padding-left:20px;
	padding-right: 20px;
}
.itemC{
	order: 3;
	flex: 0 1 auto;
	align-self: flex-start;
}
/*Aqui las fotos de los talleres especiales*/

.fotos-talleres img{
	width: 100%;
	padding:10px;
}
.titulo-talleres{
	padding-top:50px;
	text-align: center;
}
.fotos-talleres li{
	list-style: none;
	display:inline-block;
	vertical-align: top;
	width: 23%;
	padding:5px;
	padding-top: 30px;
	text-align: center;
	font-size: 90%;
}
/*Aquí definimos contacto*/
.container {
	max-width: 800px;
	width: 80%;
	margin: auto;
	display: flex;
}
.info {
	width: 45%;
	height: auto;
	background: #7d5fa9;
	text-align: left;
	display: inline-block; 
	box-sizing: border-box;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 30px;
}

.info span {
	margin-right: 10px;
}
.info p {
	color: white;
	font-size: 90%;
	padding: 20px;
}
.map {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
    margin-top: 20px;
	margin-bottom: 30px;
}
.map iframe {
    position: absolute;

    top: 0;
    left: 0;
    width: 100% !important;
    }
.como-llegar {
	width: 60%;
	margin:auto;
	height: auto;
	padding: 20px;
	text-align: center;
}
.contenedor_columnas3 {
	width: 100%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	flex-flow: row;
	align-content: center;
	justify-content: space-between;
	align-items: flex-start;
}
.contenedor_columnas3 img{
	width: 30%;
	margin-top: 10px;
}
.contenedor_columnas3 a{
	color:white;
	text-decoration: none;
	padding:4px;
}
.contenedor_columnas3 a:hover{
	color:#444;
}

h5 {
	padding:10px;
}

/*Aquí definimos la llamada a la acción*/
.llamada_accion{
	background: white;
	width: 100%;
	height: 80px;
}
.llamada_accion a{
	font-size: 120%;
	height: 80px;
	line-height: 80px;
	width: 100%;
	display: inline-block;
	margin:auto;
	text-decoration: none;
	text-align: center;
	color:#7d5fa9;
	font-weight: bold;
}
.llamada_accion p{
	font-size: 120%;
	height: 80px;
	line-height: 80px;
	width: 100%;
	display: inline-block;
	margin:auto;
	text-decoration: none;
	text-align: center;
	color:#7d5fa9;
	font-weight: bold;
}
.llamada_accion2{
	background: white;
	width: 100%;
	height: 80px;
}
.llamada_accion2 a{
	font-size: 90%;
	height: 80px;
	line-height: 80px;
	width: 100%;
	display: inline-block;
	margin:auto;
	text-decoration: none;
	text-align: center;
	color:#7d5fa9;
	font-weight: bold;
}
.llamada_accion2 p{
	font-size: 90%;
	height: 80px;
	line-height: 80px;
	width: 100%;
	display: inline-block;
	margin:auto;
	text-decoration: none;
	text-align: center;
	color:#7d5fa9;
	font-weight: bold;
}
/*Aquí definimos horarios*/
	.horario-wrapper
	{
		width: 60%;
		display: table;
		padding: 0 0;
		margin: 30px auto;
		color: white;
	}
		.horario-title
	{
		display: table;
		margin: 0 auto;
		padding: 8px 12px;
		color: #3F3E43;
		background-color: white;
		font-size: 1.1em;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 30px;
	}
	.horario-violeta
	{
		background-color: #78224c;
	}
	.horario-amarillo
	{
		background-color: #fdc93e;
	}
	.horario-morado
	{
		background-color: #7d5fa9;
	}
	.horario-gris
	{
		background-color: #afafaf;
	}



	.horario-table
	{
		width: 100%;
		text-align: center;
		color: white;
		margin-bottom: 5px;
	}
	.asterisco
	{
	width: 50px;
	}
	.horario-table tr th
	{
		text-align: center;
		color: white;
	}
	.horario-table tr td
	{
		padding: 5px;

	}
	.horario-table tr td .horario-table-time
	{
		border: 2px solid white !important;
		border-radius: 50%;
		display: block;
		padding: 13px 5px 0;
		color: white;
		height: 60px;
		width: 60px;
		font-size: .7em;
		text-align: center;
		margin: 0 auto;
	}
	.horario-table tr td .horario-table-time.no-border
	{
		border: 2px solid transparent !important;
	}
/*Aquí definimos el footer*/
footer {
	width: 100%;
	height: 220px;
	display:flex;
	box-sizing: border-box;
	margin: 0;
	padding-top: 10px;
}
footer a{
	width: 100%;
	text-decoration: none;
	color: white;
	font-size: 90%;
	display: inline-block;
	margin: auto;
	line-height: 25px;
	text-align: center;
	margin:auto;
}
footer p{
	width: 100%;
	text-decoration: none;
	color: white;
	font-size: 90%;
	display: inline-block;
	margin: auto;
	line-height: 25px;
	text-align: center;
	margin:auto;
}
footer div a:hover{
	color: #444
}
footer div p:hover{
	color: #444;
}
.colum1{
	width:33%;
	background: #7d5fa9;
	padding:10px;
}
.colum11{
	width:33%;
	background: #7d5fa9;
	padding:10px;
}
.colum11 img{
	width: 100%;
}
.colum2{
	width: 33%;
	background: #78224c;
	padding:10px;
}
.footer{
		width: 100%;

	display:flex;
	box-sizing: border-box;
	margin: 0;
	padding-top: 10px;
}
.colum23{
	width: 33%;
	background: #fdc93e;
	padding:10px;
	color:white;
}
.colum23{
	width: 67%;
	background: #fdc93e;
	padding:10px;
}
.colum3{
	width: 33%;
	background: #fdc93e;
	padding:10px;
}
.colum3 .bt-rrss{
	font-size: 100%;

}

@media screen and (max-width: 800px) {
	body {
		padding-top: 80px;
	}
	.slider {
		width: 100%;
	}
	.img-centrada2 {
	width: 100%;
	}
	/*Definimos el menú*/
	.logo{
		width: auto;
		height: 80px; 
		float: left;
		position: fixed; 
		z-index: 999999999;
		top:0;
	}
	.menu_bar{
		display: block;
		width: 100%;
		height: 70px;
		position: fixed;
		z-index: 999999999;
		top:0;
	}
	.menu_bar .bt-menu {
		display: block;
		padding:20px;
		background:#7d5fa9;
		color:#fff;
		overflow: hidden;
		text-decoration: none;
		font-weight: bold;
		font-size: 25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing: border-box;
	}
	.menu_bar span{
		float: right;
		font-size: 40px;
	}
	header nav {
		width: 80%;
		height: calc(100% - 80px);
		position: fixed;
		z-index: 999999999;
		right:100%;
		margin: 0;
		overflow: scroll;
	}
	header nav ul li{
		display: block;
		border-bottom: 1px solid rgba(255,255,255,.5)
	}
	header nav ul li a {
		display: block;
	}
	header nav ul li:hover .children {
		display: none;
	}
	header nav ul li .children {
		width: 100%;
		position:relative;
	}
	header nav ul li .children li a {
		margin-left: 20px;
		font-style: italic;
		background: #afafaf;
	}
	/*Definimos los títulos*/
	.titulo_morado {
		height: 50px;
		background: #7d5fa9;
	}
	.titulo_violeta {
		height: 50px;
		background: ##78224c;
	}
	.titulo_amarillo {
		height: 50px;
		background: #fdc93e;
	}
	h1 {
		font-size: 100%;
		line-height: 50px;
	}
	h4 {
		font-size: 150%;
	}
	h5 {
		font-size: 110%;
	}
	/*Aquí definimos las cajas*/
	.tres_columnas {
		width: 100%;
	}
	.dos_columnas {
		width: 100%;
	}
	.info {
		width: 100%;
		padding-right: 10px;
	}
	/*Aquí definimos el texto o cuerpo de la página*/
	.ancho_pagina {
		width: 90%;
		margin:auto;
	}
	.texto-dos-columnas {
		width: 100%;
		padding: 10px; 
		box-sizing: border-box;
		margin: auto;
	}
	article {
		padding-left: 5px;
		padding-right: 5px;
	}
	/*indice modulos*/
.contenedor_columnas2 {
	width: 100%;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 50px;
	display: flex;
	flex-flow: column;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
}
.dos_columnasA{
	padding-top: 0;
	margin: 0;
	width: 100%;
	order: 1;
	flex: 0 1 auto;
	align-self: center;
}
.dos_columnasB{
	width: 100%;
	order: 2;
	flex: 0 1 auto;
	margin:0;
	margin-top: 10px;
	align-self: center;
	background: #afafaf;
	padding: 30px;
}
/*Aqui las fotos de los talleres especiales*/

.fotos-talleres li{
	width: 100%;
	margin:auto;

}
	/*Aquí definimos la llamada a la acción*/
	.llamada_accion {
		height: 100px;
	}
	.llamada_accion a{
		font-size: 120%;
		height: 100px;
		line-height: 50px;
	}
	.llamada_accion2 {
		height: 120px;
	}
	.llamada_accion2 a{
		font-size: 90%;
		height: 120px;
		line-height: 50px;
	}
	/*Aqui el equipo*/
.flex-row {
	display:flex;
	flex-flow: column;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	padding:40px;

}

	/*Aquí horarios*/
	.horario-wraper {
		width: 80%;
	}

	.horario-table tr th
	{
		font-size: .7em;
	}
	.horario-table tr td
	{
		padding: 3px;

	}
	.horario-table tr td .horario-table-time
	{
		padding: 9px 5px 0;
		height: 45px;
		width: 45px;
		font-size: .5em;
	}
	/*Aquí contacto*/
	.container {
		display: block;
	}
	.info{
		text-align: center;
		padding-right: 0;
		margin-right: 0;
	}
	.formulario {
		margin-left: 0;
	}
	.map {
		width: 100%;
	}
	.contenedor_columnas3 {
	width: 100%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	flex-flow: column;
	align-content: center;
	justify-content: space-between;
	align-items: center;
}
	/*Aquí definimos el footer*/
	footer {
		width: 100%;
		display: block;
	}
	.colum1 {
		width: 100%;
	}
	.colum2 {
		width: 100%;
	}
	.colum3 {
		width: 100%;
	}
	.footer{
		width: 100%;
		display: block;
	}
	.colum11 {
		width: 20%;

	}
	.colum23 {
		width: 100%;	
	}
}

