@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
/*
====================================================
* [Master Stylesheet]

  Theme Name :  CLICKBYCLEVER.COM.BR
  Version    :  1.0
  Author     :  EccoCreative
  Author URI :  https://www.eccocreative.com.br
==================================================== */


/* --------------------------------- */
/* PRELOADER
 ----------------------------------- */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(255, 255, 255, .95);
}

#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #1eb1ee;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #0055b8;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #1eb1ee;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

.titulo {
	font-family: "PT Sans",sans-serif;
	font-weight: bold;
	color: #0055b8;
	letter-spacing: 2px;
}
.gde {
	font-size: 3.2em;
}
.lh160 {
	line-height: 160%;
}
.linhaH {
	height: 60px;
	width: 1%;
	border-right: 1px solid #d7d7d7;
}
#agenda p {
	text-align: left;
	height: 96px;
	font-size: 1rem;
}
#agenda p:nth-child(even) {
	width: 99%
}
#agenda p:nth-child(odd) {
	padding: 20px;
	width: 100%;
}
#agenda h6 {
	font-size: 1rem;
}

#info .ico {
	max-width: 100px;
	max-height: 100px;
}

.border-l {
	border-left: 1px solid #d7d7d7;
}
.border-r {
	border-right: 1px solid #d7d7d7;
}
.border-b {
	border-bottom: 1px solid #d7d7d7;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* --------------------------------- */
/* GOOGLE AUTOFILL HACK
 ----------------------------------- */
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px transparent inset;
}

input:-webkit-autofill:focus {
	-webkit-box-shadow:
		/*your box-shadow*/
		0 0 0 50px transparent inset;
}

.file-field .btn {
	line-height: 1rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-transition-delay: 9999s;
	-webkit-transition: color 9999s ease-out;
	background-color: 9999s ease-out;
	background: rgba(255, 255, 255, 0) !important;
}

textarea,
input,
*:focus {
	outline: none !important;
}

.navbar-nav,
header {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

header {
	/*background-color: #fff;*/
	z-index: 9;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 20px;
	width: 100%;
}

.logo {
	height: 80px;	
}
.box {
	background-color: #e7e7e7;
	border-radius: 15px;
	padding: 15px;
	margin: 10px 0px;
}
.flag {
	height: 30px;
	margin: 5px;
	float: left;
}
.menu {
	background-color: #fffe;
	/* border: 1px solid #d7d7d7;
	border-radius: 0px 0px 15px 15px;
	box-shadow: 0px 3px 6px #d7d7d7; */
}
.mnu {
	width: 100%;
}


/* --------------------------------- */
/* RESET
 ----------------------------------- */
audio,
canvas,
img,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.wow {
	visibility: hidden;
}

/* HTML5 display-role reset for older browsers */
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #626161;
}

a:focus,
a:active,
a:hover {
	text-decoration: none;
	outline: none;
	color: #a28d6a;
	border-color: transparent;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
	display: block;
	width: inherit !important;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #0055b8;
}


form .bootstrap-select > .dropdown-toggle.bs-placeholder,
form .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
form .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
form .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
form .bootstrap-select > .dropdown-toggle {
	color: #393e41;
	background: #fff
	border: #fff;
}

.dropdown-item.selected {
	background: #0055b8;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none!important;
}
:focus {
  outline: none!important;
}

/* --------------------------------- */
/* FONT FIX
 ----------------------------------- */

a.link-2x {
	font-size: 1.4rem;
}

a[aria-disabled="true"] {
	color: currentColor;
	display: inline-block;
	/* For IE11/ MS Edge bug */
	pointer-events: none;
	text-decoration: none;
	cursor: not-allowed;
}

i.fal,
i.far,
i.fas,
.svg-inline--fa {
	vertical-align: middle;
	margin-left: 0;
}

p {
	line-height: 1.7rem;
}

h1,
.h1 {
	font-size: 2.8rem;
}

h2,
.h2 {
	font-size: 2.5rem;
}

h3,
.h3 {
	font-size: 2.25rem;
}

