@import url('fonts/arcon/stylesheet.css');
body,html{
	margin: 0px;
	padding: 0px;
}
.new-tpl{
	font-family: 'arcon';
}
.new-tpl>.container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	text-align: center;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
.new-tpl .msg-1{
	font-size: 1.3em;
}
.new-tpl>.container>.left{
	padding: 15px 20px;
}
.new-tpl input[type="radio"]{
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    border: 1px solid #c6c6c6;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    margin: 0 3px 0px 0px;
}
.new-tpl input[type="radio"]~label{
	vertical-align: middle;
}
.new-tpl .mr-2{
	margin-right: 12px;
}
.new-tpl input[type='radio']:before {
    content: '';
    display: block;
    width: 70%;
    height: 70%;
    margin-top: 3px;
    border-radius: 50%;
    margin-left: 2.3px;
}
.new-tpl input[type='radio']:checked{
	outline: none;
}
.new-tpl input[type='radio']:checked:before {
    background: #0081ba;
}
.new-tpl .form-group-k1{
	margin-bottom: 15px;
}
.new-tpl .form-group-k2{
    border: solid 1px #e6e6e6;
    border-radius: 12px;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.new-tpl .box-1{
	display: flex;
    justify-content: center;
}
.new-tpl .box-1 .content {
    display: flex;
    max-width: 500px;
}
.new-tpl .box-1 .content .left{
    display: flex;
    font-size: 70px;
    align-items: center;
    padding-top: 10px;
}
.new-tpl .box-1 .content .right {
    text-align: left;
    display: flex;
    padding-left: 15px;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}
.new-tpl .box-1 .content .right p {
    margin: 0px;
    font-size: 1.7em;
    position: relative;
}
.new-tpl .box-1 .content .right p:nth-child(2){
	font-size: 1em;
	color: #d2d2d2;
	line-height: 13px;
    position: static;
}
.new-tpl .box-3 .price{
	font-size: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0081ba;
    font-weight: bold;
    font-family: Arial;
}

.new-tpl .box-3 .price span.symbol {
    font-size: 0.8em;
}
.new-tpl h5{
    font-size: 18px;
    text-align: left;
    font-weight: 500;
}
.new-tpl .btn-pedir {
    padding: 16px 86px;
    font-size: 18px;
    border: solid 1px #0081ba;
    background-color: #0081ba;
    color: #fff;
    border-radius: 25px;
    margin-bottom: 20px;
    margin-top: 10px;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}
.new-tpl .form-group-k3 {
    padding: 0px 15px;
}
.new-tpl .form-group-k3 table{
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    font-size: 15px;
    text-align: left;
}
.new-tpl .form-group-k3 table tr td:nth-child(1){
	width: 160px;
}
.new-tpl .form-group-k3 table tr td:nth-child(2){
	width: 290px;
}
.new-tpl input[type="number"]{
    height: 33px;
    width: 35px;
    border: solid 1px #d2d2d2;
    border-radius: 5px;
    padding: 0px 10px;
}
.new-tpl>.container>.right{
	text-align: justify;
	font-size: 14px;
	padding: 20px 35px;
}
.new-tpl .range-container{
	height: 12px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #d2d2d2;
	border-radius: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.new-tpl input[type="range"]{
    -webkit-appearance: none;
    background-color: transparent;
    height: 12px;
    border-radius: 20px;
    margin:0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    width: 100%;
    -webkit-appearance: none;
    opacity: 0;
}
.new-tpl .range-btn{
    z-index: 2;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #0081ba;
    border-radius: 50%;
    top: -14px;
    left: calc(1% - 20px);
}
.new-tpl .range-btn span {
    display: block;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
    margin: 6px;
}
.new-tpl .range-progress{
    display: block;
    width: 1%;
    height: 12px;
    background-color: #0081ba;
    position: absolute;
    z-index: 1;
    border-radius: 20px;
}
.new-tpl>.container>.right h5{
    font-size: 1.4em;
    margin: 15px 0px 10px 0px;
    font-weight: bold;
    text-decoration: underline;
}
.new-tpl>.container>.right ul{
    padding-left: 20px;
    margin: 0px;
    font-size: 1.1em;
    line-height: 30px;
}
.new-tpl label.question {
    font-size: 0.5em;
    border: solid 1px #999;
    color: #999;
    border-radius: 50%;
    font-weight: 600;
    line-height: 18px;
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    text-align: center;
    top: 3px;
    right: -17px;
    cursor: pointer;
}
.new-tpl .extra{
    padding: 100px 35px 15px 35px;
}
.new-tpl .extra p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 12px;
}
.new-tpl .extra p span{
    color: #0081ba;
    text-decoration: underline;
    cursor: pointer;
}
@media(min-width: 768px){
	.new-tpl>.container{
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.new-tpl>.container>.left{
		width: 60%;
	}
	.new-tpl>.container>.right{
	    width: 40%;
    	padding: 140px 25px 25px;
	}
	.new-tpl .range-container{
		width: 350px;
	}
	.new-tpl input[type="range"]{
		width: 350px;
	    -webkit-appearance: none;
	}
}
@media(min-width: 960px){
	.new-tpl>.container>.left{
		width: 70%;
	}
	.new-tpl>.container>.right{
	    width: 30%;
	    padding: 115px 25px 25px;
	}
}