/* CSS Document */
@import url("fuente.css");


*{
	box-sizing: border-box;
}

img {
	display: block;
	max-width: 100%;
}

body{
	margin: 0;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif';
}

body{
		background-image: url("baking.jpg");
		background-size: 100%;
		background-repeat: no-repeat;
		background-attachment: fixed;
		
	}


h2, h3, h4, p{
	font-family: "Kaushan Script";
	letter-spacing: 1.5px;
}
#index{
	font-family: "Kaushan Script";
	margin: auto;
	font-size: 30px;
	color: rgb(36, 19, 70);


}
#parrafo{
	font-family: "Kaushan Script";
	letter-spacing: 1.5px;
	font-size: 20px;
	padding-top: 80px;
	color: rgb(36, 19, 70);
	margin: auto;
	text-align: justify;
}


.contenedor{
	margin: auto;
	width: 99%;
}
.icon_logo{
	max-width:150px;
	max-height:150px;
	margin: 10px 0px;
	z-index: 0;
}
.icon_logo:hover{
	filter: grayscale(80%);
	
}
/*Header*/
.header{
	height: 60px;
}
.header .contenedor{
	display: flex;
	justify-content: space-between;
}
.logo, .icon-bars{
	margin: 5px;
}
.icon-bars{
	display: block;
	width: 40px;
	height: 40px;
	font-size: 30px;
	background: rgba(212,114,240,1.00);
	color:#fff;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	cursor: pointer;
	margin-left: auto;
}
/*------------------Estilo del Menu-------------*/
.nav{
	position: absolute;
	top: 60px;
	left: -100%;
	width: 100%;
	transition: all 0.5s;
}

.menu{
	list-style: none;
	padding: 0;
	margin: 0;
	}

.menu_link{
	display: block;
	text-decoration: none;
	color:rgba(66,38,31,);
	font-size: 25px;
	font-family: "Kaushan Script";
	padding: 20px;
	
}

.menu_link:hover {
	background: #E0C5E4;
	color:mediumpurple;
}
.mostrar{
	left: 0;
}

/*----------------Estilo del Banner---------------*/

.banner{
	z-index: -1000;
	margin-bottom: 20px;
}

.banner .contenedor{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	text-align: center;
}
.banner_txt{
	display: none;
}
.banner_img{
	max-width: 100%;
	max-height: 100vh;
    width: 100%;
}
/*-------------Estilo del Info---------------*/

.info_columna{
	padding: 5px;
	margin-bottom: 30px;
	position: relative;
	padding-top: 20px;
}
.info_img1{
	position: absolute;
	z-index: 2;
	transform: scale(0.99);
	transition: .4s;
	transform-origin: 50%,50%;
	width: 98%;
}
.info_img2{
	filter: blur(20px);
	transform: scale(0.99);
	opacity: 1;
	transition: .4s;
	width: 100%;
}
.info_columna:hover .info_img1{
	filter: blur(20px);
	transform: scale(1.1);
	opacity: 0;
}
.info_columna:hover .info_img2{
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
}
.info_titulo, .info_txt{
	text-align: center;
	font-family: "Kaushan Script";
	color: rgb(36, 19, 70);	
}
.info_img3{
	position: absolute;
	z-index: 2;
	transform: scale(0.99);
	transition: .4s;
	transform-origin: 50%,50%;
	width: 98%;
}
.info_img4{
	filter: blur(20px);
	transform: scale(0.99);
	opacity: 1;
	transition: .4s;
	width: 100%;
}
.info_columna:hover .info_img3{
	filter: blur(20px);
	transform: scale(1.1);
	opacity: 0;
}
.info_columna:hover .info_img4{
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
}
.info_img5{
	position: absolute;
	z-index: 2;
	transform: scale(0.99);
	transition: .4s;
	transform-origin: 50%,50%;
	width: 98%;
}
.info_img6{
	filter: blur(20px);
	transform: scale(0.99);
	opacity: 1;
	transition: .4s;
	width: 100%;
}
.info_columna:hover .info_img5{
	filter: blur(20px);
	transform: scale(1.1);
	opacity: 0;
}
.info_columna:hover .info_img6{
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
}
/*-------------Estilo del Curso---------------*/

.seccion_titulo{
	text-align: center;
	font-size: 60px;
	color: rgb(36, 19, 70);
}

.cursos_columna{
	position: relative;
	margin-bottom: 30px;
}

.cursos_description{
	position: absolute;
	top: 0;
	left: 0;
	color: aliceblue;
	background: rgba(0,0,0,0.3);
	width: 60%;
	height: 100%;
	padding: 5px;
}
.cursos_titulo{
	font-size: 20px;
	margin: 5px 0;
}
.cursos_img1{
	position: absolute;
	z-index: 2;
	transform: scale(0.99);
	transition: .4s;
	transform-origin: 50%,50%;
	width: 98%;
}
.cursos_img2{
	filter: blur(20px);
	transform: scale(0.99);
	opacity: 1;
	transition: .4s;
	width: 100%;
}
.cursos_columna:hover .cursos_img1{
	filter: blur(20px);
	transform: scale(1.1);
	opacity: 0;
}
.cursos_columna:hover .cursos_img2{
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
}
.cursos_img3{
	position: absolute;
	z-index: 2;
	transform: scale(0.99);
	transition: .4s;
	transform-origin: 50%,50%;
	width: 98%;
}
.cursos_img4{
	filter: blur(20px);
	transform: scale(0.99);
	opacity: 1;
	transition: .4s;
	width: 100%;
}
.cursos_columna:hover .cursos_img3{
	filter: blur(20px);
	transform: scale(1.1);
	opacity: 0;
}
.cursos_columna:hover .cursos_img4{
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
}

