@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,600;1,300&display=swap');
:root {
	--input-padding-x: 1.5rem;
	--input-padding-y: .75rem;
	--meta-theme-color: #000;
}
html {
    height: 100%;
    min-height: 100%;
}
body{
	font-family: 'Open Sans', sans-serif;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background: #fbf8f8;
}
footer {
    margin-top: auto;
}
a, a:hover, a:active{color: dimgrey;}

.fixed-top {
	background-image: linear-gradient(to bottom, rgba(188,213,51,1), transparent);
	/* background: linear-gradient(43deg, rgba(188,213,51,1) 0%, rgba(111,129,16,1) 100%); */
    border-width: 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-top-amarracao {
	background-image: linear-gradient(to bottom, #2c82c4b9, transparent);
	/* background: linear-gradient(43deg, rgba(188,213,51,1) 0%, rgba(111,129,16,1) 100%); */
    border-width: 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-top-laplage {
	background-image: linear-gradient(to bottom, #296679c4, transparent);
	/* background: linear-gradient(43deg, rgba(188,213,51,1) 0%, rgba(111,129,16,1) 100%); */
    border-width: 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar {
    padding: .3rem 1rem;
}
.navbar button.logout{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 0.8rem;
}
.navbar-brand
{
	width: 5%;
	font-weight: 600;
	
}
.logo-home img{
	width: 40%;
}
/* AMARRACAO */
.amarracao .logo-home img{
	width: 70%;
}
.amarracao .btn-amarracao {
    color: #fff;
    background-color: #2c82c4;
    border-color: #2c82c4;
}
/* Laplage */
.laplage .logo-home img{
	width: 50%;
}
.laplage .btn-laplage {
    color: #fff;
    background-color: #419cb7;
    border-color: #419cb7;
}
.display-none{
	display: none;
}

.home h1{
	font-size: 1.5rem;
	font-weight: 600;
}

.home-head{
	color: white;
	/* background: rgb(188,213,51);
	background: linear-gradient(43deg, rgba(188,213,51,1) 0%, rgba(111,129,16,1) 100%); */
	background-color: #7CB342;
}
.amarracao .home-head {
    color: white;
    background-color: #2c82c4;
}
.laplage .home-head {
    color: white;
    background-color: #419cb7;
}
.home-head p{
	font-weight: 600;
}
.home-head h2{ 
	font-weight: 600;
	color: white;
	font-size: 1.2rem;
}
.home-head .small, small {
	font-size: 67%;
	font-weight: 400;
}
.breakfast{
	top: -50px;
}
.breakfast h3,
.modal-body h3{
	font-size: 0.9rem;
	text-transform: uppercase;
	font-weight: 600;
}
.breakfast .info-item img {
    width: 40%;
}
.breakfast .info-cafe img {
    width: 30%;
}
.breakfast .info-cafe h3
{
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 600;
}
.breakfast .itens-cafe a{

	font-size: .8rem;
	font-weight: 600;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
}
.breakfast .info-item p.card-text{
    font-size: 0.8rem;
}

@media screen and (max-width: 479px) {
	:root {
		--gutter: 20px;
	}
  
	.app {
		padding: var(--gutter) 0;
		display: grid;
		grid-gap: var(--gutter) 0;
		grid-template-columns: var(--gutter) 1fr var(--gutter);
		align-content: start;
	}
  
	.app > * {
		grid-column: 2 / -2;
	}
  
	.app > .full {
		grid-column: 1 / -1;
	}
  
	.hs {
		display: grid;
		grid-gap: calc(var(--gutter) / 2);
		grid-template-columns: 10px;
		grid-template-rows: minmax(150px, 1fr);
		grid-auto-flow: column;
		grid-auto-columns: calc(85% - var(--gutter) * 2);

		overflow-x: scroll;
		scroll-snap-type: x proximity;
		padding-bottom: calc(.75 * var(--gutter));
		margin-bottom: calc(-.25 * var(--gutter));
	}
  
	.hs:before,
	.hs:after {
		content: '';
		width: 10px;
	}
  
  
  /* Demo styles */
  
	html,
	body {
		height: 100%;
	}
  
	body {
		display: grid;
		place-items: center;
		/* background: #456173; */
	}
  
	ul {
		list-style: none;
		padding: 0;
	}
  
	.app {
		width: 375px;
		/* height: 667px; */
		/* background: #DBD0BC; */
		overflow-y: scroll;
	}
  
	.hs > li,
	.item {
		scroll-snap-align: center;
		/* padding: calc(var(--gutter) / 2 * 1.5); */
		display: flex;
		/* flex-direction: column; */
		justify-content: center;
		align-items: center;
		/* background: #fff; */
		border-radius: 8px;
	}
  
	.no-scrollbar {
		scrollbar-width: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.no-scrollbar::-webkit-scrollbar {
		display: none;
	}
}
.card-box{
	background-color: #4d4d4d;
	top: -10px;
	color: white;
}
.card-box .card{
	background-color: #4d4d4d;
}
.card-box .card-body h3{
	font-weight: 600;
}
.card-container {
	background: #fbf8f8;
	border: 0px;
	top: -45px;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-topright: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}
/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #131516;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tab-content
{
	background: #fbf8f8;
	padding: 0 15px;
}
.tab-content .card{
	margin-top: 1rem;
}
.tab-content p{
	margin-bottom: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fbf8f8;
	border-color: #dee2e6 #dee2e6 #fbf8f8;
	font-weight: 600;
}
.card-signin {
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-signin .card-title {
	margin-bottom: 2rem;
	font-weight: 300;
	font-size: 1.5rem;
}

.card-signin .card-body {
	padding: 2rem;
}

.form-signin {
	width: 100%;
}

.form-signin .btn {
	font-size: 80%;
	border-radius: 5rem;
	letter-spacing: .1rem;
	font-weight: bold;
	padding: 1rem;
	transition: all 0.2s;
}

.form-label-group {
	position: relative;
	margin-bottom: 1rem;
}

.form-label-group input {
	font-size: 0.8rem;
	height: auto;
	border-radius: 2rem;
}
.form-label-group input#cpf,
.form-label-group input#nascimento
 {
	font-size: 1rem;
	
}

.form-label-group>input,
.form-label-group>label {
	padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group>label {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin-bottom: 0;
	/* Override default `<label>` margin */
	line-height: 1.5;
	color: #495057;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
	color: transparent;
}

.form-label-group input:-ms-input-placeholder {
	color: transparent;
}

.form-label-group input::-ms-input-placeholder {
	color: transparent;
}

.form-label-group input::-moz-placeholder {
	color: transparent;
}

.form-label-group input::placeholder {
	color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
	padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
	padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
	padding-top: calc(var(--input-padding-y) / 3);
	padding-bottom: calc(var(--input-padding-y) / 3);
	font-size: 12px;
	color: #777;
}

.bold500{
	font-weight: 500;
}
/* ------------ABAS-----------*/
	.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
		color: #fff;
		background-color: #dc3544;
		border-radius: 50px;
		font-weight: 600;
	}
	.pill-year.active {
		color: #fff;
		background-color: #d17409;
		border-radius: 50px;
		font-weight: 600;
	}

	.nav-pills .nav-link {
		color: #fff;
		background-color: #aca7a7;
		border: 2px solid;
		border-radius: 50px;
		font-size: 0.9rem;
	}
	.Badge {
		align-items: center;
		background: #191918;
		border: 2px solid #fff;
		border-radius: 99em;
		color: #fff;
		display: flex;
		font-size: 0.87em;
		font-weight: 400;
		height: 1.44em;
		justify-content: center;
		line-height: 1;
		min-width: 1.44em;
		position: absolute;
		/* right: -2px; */
		/* top: 131px; */
	}
/* ----------- CARD ---------------*/
#contrato-ano {
	border-left-width: 4px !important;
	border-left-color: coral!important;
}

.card-prestacao .small, small {
	font-size: 80%;
		
}
.card-prestacao .card-title {
    font-size: 15px;
    font-weight: 600;
}
/* -------------- COLLAPSE CARD ----------------*/
.pagas{
	padding-right: 24px;
	padding-left: 24px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 0.8rem;
}
.prestacao-collapse {
	display: flex;
	justify-content: center;
	align-items: center;
}
.prestacao-collapse small {
	font-size: 0.69rem;
}
.prestacao-collapse .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.prestacao-collapse .btn-outline-secondary:focus {
    	box-shadow: none;

		outline: thin dotted;
		outline: 0px auto -webkit-focus-ring-color;
		outline-offset: 0px;
	}

.prestacao-collapse hr {
	flex: 0 0 39%;
	border: none;
	height: 1px;
	background: rgba(0,0,0,.1);
}
.prestacao-collapse hr:first-child {
	margin-right: 0;
}
.prestacao-collapse hr:last-child {
	margin-left: 0;
}
.prestacao-collapse small:after {
    font-family:Fontawesome;
    content:'\f077';
    font-size:9px;
    font-weight:300;
    padding-left: 4px;
}
.prestacao-collapse .rounded-pill.collapsed small:after {
    font-family:Fontawesome;
    content:'\f078';
}
@font-face {
	font-family: "FontAwesome";
	src: url("../font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3");
	src: url("../font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"),
		url("../font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
.pagas span:after {
	font-family:'FontAwesome';
	content:"\f077";
	font-size:9px;
	font-weight:300;
	padding-left: 4px;
}
.pagas.collapsed span:after {
	font-family:'FontAwesome';
	content:"\f078";
}

/* ------------ MODAL BOLETO ----------*/

.header-modal img{
	width: 10%;
}
.modal-body{
	background-color: #f7f7f7;
}
.modal-boleto {}
.modal-boleto #inviteCode.invite-page {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	justify-content: space-between;
	width: 100%;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
  }
  .modal-boleto #inviteCode.invite-page .link {
	align-self: center;
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
	flex-grow: 2;
	background-color: #fff;
	border: none;
  }
  .modal-boleto #inviteCode.invite-page .copy {
	width: 30px;
	height: 30px;
	margin-left: 20px;
	border: 1px solid black;
	border-radius: 5px;
	background-color: #f8f8f8;
  }
  .modal-boleto #inviteCode.invite-page .copy i {
	display: block;
	line-height: 30px;
	position: relative;
  }
  .modal-boleto #inviteCode.invite-page .copy i::before {
	display: block;
	width: 15px;
	margin: 0 auto;
  }
  .modal-boleto #inviteCode.invite-page .copy i.copied::after {
	position: absolute;
	top: 0px;
	right: 35px;
	height: 30px;
	line-height: 25px;
	display: block;
	content: "Copiado!";
	font-size: 1.5em;
	padding: 2px 10px;
	color: #fff;
	background-color: #4099FF;
	border-radius: 3px;
	opacity: 1;
	will-change: opacity, transform;
	animation: showcopied 1.5s ease;
  }
  .modal-boleto #inviteCode.invite-page .copy:hover {
	cursor: pointer;
	background-color: #dfdfdf;
	transition: background-color 0.3s ease-in;
  }

  


  @keyframes showcopied {
	0% {
	  opacity: 0;
	  transform: translateX(100%);
	}
	70% {
	  opacity: 1;
	  transform: translateX(0);
	}
	100% {
	  opacity: 0;
	}
  }
  
/* Loadin page */


/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
	.form-label-group>label {
		display: none;
	}
	.form-label-group input::-ms-input-placeholder {
		color: #777;
	}
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
	(-ms-high-contrast: active) {
	.form-label-group>label {
		display: none;
	}
	.form-label-group input:-ms-input-placeholder {
		color: #777;
	}
}


@media screen and (max-width: 479px) {
	
	.logo-home img{
		width: 50%;
	}
	.logo img{
		width: 25%;
	}
	.navbar-brand
	{
		width: 60%;
		font-weight: 600;
		
	}
	.fixed-top-amarracao .navbar-brand img{
		width: 100%;
	}
	.fixed-top-laplage .navbar-brand img{
		width: 36%;
	}
	.navbar-brand img{
		width: 25%;
	}
	.breakfast .info-cafe img {
		width: 100%;
	}
	.nav {
		/* display: block; */
		/* flex-wrap: nowrap; */
		/* width: 89%; */
		/* margin-left: 15%; */
	}
	.nav-tabs-responsive > li a.nav-link {
		display: none;
		width: 23%;
	}
	.nav-tabs-responsive > li > a {
		/* max-width: 100%; */
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		word-wrap: normal;
		width: 100%;
		text-align: center;
		vertical-align: top;
	}
	.nav-tabs-responsive > li a.nav-link.active {
		width: 100%;
		display: block;
		margin-left: 52px;
	}
	.nav-tabs-responsive > li .active:first-child {
		margin-left: 0;
	}
	.nav-tabs-responsive > li.next
	{
		right: 17px;
		position: absolute;
	}
	.nav-tabs-responsive > li.prev
	{
		left: 17px;
		position: absolute;
	}
	.nav-tabs-responsive > li > a >.text{
		padding: 0 2rem;
	}
	.nav-tabs-responsive > .nav-link.active, 
	.nav-tabs-responsive > li.prev a.nav-link, 
	.nav-tabs-responsive > li.next a.nav-link
	{
		display: block;
	}
	/* .nav-tabs-responsive > li > a.nav-link.prev, 
	.nav-tabs-responsive > li > a.nav-link.next {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	} */
	.nav-tabs-responsive > li > a.nav-link.next, 
	.nav-tabs-responsive > li > a.nav-link.prev {
		-webkit-transition: none;
		transition: none;
	}
	.nav-tabs-responsive > li.next > a.nav-link .text, 
	.nav-tabs-responsive > li.prev > a.nav-link .text {
		display: none;
	}
	.nav-tabs-responsive > li.next > a:after, 
	.nav-tabs-responsive > li.prev > a:after {
		position: relative;
		top: 1px;
		display: inline-block;
		font-family: 'FontAwesome';
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.nav-tabs-responsive > li.prev > a:after {
		content: "\f053";
	}
	.nav-tabs-responsive > li.next > a:after {
		content: "\f054";
	}

	/* pill */
	@font-face {
		font-family: "FontAwesome";
		src: url("../font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3");
		src: url("../font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"),
			url("../font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
		font-weight: normal;
		font-style: normal;
	}
	.nav-pills-responsive > li a.nav-link {
		display: none;
		width: 23%;
	}
	.nav-pills-responsive >li.next a.nav-link .Badge,
	.nav-pills-responsive >li.prev a.nav-link .Badge  {
		display: none;
	}
	.nav-pills-responsive > li > a {
		/* max-width: 100%; */
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		word-wrap: normal;
		width: 100%;
		text-align: center;
		vertical-align: top;
	}
	.nav-pills-responsive > li a.nav-link.active {
		width: 100%;
		display: block;
		margin-left: 40%;
	}
	.nav-pills-responsive > li .active:first-child {
		margin-left: 0;
	}
	.nav-pills-responsive > li.next
	{
		right: 17px;
		position: absolute;
	}
	.nav-pills-responsive > li.prev
	{
		left: 17px;
		position: absolute;
	}
	.nav-pills-responsive > li > a >.text{
		padding: 0 2rem;
	}
	.nav-pills-responsive > .nav-link.active, 
	.nav-pills-responsive > li.prev a.nav-link, 
	.nav-pills-responsive > li.next a.nav-link
	{
		display: block;
	}
	/* .nav-pills-responsive > li > a.nav-link.prev, 
	.nav-pills-responsive > li > a.nav-link.next {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	} */
	.nav-pills-responsive > li > a.nav-link.next, 
	.nav-pills-responsive > li > a.nav-link.prev {
		-webkit-transition: none;
		transition: none;
	}
	.nav-pills-responsive > li.next > a.nav-link .text, 
	.nav-pills-responsive > li.prev > a.nav-link .text {
		display: none;
	}
	.nav-pills-responsive > li.next > a:after, 
	.nav-pills-responsive > li.prev > a:after {
		position: relative;
		top: 1px;
		display: flex;
		font-family: 'FontAwesome';
		font-style: normal;
		justify-content: center;
		align-items: center;
		font-weight: 400;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.nav-pills-responsive > li.next > a:after{
		left: 2px;
	} 
	.nav-pills-responsive > li.prev > a:after{
		right: 2px;
	} 
	.nav-pills-responsive > li.prev > a:after {
		content: "\f053";
	}

	.nav-pills-responsive > li.next > a:after {
		content: "\f054";
	}
	
	
	
}
.print {
	display:none;
	}
	
	.no-print, #listagem { 
		display:block; 
	}
/*CSS para impressão*/
@media print {
	
	* {
		background:transparent !important;
		color:#000 !important;
		text-shadow:none !important;
		filter:none !important;
		-ms-filter:none !important;
	}
		
	body {
		margin:0;
		padding:0;
		line-height: 1.4em;
	}
	@page {
		margin: 0.5cm;
	}
	nav, footer, video, audio, object, embed, .well, aside,header,section { 
		display:none; 
	}
	.print {
	display:block;
	}
	
	.no-print { 
	display:none; 
	}
}