@charset "UTF-8";
/* CSS Document */

.premex_container{
	background-color:#eaeaea;
	width:734px;
	height: auto;
	padding:250px 50px 50px 50px;
	box-sizing: border-box;
	background-image: url(../image/header_premex.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.texto_prim_premex{
	font-family: 'Open Sans', sans-serif;
	color:#727575;
	text-align:justify; 
	line-height: 1.2em;
	font-size: 16px;
	margin:20px 0;
	font-weight: 300;
}

.texto_sec_premex{
	font-family: 'Open Sans', sans-serif;
	color:#4e5151;
	text-align:center; 
	line-height: 1.2em;
	font-size: 16px;
	margin:20px 0;
	font-style: italic;
}

.titulo_premex{
	color:#19a4db;
	font-family: 'Open Sans', sans-serif;
	font-size:32px;
	text-align: center;
	font-weight: 300;
	line-height: 1.2em;
}

.dest_premex{
	font-weight: 700;
}

.texto_article_premex{
	width:330px;
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color:#464545;
	line-height: 1.2em;
	font-size: 15px;
	margin-top: 20px;
}

.img_article_premex{
	float: left;
}

.premex_btn{
	display: block;
	background-color: #ea6f13;color:white;
	padding:15px 0px;
	border-radius: 10px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight: 300;
	text-align: center;
	width:260px;
	float: left;
}

.redes_item_p, .redes_wrapper_p{
	margin:0px;
	padding:0px;
	list-style-type: none !important;
}

.redes_wrapper_p{
	display: block;
	float:right;
	width:250px;
}

.redes_wrapper_p .redes_item_p:nth-child(1) a{
	background-image: url(../image/icon_redes_1.png);
}

.redes_wrapper_p .redes_item_p:nth-child(2) a{
	background-image: url(../image/icon_redes_2.png);
}

.redes_wrapper_p .redes_item_p:nth-child(3) a{
	background-image: url(../image/icon_redes_3.png);
}

.redes_wrapper_p .redes_item_p:nth-child(4) a{
	background-image: url(../image/icon_redes_4.png);
}

.redes_item_p{
	float: left;
	margin: 0px 3px;
}

.redes_item_p > a{
	display: block;
	width:47px;
	height: 47px;
}

/* INICIO ACORDION */


.ac-container{

	text-align: left;
}
.ac-container label{
	font-family: 'Open Sans', sans-serif;
	position: relative;
	z-index: 20;
	display: block;
	height: 40px;
	cursor: pointer;
	color: #727575;
	line-height: 33px;
	font-size: 16px;
	background-color:white;
	border:1px solid #cfd1d1;
   margin-top:6px;
   font-weight:bold;
}

.ac-container label:hover{
	background: #f0f0ee;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background-color: white;
	color: #19a4db;
	border-bottom:3px solid #d8d5d5;
}

.img_mas{
display:block;
width:28px;
height:20px;
background-image:url(../image/mas_color.png);
float:left;
margin-top:8px;
margin-left:8px;	
}

.ac-container input:checked + label  .img_mas{
background-image:url(../image/mas_bn.png);	
}

.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 1);
	margin-top: -2px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	width:590px;
}

.ac-container input:checked ~ article{
	/*-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);*/
}
.ac-container input:checked ~ article.ac-small{
	height:auto;
	border:1px solid #cfd1d1;
	margin-bottom:10px;
	padding:20px 20px;	
}


/*FIN ACORDEON*/
/*inicio acordeon*/

#slider {
	text-align: center;
	margin: 30px auto;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	width:600px;
	height: 260px;
}

#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%; }


#overflow {
	width: 100%;
	overflow: hidden;
}

#slider article img {
	width:600px;
	/*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: -25% 0 0 0;
	width: 100%;
	height: 50px;
}

#controls label { 
	display: none;
	width: 50px;
height: 113px;
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: none;
	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) 
 {
	background: url(../image/prevrt.png);
	background-repeat:no-repeat; /*url('prevrt.png') no-repeat;*/
	float: right;
	margin: -68px -132px 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)
 {
	background: url(../image/prevrt_der.png);
	background-repeat:no-repeat; /*url('prevrt.png') no-repeat;*/
	float: left;
	margin: -68px 0 0 -117px;
	display: block;
}

#slide1:checked ~ #active label:nth-child(1),
#slide2:checked ~ #active label:nth-child(2),
#slide3:checked ~ #active label:nth-child(3)
 {
	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: #eaeaea;
	background: #eaeaea; /* 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: -25% 0 0 15%;
		width: 70%;
		height: 50px;
	}

	#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
 {
	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;
}

#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;
}