/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Comforter&family=Kirang+Haerang&family=Yomogi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Single+Day&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Grandstander:wght@100;200;400;600;900&display=swap');


/*font-family: 'Comforter', cursive;
font-family: 'Yomogi', cursive;
font-family: 'Single Day', cursive;
font-family: 'Kirang Haerang', cursive;
font-family: 'Grandstander', cursive;*/

*{margin: 0;
padding: 0;
box-sizing: border-box;}

body{
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #0B0014;
}

h1 {font-family: 'Comforter', cursive;}

h2, h4 {font-family: 'Grandstander', cursive;
font-weight: 600;}

p{font-family: 'Grandstander', cursive;}

/*Header*/
.menu-header{
    position: sticky;
	width: 100%;
	height: 10vw;
	display: flex;
	flex-direction: row;
   	background-image: url(imagenes/honey.png);
	background-size: cover;
	background-position: center;
} 

.menu-content{
	width: 100%;
	height: 5vw;
    display: flex;
	flex-direction: row;
	padding: 5px;
	justify-content: space-between;
}

.logo-mini{
    margin-left: 0.5%;
	margin-top: 0.5%;
}

.menu{
	width: 15rem;
	list-style: none;
	margin-right: 0.5%;
	margin-top: 0.5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
} 

.menu li{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
} 

.inicio i{
	display: none;
}

.menu li a{
    color: #0B0014;
	font-size: 2rem;
    text-decoration: none;	
} 

.menu li h2{
	display: block;
	color: #0B0014;
	font-family: 'Kirang Haerang', cursive;
	font-size: 2rem;
	text-decoration: none;
} 

li a:hover, li a.active {
    color: #40007c;
    transition: .5s;
}
li h2:hover, li h2.active {
    color: #40007c;
    transition: .5s;
}

.checkbtn{
    font-size: 2rem;
    color: black;
    float: right;
    cursor: pointer;
	margin: 2%;
	display: none;
}

#check{
    display: none;
}

.menu.active {
	right: 0;
	align-items: right;
	margin-right: 0;
}

.menu.active ul{
	right: 0;
	margin-right: 0;
}


/*MAIN CONTENT*/

main{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
section{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
  	box-sizing: border-box;
}

/*footer*/
.Pie-pagina{
    width: 100%;
    display: flex;
    margin: 0;
    padding-bottom: 1.5%;
    padding-top: 0;
	justify-content: center;
	align-items: center;
	background-color: #0B0014;
bottom: 0;}

.grupo1{
    float: none;
    display: block;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding: 20px 0px 0px 0px;
    color: #F2AA02;
}

.logo-final h6{
    font-family: 'Kirang Haerang', cursive;
	font-size: 2vw;
}

.grupo1 img{
    width: 40px;
    height: auto;
}

.small {
    float: none;
    margin: auto;
	font-family: 'Single Day', cursive;   
}

/*scroll*/
::-webkit-scrollbar {
    width: 10px;
	height: 100px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #F2AA02;
    border-radius: 0 0 0 50px;
}

/*resposive*/
@media only screen and (min-width: 1025px) and (max-width: 1200px){

}
@media only screen and (min-width: 769px) and (max-width: 1024px){
    main{
        box-sizing: border-box;
}
	
	.grid-container{
		display: flex;	
}

	.right-box{
		justify-content: center;
		align-items: center;
		margin-right: 5%;
}

	.left-box{
		margin: 5%;
}

	#logo h1{
		justify-self: center;
		align-self: center;
		padding-top: 30%;
		font-size: 7rem;
}

	.left-box{
		margin-left: 5%;
}

	.grupo1{
		padding-top: 0;
		margin-top: 0;
}
	.menu{
		width: 25vw;
	}
	.menu li a{
		font-size: 3vw;
} 
	.menu li h2{
		font-size: 3vw;
} 
.logo-final h6{
	font-size: 4vw;
}
}

