@charset "UTF-8";
/* CSS Document */

@media screen and (min-width:0\0) {
	h1.title {
		font-family: Gill Sans,Gill Sans MT, sans-serif;  
		font-size: 2.1em;
		font-variant: normal;
		color: #b32325;
		padding: 8px;
		font-weight: 600;
		}
	.content p {
		font-family: Gill Sans,Gill Sans MT, sans-serif;  
		}
	}

	#contenedor_proquinal {
		width:734px;
		height:auto;
		margin: 0px;
		padding: 0px;
		font-family: Gill Sans,Gill Sans MT, sans-serif;  	
		}
	
	/*Slide Images*/

#slider {
	text-align: center;
	margin: 0 auto;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	width:620px;
	
	
}

#slider label, #slider a {
	color: #444444;
	cursor: pointer;
	text-decoration: none;
}
#slider label:hover, #slider a:hover {
	color: #000 !important;
}
#slider label, #slider #active, #slider img { -moz-user-select:none;-webkit-user-select:none; }

#slider input {
	display: none;
}

#slide1:checked ~ #slides .inner { margin-left:0; }
#slide2:checked ~ #slides .inner { margin-left:-100%; }
#slide3:checked ~ #slides .inner { margin-left:-200%; }
#slide4:checked ~ #slides .inner { margin-left:-300%; }
#slide5:checked ~ #slides .inner { margin-left:-400%; }


#overflow {
	width: 100%;
	overflow: hidden;
}

#slider article img {
	width:734px;
	/*width: 100%;*/
	max-width:100% !important;
}

#slides .inner {
	width: 500%;
	line-height: 0;
}

#slides article {
	width: 20%;
	float: left;
}

/* Slider Styling */

/* Control Setup */

#controls {
	margin: -35% 0 0 0;
	width: 100%;
	height: 50px;
}

#controls label { 
	display: none;
	width: 95px;
height: 131px;
opacity: 0.9;

}

#active {
	margin: 20% 0 0;
	text-align: center;
}

#active label {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #bbb;
	margin: 5px;
	padding: 1px;
}

#active label:hover {
	background: #ccc;
	border-color: #777 !important;
}

#controls label:hover {
	opacity: 0.8;
}

#slide1:checked ~ #controls label:nth-child(2), 
#slide2:checked ~ #controls label:nth-child(3), 
#slide3:checked ~ #controls label:nth-child(4), 
#slide4:checked ~ #controls label:nth-child(5), 
#slide5:checked ~ #controls label:nth-child(1) {
	background: url(../images/prevrt.png);
	background-repeat:no-repeat; /*url('prevrt.png') no-repeat;*/
	float: right;
	margin: -88px -112px 0 0;
	display: block;
}


#slide1:checked ~ #controls label:nth-child(5),
#slide2:checked ~ #controls label:nth-child(1),
#slide3:checked ~ #controls label:nth-child(2),
#slide4:checked ~ #controls label:nth-child(3),
#slide5:checked ~ #controls label:nth-child(4) {
	background: url(../images/prevrt_der.png);
	background-repeat:no-repeat; /*url('prevrt.png') no-repeat;*/
	float: left;
	margin: -88px 0 0 -107px;
	display: block;
}

#slide1:checked ~ #active label:nth-child(1),
#slide2:checked ~ #active label:nth-child(2),
#slide3:checked ~ #active label:nth-child(3),
#slide4:checked ~ #active label:nth-child(4),
#slide5:checked ~ #active label:nth-child(5) {
	background: #333;
	border-color: #333 !important;
}



/* Slider Styling */

#slides {
	margin: 0px 0 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px #fff;
	background: #fff;
	background: #fff; /* Old browsers */
	
}


/* Animation */

#slides .inner {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

#slider {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#controls label{
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
	#slider #controls {
		margin: -30% 0 0 14%;
		width: 70%;
		height: 131px;
	}

	#slider #controls label {
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-o-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
#slide1:checked ~ #slides article:nth-child(1) .info,
#slide2:checked ~ #slides article:nth-child(2) .info,
#slide3:checked ~ #slides article:nth-child(3) .info,
#slide4:checked ~ #slides article:nth-child(4) .info,
#slide5:checked ~ #slides article:nth-child(5) .info {
	opacity: 1;
	-webkit-transition: all 1s ease-out 0.6s;
	-moz-transition: all 1s ease-out 0.6s;
	-o-transition: all 1s ease-out 0.6s;
	transition: all 1s ease-out 0.6s;
}
background-color: #CB2128;
#slider .info, #controls, #slides, #active, #active label, .info h3, .desktop, .tablet, .mobile {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/*////////    SLIDER CONTACTO   //////////*/
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
}


div#slider1 { overflow: hidden;
  width: 734px;
  }
  
div#slider1 figure img { width: 25%; float: left; }
div#slider1 figure { 
  position: relative;
  width: 400%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 20s slidy infinite; 
}
 


/*////////    FIN SLIDER CONTACTO   //////////*/
/*///// Fin Estilos Slider /////*/


	.bgt {
		background: #f8f8f8;
		width:60%;
		height: 50px;
		padding-left: 25px; 
		}
		
	h1.title {
		font-family: Gill Sans,Gill Sans MT, sans-serif;  
		font-size: 2.1em;
		font-variant: normal;
		color: #b32325;
		padding: 8px;
		font-weight: 600;
		}
		
	.content {
		margin: 20px 60px;	
		color: #6e6e6e;
		font-size: 1.6em;
		text-align: justify;
		font-weight: 300;
		}
	
	.content p {
		font-family: Gill Sans,Gill Sans MT, sans-serif;  
		}
		
	.highlights {
		color: #282828;
		font-weight: 500;
		}
		
	.spacer {
		background: #b32325;
		height: 5px;
		width: 100%;
		margin: 40px 0px 20px 0px;
		}

