@import url('../lib/bootstrap/css/bootstrap.min.css');
@import url('../lib/font-awesome/font-awesome.min.css');
@import url('../lib/ekko-lightbox/ekko-lightbox.css');
@import url('../lib/owl-carousel/owl.carousel.min.css');
@import url('../lib/owl-carousel/owl.theme.default.min.css');
@import url('../lib/whatsapp-widget/whatsapp.css');
@import url('custom.css');
@import url('color.css');

@keyframes slideLeft {
  0% {
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
  }
  100% {
    -ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
}

@keyframes slideRight {
  0% {
    -ms-transform: translateX(200%);
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
  }
  100% {
    -ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
}

@keyframes slideTop {
  0% {
    -ms-transform: translateY(-100%) rotate(-3deg);
	-webkit-transform: translateY(-100%) rotate(-3deg);
	transform: translateY(-100%) rotate(-3deg);
  }
  100% {
    -ms-transform: translateY(0) rotate(-3deg);
	-webkit-transform: translateY(0) rotate(-3deg);
	transform: translateY(0) rotate(-3deg);
  }
}

@keyframes bottle01{
  0% {
    -ms-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
  }
  25% {
    -ms-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
  }
  50% {
    -ms-transform: rotate(-1deg);
	-webkit-transform: rotate(1deg);
	transform: rotate(-1deg);
  }
  100% {
    -ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
}

html, body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:normal;
	color:#666;
	overflow-x:hidden !important;
}

body{
	background: #fff;
}

body.modal-open {
    padding-right: 0px !important;
}

/* BARRA DE PROGRESSO */
#progress-bar {
  --scrollAmount: 0%;
  background-color: var(--green-light) !important;
  width: var(--scrollAmount) !important;
  height: 4px !important;
  position: fixed !important;
  top: 0 !important;
  z-index:99999999999999999999 !important
}

a,
a:link,
a:active,
a:visited{
	color:#444;
	transition:0.5s;
	text-decoration:none
}
a:hover{
	color: var(--orange)	
}

/* LINKS */
.cor-links-rodape a,
.cor-links-rodape a:link,
.cor-links-rodape a:active,
.cor-links-rodape a:visited{
	color: #fff;
	transition:0.5s;
}
.cor-links-rodape a:hover{
	color: var(--green-light)
}

/* MENU */
.background-menu-header{
	background: #123036 !important;
	padding:18px 0px;
}
.menu-fixo{
	position: fixed;
	top: 0;
	z-index: 99;
	transition: all .5s;
}

@media only screen and (max-width: 600px) {
	.menu-fixo{
		position:inherit;
	}
}

.navbar-brand{
	padding:0px
}
.navbar{
	margin:0;
	padding:0	
}

.navbar-nav .nav-item a{
	padding: 5px 13px 5px 13px;
	font-size:16px;
	font-weight:400;
	letter-spacing:0.5px;
	margin: 0px 13px;
	color: #fff;
	transition: 0.5s;
	text-transform:
}

@media only screen and (max-width: 600px) {
	.navbar-nav .nav-item a{
		margin: 0px;
	}
}

.navbar-nav .nav-link:hover{
	color: var(--green-light)
}

.dropdown-item{
    font-size: 16px;
	font-weight:600;
	line-height: 18px;
	margin:0px;
	padding:10px 0px;
	color:  var(--green) !important;
	text-transform:capitalize !important;
}
.dropdown-menu{
	top:98%;
	left:-5px !important;
	width:auto
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
	background:none !important
}

.dropdown-item.active,.dropdown-item:active{
	color: #ffffff;
	text-decoration: none;
	background-color: var(--blue)
}

.dropdown:hover>.dropdown-menu {
  display: block;
  left: 0px;
  border: none
}
.navbar-toggler-icon{
	margin-bottom: 5px	
}
@media only screen and (max-width: 600px) {
	.navbar-collapse{
		margin-top:20px
	}	
	.nav-link {
	   padding: 5px 20px !important;
	}
	.navbar-collapse{
		margin-bottom: 10px	
	}
	.dropdown:hover>.dropdown-menu {
	  margin-left: 15px;
	  margin-right: 15px;
	}
	.navbar-nav li.nav-item:nth-child(8),
	.navbar-nav li.nav-item:nth-child(9){
		display:inline !important
	}
	.dropdown-menu{
		width:92% !important;
		left:0px !important;
	}

}

/* MENU SOCIAL TOP */
.menu-social-top{
	list-style:none;
	padding:0;
	margin:0;
	text-align:right;
	margin-left:10px;
	margin-right:10px;
}
.menu-social-top > li{
	display:inline-table	
}
.menu-social-top > li > a,
.menu-social-top > li > a:link,
.menu-social-top > li > a:active,
.menu-social-top > li > a:visited,
.menu-social-top > li > a:focus{
	display:block;
	font-size:22px;
	line-height:26px;
	border-radius:50%;
	text-align:center;
	color: var(--green-light) !important;
	margin:1px 2px;
	cursor:pointer;
	transition:0.5s;
	padding:0
}
.menu-social-top > li > a:hover{
	color: #fff !important;
}
@media only screen and (max-width: 600px) {
	.menu-social-top{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		margin-bottom:10px;
		text-align:center;
	}
	.menu-social-top > li{
		display:inline-table;
		margin-left:0px;
		margin-right:0px;
	}
}

#menuHeader{
	z-index:999	
}

