:root {
	--cor-1: #00224e;
	--cor-2: #00a9d3;
	--cor-3: #348cbc; 
	--cor-4: #003f6c;
	--cor-5: #105689;
	--cor-6: #00639a;
	--cor-7: #f1f2f3;
	--cor-8: #d5e1f0;

	--cor-9: #18baaf;
	--cor-10: #2a44b4;

	--cor-11: #fff;
	--cor-12: #000;

	--cor-13: #383838;

	--font-regular: 'galano_grotesqueregular';
	--font-semibold: 'galano_grotesquesemibold';
	--font-bold: 'galano_grotesquebold';
}

@font-face {
    font-family: 'galano_grotesqueregular';
    src: url('../fonts/galanogrotesqueregular-webfont.woff2') format('woff2'),
         url('../fonts/galanogrotesqueregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'galano_grotesquesemibold';
    src: url('../fonts/galanogrotesquesemibold-webfont.woff2') format('woff2'),
         url('../fonts/galanogrotesquesemibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'galano_grotesquebold';
    src: url('../fonts/galanogrotesquebold-webfont.woff2') format('woff2'),
         url('../fonts/galanogrotesquebold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a {
	color: var(--color-primary);
}

a:hover {
	color: var(--color-primary);
}

body {
	overflow-x: hidden;
	font-family: 'Montserrat';
	overflow-x: hidden;
	font-weight: 500;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.container {
	max-width: 1180px;
}

@media (max-width: 800px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 0px) {

	/* Animations */
	.anime-scroll [data-animate] {
	  opacity: 0;
	  transition: .5s;
	}

	.anime-scroll [data-animate="left"] {
	  transform: translate3d(-50px, 0, 0);
	}

	.anime-scroll [data-animate="right"] {
	  transform: translate3d(50px, 0, 0);
	}

	.anime-scroll [data-animate="top"] {
	  transform: translate3d(0, -50px, 0);
	}

	.anime-scroll [data-animate="bottom"] {
	  transform: translate3d(0, 50px, 0);
	}

	.anime-scroll [data-animate="fade"] {
	  opacity: 0;
	}

	.anime-scroll [data-animate="zoom"] {
	  transform: scale(.6);
	}

	.anime-scroll [data-animate="zoomIn"] {
		transform: scale(1.3);
		opacity: 0;
		transform-origin: top;
		transition: .7s;
	}

	.anime-scroll [data-animate].animate {
	  opacity: 1;
	  transform: translate3d(0px, 0px, 0px) scale(1);
	}

	.anime-scroll [data-delay="1"] {
		transition-delay: .1s;
	}

	.anime-scroll [data-delay="2"] {
		transition-delay: .2s;
	}

	.anime-scroll [data-delay="3"] {
		transition-delay: .3s;
	}

	.anime-scroll [data-delay="4"] {
		transition-delay: .4s;
	}

	.anime-scroll [data-delay="5"] {
		transition-delay: .5s;
	}

}

/* Util */
.util {
	position: relative;
	background: var(--color-teenth);
	color: var(--color-white);
	padding: 5px 0;
	display: none;
}

.util a {
	color: white;
}

.util p {
	/*font-size: 0.87em;*/
	margin-bottom: 0;
}


@media (min-width: 1000px) and (max-width: 1200px) {
	.util p {
    	font-size: 0.77em;
	}
}

/* End util */


/* Header */
.header {
	padding: 0;
}

.header p {
	font-size: .8em;
	padding-top: 7px;
	margin-bottom: 7px;
	color: var(--color-primary);
}

.header__social {
	text-align: right;
}

.header__logo {
	display: block;
	position: relative;
	text-align: center;
}


@media (max-width: 800px) {
	.header__logo  {
		height: auto;
	}
}

/* Navegation */
.navegation {
	position: sticky;
	top: 0;
	z-index: 999;
}

.navbar {
	background: #fff;
}

.navbar .container {
	position: relative;
}

@media (min-width: 1000px) {

	.navegation {
		z-index: 1000;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

	.navbar-brand {
		height: 67px;
		display: flex;
		align-items: center;
		position: relative;
		/*z-index: 1;*/
		top: 19px;
		padding: 0;
		padding-bottom: 5px;
	}

	/*.navbar-brand {
		position: relative;
	}*/

	.navbar-brand:before {
		content: "";
		background: #fff;
		position: absolute;
		top: 0;
		bottom: -21px;
		right: 105px;
		width: 910px;
		z-index: -1;
	}

	.navbar-brand:after {
		content: "";
		position: absolute;
		z-index: -1;
		right: -60px;
		top: 0;
		bottom: -21px;
		background: url(../img/curva-logo.png) no-repeat right bottom;
		width: 177px;
		z-index: -1;
	}
}

.nav-link,
.dropdown-item {
	text-transform: uppercase;
	color: var(--cor-1);
	font-size: 1em;
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
}

.nav-link:hover {
	color: var(--cor-1);
}

.dropdown-toggle:hover {
	cursor: default;
}

.dropdown-toggle:after {
	display: none;
	border: 0;
}

@media (min-width: 1200px) {
	/* .nav-link:hover:before {
		content: "";
		background: var(--cor-2);
		height: 8px;
		top: -13px;
		position: absolute;
		left: 5px;
		right: 5px;
		border-radius: 0 0 5px 5px;
	} */

	.nav-item:hover .dropdown-menu {
		display: block;
		/*margin-top: -4px;*/
	}

	.nav-link.dropdown-toggle:hover:after,
	.nav-link:hover:after,
	.nav-link.current:after {
		display: block;
		content: "";
		background: var(--cor-2);
		height: 8px;
		bottom: -12px;
		position: absolute;
		left: 5px;
		right: 5px;
		border-radius: 5px 5px 0 0;
	}



}

.nav-link.current {
	font-weight: bold;
}



.navbar-toggler {
	background: var(--color-white);
}

@media (min-width: 998px) {
	/*.offcanvas {
		z-index: 1000;
		position: relative;
	}*/

	.navegation-fixed {
		padding: 5px 0;
		background: #fff;
		box-shadow: 0 3px 3px rgba(0,0,0,.2);
	}

	.navegation-fixed .navegation {
		position: relative;
	}

	.navegation-fixed .navbar-nav {
		padding-left: 0 !important;
	}

	.navegation-fixed .offcanvas {
		margin-top: 0;
	}

	.navegation-fixed .nav-link:hover:before,
	.navegation-fixed .nav-link:hover:after,
	.navegation-fixed .nav-link.current:after {
		display: none;
	}
}


@media (max-width: 1150px) {
	.nav-link,
	.dropdown-item {
		font-size: 0.9em;

	}

	.navbar .container:before {
		width: auto;
		left: 120px;
	}
}

@media (max-width: 997px) {
	.nav-link,
	.dropdown-item {
		color: var(--color-black);
		font-size: 1em;
	}

	.nav-link:hover {
		background: none;
		color: var(--color-primary);
	}

	.nav-link.current {
		color: var(--color-primary) !important;
		font-weight: bold;
	}

	/*.navbar .container:before {
		display: none;
	}*/

	/*.navbar-toggler {
		margin-top: 20px;
	}*/

	.navegation-fixed .navbar-toggler {
		margin-top: 0;
	}

	.navegation-fixed .navbar .container:before {
		display: none;
	}

	.navbar-brand img {
		width: 140px;
	}

}


/* End Navegation*/



/* Navegation Fixed */

.navegation-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	display: none;
	opacity: 0;
	transition: all .5s;
}



.navegation-fixed.view {
	opacity: 1;
}

.navegation-fixed .navbar-brand {
	display: none;
}

/*.navegation-fixed  {
	background: #fff;
	padding: 5px 0 !important;
}*/

/*.navegation-fixed .nav-link,
.navegation-fixed .nav-link.current {
	color: var(--color-white) !important;
}*/

@media (min-width: 999px) {
	.navegation-fixed.active {
		display: block;
	}
}

@media (min-width: 1201px) {
	.navegation-fixed .navegation .nav-link,
	.navegation-fixed .navegation .nav-link:hover,
	.navegation-fixed .navegation .nav-link.active {
		color: var(--color-white);
		border: 0;
		fill: var(--color-white);
	}	

	.navegation-fixed .navegation {
		padding: 0 !important;
	}
}


.navegation-fixed .navbar-nav {
	margin-right: auto;
	margin-left: auto;
}

.navegation-fixed .navegation__social,
.navegation-fixed .navegation .navbar-collapse:before,
.navegation-fixed .botao-pedido,
.navegation-fixed .botao-social {
	display: none !important;
}


.navbar-expand-lg .offcanvas{
	z-index: 10000;
}

/*.navegation-fixed .navegation .navbar-collapse {
	top: 53px
}*/

/* End Navegation Fixed */

/* Painel */
.painel {
	background: #edf6fc;
	position: relative;
	margin-bottom: 0 !important;
}

.painel .slick-prev {
	left: 10px;
}

.painel .slick-next {
	right: 10px;
}

.slick-prev:before {
	opacity: 1 !important;
	content: url(../img/prev.png) !important;
}

.slick-next:before {
	opacity: 1 !important;
	content: url(../img/next.png) !important;
}

.painel__item {
	position: relative;
	color: #fff;
}

@media (min-width: 1280px) {
	.painel {
		min-height: 400px;
	}
}


/*@media (min-width: 601px) {
	.painel .active{
	    opacity: 0;
		transform: scale(.7);
	    transition: all .5s;
	}

	.painel .slick-active .active{
		transform: scale(1);
	    opacity: 1;
	} 	
}*/

.painel .slick-dots {
	bottom: -40px;
}

.painel .slick-dots li {
	background: #d2d0d0; 
	border-radius: 50px; 
	border: 2px solid #fff;  
	width: 15px;
	height: 15px;
}
.painel .slick-dots .slick-active {
	background: var(--cor-2);
}

.painel .slick-dots li button {
	text-indent: -9999999px;
}

/* End Painel */


/* Produtos Home */
.carousel-produtos {
	background: linear-gradient(to bottom, var(--cor-6), var(--cor-4));
	color: #fff;
}

.carousel-produtos h2 {
	color: #fff;
	border-bottom: 2px solid var(--cor-2);
}

.carousel-1x3 .slick-prev {
	left: -40px;
}

.carousel-1x3 .slick-next {
	right: -40px;
}

@media (max-width: 1280px) {
	.historia .slick-prev,
	.historia .slick-next,
	.carousel-produtos .slick-prev,
	.carousel-produtos .slick-next,
	.carousel-noticias .slick-prev,
	.carousel-noticias .slick-next,
	.depoimentos .slick-prev,
	.depoimentos .slick-next,
	.parceiros .slick-prev,
	.parceiros .slick-next {
		top: auto;
		bottom: -40px;
	}

	.carousel-1x3 .slick-prev,
	.parceiros .slick-prev,
	.depoimentos .slick-prev {
		left: auto;
		right: 50px;
	}

	.carousel-1x3 .slick-next,
	.parceiros .slick-next ,
	.depoimentos .slick-next {
		right: 0;
	}
}

.carousel-prod-destaque figure {
	position: relative;
	max-width: 362px;
	margin-left: auto;
	margin-right: auto;
}

.carousel-prod-destaque figure:before {
	content: "";
	position: absolute;
	left: -8px;
	top: 0;
	border-radius: 10px;
	width: 100px;
	height: 100px;
	background: #00a4d3;
	z-index: -1;
}

.carousel-prod-destaque figure:after {
	content: "";
	position: absolute;
	right: -8px;
	bottom: 0;
	border-radius: 10px;
	width: 100px;
	height: 100px;
	background: #00a4d3;
	z-index: -1;
}

@media (max-width: 600px) {
	.carousel-prod-destaque figure {
		padding-left: 6px;
		padding-right: 6px;
	}

	.carousel-prod-destaque figure:before {
		left: 0;
	}

	.carousel-prod-destaque figure:after {
		right: 0;
	}
}


/* End Produtos Home */

/* App Grupo */
.app-grupo ul {
	color: var(--cor-2);
}

.app-grupo ul p {
	color: #383838;
}
/* Fim App Grupo */



/* Notícias Home */
.carousel-noticias {
	background: linear-gradient(to bottom, var(--cor-6), var(--cor-4));
}

.carousel-noticias h2 {
	color: #fff;
	border-bottom: 2px solid var(--cor-2);
}

/* End  Notícias Home */


/* Canais Atendimento home */
.canais-atendimento__item {
	border: 1px solid var(--cor-4);
	position: relative;
}

.canais-atendimento__item img {
	position: absolute;
	right: -1px;
	top: -30px;
}

.canais-atendimento__item h3 {
	font-family: 'Roboto Condensed', sans-serif;
	color: var(--cor-4);
	font-weight: 400;
}

.canais-atendimento__item h3 span {
	font-weight: bold;
}

.canais-atendimento__item h4 {
	font-family: 'Roboto Condensed', sans-serif;
	color: var(--cor-6);
	font-weight: 400;
	font-size: 1.4rem;
}

.canais-atendimento__item--ultimo {
	color: var(--cor-6);
}
/* Fim canais atendimento home */


/* Depoimentos Home */
.depoimentos {
	background: linear-gradient(to bottom, var(--cor-6), var(--cor-4));
}

.depoimentos h2 {
	color: #fff;
	border-bottom: 2px solid var(--cor-2);
}

.depoimentos__header {
	/* margin-top: -30px; */
	text-align: center;
}

.depoimentos__header__foto {
	display: block;
	border-radius: 50%;
	padding: 3px;
	background: #fff;
	overflow: hidden;
	max-width: 110px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid var(--cor-2);
}

.depoimentos__header__foto img {
	border-radius: 50%;
}

.depoimentos h3 {
	color: var(--cor-6);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3rem;
}

.depoimentos h4 {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1rem;
}

/* End  Depoimentos Home */


/* Pedido Eletronico Home */
.pedido-eletronico {
	background: url(../img/bg-pedido-eletronico-abs.jpg) no-repeat 50% 0 / cover;
	position: relative;
}

@media (max-width: 768px) {
	.pedido-eletronico .container {
		position: relative;
		z-index: 10;
	}

	.pedido-eletronico:before {
		content: "";
		background: rgba(255,255,255, .8);
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 0;
	}
}
/* Fim Pedido Eletronico Home */

/* Parceiros Home */
.parceiros {
	background: var(--cor-7);
}

.parceiros h2 {
	color: var(--cor-6);
}

.parceiros__item {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
	border-radius: 15px;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	margin: 8px;
}
	.parceiros__item img{
		max-width: 90%;
		max-height: 90%;
	}
/* Fim parceiros  Home */



/* Carousel 1x1  */
.carousel-1x1 .slick-prev {
	left: 0px !important;
}

.carousel-1x1	.slick-next {
	right: 0px !important;
}

/* End Carousel 1x1   */


/* section03  */
.section03 {
	padding: 2.5em 0;
	background: white;
	position: relative;
	text-align: left;
}


.section03 h2 {
	color: var(--color-primary);
}


/*@media (max-width: 1100px) {
	.section03  {
		background: var(--color-third);
		min-height: 0;
	}
}*/

.carousel-1x4 .border {
	transition: all .5s;
}

.carousel-1x4 .border:hover {
	background: var(--color-primary);
}
/* End Generic Area */


/* slick prev next */
.slick-prev,
.slick-next {
	width: 38px !important;
	height: 38px !important;
}

/*.slick-prev {
	left: 10px !important;
}

.slick-next {
	right: 10px !important;
}*/

/*.slick-prev:before {
	opacity: 1 !important;
	content: url(../img/template/prev-2.png) !important;
}

.slick-next:before {
	opacity: 1 !important;
	content: url(../img/template/next-2.png) !important;
}*/

/*@media (min-width: 1000px) {*/

/*}*/

/*@media (max-width: 800px) {
	.slick-prev,
	.slick-next {
		transform: scale(.7);
	}
}*/
/* end slick prev next */


/* Main */
.main {
	color: #383838;
	line-height: 1.25rem;	
	overflow-x: hidden;
}

.main__topic {
	color: #498045;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 1.45rem;
}


/* Theme */
.btn {
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Roboto Condensed', sans-serif;

}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--cor-2);
    --bs-btn-border-color: var(--cor-2);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--cor-3);
    --bs-btn-hover-border-color: var(--cor-3);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--cor-3);
    --bs-btn-active-border-color: var(--cor-3);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--cor-2);
    --bs-btn-disabled-border-color: var(--cor-2);
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--cor-4);
    --bs-btn-border-color: var(--cor-4);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--cor-5);
    --bs-btn-hover-border-color: var(--cor-5);
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--cor-5);
    --bs-btn-active-border-color: var(--cor-5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--cor-4);
    --bs-btn-disabled-border-color: var(--cor-4);
}
/* End Theme */

