/*COLOR AZUL: #0001fe*/
/*COLOR NARANJA: #ffb703*/
html, body {
	display: flex;
	flex-direction: column;
}
.main_ag {
	width: 100%;
	flex: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main_ag_in {
	width: 800px;
	height: 670px;
	border: 3px solid #ffb703;
	border-radius: 5px;
}
.main_ag_in2 {
	width: 800px;
	height: 620px;
	border: 3px solid #ffb703;
	border-radius: 5px;
}
.main_ag_in_method {
	width: 800px;
	height: 620px;
	border: 3px solid #ffb703;
	border-radius: 5px;
}
.main_ag_in_method_body_credits {
	width: 100%;
	height: 526px;
}
.main_ag_in_method_body_credits_in {
	width: 600px;
	height: 400px;
}
.main_ag_in_method_body_credits_in_top {
	width: 100%;
	height: 10%;
}
.main_ag_in_method_body_credits_in_top_text {
	margin: 0px;
	font-size: 20px;
	color: black;
}
.main_ag_in_method_body_credits_in_middle {
	width: 100%;
	height: 50%;
}
.main_ag_in_method_body_credits_in_middle_in {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 4px solid #a3a3a3;
	position: relative;
	padding-top: 15px;
	box-sizing: border-box;
}
.main_ag_in_method_body_credits_in_middle_in_number {
	margin: 0px;
	font-size: 90px;
	color: blue;
}
.main_ag_in_method_body_credits_in_middle_in_text {
	margin: 0px;
	font-size: 18px;
	color: black;
	position: absolute;
	bottom: 0;
	right: -120;
	font-family: 'Myriad Pro Bold';
}
.main_ag_in_method_body_credits_in_bottom {
	width: 100%;
	height: 20%;
}
.main_ag_in_method_body_credits_in_bottom_text {
	margin: 0px;
	font-size: 20px;
	color: black;
}
.main_ag_in_method_body_credits_in_bottom2 {
	width: 100%;
	height: 20%;
}
.main_ag_in_method_body_credits_in_bottom2_btn {
	-webkit-appearance: none;
	border: none;
	width: 150px;
	height: 40px;
	border-radius: 5px;
	border: 2px solid #0001fe;
	background-color: #e7e7e7; 
	color: #0001fe;
	float: left;
	cursor: pointer;
}
.main_ag_in_method_body_credits_in_bottom2_btn2 {
	-webkit-appearance: none;
	border: none;
	width: 150px;
	height: 40px;
	border-radius: 5px;
	background-color: #0001fe;
	color: white;
	float: right;
	cursor: pointer;
}
.main_ag_in_method_body_saved {
	width: 100%;
	height: 526px;
}
.main_ag_in_method_body_saved_in {
	width: 80%;
	height: 80%;
}
.main_ag_in_method_body_saved_in_top {
	width: 100%;
	height: 10%;
}
.other {
	width: 100%;
	height: 30px;
	box-shadow: inset 0px 0px 0px 1px #595959;
	background-color: #f2f2f2;
	border-radius: 3px;
	margin-bottom: 5px;
	cursor: pointer;
	box-sizing: border-box;
	padding-top: 3px;
}
.other_text {
	margin: 0px;
	font-size: 14px;
	color: black;
	margin-left: 10px;
	font-family: 'Myriad Pro Bold';
}
.main_ag_in_method_body_saved_in_bottom {
	width: 100%;
	height: 60%;
	overflow-y: scroll;
	box-shadow:  inset 0 -10px 4px -10px #000000;
}
.item {
	width: 100%;
	height: 60px;
	box-shadow: inset 0px 0px 0px 1px black;
	margin-bottom: 5px;
	display: flex;
	flex-direction: row;
}
.item1 {
	width: 65px;
	height: 100%;
	float: left;
}
.item2 {
	flex: 1;
	height: 100%;
	float: left;
}
.item2_title {
	margin: 0px;
	font-size: 15px;
	font-family: 'Myriad Pro Bold';
}
.item2_subtitle {
	margin: 0px;
	font-size: 12px;
}
.item3 {
	width: 65px;
	height: 100%;
	float: left;
}
.item3_img {
	width: 40px;
	height: auto;
}
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-top: 20px;
  margin-left: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
}
/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.main_ag_in_method_body_saved_in_total {
	width: 100%;
	height: 15%;
}
.main_ag_in_method_body_saved_in_total_text {
	margin: 0px;
	font-size: 25px;
	margin-bottom: 10px;
	color: black;
}
.main_ag_in_method_body_saved_in_total_text_bold {
	font-family: 'Myriad Pro Bold';
}
.main_ag_in_method_body_saved_in_bottom2 {
	width: 100%;
	height: 15%;
}
.main_ag_in_header {
	width: 100%;
	height: 90px;
	background-color: #0001fe;
	border-bottom: 3px solid #ffb703;
	margin-bottom: 20px;
}
.main_ag_in_header_text {
	margin: 0px;
	font-size: 30px;
	color: #ffb703;
	margin-left: 20px;
	font-family: 'Myriad Pro Bold';
	float: left;
}
.main_ag_in_header_select_div {
	width: 250px;
	height: auto;
	margin-right: 20px;
	float: right;
}
.main_ag_in_header_select_div_text {
	margin: 0px;
	font-size: 15px;
	color: white;
	font-family: 'Myriad Pro Bold';
}
.main_ag_in_header_select_div_select {
	width: 100%;
	margin-top: 5px;
	background-color: white;
}
.main_ag_in_body {
	width: 100%;
	height: 580px;
}
.main_ag_in_body_top {
	width: 100%;
	height: auto;
}
.main_ag_in_body_top_in {
	width: 95%;
	height: 130px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: thin solid black;
	display: block;
}
.main_ag_in_body_top_in_left {
	width: 70%;
	height: 100%;
	float: left;
}
.main_ag_in_body_top_in_left_in {
	width: 95%;
	height: auto;
}
.main_ag_in_body_top_in_left_in_text {
	margin: 0px;
	font-size: 15px;
	color: black;
	line-height: 25px;
	font-family: 'Myriad Pro Bold';
}
.main_ag_in_body_top_in_left_in_text_regular {
	font-family: 'Myriad Pro Regular';
}
.main_ag_in_body_top_in_right {
	width: 30%;
	height: 100%;
	float: left;
}
.main_ag_in_body_top_in_right_in {
	width: auto;
	height: auto;
}
.main_ag_in_body_top_in_right_in_btn1 {
	-webkit-appearance: none;
	border: none;
	border-radius: 5px;
	width: 80%;
	height: 35px;
	font-size: 13px;
	color: black;
	text-align: center;
	margin-bottom: 10px;
	background-color: #d6d6d6;
	cursor: pointer;
}
.main_ag_in_body_top_in_right_in_btn2 {
	-webkit-appearance: none;
	border: none;
	border-radius: 5px;
	width: 80%;
	height: 35px;
	font-size: 13px;
	color: black;
	text-align: center;
	background-color: #c5c5c5;
	cursor: pointer;
}
/*PACIENTES GUARDADOS STYLE*/
.main_ag_in_body_top_in_sav {
	width: 95%;
	height: 130px;
	display: block;
}
.main_ag_in_body_top_in_sav_left {
	width: 10%;
	height: 100%;
	float: left;
}
.main_ag_in_body_top_in_sav_left_btn {
	-webkit-appearance: none;
	border: none;
	width: 90%;
	height: 100%;
	background-color: #b3b3b3;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	font-size: 25px;
}
.main_ag_in_body_top_in_sav_right {
	width: 90%;
	height: 100%;
	box-shadow: inset 0 -10px 4px -10px #000000;
	overflow-y: scroll;
	float: right;
}
.main_ag_in_body_top_in_sav_item {
	width: 100%;
	height: 60px;
}
.main_ag_in_body_top_in_sav_item_in {
	width: 98%;
	height: 80%;
	border: thin solid black;
}
.main_ag_in_body_top_in_sav_item_in_text {
	margin: 0px;
	font-size: 15px;
	color: black;
	float: left;
	margin-left: 5px;
}
.main_ag_in_body_top_in_sav_item_in_text_bold {
	margin: 0px;
	font-size: 15px;
	color: black;
	float: left;
	margin-left: 10px;
	font-family: 'Myriad Pro Bold';
}
.main_ag_in_body_top_in_sav_item_in_btn {
	-webkit-appearance: none;
	border: none;
	width: 100px;
	height: 30px;
	border-radius: 5px;
	float: right;
	margin-right: 10px;
	background-color: #b4b3b3;
	cursor: pointer;
}
/*AGREGAR PACIENTE STYLE*/
.main_ag_in_body_top_in_add {
	width: 95%;
	height: 150px;
	display: none;
}
.main_ag_in_body_top_in_add_labels {
	margin: 0px;
	font-size: 15px;
	color: black;
	margin-bottom: 5px;
}
.main_ag_in_body_top_in_add_inputs {
	-webkit-appearance: none;
	border: none;
	width: 100%;
	height: 30px;
	border-radius: 5px;
	border: thin solid black;
	background-color: white;
	text-align: center;
}
.main_ag_in_body_top_in_add_top {
	width: 100%;
	height: 40%;
}
.main_ag_in_body_top_in_add_top_left {
	width: 60%;
	height: 100%;
	float: left;
	box-sizing: border-box;
}
.main_ag_in_body_top_in_add_top_left1 {
	width: 33.33333%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
}
.main_ag_in_body_top_in_add_top_left2 {
	width: 33.33333%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}