/*-------------Estilo del footer---------------*/
.footer{
	background: rgba(212,114,240,0.5);
	padding: 5px;
	text-align: center;
	height: 80px;
}
.footer .social [class^="icon-"]{
	text-decoration: none;
	font-size: 60px;
}
.icon-facebook:hover{
	color: #3b5999;
}
.icon-instagram:hover{
	color: #e4405f;
}
.icon-twitter:hover{
	color: #55acee;
}
.icon-whatsapp:hover{
	color: #25D366;
}
.icon-google-plus:hover{
	color: #cd201f;
}

/*-------------Estilo Responsive---------------*/

@media(min-width:200px){
	body{
		background-repeat: repeat-y;
		
	}
	.logo{
		font-size: 20px;
	}
	.menu_link{
		padding: 5px;
		text-align: center;
		background: rgba(212,114,240,0.8);

	}
	.icon_logo{
		width: 100px;
		height: 100px;
	}
	.banner_titulo{
		font-size: 20px;
		margin: 2px 0;
	}
	.banner_txt{
		display: block;
		font-size: 8px;
		margin: 3px;
	}
	#parrafo{
		font-size: 15px;
		padding: 40px;
		background-color: white;
	}
	.info{
		display: flex;
		justify-content: space-between;
		/*margin-top: -30px*/
	}
	.info_columna{
		width: 30%;
	}
	.info_titulo{
		font-size: 20px;
		margin: 2px 0;
		padding-top: 10px;
	}
	.seccion_titulo{
		width: 100%;
		font-size: 20px;
		padding: 40px;
		background-color: white;
	}
	.cursos{
		flex-wrap: wrap;
		margin-top: 0;
		display: flex;
		justify-content: space-between;
	}
	.cursos_titulo{
		font-size: 20px;
	}
	.cursos_txt{
		font-size: 11px;
	}
	.cursos_columna{
		width: 48%;
	}
	.footer .social [class^="icon-"]{
		margin: 0 5px;
		font-size: 30px;
	}
	.footer{
		height: 50px;
	}
}
@media(min-width:480px){
	body{
		background-size: 100%;
	}
	.logo{
		font-size: 40px;
	}
	.icon_logo{
		width: 150px;
		height: 150px;
	}
	.banner_titulo{
		font-size: 30px;
		margin: 5px 0;
	}
	.banner_txt{
		display: block;
		font-size: 18px;
		margin: 7px;
	}
	.info{
		display: flex;
		justify-content: space-between;
		/*margin-top: -55px*/
	}
	.info_columna{
		width: 33%;
	}
	.info_titulo{
		font-size: 30px;
		margin: 5px 0;
		padding-top: 20px;
	}
	.seccion_titulo{
		width: 100%;
		font-size: 15px;
		padding: 15px;
	}
	.cursos{
		flex-wrap: wrap;
		margin-top: 0;
		display: flex;
		justify-content: space-between;
	}
	.cursos_columna{
		width: 49%;
	}
	.cursos_txt{
		font-size: 18px;
	}
	.footer .social [class^="icon-"]{
		margin: 0 5px;
		font-size: 40px;
	}
	.footer{
		height: 60px;
	}
}

@media(min-width:768px){
	.banner_titulo{
		font-size: 50px;
	}
	.icon_logo{
		width: 200px;
		height: 200px;
	}
	#parrafo{
		font-size: 20px;
		padding: 20px;}

	.cursos_titulo{
		font-size: 40px;
	}
	.seccion_titulo{
		width: 100%;
		font-size: 40px;
		padding-top: 50px;
	}

	.footer .social [class^="icon-"]{
		margin: 0 5px;
		font-size: 40px;
	}
	.footer{
		height: 70px;
	}
	
@media(min-width:1024px){
	.contenedor{
		width: 950px;
	}
	.icon_logo{
		width: 300px;
		height: 300px;
	}
	#parrafo{
		font-size: 25px;
		padding: 80px;}

	.nav{
		position: static;
		width: auto;
	}
	.menu{
		display:flex;
	}
	.icon-bars{
		display: none;
	}
	.menu_link{
		background: none;
		font-size: 40px;
		color: black;
		border-radius: 10%;
		padding: 10px;
	}
	
	.banner_titulo{
		font-size: 60px;
	}
	.cursos_titulo{
		font-size: 50px;
	}
	.cursos_columna{
		width: 40%;
	}
	.cursos_txt{
		font-size: 24px;
	}
	
	.footer .social [class^="icon-"]{
		margin: 0 20px;
		font-size: 50px;
	}
	
}
@media(min-width:1280px){
	.contenedor{
		width: 1300px;}
	}
}