/* 
* Fonts
*/

@font-face {
	font-family: 'Galano Grotesque Medium';
	src: url('fonts/galano/galano_grotesque_medium-webfont.woff2') format('woff2'),
	url('fonts/galano/galano_grotesque_medium-webfont.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Galano Grotesque Bold';
	src: url('fonts/galano/galano_grotesque_bold-webfont.woff2') format('woff2'),
	url('fonts/galano/galano_grotesque_bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Galano Grotesque Heavy';
	src: url('fonts/galano/galano_grotesque_heavy-webfont.woff2') format('woff2'),
	url('fonts/galano/galano_grotesque_heavy-webfont.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Galano Grotesque Light';
	src: url('fonts/galano/galano_grotesque_light-webfont.woff2') format('woff2'),
	url('fonts/galano/galano_grotesque_medium-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Galano Grotesque Black';
	src: url('fonts/galano/galano_grotesque_black-webfont.woff2') format('woff2'),
	url('fonts/galano/galano_grotesque_black-webfont.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/* 
* Side Panel
*/

@media (min-width: 768px) {
	html.side-panel .side-panel-wrapper {
		width: 595px;
		padding: 3.5rem;
	}
	html.side-panel .side-panel-wrapper h2 {
		font-size: 42px;
	}
}

@media (max-width: 767px) {
	html.side-panel .side-panel-wrapper {
		width: 95%;
		padding: 2.5rem;
	}
	html.side-panel .side-panel-wrapper h2 {
		font-size: 32px;
	}
}

html.side-panel .side-panel-wrapper h2 {
	font-family: 'Galano Grotesque Bold';
	color: #00437e;
	letter-spacing: 1px;
}

html.side-panel .side-panel-wrapper p {
	font-family: 'Galano Grotesque Light';
	font-weight: bold;
	color: #444;
}

/* 
* Header
*/

#header .header-body {
	background: #034f95;
}


#header .btn-gradient:not(.btn-outline) {
	font-family: 'Galano Grotesque Bold';
	color: #fff;
	background: #f7ae2a !important;
	border: 1px solid #f7ae2a;
	letter-spacing: 1px;
	transition: all 0.2s ease-in-out;
}

#header .btn-gradient:not(.btn-outline).active,
#header .btn-gradient:not(.btn-outline):active,
#header .btn-gradient:not(.btn-outline):hover, 
#header .btn-gradient:not(.btn-outline).hover {
	color: #f7ae2a !important;
	background: transparent !important;
}


@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-text-capitalize nav > ul > li > a {
		text-transform: unset;
	}

	#header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a,
	#header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
		font-family: 'Galano Grotesque Medium';
		font-size: 17px;
		letter-spacing: 0px;
	}

	#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before,
	#header .header-nav.header-nav-line nav > ul li:hover > a:before {
		background: #f7ae2a;
	}
}

/* 
* Footer
*/

#footer {
	background: #034f95 !important;
}

#footer h5 {
	font-family: 'Galano Grotesque Bold';
	font-size: 20px;
	letter-spacing: 1px;
}

#footer a:not(.btn):not(.no-footer-css) {
	color: #fff;
}

#footer .list li a {
	font-family: 'Galano Grotesque Medium';
	font-size: 14px;
	letter-spacing: 0px;
}

#footer .social-icons.social-icons-dark-2 li a {
	font-size: 18px;
	background: transparent;
	transition: all 0.2s ease-in-out;
}

#footer .social-icons li:hover.social-icons-facebook a,
#footer .social-icons li:hover.social-icons-instagram a,
#footer .social-icons li:hover.social-icons-youtube a {
	background: #f8bf3f !important;
}

#footer .social-icons li:hover.social-icons-facebook a i,
#footer .social-icons li:hover.social-icons-instagram a i,
#footer .social-icons li:hover.social-icons-youtube a i {
	color: #024786 !important;
}

#footer .footer-copyright {
	background: #024786 !important;
}