h4,
.h4 {
	font-size: 1.8rem;
}

h5,
.h5 {
	font-size: 1.5rem;
}

h6,
.h6 {
	font-size: 1.3rem;
}

body {
	font-size: 1.1rem;
}

small {
	font-size: .9rem;
	line-height: 16px !important;
}

.italic {
	font-style: italic;
}

.upper {
	text-transform: uppercase;
}

.flight {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
}


.fbold,
b,
strong {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
}


/* --------------------------------- */
/* PAGE DEFAULTS
 ----------------------------------- */

body {
	background-color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	height: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
	color: #697374;
}

html {
	height: auto;
	min-height: 100%;
}

.txt-err {
	color: #f14d7d;
}

.erro-box {
	background-color: #f14d7d;
	padding: 1rem;
	color: #fff;
	position: absolute;
	width: 40%;
}

a.linkbb:hover {
	border-bottom: 1px solid;
	padding-bottom: 2px;
}

a.text-orange:hover,
a.text-orange:focus,
a.text-orange:active {
	color: #ff6847;
}

a.white-text:hover,
a.white-text:focus,
a.white-text:active {
	color: #fff;
}

.btn {
	border-radius: 0;
	padding: .375rem .9rem;
}

.btn-outline-white,
.btn-outline-white:active {
	background: transparent;
	color: #fff !important;
	font-weight: 500;
	border: 1px solid #fff;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
	background: rgba(255,255,255,.2);
	color: #fff !important;
	font-weight: 500;
	border: 1px solid #fff;
}

.btn-outline-green,
.btn-outline-green:active {
	background: transparent;
	color: rgba(139, 176, 63, 1) !important;
	font-weight: 500;
	border: 1px solid rgba(139, 176, 63, 1);
}

.btn-outline-green:hover,
.btn-outline-green:focus {
	background: rgba(139, 176, 63, 1);
	color: #fff !important;
	font-weight: 500;
	border: 1px solid rgba(139, 176, 63, 1);
}

.btn-rounded {
	border-radius: 20px;
}

.btn-white,
.btn-white:active {
	background: #fff;
	color: rgba(139, 176, 63, 1) !important;
	font-weight: 500;
	border: 1px solid #fff;
}

.btn-white:hover,
.btn-white:focus {
	background: rgba(139, 176, 63, .9);
	color: #fff !important;
	font-weight: 500;
	border: 1px solid #fff;
}

.btn-green,
.btn-green:active {
	background: rgba(139, 176, 63, 1);
	color: #fff !important;
	font-weight: 500;
	border: 1px solid rgba(139, 176, 63, 1);
	;
}

.btn-green:hover,
.btn-green:focus {
	background: rgba(139, 176, 63, .8);
	color: #fff !important;
	font-weight: 500;
	border: 1px solid rgba(139, 176, 63, 1);
}

.btn-lightblue,
.btn-lightblue:active {
	background: rgb(60, 180, 229);
	color: #fff !important;
	font-weight: 500;
	border: 1px solid #3cb4e5;
	;
}

.btn-lightblue:hover,
.btn-lightblue:focus {
	background: rgba(60, 180, 229, .8);
	color: #fff !important;
	font-weight: 500;
	border: 1px solid rgba(60, 180, 229, 1);
}

.btn-grey,
.btn-grey:active {
	background: rgba(98, 97, 97, 1);
	color: #fff !important;
	font-weight: 500;
	border: 1px solid rgba(98, 97, 97, 1);
}

.btn-grey:hover,
.btn-grey:focus {
	background: rgba(98, 97, 97, .8);
	color: #fff !important;
	font-weight: 500;
	border: 1px solid rgba(98, 97, 97, 1);
}

.btn-cta{
	width: 50%;
	font-weight: 700;
	font-size: 1.3rem;
	padding: .6rem;
}

.btn-cta:hover{
	width: 50%;
	font-weight: 700;
	font-size: 1.3rem;
	padding: .6rem;
	box-shadow: 2px 2px 6px rgba(0,0,0,.1);
}

.bg-grey {
	background-color: rgba(98, 97, 97, 1);
}

