@media screen and (max-width: 359px) and (orientation:portrait) {
	body{
		font-family: sans-serif;
	}

	.black{
		color: #000;
	}

	.nav{
		background-color: #b8d2f6; 
		height: 22%;
	}

	.menu{
		color: #000;
		padding-top: 2%;
	}

	.menu>li{
		font-size: 1.3em;
	}

	.menu li:hover{
		color: #00b0f0;
	}

	header{
		background-image: url('../images/header.jpg');
		background-position: center center;
		background-size: cover;
		height: 32%;
		width: 100%;
	}

	.header-title{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 83%;
	}

	.header-title-blue{
		/*background-color: #b8d2f6; */
		color: #00b0f0;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-and{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-green{
		/*background-color: #b8d2f6; */
		color: #00cc00;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-subtitle{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 25px;
		font-weight: 100;
		margin: 10px auto 0 auto;
		text-transform: uppercase;
		width: 270px;
	}

	.carta{
		background-color: #b8d2f6;
		height: 50%;
		width: 100%;
	}

	.carta-title{
		font-size: 1.5em;
		font-weight: 100;
		text-transform: uppercase;
		font-weight: bold;
	}

	.intro > p{
		color: #000;
		line-height: 150%;
		margin-top: 10px;
		font-size: 1em;
	}

	.carta-button{
		border: 5px solid #000;
		color: #000;
		font-size: 2em;
		padding: 1% 3% 1% 3%;
		text-transform: uppercase;
	}

	.right{
		text-align: center;
		padding-top: 60px;
	}

	.fondo{
		background-color: #b8d2f6;
	}

	.titulo-servicios h1{
		padding: 10px center 10px center;
		color: #000;
		font-size: 25px;
		font-weight: bold;
	}

	.button {
		background-color:  #b8d2f6;
		border-radius: 12px;
		color: black;
		padding: 15px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 24px;
		cursor: pointer;
		float: left;
		width: 50%;
	}

	.button:hover {
		background-color: #00b0f0;
	}

	.ir-arriba {
		border-radius: 50px;
		border-color: #000;
		display:none;
		padding:20px;
		background:#b8d2f6;
		font-size:30px;
		color:#000;
		cursor:pointer;
		position: fixed;
		bottom:30px;
		right:10px;
	}

	#imagen-casa{
		height: 100%;
		width: 90%;
	}

	.selector{
		position: relative;
		width: 90%;
		height: 2%;
		left: 5%;
		margin-top: 3%;
	}

	.circle{
		position: absolute;
		top: -5px;
		width: 20px;
		height: 20px;
		border-radius: 100%;
		border: 1px solid #00cc00;
		background: white;
		cursor: pointer;
		transform: translateX(-50%);
	}

	#selector-panel{
		left: 0%;
	}

	#selector-calentador{
		left: 12.5%;
	}

	#selector-pisoradiante{
		left: 25%;
	}

	#selector-alberca{
		left: 37.5%;
	}

	#selector-suavizador{
		left: 50%;
	}

	#selector-caldera{
		left: 62.5%;
	}

	#selector-radiador{
		left: 75%;
	}

	#selector-riego{
		left: 87.5%;
	}

	#selector-osmosis{
		left: 100%;
	}

	#descripcion-casa{
	  width: 85%;
	  margin: 20px auto;
	  text-align: center;
	  padding: 20px;
	  color: white;
	  background-color: #b8d2f6;
	  .parent-slide{padding:15px;}
	  img{display: block;margin:auto;}
	}

	#producto{
		width: 100%;
		height: 75%;
		position: relative;
	}

	.titulo-producto{
		color: #000;
		position: relative;
	    top: -85%;
	    width: 100%;
	}

	.descripcion-producto{
		position: relative;
	    top: -100%;
	    height: 72%;
	    width: 100%;
	}

	.descripcion-producto > p{
		color: #000;
	    font-size: 1.3em;
	}

	#conoce-mas{
		padding: 1%;
		position: relative;
	    left: 15%;
	    top: -170%;
	    width: 65%;
	    background-color:  #00cc00;
	    border-radius: 100px;
	}	

	#conoce-mas > a{
		font-size: 1.5em;
	}

	#contenido-titulo{
		font-size: 1.5em;
	}

	#imagen-producto{
		height: 0px;
	}
}

@media screen and (min-width: 360px) and (max-width: 395px) and (orientation:portrait) {
	body{
		font-family: sans-serif;
	}

	.black{
		color: #000;
	}

	.nav{
		background-color: #b8d2f6; 
		height: 20%;
	}

	.menu{
		color: #000;
		padding-top: 2%;
	}

	.menu>li{
		font-size: 1.5em;
	}

	.menu li:hover{
		color: #00b0f0;
	}

	header{
		background-image: url('../images/header.jpg');
		background-position: center center;
		background-size: cover;
		height: 45%;
		width: 100%;
	}

	.header-title{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 83%;
	}

	.header-title-blue{
		/*background-color: #b8d2f6; */
		color: #00b0f0;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-and{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-green{
		/*background-color: #b8d2f6; */
		color: #00cc00;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-subtitle{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 25px;
		font-weight: 100;
		margin: 50px auto 0 auto;
		text-transform: uppercase;
		width: 270px;
	}

	.carta{
		background-color: #b8d2f6;
		height: 39%;
		width: 100%;
	}

	.carta-title{
		font-size: 1.5em;
		font-weight: 100;
		text-transform: uppercase;
		font-weight: bold;
	}

	.intro > p{
		color: #000;
		line-height: 150%;
		margin-top: 10px;
		font-size: 1em;
	}

	.carta-button{
		border: 5px solid #000;
		color: #000;
		font-size: 2em;
		padding: 1% 3% 1% 3%;
		text-transform: uppercase;
	}

	.right{
		text-align: center;
		padding-top: 60px;
	}

	.fondo{
		background-color: #b8d2f6;
	}

	.titulo-servicios h1{
		padding: 10px center 10px center;
		color: #000;
		font-size: 25px;
		font-weight: bold;
	}

	.button {
		background-color:  #b8d2f6;
		border-radius: 12px;
		color: black;
		padding: 15px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 24px;
		cursor: pointer;
		float: left;
		width: 50%;
	}

	.button:hover {
		background-color: #00b0f0;
	}

	.ir-arriba {
		border-radius: 50px;
		border-color: #000;
		display:none;
		padding:20px;
		background:#b8d2f6;
		font-size:30px;
		color:#000;
		cursor:pointer;
		position: fixed;
		bottom:30px;
		right:10px;
	}

	#imagen-casa{
		height: 100%;
		width: 85%;
	}

	.selector{
		position: relative;
		width: 90%;
		height: 2%;
		left: 5%;
		margin-top: 3%;
	}

	.circle{
		position: absolute;
		top: -5px;
		width: 20px;
		height: 20px;
		border-radius: 100%;
		border: 1px solid #00cc00;
		background: white;
		cursor: pointer;
		transform: translateX(-50%);
	}

	#selector-panel{
		left: 0%;
	}

	#selector-calentador{
		left: 12.5%;
	}

	#selector-pisoradiante{
		left: 25%;
	}

	#selector-alberca{
		left: 37.5%;
	}

	#selector-suavizador{
		left: 50%;
	}

	#selector-caldera{
		left: 62.5%;
	}

	#selector-radiador{
		left: 75%;
	}

	#selector-riego{
		left: 87.5%;
	}

	#selector-osmosis{
		left: 100%;
	}

	#descripcion-casa{
	  width: 85%;
	  margin: 20px auto;
	  text-align: center;
	  padding: 20px;
	  color: white;
	  background-color: #b8d2f6;
	  .parent-slide{padding:15px;}
	  img{display: block;margin:auto;}
	}

	#producto{
		width: 100%;
		height: 75%;
		position: relative;
	}

	.titulo-producto{
		color: #000;
		position: relative;
	    top: -85%;
	    width: 100%;
	}

	.descripcion-producto{
		position: relative;
	    top: -100%;
	    height: 72%;
	    width: 100%;
	}

	.descripcion-producto > p{
		color: #000;
	    font-size: 1.3em;
	}

	#conoce-mas{
		padding: 1%;
		position: relative;
	    left: 25%;
	    top: -170%;
	    width: 50%;
	    background-color:  #00cc00;
	    border-radius: 100px;
	}	

	#conoce-mas > a{
		font-size: 1.5em;
	}

	#contenido-titulo{
		font-size: 1.5em;
	}

	#imagen-producto{
		height: 110px;
	}
}