#footer .footer-copyright p {
	font-family: 'Galano Grotesque Medium';
	font-size: 14px;
	letter-spacing: 0px;
}

#footer .footer-copyright p span {
	font-family: 'Galano Grotesque Bold';
	letter-spacing: 1px;
}

#footer .bg-dark p {
	font-family: 'Galano Grotesque Medium';
	font-size: 14px;
	letter-spacing: 1px;
}

html .scroll-to-top:hover {
	color: #f8bf3f;
}

/* 
* Main Carousel - all pages
*/

.owl-theme .owl-nav.disabled+.owl-dots {
	position: absolute;
	bottom: 10%;
	width: 100%;
}

.owl-carousel.dots-morphing .owl-dots .owl-dot.active span,
.owl-carousel.dots-morphing .owl-dots .owl-dot:hover span {
	width: 80px;
}

.owl-carousel.dots-morphing .owl-dots .owl-dot span {
	width: 40px;
	height: 8px;
	border-radius: 0;
}

.owl-theme .owl-dots .owl-dot span {
	background: rgba(0, 0, 0, .3);
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #034f95;
}

/*
* Home - About 
*/

#about-home h1 {
	font-family: 'Galano Grotesque Heavy';
	font-size: 32px;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #034f95;
}

#about-home .btn-modern {
	color: #fff;
	font-family: 'Galano Grotesque Bold';
	background: #f8bf3f !important;
	border: 1px solid #f8bf3f;
	letter-spacing: 1px;
	transition: all 0.2s ease-in-out;
}

#about-home .btn-modern:active,
#about-home .btn-modern:hover {
	color: #f8bf3f !important;
	background: transparent !important;
}

@media (max-width: 767px) {
	#about-home .custom-header-bar:before {
		height: 78%;
	}
}

@media (min-width: 768px) {
	#about-home .custom-header-bar:before {
		height: 79%;
	}
}

#about-home .custom-header-bar:before {
	width: 105vw;
	margin-top: 12%;
	border-radius: 0;
	background-image: linear-gradient(150deg, #034f95 0%, #034f95 30%, #0476dd 70%, #0476dd 100%);
}

#about-home .custom-header-bar:after {
	content: '';
	position: absolute;
	top: -10px;
	right: 10%;
	width: 40vw;
	height: 20px;
	margin-top: 12%;
	border-radius: 0;
	background-image: linear-gradient(150deg, #fdec6d 0%, #fdec6d 30%, #f59f20 70%, #f59f20 100%);
	z-index: -1;
}

#about-home .about-home-text {
	font-family: 'Galano Grotesque Medium';
	font-size: 16px;
	color: #444;
}

/* 
* Home - Soluções 
*/

.solucoes-section {
	position: relative;
}

.solucoes-section h1 {
	font-family: 'Galano Grotesque Heavy';
	font-size: 54px;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.solucoes-section p {
	font-family: 'Galano Grotesque Medium';
	letter-spacing: 0px;
}

.solucoes-section.bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 421px;
	background: rgb(250,208,81);
	background: linear-gradient(150deg, rgba(250,208,81,1) 0%, rgba(245,160,31,1) 53%, rgba(245,160,31,1) 100%);
	z-index: 0;
}

.solucoes-section .img-thumbnail {
	padding: 0;
	border: 1px solid #d6d6d6;
	border-radius: 0;
}

.solucoes-section .img-thumbnail:hover {
	text-decoration: none;
}

.solucoes-section .img-thumbnail .image-container {
	display: flex;
	height: 230px;
}

.solucoes-section .img-thumbnail .image-container img {
	object-fit: cover;
}

.solucoes-section .solucoes-home-title {
	height: 52px;
	line-height: 25px;
	font-family: 'Galano Grotesque Bold';
	font-size: 18px;
	color: #00437e;
	letter-spacing: 2px;
	overflow: hidden;
}

