
/**PROYECTOS*/

/*tab*/

.tabset {	
	width: 1200px;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 100px;    
}


.tabset > input[type="radio"] {
	position: absolute;
	left: -200vw;
  }
  
  .tabset .tab-panel {
	display: none;
  }
  
  .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
  .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
  .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
  .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
  .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
  .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
	display: block;
  }
  
  /*
   Styling
  */
  .tabset > label {
	position: relative;
	display: inline-block;
	padding: 30px 47px;
	border: 1px solid transparent;
	border-bottom: 0;
	cursor: pointer;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #00aacd;
	color: white;
	margin-left: -3px;

	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
  }

  
  .tabset > label:hover,
  .tabset > input:focus + label {
	background-color: rgba(236, 236, 236, 0.3); 
	color: #00aacd;
	background-image: url(../imagenes/hover.png);	
	background-position: top center;
	background-repeat: no-repeat;	
  }
  
  .tabset > input:checked + label {
	background-color: rgba(236, 236, 236, 0.3); 
	color: #002d23;
  }


  .tabset > label span {
	display: none;
}

/*cierre tab*/ 



/*slider*/

.slide-container {
    /*display: flex;  */    
    width: 1200px;
    height: auto;
    margin: auto;
    position: relative;
}


.slide-item {
    width: 1200px;
	margin: auto;
	height: auto;
	margin-bottom: 80px;
	background-color: rgba(236, 236, 236, 0.3);   
  }

.slide-item article {	
	width: 1200px;
	height: auto;
	padding: 50px 100px;	
}

.slide-item article figure {	
	width: 450px;
	height: 500px;	
	position: relative;
	float: left;
	margin-right: 30px;
	box-shadow: 10px 10px 20px rgba(133, 133, 133, 0.4);
	margin-bottom: 40px;	
}

.slide-item article figcaption {	
	width: 520px;
	height: 500px;	
	position: relative;
	float: left;
	margin-bottom: 40px;
	padding-top: 80px;	    
}

.slide-item article figcaption h5 {
	margin-bottom: 15px;		
}

.slide-item article figcaption h2 {
	color: #00aacd;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 1px;
	font-weight: 800;		
}

.slide-item article figcaption h3 {
	color: #002d23;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 24px;	
	font-weight: 400;
	margin-top: 20px;	
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 6px 0;		
}

.slide-item article figcaption h3.certificacion {	
	border-top: 1px dotted #007188;
	border-bottom: 1px dotted #007188;
	color: #007188;
} 

.slide-item article p:nth-child(1) {
	color: #00aacd;
	font-size: 18px;
	line-height: 42px;
}

.slide-item article p {
	width: 100%;
	color: #007188;
	font-size: 15px;	
	line-height: 35px;	
	font-weight: 400;
	margin-bottom: 30px;				
}

.slide-item article p span {
	font-weight: 600;			
}

.slide-next {
    right: 0;
	background-image: url(../imagenes/flecha2.png);	     
  }

  .slide-prev {
    left: 0; 
	background-image: url(../imagenes/flecha.png);     
}

.slide-next:hover {    
	background-image: url(../imagenes/flecha2_hover.png);	     
  }

  .slide-prev:hover {   
	background-image: url(../imagenes/flecha-hover.png);     
}


  .slide-next, .slide-prev {
    position: absolute;
    top: 100px;
    width: 85px;
    height: 150px;    
    cursor: pointer;	
	background-position: center center;
	background-repeat: no-repeat;

	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
  
  }

.slide-next:hover, .slide-prev:hover {
    background-color: ;    
  }



  /*JQUERY**************************************************************************************************************************************************************************/