@media screen and (min-width: 396px) and (max-width: 513px) and (orientation:portrait) {
	body{
		font-family: sans-serif;
	}

	.black{
		color: #000;
	}

	.nav{
		background-color: #b8d2f6; 
		height: 20%;
	}

	.menu{
		color: #000;
		padding-top: 0%;
	}

	.menu>li{
		font-size: 1.7em;
	}

	.menu li:hover{
		color: #00b0f0;
	}

	header{
		background-image: url('../images/header.jpg');
		background-position: center center;
		background-size: cover;
		height: 80%;
		width: 100%;
	}

	.header-title{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 83%;
	}

	.header-title-blue{
		/*background-color: #b8d2f6; */
		color: #00b0f0;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-and{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-green{
		/*background-color: #b8d2f6; */
		color: #00cc00;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-subtitle{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 25px;
		font-weight: 100;
		margin: 50px auto 0 auto;
		text-transform: uppercase;
		width: 270px;
	}

	.carta{
		background-color: #b8d2f6;
		height: 65%;
		width: 100%;
	}

	.carta-title{
		font-size: 30px;
		font-weight: 100;
		text-transform: uppercase;
		font-weight: bold;
	}

	.intro > p{
		color: #000;
		line-height: 40px;
		margin-top: 10px;
		font-size: 25px;
	}

	.carta-button{
		border: 5px solid #000;
		color: #000;
		font-size: 3em;
		padding: 1% 3% 1% 3%;
		text-transform: uppercase;
	}

	.right{
		text-align: center;
		padding-top: 60px;
	}

	.fondo{
		background-color: #b8d2f6;
	}

	.titulo-servicios h1{
		padding: 10px center 10px center;
		color: #000;
		font-size: 25px;
		font-weight: bold;
	}

	.button {
		background-color:  #b8d2f6;
		border-radius: 12px;
		color: black;
		padding: 15px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 24px;
		cursor: pointer;
		float: left;
		width: 50%;
	}

	.button:hover {
		background-color: #00b0f0;
	}

	.ir-arriba {
		border-radius: 50px;
		border-color: #000;
		display:none;
		padding:20px;
		background:#b8d2f6;
		font-size:30px;
		color:#000;
		cursor:pointer;
		position: fixed;
		bottom:30px;
		right:10px;
	}

	#imagen-casa{
		height: 100%;
		width: 85%;
	}

	.selector{
		position: relative;
		width: 90%;
		height: 2%;
		left: 5%;
		margin-top: 3%;
	}

	.circle{
		position: absolute;
		top: -5px;
		width: 20px;
		height: 20px;
		border-radius: 100%;
		border: 1px solid #00cc00;
		background: white;
		cursor: pointer;
		transform: translateX(-50%);
	}

	#selector-panel{
		left: 0%;
	}

	#selector-calentador{
		left: 12.5%;
	}

	#selector-pisoradiante{
		left: 25%;
	}

	#selector-alberca{
		left: 37.5%;
	}

	#selector-suavizador{
		left: 50%;
	}

	#selector-caldera{
		left: 62.5%;
	}

	#selector-radiador{
		left: 75%;
	}

	#selector-riego{
		left: 87.5%;
	}

	#selector-osmosis{
		left: 100%;
	}

	#descripcion-casa{
	  width: 85%;
	  margin: 20px auto;
	  text-align: center;
	  padding: 20px;
	  color: white;
	  background-color: #b8d2f6;
	  .parent-slide{padding:15px;}
	  img{display: block;margin:auto;}
	}

	#producto{
		width: 100%;
		height: 75%;
		position: relative;
	}

	.titulo-producto{
		color: #000;
		position: relative;
	    top: -85%;
	    width: 100%;
	}

	.descripcion-producto{
		position: relative;
	    top: -100%;
	    height: 72%;
	    width: 100%;
	}

	.descripcion-producto > p{
		color: #000;
	    font-size: 1.5em;
	}

	#conoce-mas{
		padding: 1%;
		position: relative;
	    left: 28%;
	    top: -170%;
	    width: 48%;
	    background-color:  #00cc00;
	    border-radius: 100px;
	}

	#conoce-mas > a{
		font-size: 1.5em;
	}	

	#contenido-titulo{
		font-size: 1.5em;
	}

	#imagen-producto{
		height: 100px;
	}
}

@media screen and (min-width: 514px) and (max-width: 599px) and (orientation:portrait) {
	body{
		font-family: sans-serif;
	}

	.black{
		color: #000;
	}

	.nav{
		background-color: #b8d2f6; 
		height: 20%;
	}

	.menu{
		color: #000;
		padding-top: 0%;
	}

	.menu>li{
		font-size: 1.3em;
		padding-left: 4%;
	}

	.menu li:hover{
		color: #00b0f0;
	}

	header{
		background-image: url('../images/header.jpg');
		background-position: center center;
		background-size: cover;
		height: 80%;
		width: 100%;
	}

	.header-title{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 83%;
	}

	.header-title-blue{
		/*background-color: #b8d2f6; */
		color: #00b0f0;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-and{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-green{
		/*background-color: #b8d2f6; */
		color: #00cc00;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-subtitle{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 25px;
		font-weight: 100;
		margin: 50px auto 0 auto;
		text-transform: uppercase;
		width: 270px;
	}

	.carta{
		background-color: #b8d2f6;
		height: 65%;
		width: 100%;
	}

	.carta-title{
		font-size: 30px;
		font-weight: 100;
		text-transform: uppercase;
		font-weight: bold;
	}

	.intro > p{
		color: #000;
		line-height: 40px;
		margin-top: 10px;
		font-size: 25px;
	}

	.carta-button{
		border: 5px solid #000;
		color: #000;
		font-size: 3em;
		padding: 1% 3% 1% 3%;
		text-transform: uppercase;
	}

	.right{
		text-align: center;
		padding-top: 60px;
	}

	.fondo{
		background-color: #b8d2f6;
	}

	.titulo-servicios h1{
		padding: 10px center 10px center;
		color: #000;
		font-size: 25px;
		font-weight: bold;
	}

	.button {
		background-color:  #b8d2f6;
		border-radius: 12px;
		color: black;
		padding: 15px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 24px;
		cursor: pointer;
		float: left;
		width: 50%;
	}

	.button:hover {
		background-color: #00b0f0;
	}

	.ir-arriba {
		border-radius: 50px;
		border-color: #000;
		display:none;
		padding:20px;
		background:#b8d2f6;
		font-size:30px;
		color:#000;
		cursor:pointer;
		position: fixed;
		bottom:30px;
		right:10px;
	}

	#imagen-casa{
		height: 100%;
		width: 85%;
	}

	.selector{
		position: relative;
		width: 90%;
		height: 2%;
		left: 5%;
		margin-top: 3%;
	}

	.circle{
		position: absolute;
		top: -5px;
		width: 20px;
		height: 20px;
		border-radius: 100%;
		border: 1px solid #00cc00;
		background: white;
		cursor: pointer;
		transform: translateX(-50%);
	}

	#selector-panel{
		left: 0%;
	}

	#selector-calentador{
		left: 12.5%;
	}

	#selector-pisoradiante{
		left: 25%;
	}

	#selector-alberca{
		left: 37.5%;
	}

	#selector-suavizador{
		left: 50%;
	}

	#selector-caldera{
		left: 62.5%;
	}

	#selector-radiador{
		left: 75%;
	}

	#selector-riego{
		left: 87.5%;
	}

	#selector-osmosis{
		left: 100%;
	}

	#descripcion-casa{
	  width: 85%;
	  margin: 20px auto;
	  text-align: center;
	  padding: 20px;
	  color: white;
	  background-color: #b8d2f6;
	  .parent-slide{padding:15px;}
	  img{display: block;margin:auto;}
	}

	#producto{
		width: 100%;
		height: 75%;
		position: relative;
	}

	.titulo-producto{
		color: #000;
		position: relative;
	    top: -85%;
	    width: 100%;
	}

	.descripcion-producto{
		position: relative;
	    top: -100%;
	    height: 72%;
	    width: 100%;
	}

	.descripcion-producto > p{
		color: #000;
	    font-size: 1em;
	}

	#conoce-mas{
		padding: 1%;
		position: relative;
	    left: 35%;
	    top: -170%;
	    width: 30%;
	    background-color:  #00cc00;
	    border-radius: 100px;
	}

	#imagen-producto{
		height: 75px;
	}
}