.background-top-header{
	background: var(--blue);
}


/* BOTOES */
.botoes-sem-cor,
.botoes-sem-cor a,
.botoes-sem-cor a:link,
.botoes-sem-cor a:active,
.botoes-sem-cor a:visited{
	padding: 8px 40px;
	color:#fff;
	font-size:17px;
	font-weight: 700;
	margin: 0px;
	border-radius: 8px;
	transition: 0.5s;
	display:inline-block;
	text-transform:uppercase
}
.botoes-sem-cor:hover,
.botoes-sem-cor a:hover{
	opacity:0.5
}

.botoes-sem-cor-borda,
.botoes-sem-cor-borda a,
.botoes-sem-cor-borda a:link,
.botoes-sem-cor-borda a:active,
.botoes-sem-cor-borda a:visited{
	padding: 8px 40px;
	color:#fff;
	font-size:17px;
	font-weight: 700;
	margin: 0px;
	border-radius: 8px;
	border:solid 2px;
	transition: 0.5s;
	display:block;
	text-transform:uppercase
}
.botoes-sem-cor-borda:hover,
.botoes-sem-cor-borda a:hover{
	opacity:0.5
}


/* FORMS */
.form-control input[type=select]{
	height:70px !important
}

.form-control{
	padding:10px 18px;
	border: 1px solid #cacaca;
	font-size:15px !important;
	height:38px;
	margin-bottom:5px;
	border-radius:5px;
	margin-top:0px;	
	font-weight:600
}
.form-control:focus,
.form-control-busca:focus{
	background:#f9f9f9;
}
::placeholder{
  color: #666 !important;
  opacity: 1;
}

:-ms-input-placeholder{
  color: #666 !important;
}

::-ms-input-placeholder{
  color: #666 !important;
}
.has-error .checkbox, 
.has-error .checkbox-inline, 
.has-error .control-label, 
.has-error .help-block, 
.has-error .radio, 
.has-error .radio-inline, 
.has-error .checkbox label, 
.has-error .checkbox-inline label, 
.has-error .radio label, 
.has-error .radio-inline label{
    color: #be1622;
}
.help-block {
    display: block;
    margin-top: 3px;
    margin-left: 16px;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 800;
    color: #be1622;
}



.page-item > .page-link > span > i{
	color:#555;
}
.page-item > .page-link:hover > span > i{
	color:#fff
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: var(--green-light);
    border-color: var(--green-light);
	font-weight:800;
}
.page-link{
	background-color: transparent;
    border-color: #cacaca;
	color:var(--green) !important;
	font-weight:800;
	padding:10px !important;
}
.page-link:hover {
    background-color: var(--green-dark);
    border-color: var(--green-dark);
	color:#fff !important
}

.modal {
    background-color: rgba(0, 0, 0, 0.6); /* Preto com 70% de opacidade */
}




.bkg-papel{
	background:url(../img/bkg/bkg-papel.jpg) center top repeat;
}

#folhas-relatives{
	position:relative
}

.folha-left-top{
	position:absolute;
	z-index:9999;
	left:-2px;
	bottom:-50px;
	width:110px;
}
.folha-right-top{
	position:absolute;
	z-index:9999;
	right:-2px;
	bottom:-90px;
	width:170px;
}
.folha-left-bottom{
	position:absolute;
	z-index:9999;
	left:-2px;
	top:-60px;
	width:100px;
}
.folha-right-bottom{
	position:absolute;
	z-index:9999;
	right:-2px;
	top:-80px;
	width:150px;
}
@media only screen and (max-width: 600px) {
	.folha-left-top{
		bottom:-30px;
		width:90px;
	}
	.folha-right-top{
		bottom:-100px;
		width:130px;
	}
	.folha-left-bottom{
		top:-30px;
		width:70px;
	}
	.folha-right-bottom{
		top:-80px;
		width:120px;
	}
}



