@charset "utf-8";
/* CSS Document */

.container_challenger{
width:734px;
box-shadow:2px 2px 3px #CCC;
}

.container_challenger_int{
box-sizing:border-box;
padding:0px 20px;
}


.sec_1c, .sec_2c, .sec_3c{
overflow:hidden;	
}

.sec_1c{
width:100%;	
}

.sec_2c, .sec_3c{
width:49%;
float:left;	
margin:20px 0;
}

.sec_3c{
margin-left:1%;	
}

.sec_3c p{
height:144px;	
}

.titulo_challenger{
display:block;
background-color:#315396;
font-size:18px;
padding:15px;
box-sizing:border-box;
color:white;
font-family:Helvetica-Neue, Helvetica, open-sans, sans-serif;
font-weight:300;	
}

.parrafo_challenger{
display:block;
border:1px solid #cfd1d1;
padding:15px 20px;
font-size:13px;
box-sizing:border-box;
color:black;
font-family: Open-sans, Arial, sans-serif;
line-height:1.3em;
text-align:justify;	
}

.blue_challenger{
color:#315396;	
}

/* INICIO ACORDION */


.ac-container{
	width: 100%;
	margin: 10px auto 30px auto;
	text-align: left;
	overflow:hidden;
}
.ac-container label{
   font-family: Open-sans, Arial, sans-serif;
	position: relative;
	z-index: 20;
	 display: block;
    background-color: #315396;
    font-size: 18px;
    padding: 15px;
    box-sizing: border-box;
    color: white;
	border-radius:3px;
}

.ac-container label:hover{
	background-color: #2B497A;
	color: white;
	cursor:pointer;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background-color: #f7f7f7;
	color: #315396;
	border:1px solid #cfd2d2;
	cursor:pointer;
}

.img_mas{
display:block;
width:28px;
height:26px;
background-image:url(../image/mas_color.png);
float:left;
margin-top:1px;
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, 0.5);
	margin-top: -1px;
	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:100%;
}

.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:20px;
	padding:15px 20px;	
}
.ac-container input:checked ~ article.ac-medium{
	height: auto;
	border:1px solid #cfd1d1;
	margin-bottom:20px;
	padding:15px 30px;	
}
.ac-container input:checked ~ article.ac-large{
	height: auto;
	border:1px solid #cfd1d1;
	margin-bottom:20px;
	padding:15px 30px;	
}

/*FIN ACORDEON*/


.ac-container article p, .ac-container article li{
font-family: Open-sans, Arial, sans-serif;
font-size:13px;
color:black;
line-height: 1.3em;
text-align:justify;
margin-top:20px;
}

.ac-container article li{
list-style-image:url(../image/bullet.png);	
}

.ac-large, .ac-medium, .ac-small{
margin:20px 0px;
box-sizing:border-box;
margin-top:-22px !important;
border-radius:5px;
}

.destacados_wok{
font-size:16px;
font-weight:bold;	
}