.bg-lightgray {
	background-color: #ededed;
}

.bg-white {
	background: #fff;
}

.bg-green {
	background: #8bb03f;
}

.bg-lightblue {
	background-color: #3cb4e5;
	color: #fff;
}

.bg-blue {
	background-color: #0055b8;
}

.white-text,
.txt-white {
	color: #fff;
}

.txt-black {
	color: #000;
}

.txt-green {
	color: #8bb03f;
}

.txt-gray {
	color: rgba(98, 97, 97, 1);
}

.txt-lightblue {
	color: #31a3dd;
}
.txt-blue {
	color: #0055b8;
}

.tit-lg {
	font-size: 3.6rem;
	line-height: 3.8rem;
}

.py-lg {
	padding-top: 80px;
	padding-bottom: 80px;
}

.py-md {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.mt-md{margin-top: 50px!important;}

.mt-lg{margin-top: 80px!important;}

/* --------------------------------- */
/* SLICK CUSTOM
 ----------------------------------- */
.slick-custom .slick-dots li {
	margin: 0 6px;
}

.slick-custom .slick-dots {
	bottom: 20px;
}

.slick-custom .slick-dots li button:before {
	font-size: 20px;
	color: white;
}

.slick-custom.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-initialized {
	visibility: visible !important;
}

/* --------------------------------- */
/* CUSTOM FORM
 ----------------------------------- */
.input-text {
	border: 1px solid #777 !important;
}

.form-news {
	padding: 20px;
	border: 1px solid #777;
}

::-webkit-input-placeholder {
	font-style: italic;
}

::-moz-placeholder {
	font-style: italic;
}

:-ms-input-placeholder {
	font-style: italic;
}

:-moz-placeholder {
	font-style: italic;
}

.form-control {
	border-radius: 0;
	/* border: 0; */
}

.form-control:focus {
	color: #626161;
	background-color: #fff;
	border-color: rgba(139, 176, 63, .5);
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255,255,255,.4);
}

.input-group {
	margin-bottom: 1rem;
}

.form-check-label {
	font-size: 14px;
	margin-left: 3px;
}

