.titulo_formulario {
    text-align: center;
    color: #999999;
    font-size: 20px;
    margin-top: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 12px;
    font-weight: 400;
}
.form_container {
    width: auto;
	max-width: 382px !important;
    margin: 0 auto !important;
    padding: 12px 25px;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    border: 1px solid #B3B4B4;
    border-radius: 25px;
}
form#sheets label {
    font-size: 15px;
    /*color: #212121;*/
	color: #999999;
}

.form_field {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0px 0px 12px 0px;
    font-size: 14px;
    border: 1px solid #B3B4B4;
    border-radius: 27px;
    /* -webkit-appearance: none; */
    /*-moz-appearance: none;*/
    padding-left: 17px;
    background: #FAF8FA;
    color: #737373;
    font-family: 'Roboto Condensed', sans-serif;
}

.container_check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin: 0 auto;
    width: 199px;
	line-height: normal;
}

.container_check input {
    position: absolute;
    opacity: 0;
}

.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border: 1px solid #B3B4B4;
    border-radius: 4px;
}


.container_check:hover input ~ .checkmark {
    background-color: #ccc;
}

.container_check input:checked ~ .checkmark {
    background-color: #999999;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container_check input:checked ~ .checkmark:after {
    display: block;
}

.container_check .checkmark:after {
	left: 7px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form_button_1,
.form_button {
    display: block;
    width: 118px;
    height: 32px;
    padding: 0px 0px;
    color: #FFF;
    border: 1px solid #21889d;
    background: #21889d;
    font-weight: 100;
    margin: 0 auto;
    margin-top: 11px;
    font-size: 17px;
    border-radius: 27px;
    font-family: 'Roboto Condensed', sans-serif;
	cursor: pointer;
}
.text_obligatorios {
    font-size: 11px;
    margin-bottom: 9px !important;
    margin-top: 16px;
    color: #999999;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    display: none;
}
strong#mostrar_avisos_1,
strong#mostrar_avisos {
    font-weight: 100;
	font-size: 13px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #999999;
}
.formulario_interiores .text_mostrar {
	color: #171616;
    background-color: #ffffffe3;
    padding: 11px;
}