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

main{
	display: block;
	width: 100%;
}

.beee{
	display: flex;
	flex-direction: row;
	width: 100%;
	margin-bottom: 20px;
}

.grid-container {
	display: grid;
	grid-template-columns: 50% 50%; /* Two auto-sized columns */
	grid-gap: 30px; /* Spacing between grid items */
	align-self: center;
	margin: 0 5%;
}
	  
.left-column {
		display: flex;
		flex-direction: column;
}

.left-box {
		align-items: center;
		justify-content: center;
		padding: 5% 5% 0 5%;
		box-sizing: border-box;
}

#buttons{
	justify-content: center;
	align-items: center;
	height: auto;
}



/*logo section*/
.right-column {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 5%;
		height: 100%;
}
	  
.right-box {
	width: 100%;
	flex: 1; /* Takes up remaining space in the column */
	justify-content: center;
	align-items: center;
	background-image: url(imagenes/beegrande005ss.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;	
}

#logo{
	align-items: center;
	text-align: center;
	padding: 5%;
}

#bees{
	display: none;
}

#logo ul li{
	text-decoration: none;
}

#logo h1 {
	color: #0B0014; 
	font-size: 10vw;
	line-height: 90%;
    text-shadow: 1px 1px 2px #F2AA02, 0 0 0.2em #f7e395;
	text-align: center;
	align-self: center;
	justify-self: center;
	padding-top: 5%;
}

/*fin logo*/

#tagline{
	padding-top: 7%;
}

#tagline h2{
	text-align: left;
	font-size: 3vw;
	line-height: 90%;
	font-weight: 900;
	padding-left: 8%;
}

#servicios{
	text-decoration: none;
	text-align: left;
	word-wrap: normal;
	padding-bottom: 8%;
}

#servicios li{
	list-style: none;
	text-decoration: none;
	text-align: left;
	padding-left: 8%;
}

#servicios ul li h3{
	font-size: 2vw;
	color: #F2AA02;
	font-family: 'Grandstander', cursive;
	font-weight: 600;
}

.bordered-text{
	color: #f7e395;
	font-family: 'Grandstander', cursive;
	font-size: 4rem;
	z-index: -1;
	/*content: attr(data-text);
	-webkit-text-stroke: 0.5px #f7e395;
	text-stroke: 0.5px #f7e395;*/
}

#info p{
	width: 100%;
	height: 5vh;
	color: #F2AA02;
	font-size: medium;
	font-style: bold;
	padding-right: 40px;
}

.beealt{
	display: none;
}

.beealt2{
	display: none;
}

/*buttons*/
.hexbuttons {
	display: flex;
	flex-direction: column;
	justify-content: center;
	justify-items: center;
	align-items: center;
	padding-top: 5%;
  }

  .hexr {
	height: 100px;
	margin-top: -15px;
  }

  /*.hexr:nth-child(even) {
	margin-left: 53px;
	width: 220px;
  }*/

  .hexagon {
	background: #2a00528c;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	float: left;
	font-size: 3rem;
	height: 55px;
	width: 100px;
	margin: 0 5px 0 0;
	position: relative;
  }
  
  .hexagon:before {
	  content: "";
	  position: absolute;
	  top: -25px;
	  left: 0;
	  width: 0;
	  height: 0;
	  border-left: 50px solid transparent;
	  border-right: 50px solid transparent;
	  border-bottom: 25px solid #2a00528c;
  }

  .hexagon:after {
	  content: "";
	  position: absolute;
	  bottom: -25px;
	  left: 0;
	  width: 0;
	  height: 0;
	  border-left: 50px solid transparent;
	  border-right: 50px solid transparent;
	  border-top: 25px solid #2a00528c;
  }

  .hexagon span { 
	display: block; 
	height: 100%;
	padding-top: 8px;
	text-align: center;
	font-family: 'Grandstander', cursive;;
	width: 100%;
	color: #EDD6FF;
  }

  .hexagon span .title{
	font-family: 'Grandstander', cursive;
	color: #EDD6FF;
	text-align: center;
  }

  .hexagon span::before {
	content: attr(title);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 45px;
	width: 100%;
	font: 1.5rem 'Grandstander', cursive;
	opacity: 0;
	position: absolute;
	top: -5px;
	left: 0;
	text-transform: uppercase;
	transition: 0.1s all ease-in-out;
  }

  .hexagon:hover span::before {
	opacity: 1;
	top: 5px;
	transition: 0.1s all ease-in-out;
  }

  .hexagon:hover i {
	display: none;
	align-self: center;
	text-align: center;
  }