@media screen and (min-width: 600px) and (max-width: 759px) and (orientation:portrait) {
	body{
		font-family: sans-serif;
	}

	.black{
		color: #000;
	}

	.nav{
		background-color: #b8d2f6; 
		height: 11%;
	}

	.menu{
		color: #000;
		padding-top: 0%;
	}

	.menu>li{
		font-size: 1.5em;
		padding-left: 4%;
	}

	.menu li:hover{
		color: #00b0f0;
	}

	header{
		background-image: url('../images/header.jpg');
		background-position: center center;
		background-size: cover;
		height: 50%;
		width: 100%;
	}

	.header-title{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 83%;
	}

	.header-title-blue{
		/*background-color: #b8d2f6; */
		color: #00b0f0;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-and{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-green{
		/*background-color: #b8d2f6; */
		color: #00cc00;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-subtitle{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 25px;
		font-weight: 100;
		margin: 50px auto 0 auto;
		text-transform: uppercase;
		width: 270px;
	}

	.carta{
		background-color: #b8d2f6;
		height: 39%;
		width: 100%;
	}

	.carta-title{
		font-size: 30px;
		font-weight: 100;
		text-transform: uppercase;
		font-weight: bold;
	}

	.intro > p{
		color: #000;
		line-height: 30px;
		margin-top: 10px;
		font-size: 25px;
	}

	.carta-button{
		border: 5px solid #000;
		color: #000;
		font-size: 3em;
		padding: 1% 3% 1% 3%;
		text-transform: uppercase;
	}

	.right{
		text-align: center;
		padding-top: 60px;
	}

	.fondo{
		background-color: #b8d2f6;
	}

	.titulo-servicios h1{
		padding: 10px center 10px center;
		color: #000;
		font-size: 25px;
		font-weight: bold;
	}

	.button {
		background-color:  #b8d2f6;
		border-radius: 12px;
		color: black;
		padding: 15px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 24px;
		cursor: pointer;
		float: left;
		width: 50%;
	}

	.button:hover {
		background-color: #00b0f0;
	}

	.ir-arriba {
		border-radius: 50px;
		border-color: #000;
		display:none;
		padding:20px;
		background:#b8d2f6;
		font-size:30px;
		color:#000;
		cursor:pointer;
		position: fixed;
		bottom:30px;
		right:10px;
	}	

	#imagen-casa{
		height: 100%;
		width: 98%;
	}

	.selector{
		position: relative;
		width: 90%;
		height: 2%;
		left: 5%;
		margin-top: 3%;
	}

	.circle{
		position: absolute;
		top: -5px;
		width: 20px;
		height: 20px;
		border-radius: 100%;
		border: 1px solid #00cc00;
		background: white;
		cursor: pointer;
		transform: translateX(-50%);
	}

	#selector-panel{
		left: 0%;
	}

	#selector-calentador{
		left: 12.5%;
	}

	#selector-pisoradiante{
		left: 25%;
	}

	#selector-alberca{
		left: 37.5%;
	}

	#selector-suavizador{
		left: 50%;
	}

	#selector-caldera{
		left: 62.5%;
	}

	#selector-radiador{
		left: 75%;
	}

	#selector-riego{
		left: 87.5%;
	}

	#selector-osmosis{
		left: 100%;
	}

	#descripcion-casa{
	  width: 85%;
	  margin: 20px auto;
	  text-align: center;
	  padding: 20px;
	  color: white;
	  background-color: #b8d2f6;
	  .parent-slide{padding:15px;}
	  img{display: block;margin:auto;}
	}

	#producto{
		width: 100%;
		height: 75%;
		position: relative;
	}

	.titulo-producto{
		color: #000;
		position: relative;
	    top: -85%;
	    width: 100%;
	}

	.descripcion-producto{
		position: relative;
	    top: -100%;
	    height: 72%;
	    width: 100%;
	}

	.descripcion-producto > p{
		color: #000;
	    font-size: 2em;
	}

	#conoce-mas{
		padding: 1%;
		position: relative;
	    left: 35%;
	    top: -170%;
	    width: 30%;
	    background-color:  #00cc00;
	    border-radius: 100px;
	}

	#contenido-titulo{
		font-size: 2em;
	}

	#conoce-mas > a{
		font-size: 1.5em;
	}

	#imagen-producto{
		height: 130px;
	}
}

@media screen and (min-width: 760px) and (max-width: 1023px) and (orientation:portrait) {
	body{
		font-family: sans-serif;
	}

	.black{
		color: #000;
	}

	.nav{
		background-color: #b8d2f6; 
		height: 11%;
	}

	.menu{
		color: #000;
		padding-top: 0%;
	}

	.menu>li{
		font-size: 2em;
		padding-left: 7%;
	}

	.menu li:hover{
		color: #00b0f0;
	}

	header{
		background-image: url('../images/header.jpg');
		background-position: center center;
		background-size: cover;
		height: 50%;
		width: 100%;
	}

	.header-title{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 3em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 83%;
	}

	.header-title-blue{
		/*background-color: #b8d2f6; */
		color: #00b0f0;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-and{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-green{
		/*background-color: #b8d2f6; */
		color: #00cc00;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-subtitle{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 2em;
		font-weight: 100;
		margin: 50px auto 0 auto;
		text-transform: uppercase;
		width: 270px;
	}

	.carta{
		background-color: #b8d2f6;
		height: 39%;
		width: 100%;
	}

	.carta-title{
		font-size: 2em;
		font-weight: 100;
		text-transform: uppercase;
		font-weight: bold;
	}

	.intro > p{
		color: #000;
		line-height: 40px;
		margin-top: 10px;
		font-size: 2em;
	}

	.carta-button{
		border: 5px solid #000;
		color: #000;
		font-size: 3em;
		padding: 1% 3% 1% 3%;
		text-transform: uppercase;
	}

	.right{
		text-align: center;
		padding-top: 60px;
	}

	.fondo{
		background-color: #b8d2f6;
	}

	.titulo-servicios h1{
		padding: 10px center 10px center;
		color: #000;
		font-size: 25px;
		font-weight: bold;
	}

	.button {
		background-color:  #b8d2f6;
		border-radius: 12px;
		color: black;
		padding: 15px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 24px;
		cursor: pointer;
		float: left;
		width: 50%;
	}

	.button:hover {
		background-color: #00b0f0;
	}

	.ir-arriba {
		border-radius: 50px;
		border-color: #000;
		display:none;
		padding:20px;
		background:#b8d2f6;
		font-size:30px;
		color:#000;
		cursor:pointer;
		position: fixed;
		bottom:30px;
		right:10px;
	}

	#imagen-casa{
		height: 100%;
		width: 70%;
	}

	.selector{
		position: relative;
		width: 90%;
		height: 2%;
		left: 5%;
		margin-top: 3%;
	}

	.circle{
		position: absolute;
		top: -5px;
		width: 20px;
		height: 20px;
		border-radius: 100%;
		border: 1px solid #00cc00;
		background: white;
		cursor: pointer;
		transform: translateX(-50%);
	}

	#selector-panel{
		left: 0%;
	}

	#selector-calentador{
		left: 12.5%;
	}

	#selector-pisoradiante{
		left: 25%;
	}

	#selector-alberca{
		left: 37.5%;
	}

	#selector-suavizador{
		left: 50%;
	}

	#selector-caldera{
		left: 62.5%;
	}

	#selector-radiador{
		left: 75%;
	}

	#selector-riego{
		left: 87.5%;
	}

	#selector-osmosis{
		left: 100%;
	}

	#descripcion-casa{
	  width: 85%;
	  margin: 20px auto;
	  text-align: center;
	  padding: 20px;
	  color: white;
	  background-color: #b8d2f6;
	  .parent-slide{padding:15px;}
	  img{display: block;margin:auto;}
	}

	#producto{
		width: 100%;
		height: 75%;
		position: relative;
	}

	#imagen-producto{
		height: 150px;
	}

	.titulo-producto{
		color: #000;
		position: relative;
	    top: -85%;
	    width: 100%;
	}

	#contenido-titulo{
    	font-size: 2em;
	}

	.descripcion-producto{
		position: relative;
	    top: -100%;
	    height: 72%;
	    width: 100%;
	}

	.descripcion-producto > p{
		color: #000;
	    font-size: 2em;
	}

	#conoce-mas{
		padding: 1%;
		position: relative;
	    left: 35%;
	    top: -170%;
	    width: 30%;
	    background-color:  #00cc00;
	    border-radius: 100px;
	}

	#conoce-mas > a{
		font-size: 2em;
	}

	#imagen-producto{
		height: 130px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1440px) and (orientation:portrait) {
	body{
		font-family: sans-serif;
	}

	.black{
		color: #000;
	}

	.nav{
		background-color: #b8d2f6; 
		height: 11%;
	}

	.menu{
		color: #000;
		padding-top: 0%;
	}

	.menu>li{
		font-size: 3em;
		padding-left: 5%;
	}

	.menu li:hover{
		color: #00b0f0;
	}

	header{
		background-image: url('../images/header.jpg');
		background-position: center center;
		background-size: cover;
		height: 50%;
		width: 100%;
	}

	.header-title{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 4em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 83%;
	}

	.header-title-blue{
		/*background-color: #b8d2f6; */
		color: #00b0f0;
		font-size: 3em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-and{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 3em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-green{
		/*background-color: #b8d2f6; */
		color: #00cc00;
		font-size: 3em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-subtitle{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 3em;
		font-weight: 100;
		margin: 50px auto 0 auto;
		text-transform: uppercase;
		width: 270px;
	}

	.carta{
		background-color: #b8d2f6;
		height: 39%;
		width: 100%;
	}

	.carta-title{
		font-size: 3em;
		font-weight: 100;
		text-transform: uppercase;
		font-weight: bold;
	}

	.intro > p{
		color: #000;
		line-height: 73px;
		margin-top: 10px;
		font-size: 2.5em;
	}

	.carta-button{
		border: 5px solid #000;
		color: #000;
		font-size: 5em;
		padding: 1% 3% 1% 3%;
		text-transform: uppercase;
	}

	.right{
		text-align: center;
		padding-top: 60px;
	}

	.fondo{
		background-color: #b8d2f6;
	}

	.titulo-servicios h1{
		padding: 10px center 10px center;
		color: #000;
		font-size: 25px;
		font-weight: bold;
	}

	.button {
		background-color:  #b8d2f6;
		border-radius: 12px;
		color: black;
		padding: 15px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 24px;
		cursor: pointer;
		float: left;
		width: 50%;
	}

	.button:hover {
		background-color: #00b0f0;
	}

	.ir-arriba {
		border-radius: 50px;
		border-color: #000;
		display:none;
		padding:20px;
		background:#b8d2f6;
		font-size:30px;
		color:#000;
		cursor:pointer;
		position: fixed;
		bottom:30px;
		right:10px;
	}

	.imagen-logo{
		height: 145px;
	}

	#imagen-casa{
		height: 100%;
		width: 90%;
	}

	.selector{
		position: relative;
		width: 90%;
		height: 2%;
		left: 5%;
		margin-top: 3%;
	}

	.circle{
		position: absolute;
		top: -5px;
		width: 20px;
		height: 20px;
		border-radius: 100%;
		border: 1px solid #00cc00;
		background: white;
		cursor: pointer;
		transform: translateX(-50%);
	}

	#selector-panel{
		left: 0%;
	}

	#selector-calentador{
		left: 12.5%;
	}

	#selector-pisoradiante{
		left: 25%;
	}

	#selector-alberca{
		left: 37.5%;
	}

	#selector-suavizador{
		left: 50%;
	}

	#selector-caldera{
		left: 62.5%;
	}

	#selector-radiador{
		left: 75%;
	}

	#selector-riego{
		left: 87.5%;
	}

	#selector-osmosis{
		left: 100%;
	}

	#descripcion-casa{
	  width: 85%;
	  margin: 20px auto;
	  text-align: center;
	  padding: 20px;
	  color: white;
	  background-color: #b8d2f6;
	  .parent-slide{padding:15px;}
	  img{display: block;margin:auto;}
	}

	#producto{
		width: 100%;
		height: 75%;
		position: relative;
	}

	#imagen-producto{
		height: 150px;
	}

	.titulo-producto{
		color: #000;
		position: relative;
	    top: -85%;
	    width: 100%;
	}

	#contenido-titulo{
    	font-size: 2em;
	}

	.descripcion-producto{
		position: relative;
	    top: -100%;
	    height: 72%;
	    width: 100%;
	}

	.descripcion-producto > p{
		color: #000;
	    font-size: 2em;
	}

	#conoce-mas{
		padding: 1%;
		position: relative;
	    left: 35%;
	    top: -170%;
	    width: 30%;
	    background-color:  #00cc00;
	    border-radius: 100px;
	}

	#conoce-mas > a{
		font-size: 2em;
	}

	#imagen-producto{
		height: 165px;
	}
}

