#container {
    margin: 0 auto;
	padding-top: 150px;
    width: 1024px;  /* Ancho del contenedor */
}

#container input {
	height: 110px;
	visibility: hidden;
}

#container label {
	background-color: rgba(137,192,9,0.2);/* Fondo de las pestañas */
	color: #89C009;  /* Color del texto de las pestañas */
	cursor: pointer;
	display: block;
	float: left;
	font-size: 25px;  /* Tamaño del texto de las pestañas */
	height: 80px;
	width: 250px;
	line-height: 80px;
	text-align: center;
	font-weight: 900;
	position:relative;
	}

#container label img {
	position: absolute;
	left: 95px;
	bottom: 63px;
	opacity: 0.3;
	
			transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
}

#container label:nth-child(2) {
	margin-left: 117px;
}

#container label:nth-child(4) {
	margin-left: 20px;
	margin-right: 20px;
}

#container input:hover + label {
	background-color: #89C009;  /* Fondo de las pestañas al pasar el cursor por encima */
	color: black;  /* Color del texto de las pestañas al pasar el cursor por encima */
}

#container input:checked + label {
	background-color: #89C009;  /* Fondo de las pestañas al presionar */
	color: black;  /* Color de las pestañas al presionar */
	position: relative;
	z-index: 6;
	/*
	-webkit-transition: .1s;
	-moz-transition: .1s;
	-o-transition: .1s;
	-ms-transition: .1s;
	*/
}


#container input:checked + label img {
	position: absolute;
	left: 95px;
	bottom: -17px;
	opacity: 1;
	}

#content {
	height: 1500px;/* Alto del contenido */
	position: relative;
	width: 100%;
	z-index: 5;
}

#content h2 {
	color:black;
	font-size: 22px;
	line-height: 35px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 400;
	padding: 0 80px;
	margin-bottom: 30px;
}

#content h2 span {
	color:#89C009;
	font-weight: 900;
}

#content div {
	opacity: 0;
	position: absolute;
	z-index: -100;
	/*
	transition: all linear 0.1s;
	*/
}

.nuestros_clientes {
	width: 700px;
	height: auto;
	text-align: center;	
	margin: auto;
	padding-top: 70px;
}

.nuestros_clientes h3 {
	font-size: 30px;
	font-weight: 900;
	color: #89C009;	
	margin-bottom: 50px;
}

.nuestros_clientes img {
	margin: 15px;
	filter: grayscale(100%);
	
		transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	
}

.nuestros_clientes img:hover {
	margin: 15px;
	filter:none;
	
}

#content-1 ul {
	width: 100%;
	height: 350px;
}

#content-1 ul li {
	position: relative;
	float: left;
	width: 33%;
	height: 350px;
	text-align: center;
	padding: 30px 50px;
}

#content-1 ul li:nth-child(1) {
	background-color: rgba(137,192,9,0.1);
}

#content-1 ul li:nth-child(2) {
	background-color: rgba(137,192,9,0.2);
	margin-left: 0.5%;
	margin-right: 0.5%;
}

#content-1 ul li:nth-child(3) {
	background-color: rgba(137,192,9,0.3);
}

#content-1 ul li h3 {
	font-size: 40px;
	font-weight: 900;
	color: #89C009;
	margin-bottom: 30px;
}

#content-1 ul li h4 {
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
}

#content-1 ul li p {
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
}

#content-1 section {
	margin: auto;
	width: 800px;
	height: 300px;
}
#content-1 section figcaption {
	position: relative;
	float: left;
	width: 60%;
	height: 300px;
	text-align: left;
	padding: 70px 50px 0 0;
}
#content-1 section figcaption h3 {
	font-size: 27px;
	line-height: 40px;
	letter-spacing: 2px;
}
#content-1 section figcaption h3 span {
	color: #89C009;
	font-weight: 900;
}
#content-1 section figcaption p {
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
}
#content-1 section figure {
	position: relative;
	float: left;
	width: 40%;
	height: 300px;
}
#content-1 article {
	width: 1000px;
	height: 250px;
	margin: auto;
}
#content-1 article p {
	position: relative;
	float: left;
	width: 250px;
	height: 250px;		
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding: 65px 30px 0 30px;
	background-position: center center;
	background-repeat: no-repeat;
}
#content-1 article p:nth-child(1) {
	background-image: url(../imagenes/itoc_1.png);	
}

#content-1 article p:nth-child(2) {
	background-image: url(../imagenes/itoc_2.png);
	color: white;
}

#content-1 article p:nth-child(3) {
	background-image: url(../imagenes/itoc_3.png);	
}

#content-1 article p:nth-child(4) {
	background-image: url(../imagenes/itoc_4.png);
	color: white;
}
#content-1 article p span {
	font-weight: 900;
	line-height: 40px;
	font-size: 18px;
}
#content-2 h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 1px;	
}
#content-2 ul {
	width: 100%;
	height: 300px;
	margin-top: 70px;
}

#content-2 ul li {
	position: relative;
	float: left;
	width: 20%;
	height: 300px;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	padding: 110px 30px 0 30px;
	background-image: url(../imagenes/estrella.png);
	background-position: center top;
	background-repeat: no-repeat;
	border-left: 1px solid white;
}
#content-2 ul li:nth-child(1) {
	background-color: rgba(137,192,9,0.1);
}
#content-2 ul li:nth-child(2) {
	background-color: rgba(137,192,9,0.2);
}
#content-2 ul li:nth-child(3) {
	background-color: rgba(137,192,9,0.3);
}