.solucoes-section .solucoes-home-text {
	display: flex;
	height: 80px;
	font-family: 'Galano Grotesque Light';
	font-size: 14px;
	color: #444;
	overflow: hidden;
}

.solucoes-section .img-thumbnail .zoom {
	bottom: -27px;
	width: 53px;
	height: 53px;
	line-height: 53px;
	background: #034f95;
	transition: all 0.2s ease-in-out;
}

.solucoes-section .img-thumbnail:hover .zoom {
	transform: rotate(180deg);
}

.solucoes-section .img-thumbnail .zoom i {
	top: -3px;
	font-size: 22px;
}

.solucoes-section .btn-success {
	color: #fff;
	font-family: 'Galano Grotesque Bold';
	font-size: 16px;
	background-color: #009948;
	border: 1px solid #009948;
	transition: all 0.2s ease-in-out;
}

.solucoes-section .btn-success:hover,
.solucoes-section .btn-success.hover {
	color: #009948;
	border: 1px solid #009948;
	background-color: transparent;
}

/* 
* Home - Planos
*/

#plans-home.plans-bg-home {
	background: rgb(3,79,149);
	background: linear-gradient(150deg, rgba(3,79,149,1) 0%, rgba(3,79,149,1) 42%, rgba(4,111,208,1) 100%);
}

#plans-home .pricing-table .plan-header {
	background: #023a6c;
}

#plans-home .pricing-table .plan-header h2 {
	font-family: 'Galano Grotesque Bold';
	letter-spacing: 1px;  
}

#plans-home .pricing-table .plan p {
	font-family: 'Galano Grotesque Light';
	font-size: 14px;
	letter-spacing: 1px;
}

#plans-home .plans-home-title {
	font-family: 'Galano Grotesque Heavy';
	font-size: 54px;
	letter-spacing: 1px;
}

#plans-home .plans-home-text {
	font-family: 'Galano Grotesque Medium';
	font-size: 16px;
	letter-spacing: 0px;
}

#plans-home .pricing-table p {
	display: flex;
	align-items: center;
	height: 105px;
	background: #f8ab1a;
}

#plans-home .pricing-table .btn-success {
	font-family: 'Galano Grotesque Bold';
	color: #fff;
	background-color: #009948;
	border: 1px solid #009948;
	transition: all 0.2s ease-in-out;
}

#plans-home .pricing-table .btn-success:hover,
#plans-home .pricing-table .btn-success.hover {

	color: #009948;
	border: 1px solid #009948;
	background-color: transparent;
}

#plans-home .pricing-table .plan-price .price {
	font-family: 'Galano Grotesque Black';
	color: #444;
}

#plans-home .pricing-table .plan-price .price .price-unit {
	padding-top: 8px;
	font-family: 'Galano Grotesque Black';
}

#plans-home .pricing-table .plan-price .price-label {
	font-family: 'Galano Grotesque Medium';
	font-size: 14px;
	font-weight: bold;
	color: #444;
}

#plans-home .pricing-table .plan .plan-features ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 65px;
	font-family: 'Galano Grotesque Light';
	font-size: 13px;
	font-weight: bold;
}

#plans-home .cta-section h2 {
	font-family: 'Galano Grotesque Heavy';
	font-size: 45px !important;
	letter-spacing: 1px;
}

#plans-home .cta-section p {
	font-family: 'Galano Grotesque Medium';
	font-size: 16px;
	letter-spacing: 1px;
}

#plans-home .btn-modern {
	color: #fff;
	background: #f8bf3f !important;
	border: 1px solid #f8bf3f;
	transition: all 0.2s ease-in-out;
}

#plans-home .btn-modern:hover {
	color: #f8bf3f;
	background: transparent !important;
}

/* 
*  Página Sobre Interna
*/

#info-institucional {
	background: rgb(250,208,81);
	background: linear-gradient(150deg, rgba(250,208,81,1) 0%, rgba(245,160,31,1) 53%, rgba(245,160,31,1) 100%);
}