/*grid services explained*/
.servic{
	display: block;
	float:none;
	width: 100%;
	height: auto;
	margin: 0;
}

.texting{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 10%;
	margin: 0;	 
	color:#f7e395; 
	font-size: 1.5rem;
	text-align: center;
	font-weight: 600;
	line-height: 150%;
	justify-content: center;
}

.back-services{
	width: 100%;
	height: auto;
	padding-top: 10%;
}

/*hexagon buttons as background to explain services*/
	
.hexbuttons2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	justify-items: center;
	align-items: center;
	padding-top: 5%;
  }

  .hexr2 {
	height: 300px;
	margin-top: -40px; /*distancia entre lineas de hexagonos*/
  }


  .hexagon2 {
	background:#f2aa0210;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	float: left;
	height: 165px;
	width: 300px;
	margin: 0 20px 0 0;/*distancia entre hexagonos aledaneo*/
	position: relative;
  }

  .hexagon2 h4{
	font-size: 1.75rem;
	text-align: center;
	padding: 5%;
	color: #F2AA02;
  }

  .hexagon2 p{
	display: none;
  }

  .hexagon2:hover h4{
	display: none;
  }

  .hexagon2:hover p{
	display: block;
	font-size: 1rem;
	padding: 7%;
	text-align: center;
	color: #EDD6FF;
	font-weight: 200;
  }

  .hexagon2:before {
	  content: "";
	  position: absolute;
	  top: -75px;
	  left: 0;
	  width: 0;
	  height: 0;
	  border-left: 150px solid transparent;
	  border-right: 150px solid transparent;
	  border-bottom: 75px solid #f2aa0210;
  }

  .hexagon2:after {
	  content: "";
	  position: absolute;
	  bottom: -75px;
	  left: 0;
	  width: 0;
	  height: 0;
	  border-left: 150px solid transparent;
	  border-right: 150px solid transparent;
	  border-top: 75px solid #f2aa0210;
  }

  /*contact*/
  
.contact{
	display: flex;
	width: 10rem;
	list-style: none;
	margin-top: 5%;
	padding-top: 3%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
} 


.contact li a{
    color: #F2AA02;
	font-size: 2rem;
    text-decoration: none;
	text-align: center;	
} 


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

	.grid-container{
		width: 100%;
		height: auto;
	}
	.right-column{
		height: 80%;
		align-items: center;
	}
	
	#logo h1{
		font-size: 7rem;
	}
	.left-column{
		height: 80%;
	}
	.hexbuttons{
		padding-top: 0;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1024px){
	.beee{
		padding-top: 0;
		align-items: center;
}
	.left-box{
		margin: 0;
	}

	.right-box{
		justify-content: center;
		align-items: center;
		padding: 0;
}
	#logo{
		padding: 0;
	}

	#logo h1{
		justify-self: center;
		align-self: center;
		padding-top: 10%;
		font-size: 12vw;
}

.hexr2 {
	height: 220px;
	margin-top: -30px; /*distancia entre lineas de hexagonos*/
  }


  .hexagon2 {
	height: 125px;
	width: 220px;
	margin: 0 15px 0 0;/*distancia entre hexagonos aledaneo*/
	
  }

  .hexagon2 h4{
	font-size: 1.40rem;
  }

  .hexagon2:hover p{
	font-size: 0.95rem;
  }

  .hexagon2:before {
	  content: "";
	  top: -55px;
	  border-left: 110px solid transparent;
	  border-right: 110px solid transparent;
	  border-bottom: 55px solid #f2aa0210;
  }

  .hexagon2:after {
	  content: "";
	  bottom: -55px;
	  border-left: 110px solid transparent;
	  border-right: 110px solid transparent;
	  border-top: 55px solid #f2aa0210;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px){
	.main{
		height: 100%;
}

	.beee{
		padding-top: 0;
		height: 100%;}

	.grid-container{
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		margin: 0;
	}

	.left-column{
		margin: 0;
	}

	.left-box{
		width: 100%;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding-top: 10%;
	}

	.logo-mini{
		display: none;
	}

	.right-column{
		display: none;
	}
	.right-box{
		display: none;
	}

	#bees{
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
		margin-top: 0;
		justify-content: center;
		align-items: center;
	}
	
	.beealt{
		display: flex;
		max-width: 100%;
		height: auto;
		align-self: center;
		justify-self: center;
		color: #0B0014; 
		font-size: 12vw;
		line-height: 90%;
    	text-shadow: 1px 1px 2px #F2AA02, 0 0 0.2em #f7e395;
		text-align: center;
		align-self: center;
		justify-self: center;
		margin-bottom: 3%;
}
	.beealt h1{
		font-size: 10vw;
	}
	.beealt2{
		display: flex;
		max-width: 30%;
		max-height: auto;
		align-self: center;
		justify-self: center;
		opacity: 35%;
}

	.left-column{
		justify-self: center;
}

	#tagline{
		margin-top: 0;
		padding-left: 0;
		margin-left: 0;
	}

	#tagline h2{
		font-size: 8vw;
		text-align: center;
		padding-left: 0;
	}

	#servicios{
		padding-top: 5%;
		padding-bottom: 10%;
		justify-content: center;
		align-items: center;
	}

	#servicios ul li{
		justify-content: center;
	}

	#servicios ul li h3{
		padding: 0;
		padding-left: 20%;
		font-size: 6vw;
	}
	#buttons{
		margin-top: 0;
		padding-top: 5%;
	}