.line {
	background: var(--color-secondary);
	border-color: var(--color-secondary);
	position: relative;
	top: -1px;
}

/* Footer */
.footer {
	background: var(--cor-4);
	padding: 2em 0 0;
	color: #fff;
	font-size: .9em;
}

.footer h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.4rem;
}

.footer b,
.footer span {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
}

.footer a {
	color: #fff;
}

.footer address {
	font-size: 1em;
}

.footer .media svg {
	fill: #fff;
}

.footer__social {
	text-align: right;
}

.footer hr {
	border-top: 1px solid rgba(255, 255, 255, .6);
	margin-top: 0;
}

.footer__copy {
	padding: 8px 0;
	font-size: 0.75rem;
	color: #fff;

}

.footer__copy__author {
	text-align: right;
}

@media (max-width: 1100px) {
	.footer__social{
		text-align: left;
		margin: 10px 0 0;
	}

	.footer__copy__author {
		margin-top: 10px;
	}
}

@media (max-width: 600px) {
	.footer {
		padding: 1.5em 0 .5em;
	}

	.footer__social {
		margin-bottom: 10px;
	}

	.footer__copy__author {
		margin-top: 10px;
		text-align: right;
	}
}



/* Banner */
/*.banner {
	background-color: #eee;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 0;
	height: 200px;
	margin-bottom: 30px;
}


.banner--01 {
	background-image: url(../img/template/banner-01.jpg);
}

.banner--02 {
	background-image: url(../img/template/banner-02.jpg);
}

.banner--03 {
	background-image: url(../img/template/banner-03.jpg);
}

.banner--04 {
	background-image: url(../img/template/banner-04.jpg);
}

.banner--05 {
	background-image: url(../img/template/banner-05.jpg);
}*/



