h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cit, code, del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, legend, label {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6, p{
	display: block;
	width:100%;
}
/*Comun Classes*/
.no-margin {
	margin: 0;
}
.no-padding {
	padding: 0!important;
}
.p-r{
	position:relative;
}
.margin-t-5 {
	margin-top: 5px;
}
.margin-t-10 {
	margin-top: 10px;
}
.margin-t-20 {
	margin-top: 20px;
}
.margin-t-30 {
	margin-top: 30px;
}
.margin-t-40 {
	margin-top: 40px;
}
.margin-t-50 {
	margin-top: 50px;
}
.margin-t-60 {
	margin-top: 60px;
}
.margin-t-70 {
	margin-top: 70px;
}
.margin-t-80 {
	margin-top: 80px;
}

.margin-b-5 {
	margin-bottom: 5px;
}
.margin-b-10 {
	margin-bottom: 10px;
}
.margin-b-20 {
	margin-bottom: 20px;
}
.margin-b-30 {
	margin-bottom: 30px;
}
.margin-b-40 {
	margin-bottom: 40px;
}
.margin-b-50 {
	margin-bottom: 50px;
}
.margin-b-60 {
	margin-bottom: 60px;
}
.margin-b-70 {
	margin-bottom: 70px;
}
.margin-b-80 {
	margin-bottom: 80px;
}
.margin-l-5 {
	margin-left: 5px;
}
.margin-l-10 {
	margin-left: 10px;
}
.margin-l-20 {
	margin-left: 20px;
}
.margin-l-30 {
	margin-left: 30px;
}
.margin-l-40 {
	margin-left: 40px;
}
.margin-l-50 {
	margin-left: 50px;
}
.margin-l-60 {
	margin-left: 60px;
}
.margin-l-70 {
	margin-left: 70px;
}
.margin-l-80 {
	margin-left: 80px;
}
.margin-r-5 {
	margin-right: 5px;
}
.margin-r-10 {
	margin-right: 10px;
}
.margin-r-20 {
	margin-right: 20px;
}
.margin-r-30 {
	margin-right: 30px;
}
.margin-r-40 {
	margin-right: 40px;
}
.margin-r-50 {
	margin-right: 50px;
}
.margin-r-60 {
	margin-right: 60px;
}
.margin-r-70 {
	margin-right: 70px;
}
.margin-r-80 {
	margin-right: 80px;
}
.margin-auto{
	margin-left:auto;
	margin-right:auto;
}




.padding-t-10 {
	padding-top: 10px;
}
.padding-t-20 {
	padding-top: 20px;
}
.padding-t-30 {
	padding-top: 30px;
}
.padding-t-40 {
	padding-top: 40px;
}
.padding-t-50 {
	padding-top: 50px;
}
.padding-t-60 {
	padding-top: 60px;
}
.padding-t-70 {
	padding-top: 70px;
}
.padding-t-80 {
	padding-top: 80px;
}
.padding-b-10 {
	padding-bottom: 10px;
}
.padding-b-20 {
	padding-bottom: 20px;
}
.padding-b-30 {
	padding-bottom: 30px;
}
.padding-b-40 {
	padding-bottom: 40px;
}
.padding-b-50 {
	padding-bottom: 50px;
}
.padding-b-60 {
	padding-bottom: 60px;
}
.padding-b-70 {
	padding-bottom: 70px;
}
.padding-b-80 {
	padding-bottom: 80px;
}
.p-40{
	padding:40px;
}
.p-50{
	padding:50px;
}
.p-60{
	padding:60px;
}
.p-70{
	padding:70px;
}
.p-80{
	padding:80px;
}
.align-v-center {
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.align-vh-center {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	    display: flex;
}
.align-vl-center {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
	 display: flex;
} 
hr {
    height: 0;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    margin: 20px 0;
}
hr.op, hr.dark {
    border-color: rgba(0,0,0,0.07);
}

.bold-2 {
    font-weight: 400;
}
.font-12 {
	font-size: 12px;
}
.font-14 {
	font-size: 14px;
}
.font-16 {
	font-size: 16px;
}
.font-18 {
	font-size: 18px;
}
.font-20 {
	font-size: 20px;
}
.font-22 {
	font-size: 22px;
}
.font-24 {
	font-size: 24px;
}
.font-26 {
	font-size: 26px;
}
.font-28 {
	font-size: 28px;
}
.font-30 {
	font-size: 30px;
}
.font-36 {
	font-size: 36px;
}
.font-40 {
	font-size: 40px;
}
.font-50 {
	font-size: 50px;
}
.font-60 {
	font-size: 60px;
}
.font-70 {
	font-size: 70px;
}
.bold-n {
    font-weight: normal
}
.bold-1 {
    font-weight: 300
}
.bold-2 {
    font-weight: 400
}
.bold-3 {
    font-weight: 600
}
.bold-4 {
    font-weight: 700
}
.bold-5 {
    font-weight: 800
}
.lh1 {
    line-height: 1
}
.lh1-2 {
    line-height: 1.2
}
.lh1-3 {
    line-height: 1.3
}
.lh1-4 {
    line-height: 1.4
}
.lh1-5 {
    line-height: 1.5
}
.lh1-6 {
    line-height: 1.6
}
.lh1-7 {
    line-height: 1.7
}
.lh1-8 {
    line-height: 1.8
}
.lh1-9 {
    line-height: 1.9
}
.lh2 {
    line-height: 2
}
.lh2-1 {
    line-height: 2.1
}
.lh2-2 {
    line-height: 2.2
}
.lh2-3 {
    line-height: 2.3
}
.lh2-4 {
    line-height: 2.4
}
.lh2-5 {
    line-height: 2.5
}
.text-italic{
	font-style:italic;
}


.z1 {
    z-index: 1
}
.z2 {
    z-index: 200
}
.z3 {
    z-index: 300
}
.z4 {
    z-index: 400
}
.z5 {
    z-index: 500
}
.z6 {
    z-index: 600
}
.z7 {
    z-index: 700
}
.z8 {
    z-index: 800
}
.z9 {
    z-index: 900
}
.z10 {
    z-index: 1000
}
.h-100{
	height:100%;
}
.vh-100{
	height:100vh;
}
.vh-80{
	height:80vh;
}
.vh-50{
	height:50vh;
}
.w-100{
	width:100%!important;
}
.w-50{
	width:50%!important;
}
.w-75{
	width:75%!important;
}
.vw-100{
	width:100vh!important;
}
.row-5 {
	margin-left: 5px;
	margin-right: -5px;
}
.gutter-10{
	margin-left:-5px;
	margin-right:-5px;
}
.margin-b-10 > [class*="cl"], .margin-b-10>[class*="col-"], .margin-b-10>[class*="flex-col-"] {
    margin-bottom: 10px;
}
.gutter-10 > [class*="col-"]{
    padding-right: 5px;
    padding-left: 5px;
}
.full-w-pa {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%
}
.full-vh-pa {
    position: absolute;
    left: 0;
    right: 0;
    height: 110vh;
    top: 50%;
    margin-top: -50vh
}
.full-w-pa>.full-w-pa {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.4);
    height: 100%!important;
}
.no-gutter{
	margin-left:0;
	margin-right:0;
}
.no-gutter>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}
.vh100 {
    height: 100vh;
}
.radius {
    border-radius: 100%
}
.radius-2 {
    border-radius: 2px
}
.radius-4 {
    border-radius: 4px
}
.radius-5 {
    border-radius: 6px
}
.radius-10 {
    border-radius: 10px
}
.radius-20 {
    border-radius: 20px
}
.radius-30 {
    border-radius: 30px
}
.radius-40 {
    border-radius: 40px
}
.radius-50 {
    border-radius: 50px
}
.radius-100 {
    border-radius: 100px
}
.radius-150 {
    border-radius: 150px
}
.radius-200 {
    border-radius: 200px
}
.radius-250 {
    border-radius: 250px
}
.radius-300 {
    border-radius: 300px
}
.radius-350 {
    border-radius: 350px
}
.radius-400 {
    border-radius: 400px
}
.square-30 {
    width: 30px;
    height: 30px
}
.square-40 {
    width: 40px;
    height: 40px
}
.square-50 {
    width: 50px;
    height: 50px
}
.square-60 {
    width: 60px;
    height: 60px
}
.square-70 {
    width: 70px;
    height: 70px
}
.square-80 {
    width: 80px;
    height: 80px
}
.square-90 {
    width: 90px;
    height: 90px
}
.square-100 {
    width: 100px;
    height: 100px
}
.square-120 {
    width: 120px;
    height: 120px
}
.square-150 {
    width: 150px;
    height: 150px
}
.square-180 {
    width: 180px;
    height: 180px
}
.square-200 {
    width: 200px;
    height: 200px
}
.square-250 {
    width: 250px;
    height: 250px
}
.square-300 {
    width: 300px;
    height: 300px
}
.square-350 {
    width: 350px;
    height: 350px
}
.square-400 {
    width: 400px;
    height: 400px
}
.p-relative{
	position:relative;
}
hr {
    height: 0;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    margin: 20px 0;
	    display: block;
    width: 100%;
}
.d-block{
	display:block!important;
}
.color-white{
	color:#ffffff;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn:hover, .btn:focus, .btn.active, .btn.no-border {
    border-color: transparent;
}
.btn-default.disabled, .btn-default[disabled], .btn-default {
    border-color: #e74c3c;
    color: #33373E;
}
.bg-grey-1{
	background:#efeaf1 url(../img/pattern_grey.png) top left repeat!important;
}
.bg-pattern-1{
	background:url(../img/blue_bg.jpg) no-repeat!important;
	background-size:cover!important;
}
.bg-pattern-2{
	background:url(../img/red_bg.jpg) no-repeat!important;
	background-size:cover!important;
}
.modal-content-clickable{
	/* display:none!important; */
}
.modal .modal-frame.modal-bottom {
		position:fixed;
	bottom:0;
	width:100%;
	border:none;
	max-width:100%!important;
}
.modal-content-clickable{
	top:auto;
}
.modal-frame{
	margin:0;
	
}
.modal-frame .modal-content{
	border:0;
	padding:10px 30px;
	box-shadow:0px -1px 10px rgba(0, 0, 0, 0.1803921568627451)
}
.switch label {
    cursor: pointer;
}
.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch label input[type=checkbox]:disabled+.lever {
    cursor: default;
}
.switch label input[type=checkbox]:checked+.lever {
    background-color: #dccfe2;
}
.switch label .lever {
    position: relative;
    width: 40px;
    height: 15px;
    background-color: #818181;
    border-radius: 15px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    margin: 0 16px;
}
.switch label .lever, .switch label .lever:after {
    display: inline-block;
    content: "";
}
.btn-floating, .picker .picker__box, .picker__date-display .clockpicker-display, .product-table td, .switch label .lever, .waves-input-wrapper, table.table.btn-table td {
    vertical-align: middle;
}
.switch label input[type=checkbox]:disabled+.lever:after, .switch label input[type=checkbox]:disabled:checked+.lever:after {
    background-color: #BDBDBD;
}
.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #a6c;
    left: 24px;
}
.switch label .lever:after {
    position: absolute;
    width: 21px;
    height: 21px;
    background-color: #F1F1F1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.4);
    left: -5px;
    top: -3px;
    -webkit-transition: left .3s ease,background .3s ease,box-shadow .1s ease;
    transition: left .3s ease,background .3s ease,box-shadow .1s ease;
}
.switch label .lever, .switch label .lever:after {
    display: inline-block;
    content: "";
}
#gdpr_adjust .modal-title {
    margin: 0;
    line-height: 1.5;
    display: inline-block;
}
body.scrollable {
    overflow-y: auto;
}