@media only screen and (min-width: 481px) and (max-width: 768px){
	.beee{
		padding-top: 20%;
	}

	.right-column{
		display: none;
	}

	.left-column{
		justify-self: center;
		margin-left: 5%;
		margin-right: 5%;
		padding-top: 10%;
}
	#tagline{
		padding: 0;
		margin-bottom: 0;
		margin-top: 0;
		font-size: 2rem;
	}

	#servicios ul li{
		padding: 0;
	}
	
    main{
        box-sizing: border-box;
}

	.check{
		display: flex;
		flex-direction: row;
		justify-content: right;

}
    .checkbtn{
		float: right;
        display: block;
		margin-top: 1%;
}

	.checkbtn:hover, .checkbtn.active{
		color: #ffeea0;
		transition: .5s;  
}
	#check:checked ~ .menu{
		right: 0;
}

	.inicio i{
		display: inline-block;
}
	.logo-mini{
		display: none;
}

	.menu-header{
		width: 100%;
        position: fixed;  
        z-index:100;
}

	.menu{
        position: fixed;
        width: 3rem;
        height: auto;
        margin-top: 5%;
        top: 4%;
        right: -100%;
        text-align: right;
        transition: all .5s;
		display: flex;
		flex-direction: column;
		justify-content: right;
		text-align: right;
		align-items: right;
		}

	.menu.active {
			right: 0;
			align-items: right;
			margin-right: 0;
		}

	.menu li{
		width: 100%;
        display: block;
        line-height: 1px;
		background-color: #fcad025e;
		border-radius: 50% 0 0 50%;
		padding: 10%;
}

	.menu li a{
		justify-content: center;
		align-items: center;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
} 

	.menu li h3{
		justify-content: center;
		align-items: center;
		vertical-align: top;
		top: 0;
}

	.menu li a:hover{
		border-radius: 50%;
		align-items: center;
		justify-items: center;
		color: #F2AA02;
}
	.menu li a:active{
		color: #ffeea0;
}

	.menu li h2{
		display: none;
}
.logo-final h6{
	font-size: 4vw;
}
}

@media only screen and (min-width: 320px) and (max-width: 480px){
	.beee{
		padding-top: 20%;
	}

	.right-column{
		display: none;
	}

	.left-column{
		justify-self: center;
		margin-left: 5%;
		margin-right: 5%;
}
	#tagline{
		padding: 0;
		margin-bottom: 0;
		margin-top: 0;
		font-size: 2rem;
	}

	#servicios ul li{
		padding: 0;
	}
	.check{
		display: flex;
		flex-direction: row;
		justify-content: right;

}
    .checkbtn{
		float: right;
        display: block;
		margin-top: 1%;
}

	.checkbtn:hover, .checkbtn.active{
		color: #ffeea0;
		transition: .5s;  
}
	#check:checked ~ .menu{
		right: 0;
}

	.inicio i{
		display: inline-block;
}
	.logo-mini{
		display: none;
}

	.menu-header{
		width: 100%;
        position: fixed;  
        z-index:100;
}

	.menu{
        position: fixed;
        width: 3rem;
        height: auto;
        margin-top: 5%;
        top: 4%;
        right: -100%;
        text-align: right;
        transition: all .5s;
		display: flex;
		flex-direction: column;
		justify-content: right;
		text-align: right;
		align-items: right;
		}

	.menu.active {
			right: 0;
			align-items: right;
			margin-right: 0;
		}

	.menu li{
		width: 100%;
        display: block;
        line-height: 1px;
		background-color: #fcad025e;
		border-radius: 50% 0 0 50%;
		padding: 10%;
}

	.menu li a{
		justify-content: center;
		align-items: center;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
} 

	.menu li h3{
		justify-content: center;
		align-items: center;
		vertical-align: top;
		top: 0;
}

	.menu li a:hover{
		border-radius: 50%;
		align-items: center;
		justify-items: center;
		color: #F2AA02;
}
	.menu li a:active{
		color: #ffeea0;
}

	.menu li h2{
		display: none;
}
.logo-final h6{
	font-size: 4vw;
}
}