.form-control.invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.invalid {
	border-color: #dc3545;
	padding-right: calc(0.75em + 2.3125rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-check-input.invalid ~ .form-check-label {
	color: #dc3545 !important;
}

.form-check-input {
	margin-top: .4rem;
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	margin-left: -1.2rem;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	-webkit-transform: translateX(1rem);
	transform: translateX(1rem);
}

.custom-control-label span {
	margin-left: 5px;
}

.custom-control-input:checked ~ .custom-control-label::before {
	border-color: #1eb1ee;
	background-color: #1eb1ee;
}

.form-control.date-picker + svg {
	margin-right: 5px;
	margin-top: -4px;
	position: absolute;
	bottom: 25px;
	right: 20px;
}

/* --------------------------------- */
/* HEADER
 ----------------------------------- */
.header-custom .nav-item .nav-link {
	padding-left: 1.2rem;
	padding-right: 1.2rem;
	position: relative;
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 700;
	color: #0055b8;
	font-weight: lighter;
}

.header-custom .nav-item .nav-link:hover:after,
.header-custom .nav-item .nav-link.active:after
{
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid #1eb1ee;
	width: 25%;
}

.nav-item {
	position: relative;
	padding: 0px 10px;
}

/* .nav-item:not(:last-child):after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	-moz-border-radius: 3.5px;
	-webkit-border-radius: 3.5px;
	border-radius: 3.5px;
   	background-color: #69b6d5;
	position: absolute;
	right: -2px;
	top: 16px;
} */

.header-custom {
	background-color: rgba(255, 255, 255, .3);
	-webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
	-o-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
	padding-top: 12px;
	padding-bottom: 12px; }


.header-custom.top-nav-collapse {
	background-color: rgba(255, 255, 255, .9);	
	box-shadow: 2px 2px 6px rgba(0,0,0,.1)
}

/* BURGER MENU */

div.burger {
	height: 40px;
	width: 30px;
	position: relative;
	top: -8px;
	cursor: pointer;
	z-index: 999;
}

div.x,
div.y,
div.z {
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 0px;
	background: #0155b8;
	border-radius: 2px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

div.x,
div.y,
div.z {
	height: 2px;
	width: 26px;
}

div.y {
	top: 18px;
}

div.z {
	top: 37px;
}

.burger div.collapsee {
	top: 20px;
	background: 1px solid rgba(139, 176, 63, 1);
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out;
}

div.burger.open span {
	color: rgba(139, 176, 63, 1);
}

div.rotate30 {
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: all 50ms ease-out;
	-moz-transition: all 50ms ease-out;
	-ms-transition: all 50ms ease-out;
	-o-transition: all 50ms ease-out;
	transition: all 50ms ease-out;
	display: block;
}

div.rotate150 {
	-ms-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	-webkit-transition: all 50ms ease-out;
	-moz-transition: all 50ms ease-out;
	-ms-transition: all 50ms ease-out;
	-o-transition: all 50ms ease-out;
	transition: all 50ms ease-out;
	display: block;
}

div.rotate45 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
	display: block;
}

div.rotate135 {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
	display: block;
}

div.circle {
	border-radius: 0;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(255,255,255, .9);
	-webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

div.circle.expand {
	width: 100%;
	height: 1200px;
	top: 0;
	right: 0;
	border-radius: 0;
	-webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);

}

div.menu {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	/* top: 150px; */
	top: 0px;
	display: none;
	padding: 0 10px;
	text-align: center;
	height: calc(100vh);
	padding-top: 100px;
}

div.menu ul {
	padding: 0;
}

div.menushow {
	display: block;
}

div.menushow li {
	display: block;
	line-height: 55px;
	/* font-size: 35px; */
	
}

div.menushow li a {
	font-weight: 400;
	/* color: #fff; */
}
.nav-item.active {
	border-top: 1px solid #857251;
}

div.burger span {
	position: absolute;
	top: 20px;
	right: 40px;
	text-transform: uppercase;
	font-size: .85rem;
	color: #0155b8;
}

div.menu ul li {
	list-style: none;
	opacity: 0;
	text-align: center;
	font-size: 0px;
	line-height: 2.1rem;
	-webkit-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

div.menu ul li a {
	color: #626161;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
}

div.menu ul li a:hover {
	font-weight: 700;
	color: #83be5c;
}

div.menu li.animatee {
	font-size: 0.9rem;
	opacity: 1;
	-webkit-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

div.menu li.animatee:nth-of-type(1) {
	transition-delay: 0.04s;
}

div.menu li.animatee:nth-of-type(2) {
	transition-delay: 0.08s;
}

div.menu li.animatee:nth-of-type(3) {
	transition-delay: 0.12s;
}

div.menu li.animatee:nth-of-type(4) {
	transition-delay: 0.16s;
}

div.menu li.animatee:nth-of-type(5) {
	transition-delay: 0.20s;
}

div.menu li.animatee hr {
	width: 20%;
	height: 1px;
	border: none;
	background: #fff;
}


/* --------------------------------- */
/* INDEX
 ----------------------------------- */

body {
	background: #fff url(../../images/fundo.jpg) top left;
	background-size: 100%;
	min-height: 100vh;
	height: auto;
}


#banner-home .slick-custom {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	background-color: #e2e2e3;
	color: #0055b8;
}

#banner-home .slick-custom.slick-initialized {
	visibility: visible;
	opacity: 1;
}

#banner-home {
	margin: 0;
	background: #ddd url("../../images/fundo-paper.jpg");
	background-size: auto 100%;
}

.banner1 {
	/*
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100vh;
	*/	
}

#definicao{
	padding: 30px 0;
}

#consultores {
	background: url(../../images/fundo-pals.jpg) top left;
}

#about-us{
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../../images/back-sec_about_08.png);
	padding: 80px 0;
}

#support{
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../../images/back-sec_manut_14.jpg);
	padding: 80px 0;
}

