* {
  box-sizing: border-box;
}

#form_ambulatory input[type=text], #form_ambulatory select, #form_ambulatory textarea,
.sel_24h.celr_select_lang input[type=text], .sel_24h.celr_select_lang select, .sel_24h.celr_select_lang 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;
}

.celr_etiqueta_step {
	text-align: center;
	display: block;	
	font-size: 30px;
	margin-bottom: 15px;
	line-height: 20px;
	color: #57a7b3 !important;
}

#form_ambulatory label, .sel_24h.celr_select_lang label {
  /*padding: 12px 12px 12px 0;*/
  padding: 0px 15px;
  display: inline-block;
  margin-top: -5px; 
}

.celr_file_blood {
    margin-top: 15px;
}

.celr_step_1 h2,.celr_step_2 h2,.celr_step_3 h2,.celr_step_4 h2 {
	font-size: 20px !important;
	text-align: center;
	color: #000 !important;
	font-weight: 300 !important;
}

.celr_step_1 h2,.celr_step_2 h2,.celr_step_4 h2 {
	margin-bottom: 5px !important;
}

.celr_step_3 h2 {
	margin-bottom: 30px !important;
}

.celr_color_tag_error,
#celr_msg_error_geder,
#celr_msg_error_years,
#celr_msg_error_height,
#celr_msg_error_sistolica_amb_24,
#celr_msg_error_diastolica_amb_24,
#celr_msg_error_sistolica_amb_day,
#celr_msg_error_diastolica_amb_day,
#celr_msg_error_sistolica_amb_night,
#celr_msg_error_diastolica_amb_night,
#celr_msg_error_terms
{
	color: #b5121b !important;
	font-size: 12px !important;
}

/*
#form_ambulatory input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

#form_ambulatory input[type=submit]:hover {
  background-color: #45a049;
}

#form_ambulatory input[type="date"] {
    padding: 12px;
    width: 100%;
}
*/

#form_ambulatory .container, .sel_24h.celr_select_lang .container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

#form_ambulatory .col-25, .sel_24h.celr_select_lang .col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

#form_ambulatory .col-75, .sel_24h.celr_select_lang .col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

#form_ambulatory .col-50, .sel_24h.celr_select_lang .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;
}

.celr_step_2 .col-50,.celr_step_1 .col-50 {
	float: left;
	width: 45%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-top: 2.5%;
}

.celr_step_1 .col-50 {
	float: left;
	width: 45%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-top: 2.5%;
}

.celr_step_1, .celr_step_2, .celr_step_3, .celr_step_4 {
	margin-bottom: 75px !important;
}

/* Clear floats after the columns */
#form_ambulatory .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_ambulatory .col-25, #form_ambulatory .col-75, #form_ambulatory .col-50, .celr_step_2 .col-50, .celr_step_1 .col-50, #form_ambulatory input[type=submit] {
    width: 95%;
    margin-top: 5%;
  }
}

#form_ambulatory, .celr_step_4, .celr_step_2, .celr_step_1, .sel_24h.celr_select_lang {
    max-width: 650px;
    margin: auto;
    display: block;
}

.sel_24h.celr_select_lang {
	    margin: auto !important;
}

/*
.celr_step_2 button, .celr_step_1 button {
	width: 100% !important;
	background: #e51a4b;
	font-size: 18px;
	padding: 15px;
	-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);
    color: white !important;
}*/

.celr_step_2 button, .celr_step_1 button {
	width: 100% !important;
	background: #e51a4b;
	font-size: 17px;
	padding: 15px;
	color: #fff;
	font-weight: 700;
	border: none !important;
	border-radius: 4px;
	max-width: 300px;
	margin: auto;
	display: block;
	-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);
}

.celr_step_2 button:hover, .celr_step_1 button:hover {
	background: #e74b73 !important;
}

.celr_step_4 h2 {
	text-align: left !important;
}

.celr_step_4 ul {
	margin: 0px !important;
	padding: 0px !important;
}

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

.submit_ajax_ambulatory, .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_amb {
    /*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_ambulatory > div, .sel_24h.celr_select_lang > 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;
}

/* Selector de idiomas */
.row.sel_24h.celr_select_lang {
	margin-bottom: 50px !important;
}