/* End Banner */

.main__title {
	/*background: url(../img/template/bg-title.png) no-repeat 50% 0 / cover;
	margin-top: 100px;*/
	background: #064a7c url(../img/bg-titulos.jpg) no-repeat 50% 0;
	text-transform: uppercase;
	/*padding: 10em 0 .5em;
	margin-bottom: 20px;*/
	min-height: 233px;
	display: flex;
	align-items: flex-end;
	margin-bottom: 30px;
}

@media (max-width: 1000px) {
	.main__title { 
		background: url(../img/bg-titulos-2.jpg) no-repeat 50% 0;
		min-height: auto;
		padding-top: 2em;
		margin-bottom: 20px;
	}


}

.main__title h1 {
	font-size: 2.125rem;
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
	color: #fff;
	padding-bottom: 7px;
	font-weight: normal;
}

@media (max-width: 1000px) {
	.main__title h1 {
		font-size: 1.6em;
		padding-bottom: 13px;
	}
}

/*.main__title h1:before {
    content: "";
    height: 3px;
    background: var(--color-fiveth);
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 25%;
}*/

/*.main__title h1:before {
	content: "";
	position: absolute;
	bottom: 2px;
	height: 3px;
	background: var(--color-third);
	width: 50%;
}*/

.breadcrumb {
	display: none;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "\00BB"
}