#info-institucional .missao-visao-valores {
	border-top: 7px solid #034f95;
}

#info-institucional .missao-visao-valores h3 {
	font-family: 'Galano Grotesque Bold';
	font-size: 27px;
	color: #00437e;
	letter-spacing: 1px;
}

#info-institucional .missao-visao-valores p {
	font-family: 'Galano Grotesque Light';
	font-weight: bold;
}

#about-inner h1 {
	font-family: 'Galano Grotesque Bold';
	font-size: 42px;
	letter-spacing: 0px;
	color: #004c92;
}

#about-inner .about-inner-text {
	font-family: 'Galano Grotesque Light';
	font-weight: bold;
	font-size: 14px;
}

@media (max-width: 767px) {
	#about-inner .custom-header-bar-interna:before {
		height: 78%;
	}
}

#about-inner .custom-header-bar-interna:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	width: 45vw;
	background-image: linear-gradient(150deg, #0088cc 0%, #0088cc 30%, #0169fe 70%, #0169fe 100%);
	border-radius: 4px;
	box-shadow: 0 0 60px rgb(0 0 0 / 6%)
}

#about-inner .custom-header-bar-interna:before {
	width: 105vw;
	margin-top: 12%;
	border-radius: 0;
	background-image: linear-gradient(150deg, #034f95 0%, #034f95 30%, #0476dd 70%, #0476dd 100%);
}

/* 
* Página Como Funciona
*/

#como-funciona-interna .textos h2 {
	font-family: 'Galano Grotesque Bold';
	font-size: 40px;
	color: #004c92;
	letter-spacing: 0;
}

#como-funciona-interna .textos p {
	font-family: 'Galano Grotesque light';
	font-size: 16px;
	color: #444;
	line-height: 24px;
}

@media (max-width: 991px) {
	/* linha ímpar */
	#como-funciona-interna .como-funciona-item:nth-child(odd) .textos { order: 2; text-align: center; }
	#como-funciona-interna .como-funciona-item:nth-child(odd) .img-destaque { order: 1; }

	/* linha par */
	#como-funciona-interna .como-funciona-item:nth-child(even) .textos { order: 2; text-align: center; }
	#como-funciona-interna .como-funciona-item:nth-child(even) .img-destaque { order: 1; }
}

@media (min-width: 992px) {
	/* linha ímpar */
	#como-funciona-interna .como-funciona-item:nth-child(odd) .textos { order: 1; text-align: right; }
	#como-funciona-interna .como-funciona-item:nth-child(odd) .img-destaque { order: 2; }

	/* linha par */
	#como-funciona-interna .como-funciona-item:nth-child(even) .textos { order: 2; }
	#como-funciona-interna .como-funciona-item:nth-child(even) .img-destaque { order: 1; }  
}

/* 
* Página Planos/Valores Interna
*/

#plans-home.plans-bg-inner {
	background: #fff;
}

#plans-home.plans-bg-inner2 {
	background: rgb(3,79,149);
	background: linear-gradient(150deg, rgb(108, 122, 136) 0%, rgba(3,79,149,1) 42%, rgba(4,111,208,1) 100%);
}

#plans-home .plans-inner-title {
	font-family: 'Galano Grotesque Heavy';
	font-size: 54px;
	color: #034f95;
	letter-spacing: 1px;
}

#plans-home .plans-inner-text {
	font-family: 'Galano Grotesque Medium';
	font-size: 16px;
	color: #444;
	letter-spacing: 0px;
}

#plans-home .cta-section-inner h2 {
	font-family: 'Galano Grotesque Heavy';
	font-size: 45px !important;
	color: #034f95;
	letter-spacing: 1px;
}

#plans-home .cta-section-inner p {
	font-family: 'Galano Grotesque Medium';
	font-size: 16px;
	color: #444;
	letter-spacing: 1px;
}

/*
* Blog 
*/

.bg-blog {
	background: #e8e8e8;
}

.solucoes-section.bg-blog .blog-title {
	color: #024e94;
}

