@charset "UTF-8";
/* CSS Document */

/*
 * Dorado #ffbf00
 */

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500|Montserrat:200,400,500|Nobile|Cookie&display=swap');

/* This is for the box below the search bar in comingsoon*/
.box {
    background-color: #fafafa;
    border: 1px solid #dee2e6;
    padding: 20px;
    margin-top: 0px;
    border-radius: 5px;
}


body{
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	font-family: "Lato", Sans-Serif;
	color: rgb(74, 78, 87);
	background-color: #f6f6f6;
}

section{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
	
.logo{
	padding: 20px 0px;
}

.logo-login{
	margin-top: 100px;
	margin-bottom: 20px;
	padding: 20px 0px;
	text-align: center;
}

.logo-login img{
	width: 150px;
}

.logo img{
	width: 100px;
	margin-bottom: 10px;
}

.logo h5{
	color: #FFF;
	font-family: "Montserrat", Sans-Serif;
	font-weight: 200;
	font-size: 15px;
}

.navigation {
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 100%;
	max-width: 375px;
	padding-left: 7%;
	background-color: #203864;
	z-index: 9999999 !important;
	text-align: left;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.6, 0, 0.2, 1);
	transition: -webkit-transform 0.7s cubic-bezier(0.6, 0, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.6, 0, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.6, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.6, 0, 0.2, 1);
}
.nav-open .navigation {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	z-index: 9999999 !important;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition: -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78), -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.navigation a.links{
	position: absolute;
	color: #FFF;
	font-weight: bold;
	font-size: 40px;
	left: 15px;
	top: 15px;
}

.cart{
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	padding: 20px 15px;
}

.navigation a.links:hover{
	text-decoration: none;
}

.navigation .icons{
	position: absolute;
	right: 15px;
	top: -20px;
}

.navigation .icons i[class*="icofont-"]{
	color: #FFF !important;
}

.mmenu {
	z-index: 9999999 !important;
	position: relative;
	top: 50%;
	width: 100%;
	margin: 0;
	padding: 50px 15px 50px 0;
	list-style: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
}

.mmenu > li > a {
	display: inline-block;
	padding: 5px 0;
	color: #fff;
	font-family: "Montserrat", Sans-Serif;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 500;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	transition-property: color, background-color, box-shadow, transform;
}

.mmenu > li > a:hover{
	text-decoration: none;
	color: #f10000;
}

.mmenu > li > a.current:before {
	width: 100%;
}

.mmenu .sub-menu {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mmenu .sub-menu li{
	padding: 5px 10px 5px 10px !important;
	border-left: 2px solid #FFF !important;
}

.mmenu .sub-menu a {
	color: #fff;
	font-size: 14px;
	padding: 4px 0;
	font-weight: 400;
	font-family: "Montserrat", Sans-Serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	
}

.mmenu .sub-menu .sub-menu a {
	font-weight: 400;
	opacity: 0.7;
}
.mmenu > li > .current + ul {
	display: block;
}

#cart-icon #count{
	font-family: "Montserrat", Georgia, serif;
	position: relative;
	overflow: hidden;
	top: -45px;
	right: -18px;
	background-color: #ff0000;
	display: block;
	width: 20px;
	height: 20px;
	color: #FFF !important;
	border-radius: 50%;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	padding: 0 !important;
	line-height: 20px;
}

#header{
	position: fixed;
}

#main{
	margin-top: 10px;
}

#header .icons a.links{
	float: right;
	color: #747474;
	display: block;
	padding: 22px 0px;
	font-size: 30px;
	font-weight: bold;
}

.card{
	margin-bottom: 30px;
}

.card-header{
	font-family: "Montserrat", Sans-Serif;
	font-weight: 500;
	font-size: 16px;
}

.card-header i[class*="bx"]{
	font-size: 20px;
	line-height: 20px;
	vertical-align: middle;
}

#firmaDigital{
	position: relative;
	border: 2px dashed grey;
	height: 300px;
	width: 100%;
}

.pt3{
	padding-top: 3px;
}

.pl5{
	padding-left: 5px;
}

.pr5{
	padding-right: 5px;
}