.main__title hr {
	margin-top: 0;
	height: 1px;
	border: 0;
	background: #a7a7a7;
}

@media (max-width: 980px) {
	.banner {
		height: 150px;
	}

}

@media (max-width: 600px) {
	.banner {
		position: relative;
		height: 100px;
	}

}

/* Titulos */
.titulo1 {
	font-family: 'Roboto Condensed', sans-serif;
	color: var(--cor-4);
	font-size: 2.250em;
	line-height: 1.15em;
	position: relative;
	padding-bottom: 8px;
}

.titulo2 {
	font-family: 'Roboto Condensed', sans-serif;
	color: var(--cor-4);
	font-size: 1.625rem;
}

.titulo3 {
	font-family: 'Roboto Condensed', sans-serif;
	color: var(--cor-4);
	font-size: 1.375rem;
}

@media (max-width: 769px) {
	.titulo1 {
		font-size: 1.6em;
	}
}

/* Fim Titulos */


/* Quem Somos */
.historia {
	background: var(--cor-8);	
	position: relative;
}

.abs-valores {
	background: var(--cor-6);
	color: #fff;
	position: relative;
	margin: 0 30px;
	padding: 30px 40px;
	border-radius: 70px 0;
	min-height: 100%;
}

.abs-valores__icone {
	position: absolute;
	left: -80px;
	top: 30px;
}

