/*COLOR AZUL: #0001fe*/
/*COLOR NARANJA: #ffb703*/

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #e7e7e7;
	font-family: 'Myriad Pro Regular';
	display: flex;
	flex-direction: column;
}
.vertical-align {
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}
.espere {
	position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
	background-color: #0001fe;
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
.loader_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
	width: 300px;
	height: 300px;
	border: 0px;
}
.pre-loader {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img_loader {
	display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 60%;
    height: auto;
    margin: -100px 0 0 -295px;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    margin: -150px 0 0 -300px;
    border-radius: 50%;
    border: 8px solid transparent;
    border-top-color: #ffb703;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #ffb703;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffb703;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.header {
	width: 100%;
	height: 100px;
	background-color: #0001fe;
	background-image: url('/assets/img/background_opacity.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.header_botom_line {
	width: 100%;
	height: 5px;
	background-color: #ff9e00;
}
.logo {
	width: auto;
	height: 50%;
	margin-left: 20px;
	float: left;
}
.logo_line {
	width: 1px;
	height: 60%;
	background-color: white;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
.checkout_title {
	margin: 0px;
	font-size: 25px;
	color: white;
	float: left;
	cursor: pointer;
}
.obligatory_input {
	outline: red;
}
.main {
	width: 100%;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main_in {
	width: 1200px;
	height: 700px;
	position: relative;
}
.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;
}
.main_in_query_div {
	width: 100%;
	height: 50px;
	background-color: #d9d9d9;
	display: none;
	cursor: pointer;
}
.main_in_query_div_slide {
	width: 100%;
	height: 0;
	background-color: #f3f3f3;
	transition: 0.5s;
	overflow-y: hidden;
}
.main_in_query_div_slide_text1 {
	margin: 0px;
	color: #4b4b4b;
	font-size: 15px;
	margin-left: 20px;
	float: left;
}
.main_in_query_div_slide_arrow {
	margin-left: 10px;
	color: #000000;
}
.main_in_query_div_slide_total {
	margin: 0px;
	color: #4b4b4b;
	font-size: 15px;
	margin-right: 20px;
	font-family: 'Myriad Pro Bold';
	float: right;
}
.main_in_left {
	width: 40%;
	height: 100%;
	background-color: #f3f3f3;
	float: left;
	display: flex;
	flex-direction: column;
}
.main_in_left_top {
	width: 100%;
	flex: 1;
	overflow-y: scroll;
	padding-top: 30px;
}
.item_div {
	width: 90%;
	height: 90px;
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}
.item_div_left {
	width: 90px;
	height: 100%;
	float: left;
}
.item_div_left_image {
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
}
.item_div_right {
	flex: 1;
	height: 100%;
	float: left;
}
.item_div_right_title {
	margin: 0px;
	color: black;
	font-family: 'Myriad Pro Bold';
	font-size: 12px;
	margin-left: 10px;
}
.item_div_right_desc {
	margin: 0px;
	color: #272727;
	font-size: 13px;
	margin-left: 10px;
	margin-top: 5px;
}
.item_div_right_qty_div {
	width: auto;
	height: 25px;
	margin-left: 10px;
	margin-top: 25px;
	float: left;
}
.item_div_right_qty_div_left {
	width: 100%;
	height: 100%;
	float: left;
}
.item_div_right_qty_div_left_text {
	margin: 0px;
	font-size: 14px;
	color: black;
}
.item_div_right_qty_div_middle{
	width: 33.33333%;
	height: 100%;
	float: left;
}
.item_div_right_qty_div_middle_input {
	-webkit-appearance: none;
	border: none;
	width: 100%;
	height: 100%;
	color: black;
	font-weight: bold;
	text-align: center;
}
.item_div_right_qty_div_right {
	width: 33.33333%;
	height: 100%;
	float: left;
	cursor: pointer;
}
.item_div_right_qty_div_right_text {
	margin: 0px;
	font-size: 20px;
	color: black;
}
.item_div_right_price {
	margin: 0px;
	color: #272727;
	font-size: 13px;
	margin-right: 20px;
	margin-top: 29px;
	float: right;
}
.main_in_left_bottom {
	width: 100%;
	height: 150px;
	background-color: #dedede;
	border-top: 3px solid #ffb703;
}
.main_in_left_bottom_top {
	width: 100%;
	height: 33.33333%;
}
.main_in_left_bottom_middle {
	width: 100%;
	height: 33.33333%;
}
.main_in_left_bottom_title {
	margin: 0px;
	font-size: 15px;
	font-family: 'Myriad Pro Bold';
	margin-left: 20px;
	color: black;
	float: left;
}
.main_in_left_bottom_text {
	margin: 0px;
	font-size: 15px;
	margin-right: 20px;
	color: black;
	float: right;
}
.main_in_left_bottom_text2 {
	margin: 0px;
	font-size: 20px;
	margin-right: 20px;
	color: black;
	float: right;
	font-family: 'Myriad Pro Bold';
}
.main_in_left_bottom_bottom {
	width: 100%;
	height: 33.33333%;
}
.main_in_left_bottom_title_total {
	margin: 0px;
	font-size: 18px;
	font-family: 'Myriad Pro Bold';
	margin-left: 20px;
	color: #313131;
	float: left;
}
.main_in_right {
	width: 60%;
	height: 100%;
	background-color: white;
	float: left;
	display: flex;
	flex-direction: column;
}
.main_in_right_header {
	width: 100%;
	height: 60px;
	background-color: whitesmoke;
}
img_tabs {
	float: left;
}
.main_in_right_header1 {
	width: 25%;
	height: 100%;
	float: left;
	box-shadow: 2px 0px 0px 0px #d2d2d2;
	cursor: pointer;
	position: relative;
}
.main_in_right_header1_in {
	width: 95px;
	height: 40px;
}
.main_in_right_header2 {
	width: 25%;
	height: 100%;
	float: left;
	box-shadow: 2px 0px 0px 0px #d2d2d2;
	cursor: pointer;
	position: relative;
}
.main_in_right_header2_in {
	width: 95px;
	height: 40px;
}
.main_in_right_header3 {
	width: 25%;
	height: 100%;
	float: left;
	box-shadow: 2px 0px 0px 0px #d2d2d2;
	cursor: pointer;
	position: relative;
}
.main_in_right_header3_in {
	width: 100px;
	height: 40px;
}
.main_in_right_header4 {
	width: 25%;
	height: 100%;
	float: left;
	cursor: pointer;
	position: relative;
}
.main_in_right_header4_in {
	width: 105px;
	height: 40px;
}
.main_in_right_header_text {
	margin: 0px;
	font-size: 12px;
	color: black;
	text-align: left;
	float: right;
}
.main_in_right_header_overlay {
	background-color: #929292;
    height: 100%;
    width: 100%;
    opacity: .7;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    display: block;
}
.main_in_right_body {
	width: 100%;
	flex: 1;
}
.main_in_right_body_logged {
	width: 90%;
	height: auto;
	display: none;
	margin-top: 30px;
}
.main_in_right_body_logged_title1 {
	margin: 0px;
	font-size: 20px;
	font-family: 'Myriad Pro Bold';
	color: black;
	margin-bottom: 10px;
}
.main_in_right_body_logged_info_div {
	width: 100%;
	height: 50px;
	border: thin solid #595959;
	margin-bottom: 20px;
}
.main_in_right_logged_info_div_text {
	margin: 0px;
	font-size: 14px;
	color: black;
	margin-left: 10px;
	float: left;
}
.main_in_right_logged_info_div_text_bold {
	font-family: 'Myriad Pro Bold';
}
.main_in_right_body_logged_envio_agregar {
	width: 100%;
	height: 30px;
	border: thin solid #595959;
	background-color: #f2f2f2;
	border-radius: 3px;
	margin-bottom: 20px;
	cursor: pointer;
}
.main_in_right_body_logged_envio_agregar_text {
	margin: 0px;
	font-size: 14px;
	color: black;
	margin-left: 10px;
	font-family: 'Myriad Pro Bold';
}
.main_in_right_body_logged_envio_div {
	width: 99.3%;
	height: 70px;
	border: thin solid #595959;
	margin-bottom: 10px;
}
.main_in_right_body_logged_envio_div_suc {
	width: 99.3%;
	height: 70px;
	border: thin solid #ffb703;
	margin-bottom: 10px;
}
.main_in_right_body_logged_envio_div_in {
	width: auto;
	height: auto;
	float: left;
}
.main_in_right_body_logged_envio_div_text {
	margin: 0px;
	font-size: 14px;
	color: black;
	width: 400px;
}
.main_in_right_body_logged_envio_div_text_bold {
	font-family: 'Myriad Pro Bold';
}
.main_in_right_body_logged_envio_div_text_bold_suc {
	font-family: 'Myriad Pro Bold';
	color: #000085;
}
.main_in_right_body_in {
	width: 90%;
	height: auto;
	display: none;
}
.main_in_right_in_title1 {
	margin: 0px;
	font-size: 20px;
	font-family: 'Myriad Pro Bold';
	color: black;
	margin-bottom: 10px;
	float: left;
}
.main_in_right_in_title2 {
	margin: 0px;
	font-size: 12px;
	color: black;
	margin-bottom: 10px;
	float: right;
	cursor: pointer;
}
.main_in_right_in_title2_text {
	margin: 0px;
	font-size: 12px;
	font-family: 'Myriad Pro Bold';
	color: black;
	margin-bottom: 10px;
	float: right;
	cursor: pointer;
	margin-left: 10px;
}
.main_in_right_in_title {
	margin: 0px;
	font-size: 20px;
	font-family: 'Myriad Pro Bold';
	color: black;
	margin-bottom: 10px;
}
.main_in_right_in_choose {
	width: 100%;
	height: 400px;
}
.main_in_right_in_choose_in {
	width: 300px;
	height: auto;
}
.main_in_right_in_choose_in_btn1 {
	-webkit-appearance: none;
	border: none;
	width: 100%;
	height: 90px;
	border-radius: 5px;
	background-color: #0001fe;
	margin-bottom: 40px;
	cursor: pointer;
}
.main_in_right_in_choose_in_btn1_text {
	margin: 0px;
	font-size: 15px;
	color: white;
}
.main_in_right_in_choose_in_btn2 {
	-webkit-appearance: none;
	border: none;
	width: 100%;
	height: 90px;
	border-radius: 5px;
	border: 2px solid #ffb703;
	background-color: white;
	cursor: pointer;
}
.main_in_right_in_choose_in_btn2_text {
	margin: 0px;
	font-size: 15px;
	color: #ffb703;
}
.main_in_right_in_input_mail {
	-webkit-appearance: none;
	border: none;
	width: 100%;
	height: 40px;
	font-size: 16px;
	padding-left: 20px;
	border-radius: 2px;
	border: thin solid #afafaf;
	color: black;
	margin-bottom: 30px;
}
.main_in_right_in_name_div {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
}
.main_in_right_in_input_name {
	-webkit-appearance: none;
	border: none;
	width: 49%;
	height: 100%;
	font-size: 16px;
	padding-left: 20px;
	border-radius: 2px;
	border: thin solid #afafaf;
	color: black;
	float: left;
}
.main_in_right_in_input_suname {
	-webkit-appearance: none;
	border: none;
	width: 49%;
	height: 100%;
	font-size: 16px;
	padding-left: 20px;
	border-radius: 2px;
	border: thin solid #afafaf;
	color: black;
	float: right;
}
.main_in_right_in_input_address {
	-webkit-appearance: none;
	border: none;
	width: 100%;
	height: 40px;
	font-size: 16px;
	padding-left: 20px;
	border-radius: 2px;
	border: thin solid #afafaf;
	color: black;
	margin-bottom: 10px;
}
.main_in_right_in_pais_div {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
}
.main_in_right_in_pais_div_left {
	width: 33.33333%;
	height: 100%;
	float: left;
}
.main_in_right_in_pais_div_middle {
	width: 33.33333%;
	height: 100%;
	float: left;
}
.main_in_right_in_pais_div_right {
	width: 33.33333%;
	height: 100%;
	float: left;
}
.main_in_right_in_input_address2 {
	-webkit-appearance: none;
	border: none;
	width: 96%;
	height: 40px;
	font-size: 16px;
	padding-left: 20px;
	border-radius: 2px;
	border: thin solid #afafaf;
	color: black;
	margin-bottom: 10px;
}
.main_in_right_in_buttons_div {
	margin-top: 10px;
	width: 100%;
	height: 40px;
}
.main_in_right_in_button1 {
	-webkit-appearance: none;
	width: 150px;
	height: 40px;
	border: none;
	border-radius: 5px;
	border: thin solid #0001fe;
	background-color: white;
	color: #0001fe;
	font-size: 12px;
	float: left;
	cursor: pointer;
}
.main_in_right_in_button2 {
	-webkit-appearance: none;
	width: 150px;
	height: 40px;
	border: none;
	border-radius: 5px;
	background-color: #0001fe;
	color: white;
	font-size: 12px;
	float: right;
	cursor: pointer;
}
.main_in_right_body_in_envio {
	width: 95%;
	height: 600px;
	margin-top: 30px;
}
.main_in_right_body_in_info1 {
	width: 100%;
	height: 40px;
	border: thin solid #595959;
}
.main_in_right_body_in_info2 {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	border: thin solid #595959;
	margin-bottom: 20px;
}
.main_in_right_body_in_info3 {
	width: 100%;
	height: 40px;
	border: thin solid #595959;
	margin-bottom: 10px;
	margin-top: 10px;
}
.main_in_right_body_in_info_title {
	margin: 0px;
	font-size: 14px;
	color: black;
	margin-left: 10px;
	float: left;
}
.main_in_right_body_in_info_title_dir {
	margin: 0px;
	font-size: 14px;
	color: black;
	margin-left: 10px;
	float: left;
}
.main_in_right_body_in_info_text1 {
	margin: 0px;
	font-size: 14px;
	color: black;
	margin-left: 10px;
	float: left;
}
.main_in_right_body_in_info_text1_dir {
	margin: 0px;
	font-size: 14px;
	color: black;
	margin-left: 10px;
	float: left;
}
.main_in_right_body_in_info_text2 {
	margin: 0px;
	font-size: 14px;
	color: #7c7c7c;
	margin-right: 10px;
	float: right;
	cursor: pointer;
}
.main_in_right_body_in_info_text2_dir {
	margin: 0px;
	font-size: 14px;
	color: #7c7c7c;
	margin-right: 10px;
	float: right;
	cursor: pointer;
}
.main_in_right_body_in_envio_row {
	width: 100%;
	height: 70px;
	border: thin solid black;
	margin-bottom: 10px;
}
.main_in_right_body_in_envio_row_separator {
	margin-top: 10px;
}
.main_in_right_body_in_envio_row_text {
	margin: 0px;
	font-size: 15px;
	color: black;
	margin-left: 10px;
	float: left;
}
.main_in_right_body_in_envio_row_text2 {
	margin: 0px;
	font-size: 15px;
	color: black;
	margin-right: 20px;
	float: right;
}
.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_in_right_body_in_envio_buttons_div {
	margin-top: 40px;
	width: 100%;
	height: 40px;
}
.main_in_right_body_in_envio_button1 {
	-webkit-appearance: none;
	width: 150px;
	height: 40px;
	border: none;
	border-radius: 5px;
	border: thin solid #0001fe;
	background-color: white;
	color: #0001fe;
	font-size: 12px;
	float: left;
	cursor: pointer;
}
.main_in_right_body_in_envio_button2 {
	-webkit-appearance: none;
	width: 200px;
	height: 40px;
	border: none;
	border-radius: 5px;
	background-color: #0001fe;
	color: white;
	font-size: 12px;
	float: right;
	cursor: pointer;
}
.main_in_right_body_in_pago {
	width: 95%;
	height: 600px;
	margin-top: 30px;
}
/*SELECT METHOD*/
.main_in_right_body_in_pago_in3 {
	width: 100%;
	height: 340px;
}
.method_left {
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
}
.method_left_btn {
	-webkit-appearance: none;
	border: none;
	width: 170px;
	height: 90px;
	border-radius: 5px;
	border: 2px solid #ffb703;
	background-color: white;
	margin-top: 3px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.method_left_btn_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(97, 97, 97, 0.88);
	z-index: 99;
	display: none;
}
.method_left_btn_overlay_text {
	margin: 0px;
	color: white;
	font-size: 16px;
}
.method_left_btn_text {
	margin: 0px;
	font-size: 15px;
	color: #ffb703;
}
.method_left:before {
  content : "";
  position: absolute;
  right    : 0;
  bottom  : 37.5%;
  height  : 25%;
  width   : 3px;
  border-right: 1px solid gray;
}
.method_right {
	width: 50%;
	height: 100%;
	float: left;
}
.method_right_btn {
	-webkit-appearance: none;
	border: none;
	width: 170px;
	height: 90px;
	border-radius: 5px;
	background-color: #0001fe;
	margin-top: 3px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	border: 2px solid #000099;
}
.method_right_btn_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(97, 97, 97, 0.58);
	z-index: 99;
	display: none;
}
.method_right_btn_circle1 {
	width: 150px;
	height: 150px;
	position: absolute;
	border-radius: 50%;
	background-color: rgba(0, 0, 126, 0.19);
	bottom: -50;
	right: -70;
}
.method_right_btn_text_logo {
	position: absolute;
	top: 7px;
	left: 7px;
}
.method_right_btn_text {
	margin: 0px;
	font-size: 12px;
	color: white;
	position: absolute;
	left: 8px;
	bottom: 5px;
}
.method_right_btn_text_amount {
	margin: 0px;
	font-size: 25px;
	color: white;
	position: absolute;
	right: 10px;
	top: 30px;
}
/*MONEDERO*/
.main_in_right_body_in_pago_in4 {
	width: 100%;
	height: 320px;
}
.monedero {
	width: 400px;
	height: 250px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	background-color: #0001fe;
}
.monedero_circle {
	width: 350px;
	height: 350px;
	position: absolute;
	top: -30;
	right: -150;
	border-radius: 50%;
	background-color: rgba(0, 0, 126, 0.19);
}
.monedero_logo {
	position: absolute;
	top: 12px;
	left: 12px;
}
.monedero_text {
	margin: 0px;
	font-size: 20px;
	color: white;
	position: absolute;
	left: 20px;
	bottom: 10px;
}
.monedero_amount {
	margin: 0px;
	font-size: 55px;
	color: white;
	position: absolute;
	right: 30px;
	top: 90px;
}
/* SAVED CARDS */
.main_in_right_body_in_pago_in2 {
	width: 100%;
	height: 340px;
	overflow-y: scroll;
	box-shadow:  inset 0 -10px 4px -10px #000000;
}
.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';
}
.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;
}
/* NEW CARDS */
.main_in_right_body_in_pago_in {
	width: 100%;
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main_in_right_body_in_pago_in_in {
	width: auto;
	height: auto;
}
.main_in_right_body_in_pago_title {
	margin: 0px;
	font-size: 20px;
	font-family: 'Myriad Pro Bold';
	color: black;
	margin-top: 15px;
	margin-bottom: 10px;
}
.main_in_right_body_in_pago_options {
	width: 100%;
	height: 70px;
	background-color: aqua;
	margin-top: 10px;
}
.main_in_right_body_in_pago_in_save {
	width: 100%;
	height: 50px;
	margin-top: 20px;
}
.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;
}
.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: 35px;
	background-color: #969696;
	border-radius: 5px;
	padding-top: 14px;
	padding-left: 5px; 
	float: left;
}
.main_in_right_body_in_pago_in_card_chip_in {
	width: 60%;
	height: 33px;
	background-color: #707070;
	border-radius: 5px;
}
.card_logo {
	width: 100px;
	height: 50px;
	float: right;
	margin-right: 20px;
}
.main_in_right_body_in_pago_in_card_div1 {
	width: 92%;
	height: 40px;
	margin-top: 30px;
}
.main_in_right_body_in_pago_in_card_div2 {
	width: 92%;
	height: 50px;
	margin-top: 40px;
}
.main_in_right_body_in_pago_in_card_div2_in1 {
	width: 70%;
	height: 100%;
	float: left;
}
.main_in_right_body_in_pago_in_card_div2_in1_input {
	-webkit-appearance: none;
	border: none;
	width: 90%;
	height: 100%;
	color: #18bf1d;
	font-size: 18px;
	resize: none;
	background-color: transparent;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: 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;
}
.main_in_right_body_in_pago_buttons_div {
	margin-top: 0px;
	width: 100%;
	height: 40px;
}
.main_in_right_body_in_confirmacion {
	width: 95%;
	height: 600px;
	margin-top: 30px;
}
.footer {
	width: 100%;
	height: 200px;
	background-color: #0001fe;
}
.footer_text {
	margin: 0px;
	color: white;
	font-size: 20px;
}
@media only screen and (max-height: 1100px){
	html, body {
		display: block;
		flex-direction: none;
	}
	.main {
		width: 100%;
		flex: none;
		display: block;
		justify-content: none;
		align-items: none;
		height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media only screen and (max-width: 1300px) {
	.main_in {
		width: 95%;
	}
}
@media only screen and (max-width: 1000px) {
	.main_in_right_body_in_info_text1_dir {
		width: 220px
	}
	.main_in_right_body_in_info2 {
		height: 70px;
	}
	.main_in_right_body_in_info3 {
		height: 70px;
	}
	.main_in_right_body_in_pago_in2 {
		height: 320px;
	}
	.main_in_right_body_in_pago_in3 {
		height: 320px;
	}
}
@media only screen and (max-width: 920px) {
	.main_in {
		height: auto;
	}
	.main_in_query_div {
		display: block;
	}
	.main_in_left {
		display: none;
	}
	.main_in_right {
		width: 100%;
		height: 700px;
		float: none;
	}
	.main_in_right_body_in_pago_title {
		margin-bottom: 0px;
	}
	.main_in_right_body_in_pago_in {
		height: 330px;
	}
	.main_in_right_body_in_pago_in_card {
		width: 350px;
		height: 210px;
	}
	.main_in_right_body_in_pago_in_card_div2 {
		margin-top: 30px;
	}
	.main_in_right_body_in_pago_in_card_div1 {
		width: 95%;
		margin-top: 25px;
	}
}
@media only screen and (max-width: 860px) {
	.footer_text {
		font-size: 15px;
	}
}
@media only screen and (max-width: 780px) {
}
@media only screen and (max-width: 590px) {
	.footer_text {
		font-size: 12px;
	}
	.footer {
		height: 200px;
	}
	.logo {
		height: 40%;
	}
}
@media only screen and (max-width: 559px) {
	.header {
		width: 100%;
		height: 70px;
		background-color: #0001fe;
	}
	.main_in_right_header_text {
		display: none;
	}
	.img_tabs {
		float: none;
		margin-right: 0px;
	}
	.main_in_right_header1_in {
		width: 100%;
	}
	.main_in_right_header2_in {
		width: 100%;
	}
	.main_in_right_header3_in {
		width: 100%;
	}
	.main_in_right_header4_in {
		width: 100%;
	}
	.main_in_right_in_title2 {
		float: left;
	}
	.main_in_right_body_in_pago {
		width: 95%;
	}
	.main_in_right_body_logged_envio_div_text {
		width: 280px;
		font-size: 13px;
	}
	.monedero {
		width: 280px;
		height: 170px;
	}
	.monedero_circle {
		right: -200;
	}
	.monedero_logo {
		width: auto;
		height: 40px;
	}
	.monedero_text {
		font-size: 15px;
	}
	.monedero_amount {
		font-size: 40px;
		top: 70px;
	}
}

@media only screen and (max-width: 400px) {
	.main_in_right_body_in_info_text1_dir {
		width: 200px;
	}
	.main_in_right_body_in_envio_button1 {
		width: 100px;
	}
	.main_in_right_body_in_envio_row_text {
		width: 200px;
		font-size: 13px;
	}
	.main_in_right_body_logged_envio_div_text {
		width: 240px;
		font-size: 13px;
	}
	.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;
	}
	.method_left {
		width: 100%;
		height: 50%;
		float: none;
	}
	.method_left:before {
	  content : "";
	  border-right: none;
	}
	.method_right {
		width: 100%;
		height: 50%;
		float: none;
	}
}


