/*servicios*/
.hexr2 {
	height: 200px;
	margin-top: -20px; /*distancia entre lineas de hexagonos*/
  }

  .hexagon2 {
	height: 115px;
	width: 200px;
	margin: 0 15px 0 0;/*distancia entre hexagonos aledaneo*/
  }

  .hexagon2 h4{
	font-size: 1.40rem;
  }

  .hexagon2:hover p{
	font-size: 0.85rem;
	text-align: center;
  }

  .hexagon2:before{
	  content: "";
	  top: -50px;
	  border-left: 100px solid transparent;
	  border-right: 100px solid transparent;
	  border-bottom: 50px solid #f2aa0210;
  }

  .hexagon2:after {
	  content: "";
	  bottom: -50px;
	  border-left: 100px solid transparent;
	  border-right: 100px solid transparent;
	  border-top: 50px solid #f2aa0210;
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px){
	main{
		height: 100%;
}

	.beee{
		padding-top: 10%;
		height: 100%;}

	.grid-container{
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		margin: 0;
	}
	.left-column{
		margin: 0;
	}

	.left-box{
		width: 100%;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding-top: 10%;
	}

	.logo-mini{
		display: none;
	}

	.right-column{
		display: none;
	}
	.right-box{
		display: none;
	}

	#bees{
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
		margin-top: 0;
		justify-content: center;
		align-items: center;
	}
	
	.beealt{
		display: flex;
		max-width: 100%;
		height: auto;
		align-self: center;
		justify-self: center;
		color: #0B0014; 
		font-size: 12vw;
		line-height: 90%;
    	text-shadow: 1px 1px 2px #F2AA02, 0 0 0.2em #f7e395;
		text-align: center;
		align-self: center;
		justify-self: center;
		margin-bottom: 3%;
}
	.beealt h1{
		font-size: 10vw;
	}
	.beealt2{
		display: flex;
		max-width: 30%;
		max-height: auto;
		align-self: center;
		justify-self: center;
		opacity: 35%;
}

	.left-column{
		justify-self: center;
}

	#tagline{
		margin-top: 0;
		padding-left: 0;
		margin-left: 0;
	}

	#tagline h2{
		font-size: 8vw;
		text-align: center;
		padding-left: 0;
	}

	#servicios{
		padding-top: 10%;
		padding-bottom: 15%;
		justify-content: center;
		align-items: center;
	}

	#servicios ul li{
		justify-content: center;
		text-align: left;
		padding-left: 4%;
	}

	#servicios ul li h3{
		padding: 1%;
		font-size: 6vw;
	}
	#buttons{
		margin-top: 0;
		padding-top: 5%;
	}

	.hexr2 {
		height: auto;
		margin-top: 0; /*distancia entre lineas de hexagonos*/
	  }
	
	  .hexagon2 {
		height: 150px;
		width: 100%;
		margin: 0 10px 0 0;/*distancia entre hexagonos aledaneo*/
	  	padding: 10% 5%;
	}
	
	  .hexagon2 h4{
		font-size: 1.30rem;
	  }
	
	  .hexagon2:hover p{
		font-size: 1rem;
		text-align: center;
	  }
	
	  .hexagon2:before{
		  content: "";
		  border-bottom: 40px solid #f2aa0200;
	  }
	
	  .hexagon2:after {
		  content: "";
		  border-top: 40px solid #f2aa0200;
	  }
	  .texting{
		margin: 10% 0;
	  }
	}

