@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600&display=swap');

/************************************************************************************
CSS RESET
*************************************************************************************/

*{margin:0; padding:0;outline:0;}
html{height:100%;}
h1{font-size:1.5em;}
h2{font-size:1.4em;}
h3{font-size:1.3em;}
h4{font-size:1.2em;}
h5{font-size:1.1em;}
h6{font-size:1em;}
a{text-decoration:none;} 
p{padding: 0 0 10px 0;}
img{border:0; border-spacing:0; max-width: 100%;}
img, embed{vertical-align:middle;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img, embed {margin: 0; padding: 0; outline: 0;}
:focus {outline: 0;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0; border: 1px solid #eee}
table td, table th {border: 1px solid #eee; padding: 3px 10px;}
caption, th, td {font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
strong, b, h1, h2, h3, h4, h5, h6 {font-weight:700;}
em {font-style:italic;}
sup {vertical-align: super;}
pre {white-space: pre-wrap; white-space: -moz-pre-wrap !important; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;}

input[type=text], input[type=password], input[type=file], input[type=submit], input[type=reset], input[type=search], textarea, button {-webkit-appearance: none; -moz-appearance: none; appearance: none;}

input[type=number]::-webkit-inner-spin-button {opacity: 1;}

/************************************************************************************
Reset HTML5 Elements to Block
*************************************************************************************/

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/************************************************************************************
CSS WEBSITE
*************************************************************************************/

html {}
body {
	font-family: "Raleway", Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #000;
	line-height: 1.4em;
}
.css_body {	
	background: #f4f6fc;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	max-width: 1920px;
	margin: 0 auto;
	height: auto;
	min-height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}


#wrap_qr_code {
	background-color: #fff;
	border-radius: 8px;
	width: 1000px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.05);
	box-shadow: 0 0 30px rgba(0,0,0,.05);
}
.l_wrap_qr_code {
	width: 45%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 40px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	position: relative;
}
.r_wrap_qr_code {
	width: 55%;
	font-size: 24px;
	background-color: #00926d;
	color:#FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.top_r_wrap_qr_code {text-align: center; user-select: none;}
.top_r_wrap_qr_code img {
	display: inline-block; 
	width: 180px; height: auto; 
	border-radius: 4px;
	user-select: none;
	-webkit-box-shadow: 2px 3px 8px rgba(0,0,0,.05);
	box-shadow: 2px 3px 8px rgba(0,0,0,.05);
}
.bot_r_wrap_qr_code{ text-align:center; font-size:16px;}
.bot_r_wrap_qr_code strong {padding: 20px 0; font-size:24px; display: block; text-transform:uppercase;}

.img_qr_code {width: 120px; height: 120px; border-radius: 50%; padding-bottom: 20px; user-select: none;}
.img_qr_code img {display: block; width: 100%; height: 100%; border-radius: 50%;}

.info_qr_code {padding-bottom: 30px;}
.info_qr_code strong {text-transform: capitalize; color: #ff0000;}
.info_qr_code a {color: #000;}

.list_qr_code {font-size: 16px;}
.list_qr_code > li {padding: 3px 0; user-select: none;}
.list_qr_code > li img {margin-right: 3px; }

.color_qr_code {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 30px; left: 0;
	z-index: 1;
}
.color_qr_code span {width: 4px; height: 40px;}
.c1_qr_code {background-color: #ff0000;}
.c2_qr_code {background-color: #00926d;}
.c3_qr_code {background-color: #ff00fc;}

/************************************************************************************
CSS WEBSITE
*************************************************************************************/

a {color: #000;}
a:hover {color: #ff00fc;}
a[href^="tel:"], a[href^="mailto:"] {}

.clear {clear:both; height: 0; float: none;}

.box-sizing-fix {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.img_object_fit {object-fit: cover; -moz-object-fit: cover; -webkit-object-fit: cover; -o-object-fit: cover; -ms-object-fit: cover;}
::-webkit-input-placeholder {opacity: 1;} ::-moz-placeholder {opacity: 1;} :-ms-input-placeholder {opacity: 1;} :-moz-placeholder {opacity: 1;}
.sty_slec {-webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.sty_slec::-ms-expand {display: none;}
.sty_transition {-webkit-transition: ease 0.3s; -moz-transition: ease 0.3s; -o-transition: ease 0.3s; -ms-transition: ease 0.3s; transition: ease 0.3s;}
.hover_img {-webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.hover_img:hover {-webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

select option {font-size: 12px; padding: 0px 5px;}

input, textarea, select, button {font-family: 'Roboto Flex', Arial, Helvetica, sans-serif; color: #777;}
button:active {opacity: 0.9;}

html {scrollbar-width: thin; scrollbar-color: rgba(0,0,0,0.2) #ddd;}
::-webkit-scrollbar {width: 8px; height: 8px; background: #ddd;}
::-webkit-scrollbar-thumb {width: 8px; background-color: rgba(0,0,0,0.2);}
::-webkit-scrollbar-track {padding: 3px;}

.bot_r_wrap_qr_code div{ margin-top:10px; background-color:#F9F9F9; padding:5px 0px; border-radius:5px;}
.bot_r_wrap_qr_code div ul{ text-align:center;}
.bot_r_wrap_qr_code div ul li{ width:16%; display:inline-table; margin-left:2%;}
.bot_r_wrap_qr_code div ul li:last-child{ margin-left:0px;}
.bot_r_wrap_qr_code div ul li img{ width:100%; height:auto; opacity:8;}

/************************************************************************************
RESPOSIVE
*************************************************************************************/

@media only screen and (max-width: 1024px) {
	#wrap_qr_code {width: 90%;}
}

@media only screen and (max-width: 768px) {
	#wrap_qr_code {width: 90%; display: block;}
	.l_wrap_qr_code, .r_wrap_qr_code {width: auto; border-radius: 0;}
	.r_wrap_qr_code {text-align: center;}
	.img_qr_code {width: auto; text-align: center;}
	.img_qr_code img {width: 120px; display: inline-block;}
	.info_qr_code {text-align: center;}
	.color_qr_code {flex-direction: row; top: 0; right: 0;}
	.color_qr_code span {width: 33.33333%; height: 4px;}
}

@media only screen and (max-width: 640px) {
	#wrap_qr_code {width: 100%; display: block;}
	.l_wrap_qr_code, .r_wrap_qr_code {padding: 20px;}
}