@media (max-width: 1200px) {
	.abs-valores {
		margin-left: 80px;
	}
}

/* Fim Quem Somos */

/* =================================================================== */

/* Page Documents */
.list01 {
	list-style: none;
	padding: 0 0 0 25px;
}

.list01 li {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	position: relative;
}

.list01 li:before {
	content: "";
	position: absolute;
	left: -18px;
	top: 7px;
	background: var(--color-secondary);
	width: 8px;
	height: 8px;
}


/* End Page Documents */


/* Page Quem Somos */
.area01 {
	padding: 2em 0;
	background: url(../img/template/bg-03.jpg) no-repeat 50% 0;
	background-size: cover;
	min-height: 400px;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;

}

/*.area01 p {
	font-size: 1.375em;
	line-height: 1.4em;
}*/

/*@media (max-width: 768px) {

	.area01 {
		padding: 5em 0 3em;
		line-height: 1.5rem;
		font-size: 0.7em;
	}
}*/

/* End Page Quem Somos */

/* .area-contact */
.area-contact {
	background: url(../img/template/bg-02.jpg) no-repeat 50% 0;
	background-size: cover;
	padding: 3em 0 3em;
	color: var(--color-white);
}


@media (max-width: 800px) {
	.area-contact {
		background: url(../img/template/bg-01-mobile.jpg) no-repeat 50% 0;
		background-size: cover;
		padding: 2em 0;
	}
}
/* end .area-contact */