.main_ag_in_body_top_in_add_top_left3 {
	width: 33.33333%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding-left: 10px;
}
.main_ag_in_body_top_in_add_top_right {
	width: 40%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding-left: 20px;
}
.main_ag_in_body_top_in_add_top_right_top {
	width: 100%;
	height: 40%;
}
.main_ag_in_body_top_in_add_top_right_bottom {
	width: 100%;
	height: 65%;
}
.main_ag_in_body_top_in_add_top_right_bottom1 {
	width: 33.33333%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
}
.main_ag_in_body_top_in_add_top_right_bottom2 {
	width: 33.33333%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding-right: 5px;
	padding-left: 5px;
} 
.main_ag_in_body_top_in_add_top_right_bottom3 {
	width: 33.33333%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding-left: 10px;
}  
.main_ag_in_body_top_in_add_bottom {
	width: 100%;
	height: 40%;
}
.main_ag_in_body_top_in_add_bottom_left {
	width: 25%;
	height: 100%;
	float: left;
	padding-right: 10px;
	box-sizing: border-box;
}
.main_ag_in_body_top_in_add_bottom_middle {
	width: 25%;
	height: 100%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
}
.main_ag_in_body_top_in_add_bottom_middle2 {
	width: 25%;
	height: 100%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
}
.main_ag_in_body_top_in_add_bottom_right{
	width: 25%;
	height: 100%;
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
}
.main_ag_in_body_top_in_add_bottom_right_top {
	width: 50%;
	height: 100%;
	float: left;
}
.main_ag_in_body_top_in_add_btn_div {
	width: 100%;
	height: 20%;
}
.main_ag_in_body_top_in_add_bottom_right_top_btn {
	-webkit-appearance: none;
	border: none;
	border-radius: 5px;
	width: 90%;
	height: 100%;
	background-color: #aeaeae;
	cursor: pointer;
}
.main_ag_in_body_top_in_add_bottom_right_bottom {
	width: 50%;
	height: 100%;
	float: left;
}
.main_ag_in_body_top_in_add_bottom_right_bottom_btn {
	-webkit-appearance: none;
	border: none;
	border-radius: 5px;
	width: 90%;
	height: 100%;
	background-color: #979494;
	cursor: pointer;
}
/*AGREGAR PACIENTE STYLE END*/
.main_ag_in_body_middle {
	width: 100%;
	height: 70%;
} 
.main_ag_in_body_middle_left {
	width: 60%;
	height: 100%;
	float: left;
}
.main_ag_in_body_middle_left_in {
	width: 92%;
	height: 90%;
	background-color: #e0e0e0;
}
.main_ag_in_body_middle_left_in2 {
	width: 92%;
	height: 90%;
	background-color: #e0e0e0;
	display: none;
}
.main_ag_in_body_middle_left_in_header {
	width: 100%;
	height: 40px;
	background-color: #a5a5a5;
}
.main_ag_in_body_middle_left_in_header_text {
	margin: 0px;
	font-size: 18px;
	color: black;
	font-family: 'Myriad Pro Bold';
}
.main_ag_in_body_middle_left_in_header_left {
	width: 10%;
	height: 100%;
	float: left;
	cursor: pointer;
}
.main_ag_in_body_middle_left_in_header_middle {
	width: 80%;
	height: 100%;
	float: left;
}
.main_ag_in_body_middle_left_in_header_right {
	width: 10%;
	height: 100%;
	float: left;
	cursor: pointer;
}
.main_ag_in_body_middle_left_in_header2 {
	width: 100%;
	height: 25px;
	background-color: #b5b5b5;
}
.main_ag_in_body_middle_left_in_header2_text {
	margin: 0px;
	font-size: 12px;
	color: black;
}
.main_ag_in_body_middle_left_in_header2_divi {
	width: 14.2857%;
	height: 100%;
	float: left;
	box-shadow: 1px 0px 0px black;
}
.main_ag_in_body_middle_left_in_header2_divi_last {
	width: 14.2857%;
	height: 100%;
	float: left;
}
.main_ag_in_body_middle_left_in_item {
	width: 14.2857%;
	height: 50px;
	float: left;
	padding: 2px;
	box-sizing: border-box;
}
.main_ag_in_body_middle_left_in_item_in {
	width: 100%;
	height: 100%;
	background-color: #f6f6f6;
	padding: 5px;
	box-sizing: border-box;
	cursor: pointer;
}
.main_ag_in_body_middle_left_in_item_in_ant {
	width: 100%;
	height: 100%;
	background-color: #b9b9b9;
	padding: 5px;
	box-sizing: border-box;
}
.main_ag_in_body_middle_left_in_item_in_past {
	width: 100%;
	height: 100%;
	background-color: #dddddd;
	padding: 5px;
	box-sizing: border-box;
}
.main_ag_in_body_middle_left_in_item_in_no {
	width: 100%;
	height: 100%;
	background-color: #ff8c8c;
	padding: 5px;
	box-sizing: border-box;
}
.main_ag_in_body_middle_left_in_item_in_notyet {
	width: 100%;
	height: 100%;
	background-color: #dddddd;
	padding: 5px;
	box-sizing: border-box;
}
.main_ag_in_body_middle_left_in_item_in_hoy {
	width: 100%;
	height: 100%;
	background-color: #ffdd87;
	padding: 5px;
	box-sizing: border-box;
}
.main_ag_in_body_middle_left_in_item_in_selected {
	background-color: #7dc7f0;
}
.main_ag_in_body_middle_left_in_item_text {
	margin: 0px;
	font-size: 12px;
	color: black;
}
.main_ag_in_body_middle_right {
	width: 40%;
	height: 100%;
	float: left;
}
.main_ag_in_body_middle_right_in {
	width: 90%;
	height: 90%;
}
.main_ag_in_body_middle_right_in_horas {
	width: 100%;
	height: 80%;
}
.main_ag_in_body_middle_right_in_horas_title {
	margin: 0px;
	font-size: 15px;
	color: black;
	margin-left: 5px;
}
.main_ag_in_body_middle_right_in_horas_subtitle_div {
	width: 100%;
	height: auto;
	margin-top: 20px; 
}
.main_ag_in_body_middle_right_in_horas_subtitle {
	margin: 0px;
	width: 80%;
	font-size: 12px;
	color: #717171;
}
.main_ag_in_body_middle_right_in_horas_item_div {
	width: 25%;
	height: 30px;
	float: left;
	margin-top: 5px;
}
.main_ag_in_body_middle_right_in_horas_item {
	width: 85%;
	height: 85%;
	border: thin solid #1680b8;
	border-radius: 5px;
	cursor: pointer;
}
.main_ag_in_body_middle_right_in_horas_item_selected {
	background-color: #7dc7f0;
}
.main_ag_in_body_middle_right_in_horas_item_text {
	margin: 0px;
	font-size: 12px;
	color: #1680b8;
	font-family: 'Myriad Pro Bold';
}
.main_ag_in_body_middle_right_in_rest {
	width: 100%;
	height: 20%;
}
.main_ag_in_body_middle_right_in_rest_text {
	margin: 0px;
	font-size: 15px;
	color: black;
	margin-bottom: 5px;
}
.main_ag_in_body_middle_right_in_rest_bold {
	font-family: 'Myriad Pro Bold';
}
.main_ag_in_body_middle_right_in_rest_button {
	-webkit-appearance: none;
	border: none;
	width: 100%;
	height: 40px;
	background-color: #ffb703;
	border-radius: 5px;
	color: black;
	font-size: 15px;
	cursor: pointer;
}
.main_ag_in_body_middle_right_in_rest_button:hover {
	background-color: #d1a127; 
}
.error_overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}
.error_overlay_in {
	width: 350px;
	height: 320px;
	border: 3px solid #414141;
	border-radius: 5px;
	background-color: white;
}
.error_overlay_in_header {
	width: 100%;
	height: 120px;
}
.error_overlay_in_middle {
	width: 100%;
	height: 30px;
}
.error_overlay_in_middle_text {
	margin: 0px;
	font-size: 20px;
	color: black;
	font-family: 'Myriad Pro Bold';
}
.error_overlay_in_bottom {
	width: 100%;
	height: 100px;
}
.error_overlay_in_bottom_text {
	margin: 0px;
	font-size: 15px;
	color: black;
	width: 80%;
}
.error_overlay_in_btn_div {
	width: 100%;
	height: 70px;
}
.error_overlay_in_btn {
	-webkit-appearance: none;
	border: none;
	width: 100px;
	height: 40px;
	font-size: 15px;
	background-color: #0001fe;
	color: white;
	border-radius: 3px;
	cursor: pointer;
}
.paso2_header {
	width: 100%;
	height: 90px;
	background-color: #0001fe;
	border-bottom: 3px solid #ffb703;
}
.paso2_header_text {
	margin: 0px;
	font-size: 30px;
	color: #ffb703;
	margin-left: 20px;
	font-family: 'Myriad Pro Bold';
}
.paso2_header_text2 {
	color: #ffffff;
}
.paso2_body {
	width: 100%;
	height: 530px;
	padding-top: 20px;
	box-sizing: border-box;
}
.paso2_body_header {
	width: 60%;
	height: 70px;
	margin-bottom: 10px;
}
.paso2_body_header_left {
	width: 33.33333%;
	height: 100%;
	float: left;
}
.paso2_body_header_middle {
	width: 33.33333%;
	height: 100%;
	float: left;
}
.paso2_body_header_right {
	width: 33.33333%;
	height: 100%;
	float: left;
}
.paso2_body_header_icons {
	font-size: 40px;
	color: black;
}
.paso2_body_body {
	width: 90%;
	height: 300px;
}
.paso2_body_body1 {
	width: 90%;
	height: 300px;
}
.paso2_body_body_title {
	margin: 0px;
	font-size: 20px;
	font-family: 'Myriad Pro Bold';
	color: black;
}
.main_in_right_body_in_pago_in_card {
	width: 380px;
	height: 230px;
	background-color: #c8c8c8;
	border-radius: 10px;
	box-shadow: 2px 2px 5px 0px black;
	padding-top: 30px;
	padding-left: 30px;
}
.main_in_right_body_in_pago_in_card_chip_div {
	width: 100%;
	height: 50px;
}
.main_in_right_body_in_pago_in_card_chip {
	width: 70px;
	height: 45px;
	background-color: #b1b1b1;
	border-radius: 5px;
	padding-top: 5px;
	padding-left: 5px;
	float: left; 
}
.main_in_right_body_in_pago_in_card_chip_in {
	width: 60%;
	height: 33px;
	background-color: #939393;
	border-radius: 5px;
}
.main_in_right_body_in_pago_in_card_div1 {
	width: 92%;
	height: 40px;
	margin-top: 25px;
}
.main_in_right_body_in_pago_in_card_div2 {
	width: 92%;
	height: 50px;
	margin-top: 25px;
}
.main_in_right_body_in_pago_in_card_div2_in1 {
	width: 70%;
	height: 100%;
	float: left;
	background-color: transparent;
}
.main_in_right_body_in_pago_in_card_div2_in1_input {
	-webkit-appearance: none;
	border: none;
	width: 90%;
	height: 100%;
	background-color: transparent;
	color: #18bf1d;
	font-size: 18px;
	resize: none;
}
.main_in_right_body_in_pago_in_card_div2_in1_input:focus {
	outline: none;
	color: white;
}
.main_in_right_body_in_pago_in_card_div2_in2 {
	width: 20%;
	height: 100%;
	float: left;
}
.main_in_right_body_in_pago_in_card_div2_in2_top {
	width: 100%;
	height: 40%;
}
.main_in_right_body_in_pago_in_card_div2_in2_top_text {
	margin: 0px;
	font-size: 10px;
	color: gray;
}
.main_in_right_body_in_pago_in_card_div2_in2_bottom {
	width: 100%;
	height: 60%;
	padding-top: 8px;
	box-sizing:border-box;
}
.main_in_right_body_in_pago_in_card_div2_in3_top {
	width: 100%;
	height: 40%;
}
.main_in_right_body_in_pago_in_card_div2_in3_top_text {
	margin: 0px;
	font-size: 10px;
	color: gray;
}
.main_in_right_body_in_pago_in_card_div2_in3_bottom {
	width: 100%;
	height: 60%;
	padding-top: 8px;
	box-sizing:border-box;
}
.main_in_right_body_in_pago_in_card_div2_in3 {
	width: 10%;
	height: 100%;
	float: left;
}
.paso2_body_footer {
	width: 90%;
	height: 100px;
}
.paso2_body_footer_top {
	width: 70%;
	height: 30px;
}
.save_checkbox {
	width: 30px;
	height: 30px;
	background-color: white;
	box-shadow: inset 0px 0px 0px 2px grey;
	float: left;
	cursor: pointer;
}
.save_checkbox_checked {
	background-image: url("/assets/img/checkmark.png");
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center center;
}
.save_text {
	margin: 0px;
	font-size: 14px;
	color: black;
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	text-align: left;
}
.paso2_body_footer_total {
	margin: 0px;
	font-size: 25px;
	margin-bottom: 10px;
	color: black;
	float: right;
}
.paso2_body_footer_total_bold {
	font-family: 'Myriad Pro Bold';
}
.paso2_body_footer_btn_div {
	width: 500px;
	height: 40px;
	margin-top: 20px;
}
.paso2_body_footer_btn {
	-webkit-appearance: none;
	border: none;
	border-radius: 5px;
	font-size: 15px;
	width: 40%;
	height: 40px;
	float: right;
	background-color: #0001fe;
	color: white;
	cursor: pointer;
}
.paso2_body_footer_btn_cancel {
	-webkit-appearance: none;
	border: none;
	border-radius: 5px;
	font-size: 15px;
	float: left;
	width: 40%;
	height: 40px;
	background-color: #e7e7e7;
	border: thin solid #0001fe;
	color: #0001fe;
	cursor: pointer;
}
.paso2_body_footer_btn:hover {
	background-color: #2c2cff;
}
.sav_query {
	display: block;
}
@media only screen and (max-height: 1100px) {
	html, body {
		display: block;
		flex-direction: none;
	}
	.main_ag {
		flex: none;
		display: block;
		align-items: none;
		justify-content: none;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 850px) {
	.main_ag_in {
		width: 95%;
		height: 620px;
	}
	.main_ag_in2 {
		width: 95%;
	}
	.main_ag_in_method {
		width: 95%;
		height: 620px;
	}
}
@media only screen and (max-width: 700px) {
	.main_ag_in {
		height: auto;
	}
	.main_ag_in_header {
		height: auto;
		padding-top: 20px;
	}
	.main_ag_in_header_text {
		font-size: 25px;
		float: none;
		position: none;
	  	top: 0%;
	  	transform: none;
	}
	.main_ag_in_header_select_div {
		float: none;
		margin-top: 10px; 
		margin-left: 20px;
		margin-bottom: 20px;
		position: none;
	  	top: 0%;
	  	transform: none;
	}
	.main_ag_in_body {
		height: auto;
	}
	.main_ag_in_body_top {
		height: auto;
	}
	.main_ag_in_body_middle {
		width: 100%;
		float: none;
		height: auto;
	} 
	.main_ag_in_body_middle_left {
		width: 100%;
		height: 400px;
		float: none;
	}
	.main_ag_in_body_middle_right {
		width: 100%;
		height: 400px;
		float: none;
	}
	.main_ag_in_body_middle_right_in_horas_item_div {
		height: 40px;
	}
	.main_ag_in_body_top_in_add {
		width: 95%;
		height: 300px;
		display: none;
	}
	.main_ag_in_body_top_in_add_labels {
		margin: 0px;
		font-size: 15px;
		color: black;
		margin-bottom: 5px;
	}
	.main_ag_in_body_top_in_add_inputs {
		-webkit-appearance: none;
		border: none;
		width: 100%;
		height: 30px;
		border-radius: 5px;
		border: thin solid black;
		background-color: white;
		text-align: center;
	}
	.main_ag_in_body_top_in_add_top {
	}
	.main_ag_in_body_top_in_add_top_left {
		width: 100%;
		height: 50%;
		float: none;
	}
	.main_ag_in_body_top_in_add_top_right {
		width: 100%;
		height: 50%;
		float: none;
		padding-left: 0px;
	}
	.main_ag_in_body_top_in_add_top_right_top {
		width: 100%;
		height: 35%;
	}
	.main_ag_in_body_top_in_add_top_right_bottom {
		width: 100%;
		height: 65%;
	}
	.main_ag_in_body_top_in_add_bottom {
	}
	.main_ag_in_body_top_in_add_bottom_left {
		width: 33.33333%;
		height: 50%;
		float: left;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.main_ag_in_body_top_in_add_bottom_middle {
		width: 33.33333%;
		height: 50%;
		float: left;
		padding-left: 5px;
		padding-right: 5px;
		box-sizing: border-box;
	}
	.main_ag_in_body_top_in_add_bottom_middle2 {
		width: 33.33333%;
		height: 50%;
		float: left;
		padding-left: 10px;
		padding-right: 0px;
		box-sizing: border-box;
	}
	.main_ag_in_body_top_in_add_bottom_right {
		width: 100%;
		height: 50%;
		float: none;
		padding-left: 0px;
		box-sizing: none;
	}
	.main_ag_in_body_top_in_add_bottom_right_top {
		width: 50%;
		height: 100%;
		float: left;
	}
	.main_ag_in_body_top_in_add_bottom_right_top_btn {
		-webkit-appearance: none;
		border: none;
		border-radius: 5px;
		width: 90%;
		height: 70%;
		background-color: #aeaeae;
		cursor: pointer;
		float: left;
	}
	.main_ag_in_body_top_in_add_bottom_right_bottom {
		width: 50%;
		height: 100%;
		float: left;
	}
	.main_ag_in_body_top_in_add_bottom_right_bottom_btn {
		-webkit-appearance: none;
		border: none;
		border-radius: 5px;
		width: 90%;
		height: 70%;
		background-color: #979494;
		cursor: pointer;
		float: right;
	}
	.main_ag_in_body_top_in_sav {
		height: 200px;
	}
	.main_ag_in_body_top_in_sav_left {
		width: 100%;
		height: 30%;
		float: none;
	}
	.main_ag_in_body_top_in_sav_left_btn {
		-webkit-appearance: none;
		border: none;
		width: 100%;
		height: 70%;
		background-color: #b3b3b3;
		border-radius: 5px;
		cursor: pointer;
		text-align: center;
		font-size: 25px;
	}
	.main_ag_in_body_top_in_sav_right {
		width: 100%;
		height: 70%;
		box-shadow: inset 0 -10px 4px -10px #000000;
		overflow-y: scroll;
		float: none;
	}
	.main_ag_in_body_top_in_sav_item_in_text {
		font-size: 12px;
	}
	.main_ag_in_body_top_in_sav_item_in_text_bold {
		font-size: 12px;
	}
	.main_ag_in_body_top_in_sav_item_in_btn {
		font-size: 10px;
	}
	.sav_query {
		display: none;
	}
	.paso2_body_footer_top {
		width: 95%;
	}
	.paso2_body_footer_btn {
		font-size: 12px;
		width: 30%;
		height: 40px;
	}
	.paso2_body_footer_btn_cancel {
		font-size: 12px;
		width: 30%;
		height: 40px;
	}
}
@media only screen and (max-width: 559px) {
	html, body {
		display: block;
		flex-direction: none;
	}
	.main_ag {
		flex: none;
		display: block;
		align-items: none;
		justify-content: none;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.paso2_header_text {
		font-size: 22px;
	}
	.main_in_right_body_in_pago_in_card {
		width: 335px;
		height: 210px;
		padding-top: 25px;
		padding-left: 20px;
	}
	.main_in_right_body_in_pago_in_card_div2 {
		margin-top: 15px;
	}
	.main_in_right_body_in_pago_in_card_div1 {
		width: 95%;
		margin-top: 20px;
	}
	.paso2_body_footer_btn_div {
		width: 95%;
	}
	.paso2_body_footer_btn {
		font-size: 12px;
		width: 40%;
	}
	.paso2_body_footer_btn_cancel {
		font-size: 12px;
		width: 30%;
	}
	.paso2_body {
		padding-top: 10px;
	}
	.paso2_body_header {
		margin-bottom: 0px;
	}
	.paso2_body_body {
		height: 280px;
		margin-bottom: 30px;
	}
	.main_ag_in_body_top_in_left_in_text {
		font-size: 12px;
	}
	.main_ag_in_body_top_in_left{
		width: 60%;
	}
	.main_ag_in_body_top_in_right {
		width: 40%;
	}
	.main_ag_in_body_top_in_add_labels {
		font-size: 12px;
	}
}
@media only screen and (max-width: 400px) {
	.main_ag_in2 {
		height: 530px;
	}
	.paso2_body_header_buttons {
		width: 80px;
	}
	.metodo_icon {
		display: none;
	}
	.paso2_body_header {
		margin-bottom: 0px;
	}
	.paso2_body_header_buttons_text_div {
		width: auto;
		height: auto;
	}
	.paso2_body_header_buttons_text {
		margin-left: 0px;
		margin-top: 0px;
		position: none;
	  	top: 0%;
	  	transform: none;
		float: none;
	}
	.paso2_body_body {
		height: 240px;
		margin-bottom: 0px;
	}
	.main_in_right_body_in_pago_in_card {
		width: 300px;
		height: 190px;
		padding-left: 15px;
	}
	.main_in_right_body_in_pago_in_card_div2 {
		width: 98%;
		margin-top: 20px;
	}
	.main_in_right_body_in_pago_in_card_div1 {
		margin-top: 15px;
	}
	.main_in_right_body_in_pago_in_card_div2_in1 {
		width: 60%;
	}
	.main_in_right_body_in_pago_in_card_div2_in1_input {
		width: 99%;
		font-size: 15px;
	}
	.main_in_right_body_in_pago_in_card_div2_in2 {
		width: 20%;
	}
	.main_in_right_body_in_pago_in_card_div2_in3 {
		width: 15%;
		margin-left: 10px;
	}
	.save_text {
		font-size: 12px;
		margin-left: 10px;
	}
	.paso2_body_footer_total {
		font-size: 20px;
	}
	.paso2_body_footer_btn_div {
		margin-top: 10px;
	}
	.paso2_body_footer_btn {
		font-size: 12px;
		width: 45%;
	}
	.main_ag_in_method_body_saved_in {
		width: 90%;
	}
	.main_ag_in_body_top_in_right_in_btn1 {
		font-size: 11px;
	}
	.main_ag_in_body_top_in_right_in_btn2 {
		font-size: 11px;
	}
}




















