html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: var(--font);
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Editor Reset */
.editorReset, .editorReset * {
	font-family: var(--font) !important;
	line-height:2 !important;
	font-weight:500 !important;
	margin:0 !important;
	padding:0 !important;
	text-transform:none !important;
}
.editorReset h1, .editorReset h2, .editorReset h3, .editorReset h4, .editorReset h5, .editorReset h6,
.editorReset h1 *, .editorReset h2 *, .editorReset h3 *, .editorReset h4 *, .editorReset h5 *, .editorReset h6 *{
	font-weight:700 !important;
	margin:50px 0 20px 0 !important;
	line-height:normal !important;
	color:#0130b4;
}
.editorReset h1 {font-size:26px !important;}
.editorReset h2 {font-size:23px !important;}
.editorReset h3 {font-size:18px !important;}
.editorReset h4 {font-size:16px !important;}
.editorReset h5 {font-size:14px !important;}
.editorReset h6 {font-size:14px !important;}
.editorReset li *, .editorReset p * {
	display:inline !important;
}
.editorReset p, .editorReset img {
	margin:20px 0 !important; width:100%;
}
.editorReset b, .editorReset strong {
	font-weight:700 !important;
}
.editorReset li{list-style:disc inside !important;}
.editorReset ol {margin:25px 0 !important;}
.editorReset ol li {list-style:decimal inside !important;padding-left:15px !important;}
.editorReset ul {margin:25px 0 !important;padding-left:0 !important;}
.editorReset ul li {list-style:disc inside !important;padding-left:15px !important;}
.editorReset a {text-decoration:underline !important;display:inline-block !important;}
.editorReset i, .editorReset i * {font-style:italic !important;}
.editorReset b, .editorReset b * {font-weight:700 !important;}
.editorReset quote, .editorReset blockquote {
	border-top:2px solid #f0f1f2 !important;
	border-bottom:2px solid #f0f1f2 !important;
	padding:20px 0 !important;
	font-weight:700 !important;
	display:block;
	color:#8e8e8e;
	line-height:1.7 !important;
	margin:50px 0 !important;
	font-size:20px !important;
}