.card-technics{
	border: 0px;
	border-radius: 0;
	padding: 20px;
	box-shadow: 0;
	height: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


.technics{
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
	padding-left: 0;
}

.technics li{
	display: inline-block;
	margin-left: 20px;
}

.technics li:first-child{
	margin-left: 0;
}

.technics li a{
	padding: 50px 30px;
	color: #000;
	display: block;
	cursor: pointer;
	background: rgba(0, 0, 0, .05);
	border: 3px solid #c1c1c1;
	position: relative;
}

.technics li a:link, .technics li a:visited{
	color: #000;
}

.technics li a:hover, .technics li a:active,
.technics a.active{
	color: #000;
	box-shadow: 5px 5px 10px rgba(0,0,0,.05);
	border: 3px solid #8bb03f;
	background: rgba(155,213,37, .5);
}

.status{
	font-size: 0.8rem;
	font-weight: 700;
	margin: 0;
	letter-spacing: .1rem;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	padding: 4px;
}

.status.on{
	color: #fff;
	background: #9bd525;
}

.status.off{
	color: rgba(255,255,255,.9);
  background: rgba(0,0,0,.1);
}

.avatar{
	width: 110px;
	height: 110px;
	border-radius: 60px;
}

#contact{
	background-color: #8bb03f;
	padding: 80px 0;
}

#promotions{
	background-color: #fff;
	padding: 80px 0;
}

.card-promo a{width:125px;}

.pretit, .subtit, .postit{
	margin-bottom: 0;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}

.pretit:before{
	position: absolute;
	top: 55%;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: -65px;
	margin-right: auto;
	border-top: 2px solid #000;
	width: 55px;
	content: "";
}

.postit:before{
	position: absolute;
	top: 55%;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: -70px;
	border-top: 2px solid #000;
	width: 55px;
	content: "";
}

.subtit:before{
	position: absolute;
	top: 20px;
	bottom: -10px;
	left: 0;
	right: 0;
	margin-left: 0;
	margin-right: auto;
	border-bottom: 2px solid #000;
	width: 55px;
	content: "";
}

.subtit.bgreen:before{
	border-bottom: 2px solid #8bb03f;
}

.subtit.bwhite:before{
	border-bottom: 2px solid #fff;
}

.subtit.bblack:before{
	border-bottom: 2px solid #000;
}

.tit{
	text-transform: uppercase;
}

.card.comma{
	border: 0px;
	background-color: rgba(255,255,255,.8);
	border-radius: 30px;
	padding: 30px;
	box-shadow: 5px 5px 10px rgba(0,0,0,.05);
}