#landscape,
#portrait-qrcode,
#landscape-qrcode{
	display: none;
}

h4 .badge{
	font-style: normal;
	color: #FFF;
	font-size: 0.8em;
}

.new-checkbox {
/* The switch - the box around the slider */
/* Hide default HTML checkbox */
/* The slider */
/* Rounded sliders */ 
	height: 34px;
}

.new-checkbox .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px; 
}

.new-checkbox .switch input {
	opacity: 0;
	width: 0;
	height: 0; 
}

.new-checkbox .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s; 
}

.new-checkbox .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: #ffffff;
	-webkit-transition: .4s;
	transition: .4s; 
}

.new-checkbox input:checked + .slider {
	background-color: #000; 
}

.new-checkbox input:focus + .slider {
	box-shadow: 0 0 1px #000; 
}

.new-checkbox input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px); 
}

.new-checkbox .slider.round {
	border-radius: 34px; 
}

.new-checkbox .slider.round:before {
	border-radius: 50%; 
}

.documento{
	width: 100%;
	height: 350px;
}

#footer{
	color: #000;
	font-size: 0.9em;
	padding: 5px 0px;
}

#footer a{
	color: #000;
}

#footer a:hover{
	text-decoration: none;
}

#shortcuts{
	position: fixed;
	bottom: 0;
	background-color: #203864;
	height: 60px;
	text-align: center;
	z-index: 99999;
}

#shortcuts a{
	display: block;
	padding: 12px;
	font-size: 32px;
	color: #FFF;
	font-weight: 400;
}

#whatsapp-icon{
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 64px;
	z-index: 99999;
}

#whatsapp-icon .circle{
	display: block;
	background-color: #25d366;
	width: 64px;
	height: 64px;
	color: #FFF;
	text-align: center;
	padding-top: 16px;
	border-radius: 50%;
}

#whatsapp-icon .circle i[class*="bxl-"]{
	font-size: 32px;
}


a.circle{
	display: block;
	width: 48px;
	height: 48px;
	text-align: center;
	background-color: #002f4a;
	border-radius: 50%;
	color: #FFF;
	padding-top: 9px;
}

.bx-xl{
	font-size: 128px;
	margin: 20px 0px;
}

ul.usuarios h5{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
}

ul.usuarios .opciones{
	text-align: right;
}

ul.usuarios .opciones i[class*="bx"]{
	font-size: 22px;
}

.form-group label{
	font-weight: 600 !important;
	color: #222222;
}

.form-group span.error{
	font-style: italic;
	color: #dc3545;
}

.btn-primary{
	background-color: #203864;
	border-color: #203864;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
	background-color: #142d5b;
	border-color: #142d5b;
}

.text-primary{
	color: #203864 !important;
}

.badge{
	padding-top: 5px;
	padding-bottom: 4px;
}

a{
	color: #203864;
}

a:hover,
a:focus,
a:active{
	outline: none;
	text-decoration: none;
	color: #013d60;
}

.subtotal{
	display: block;
	background-color: #142d5b;
	color: #FFF;
	padding: 5px 10px;
	position: absolute;
	width: 85px;
	bottom: -12px;
	right: -5px;
}

.totalSummary{
	background-color: #e2e2e2;
	padding-top: 30px;
	padding-bottom: 20px;
}

.totalSummary h5,
.totalSummary h4{
	color: #142d5b;
}

.totalSummary h5{
	margin-top: 10px;
}

.th{
	border-bottom: 1px solid #eee;
	padding: 7px 15px;
	margin-bottom: 7px;
}

.pr-0{
	white-space: nowrap;
	padding-right: 0;
}

@media only screen and (max-width:700px) {

	h4{
		font-size: 1.3rem;
	}
	
	h5{
		font-size: 1.1rem;
	}
	
	.logo-login{
		margin-top: 40px;
		margin-bottom: 20px;
		padding: 20px 0px;
		text-align: center;
	}
	
	.custom-select {
		width: 100%;
	}
	
	.navigation {
		z-index: 9999999 !important;
	}
	.nav-open .navigation {	
		z-index: 9999999 !important;
	}
	
	#shortcuts{
		z-index: 99999;
	}
	
}