/* modulos/slick/style.css */
.slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: flex;margin-left: auto;margin-right: auto;}
.slick-track:before,
.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height:inherit !important;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;width:100%;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-loading .slick-list { background: #fff url('/site/css/modulos/slick/ajax-loader.gif') center center no-repeat; }
.slick-slide > div {display:flex;}
.slick-prev,
.slick-next{font-size: 0;line-height: 0;position: absolute;top: 50%;display: block;width: 20px;height: 20px;padding: 0;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);cursor: pointer;color: transparent;border: none;outline: none;background: transparent;}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{color: transparent;outline: none;background: transparent;}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{opacity: 1;}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{opacity: .25;}
.slick-prev:before, .slick-next:before{font-size: 20px;line-height: 1;opacity: .75;color: white;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-prev{left: -25px;}
[dir='rtl'] .slick-prev{right: -25px;left: auto;}
.slick-prev:before{content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';}
[dir='rtl'] .slick-prev:before{content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';}
.slick-next{right: -25px;}
[dir='rtl'] .slick-next{right: auto;left: -25px;}
.slick-next:before{content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';}
[dir='rtl'] .slick-next:before{content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';}
.slick-dotted.slick-slider{margin-bottom: 30px;}
.slick-dots{position: absolute;bottom:25px;display: block;width: 100%;padding: 0;margin: 0;list-style: none;text-align: center;}
.slick-dots li{position: relative;display: inline-block;width: 20px;height: 20px;margin: 0 5px;padding: 0;cursor: pointer;}
.slick-dots li button{font-size: 0;line-height: 0;display: block;width: 20px;height: 20px;padding: 5px;cursor: pointer;color: transparent;border: 0;outline: none;background: transparent;}
.slick-dots li button:hover,
.slick-dots li button:focus{outline: none;}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{opacity: 1;}
.slick-dots li button:before{font-size: 6px;line-height: 20px;position: absolute;top: 0;left: 0;width:10px;height:10px;content:'';text-align: center;opacity: .25;background-color: black;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;display:block;border-radius:50%;}
.slick-dots li.slick-active button:before{opacity: .75;color: black;}

/* modulos/slickBanner/style.css */
#moduloSlickBanner {max-width:100%;}
#moduloSlickBanner .slick-arrow {z-index:2;}
#moduloSlickBanner .slick-prev {left:25px;}
#moduloSlickBanner .slick-next {right:25px;}
#moduloSlickBanner .carrousel:not(.slick-initialized) .item:nth-child(n+2) {display:none;}
#moduloSlickBanner .imagemDesktop {height:100%;aspect-ratio: auto 16/5;}
#moduloSlickBanner .imagemMobile {height:100%;aspect-ratio: auto 450/299;}

/* modulos/formNewsletter/style.css */
.moduloFormNewsletter {margin:20px 0;box-sizing:border-box;}
.moduloFormNewsletter * {box-sizing:border-box;}
.moduloFormNewsletter h3 {margin: 0 0 27px 0;padding:0;line-height:1;font-size:24px;font-weight:bold;}
.moduloFormNewsletter .loading {width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.moduloFormNewsletter .labelInput {margin:10px 0;display:block;}
.moduloFormNewsletter .labelInput input {width:100%;height:50px;border-radius:6px;padding:0 15px;color:black;background-color:transparent;border:2px solid silver;font-size:14px;}
.moduloFormNewsletter .labelInput input::placeholder {font-size:14px;}
.moduloFormNewsletter .botoes {display:flex;margin-top:20px;}
.moduloFormNewsletter .botoes button {background-color:transparent;border:1px solid silver;padding:0 15px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease-in-out;}
.moduloFormNewsletter .botoes button span {display:flex;line-height:1;font-size:14px;transition:color .3s ease-in-out;}
.moduloFormNewsletter .mensagem {text-align:center;}
.moduloFormNewsletter .mensagem .icone {width:35%;margin-left:auto;margin-right:auto;margin-bottom:20px;}
.moduloFormNewsletter .mensagem .titulo {margin:0;padding:0;line-height:1;font-size:18px;font-weight:bold;}
.moduloFormNewsletter .mensagem .mensagem {margin:0;padding:0;line-height:1;font-size:15px;}
.moduloFormNewsletter .mensagem .botoes {display:flex;margin-top:20px;justify-content:center;}
.moduloFormNewsletter .mensagem .botoes .botao {background-color:transparent;border:1px solid silver;padding:0 15px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease-in-out;}
.moduloFormNewsletter .mensagem .botoes .botao span {display:flex;line-height:1;font-size:14px;transition:color .3s ease-in-out;}
@media screen and (min-width:500px) and (max-width:999px) {
	.moduloFormNewsletter {margin-left:auto;margin-right:auto;max-width:500px;width:100%;}
}
@media screen and (min-width:1000px) {
	.moduloFormNewsletter .mensagem .botoes .botao:hover {background-color:silver;transition:background-color .3s ease-in-out;}
	.moduloFormNewsletter .mensagem .botoes .botao:hover span {color:black;transition:color .3s ease-in-out;}
	.moduloFormNewsletter .botoes button:hover {background-color:silver;transition:background-color .3s ease-in-out;}
	.moduloFormNewsletter .botoes button:hover span {color:black;transition:color .3s ease-in-out;}
}

/* modulos/formContato/style.css */
.moduloFormContato {padding:25px;background-color:#fafafa;border-radius:15px;}
.moduloFormContato form .header {margin:0 0 30px 0;}
.moduloFormContato form .header h2 {margin:0;padding:0;line-height:1;font-size:24px;font-weight:bold;}
.moduloFormContato form .header small {margin:0;padding:0;line-height:1;font-size:14px;margin:10px 0;display:block;}
.moduloFormContato form .labelInput {margin:15px 0;display:block;}
.moduloFormContato form .labelInput span {display:block;margin:5px 0;}
.moduloFormContato form .labelInput input {width:100%;height:50px;border-radius:6px;padding:0 15px;color:black;background-color:transparent;border:2px solid silver;font-size:14px;}
.moduloFormContato form .labelInput input::placeholder {font-size:14px;}
.moduloFormContato form .labelInput textarea {width:100%;height:50px;border-radius:6px;padding:10px 15px;color:black;background-color:transparent;border:2px solid silver;font-size:14px;min-height:150px;}
.moduloFormContato form .inputChecked label {margin:8px 0;}
.moduloFormContato .botoes {display:flex;margin-top:20px;}
.moduloFormContato .botoes button {background-color:transparent;border:1px solid silver;padding:0 15px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease-in-out;}
.moduloFormContato .botoes button span {display:flex;line-height:1;font-size:14px;transition:color .3s ease-in-out;}
.moduloFormContato .mensagem {text-align:center;}
.moduloFormContato .mensagem .icone {width:35%;margin-left:auto;margin-right:auto;margin-bottom:20px;}
.moduloFormContato .mensagem .titulo {margin:0;padding:0;line-height:1;font-size:18px;font-weight:bold;}
.moduloFormContato .mensagem .mensagem {margin:0;padding:0;line-height:1;font-size:15px;}
.moduloFormContato .mensagem .botoes {display:flex;margin-top:20px;justify-content:center;}
.moduloFormContato .mensagem .botoes .botao {background-color:transparent;border:1px solid silver;padding:0 15px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease-in-out;}
.moduloFormContato .mensagem .botoes .botao span {display:flex;line-height:1;font-size:14px;transition:color .3s ease-in-out;}
@media screen and (min-width:1000px) {
	.moduloFormContato .mensagem .botoes .botao:hover {background-color:silver;transition:background-color .3s ease-in-out;}
	.moduloFormContato .mensagem .botoes .botao:hover span {color:black;transition:color .3s ease-in-out;}
	.moduloFormContato .botoes button:hover {background-color:silver;transition:background-color .3s ease-in-out;}
	.moduloFormContato .botoes button:hover span {color:black;transition:color .3s ease-in-out;}
}

/* modulos/navPrincipal/style.css */
.moduloNavPrincipal .linkItem {color:#000;text-decoration:none;cursor:pointer;}
.moduloNavPrincipal > ul {display:flex;}
.moduloNavPrincipal > ul > li {margin:0 5px;}
.moduloNavPrincipal .itemDropdown {display:flex;flex-direction:column;position:relative;z-index:5000;}
.moduloNavPrincipal .itemDropdown > span {display:block;}
.moduloNavPrincipal .itemDropdown .paddingDropdown {padding:3px 0 0 0;position:absolute;transform:translateY( calc(100% - 1px) );bottom:0;display:none;}
.moduloNavPrincipal .itemDropdown .ulDropdown {width: 232px;}
.moduloNavPrincipal .itemDropdown .ulDropdown li {margin: 0;border-bottom:2px solid #01a9ff;}
.moduloNavPrincipal .itemDropdown .ulDropdown .linkItem {width: 100%;height: 41px;justify-content: flex-start;padding: 5px 20px;background-color: #009eed;background-repeat:no-repeat;background-position:right 20px center;background-size:14px 12px;}
.moduloNavPrincipal .itemDropdown:hover .paddingDropdown {display:block;}
.moduloNavPrincipal .itemDropdown .paddingDropdown:hover {display:block;}
@media screen and (min-width:1000px) {
	.moduloNavPrincipal .itemDropdown .ulDropdown li:last-of-type {border-bottom:0;}
	.moduloNavPrincipal .linkItem:hover {text-decoration:underline;}
	.moduloNavPrincipal .itemDropdown:hover span.linkItem {text-decoration:underline;}
	.moduloNavPrincipal .itemDropdown .ulDropdown .linkItem {transition:background-color .3s ease-in-out;}
	.moduloNavPrincipal .itemDropdown .ulDropdown .linkItem:hover {background-color:#008fd7;transition:background-color .3s ease-in-out;}
}

/* global/inc/fancybox */
body.compensate-for-scrollbar {overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    box-sizing: border-box;
}
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}
.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
    display: block;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}
.fancybox-slide--image::before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
    cursor: text;
}
.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}
.fancybox-video, .fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: none;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}
.fancybox-button div {
    height: 100%;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}
.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}
.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}
@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}
.fancybox-caption--separate {
    margin-top: -50px;
}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:visited, .fancybox-share__button:link {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/* global/inc/simplebar */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.simplebar-content:before, .simplebar-content:after {
  content: ' ';
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #2e2e2e;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/*  Youtube Responsivo */
.editorReset .video-responsivo {display:flex !important;position:relative !important;padding-bottom:56.25% !important;height:0 !important;}
.editorReset .video-responsivo iframe {position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important;z-index:10 !important;} 

/************************************************/
/* global.css */

#menuFixed {display:none;z-index:10001;}
@media screen and (min-width:1000px) {
	#menuFixed {display:block;position:fixed;width:100%;top:0;right:0;left:0;transform:translateY(-110%);z-index:5001;transition:transform .3s ease-in-out;}
	.menuFixo #menuFixed {transform:translateY(0);transition:transform .3s ease-in-out;}
	.toggleMenu #menuFixed {z-index:-1;transition:unset;}
}

/************************************************/

#linkWhatssap {box-sizing: border-box;width: 60px;height: 60px;border-radius:50%;position:fixed;bottom:30px;padding:5px;background-image:linear-gradient(to right, #02d65e, #04b226);z-index:900;transition:all 0.3s ease-out;display: flex;justify-content: center;align-items: center;}
#linkWhatssap svg {width: 30px;height:30px;}
#linkWhatssap svg path {fill:#FFF;}
@media screen and (max-width:999px){
	#linkWhatssap {right: 5px;;}
}
@media screen and (min-width:1000px){
	#linkWhatssap {right:10px;} 
	#linkWhatssap:hover {opacity:.5;transition:all 0.3s ease-out;} 
}

/************************************************/

#barraFixaRodape {position:fixed;bottom:0;left:0;right:0;background-color:#00204c;justify-content:center;align-items:center;min-height:80px;z-index:30000;}
#barraFixaRodape span {width:100%;max-width:255px;height:45px;background-color:#f5ebdf;color:#00204c;font-size:14px;text-decoration:none;font-weight:700;letter-spacing:.3px;padding:0 15px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease-in-out;border-radius:10px;}
@media screen and (max-width:999px) {
	#barraFixaRodape {display:flex;}
}
@media screen and (min-width:1000px) {
	#barraFixaRodape {display:none;}
}

/************************************************/

.exibirDesktopBuscar {overflow:hidden;}
.exibirDesktopBuscar #desktopBuscar {position: fixed;top: 0;bottom: 0;left: 0;right: 0;background-color: rgba(0,0,0,.9);z-index:10001;display: flex;align-items: flex-start;justify-content: center;}
#desktopBuscar {display:none;}
#desktopBuscar .desktopBuscar {padding: 0 30px;display: flex;max-width: 700px;width: 100%;transform: translateY(200px);position: relative;}
#desktopBuscar .desktopBuscar #desktopTermo {padding: 15px 10px;border-radius: 10px 0 0 10px;width: calc(100% - 50px);text-indent:30px;border: 0;height: 60px;}
#desktopBuscar .desktopBuscar button {background: #FFF;display: flex;height: 60px;width:75px;border-radius: 0 10px 10px 0;justify-content: center;align-items: center;cursor:pointer;border: 0;}
#desktopBuscar .desktopBuscar button svg {height:25px;width: auto;}
#desktopBuscar .desktopBuscar button path {fill:#011632;}
#desktopBuscar .desktopBuscar button i {transform: translateX(-3px);width: 50px;display: flex;justify-content: center;align-items: center;}
#desktopBuscar .fechar {color: #FFF;font-size: 18px;width: 30px;height: 30px;border: 2px solid #FFF;border-radius: 50px;display: flex;justify-content: center;align-items: center;top: -15px;right: 0;position: absolute;cursor:pointer;transform: translate(-100%, -100%);}
@media screen and (min-width:1000px) {
	#desktopBuscar .fechar {transition:background-color .3s ease-in-out, color .3s ease-in-out;}
	#desktopBuscar .fechar:hover {color:#011632;background-color:#FFF;transition:background-color .3s ease-in-out, color .3s ease-in-out;}
}

/************************************************/

.toggleMenu {overflow:hidden;}
.toggleMenu #menuMobile {transform:translateX(0%);transition:all 0.3s ease-out;}
.toggleMenu #mascara {display:block;}
.toggleMenu .mainHeader {z-index:-1;}
#menuMobile {position:fixed;top:0;right:0;bottom:0;width:75%;display:flex;z-index:10002;background-color: #0039cb;flex-direction:column;overflow:scroll;transform:translateX(100%);transition:all 0.3s ease-out;max-width:500px;}
#menuMobile .menuMobileHeader {display:flex;justify-content:space-between;width:100%;padding:25px;position:relative;align-items:center;}
#menuMobile .menuMobileHeader p {font-size:25px;color:#FFF;font-weight:600;font-weight:700;}
#menuMobile .menuMobileHeader span {font-size: 16px;color: #FFF;text-transform:capitalize;display: flex;width: 30px;height: 30px;border: 2px solid #FFF;justify-content: center;align-items: center;border-radius: 50px;padding-top: 1px;}
#menuMobile .blocoRedesSociais {display:flex;align-items:center;flex-wrap:wrap;padding: 0 30px;}
#menuMobile .blocoRedesSociais a {display:inline-flex;width: 36px;height: 36px;justify-content: center;align-items: center;background-color: #FFF;border-radius:50px}
#menuMobile .blocoRedesSociais svg {height: 20px;}
#menuMobile .blocoRedesSociais svg path,
#menuMobile .blocoRedesSociais svg rect,
#menuMobile .blocoRedesSociais svg line {transition:all 0.3s ease-out;}
#menuMobile .blocoRedesSociais .svg.spotify svg {height:22px;}
#menuMobile .recebeClone {padding: 10px 30px 30px 30px;}
#menuMobile .recebeClone a {color:#FFF;display:inline-block;font-weight:600;align-self:center;cursor:pointer;display: flex;height: 100%;width: 100%;padding:15px 0;text-decoration:none;font-weight:700;line-height:1.25;}
#menuMobile .recebeClone ul {display:flex;flex-direction:column;}
#menuMobile .recebeClone li {border-top: 1px solid #1435b7;position:relative;}
#menuMobile .recebeClone li:first-of-type {border-top:0;}
#menuMobile .recebeClone li:after {content: '';display: block;width: 26px;height: 16px;background-repeat: no-repeat;background-size: 20px 14px;background-position: center center;position: absolute;top: 50%;right: 0;transform: translateY(-50%);background-image: url(/site/images/svg/arrowRight.svg);}
#menuMobile .recebeClone li[data-order="1"] {order:1;}
#menuMobile .recebeClone li[data-order="2"] {order:2;}
#menuMobile .recebeClone li[data-order="3"] {order:3;}
#menuMobile .recebeClone li[data-order="4"] {order:4;}
#menuMobile .recebeClone li[data-order="5"] {order:5;}
#menuMobile .recebeClone li[data-order="6"] {order:6;}
#menuMobile .recebeClone li[data-order="7"] {order:7;}
#menuMobile .divBotaoOrcamento {padding:0 30px;margin: 25px 0 50px 0;}
#menuMobile .divBotaoOrcamento .botao {max-width:100%;padding: 0 10px;}
#menuMobile .divBotaoOrcamento .botao span {font-size:14px;color: #1d33af;}
#menuMobile .divBotaoOrcamento .botao path {fill:#1d33af;}
@media screen and (max-width:399px) {
	#menuMobile .blocoRedesSociais {justify-content:space-evenly;}
}

/************************************************/

.lazySlick {position:relative !important;}
.lazySlick .blankImagem {position:relative !important;z-index:1;width:100%;display:flex;}
.lazySlick .lazyImagem {position:absolute !important;z-index:2;top:0;right:0;bottom:0;left:0;width:100%;display:flex;}

/************************************************/

#mascara {display:none;z-index:9999;position:fixed;background-color:rgba(0,0,0,.8);top:0;right:0;left:0;bottom:0;}

/************************************************/

select, option { -webkit-appearance: none;appearance: none; }
select {background-image:url(../images/svg/selectArrow.svg);background-repeat:no-repeat;background-size:12px 7px;background-position:center right 25px;cursor:pointer;}

/************************************************/

.pattern {background-image:url(../images/backgroundPattern.webp);}

/************************************************/

.botao {font-size:16px;font-weight:700;border-radius:10px;display:flex;justify-content:center;align-items:center;height:50px;width:100%;cursor:pointer;text-decoration:none;padding:0 30px;text-align:center;}
.botao .icoSvg,
.botao .icoSvg svg {width:19px;height:19px;}
.botao .icoSvg {margin-right: 10px;}
@media screen and (max-width:999px){
	.botao {max-width:200px;background-color:#fdc02a ;color:#012fb4 !important;text-align:center;}
}
@media screen and (min-width:1000px){
	.botao {background-color:#fdc02a;color: #012fb4 !important;max-width:220px;transition:background-color .3s ease-in-out !important;}
	.botao:hover {background-color:#f0b729;}
}
	
/************************************************/

.estiloTituloSmall {font-family: var(--font);font-weight:600;color:#e666b5;font-size:9px;display:flex;margin-bottom:22px;text-transform:uppercase;letter-spacing:3px;}
.estiloTitulo {font-family: var(--font);font-weight: 800;font-size:30px;color: #0130b4;line-height:1.15;margin-bottom:27px;}
.estiloTexto {font-family: var(--font);font-weight:400;color:#6d7780;font-size:14px;line-height:2;}

/************************************************/

* {box-sizing:border-box;font-family: var(--font);font-weight:400;outline:none !important;}
.centralizar {display:flex;width:100%;padding:0 var(--sitePadding);margin-left:auto;margin-right:auto;}
@media screen and (max-width:1149px ) {
	body {margin-top:80px;}
}
@media screen and (min-width:800px) and (max-width:999px) {
	main {min-height:700px;}
}
@media screen and (min-width:1000px) {
	main {min-height:500px;}
}
@media screen and (min-width:1400px ) {
	.centralizar {max-width:var(--siteLargura);padding:0;}
}

/************************************************/

.inputChecked {display:flex;flex-direction:column;align-items:flex-start;width:100%;margin:0px auto;}
.inputChecked label {display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;cursor:pointer;}
.inputChecked span {color:#012fb4;padding:0 0 0 15px;margin:0;font-weight:600;text-transform:unset;align-self:center;max-width:calc(100% - 22px);line-height:1;}
.inputChecked a {font-size:14px;color:#012fb4;text-decoration:underline;transition:opacity .3s ease-in-out;}
.inputChecked .checkbox {position:relative;display:flex;justify-content:center;align-items:center;width: 22px;height: 23px;cursor:pointer;align-self:flex-start;}
.inputChecked .checkbox input {cursor:pointer;z-index:-1;}
.inputChecked .checkbox input:checked + .checked {opacity:1;transition:all 0.3s ease-out;}
.inputChecked .checkbox .checked {display:flex;position:absolute;width:14px;height:12px;top:7px;left:4px;opacity:0;transition:all 0.3s ease-out;cursor:pointer;z-index:11;}
.inputChecked .checkbox .checked .icoSvg {display:flex;align-items:center;justify-content:center;}
.inputChecked .checkbox .checked svg {width:100%;height:auto;}
.inputChecked .checkbox .input {display:block;position:absolute;width:24px;height:24px;border: 2px solid #c7c7c7;border-radius:6px;top:1px;left:-1px;right:-1px;bottom:-1px;cursor:pointer;z-index:10;background-color:#FFF;}
@media screen and (min-width:1000px) {
	.inputChecked a:hover {opacity:.75;transition:opacity .3s ease-in-out;}
	.inputChecked .checkbox:hover .checked {opacity:.5;}
}

/************************************************/

.campoInvalido input,
.campoInvalido textarea,
.campoInvalido select {border-color:red !important;color:red !important;}
.campoInvalido .checkbox .input {border-color:red !important;transition:all 0.3s ease-out;}
.campoInvalido *::placeholder {color:red !important}
.campoInvalido .switch {border-color:red;}

/************************************************/

.labelInput.campoComErro {position:relative !important;}
.labelInput.campoComErro:after {content:attr(data-erro);position:absolute;bottom:-1px;left:10px;font-size:12px;transform:translateY(110%);color:red;}
.labelInput.campoComErro input {border-color:red !important;}
.labelInput.campoComErro select {border-color:red !important;}
.labelInput.campoComErro textarea {border-color:red !important;}
.inputChecked .campoComErro .checkbox .input {border-color:red !important;}

/************************************************/

.blocoRedesSociais {display:flex;align-items:center;flex-wrap:wrap;}
.blocoRedesSociais a {text-decoration:none;background-color:#FFF;border-radius: 25px;display:flex;justify-content:center;align-items:center;width:22px;height:22px;margin:0 5px;transition:background-color .3s ease-in-out;}
.blocoRedesSociais svg {width:14px;height:auto;}
.blocoRedesSociais .icoSvg {display:flex;justify-content:center;align-items:center;}
.blocoRedesSociais path,
.blocoRedesSociais rect {fill:#012fb4;transition:fill .3s ease-in-out;}
.blocoRedesSociais .icoSvg.iconesocialspotify svg {width:17px !important;}
.blocoRedesSociais .icoSvg.iconesocialyoutube svg {transform: translateY(1px);}
@media screen and (min-width: 1000px) {
	.blocoRedesSociais a:hover {background-color:#fdc02a;transition:background-color .3s ease-in-out;}
}

/************************************************/

.gmapsResponsive {position:relative;padding-bottom:75%;height:0;overflow:hidden;}
.gmapsResponsive iframe {position:absolute;top:0;left:0;width:100% !important;height:100% !important;}

/************************************************/

p.nenhumArtigoEncontrado {margin-top: 50px;font-size:14px;color:#6d7780;}
@media screen and (max-width: 599px) {
	p.nenhumArtigoEncontrado {width:100%;text-align:center;}
}

/************************************************/

.lds-flex {display:block;text-align:center;margin:75px 0;}
.lds-flex span {display:block;font-size:12px;margin-top:20px;color:#959ca1;font-weight:400;}
.lds-dual-ring {display:inline-block;width:70px;height:70px;}
.lds-dual-ring:after {content:" ";display:block;width:60px;height:60px;border-radius:50%;border:4px solid #0e3272;border-color:#0e3272 transparent #0e3272 transparent;animation:lds-dual-ring 1.2s linear infinite;}
@keyframes lds-dual-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/************************************************/

#paginador {display:flex;align-items:center;justify-content:center;margin-top:75px;}
#paginador a {display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:#011632;font-size:14px;font-weight:700;}
#paginador .icoSvg,
#paginador svg {width:6px;height:12px;}
#paginador polyline {stroke:#011632;transition:all 0.35s ease;}
#paginador span {display:flex;width:50px;height:50px;border-width:2px 2px 2px 0;border-style:solid;border-color:#ccc;}
#paginador span.ativo {background-color:#ccc;}
#paginador span.ativo a {color:#011632;}
#paginador .primeira {display:flex;border-radius:10px 0 0 10px;border-width:2px;width:52px;}
#paginador .primeira .icoSvg {transform:rotate(180deg) translateX(-2px);}
#paginador .ultima {display:flex;border-radius:0 10px 10px 0;}
#paginador .dots, #paginador .dots a {cursor:default;}
@media screen and (min-width: 1000px) {
	#paginador span:hover:not(.desabilitado):not(.ativo):not(.dots) {background-color:rgba(204, 204, 204, .5);}
	#paginador span:hover:not(.desabilitado):not(.ativo):not(.dots) a {color:#011632;}
	#paginador span:hover:not(.desabilitado):not(.ativo):not(.dots) polyline {stroke:#011632;transition:all 0.35s ease;}
	#paginador span.desabilitado {cursor:not-allowed;}
}

/************************************************/

#moduloSlickBanner,
#moduloSlickBanner .slick-dotted.slick-slider {margin-bottom:0px;}
#moduloSlickBanner .slick-arrow-custom:before {content:unset;}
#moduloSlickBanner .slick-arrow-custom {width:40px;height:40px;}
#moduloSlickBanner .slick-arrow-custom .icoSvg {display:flex;width:40px;height:40px;}
#moduloSlickBanner .slick-arrow-custom svg {display:flex;width:40px;height:40px;}
#moduloSlickBanner .slick-arrow-custom svg path {fill:#FFF;}
#moduloSlickBanner .slick-prev {left:var(--sitePadding);transform:translateY(-50%) rotate(180deg);transition:all 0.3s ease-out;}
#moduloSlickBanner .slick-next {right:var(--sitePadding);transform:translateY(-50%);transition:all 0.3s ease-out;}
@media screen and (width:412px) {
	#moduloSlickBanner,
	#moduloSlickBanner .carrousel {min-height:273px;}
}
@media screen and (width:1350px) {
	#moduloSlickBanner,
	#moduloSlickBanner .carrousel {min-height:421.88px;}
}
@media screen and (min-width: 1400px) {
	#moduloSlickBanner .slick-prev {left:calc( ( 100% - var(--siteLargura) ) / 2);transform:translateY(-50%) rotate(180deg);transition:all 0.3s ease-out;}
	#moduloSlickBanner .slick-next {right:calc( ( 100% - var(--siteLargura) ) / 2);transform:translateY(-50%);transition:all 0.3s ease-out;}
}

/************************************************/ 

.carrouselNav .slickNav {display:flex !important;justify-content:space-between;width:84px;}
.carrouselNav .slickNav .slick-arrow {position:unset;width: auto;height: auto;transform: unset;}
.carrouselNav .slickNav .slick-arrow:before {content:unset;}
.carrouselNav .slickNav .slick-arrow-custom .icoSvg,
.carrouselNav .slickNav .slick-arrow-custom .icoSvg svg {display:flex;width:38px;height:38px;}
.carrouselNav .slickNav .slick-arrow-custom.slick-prev .icoSvg {transform: rotate(-180deg);}
.carrouselNav .slickNav .slick-arrow-custom.slick-next .icoSvg {}
.carrouselNav .slickNav .slick-arrow-custom svg path {fill:#bfc7d2;}
@media screen and (max-width:999px) {
	.carrouselNav {display:none;}
}
@media screen and (min-width:1000px) {
	.carrouselNav {display: flex;justify-content: flex-end;height:38px;}
	.carrouselNav .slickNav .slick-arrow-custom {transition:background-color .3s ease-in-out;}
	.carrouselNav .slickNav .slick-arrow-custom:hover path {fill:#011632 !important;transition:fill .3s ease-in-out;}
}

/************************************************/ 

.mainHeader .linha2 {background-color: #0039cb;border-bottom: 2px solid #0039cb;}
.mainHeader .linha2 .centralizar {justify-content:space-between;align-items:center;height: 90px;}
.mainHeader .linha2 .colLogin {display:none;}
.mainHeader .linha2 .col1 .icoSvg,
.mainHeader .linha2 .col1 .icoSvg svg {width: 230px;height: 30px;}
@media screen and (max-width:1149px) {
	.mainHeader {position:fixed;top:0;left:0;right:0;z-index:9999;}
	.mainHeader .linha1 {display:none;}
	.mainHeader .linha2 .col2 {display:none;}
	.mainHeader .linha2 .colMenuMobile {margin-left:20px;}
	.mainHeader .linha2 .colMenuMobile .icoSvg {display:flex;line-height:1;width:26px;height:26px;}
	.mainHeader .linha2 .colMenuMobile svg {width:26px;height:26px;}
	.mainHeader .linha2 .colMenuMobile path {fill:#FFF;}
	.mainHeader .linha2 .colComprar {display:none}
}
@media screen and (min-width:1000px) {
	.mainHeader .linha2 .col1 a {display:flex;width: 230px;height: 30px;}
	.mainHeader .linha2 .colComprar {width:100%;max-width: 290px;}
	.mainHeader .linha2 .colComprar .botao {max-width: 290px;}
	.mainHeader .linha2 .colComprar .botao span {color: #012fb4;}
	.mainHeader .linha2 .colComprar .botao path {fill: #012fb4;}
	.mainHeader .linha2 .linkItem {transition:color .3s ease-in-out;}
	.mainHeader .linha2 .linkItem:hover:not(.linkItemAtivo) {color:#fdc02a;}
}
@media screen and (min-width:1150px) {
	.mainHeader .linha1 {background-color: #01289c;height:40px;}
	.mainHeader .linha1 .centralizar {justify-content:space-between;align-items:center;height:40px;}
	.mainHeader .linha1 .col1 {width:100%;max-width: 25%;display:flex;justify-content:flex-start;align-items:center;align-self:center;}
	.mainHeader .linha1 .col1 div {color:#FFF;text-decoration:none;display:flex;align-items:center;line-height:1;}
	.mainHeader .linha1 .col1 div svg {width:17px;height:17px;}
	.mainHeader .linha1 .col1 div path {fill:#f5ebdf;}
	.mainHeader .linha1 .col1 div span {color:#FFF;font-size: 14px;font-weight:600;display:inline-flex;margin-left:10px;font-family: var(--font);}
	.mainHeader .linha1 .col2 p {font-size: 14px;color:#FFF;font-weight: 500;}
	.mainHeader .linha1 .col2 b {font-weight:800;}
	.mainHeader .linha1 .col2 {width:100%;max-width: 50%;display:flex;justify-content:center;align-items:center;}
	.mainHeader .linha1 .col3 .blocoRedesSociais {margin-left:10px;}
	.mainHeader .linha1 .col3 {width:100%;max-width: 25%;display:flex;justify-content:flex-end;align-items:center;}
	.mainHeader .linha2 .linkItem {font-size: 16px;color:#FFF;font-weight: 700;width:fit-content;height: 90px;display:flex;justify-content:center;align-items:center;padding:0 15px;}
	.mainHeader .linha2 .linkItemAtivo {color:#fdc02a;}
	.mainHeader .linha2 .colMenuMobile {display:none;}
	.mainHeader .linha2 .colAtendimento a:hover path {fill:#FFF;transition:fill .3s ease-in-out;}
}

/************************************************/

#pg404 {padding:50px 0;display:flex;justify-content:center;align-items:center;}
#pg404 p {margin-top:10px;font-size:16px;color:#949494;font-weight:500;line-height:2;}
#pg404 small {font-size:12px;font-weight:500;text-transform:uppercase;margin-bottom:10px;display:block;}
#pg404 h1 {font-size:30px;font-weight:600;}
#pg404 .centralizar {flex-direction:column;flex-direction:column;align-items:center;justify-content:center;text-align:center;}
#pg404 .botoes {width:100%;display:flex;justify-content:center;margin-top:40px;}
#pg404 .botao {border:2px solid #012fb4;}
@media screen and (max-width:999px) {}
@media screen and (min-width:1000px) {
	#pg404 {padding:100px 0;}
	#pg404 .botao {background-color:transparent;color:#012fb4;transition: background-color .3s ease-in-out, color .3s ease-in-out !important;}
	#pg404 .botao:hover {background-color:#012fb4;color:#FFF !important;transition:background-color .3s ease-in-out, color .3s ease-in-out;}
}

/************************************************/

#pgTermos {text-align:center;}
#pgTermos .centralizar {margin-top:105px;justify-content:space-between;flex-direction:column;}
#pgTermos .esquerda {width:100%;}
#pgTermos .esquerda h1 {font-family: var(--font);font-size: 28px;line-height: 1;font-weight: 800;margin-bottom: 23px;color: #012fb4;}
#pgTermos .esquerda p {color:#8e8e8e;line-height:1.6;font-weight: 500;font-size: 16px;}
#pgTermos .esquerda ul {max-width:400px;margin:25px auto 0;width:100%;}
#pgTermos .esquerda li {height: 52px;margin-bottom:15px;max-width:100%;transition:background-color .3s ease-in-out, color .3s ease-in-out;background-color:transparent;border:2px solid #012fb4;border-radius: 50px;padding: 0 10px;color: #012fb4 !important;}
#pgTermos .esquerda li:hover:not(.ativo) {background-color: #012fb4;color: #FFF!important;transition: background-color .3s ease-in-out, color .3s ease-in-out !important;}
#pgTermos .esquerda .ativo {background-color:#012fb4;color:#FFF !important;}
#pgTermos .direita {width:100%;margin-top:30px;padding-top:45px;border-top:2px solid #efefef;margin-bottom:200px;}
#pgTermos .direita > div {display:none;}
#pgTermos .direita .editorReset * {color:#8e8e8e;}
@media screen and (max-width:999px){
	#pgTermos .esquerda li:not(.ativo) {color:#012fb4 !important;}
}
@media screen and (min-width:1000px){
	#pgTermos {text-align:left;}
	#pgTermos .centralizar {flex-direction:row;max-width:1150px;}
	#pgTermos .esquerda ul {max-width:unset;}
	#pgTermos .direita {margin-top:0;border-top:0;padding-top:0;}
}
@media screen and (min-width:1000px) and (max-width:1299px){
	#pgTermos .esquerda {max-width:20.896%;}
	#pgTermos .direita {max-width:71.739%;}
}
@media screen and (min-width:1300px){
	#pgTermos .esquerda {max-width: 20%;}
	#pgTermos .direita {max-width:71.5%;}
}

/************************************************/

.resumoCarrouselAjax .centralizar {flex-direction:column;}
.resumoCarrouselAjax .carrousel {padding-bottom:0;margin-bottom:0;}
.resumoCarrouselAjax .header {width:100%;margin-bottom:54px;}
.resumoCarrouselAjax .header .linha1 .col1 h2 {color:#011632;}
.resumoCarrouselAjax .slick-arrow-custom:before {content:unset;}
.resumoCarrouselAjax .slick-arrow-custom {width:28px !important;height:16px !important;}
.resumoCarrouselAjax .slick-arrow-custom .icoSvg {display:flex;width:28px !important;height:16px !important;}
.resumoCarrouselAjax .slick-arrow-custom svg {display:flex;width:28px !important;height:16px !important;}
.resumoCarrouselAjax .slick-arrow-custom.slick-prev {transform:rotate(180deg) translateY(8px) translateX(8px);}
.resumoCarrouselAjax .slick-arrow-custom svg path {fill:#011632;}
@media screen and (max-width:999px){
	.resumoCarrouselAjax {margin-top:60px;}
	.resumoCarrouselAjax .estiloTituloSmall {margin-bottom:5px !important;}
	.resumoCarrouselAjax .header .linha2 {margin-top:15px;}
	.resumoCarrouselAjax .header .linha2 li {}
	.resumoCarrouselAjax .header .linha2 li span {min-width:150px;background-color:#FFF !important;color:#011632 !important;border-radius:25px !important;border:2px solid #011632 !important;padding:0 30px !important;font-weight:600;}
	.resumoCarrouselAjax .header .linha2 li.ativo span {background-color:#011632 !important;color:#FFF !important;}
	.resumoCarrouselAjax .header .col3 {display:none;}
	.resumoCarrouselAjax .header .linha1 {flex-wrap:nowrap;flex-direction:row;}
	.resumoCarrouselAjax .header .linha1 .col1 {text-align:left;}
	.resumoCarrouselAjax .header .linha1 .col2 {display:flex;margin-left:auto;align-self: flex-end;}
	.resumoCarrouselAjax .header .linha1 .col2 .mobile {display:none;}
	.resumoCarrouselAjax .header .linha1 .col2 a {margin: 0;padding: 0;height: unset !important;background-color: unset !important;color: #011632  !important;border: 0 !important;text-decoration: underline !important;transform: translateY(-5px);}
}
@media screen and (min-width:1000px){
	.resumoCarrouselAjax {margin-top:120px;}
	.resumoCarrouselAjax .header .linha1 .col2 a {font-weight:700;color:#011632 !important;font-size:14px;border-color:#011632 !important;height:52px !important;padding:0 30px;}
	.resumoCarrouselAjax .header .linha1 .col2 a:hover {background-color:#011632 !important;color:#FFF !important;transition:background-color .3s ease-in-out, color .3s ease-in-out;}
	.resumoCarrouselAjax .header .linha1 .col2 .mobile {display:none;}
	.resumoCarrouselAjax .header .linha1 .col3 {margin-right:0 !important;}
	.resumoCarrouselAjax .header .linha1 .col3 .categoriasTipoSelect {font-size:14px;font-weight:400;color: #6d7780;border-width:2px;height: 52px;width:300px;border-color: #6d7780;}
	.resumoCarrouselAjax .header .linha1 .col3 .slickNav {width:75px;margin-left:15px;}
	.resumoCarrouselAjax .slick-arrow-custom:hover path {fill:#00204c !important;transition:fill .3s ease-in-out;}
}

/************************************************/

.resumoCarrouselAjax .carrousel:not(.slick-initialized) {display:flex;width:100% !important;transform:unset !important;}
@media screen and (max-width:599px) {
	.resumoCarrouselAjax .carrousel:not(.slick-initialized) .card {max-width:100% !important;}
	.resumoCarrouselAjax .carrousel:not(.slick-initialized) .card:nth-child(n+2) {display:none !important;}
}
@media screen and (min-width:600px) and (max-width:899px) {
	.resumoCarrouselAjax .slick-initialized[data-total="1"] .slick-track {margin-left:0 !important;transform:unset !important;}
	.resumoCarrouselAjax .carrousel:not(.slick-initialized) .card {max-width:48%;margin-right:4%;}
	.resumoCarrouselAjax .carrousel:not(.slick-initialized) .card:nth-child(2n) {margin-right:0;}
	.resumoCarrouselAjax .carrousel:not(.slick-initialized) .card:nth-child(n+3) {display:none !important;}
}
@media screen and (min-width:900px) and (max-width:999px) {
	.resumoCarrouselAjax .slick-initialized[data-total="1"] .slick-track {margin-left:0 !important;transform:unset !important;}
	.resumoCarrouselAjax .slick-initialized[data-total="2"] .slick-track {margin-left:0 !important;transform:unset !important;}
	.resumoCarrouselAjax .carrousel:not(.slick-initialized) .card {max-width:32%;margin-right:2%;}
	.resumoCarrouselAjax .carrousel:not(.slick-initialized) .card:nth-child(3n) {margin-right:0;}
	.resumoCarrouselAjax .carrousel:not(.slick-initialized) .card:nth-child(n+4) {display:none !important;}
}
@media screen and (min-width:1000px) and (max-width:1365px) {
	.resumoCarrouselAjax .slick-initialized[data-total="1"] .slick-track {margin-left:0 !important;transform:unset !important;}
	.resumoCarrouselAjax .slick-initialized[data-total="2"] .slick-track {margin-left:0 !important;transform:unset !important;}
	.resumoCarrouselAjax .carrousel:not(.slick-initialized) .card {max-width:32%;margin-right:2%;}
	.resumoCarrouselAjax .carrousel:not(.slick-initialized) .card:nth-child(3n) {margin-right:0;}
	.resumoCarrouselAjax .carrousel:not(.slick-initialized) .card:nth-child(n+4) {display:none !important;}
}
@media screen and (min-width:1366px) {
	.resumoCarrouselAjax .slick-initialized[data-total="1"] .slick-track {margin-left:0 !important;transform:unset !important;}
	.resumoCarrouselAjax .slick-initialized[data-total="2"] .slick-track {margin-left:0 !important;transform:unset !important;}
	.resumoCarrouselAjax .slick-initialized[data-total="3"] .slick-track {margin-left:0 !important;transform:unset !important;}
	.resumoCarrouselAjax .carrousel:not(.slick-initialized) .card {max-width:23%;margin-right:1%;}
	.resumoCarrouselAjax .carrousel:not(.slick-initialized) .card:nth-child(4n) {margin-right:0;}
	.resumoCarrouselAjax .carrousel:not(.slick-initialized) .card:nth-child(n+5) {display:none !important;}
}

/************************************************/

.slick-arrow-custom path {transition:fill .3s ease-in-out !important;}
.slick-arrow-custom:hover path {fill:#012033 !important;transition:fill .3s ease-in-out;}


/************************************************/

.myFancyBox .fancybox-thumbs {top: auto;width: auto;bottom: 0;left: 0;right: 0;height: 95px;padding: 10px 10px 5px 10px;box-sizing: border-box;background: rgba(0, 0, 0, 0.3);}
.myFancyBox .fancybox-show-thumbs .fancybox-inner {right: 0;bottom: 95px;}

/************************************************/

footer .divMain {background-color: #012fb4;}
footer .divCopy {background-color: #01289c;}
footer .divCopy .centralizar {}
footer .rodapeCopyright {font-size:12px;font-weight:500;color:#FFF;}
@media screen and (max-width:999px){
	footer .divMain {padding:60px 0;}
	footer .divCopy {padding: 0 0 16px 0;}
	footer .divCopy .centralizar {flex-direction:column;align-items:center;padding:0;}
	footer .divCopy .rodapeCopyright {background-color: #012fb4;padding: 0 30px 16px 30px;text-align: center;}
}
@media screen and (max-width:599px){
	footer .divMain .centralizar {flex-direction:column;}
}
@media screen and (min-width:1000px){
	footer .divMain {padding-top: 75px;padding-bottom:50px;}
	footer.footerTermos .divMain {padding:50px 0 !important;}
	footer .divCopy {padding:10px 0;}
	footer .divCopy .centralizar {justify-content:space-between;align-items:center;}
}

footer .linkVikings {color:#FFF;display:flex;align-items:center;text-transform:uppercase;font-size:9px;text-decoration:none;}
footer .linkVikings .icoSvg,
footer .linkVikings .icoSvg svg {width:18px;height:18px;}
footer .linkVikings .icoSvg {margin:0 5px;}
footer .linkVikings .esq,
footer .linkVikings .dir {display:inline-block;position:relative;padding-bottom:1px;font-family: var(--font);}
footer .linkVikings .esq:before {content:"";display:block;width:0%;height:1px;position:absolute;bottom:0;right:0;background-color:#FFF;transition:all 0.3s ease-out;}
footer .linkVikings .dir:before {content:"";display:block;width:0%;height:1px;position:absolute;bottom:0;left:0;background-color:#FFF;transition:all 0.3s ease-out;}
footer .linkVikings path {fill:#FFF;transition:all 0.3s ease-out;}
@media screen and (max-width:999px){
	footer .linkVikings {margin-top:10px}
}
@media screen and (min-width:1000px){
	footer .linkVikings:hover .esq:before {width:100%;transition:all 0.3s ease-out;background-color:#3bd4ae;}
	footer .linkVikings:hover .dir:before {width:100%;transition:all 0.3s ease-out;background-color:#3bd4ae;}
	footer .linkVikings:hover path {fill:#3bd4ae;transition:all 0.3s ease-out;}
}
footer .divLogo {width:100%;}
footer .divLogo a {display:flex;justify-content:center;}
footer .divLogo a .icoSvg,
footer .divLogo a .icoSvg svg {width: 250px;height: 40px;}
@media screen and (max-width:999px){
	footer .divLogo {text-align:center;margin-bottom:30px}
	footer .divLogo .rodapeTexto {display:none;}
}
@media screen and (min-width:1000px){
	footer .divLogo {width: 23.881%;}
}
footer .divNav {width: 100%;}
footer .divNav ul {width: 100%;display: flex;flex-wrap: wrap;}
footer .divNav ul li {width: 25%;}
footer .divNav .linkItem {font-size:16px;font-weight:700;color:#FFF;padding:8px 0;margin:2px 0;display:inline-block;text-decoration:none;}
@media screen and (max-width:999px){
	footer .divNav {display:none;}
}
@media screen and (min-width:1000px){
	footer .divNav {display:flex;max-width: 45.523%;}
	footer .divNav .linkItem {cursor:pointer;}
	footer .divNav .linkItem:hover {color:#fdc02a;transition:opacity .3s ease-in-out;}
}
footer .divSocial {width:100%;}
footer .divSocial .blocoRedesSociais {align-items:flex-start;padding-top:10px}
footer .divSocial .blocoRedesSociais a {width:28px;height:28px;}
footer .divSocial .blocoRedesSociais .icoSvg,
footer .divSocial .blocoRedesSociais .icoSvg svg {width:18px;height:18px;}
footer .divSocial .blocoRedesSociais .iconesocialyoutube,
footer .divSocial .blocoRedesSociais .iconesocialyoutube svg {height: 13px;}
footer .divSocial .voltarAoTopo {width:50px;height:50px;border:2px solid #FFF;display: flex;justify-content: center;align-items: center;border-radius: 10px;cursor: pointer;transition:background-color .3s ease-in-out;}
footer .divSocial .voltarAoTopo .icoSvg,
footer .divSocial .voltarAoTopo .icoSvg svg {width:14px;height:19px;}
footer .divSocial .voltarAoTopo .icoSvg path {fill:#FFF;transition:fill .3s ease-in-out;}
@media screen and (max-width:999px){
	footer .divSocial .voltarAoTopo {width:fit-content;padding:0 30px;border-color:#edbf3e;background-color:#edbf3e;}
	footer .divSocial .voltarAoTopo .textoMobile {color:#012fb4;font-weight:700;}
	footer .divSocial .voltarAoTopo .icoSvg {margin-left:15px}
	footer .divSocial .voltarAoTopo .icoSvg path {fill:#012fb4}
	footer .divSocial {display:flex;}
}
@media screen and (max-width:599px){
	footer .divSocial {flex-direction:column;align-items:center;}
	footer .divSocial .voltarAoTopo {margin-top:40px}
}
@media screen and (min-width:600px) and (max-width:999px) {
	footer .divSocial {margin-left:auto;justify-content: flex-end;}
}
@media screen and (min-width:1000px){
	footer .divSocial {max-width: 30.596%;display: flex;justify-content: flex-end;}
	footer .divSocial .blocoRedesSociais a:hover {background-color:#fdc02a;}
	footer .divSocial .voltarAoTopo {margin-left:15px;}
	footer .divSocial .voltarAoTopo:hover {background-color:#FFF;}
	footer .divSocial .voltarAoTopo:hover .icoSvg path {fill:#00204c;}
}
@media screen and (min-width:1000px){
	footer .divSocial .voltarAoTopo .textoMobile{display:none;}
}

/************************************************/

.divHeaderConsorcio {background-color:#012fb4;display:flex;justify-content:center;align-items:center;text-align:center;height:36px;border-radius:25px;margin: 0 auto 21px;width:100%;max-width:fit-content;padding:0 30px;}
.divHeaderConsorcio p {color:#FFF;line-height:1;font-size:15px;text-align:center;display:block;}
.divHeaderConsorcio b {font-weight:800;}
.formOrcamento {display: flex;flex-direction: column;width: 100%;background-color: #e5f5ff;padding: 55px;}
.formOrcamento .divForm {}
.formOrcamento .titulo {font-size: 20px;color: #012fb4;font-weight: 500;text-align: center;line-height: 1.1;margin-bottom:25px;}
.formOrcamento .titulo b {font-weight: 800;}
.formOrcamento .titulo br + b {padding-left:5px;}
.formOrcamento .form label {display:flex;width:100%;}
.formOrcamento .form label:nth-child(n+2) {margin-top:16px;}
.formOrcamento .form label .icone {width: 55px;height: 50px;display: flex;justify-content: center;align-items: center;background-color: #012fb4;border-radius:50px 0 0 50px;padding-left:6px;}
.formOrcamento .form label .iconeorcamentonome,
.formOrcamento .form label .iconeorcamentonome svg {width:20px;height:20px;}
.formOrcamento .form label .iconeorcamentotelefone,
.formOrcamento .form label .iconeorcamentotelefone svg {width:17px;height:17px;}
.formOrcamento .form label .iconeorcamentoestado,
.formOrcamento .form label .iconeorcamentoestado svg {width:21px;height:21px;}
.formOrcamento .form label .iconeorcamentocidade,
.formOrcamento .form label .iconeorcamentocidade svg {width:18px;height:21px;}
.formOrcamento .form label .iconeorcamentoenergia,
.formOrcamento .form label .iconeorcamentoenergia svg {width:15px;height:24px;}
.formOrcamento .form label .icoSvg path {fill:#FFF;}
.formOrcamento .form label input,
.formOrcamento .form label select {height: 50px;border-width: 2px 2px 2px 0px;border-style: solid;border-color: #012fb4;flex-grow:1;font-size:14px;font-weight:500;color:#585858;border-radius:0 50px 50px 0;}
.formOrcamento .form label select,
.formOrcamento .form label input {text-indent:16px;}
.formOrcamento .form label input::placeholder {font-size:14px;color:#585858;font-weight:500;font-family: var(--font);}
.formOrcamento .botoes {margin-top: 25px;}
.formOrcamento .botoes .botao {max-width: unset;border: 0;box-shadow: 0px 0px 25px 3px rgba(251,146,6,.5);}
.formOrcamento .textoFim {margin-top: 25px;text-align: center;font-size: 16px;font-weight: 500;color:#012fb4;}
.formOrcamento .textoFim b {font-weight:800;}
.formOrcamento .labelInput.campoComErro .icone {background-color:red;}
.formOrcamento .labelInput.campoComErro:after {left:55px;}
.formOrcamento .loading {display: flex;flex-direction: column;width: 100%;align-items: center;}
.formOrcamento .loading p {margin-top: 20px;font-size: 16px;font-weight: 600;color: #0e3272;}
.formOrcamento .loading .lds-dual-ring {width: 62px;height: 62px;}
.formOrcamento .loading .lds-dual-ring:after {border-width: 6px;width: 50px;height: 50px;}
.formOrcamento .formMensagem .titulo {font-size: 28px;font-weight: 600;}
.formOrcamento .formMensagem .descricao {font-size: 16px;font-weight: 500;color: #949494;line-height: 1.5;text-align: center;}
@media screen and (max-width:999px){
	.formOrcamento .form {max-width:500px;margin-left:auto;margin-right:auto;}
	.divHeaderConsorcio {height:40px;}
}
@media screen and (max-width:375px){
	.formOrcamento {padding: 0px 30px 55px 30px;}
}
@media screen and (min-width:721px){
	.divHeaderMobile {display:none !important;}
}
@media screen and (min-width:1000px){
	.formOrcamento {border-radius: 25px;box-shadow: 4px 4px 15px rgba(0,0,0,.15);}
}

/************************************************/

.sectionBlogInsercao {background-color:#f3b828;border-radius:25px;display: flex;}
.sectionBlogInsercao .divImagem img {width: 100%;max-width: min-content;height: auto;aspect-ratio: auto 362/293;}
.sectionBlogInsercao .divTexto {align-self:center;}
.sectionBlogInsercao .titulo {font-size:28px;font-weight:600;color:#012fb4;}
.sectionBlogInsercao .titulo b {font-weight:800;}
.sectionBlogInsercao a {height: 60px;background-color: #012fb4;color: #FFF !important;font-weight: 800;margin-top: 30px;max-width:360px;}
.sectionBlogInsercao a .icoSvg,
.sectionBlogInsercao a .icoSvg svg {width:24px;height:24px;}
@media screen and (max-width:1099px){
	.sectionBlogInsercao {flex-direction:column;text-align: center;padding:30px 30px 30px 30px;}
}
@media screen and (max-width:699px){
	.sectionBlogInsercao {margin:60px 0 90px 0;}
	.sectionBlogInsercao .divImagem {margin-top:-100px;margin-bottom:30px}
}
@media screen and (min-width:700px) and (max-width:1099px){
	.sectionBlogInsercao {width:100%;max-width:48%;align-self:flex-start;padding:30px 30px 50px 30px;margin-bottom:70px}
	.sectionBlogInsercao .divTexto {margin-top:30px;}
	.sectionBlogInsercao .divImagem img {max-width:65%;}
}
@media screen and (min-width:1100px){
	.sectionBlogInsercao {height: 240px;margin:20px 0 90px 0;padding:0 30px;}
	.sectionBlogInsercao .divImagem {align-self:flex-end;margin-right:30px;}
	.sectionBlogInsercao a:hover {background-color:#012388;color:#FFF !important;}
}

/************************************************/

#formularioPopUp {display:none;}
@media screen and (min-width:1000px){
	
	#formularioPopUp {display:none;max-width:935px;width:100%;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);z-index:10001;}
	#formularioPopUp .divImagem {width:100%;border-radius:25px 0 0 25px;overflow:hidden;}
	#formularioPopUp .divFormulario {width:100%;position:relative;z-index:10002;max-height:600px;}
	#formularioPopUp .formOrcamento {border-radius:0 25px 25px 0;box-shadow:unset;height:100%;justify-content: center;}
	#formularioPopUp .formularioPopUpFechar {position:absolute;top:-40px;right:-40px;cursor:pointer;transition:opacity .3s ease-in-out;}
	#formularioPopUp #formularioPopUpFechar:hover {opacity:.75;}
	
	body.popUpFormulario {overflow:hidden;}
	body.popUpFormulario #mascara {display:block;}
	body.popUpFormulario #formularioPopUp {display:flex;}
	
}

/************************************************/

.grecaptcha-badge { visibility: hidden !important; }
.avisoGoogle {color:#012fb4;font-size:12px;line-height:1.15;margin-top:25px;text-align:center;}
.avisoGoogle a {color:#012fb4;font-size:12px;line-height:1.15;font-weight:700;}
@media screen and (min-width:1000px){
	.avisoGoogle a {transition:opacity .3s ease-in-out;}
	.avisoGoogle a:hover {opacity:.75;}
}