/* rotate */
.rotate img {
  -webkit-transition: -webkit-transform 1s;
         -moz-transition: -moz-transform 1s;
           -o-transition: -o-transform 1s;
              transition: transform 1s;
      -webkit-transform-style: preserve-3d;
         -moz-transform-style: preserve-3d;
           -o-transform-style: preserve-3d;
              transform-style: preserve-3d;}
.rotate:hover img {
-webkit-transform: rotateY( 180deg );
 -moz-transform: rotateY( 180deg );
   -o-transform: rotateY( 180deg );
      transform: rotateY( 180deg );
}
/* end rotate */


/* Helpers */
.color-secondary {
	fill: var(--color-secondary);
	color: var(--color-secondary);
}

.bg-white {
	background: var(--color-white);
}

.text--secondary {
	color: var(--color-secondary);
}

/* INICIO PAGINAÇÕES */
.page-item.active .page-link {
	background-color: var(--cor-1);
    border-color: var(--cor-1);
    color: white;
}

.page-link {
	color: var(--cor-1);
}

.page-link:hover {
	background-color: var(--cor-4);
	color: white;
	 border-color: var(--cor-4);
}
/* FIM PAGINAÇÕES */

/* Whatsapp */
.wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 0.8s 4s;
          animation: wobble-hor-bottom 0.8s 4s;
}

