.Logobox {
  width: 20%;
  margin-left: 5%;
  padding: 0px;
  background-clip: padding-box;
  text-align: center;
  position: absolute;
  z-index: 4; 
}


.centered {
  position: absolute;
  top: 30%;
  text-align: center;
}
.container {
  position: relative;
}
.texto-block {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -30px;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;

}
.texto-block1 {
  position: absolute;
  top: 20%;
  left: 37%;
  margin-right: 5%;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  text-align: right;

  z-index: 2;
}
#comparativa {
	margin-top: 10px;
}

#comparativa .compara {
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	text-align: center;
}

#comparativa .compara:hover > .overlay-container {
	opacity: 0.8;
}

#comparativa .compara .overlay-container {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0;
	transition: opacity 1s;
	position: absolute;
}

#comparativa .compara h3 {
	position: relative;
	color: rgb(255, 255, 255);
	font-family: 'Quicksand';
	font-size: 42px;
	margin-top: 60px;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}
#comparativa .compara ul {
	line-height: 60px;
	margin-top: 120px;
	margin-bottom: 5px;
	margin-left: 75px;
	width: 45%;
	color: rgb(255, 255, 255);
	font-family: 'Quicksand';
	font-size: 30px;
	position: absolute;
	transition: opacity 1s;
	visibility: hidden;
	text-align: left;
}

#comparativa .compara:hover ul {
	line-height: 60px;
	margin-top: 120px;
	margin-bottom: 5px;
	margin-left: 75px;
	width: 45%;
	color: rgb(255, 255, 255);
	font-family: 'Quicksand';
	font-size: 30px;
	position: absolute;
	transition: opacity 1s;
	visibility: visible;
	text-align: left;
}
#comparativa .compara p {
	line-height:36px;
	margin-top: 50px;
	margin-bottom: 5px;
	margin-left: 90px;
	width: 45%;
	color: rgb(255, 255, 255);
	font-family: 'Quicksand';
	font-size: 30px;
	position: absolute;
	transition: opacity 1s;
	visibility: hidden;
	text-align: left;
}

#comparativa .compara:hover p {
	line-height:36px;
	margin-top: 50px;
	margin-bottom: 5px;
	margin-left: 90px;
	width: 45%;
	color: rgb(255, 255, 255);
	font-family: 'Quicksand';
	font-size: 30px;
	position: absolute;
	transition: opacity 1s;
	visibility: visible;
	text-align: left;
}
#comparativa .compara ul2 {
	line-height: 60px;
	margin-top: 120px;
	margin-bottom: 5px;
	padding-right: 30px;
	width: 45%;
	color: rgb(255, 255, 255);
	font-family: 'Quicksand';
	font-size: 30px;
	position: absolute;
	transition: opacity 1s;
	visibility: hidden;
	text-align: right;
	direction: rtl;
}

#comparativa .compara:hover ul2 {
	line-height: 60px;
	margin-top: 120px;
	margin-bottom: 5px;
	padding-right: 30px;
	width: 45%;
	color: rgb(255, 255, 255);
	font-family: 'Quicksand';
	font-size: 30px;
	position: absolute;
	transition: opacity 1s;
	visibility: visible;
	text-align: right;
	direction: rtl;
}
#comparativa .compara p2 {
	line-height:36px;
	width: 45%;
	margin-top: 50px;
	margin-bottom: 5px;
	padding-right: 40px;
	color: rgb(255, 255, 255);
	font-family: 'Quicksand';
	font-size: 30px;
	position: absolute;
	transition: opacity 1s;
	visibility: hidden;
	text-align: right;
}

#comparativa .compara:hover p2 {
	line-height:36px;
	width: 45%;
	margin-top: 50px;
	margin-bottom: 5px;
	padding-right: 40px;
	color: rgb(255, 255, 255);
	font-family: 'Quicksand';
	font-size: 30px;
	position: absolute;
	transition: opacity 1s;
	visibility: visible;
	text-align: right;
}


#comparativa .compara img {
	position: relative;
	height: 100%;
	width: 15%;
}


.box {
  width: 99%;
	height: 99%;
  margin: auto;
  background: rgba(255,255,255,0);
  padding: 35px;
  background-clip: padding-box;
  text-align: center;
  position: absolute;
  top: 1%;
  left: 1%;
  z-index: 3; 
}