#content-2 ul li:nth-child(4) {
	background-color: rgba(137,192,9,0.4);
}
#content-2 ul li:nth-child(5) {
	background-color: rgba(137,192,9,0.5);
}
#content-3 article {
	width: 70%;
	height: 500px;
	margin: auto;
}
#content-3 article section {
	position: relative;
	float: left;
	width: 50%;
	height: 500px;
	text-align: center;
	font-size: 16px;
	line-height: 26px;	
	padding: 100px 50px 0 50px;
	background-image: url(../imagenes/estrella.png);
	background-position: center top;
	background-repeat: no-repeat;
	border-left: 1px solid white;
}

#content-3 article section:nth-child(1) {
	background-color:rgba(137,192,9,0.2);		
}

#content-3 article section:nth-child(2) {
	background-color:rgba(137,192,9,0.4);	
	
}

#content-3 article section h3 {
	font-size: 18px;
	line-height: 70px;
	font-weight: 900;
}

#container input#tab-1:checked ~ #content #content-1,
#container input#tab-2:checked ~ #content #content-2,
#container input#tab-3:checked ~ #content #content-3 {
    opacity: 1;
    z-index: 100;
}

input.visible {
  visibility: visible !important;
}


/*1024*/	
@media screen and (max-width:1100px) {
	
#container {
    width: 800px;  /* Ancho del contenedor */
	padding-top: 80px;
}
#container label {
	width: 150px;
	font-size: 18px;
	}
#container label img {
	left: 45px;
}	
#container label:nth-child(2) {
	margin-left: 150px;
}
#container input:checked + label img {
	left: 45px;
	}

#content {
	width: 100%;
	height:2100px;/* Alto del contenido */
}
#content h2 {
	font-size: 18px;
	line-height: 28px;
}
	
#content-1,
#content-2, 
#content-3 {	
	width: 100%;
	}
	
#content-1 ul {
	width: 100%;
	height:700px;
}

#content-1 ul li {
	width: 100%;
	height:auto;
	padding: 30px;
}
#content-1 ul li:nth-child(2) {
	margin-left: 0;
	margin-right: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content-1 ul li h3 {
	font-size: 30px;	
	margin-bottom: 10px;
}

#content-1 section {
	width: 100%;
}
#content-1 article {
	width: 500px;
	height: 500px;
}
#content-2 h3 {
	font-size: 20px;
}
#content-2 ul {
	width: 100%;
	height: 450px;
}

#content-2 ul li {
	width: 33%;
	height: 220px;	
}
#content-3 article {
	width: 100%;
}
}

/*768*/	
@media screen and (max-width:800px) {
#container {
    width: 600px;  /* Ancho del contenedor */
	padding-top: 50px;
}
#container input {
	height: 50px;
	width: 0;
}
#container label {
	height: 50px;
	width: 29%;
	line-height: 50px;
	margin: 0;
	}
#container label img {
	left: 40%;
	bottom: 39px;
	width: 20%;
}
#container label:nth-child(2) {
	margin-left: 6%;
}
#container label:nth-child(4) {
	margin-left: 0px;
	margin-right: 0px;
}
#container input:checked + label img {
	left: 40%;
	bottom: -10px;
	}
#content h2 {
	padding: 30px 0 0 0;
	font-size: 16px;
	line-height: 26px;
	}
#content-1 section figcaption {
	width: 50%;
	padding: 30px 0 0 0;
}
#content-1 section figcaption h3 {
	font-size: 27px;
	line-height: 40px;
	letter-spacing: 2px;
}
#content-2 ul {
	height: 600px;
	}
#content-2 ul li {
	width: 33%;
	height: 300px;
}
#content-3 article {
	height: 800px;
}
#content-3 article section {
	width: 100%;
	height: 400px;	
}
.nuestros_clientes {
	width: 100%;
}

}

/*414*/	
@media screen and (max-width:600px) {
#content {
	width: 100%;
	height:3050px;/* Alto del contenido */
}
#container {
    width: 300px;  /* Ancho del contenedor */
}
#container label {
	width: 29%;
	font-size: 14px;
	}
#container label img {
	left: 35%;
	bottom: 42px;
	width: 30%;
}
#container input:checked + label img {
	left: 35%;
	bottom: -7px;
	}
#container label:nth-child(2) {
	margin-left: 0;
}
#content-1 ul {
	width: 100%;
	height:900px;
}

#content-1 section {
	margin: auto;
	height: 500px;
}
#content-1 section figcaption {
	width: 100%;
	height: 200px;
}
#content-1 section figcaption h3 {
	font-size:20px;
	line-height: 30px;
	text-align: center;
}
#content-1 section figcaption p {
	font-weight: 500;
	text-align: center;
}
#content-1 section figure {
	width: 100%;
}
#content-1 article {
	width: 250px;
	height: 900px;
}	
#content-2 ul {
	height: 1100px;
	margin-top: 20px;
	}
#content-2 ul li {
	width: 100%;
	height: 220px;
}	
#content-3 article {
	height: 1100px;
}
#content-3 article section {
	height: 550px;
	margin-bottom: 20px;
}

#content-3 article section h3 {
	font-size: 18px;
	line-height: 25px;
}
.nuestros_clientes {
	width: 100%;
	padding-top: 70px;
}
.nuestros_clientes h3 {
	font-size: 25px;
	padding: 0 50px;
	margin-bottom: 30px;
}
.nuestros_clientes img {
	width: 120px;
	margin: 10px;

}
.nuestros_clientes img:hover {
	margin: 10px;
}
	
	
#content-1 .nuestros_clientes img {
	width: 120px;
	margin: 10px;
	}
	
	
	
}



