@media screen and (min-width: 300px) and (max-width: 599px) and (orientation:landscape) {
	body{
		font-family: sans-serif;
	}

	.black{
		color: #000;
	}

	.nav{
		background-color: #b8d2f6; 
		height: 22%;
	}

	.imagen-logo{
		height: 67px;
	}

	.menu{
		color: #000;
		padding-top: 0%;
	}

	.menu>li{
		font-size: 1.3em;
		padding-left: 4%;
	}

	.menu li:hover{
		color: #00b0f0;
	}

	header{
		background-image: url('../images/header.jpg');
		background-position: center center;
		background-size: cover;
		height: 78%;
		width: 100%;
	}

	.header-title{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 83%;
	}

	.header-title-blue{
		/*background-color: #b8d2f6; */
		color: #00b0f0;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-and{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-green{
		/*background-color: #b8d2f6; */
		color: #00cc00;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-subtitle{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 25px;
		font-weight: 100;
		margin: 50px auto 0 auto;
		text-transform: uppercase;
		width: 270px;
	}

	.carta{
		background-color: #b8d2f6;
		height: 90%;
		width: 100%;
	}

	.carta-title{
		font-size: 30px;
		font-weight: 100;
		text-transform: uppercase;
		font-weight: bold;
	}

	.intro > p{
		color: #000;
		line-height: 27px;
		margin-top: 10px;
		font-size: 25px;
	}

	.carta-button{
		border: 5px solid #000;
		color: #000;
		font-size: 3em;
		padding: 1% 3% 1% 3%;
		text-transform: uppercase;
	}

	.right{
		text-align: center;
		padding-top: 60px;
	}

	.fondo{
		background-color: #b8d2f6;
	}

	.titulo-servicios h1{
		padding: 10px center 10px center;
		color: #000;
		font-size: 25px;
		font-weight: bold;
	}

	.button {
		background-color:  #b8d2f6;
		border-radius: 12px;
		color: black;
		padding: 15px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 24px;
		cursor: pointer;
		float: left;
		width: 50%;
	}

	.button:hover {
		background-color: #00b0f0;
	}

	.ir-arriba {
		border-radius: 50px;
		border-color: #000;
		display:none;
		padding:20px;
		background:#b8d2f6;
		font-size:30px;
		color:#000;
		cursor:pointer;
		position: fixed;
		bottom:30px;
		right:10px;
	}

	.imagen-logo{
		height: 123px;
	}

	.imagen-casa{
		margin: auto;
    	position: relative;
    	display: block;
    	height: 80%;
	}

	#casa{
		height: 100%;
		width: 100%;	
		position: relative;
		z-index:0;
	}

	#imagen-casa{
		height: 90%;
    	width: 57%;
	}

	#panel-solar {
		height: 16%;
		width: 9%;
	    left: 30%;
	    top: 13%;
	    cursor: pointer;
	    position: absolute;
	    z-index:1;
	}

	#calentador-solar {
		height: 24%;
		width: 9%;
	    left: 39%;
	    top: 6%;
	    cursor: pointer;
	    position: absolute;
	    z-index:1;
	}

	#piso-radiante {
	    width: 17%; 
	    height: 14%; 
	    left: 28%;
	    top: 63%;
	    cursor: pointer;
	    position: absolute;
	    z-index:1;
	    -webkit-transform: rotate(-25deg) skew(52deg, 16deg);
	    -moz-transform: rotate(-25deg) skew(52deg, 16deg);
	    -ms-transform: rotate(-25deg) skew(52deg, 16deg);
	    -o-transform: rotate(-25deg) skew(52deg, 16deg);
	    transform: rotate(-25deg) skew(52deg, 16deg);
	}

	#alberca {
	    width: 12.5%; 
	    height: 18.5%; 
	    left: 43.5%;
	    top: 68%;
	    cursor: pointer;
	    position: absolute;
	    z-index:1;
	    -webkit-transform: rotate(-26deg) skew(50deg, 15deg);
	    -moz-transform: rotate(-26deg) skew(50deg, 15deg);
	    -ms-transform: rotate(-26deg) skew(50deg, 15deg);
	    -o-transform: rotate(-26deg) skew(50deg, 15deg);
	    transform: rotate(-26deg) skew(50deg, 15deg);
	}

	#suavizador {
	     width: 13%; 
	     height: 18%; 
	     left: 60.5%;
	     top: 55%;
	     cursor: pointer;
	     position: absolute;
	     z-index:1;
	}

	#suavizador-2{
	     width: 9%; 
	     height: 11%; 
	     left: 69.5%;
	     top: 71%;
	     cursor: pointer;
	     position: absolute;
	     z-index:1;
	}

	#caldera{
	     width: 2.5%; 
	     height: 13%; 
	     left: 35.5%;
	     top: 41%;
	     cursor: pointer;
	     position: absolute;
	     z-index:1;
	}

	#caldera-2{
	     width: 2%; 
	     height: 9%; 
	     left: 55%;
	     top: 53%;
	     cursor: pointer;
	     position: absolute;
	     z-index:1;
	}

	#radiador{
	     width: 3.5%; 
	     height: 10%; 
	     left: 22.5%;
	     top: 39%;
	     cursor: pointer;
	     position: absolute;
	     z-index:1;
	}

	#riego{
	     width: 1%; 
	     height: 42%; 
	     left: 41%;
	     top: 60%;
	     cursor: pointer;
	     position: absolute;
	     transform: rotate(103deg);
	     z-index:1;
	}

	#riego-2{
	     width: 1%; 
	     height: 42%; 
	     left: 57%;
	     top: 60%;
	     cursor: pointer;
	     position: absolute;
	     transform: rotate(78deg);
	     z-index:1;
	}

	#descripcion-casa{
		width: 40%;
		height: 15%;
		border-radius: 100px;
		background: #b8d2f6;
		margin-left: 33%;
		z-index:1;
	}

	#producto{
		width: 15%;
		height: 75%;
		position: relative;
    	left: 7%;
    	top: 12%;
	}

	.titulo-producto{
		position: relative;
	    left: 23%;
	    top: -85%;
	    width: 50%;
	}

	.descripcion-producto{
		position: relative;
	    top: -107%;
	    left: 23%;
	    height: 72%;
	    width: 50%;
	}

	.descripcion-producto > p{
		color: #000;
	    font-size: 1em;
	}

	#conoce-mas{
		padding: 1%;
		position: relative;
	    left: 76%;
	    top: -170%;
	    width: 18%;
	    background-color:  #00cc00;
	    border-radius: 100px;
	}

	.selector{
		position: relative;
		width: 36%;
		height: .4%;
		left: 34%;
		margin: 1%;
		background: #b8d2f6;
	}

	.circle{
		position: absolute;
		top: -5px;
		width: 10px;
		height: 10px;
		border-radius: 100%;
		border: 1px solid #00cc00;
		background: white;
		cursor: pointer;
		transform: translateX(-50%);
	}

	#selector-panel{
		left: 0%;
	}

	#selector-calentador{
		left: 14.25%;
	}

	#selector-pisoradiante{
		left: 28.5%;
	}

	#selector-alberca{
		left: 42.75%;
	}

	#selector-suavizador{
		left: 57%;
	}

	#selector-caldera{
		left: 71.25%;
	}

	#selector-radiador{
		left: 85.5%;
	}

	#selector-riego{
		left: 99.75%;
	}

	.productos {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
}