.solucoes-section.bg-blog .blog-text {
	color: #444;
}

.solucoes-section .blog-date {
	font-family: 'Galano Grotesque Bold';
	color: #444;
}

html .solucoes-section .border-color-tertiary {
	font-family: 'Galano Grotesque Light';
	font-weight: bold;
	border-color: #034f95 !important;
}

#inner-blog .blog-title {
	font-family: 'Galano Grotesque Bold' !important;
	font-size: 40px !important;
	color: #004c92 !important;
	letter-spacing: 0 !important;
}

#inner-blog .blog-image {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 350px;
}

#inner-blog .blog-image-gallery {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 150px;
}

#inner-blog .embed-responsive iframe {
	width: 100% !important;
	height: 450px !important;
}

#inner-blog .btn-back-to-list .btn {
	font-family: 'Galano Grotesque Bold';
	color: #fff;
	background: #f7ae2a !important;
	border: 1px solid #f7ae2a;
	letter-spacing: 1px;
	transition: all 0.2s ease-in-out;
}

#inner-blog .btn-back-to-list .btn:hover {
	background: #fff !important;
	color: #f7ae2a !important;
}

/*
* Formulário
*/

.btn-submit {
	font-size: 14px !important;
	border-top-left-radius: 50px !important;
	border-bottom-left-radius: 50px !important;
	border-top-right-radius: 50px !important;
	border-bottom-right-radius: 50px !important;
	background-color: #f7ae2a !important;
	border-color: #f7ae2a !important;
	color: #fff !important;
	transition: ease-in-out .3s !important;
	text-align: center !important;
	width: 100% !important;
	padding: 8px !important;
}

.btn-submit:hover, .btn-submit.hover {
	background-color: #fff !important;
	border-color: #f7ae2a !important;
	color: #f7ae2a !important;
}

.dialog-termo .mfp-close {
	right: 40px;
	top: 38px;
}

/*
* Swal
*/

.swal2-container {
	padding: 0px !important;
}

.swal2-popup {
	border-radius: 0px !important;
	padding: 30px 50px 50px 50px !important;
	width: 100% !important;
}

.swal2-actions {
	max-width: 425px;
}

div#swal2-content {
	font-size: 20px;
	line-height: 20px;
	color: #454A60;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
	background: initial !important;
	background-color: #f7ae2a !important;
	color: #FFF !important;
	border: 1px solid #f7ae2a !important;
	border-radius: 25px !important;
}
.swal2-styled.swal2-confirm:hover,
.swal2-styled.swal2-cancel:hover {
	border: 1px solid #ea5a33 !important;
	background: #0000 !important;
	color: #ea5a33 !important;
}

.swal2-styled.swal2-confirm i,
.swal2-styled.swal2-cancel i {
	color: #fefffe !important;
	margin-left: 6px;
	top: 1px;
	position: relative;
}

.swal2-styled.swal2-confirm:hover i,
.swal2-styled.swal2-cancel:hover i {
	color: #454A5F !important;
}

.swal2-container.swal2-backdrop-show {
	background: rgba(0, 0, 0, 0.72);
	z-index: 99999;
}

.swal2-icon.swal2-error {
	border-color: #ea5a33;
	color: #ea5a33;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	background-color: #ea5a33;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	background-color: #ea5a33;
}

.swal2-title {
	display: none !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
	border: .25em solid #ea5a33;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
	background-color: #ea5a33;
}

.swal2-styled:focus {
	outline: 0;
	box-shadow: none;
}

.swal2-icon {
	width: 3em;
	height: 3em;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
	top: 1.9em;
	left: .475em;
	width: 1.2em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
	top: 1.6em;
	right: 2em;
	width: 1.9375em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

div#swal2-content i {
	font-size: 52px;
	margin: 15px;
	color: #f7ae2a;
}

/*
* Termo
*/

.dialog.dialog-lg {
	max-width: 900px;
	max-height: 450px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 40px;
}