.button1 {
  font-size: 16px;
  padding: 0px 10px;
  color: #06D85F;
  border: 4px solid #06D85F;
  border-radius: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 67%;
  left: 34%;
  z-index: 3;
  opacity: 0.6;
}
.button1:hover {
  background-color: #06D85F;
  opacity: 1;
}

.button2 {
  font-size: 16px;
  padding: 0px 10px;
  color: #06D85F;
  border: 4px solid #06D85F;
  border-radius: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 23%;
  left: 40%;
  z-index: 3;
	opacity: 0.6;
}
.button2:hover {
  background-color: #06D85F;
  opacity: 1;
}

.button3 {
  font-size: 16px;
  padding: 0px 10px;
  color: #06D85F;
  border: 4px solid #06D85F;
  border-radius: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 82%;
  left: 72%;
  z-index: 3;
	opacity: 0.6;
}
.button3:hover {
  background-color: #06D85F;
  opacity: 1;
}

.button4 {
  font-size: 16px;
  padding: 0px 10px;
  color: #06D85F;
  border: 4px solid #06D85F;
  border-radius: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 73%;
  left: 72%;
  z-index: 3;
	opacity: 0.6;
}
.button4:hover {
  background-color: #06D85F;
  opacity: 1;
}

.button5 {
  font-size: 16px;
  padding: 0px 10px;
  color: #06D85F;
  border: 4px solid #06D85F;
  border-radius: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 73%;
  left: 79%;
  z-index: 3;
	opacity: 0.6;
}
.button5:hover {
  background-color: #06D85F;
  opacity: 1;
}

.button6 {
  font-size: 16px;
  padding: 0px 10px;
  color: #06D85F;
  border: 4px solid #06D85F;
  border-radius: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 5%;
  left: 13%;
  z-index: 3;
	opacity: 0.6;
}
.button6:hover {
  background-color: #06D85F;
  opacity: 1;
}
.button7 {
  font-size: 16px;
  padding: 0px 10px;
  color: #06D85F;
  border: 4px solid #06D85F;
  border-radius: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 10%;
  left: 35%;
  z-index: 3;
	opacity: 0.6;
}
.button7:hover {
  background-color: #06D85F;
  opacity: 1;
}

.overlay {
  position: fixed;
  top: 30%;
  left: 10%;
  width: 80%;
  height: auto;
  background: rgba(255, 255, 255, 0.01);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9998;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  width: 40%;
  margin: auto;
  height: auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  transition: all 5s ease-in-out;
  z-index:21000;
}

.popup h6 {
	font-weight: 400;
	line-height:0px
	font-family: 'Quicksand';
	font-size: 24px;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
  font-size: 16px;
}

/*@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
*/

.mapa {
  width: 100%;
  height: auto;
  position: relative;
}

.installation-map {
  width: 95%;
  margin: auto;
  height: auto;
  position: relative;
  z-index: 2;
}
.info-flotante1 {
  width: 3%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;  
  opacity: 0.6;
}
.info-flotante1:hover {
	opacity: 1; 
}
.info-flotante2 {
  width: 3%;
  height: auto;
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 3;
  opacity: 0.6;
}
.info-flotante2:hover {
	opacity: 1; 
}
.info-flotante3 {
  width: 3%;
  height: auto;
  position: absolute;
  top: 80%;
  left: 10%;
  z-index: 3;
  opacity: 0.6;
}
.info-flotante3:hover {
	opacity: 1; 
}
.info-flotante4 {
  width: 3%;
  height: auto;
  position: absolute;
  top: 60%;
  left: 70%;
  z-index: 3;
  opacity: 0.6;
}
.info-flotante4:hover {
	opacity: 1; 
}
.info-flotante5 {
  width: 3%;
  height: auto;
  position: absolute;
  top: 15%;
  left: 25%;
  z-index: 3;
  opacity: 0.6;
}
.info-flotante5:hover {
	opacity: 1; 
}
/* CONTENT */
#content section {
	width: 100%;
	background-color: white;
}

#content section.grey {
/*	background-color: rgb(249, 247, 244);*/
	background-color: rgb(242, 241, 240);
}

.innersection {
	/*max-width: 1366px;*/
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 75px; 
	padding-bottom: 75px; 
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

/* START */

#interesting {
	width: 100%;
	overflow: hidden;
}