.card.custom, .card-promo{
	border: 1px solid #777;
	background-color: rgba(255,255,255,.8);
	border-radius: 0;
	padding: 0px;
	height: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.card-promo{
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: contain;
	background: url(../../images/back-cards_08.png) #626161;
	padding: 0;
}

.card-promo:hover{
	box-shadow: 5px 5px 10px rgba(0,0,0,.2);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.ic{
	color: #fff;
	margin-bottom: 1.4rem;
	display: flex;
}

.ic:before{
	font-family: "Font Awesome 5 Light";
	font-style: normal;
	font-variant-caps: normal;
	font-variant-ligatures: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	display: none;
	opacity: 0;
}

.ic svg {
	margin-right: 15px;
  margin-top: 0px;
  font-size: 1.5rem;
	width: 30px!important;
}

.ic.address:before{
	content: "\f276";
}

.ic.mail:before{
	content: "\f2b6";
}

.ic.phone:before{
	content: "\f2a0";
}

.ic.fax:before{
	content: "\f1ac";
}

.ic.map:before{
	content: "\f3c5";
}

.contact-items{
	margin-top: 35px;
}

.items{padding-left: 5px;}

.items li{
	margin-bottom: 20px; 
	display: flex;
	align-items: start;
}

.items li:before {
	content: "\f058";
	font-family: "Font Awesome 5 Light";
	font-style: normal;
	font-variant-caps: normal;
	font-variant-ligatures: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	display: none;
	opacity: 0;
}

.items li svg {
	margin-right: 10px;
	margin-top: 4px;
}

.customers div.slick-slide div div{
	height: 250px;
}

.customers .slick-slide > div {
  margin: 5px;
	padding: 5px;
}




/* --------------------------------- */
/* FOOTER
 ----------------------------------- */

footer ul {
	margin: 0;
	padding: 0;
}

footer a {
	color: #efefef;
}

footer a:hover,
footer a:active {
	color: #ff6847;
}


footer ul:not(.social) li a:before {
	content: "\f7a5";
	font-family: "Font Awesome 5 Light";
	font-style: normal;
	font-variant-caps: normal;
	font-variant-ligatures: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	display: none;
	opacity: 0;
}

footer a svg {
	margin-right: 5px;
	margin-top: -4px;
}

footer .social li{
	display: inline-block;
	margin-right: 5px;
}

footer .social li svg{
	font-size: 1.5rem;
}

footer .social li:last-child{
	margin-right: 0;
}

/* --------------------------------- */
/* CADASTRO CONSULTOR
 ----------------------------------- */


/* --------------------------------- */
/* FULL WIDTH MODAL
 ----------------------------------- */
.modal.modal-custom .modal-content {
	background: #fff;
}

.modal-custom ~ .modal-backdrop {
	background: #07305f;
	z-index: 1030;
}

.modal-custom ~ .modal-backdrop.show {
	opacity: .85;
}

.modal.modal-custom .modal-content h4 {
	margin: 0;
}

.modal-custom .modal-body{padding: 1.6rem;}

.modal-custom .modal-content h4 svg {
	vertical-align: top;
	font-size: 2rem;
	margin-top: 0;
	margin-right: 10px;
}

.modal.modal-full {
	background: transparent;
}

.modal.modal-full .modal-content {
	background: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
}

.modal.modal-full .modal-content h4 {
	margin: 15px 0 0 0;
}

.modal-full .modal-content h4 svg {
	vertical-align: top;
	font-size: 2rem;
	margin-top: -5px;
}

.modal.modal-full {
	background-color: transparent !important;
}

.modal .btn-close {
	position: absolute;
	right: 15px;
	top: 8px;
	padding: 10px;
	margin-top: 0;
	background: transparent;
	border: none;
}

.btn-close .svg-inline--fa {
	font-size: 1.8rem;
	font-weight: 200;
	color: #000;
}



/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal.modal-full .modal-dialog {
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
}

@media (min-width: 540px) {
	.modal.modal-full .modal-dialog {
		width: 750px;
	}
}

@media (min-width: 720px) {
	.modal.modal-full .modal-dialog {
		width: 970px;
	}
}

@media (min-width: 960px) {
	.modal.modal-full .modal-dialog {
		max-width: 720px;
	}
}

@media (min-width: 1140px) {
	.modal.modal-full .modal-dialog {
		max-width: 720px;
	}
}


/* --------------------------------- */
/* RESPONSIVE
 ----------------------------------- */

/* iphone 5 and smaller */
@media (max-width:320px) {
	.navbar-brand{max-width: 160px;}

	p {
		font-size: 0.8em;
	}
	
	.gde {
		font-size: 1.8rem;
	}

	h2 {
		font-size: 1.6em;
	}
	h5 {
		font-size: 1.1em;
		text-align: center;
	}
	.border-l, .border-r {
		border-left: 1px solid #d7d7d7;
		border-right: 1px solid #d7d7d7;
	}
	.border-b:not(:last-child) {
		border: none;
	}
	.linhaH {
		display: none;
	}

	#agenda h6 {
		text-align: center;
		padding: 3px 0px;
	}
	#agenda p:nth-child(even) {
		height: auto;
		padding: 20px 10px 10px;
		width: 100% !important;
	}
	#agenda p:nth-child(odd) {
		text-align: center !important;
		height: auto;		
		padding: 10px 10px 20px;
	}
}

