* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
}
@font-face{
	font-family: comic1;
	src: url(fonts/comic.ttf);
}
body {
	background:url(imagenes/fondo1.png);
}
.contenedor{
	width: 100%;
	max-width: 1500px;
	margin: auto;
	margin-bottom: auto;
	color: blue;
	flex-wrap: wrap;
}
.social-bar {
	display: flex;
	width: 30%;
	font-size: 2rem;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.social-bar a{
	display: inline-flex;
	text-decoration: none;
	justify-content: space-around;

}
.icon1 {
	color: #08088A;
	background: #CED8F6;
	border-radius: 15px;
	transition: 1s;

}
.icon2 {
	color: #088A4B;
	background: #CEF6CE;
	border-radius: 15px;
	transition: 1s;
}
.icon3 {
	color: #8A0808;
	background: #F8E0E0;
	border-radius: 15px;
	transition: 1s;
}
.icon1:hover {
	padding: 7px;
	font-size: 2rem;
}
.icon2:hover {
	padding: 7px;
	font-size: 2rem;
}
.icon3:hover {
	padding: 7px;
	font-size: 2rem;
}	
@media screen and (max-width: 380px){
	.social-bar {
		display: flex;
		width: 37%;
		margin-left: auto;
		margin-top: 5px;
	}
}
.logo {
	display: inline-block;
	position: relative;
	width:250px; 
    margin-left: 120px;
}
@media screen and (max-width: 803px){
	.logo {
		display: none;
	}
}
.logo1{
	display: none;
	position: relative;
	width: 200px;
	margin-left: 20px;
}
@media screen and (max-width: 803px){
	.logo1 {
		display: flex;
		width: 270px;
		margin-left: 0;
		position: absolute;
	}
}
@media screen and (max-width: 420px){
	.logo1 {
		display: flex;
		width: 190px;
		margin-left: 0;
		position: absolute;
	}
	.menu ul a{
		font-size: 1rem;
	}
}
.icon0{
	position: absolute;
	display: none;
}

header {
    color: red;
	background: #CECEF6;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: -160px;
	padding: 20px;
	border-radius: 40px;
}
header label {
	font-size: 40px;
	cursor: pointer;
	display: none;
}
#btn-menu {
	display: none;
}
.menu ul{
	display: flex;
	list-style: none;
}
.menu ul ul{
	display: none;

}
.menu a {
	display: block;
	color: #360E64;
	text-decoration: none;
	padding: 0px 14px;
    font-family: comic1;
	font-size: 1.5rem;
}
.menu a:hover{
	color:red;
}
.menu ul li:hover ul{
	display: block;
	position: absolute;
}
@media (max-width: 1123px){
	header {
    color: #210B61;
	background: #CECEF6;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 0px;
	padding: 20px;
	border-radius: 40px;
    }
}
@media (max-width: 803px) {
	header label{
		display: block;
		margin-top: -20px;

	}
	header{
		background: transparent;
	}
	.menu{
		position: absolute;
		top: 90px;
		right: 20px;
        width: 38%;
		transform: translateY(-170%);
		transition: all 0.5s;
		background:#CECEF6;
		border-radius: 20px;
	}
	.menu a {
	font-size: 2rem;
	font-family: comic1;
	}
	.menu ul{
		display: block;;
	}
	.menu ul li:hover ul{
		display: none;
	}
	#btn-menu:checked ~ .menu{
		transform: translateX(0%);
	}
	.slider ul {
	margin-top: 250px;
    }
}
@media (max-width: 420px) {
	.menu li a {
	font-size: 1.1rem;
	font-family: comic1;
    }
	.menu {
		top:95px;
		transform: translateY(-190%);
		width: 47%;
	}
}
@media (max-width: 321px) {
	.menu li a {
	font-size: 1rem;
	font-family: comic1;
    }
	.menu {
		top:95px;
		transform: translateY(-190%);
		width: 43%;
		right: 17px;
	}
}
.titulo1{
	position: relative;
	text-align: center;
	top:100px;
	font-family: comic1;
	font-size: 2.5rem;
	color: #8A0829;
}
.descripcion{
	display: flex;
	position: relative;
	top:130px;
	height: 180px;
	font-family: comic1;
	font-size: 2rem;
	color: #380B61;
}
.descripcion p{
	width: 100%;
	margin-left: 120px;
	margin-right: 120px;
	text-align: center;
}
.cheesecake{
	display: block;
	height: 1400px;

}
.cheesecake ul {
	list-style: none;
	font-size: 30px;
	margin-left: auto;
	display: flex;
	font-family: comic1;
	position: relative;
	top:140px;
}
.cheesecake li{
	width: 56.5%;
	margin-right: -200px;
	position: center;
	text-align: center;
}
.cheesecake img{
	width: 45%;
	border-radius: 15px;
}
.cheesecake a{
	text-decoration: none;
}
.cheesecake li a:hover {
    color: red;}

footer{
	color: #FFFFFF;
	display: block;
	background: #210B61;
	padding: 10px;
	font-family: comic1;
	border-radius: 40px;
	text-align: center;
    text-decoration-color: none;
}
@media (max-width: 1123px){
	.descripcion{
		height: 230px;
	}
    .cheesecake{
	display: block;
	height: 1100px;
}
}
@media (max-width: 803px) {
	.descripcion{
	top:230px;
	height: 270px;
    }
	.cheesecake{
	height: 720px;
	margin-top: 90px;

    }
    .cheesecake li{
	width: 56%;
	margin-right: -100px;
    }
    .cheesecake img{
	width: 40%;
    }
    .titulo1{
	top:200px;
}
}
@media (max-width: 420px) {
	.descripcion{
	top:210px;
	height: 300px;

    }
    .descripcion p{
    margin-left: 25px;
    margin-right: 25px;
    font-size: 1.7rem;
    }
	.cheesecake{
	height: 2400px;
    margin-right: 55px;
	}
	.cheesecake li{
	width: 100%;
    }
	.cheesecake a{
	font-size: 1.3rem;
	}
	.cheesecake ul{
	display: block;
	width: 85%;
	position: center;
	}
	.cheesecake img{
	width: 100%;
    }
}
@media (max-width: 380px) {
    .descripcion{
	top:210px;
	height: 300px;
    }
    .descripcion p{
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.7rem;
    }
	.cheesecake{
	height: 2200px;
	}
}
@media (max-width: 321px) {
	.cheesecake{
	height: 2100px;
	}
	.cheesecake a{
		font-size: 1.2rem;
	}
}
.referencias{
	display: block;
	height: 470px;

}
.referencias ul {
	list-style: none;
	font-size: 30px;
	margin-left: auto;
	display: flex;
	font-family: comic1;
	position: relative;
	top:50px;
}
.referencias li{
	width: 100%;
	position: center;
	text-align: center;
}
.referencias img{
	width: 85%;
	border-radius: 15px;
}
.referencias a{
	text-decoration: none;
}
.referencias li a:hover {
    color: red;
}
@media (max-width: 1123px){
	    .referencias{
    	height:350px;
    }
}
@media (max-width: 803px) {
	.referencias{
		margin-top:150px;
		height: 300px;
	}
}
@media (max-width: 420px) {
	.referencias{
    display: none;
}
@media (max-width: 321px) {
	.referencias{
    display: none;
	}
}