.dialog.dialog-lg::-webkit-scrollbar {
	width: 1em;
}

.dialog.dialog-lg::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.dialog.dialog-lg::-webkit-scrollbar-thumb {
	background-color: #f7ae2a;
	outline: 1px solid #f7ae2a;
}

/*
* Scroll bar
*/

body::-webkit-scrollbar {
	width: 1em;
}

body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
	background-color: #f7ae2a;
	outline: 1px solid #f7ae2a;
}

/*
* Whats App
*/

a.btn-whatsapp {
	position: fixed;
	left: 5%;
	background-color: #1ebea5;
	display: inline-block;
	padding: 0px;
	border-radius: 5px;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	line-height: 21px;
	height: 80px;
	width: 80px;
	color: #fff !important;
	text-transform: uppercase;
	z-index: 9999;
	font-size: 38px;
	bottom: 5%;
	border-radius: 50%;
	animation: pulse 2s infinite;
	display: flex;
	justify-content: center;
	text-decoration: none;
	align-items: center;
}

a.btn-whatsapp:hover {
	background-color: #fff;
	color: #1ebea5 !important;
	border: 2px solid #1ebea5;
}

a.btn-whatsapp svg {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
	padding: 5px;
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(7,219,215, 0.8);
		box-shadow: 0 0 0 0 rgba(7,219,215, 0.8);
	}
	70% {
		-moz-box-shadow: 0 0 0 20px rgba(7,219,215, 0);
		box-shadow: 0 0 0 20px rgba(7,219,215, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(7,219,215, 0);
		box-shadow: 0 0 0 0 rgba(7,219,215, 0);
	}
}

/* 
* FAQ
*/

.toggle.toggle-simple .toggle > label:before,
.toggle.toggle-simple .toggle > .toggle-title:before {
	content: "\f067";
	font-family: 'Font Awesome 5 Pro';
	font-size: 14px;
	left: auto;
	top: calc(50% - 14px);
	right: 20px;
}

.toggle.toggle-simple .toggle > label:after,
.toggle.toggle-simple .toggle > .toggle-title:after {
	top: 12px;
	left: auto !important;
	right: 0 !important;
	width: 54px;
	height: 100%;
	border-radius: 0px;
}

.toggle.toggle-simple .toggle > label,
.toggle.toggle-simple .toggle > .toggle-title {
	padding: 18px 50px 18px 20px;
	font-family: 'Galano Grotesque Bold';
	font-size: 20px;
	letter-spacing: 1px;
	background: #034f95;
}

.toggle.toggle-simple .toggle.active > label,
.toggle.toggle-simple .toggle.active > .toggle-title {
	background: #034f95;
}

.toggle > .toggle-content {
	background: #f8f8f8;
	border: 1px solid #e8e8e8;
}

.toggle > .toggle-content > p {
	font-family: 'Galano Grotesque Light';
	font-weight: bold;
}

html .toggle-primary.toggle-simple .toggle > label:after,
html .toggle-primary.toggle-simple .toggle > .toggle-title:after {
	background: rgb(253,234,107);
	background: linear-gradient(150deg, rgba(253,234,107,1) 0%, rgba(246,167,40,1) 67%, rgba(245,160,31,1) 100%);
}

/* 
* Contato
*/

html #form-contato .btn-primary {
	color: #fff;
	background-color: #034f95;
	border-color: #034f95;
	transition: all 0.2s ease-in-out;
}

html .btn-primary:hover, html .btn-primary.hover {
	color: #034f95 !important;
	background-color: transparent !important;
	border: 1px solid #034f95 !important;
}

html body .btn.focus,
html body .btn:focus,
html body .btn.active,
html body .btn:active,
html body.body .btn.focus,
html body.body .btn:focus,
html body.body .btn.active,
html body.body .btn:active {
	background-color: transparent;
	border-color: #034f95;
	color: #fff;
}