@media screen and (min-width: 600px) and (max-width: 662px) and (orientation:landscape) {
	body{
		font-family: sans-serif;
	}

	.black{
		color: #000;
	}

	.nav{
		background-color: #b8d2f6; 
		height: 22%;
	}

	.imagen-logo{
		height: 75px;
	}

	.menu{
		color: #000;
		padding-top: 0%;
	}

	.menu>li{
		font-size: 1.5em;
		padding-left: 4%;
	}

	.menu li:hover{
		color: #00b0f0;
	}

	header{
		background-image: url('../images/header.jpg');
		background-position: center center;
		background-size: cover;
		height: 78%;
		width: 100%;
	}

	.header-title{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 83%;
	}

	.header-title-blue{
		/*background-color: #b8d2f6; */
		color: #00b0f0;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-and{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-green{
		/*background-color: #b8d2f6; */
		color: #00cc00;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-subtitle{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 25px;
		font-weight: 100;
		margin: 50px auto 0 auto;
		text-transform: uppercase;
		width: 270px;
	}

	.carta{
		background-color: #b8d2f6;
		height: 90%;
		width: 100%;
	}

	.carta-title{
		font-size: 30px;
		font-weight: 100;
		text-transform: uppercase;
		font-weight: bold;
	}

	.intro > p{
		color: #000;
		line-height: 40px;
		margin-top: 10px;
		font-size: 25px;
	}

	.carta-button{
		border: 5px solid #000;
		color: #000;
		font-size: 3em;
		padding: 1% 3% 1% 3%;
		text-transform: uppercase;
	}

	.right{
		text-align: center;
		padding-top: 60px;
	}

	.fondo{
		background-color: #b8d2f6;
	}

	.titulo-servicios h1{
		padding: 10px center 10px center;
		color: #000;
		font-size: 25px;
		font-weight: bold;
	}

	.button {
		background-color:  #b8d2f6;
		border-radius: 12px;
		color: black;
		padding: 15px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 24px;
		cursor: pointer;
		float: left;
		width: 50%;
	}

	.button:hover {
		background-color: #00b0f0;
	}

	.ir-arriba {
		border-radius: 50px;
		border-color: #000;
		display:none;
		padding:20px;
		background:#b8d2f6;
		font-size:30px;
		color:#000;
		cursor:pointer;
		position: fixed;
		bottom:30px;
		right:10px;
	}

	.imagen-logo{
		height: 123px;
	}

	#imagen-casa{
		height: 100%;
		width: 98%;
	}

	.selector{
		position: relative;
		width: 90%;
		height: 2%;
		left: 5%;
		margin-top: 3%;
	}

	.circle{
		position: absolute;
		top: -5px;
		width: 20px;
		height: 20px;
		border-radius: 100%;
		border: 1px solid #00cc00;
		background: white;
		cursor: pointer;
		transform: translateX(-50%);
	}

	#selector-panel{
		left: 0%;
	}

	#selector-calentador{
		left: 12.5%;
	}

	#selector-pisoradiante{
		left: 25%;
	}

	#selector-alberca{
		left: 37.5%;
	}

	#selector-suavizador{
		left: 50%;
	}

	#selector-caldera{
		left: 62.5%;
	}

	#selector-radiador{
		left: 75%;
	}

	#selector-riego{
		left: 87.5%;
	}

	#selector-osmosis{
		left: 100%;
	}

	#descripcion-casa{
	  width: 85%;
	  margin: 20px auto;
	  text-align: center;
	  padding: 20px;
	  color: white;
	  background-color: #b8d2f6;
	  .parent-slide{padding:15px;}
	  img{display: block;margin:auto;}
	}

	#producto{
		width: 100%;
		height: 75%;
		position: relative;
	}

	.titulo-producto{
		color: #000;
		position: relative;
	    top: -85%;
	    width: 100%;
	}

	.descripcion-producto{
		position: relative;
	    top: -100%;
	    height: 72%;
	    width: 100%;
	}

	.descripcion-producto > p{
		color: #000;
	    font-size: 2em;
	}

	#conoce-mas{
		padding: 1%;
		position: relative;
	    left: 35%;
	    top: -170%;
	    width: 30%;
	    background-color:  #00cc00;
	    border-radius: 100px;
	}

	#contenido-titulo{
		font-size: 2em;
	}

	#conoce-mas > a{
		font-size: 1.5em;
	}

	#imagen-producto{
		height: 130px;
	}
}