/*1200 para abajo*/
@media screen and (max-width:1200px) {

.tabset {	
	width: 768px;
}


.tabset > label {
	padding: 30px 18px;
	font-size: 13px;	
}


.slide-container { 
    width: 768px;
}

.slide-item {
    width: 768px;  
  }

.slide-item article {	
	width: 768px;
	padding: 50px 50px;	
}

.slide-item article figure {	
	width: 320px;
	height: 350px;		
}

.slide-item article figure img {
	width: 100%;
}

.slide-item article figcaption {	
	width: 310px;
	height: 350px;	
	padding-top: 0px;	    
}

.slide-next, .slide-prev {
    width: 40px;    
	background-size: 80%;
  }

.slide-item article figcaption h5 {
	margin-bottom: 8px;		
}

.slide-item article figcaption h5 img {
	width: 30px;
}


.slide-item article figcaption h2 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 20px;		
}

.slide-item article figcaption h3 {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 21px;		
	margin-top: 10px;	
}

.slide-item article p:nth-child(1) {
	font-size: 16px;
	line-height: 36px;
}


}



/*1200 para abajo*/
@media screen and (max-width:1200px) {

	.tabset {	
		width: 768px;
	}
	
	
	.tabset > label {
		padding: 30px 18px;
		font-size: 13px;	
	}
	
	
	.slide-container {
		/*display: flex;  */    
		width: 768px;
	}
	
	
	.slide-item {
		width: 768px;  
	  }
	
	.slide-item article {	
		width: 768px;
		padding: 50px 50px;	
	}
	
	.slide-item article figure {	
		width: 320px;
		height: 350px;		
	}
	
	.slide-item article figure img {
		width: 100%;
	}
	
	.slide-item article figcaption {	
		width: 310px;
		height: 350px;	
		padding-top: 0px;	    
	}
	
	.slide-next, .slide-prev {
		width: 40px;    
		background-size: 80%;
	  }
	
	.slide-item article figcaption h5 {
		margin-bottom: 8px;		
	}
	
	.slide-item article figcaption h5 img {
		width: 30px;
	}
	
	
	.slide-item article figcaption h2 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 20px;		
	}
	
	.slide-item article figcaption h3 {
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 21px;		
		margin-top: 10px;	
	}
	
	.slide-item article p:nth-child(1) {
		font-size: 16px;
		line-height: 36px;
	}
	
	
	}



/*768 para abajo*/
@media screen and (max-width:768px) {

	.tabset {	
		width: 600px;
		height: 500px;	
	}
	
	
	.tabset > label {
		padding: 20px 9px;
		font-size: 11px;		
		letter-spacing: 1px;	
	}
	
	
	.slide-container {
		width: 600px;
	}	
	
	.slide-item {
		width: 100%; 
		height: 450px;
	  }
	
	.slide-item article {	
		width: 600px;
		padding: 50px 50px;	
	}
	
	.slide-item article figure {	
		width: 180px;
		height: 200px;		
	}
	
	.slide-item article figcaption {	
		width: 280px;
		height: 320px;	
	}
	
	.slide-item article figcaption h2 {
		font-size: 18px;
		font-weight: 400;		
	}
	
	.slide-item article p {
		display: none;
				
	}
	
	
}


/*600 para abajo*/
@media screen and (max-width:600px) {


	.tabset {	
		width: 320px;
		height: 750px;
	}
	
	
	.tabset > label {
		width: 106px;
		height: 50px;
		text-align: center;
		padding: 20px 0px;
	}

	.tabset > label span {
		display: block;
	}
	

	.tabset > label h6 {
		display: none;
	}
	
	.slide-container {
		width: 320px;
	}	
	
	.slide-item {
		height: 650px;
	  }
	
	.slide-item article {	
		width: 320px;
		padding: 20px 40px;	
	}
	
	.slide-item article figure {	
		width: 240px;
		height: 250px;		
	}
	
	.slide-item article figcaption {	
		width: 250px;
		height: 320px;	
	}

	.slide-item article figcaption h5 {
		display: none;
	}
	
	.slide-item article figcaption h2 {
		font-size: 18px;
		font-weight: 600;		
	}
	


}