#form-contato .form-control {
	font-family: 'Galano Grotesque Light';
	font-weight: bold;
	color: #444;
	border: 1px solid #c8c8c8;
	letter-spacing: 0px;
}

/*
* Cookies
*/

.container-cookie {
	display: none;
	justify-content: center !important;
	align-items: center !important;
}

.row-cookie {
	position: fixed !important;
	bottom: 10px !important;
	background: #fff !important;
	justify-content: center !important;
	align-items: center !important;
	max-width: 1024px !important;
	border: 5px solid #034f95 !important;
	z-index: 9999999 !important;
}

.row-cookie {
	padding: 20px !important;
}

.row-cookie.desktop .col-cookie p {
	margin-bottom: 0 !important;
	line-height: 16px !important;
	color: #034f95 !important;
}

.row-cookie.desktop .col-cookie a {
	color: #034f95 !important;
}

.btn-cookie {
	font-size: 14px !important;
	border-top-left-radius: 50px !important;
	border-bottom-left-radius: 50px !important;
	border-top-right-radius: 50px !important;
	border-bottom-right-radius: 50px !important;
	background-color: #f8bf3f !important;
	border-color: #f8bf3f !important;
	color: #fff !important;
	transition: ease-in-out .3s !important;
	text-align: center !important;
	width: 100% !important;
	padding: 8px !important;
}

.btn-cookie:hover, .btn-cookie.hover {
	background-color: #fff !important;
	border-color: #f8bf3f !important;
	color: #f8bf3f !important;
}

/*
* Paginação
*/

.pagination {
	position: relative;
	z-index: 1;
	margin-bottom: 0 !important;
	justify-content: center !important;
	align-items: center !important;
}

.page-link {
	position: relative;
	display: block;
	padding: 0;
	line-height: 38px;
	background-color: #fff;
	border: 1px solid #f7ae2a;
	width: 38px;
	height: 38px;
}

.page-link:hover {
	text-transform: none !important;
	text-decoration: none !important;
	z-index: 2 important !important;
	color: #fff !important;
	background-color: #034f95 !important;
	border-color: #f7ae2a !important;
}

.pagination > a, .pagination > a:hover, 
.pagination > a:focus, 
.pagination > li > a, 
.pagination > li > span, 
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus {
	color: #f7ae2a;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus, 
.pagination .page-item.active .page-link {
	background-color: #f7ae2a !important;
	border-color: #f7ae2a;
}

.pagination-btns .btn {
	font-family: 'Galano Grotesque Bold';
	color: #fff;
	background: #f7ae2a !important;
	border: 1px solid #f7ae2a;
	letter-spacing: 1px;
	transition: all 0.2s ease-in-out;
}

/*
* New menu overlay 2
*/

.menu-overlay-with-animation-2 ::after, 
.menu-overlay-with-animation-2 ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-overlay-with-animation-2 ::after, 
.menu-overlay-with-animation-2 ::before {
	content: '';
}

.cd-logo, .cd-nav-trigger {
	position: relative;
	display: inline-block;
}

.cd-logo {
	top: 28px;
	left: 5%;

}
.cd-logo img {
	display: block;
}

.sticky-header-active .cd-nav-trigger {
	height: 71px;
	width: 71px;
}

.cd-nav-trigger {
	top: 0;
	right: 0;
	height: 14px;
	width: 70px;
	z-index: 5;
	text-indent: 100%;
	white-space: nowrap;
	transition: 0.3s;
	cursor: pointer;
}

.cd-nav-trigger .cd-icon {
	position: absolute;
	left: 50%;
	top: 56%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: inline-block;
	width: 18px;
	height: 3px;
	background-color: #f7ad2a;
	z-index: 10;
	width: 35px;
}

.cd-nav-trigger .cd-icon::before, 
.cd-nav-trigger .cd-icon:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #f7ad2a;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s;
}

.cd-nav-trigger .cd-icon::before {
	-webkit-transform: translateY(-6px) rotate(0deg);
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-o-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
	width: 35px;
	left: 0;
	top: -3px;
}