@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-10px) rotate(-6deg);
            transform: translateX(-10px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(10px) rotate(6deg);
            transform: translateX(10px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-10px) rotate(-3.6deg);
            transform: translateX(-10px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(5px) rotate(2.4deg);
            transform: translateX(5px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-3px) rotate(-1.2deg);
            transform: translateX(-3px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-10px) rotate(-6deg);
            transform: translateX(-10px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(5px) rotate(6deg);
            transform: translateX(5px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-5px) rotate(-3.6deg);
            transform: translateX(-5px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(5px) rotate(2.4deg);
            transform: translateX(5px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-3px) rotate(-1.2deg);
            transform: translateX(-3px) rotate(-1.2deg);
  }
}


.chat {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1000;
}

.chat-whatsapp {
    background: #25d366;
    display: flex;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;

}

.chat-whatsapp img {
    width: 40px;
    height: 40px;
}



.chat-text {
    position: absolute;
    left: -175px;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,.3);
    white-space: nowrap;
    font-size: 14px;
    color: #333;
    padding: 10px;
    border-radius: 10px;
    display: none;
}

.chat-whatsapp:hover .chat-text,
.chat-whatsapp:focus .chat-text {
    display: inline-block;
}

.chat-arrow {
    background: none;
    height: 0;
    width: 0;
    position: absolute;
    right: -10px;
    top: 14px;
    border: 5px solid transparent;
    border-left-color: #fff;
}
/* End Whatsapp */

/* moveUp */

.moveUp {
	position: relative;
	transform: translate3d(0, 0, 0);
	transition: all .5s;
}

.moveUp:hover {
	transform: translate3d(0, -15px, 0);
	filter: brightness(1.1);
}

.wrapCard01:hover  .moveUp:not(:hover) {
	filter: grayscale(1);
}
/* end moveUp */

/* aZoom */
.aZoom {
  transition: all .5s;
}

.aZoom:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 14px rgba(0,0,0,.3);
}
/* end aZoom */

.text--secondary {
	color: var(--color-secondary);
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*post video*/
.app_blog_post_video {
    width: 900px;
    max-width: 100%;
    margin: 30px auto 15px auto;
}

.app_blog_post_video_play {
    width: 900px;
    max-width: 90%;
    margin: 60px auto 0 auto;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-shadow: 1px 1px #000;
}

.app_blog_post_video_play_content {
    background: rgba(0, 0, 0, 0.7);
    display: block;
    padding: 8% 12%;
    margin: auto;
    text-align: center;
}

.app_blog_post_video_play_content_icon {
    font-size: 5em;
}

.app_blog_post_video_play_content img {
    width: 80px;
    margin-bottom: 30px;
}

.app_blog_post_video_play_content p {
    font-size: 0.875em;
    margin-top: 20px;
}

.app_blog_post_video_play_content_btn {
    padding: 10px 20px;
    font-size: 1.2em;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    opacity: 0.9;
    margin-top: 10px;
}

.app_blog_post_video_play_content_btn:hover {
    opacity: 1;
}

.app_blog_post_video_play_content_link {
    font-weight: bold;
    text-decoration: none;
    opacity: 0.9;
}

.app_blog_post_video_play_content_link:hover {
    opacity: 1;
}

.cor1 {
	color: var(--cor-4);
}

.btn-container {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #002868; /* Azul escuro aproximado */
  border-radius: 12px;
  padding: 16px 32px;
  text-decoration: none;
  font-family: 'Arial', sans-serif; /* Substitua pela fonte do projeto se necessário */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease, transform 0.1s ease;
  cursor: pointer;
  max-width: 320px;
}

/* Efeito de Hover e Clique */
.btn-container:hover {
  background-color: #001f52;
}

.btn-container:active {
  transform: scale(0.98);
}

/* Texto Principal */
.btn-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* Linha Divisória */
.btn-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15); /* Linha sutil */
  margin-bottom: 10px;
}

/* Subtexto (Fale conosco) */
.btn-subtitle {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Ícone da Seta (SVG) */
.btn-icon {
  width: 16px;
  height: 16px;
}