* {
  box-sizing: border-box;
}

#form_home input[type=text], #form_home select, #form_home textarea {
  width: 96%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

.celr_etiqueta {
	text-align: center;
	display: block;
	padding-top: 10px;
	margin-bottom: -15px;
	font-weight: bold;
}

#form_home label {
  /*padding: 12px 12px 12px 0;*/
  padding: 0px 15px;
  display: inline-block;
  margin-top: -5px; 
}

.celr_file_blood {
    margin-top: 15px;
}

.celr_main h2 {
	font-size: 20px !important;
	text-align: center;
	color: #000 !important;
	font-weight: 300 !important;
}

.celr_color_tag_error,
#celr_msg_error_geder,
#celr_msg_error_height,
#celr_msg_error_sistolica_home,
#celr_msg_error_diastolica_home,
#celr_msg_error_terms
{
	color: #b5121b !important;
	font-size: 12px !important;
}


#form_home .container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

#form_home .col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

#form_home .col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

#form_home .col-50 {
  float: left;
  width: 50%;
  margin-top: 6px;
}

.error_data_form {
	color: #e51a4b;
	letter-spacing: 1px;
	font-size: 12px;
	text-align: justify;
}

.celr_list_result {
	padding-left: 0px !important;
	margin: 0px !important;
}

.btn_disable {
	background: #808080 !important;
}

/* Clear floats after the columns */
#form_home .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
#form_home .col-25, #form_home .col-75, #form_home .col-50, #form_home input[type=submit] {
    width: 95%;
    margin-top: 5%;
  }
}

#form_home, .celr_res_home  {
    max-width: 650px;
    margin: auto;
    display: block;
}

.btn_calcular {
    margin-top: 30px;
    margin-bottom: 30px;
}

.submit_ajax_home, .class_btn_switch {
    cursor: pointer;
    width: 96% !important;
    text-align: center;
    display: block;
    background: #e51a4b;
    padding: 15px;
    color: white !important;
    margin: auto;
    -webkit-box-shadow: -1px 15px 9px -8px rgba(0,0,0,0.34);
    -moz-box-shadow: -1px 15px 9px -8px rgba(0,0,0,0.34);
    box-shadow: -1px 15px 9px -8px rgba(0,0,0,0.34);
}

.resultados_home {
    /*border: 1px solid gray;*/
    padding: 12px;
    /*text-align: center;*/
}

.celr_value_result {
    font-weight: bold;
    font-size: 20px !important;
    color: white;
    margin-top: 25px !important;
    display: block;
    background: #57a7b3;
    padding: 20px;
}


.celr_value_cat {
	font-weight: bold;
    color: #57a7b3;
}

.celr_value_result_info,.celr_value_cat {
	font-weight: bold;
}

/* Resultados */
.celr_hyper {
	background: #f3c9cf;
	font-weight: bold;
}

.celr_normo {
	background: #d7e7ea;
}

.celr_hyper, .celr_normo {
	list-style: none;
	color: #000;
	letter-spacing: 2px;
	text-align: center;
}

@media (max-width: 810px){
	#form_home > div {
    	margin: 30px 30px;
	}
}

hr, .wp-block-separator {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #ccc;
    border: none;
    height: 1px;
    margin: 20px auto;
}

/* Términos y condiciones */

.celr_box_terms {
	margin-top: 35px;
}

.celr_link_terms {
	color: #e51a4b !important;
}