@media screen and (min-width: 663px) and (max-width: 1023px) and (orientation:landscape) {
	body{
		font-family: sans-serif;
	}

	.black{
		color: #000;
	}

	.nav{
		background-color: #b8d2f6; 
		height: 19%;
	}


	.imagen-logo {
    height: 50px;
	}

	.menu{
		color: #000;
		padding-top: 0%;
	}

	.menu>li{
		font-size: 1.5em;
		padding-left: 4%;
	}

	.menu li:hover{
		color: #00b0f0;
	}

	header{
		background-image: url('../images/header.jpg');
		background-position: center center;
		background-size: cover;
		height: 81%;
		width: 100%;
	}

	.header-title{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 83%;
	}

	.header-title-blue{
		/*background-color: #b8d2f6; */
		color: #00b0f0;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-and{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-green{
		/*background-color: #b8d2f6; */
		color: #00cc00;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-subtitle{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 25px;
		font-weight: 100;
		margin: 50px auto 0 auto;
		text-transform: uppercase;
		width: 270px;
	}

	.carta{
		background-color: #b8d2f6;
		height: 95%;
		width: 100%;
	}

	.carta-title{
		font-size: 30px;
		font-weight: 100;
		text-transform: uppercase;
		font-weight: bold;
	}

	.intro > p{
		color: #000;
		line-height: 30px;
		margin-top: 10px;
		font-size: 25px;
	}

	.carta-button{
		border: 5px solid #000;
		color: #000;
		font-size: 3em;
		padding: 1% 3% 1% 3%;
		text-transform: uppercase;
	}

	.right{
		text-align: center;
		padding-top: 60px;
	}

	.fondo{
		background-color: #b8d2f6;
	}

	.titulo-servicios h1{
		padding: 10px center 10px center;
		color: #000;
		font-size: 25px;
		font-weight: bold;
	}

	.button {
		background-color:  #b8d2f6;
		border-radius: 12px;
		color: black;
		padding: 15px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 24px;
		cursor: pointer;
		float: left;
		width: 50%;
	}

	.button:hover {
		background-color: #00b0f0;
	}

	.ir-arriba {
		border-radius: 50px;
		border-color: #000;
		display:none;
		padding:20px;
		background:#b8d2f6;
		font-size:30px;
		color:#000;
		cursor:pointer;
		position: fixed;
		bottom:30px;
		right:10px;
	}

	.imagen-logo{
		height: 123px;
	}

	#imagen-casa{
		height: 100%;
		width: 98%;
	}

	.selector{
		position: relative;
		width: 90%;
		height: 2%;
		left: 5%;
		margin-top: 3%;
	}

	.circle{
		position: absolute;
		top: -5px;
		width: 20px;
		height: 20px;
		border-radius: 100%;
		border: 1px solid #00cc00;
		background: white;
		cursor: pointer;
		transform: translateX(-50%);
	}

	#selector-panel{
		left: 0%;
	}

	#selector-calentador{
		left: 12.5%;
	}

	#selector-pisoradiante{
		left: 25%;
	}

	#selector-alberca{
		left: 37.5%;
	}

	#selector-suavizador{
		left: 50%;
	}

	#selector-caldera{
		left: 62.5%;
	}

	#selector-radiador{
		left: 75%;
	}

	#selector-riego{
		left: 87.5%;
	}

	#selector-osmosis{
		left: 100%;
	}

	#descripcion-casa{
	  width: 85%;
	  margin: 20px auto;
	  text-align: center;
	  padding: 20px;
	  color: white;
	  background-color: #b8d2f6;
	  .parent-slide{padding:15px;}
	  img{display: block;margin:auto;}
	}

	#producto{
		width: 100%;
		height: 75%;
		position: relative;
	}

	.titulo-producto{
		color: #000;
		position: relative;
	    top: -85%;
	    width: 100%;
	}

	.descripcion-producto{
		position: relative;
	    top: -100%;
	    height: 72%;
	    width: 100%;
	}

	.descripcion-producto > p{
		color: #000;
	    font-size: 2em;
	}

	#conoce-mas{
		padding: 1%;
		position: relative;
	    left: 35%;
	    top: -170%;
	    width: 30%;
	    background-color:  #00cc00;
	    border-radius: 100px;
	}

	#contenido-titulo{
		font-size: 2em;
	}

	#conoce-mas > a{
		font-size: 1.5em;
	}

	#imagen-producto{
		height: 130px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) and (orientation:landscape) {
	body{
		font-family: sans-serif;
	}

	.black{
		color: #000;
	}

	.nav{
		background-color: #b8d2f6; 
		height: 17%;
	}

	.menu{
		color: #000;
		padding-top: 0%;
	}

	.menu>li{
		font-size: 1.5em;
		padding-left: 4%;
	}

	.menu li:hover{
		color: #00b0f0;
	}

	header{
		background-image: url('../images/header.jpg');
		background-position: center center;
		background-size: cover;
		height: 50%;
		width: 100%;
	}

	.header-title{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 83%;
	}

	.header-title-blue{
		/*background-color: #b8d2f6; */
		color: #00b0f0;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-and{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-green{
		/*background-color: #b8d2f6; */
		color: #00cc00;
		font-size: 2em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-subtitle{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 25px;
		font-weight: 100;
		margin: 50px auto 0 auto;
		text-transform: uppercase;
		width: 270px;
	}

	.carta{
		background-color: #b8d2f6;
		height: 39%;
		width: 100%;
	}

	.carta-title{
		font-size: 30px;
		font-weight: 100;
		text-transform: uppercase;
		font-weight: bold;
	}

	.intro > p{
		color: #000;
		line-height: 40px;
		margin-top: 10px;
		font-size: 25px;
	}

	.carta-button{
		border: 5px solid #000;
		color: #000;
		font-size: 3em;
		padding: 1% 3% 1% 3%;
		text-transform: uppercase;
	}

	.right{
		text-align: center;
		padding-top: 60px;
	}

	.fondo{
		background-color: #b8d2f6;
	}

	.titulo-servicios h1{
		padding: 10px center 10px center;
		color: #000;
		font-size: 25px;
		font-weight: bold;
	}

	.button {
		background-color:  #b8d2f6;
		border-radius: 12px;
		color: black;
		padding: 15px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 24px;
		cursor: pointer;
		float: left;
		width: 50%;
	}

	.button:hover {
		background-color: #00b0f0;
	}

	.ir-arriba {
		border-radius: 50px;
		border-color: #000;
		display:none;
		padding:20px;
		background:#b8d2f6;
		font-size:30px;
		color:#000;
		cursor:pointer;
		position: fixed;
		bottom:30px;
		right:10px;
	}

	.imagen-logo{
		height: 123px;
	}

	.imagen-casa{
		margin: auto;
    	position: relative;
    	display: block;
    	height: 80%;
	}

	#casa{
		height: 100%;
		width: 100%;	
		position: relative;
		z-index:0;
	}

	#imagen-casa{
		height: 90%;
    	width: 57%;
	}

	#panel-solar {
		height: 16%;
		width: 9%;
	    left: 30%;
	    top: 13%;
	    cursor: pointer;
	    position: absolute;
	    z-index:1;
	}

	#calentador-solar {
		height: 24%;
		width: 9%;
	    left: 39%;
	    top: 6%;
	    cursor: pointer;
	    position: absolute;
	    z-index:1;
	}

	#piso-radiante {
	    width: 17%; 
	    height: 14%; 
	    left: 28%;
	    top: 63%;
	    cursor: pointer;
	    position: absolute;
	    z-index:1;
	    -webkit-transform: rotate(-25deg) skew(52deg, 16deg);
	    -moz-transform: rotate(-25deg) skew(52deg, 16deg);
	    -ms-transform: rotate(-25deg) skew(52deg, 16deg);
	    -o-transform: rotate(-25deg) skew(52deg, 16deg);
	    transform: rotate(-25deg) skew(52deg, 16deg);
	}

	#alberca {
	    width: 12.5%; 
	    height: 18.5%; 
	    left: 43.5%;
	    top: 68%;
	    cursor: pointer;
	    position: absolute;
	    z-index:1;
	    -webkit-transform: rotate(-26deg) skew(50deg, 15deg);
	    -moz-transform: rotate(-26deg) skew(50deg, 15deg);
	    -ms-transform: rotate(-26deg) skew(50deg, 15deg);
	    -o-transform: rotate(-26deg) skew(50deg, 15deg);
	    transform: rotate(-26deg) skew(50deg, 15deg);
	}

	#suavizador {
	     width: 13%; 
	     height: 18%; 
	     left: 60.5%;
	     top: 55%;
	     cursor: pointer;
	     position: absolute;
	     z-index:1;
	}

	#suavizador-2{
	     width: 9%; 
	     height: 11%; 
	     left: 69.5%;
	     top: 71%;
	     cursor: pointer;
	     position: absolute;
	     z-index:1;
	}

	#caldera{
	     width: 2.5%; 
	     height: 13%; 
	     left: 35.5%;
	     top: 41%;
	     cursor: pointer;
	     position: absolute;
	     z-index:1;
	}

	#caldera-2{
	     width: 2%; 
	     height: 9%; 
	     left: 55%;
	     top: 53%;
	     cursor: pointer;
	     position: absolute;
	     z-index:1;
	}

	#radiador{
	     width: 3.5%; 
	     height: 10%; 
	     left: 22.5%;
	     top: 39%;
	     cursor: pointer;
	     position: absolute;
	     z-index:1;
	}

	#riego{
	     width: 1%; 
	     height: 42%; 
	     left: 41%;
	     top: 60%;
	     cursor: pointer;
	     position: absolute;
	     transform: rotate(103deg);
	     z-index:1;
	}

	#riego-2{
	     width: 1%; 
	     height: 42%; 
	     left: 57%;
	     top: 60%;
	     cursor: pointer;
	     position: absolute;
	     transform: rotate(78deg);
	     z-index:1;
	}

	#descripcion-casa{
		width: 55%;
		height: 15%;
		border-radius: 100px;
		background: #b8d2f6;
		margin-left: 25%;
		z-index:1;
	}

	#producto{
		width: 15%;
		height: 75%;
		position: relative;
    	left: 7%;
    	top: 12%;
	}

	.titulo-producto{
		position: relative;
	    left: 28%;
	    top: -85%;
	    width: 50%;
	}

	.descripcion-producto{
		position: relative;
	    top: -100%;
	    left: 28%;
	    height: 72%;
	    width: 48%;
	}

	.descripcion-producto > p{
		color: #000;
	    font-size: 1em;
	}

	#conoce-mas{
		padding: 1%;
		position: relative;
	    left: 76%;
	    top: -158%;
	    width: 18%;
	    background-color:  #00cc00;
	    border-radius: 100px;
	}

	.selector{
		position: relative;
		width: 36%;
		height: .4%;
		left: 34%;
		margin: 1%;
		background: #b8d2f6;
	}

	.circle{
		position: absolute;
		top: -5px;
		width: 10px;
		height: 10px;
		border-radius: 100%;
		border: 1px solid #00cc00;
		background: white;
		cursor: pointer;
		transform: translateX(-50%);
	}

	#selector-panel{
		left: 0%;
	}

	#selector-calentador{
		left: 14.25%;
	}

	#selector-pisoradiante{
		left: 28.5%;
	}

	#selector-alberca{
		left: 42.75%;
	}

	#selector-suavizador{
		left: 57%;
	}

	#selector-caldera{
		left: 71.25%;
	}

	#selector-radiador{
		left: 85.5%;
	}

	#selector-riego{
		left: 99.75%;
	}

	.productos {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
}

