/*----------------------------------------------------------------
    acordeon
----------------------------------------------------------------*/
.divContenedor{
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.divContenedor label{
    font-weight: normal;
	padding: 10px 20px;
	display: block;
	cursor: pointer;
	color: white;
	line-height: 60px;
	font-size: 20px;
	background: rgba(222,0,0,1);
background: -moz-linear-gradient(45deg, rgba(222,0,0,1) 30%, rgba(222,0,0,1) 36%, rgba(97,10,2,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(30%, rgba(222,0,0,1)), color-stop(36%, rgba(222,0,0,1)), color-stop(100%, rgba(97,10,2,1)));
background: -webkit-linear-gradient(45deg, rgba(222,0,0,1) 30%, rgba(222,0,0,1) 36%, rgba(97,10,2,1) 100%);
background: -o-linear-gradient(45deg, rgba(222,0,0,1) 30%, rgba(222,0,0,1) 36%, rgba(97,10,2,1) 100%);
background: -ms-linear-gradient(45deg, rgba(222,0,0,1) 30%, rgba(222,0,0,1) 36%, rgba(97,10,2,1) 100%);
background: linear-gradient(45deg, rgba(222,0,0,1) 30%, rgba(222,0,0,1) 36%, rgba(97,10,2,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='#610a02', GradientType=1 );
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.divContenedor label:hover{
background: rgba(97,94,94,1);
background: -moz-linear-gradient(45deg, rgba(97,94,94,1) 0%, rgba(31,31,31,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(97,94,94,1)), color-stop(100%, rgba(31,31,31,1)));
background: -webkit-linear-gradient(45deg, rgba(97,94,94,1) 0%, rgba(31,31,31,1) 100%);
background: -o-linear-gradient(45deg, rgba(97,94,94,1) 0%, rgba(31,31,31,1) 100%);
background: -ms-linear-gradient(45deg, rgba(97,94,94,1) 0%, rgba(31,31,31,1) 100%);
background: linear-gradient(45deg, rgba(97,94,94,1) 0%, rgba(31,31,31,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#615e5e', endColorstr='#1f1f1f', GradientType=1 );
    color:white;
    padding-left: 30px;
	
}

.divContenedor input:checked + label,
.divContenedor input:checked + label:hover{
background: rgba(199,6,6,1);
background: -moz-linear-gradient(45deg, rgba(199,6,6,1) 0%, rgba(102,1,1,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(199,6,6,1)), color-stop(100%, rgba(102,1,1,1)));
background: -webkit-linear-gradient(45deg, rgba(199,6,6,1) 0%, rgba(102,1,1,1) 100%);
background: -o-linear-gradient(45deg, rgba(199,6,6,1) 0%, rgba(102,1,1,1) 100%);
background: -ms-linear-gradient(45deg, rgba(199,6,6,1) 0%, rgba(102,1,1,1) 100%);
background: linear-gradient(45deg, rgba(199,6,6,1) 0%, rgba(102,1,1,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c70606', endColorstr='#660101', GradientType=1 );
    color: #fff;

}

.divContenedor input{
	display: none;
}

.divContenedor .texto{
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	background-color: rgba(222,0,0,1);
background: -moz-linear-gradient(45deg, rgba(222,0,0,1) 30%, rgba(222,0,0,1) 36%, rgba(97,10,2,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(30%, rgba(222,0,0,1)), color-stop(36%, rgba(222,0,0,1)), color-stop(100%, rgba(97,10,2,1)));
background: -webkit-linear-gradient(45deg, rgba(222,0,0,1) 30%, rgba(222,0,0,1) 36%, rgba(97,10,2,1) 100%);
background: -o-linear-gradient(45deg, rgba(222,0,0,1) 30%, rgba(222,0,0,1) 36%, rgba(97,10,2,1) 100%);
background: -ms-linear-gradient(45deg, rgba(222,0,0,1) 30%, rgba(222,0,0,1) 36%, rgba(97,10,2,1) 100%);
background: linear-gradient(45deg, rgba(222,0,0,1) 30%, rgba(222,0,0,1) 36%, rgba(97,10,2,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='#610a02', GradientType=1 );
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.divContenedor .texto1{
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.divContenedor .texto2{
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.divContenedor .texto p{
	color: #FFF;
	line-height: 23px;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.divContenedor .texto1 p{
    color: black;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
    font-family: 'Open Sans', sans-serif
}

.divContenedor .texto2 p{
    color: black;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
    font-family: 'Open Sans', sans-serif
}

.divContenedor input:checked ~ .texto{
	height: 180px;
}

.divContenedor input:checked ~ .texto1{
	height: 400px;
}

.divContenedor input:checked ~ .texto2{
	height: 480px;
}

#submit {
	height:17px;
	border:none;
	cursor:pointer;
	font-size:10px;
	font-family:'Dosis';
	margin-bottom: 8%;
	margin-left: 5%;
	background:#DE0000;
	-webkit-border-radius: 0.333em;
	-moz-border-radius: 0.333em;
	border-radius: 0.333em;
	font-size: 0.611em !important;
	font-family: 'Montserrat', sans-serif !important;
	box-shadow: inset 0 3px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 3px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 3px 1px rgba(0,0,0,0.1);
	width: 85px;
}
