@font-face {
	font-family:nunito;
	src:url(../../fonts/Nunito-Regular.ttf);
	font-weight:400;
}

@font-face {
	font-family:nunito;
	src:url(../../fonts/Nunito-Semibold.ttf);
	font-weight:600;
}

@font-face {
	font-family:nunito;
	src:url(../../fonts/Nunito-Bold.ttf);
	font-weight:700;
}

html, body {
	height:100%;
}

body {
	font-family:nunito;
}

@media (min-width:990px) {
	body {
		width:560px;
		margin:0 auto;
	}
}

.comp-logo {
	max-width:6rem;
	margin-right:.25rem;
}

.logo-foot {
	max-width:10rem;
}

a {
	font-weight:700;
}

a, a:visited, a:hover {
	color:#085159;
}

header {
	padding:1rem 0;
	height:11%;
}

@media (min-width:990px) {
	header {
		border-right:1px solid #d8d8d8;
		border-left:1px solid #d8d8d8;
	}
}

main {
	height:89%;
}

@media (min-width:990px) {
	main {
		padding-bottom:2rem;
		border:1px solid #d8d8d8;
		border-top:0;
	}
}

main .inner {
	width:100%;
	max-width:100%;
}

.main-content {
	border-top-left-radius:2rem;
	border-top-right-radius:2rem;
	padding-top:2rem;
	box-shadow:0 -8px 8px rgba(0,0,0,0.15);
}

.ellipses {
	display:flex;
	margin:1.5rem auto 0;
	justify-content:center;
}

.ellipse {
	width:1rem;
	height:1rem;
	border:2px solid #025951;
	border-radius:50%;
	margin:0 .5rem;
}

.ellipse.filled {
	background-color:#025951;
}

.btn-green {
	background-color:#025951;
	padding:1.25rem 1.85rem;
	border:0;
	border-radius:.85rem;
	color:#fff;
}

.btn-small {
	padding:1rem 1.85rem;
}

.btn.btn-green:hover {
	color:#fff;
}

.btn-white {
	border-radius:.85rem;
	border:2px solid #025951;
}

.text-green {
	color:#085159;
}

.text-red {
	color:#f25050;
}

label {
	color:#8f8f8f;
}

input[class="form-control"] {
	border-color:#797979;
	padding:.85rem .85rem;
	height:auto;
	border-radius:.85rem;
}

input[class="form-control"]:focus {
	box-shadow:0 0 0 0.2rem rgba(8,81,89,.25);
	border-color:#025951;
}

.modal-backdrop {
	background-color:#fff;
}

.modal-content {
	border-radius:.85rem;
	box-shadow:0 4px 10px .2rem rgba(0,0,0,0.25);
}

.modal-dialog {
	margin-left:1rem;
	margin-right:1rem;
}

.modal-body {
	padding:1.5rem;
}

.btn-group>.btn:not(:first-child) {
	flex: 0 0 23%;
}

.btn-check {
	background-color:#025951;
	border-top-left-radius:.85rem;
	border-bottom-left-radius:.85rem;
	/*overflow:auto;*/
	flex:1 1 auto;
	display:flex;
	float:left;
}

.btn-check *:hover {
	cursor:pointer;
}

.btn-check label {
	float:left;
	width:100%;
	margin:0;
	transition:all 350ms;
}

.btn-check label span {
	display:block;
	padding:1.25rem 1.85rem;
	color:#fff;
	transition:all 350ms;
}

.btn-check label input {
	position:absolute;
	opacity:0;
}

.btn-check span i.checc {
	color:#fff;
	width:0;
	opacity:0;
	transition:all 350ms;
}

.btn-check input:checked + span {
	background-color:#085159;
	box-shadow: 0 0 0 0.2rem rgba(8,81,89,.25);
	border-top-left-radius:.85rem;
	border-bottom-left-radius:.85rem;
}

.btn-check input:checked + span i.checc {
	width:auto;
	opacity:1;
	margin-right:8px;
}

.btn-check span.checc-3:before {
	width:0;
	opacity:0;
}

.btn-check input:checked + span.checc-3:before {
	width:auto;
	opacity:1;
	margin-right:8px;
}

.checc-3 {
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight:900;
}

.checc-3:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    transition:all 350ms;
}

.est-time {
	padding:.25rem;
	background-color:#ebebeb;
	border-bottom-left-radius:.5rem;
	border-bottom-right-radius:.5rem;
	margin-left:15px;
	margin-right:15px;
}

.current-number-container {
	border:1px solid transparent;
	border-top-color:#707070;
	border-bottom-color:#707070;
	padding-top:1rem;
}

.current-place {
	font-size:5rem;
	color:#085159;
	line-height:1;
	font-weight:700;
}

.item-detail-container {
	display:flex;
	margin-bottom:1.5rem;
	align-items:start;
}

.item-detail-container i {
	margin-right:15px;
	color:#025951;
}

.item-label {
	color:#909090;
	margin-bottom:.25rem!important;
}

.item-detail {
	font-weight:700;
	font-size:1.25rem;
}

.item-content p {
	margin:0;
	line-height:1;
}

.comp-name {
	color:#085159;
	font-weight:700;
}

.badge {
	font-size:100%;
	color:#04bfad;
}

.btn-group>.btn.text-red:hover {
	color:#f25050;
}

.btn-group>.btn.text-red {
	border:2px solid #085159;
	border-top-right-radius: .85rem;
	border-bottom-right-radius:.85rem;
}

.service-button {
	margin-bottom:1.25rem;
}

.errors {
	color : red;
}

.loader-cover {
	position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
}

.loader-content {
    position: absolute;
    width: 100%;
    top: 45%;
}

@media (min-width:768px) {
	main .inner {
		max-width:40rem;
		margin:0 auto;
	}
}

@media (min-width:576px) {
	.modal-dialog {
		margin:1.75rem auto;
	}	
}