div#message_modal,
div#message {
    font-size: 18px;
    text-align: center;
    color: #000000;
}


.titilo_plantel_mensaje {
    margin-top: 27px;
    font-size: 12px;
}

.titilo_plantel {
    margin-bottom: 26px;
    font-weight: bolder;
}

.imagen_link img {
    border-radius: 9px;
}

img.imagen_plantel {
    width: 100%;
}

.titilo_plantel a {
    color: #3e7998;
    font-weight: 900;
    font-family: sans-serif;
    text-decoration: none;
}


.form_container {
    width: auto;
	max-width: 325px !important;
    margin: 0 auto !important;
    padding: 12px 10px;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    border: 1px solid #B3B4B4;
    border-radius: 25px;
}

select#plantel,
select#pregunta {
    border-right: 24px solid #c5c5c5;
    padding-right: 2px;
    font-size: 15px;
    cursor: pointer;
}


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;
}

textarea.form_field{
    height: 100px;
}

select#plantel_modal,
select#pregunta_modal {
    border-right: 24px solid #c5c5c5;
    padding-right: 2px;
    font-size: 15px;
    cursor: pointer;
}


.prepa_formulario ::-webkit-input-placeholder { 
	color: #444444;
}
.prepa_formulario ::-moz-placeholder {
	color: #444444;
}
.prepa_formulario :-ms-input-placeholder { 
	color: #444444;
}
.prepa_formulario :-moz-placeholder { 
	color: #444444;
}

.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,.form_button_otros, .form_button_online {
    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;
}
 
 
.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;
}

.text_obligatorios {
    font-size: 11px;
    margin-bottom: 9px !important;
    margin-top: 16px;
    display: block;
    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;
}



/*Interiores Prepas*/



.formulario_megusta_interiores_absolute  .titulo_formulario {
    color: #ffffff;
}

.formulario_megusta_interiores_absolute  strong#mostrar_avisos_1,
.formulario_megusta_interiores_absolute  strong#mostrar_avisos {
    color: #ffffff;
}

.formulario_interiores .text_mostrar {
	color: #171616;
    background-color: #ffffffe3;
    padding: 11px;
}

.container_check:hover input ~ .checkmark {
    background-color: #0000003b;
}

.formulario_interiores  .checkmark {
    background-color: #0000003b;
}

.formulario_interiores .container_check input:checked ~ .checkmark {
    background-color: #17171791;
}

.formulario_interiores .container_check {
    width: 100%;
	margin-bottom: 12px;
}

.formulario_megusta_interiores_absolute  .formulario_interiores .form_field {
    background: #0e0e0e73;
	background: rgba(23, 23, 23, 0.7);
    color: #ffffff !important;
}

.formulario_megusta_interiores_absolute .formulario_interiores .modal-content .form_field {
    background: #FAF8FA;
    color: #797979;
}

.formulario_interiores select#plantel, 
.formulario_interiores select#pregunta {
    border-right: 24px solid #c5c5c5b8;
}



.formulario_megusta_interiores_absolute .formulario_interiores ::-webkit-input-placeholder { 
	color: #ffffff;
}
.formulario_megusta_interiores_absolute .formulario_interiores ::-moz-placeholder {
	color: #ffffff;
}
.formulario_megusta_interiores_absolute .formulario_interiores :-ms-input-placeholder { 
	color: #ffffff;
}
.formulario_megusta_interiores_absolute .formulario_interiores :-moz-placeholder { 
	color: #ffffff;
}


.formulario_megusta_interiores_absolute .formulario_interiores .prep_seleccionada {
    font-weight: 100;
    color: #fff !important;
    text-align: center;
    width: 100%;
    font-size: 19px !important;
    font-family: 'Roboto Condensed', sans-serif;
}

.formulario_megusta_interiores_absolute .titilo_plantel a,
.formulario_megusta_interiores_absolute .titilo_plantel_mensaje,
.formulario_megusta_interiores_absolute .mensaje_almacenar {
    color: #fff;
}

/*
.formulario_megusta_interiores_absolute .clase_interiores{
    background-color: rgb(189, 71, 71) !important;
}*/

.formulario_interiores .clase_interiores {
    color: #fff !important;
}



.meter { 
    height: 11px;
    position: relative;
    top: 0px;
    width: 100%;
    left: 0px;
	margin-top: 125px;
	margin-bottom: 125px;
}

.meter > span {
    display: block;
    height: 100%;
	background-color: rgb(167, 1, 36);
    position: relative;
    overflow: hidden;
}

.formulario_megusta_interiores_absolute .meter > span {
background-color: #fff !important;
}

.meter > span:after, .animate > span > span {
    content: "";
    position: absolute;
    top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
    z-index: 1;
    overflow: hidden;
}

/*Modal*/


.meter_modal { 
    height: 11px;
    position: relative;
    top: 0px;
    width: 100%;
    left: 0px;
	margin-top: 125px;
	margin-bottom: 125px;
}

.meter_modal > span {
    display: block;
    height: 100%;
	background-color: rgb(167, 1, 36);
    position: relative;
    overflow: hidden;
}

.formulario_megusta_interiores_absolute .meter_modal > span {
background-color: #fff !important;
}

.formulario_megusta_interiores_absolute .modal-body .meter_modal > span {
background-color: rgb(167, 1, 36) !important;
}

.meter_modal > span:after, .animate > span > span {
    content: "";
    position: absolute;
    top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
    z-index: 1;
    overflow: hidden;
}


.animate > span:after {
	display: none;
}


.formulario_megusta_interiores_absolute .modal-body .titilo_plantel a{
	    color: #23527c !important;
}


.formulario_megusta_interiores_absolute .modal-body .titilo_plantel_mensaje, 
.formulario_megusta_interiores_absolute .modal-body .mensaje_almacenar {
        color: #000000 !important;
}

.formulario_megusta_interiores_absolute .formulario_interiores .clase_blanco_interiores {
    color: #fff !important;
}