#interesting .interest {
	float: left;
	width: 16.66%;
	text-align: center;
	height: 258px;
	cursor: pointer;
}

#interesting .interest.disabled {
	opacity: 0.2;
}

#interesting .interest:not(.disabled):hover > * {
	opacity: 0.6;
}

#interesting .interest img {
	width: 65px;
	height: 65px;
	margin-top: 30px;
	margin-bottom: 10px;
	transition: opacity 1s;
}

#interesting .interest h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	transition: opacity 1s;
	max-width: 65%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Quicksand';
}

#interesting .interest p {
	margin-top: 0px;
	max-width: 65%;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	transition: opacity 1s;
}

#features {
	margin-top: 0px;
}

#features .feature {
	float: left;
	background-color: transparent;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-bottom: 6px;
}

#features .feature:hover > .overlay-container {
	opacity: 0.4;
}

#features .feature .overlay-container {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0;
	transition: opacity 1s;
	position: absolute;
}

#features .feature h1,
#features .feature h2 {
	position: absolute;
	color: rgb(255, 255, 255);
	font-family: 'Quicksand';
	font-size: 42px;
	margin-top: 40px;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}

#features .feature img {
	position: relative;
	height: 100%;
	width: 15%;
}

#categories {
	position: relative;
	z-index: 999;
	/*margin-top: -120px;*/
}

#categories .category {
	background-color: rgb(240,240,240);
	cursor: pointer;
	overflow: hidden;
	position: relative;
	margin-left: 0.1vw;
	margin-right: 0.1vw;
	float: left;
	width: 31.8vw;
	height: 22.1vw;
}

#categories .category.filler {
	background-color: rgb(186,185,184);
}

#categories .category:hover {
	background-color: rgb(30, 30, 30);
}


#categories .category:hover > div.catimage {
	background-position: 9.95vw 0px;
}

#categories .category h7 {
	position: absolute;
	font-family: 'Quicksand';
	font-size: 18px;
	margin-top: 10px;
	width:80%;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	letter-spacing: 0; 
	font-weight: 400;
	line-height:20px;
	/*transition: opacity 1s;*/
}

#categories .category:hover h7 {
	position: absolute;
	font-family: 'Quicksand';
	color: rgb(255, 255, 255);
	font-size: 18px;
	margin-top: 10px;
	width:80%;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	letter-spacing: 0; 
	font-weight: 400;
	line-height:20px;
	/*transition: opacity 1s;*/
}
#categories .category ul {
	line-height:16px
	margin: 30px;
	margin-bottom: 5px;
	padding-top: 65px;
	padding-left: 30px;
	max-width: 60%;
	color: rgb(250, 250, 250);
	font-family: 'Quicksand';
	font-size: 1px;
	position: relative;
	transition: opacity 1s;
}

#categories .category:hover ul {
	line-height:10px
	margin: 30px;
	margin-bottom: 5px;
	padding-top: 65px;
	padding-left: 25px;
	max-width: 63%;
	color: rgb(255, 255, 255);
	font-family: 'Quicksand';
	font-size: 14px;
	position: relative;
	transition: opacity 1s;
}
#categories .category p {
	line-height:16px
	margin: 15px;
	margin-bottom: 5px;
	padding-top: 45px;
	padding-left: 15px;
	color: rgb(250, 250, 250);
	font-family: 'Quicksand';
	font-size: 12px;
	position: relative;
	transition: opacity 1s;
}

#categories .category:hover p {
	line-height:16px
	margin: 15px;
	margin-bottom: 5px;
	padding-top: 45px;
	padding-left: 15px;
	color: rgb(255, 255, 255);
	font-family: 'Quicksand';
	font-size: 12px;
	position: relative;
	transition: opacity 1s;
}
#categories .category div.catimage {
	right: 0px;
	bottom: 0px;
 	width: 32vw;
	height: 16vw;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
	background-position: 0px 0px;

}
/*
#categories .category div.colorbar {
	margin: 15px;
	height: 7px;
	width: 50px;
	margin-top: 0px;
	position: absolute;
}
*/
#categories .category div.fullback {
	background-image: url(../../gd.html);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
}
#categories .category div.fullfront {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
#categories .category.full p {
	color: rgb(255,255,255);
}
#categories .category.full:hover > div.fullfront {
	background-color: rgba(0,0,0,0.01);
}
