

body.ascend {background-color: #fff;}
.formulario button {font-weight: 400 !important;}
.formulario h3 {font-weight: 600 !important;}
.before-header .one-half img {margin-bottom: -6px;}
.before-header {padding: 3px 0 3px;}
.before-header a::after {top: -9px;}
.desplegado h2, .desplegado h3 {font-family: 'Exo 2', sans-serif;}
.desplegado h2 {font-size: 24px; line-height: 26px; color: #616262; margin-top: 20px; margin-bottom: 10px; padding-bottom: 10px;}
.atencion-cliente-desplegado p {line-height: 1.5;}

.atencion-cliente-desplegado button[type="reset"] {
	font-family: Lato;
    text-transform: uppercase!important;
    letter-spacing: 0;
    font-size: 16px;}

body[data-form-style="minimal"] textarea {padding: 4px 8px !important;}




    .atencion-cliente-desplegado input {
    width: 65% !important;
	padding: 2px !important;
    border: 1px solid #bbb !important;
    color: #4e4e4e !important;
    background-color: #fff !important;}

    .atencion-cliente-desplegado input[type=checkbox] {width: auto !important;}

    .atencion-cliente-desplegado label {
    width: 30%;
    font-weight: 400 !important;
display: inline-block;}

    .atencion-cliente-desplegado textarea {
    display: block !important;
    margin-bottom: 10px !important;
    width: 100% !important;
    height: 65px !important;
	border: 1px solid #bbb !important;
	background-color: #fff !important;}
	
/* toggles */


.contenedor {
    max-width: 900px;
    width: 100%;
    margin-left: 60px;
	margin-bottom: 200px;
}

input.bodegon {
    display: none;
}

label.bod-produc {
    display: flex;
    width: 100%;
    height: 50px;
    cursor: pointer;
    border-bottom: 1px solid #004595 !important;
    user-select: none;
}

p.texto-producto {
	width: 100%;
    height: 50px;
	width: 100%;
    line-height: 45px;
    margin-left: 10px;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #004595;
    font-weight: 600;
	margin-bottom: 20px;
}
p.nombre-pro-gama {
	text-transform: uppercase;
	font-size: 1.3em;
    font-weight: 600;
	margin-left: 25px;
}
div.content-comp {margin-left: 25px; margin-top: 15px;}
div.pro-gama-int {text-transform: none !important;}

label.bod-produc div:first-child {
	width: 100%;
    line-height: 45px;
    margin-left: 10px;
    font-size: 1.3em;
    text-transform: uppercase;
    color: #004595;
    font-weight: 400;
}

.cross{
    margin-right:15px;
    margin-top:3px;
}

.cross:before,.cross:after {
    content: '';
    border-top: 2px solid #3E474F;
    width: 15px;
    display: block;
    margin-top: 18px;
    transition: 0.3s;
}

.cross:after {
    transform: rotate(90deg);
    margin-top: -2px;
}

.content {
    box-sizing: border-box;
    font-size: 0.9em;
    margin: 10px 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height, .5s;
}

input:checked ~ .content {
    max-height: 555px;
    transition: max-height, 1s;
}

input:checked ~ label .cross:before {
    transform: rotate(180deg);
}

input:checked ~ label .cross:after {
    transform: rotate(0deg);
}

.questions{
    margin-top:20px;
	margin-left: 50px;
    max-height: 0;
    overflow: hidden;
    transition: max-height, .5s;
}

.questions label{
    border:none;
    box-shadow: none;
    margin:0;
}

input:checked ~ .questions {
    max-height: 400px;
    border-bottom:2px solid #3E474F;
    transition: 1s;
}

/*----------tool-tip------------*/