@media screen and (min-width: 1440px) and (orientation:landscape) {
	body{
		font-family: sans-serif;
	}

	.black{
		color: #000;
	}

	.nav{
		background-color: #b8d2f6; 
		height: 16%;
	}

	.menu{
		color: #000;
		padding-top: 0%;
	}

	.menu>li{
		font-size: 3em;
		padding-left: 5%;
	}

	.menu li:hover{
		color: #00b0f0;
	}

	header{
		background-image: url('../images/header.jpg');
		background-position: center center;
		background-size: cover;
		height: 56%;
		width: 100%;
	}

	.header-title{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 4em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 83%;
	}

	.header-title-blue{
		/*background-color: #b8d2f6; */
		color: #00b0f0;
		font-size: 3em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-and{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 3em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-green{
		/*background-color: #b8d2f6; */
		color: #00cc00;
		font-size: 3em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-subtitle{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 3em;
		font-weight: 100;
		margin: 50px auto 0 auto;
		text-transform: uppercase;
		width: 270px;
	}

	.carta{
		background-color: #b8d2f6;
		height: 28%;
		width: 100%;
	}

	.carta-title{
		font-size: 2em;
		font-weight: 100;
		text-transform: uppercase;
		font-weight: bold;
	}

	.intro > p{
		color: #000;
		line-height: 40px;
		margin-top: 10px;
		font-size: 2em;
	}

	.carta-button{
		border: 5px solid #000;
		color: #000;
		font-size: 5em;
		padding: 1% 3% 1% 3%;
		text-transform: uppercase;
	}

	.right{
		text-align: center;
		padding-top: 60px;
	}

	.fondo{
		background-color: #b8d2f6;
	}

	.titulo-servicios h1{
		padding: 10px center 10px center;
		color: #000;
		font-size: 25px;
		font-weight: bold;
	}

	.button {
		background-color:  #b8d2f6;
		border-radius: 12px;
		color: black;
		padding: 15px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 24px;
		cursor: pointer;
		float: left;
		width: 50%;
	}

	.button:hover {
		background-color: #00b0f0;
	}

	.ir-arriba {
		border-radius: 50px;
		border-color: #000;
		display:none;
		padding:20px;
		background:#b8d2f6;
		font-size:30px;
		color:#000;
		cursor:pointer;
		position: fixed;
		bottom:30px;
		right:10px;
	}

	.imagen-logo{
		height: 136px;
	}

	#casa{
		height: 100%;
		width: 100%;	
		position: relative;
		z-index:0;
	}

	#imagen-casa{
		height: 90%;
    	width: 57%;
	}

	#panel-solar {
		height: 12%;
		width: 9%;
	    left: 30%;
	    top: 79%;
	    cursor: pointer;
	    position: absolute;
	    z-index:1;
	}

	#calentador-solar {
		height: 18%;
		width: 9%;
	    left: 39%;
	    top: 73%;
	    cursor: pointer;
	    position: absolute;
	    z-index:1;
	}

	#piso-radiante {
	    width: 17%; 
	    height: 9%; 
	    left: 28%;
	    top: 120%;
	    cursor: pointer;
	    position: absolute;
	    z-index:1;
	    -webkit-transform: rotate(-25deg) skew(52deg, 16deg);
	    -moz-transform: rotate(-25deg) skew(52deg, 16deg);
	    -ms-transform: rotate(-25deg) skew(52deg, 16deg);
	    -o-transform: rotate(-25deg) skew(52deg, 16deg);
	    transform: rotate(-25deg) skew(52deg, 16deg);
	}

	#alberca {
	    width: 14.5%; 
	    height: 12.5%; 
	    left: 42.5%;
	    top: 124%;
	    cursor: pointer;
	    position: absolute;
	    z-index:1;
	    -webkit-transform: rotate(-26deg) skew(50deg, 15deg);
	    -moz-transform: rotate(-26deg) skew(50deg, 15deg);
	    -ms-transform: rotate(-26deg) skew(50deg, 15deg);
	    -o-transform: rotate(-26deg) skew(50deg, 15deg);
	    transform: rotate(-26deg) skew(50deg, 15deg);
	}

	#suavizador {
	     width: 13%; 
	     height: 12%; 
	     left: 60.5%;
	     top: 115%;
	     cursor: pointer;
	     position: absolute;
	     z-index:1;
	}

	#suavizador-2{
	     width: 9%; 
	     height: 11%; 
	     left: 69.5%;
	     top: 123%;
	     cursor: pointer;
	     position: absolute;
	     z-index:1;
	}

	#caldera{
	     width: 2.5%; 
	     height: 10%; 
	     left: 35.5%;
	     top: 101%;
	     cursor: pointer;
	     position: absolute;
	     z-index:1;
	}

	#caldera-2{
	     width: 2%; 
	     height: 5%; 
	     left: 55%;
	     top: 111%;
	     cursor: pointer;
	     position: absolute;
	     z-index:1;
	}

	#radiador{
	     width: 3.5%; 
	     height: 7%; 
	     left: 22.5%;
	     top: 100%;
	     cursor: pointer;
	     position: absolute;
	     z-index:1;
	}

	#riego{
	     width: 1%; 
	     height: 26%; 
	     left: 41%;
	     top: 120%;
	     cursor: pointer;
	     position: absolute;
	     transform: rotate(107deg);
	     z-index:1;
	}

	#riego-2{
	     width: 1%; 
	     height: 29%; 
	     left: 57%;
	     top: 119%;
	     cursor: pointer;
	     position: absolute;
	     transform: rotate(74deg);
	     z-index:1;
	}

	#descripcion-casa{
		width: 40%;
		height: 15%;
		border-radius: 100px;
		background: #b8d2f6;
		margin-left: 33%;
		z-index:1;
	}

	#producto{
		width: 15%;
		height: 75%;
		position: relative;
    	left: 7%;
    	top: 12%;
	}

	.titulo-producto{
		position: relative;
	    left: 23%;
	    top: -85%;
	    width: 50%;
	}

	.descripcion-producto{
		position: relative;
	    top: -98%;
	    left: 23%;
	    height: 72%;
	    width: 50%;
	}

	.descripcion-producto > p{
		color: #000;
	    font-size: 1em;
	}

	#conoce-mas{
		padding: 1%;
		position: relative;
	    left: 76%;
	    top: -150%;
	    width: 18%;
	    background-color:  #00cc00;
	    border-radius: 100px;
	}

	.selector{
		position: relative;
		width: 36%;
		height: .4%;
		left: 34%;
		margin: 1%;
		background: #b8d2f6;
	}

	.circle{
		position: absolute;
		top: -5px;
		width: 10px;
		height: 10px;
		border-radius: 100%;
		border: 1px solid #00cc00;
		background: white;
		cursor: pointer;
		transform: translateX(-50%);
	}

	#selector-panel{
		left: 0%;
	}

	#selector-calentador{
		left: 14.25%;
	}

	#selector-pisoradiante{
		left: 28.5%;
	}

	#selector-alberca{
		left: 42.75%;
	}

	#selector-suavizador{
		left: 57%;
	}

	#selector-caldera{
		left: 71.25%;
	}

	#selector-radiador{
		left: 85.5%;
	}

	#selector-riego{
		left: 99.75%;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1439px) and (orientation:landscape) {
	body{
		font-family: sans-serif;
	}

	.black{
		color: #000;
	}

	.nav{
		background-color: #b8d2f6; 
		height: 20%;
	}

	.menu{
		color: #000;
		padding-top: 0%;
	}

	.menu>li{
		font-size: 3em;
		padding-left: 5%;
	}

	.menu li:hover{
		color: #00b0f0;
	}

	header{
		background-image: url('../images/header.jpg');
		background-position: center center;
		background-size: cover;
		height: 80%;
		width: 100%;
	}

	.header-title{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 4em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 83%;
	}

	.header-title-blue{
		/*background-color: #b8d2f6; */
		color: #00b0f0;
		font-size: 3em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-and{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 3em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-title-green{
		/*background-color: #b8d2f6; */
		color: #00cc00;
		font-size: 3em;
		font-weight: bold;
		margin: auto;
		text-transform: uppercase;
		width: 400px;
		display: inline;
	}

	.header-subtitle{
		/*background-color: #b8d2f6; */
		color: #000;
		font-size: 3em;
		font-weight: 100;
		margin: 50px auto 0 auto;
		text-transform: uppercase;
		width: 270px;
	}

	.carta{
		background-color: #b8d2f6;
		height: 40%;
		width: 100%;
	}

	.carta-title{
		font-size: 2em;
		font-weight: 100;
		text-transform: uppercase;
		font-weight: bold;
	}

	.intro > p{
		color: #000;
		line-height: 50px;
		margin-top: -29px;
		font-size: 2em;
	}

	.carta-button{
		border: 5px solid #000;
		color: #000;
		font-size: 4em;
		padding: 1% 3% 1% 3%;
		text-transform: uppercase;
	}

	.right{
		text-align: center;
		padding-top: 60px;
	}

	.fondo{
		background-color: #b8d2f6;
	}

	.titulo-servicios h1{
		padding: 10px center 10px center;
		color: #000;
		font-size: 25px;
		font-weight: bold;
	}

	.button {
		background-color:  #b8d2f6;
		border-radius: 12px;
		color: black;
		padding: 15px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 24px;
		cursor: pointer;
		float: left;
		width: 50%;
	}

	.button:hover {
		background-color: #00b0f0;
	}

	.ir-arriba {
		border-radius: 50px;
		border-color: #000;
		display:none;
		padding:20px;
		background:#b8d2f6;
		font-size:30px;
		color:#000;
		cursor:pointer;
		position: fixed;
		bottom:30px;
		right:10px;
	}

	.imagen-logo{
		height: 123px;
	}

	.imagen-casa{
		margin: auto;
    	position: relative;
    	display: block;
    	height: 80%;
	}

	#casa{
		height: 100%;
		width: 100%;	
		position: relative;
		z-index:0;
	}

	#imagen-casa{
		height: 90%;
    	width: 57%;
	}

	#panel-solar {
		height: 16%;
		width: 9%;
	    left: 30%;
	    top: 13%;
	    cursor: pointer;
	    position: absolute;
	    z-index:1;
	}

	#calentador-solar {
		height: 24%;
		width: 9%;
	    left: 39%;
	    top: 6%;
	    cursor: pointer;
	    position: absolute;
	    z-index:1;
	}

	#piso-radiante {
	    width: 17%; 
	    height: 14%; 
	    left: 28%;
	    top: 65%;
	    cursor: pointer;
	    position: absolute;
	    z-index:1;
	    -webkit-transform: rotate(-25deg) skew(52deg, 16deg);
	    -moz-transform: rotate(-25deg) skew(52deg, 16deg);
	    -ms-transform: rotate(-25deg) skew(52deg, 16deg);
	    -o-transform: rotate(-25deg) skew(52deg, 16deg);
	    transform: rotate(-25deg) skew(52deg, 16deg);
	}

	#alberca {
	    width: 12.5%; 
	    height: 18.5%; 
	    left: 44.5%;
	    top: 70%;
	    cursor: pointer;
	    position: absolute;
	    z-index:1;
	    -webkit-transform: rotate(-26deg) skew(50deg, 15deg);
	    -moz-transform: rotate(-26deg) skew(50deg, 15deg);
	    -ms-transform: rotate(-26deg) skew(50deg, 15deg);
	    -o-transform: rotate(-26deg) skew(50deg, 15deg);
	    transform: rotate(-26deg) skew(50deg, 15deg);
	}

	#suavizador {
	     width: 13%; 
	     height: 18%; 
	     left: 61.5%;
	     top: 58%;
	     cursor: pointer;
	     position: absolute;
	     z-index:1;
	}

	#suavizador-2{
	     width: 9%; 
	     height: 11%; 
	     left: 69.5%;
	     top: 74%;
	     cursor: pointer;
	     position: absolute;
	     z-index:1;
	}

	#caldera{
	     width: 2.5%; 
	     height: 13%; 
	     left: 36.5%;
	     top: 42%;
	     cursor: pointer;
	     position: absolute;
	     z-index:1;
	}

	#caldera-2{
	     width: 2%; 
	     height: 9%; 
	     left: 56%;
	     top: 54%;
	     cursor: pointer;
	     position: absolute;
	     z-index:1;
	}

	#radiador{
	     width: 3.5%; 
	     height: 10%; 
	     left: 22.5%;
	     top: 40%;
	     cursor: pointer;
	     position: absolute;
	     z-index:1;
	}

	#riego{
	     width: 1%; 
	     height: 42%; 
	     left: 43%;
	     top: 62%;
	     cursor: pointer;
	     position: absolute;
	     transform: rotate(103deg);
	     z-index:1;
	}

	#riego-2{
	     width: 1%; 
	     height: 42%; 
	     left: 58%;
	     top: 62%;
	     cursor: pointer;
	     position: absolute;
	     transform: rotate(78deg);
	     z-index:1;
	}

	#osmosis{
		 width: 2.5%; 
	     height: 8%; 
	     left: 23.5%;
	     top: 60%;
	     cursor: pointer;
	     position: absolute;
	     z-index:1;
	}

	#descripcion-casa{
		width: 40%;
		height: 15%;
		border-radius: 100px;
		background: #b8d2f6;
		margin-left: 33%;
		z-index:1;
	}

	#producto{
		width: 15%;
		height: 75%;
		position: relative;
    	left: 7%;
    	top: 12%;
	}

	.titulo-producto{
		position: relative;
	    left: 23%;
	    top: -85%;
	    width: 50%;
	}

	.descripcion-producto{
		position: relative;
	    top: -100%;
	    left: 23%;
	    height: 72%;
	    width: 50%;
	}

	.descripcion-producto > p{
		color: #000;
	    font-size: 1em;
	}

	#conoce-mas{
		padding: 1%;
		position: relative;
	    left: 76%;
	    top: -170%;
	    width: 19%;
	    background-color:  #00cc00;
	    border-radius: 100px;
	}

	.selector{
		position: relative;
		width: 36%;
		height: .4%;
		left: 34%;
		margin: 1%;
		background: #b8d2f6;
	}

	.circle{
		position: absolute;
		top: -5px;
		width: 10px;
		height: 10px;
		border-radius: 100%;
		border: 1px solid #00cc00;
		background: white;
		cursor: pointer;
		transform: translateX(-50%);
	}

	#selector-panel{
		left: 0%;
	}

	#selector-calentador{
		left: 12.5%;
	}

	#selector-pisoradiante{
		left: 25%;
	}

	#selector-alberca{
		left: 37.5%;
	}

	#selector-suavizador{
		left: 50%;
	}

	#selector-caldera{
		left: 62.5%;
	}

	#selector-radiador{
		left: 75%;
	}

	#selector-riego{
		left: 87.5%;
	}

	#selector-osmosis{
		left: 100%;
	}

	.productos {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	#imagen-producto{
		height: 75px;
	}
}	