/* Extra small devices (phones, less than 768px) */
@media (min-width:321px) and (max-width:575px) {
	.navbar-brand{max-width: 160px;}
	
	h1{font-size: 2rem;}
	h4{font-size: 1.5rem;}
	h2{font-size: 2.1rem;}
	h5{font-size: 1.2rem;}
	
	div.menu ul li a {
    font-size: 1.5rem!important;
    line-height: 2rem;
	}
	
	div.menu{top: 100px;}
	
	.pretit{margin-left: 67px;}
	
	#cta-letswork{padding: 50px 0;}
	
	footer .ic {
    justify-content: center;
    margin-left: -30px;
	}

	.gde {
		font-size: 1.8em;
		margin: 20px 0px;
	}

	.border-l, .border-r {
		border-left: 1px solid #d7d7d7;
		border-right: 1px solid #d7d7d7;
	}
	.border-b:not(:last-child) {
		border: none;
	}
	.linhaH {
		display: none;
	}
	.nav-item:not(:last-child):after {
		width: 0px;
		height: 0px;
	}

	body {
		font-size: 1rem;
	}
	.logo {
		height: 35px;
		font-size: 0.8rem;
	}
	p {
		font-size: 1rem;
	}
	div.menu ul li a {
		font-size: 1rem !important;
	}
	.navbar-nav {
		margin-top: 100px !important;			
	}
	.menu {
		left: -35px !important;
		right: -35px !important;
		top: -25px !important;
		height: calc(100vh);
		width: auto !important;
	}
	.mnu {
		width: auto;
	}
	.nav-item.active {
		border: 1px solid #857251;
	}
	#sec01 {
		margin-top: 50px !important;
	}
	
}

/* small */
@media (min-width:576px) and (max-width: 767px) {
	body {
		font-size: 1.1rem;
	}
	.navbar-brand{max-width: 160px;}
	
	h1{font-size: 2rem;}
	h4{font-size: 1.5rem;}
	h2{font-size: 2.1rem;}
	h5{font-size: 1.2rem;}
	
	div.menu ul li a {
    font-size: 1.5rem!important;
    line-height: 2rem;
	}
	
	div.menu{top: 100px;}
	
	.pretit{margin-left: 67px;}
	
	#cta-letswork{padding: 50px 0;}
	
	footer .ic {
    justify-content: center;
    margin-left: -30px;
	}

	.gde {
		font-size: 1.8em;
		margin: 20px 0px;
	}
	.subtitulo {
		font-size: 0.9rem !important;
	}
	.nav-item:not(:last-child):after {
		width: 0px;
		height: 0px;
	}
	.logo {
		height: 35px;
		font-size: 0.8rem;
	}
	p {
		font-size: 1.1rem;
	}
	.menu {
		top: 61px !important;
		border-top: none;	
		width: auto;	
	}
	div.menu ul li a {
		font-size: 1rem !important;
	}
	.navbar-nav {
		margin-top: 100px !important;			
	}
	.menu {
		left: -35px !important;
		right: -35px !important;
		top: -20px !important;
		height: calc(100vh);
	}
	.mnu {
		width: auto;
	}
	.navbar-nav.active {
		border: 1px solid #857251;
	}
	#sec01 {
		margin-top: 50px !important;
	}
	
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	
	h1{font-size: 2.5rem;}
	h4{font-size: 1.5rem;}
	h2{font-size: 2.1rem;}
	
	div.menu ul li a {
    font-size: 2rem!important;
    line-height: 4rem;
	}
	
	.pretit{margin-left: 67px;}

	.gde {
		font-size: 1.8em;
		margin: 20px 0px;
	}
	
	.nav-item:not(:last-child):after {
		width: 0px;
		height: 0px;
	}
	.nav-item.active {
		border: 1px solid #857251;
	}
	#sec01 {
		margin-top: 50px !important;
	}
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width:1199px) {
	h1{font-size: 2.5rem;}
	h4{font-size: 1.5rem;}
	h2{font-size: 2.1rem;}
	
	.gde {
		font-size: 2.6em;
	}
	.header-custom .nav-item .nav-link {
		font-size: 1.1rem;
	}
	.mnu {
		width: 100%;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.mnu {
		width: 100%;
	}
}