.cd-nav-trigger .cd-icon::after {
	-webkit-transform: translateY(6px) rotate(0deg);
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-o-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
	width: 35px;
	left: 0;
	top: 3px;
}

.cd-nav-trigger::before, 
.cd-nav-trigger::after {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0%;
	height: 100%;
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
}

.cd-nav-trigger::before {
	background-color: #0000;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.cd-nav-trigger::after {
	background-color: #d0ff0100;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}

.cd-nav-trigger.close-nav::before {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.cd-nav-trigger.close-nav::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.cd-nav-trigger.close-nav .cd-icon {
	background-color: #fff0 !important
}

.cd-nav-trigger.close-nav .cd-icon::before, 
.cd-nav-trigger.close-nav .cd-icon::after {
	background-color: #fff;
}

.cd-nav-trigger.close-nav .cd-icon::before {
	-webkit-transform: translateY(0) rotate(45deg);
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-o-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.cd-nav-trigger.close-nav .cd-icon::after {
	-webkit-transform: translateY(0) rotate(-45deg);
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-o-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
	top: -3px;
	width: 35px;
	left: 0;
}

.cd-primary-nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	z-index: 3;
	background-color: #034f95;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	visibility: hidden;
	list-style: none;
	opacity: 0;
	-webkit-transition: visibility 0s, opacity 0.3s;
	-moz-transition: visibility 0s, opacity 0.3s;
	transition: visibility 0s, opacity 0.3s;
}

.cd-primary-nav li {
	margin: .8em 0;
	text-align: center;
	text-transform: capitalize;
}

.cd-primary-nav a {
	font-size: 20px;
	font-size: 1.25rem;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
	font-family: 'Galano Grotesque Bold';
	font-size: 28px;
	color: #fff !important;
}

.cd-primary-nav a:hover{
	color: #f7ad2a !important;
	text-decoration: none;
}

.no-touch .cd-primary-nav a:hover {
	color: #ffffff;
}

.cd-primary-nav.fade-in {
	visibility: visible;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
	.cd-primary-nav li {
		margin: 2em 0;
	}

	.cd-primary-nav a {
		font-size: 28px;
		font-size: 1.75rem;
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 1170px) {
	.cd-primary-nav li {
		margin: 2.6em 0;
	}

	.cd-primary-nav a {
		font-size: 32px;
		font-size: 2rem;
	}
}

.cd-overlay-nav, .cd-overlay-content {
	position: fixed;
	top: 28px;
	right: 5%;
	height: 4px;
	width: 4px;
	-webkit-transform: translateX(-20px) translateY(20px);
	-moz-transform: translateX(-20px) translateY(20px);
	-ms-transform: translateX(-20px) translateY(20px);
	-o-transform: translateX(-20px) translateY(20px);
	transform: translateX(-20px) translateY(20px);
}

.cd-overlay-nav span, .cd-overlay-content span {
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.cd-overlay-nav.is-hidden, .cd-overlay-content.is-hidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-overlay-nav {
	z-index: 2;
}

.cd-overlay-nav span {
	background-color: #f7ad2a;
}

.cd-overlay-content {
	z-index: 4;
}

.cd-overlay-content span {
	background-color: #f7ad2a;
}

.cd-content {
	padding: 80px 0;
	width: 90%;
	max-width: 768px;
	margin: 0 auto;
	z-index: 1;
}

.cd-content .cd-intro {
	height: 200px;
	padding-top: 4.6em;
}

.cd-content h1 {
	text-align: center;
	font-size: 20px;
	font-size: 1.25rem;
}

.cd-content p {
	line-height: 1.5;
	color: #fff;
}

@media only screen and (min-width: 768px) {
	.cd-content .cd-intro {
		height: 250px;
		padding-top: 6em;
	}

	.cd-content h1 {
		font-size: 28px;
		font-size: 1.75rem;
	}
	
	.cd-content p {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.8;
	}
}