body, html {
    overflow-x: hidden;
}
body {
	font-family: "Inter", sans-serif !important;
	background-color: #fff;
}

.hero-home {
    height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-home::before {
    background: linear-gradient(270.21deg, #00060C 0.18%, rgba(0, 31, 59, 0.2) 99.82%);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1;
	transform: matrix(-1, 0, 0, 1, 0, 0);
}

.arco0 {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}

.titulo-1 {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 64px;
    color: #ECCB7E;
}

.texto-1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #FFF3E2;
}


.btn-1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #272D4A;
    background: #FFF3E2;
    border-radius: 100px;
    padding: 15px 25px;
    display: inline-block;
}

.btn-1:hover {
	opacity: 0.7;
}

.btn-2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF3E2;
    background: transparent;
	border: 1px solid #FFF3E2;
    border-radius: 100px;
    padding: 15px 25px;
    display: inline-block;
}

.btn-2:hover {
	opacity: 0.7;
}

.btn-3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #272D4A;
    background: transparent;
	border: 1px solid #272D4A;
    border-radius: 100px;
    padding: 15px 25px;
    display: inline-block;
}

.btn-3:hover {
	opacity: 0.7;
}


.btn-4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF3E2;
    background: #272D4A;
	border: 1px solid #FFF3E2;
    border-radius: 100px;
    padding: 15px 25px;
    display: inline-block;
}

.btn-4:hover {
	opacity: 0.7;
}


.box1 {
    background: radial-gradient(50% 50% at 50% 50%, #414170 0%, #272D4A 100%);
    border-radius: 20px;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-top: -50px;
    padding: 50px 0px 50px 0px;
}

.home-3 {
    margin-top: 50px;
    margin-bottom: 50px;
	padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.arco1 {
    position: absolute;
    top: 0px;
    right: 0;
}

.arco2 {
    position: absolute;
    bottom: 0px;
    left: 0;
}

.titulo-2 {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 58px;
    color: #272D4A;
}

.texto-2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #494949;
}

.cardnumber-1 {
    background: linear-gradient(180deg, #43519B 0%, #242947 100%);
    border-radius: 10px;
    width: 100%;
    height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    text-align: center;
    align-items: center;
    padding: 20px;
}

.cardnumber-1 span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    display: block;
}

.cardnumber-1 b {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 100%;
    text-align: center;
    color: #D5B56B;
}

.cardnumber-2 {
    background: linear-gradient(180deg, #D8B562 0%, #866F3C 100%);
    border-radius: 10px;
    width: 100%;
    height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    text-align: center;
    align-items: center;
    padding: 20px;
}

.cardnumber-2 span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    display: block;
}

.cardnumber-2 b {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 100%;
    text-align: center;
    color: #272D4A;
}

.boxicos {
	text-align: center;
}

.boxicos img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin: auto;
    margin-bottom: 15px;
}

.boxicos p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #494949;
}

.box2 {
    background: radial-gradient(50% 50% at 50% 50%, #414170 0%, #272D4A 100%);
    border-radius: 20px;
    position: relative;
    padding: 40px;
	justify-content: center;
}

.arco3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    padding: 0;
    z-index: 1;
}

.box-check {
    display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 15px;
}

.box-check span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFF3E2;
	display: block;
}

.box-check img {
    margin: auto;
}

.home-5 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.home-6 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	padding-top: 80px;
    padding-bottom: 80px;
}

.home-6::before {
    background: linear-gradient(270.21deg, rgba(33, 36, 62, 0.5) 0.18%, #21243E 99.82%);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1;
	transform: matrix(-1, 0, 0, 1, 0, 0);
}

.arco4 {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
}

.home-7 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.box-ico {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}

.head-bi {
    background: radial-gradient(50% 50% at 50% 50%, #414170 0%, #272D4A 100%);
    border-radius: 20px 20px 0px 0px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.head-bi img {
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 100%;
    object-fit: contain;
    padding: 20px;
    border: 8px solid #272D4A;
    margin-bottom: 10px;
    margin-top: -50px;
}

.head-bi h3 {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    color: #FFD59D;
}

.cont-bi {
    padding: 20px;
	height: 250px;
}

.cont-bi p {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #494949;
}

.home-8 {
    background-color: #646469;
    padding-bottom: 60px;
    padding-top: 60px;
}

.box-serv img {
    height: 160px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.box-serv h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFF3E2;
}

.box-serv p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFF3E2;
}

.home-9 {
    background: radial-gradient(50% 50% at 50% 50%, #414170 0%, #272D4A 100%);
    position: relative;
    padding-bottom: 60px;
    padding-top: 60px;
}

.arco6 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.destaque_1 {
    background: linear-gradient(180deg, #ECCB7E 0%, #BF8D16 100%);
    border-radius: 10px;
    padding: 10px 20px;
    width: max-content;
}

.destaque_1 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #272D4A;
    margin-bottom: 0;
}

.destaque_1 p b {
    color: #fff;
}

.home-10 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.card-equipe {
    background-color: #272D4A;
    margin: 0;
    border-radius: 10px;
}

.card-equipe img {
    width: 100%;
    height: 410px;
    object-fit: cover;
}

.card-equipe h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FFF3E2;
	margin-bottom: 0px;
}

.card-equipe span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFF3E2;
    display: block;
    margin-bottom: 10px;
}

.card-equipe p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #FFF3E2;
}

.card-equipe a {
	color: #FFF3E2;
	font-size: 24px;
}

.home-11 {
    background: radial-gradient(50% 50% at 50% 50%, #414170 0%, #272D4A 100%);
    position: relative;
    padding-bottom: 60px;
    padding-top: 60px;
	position: relative;
}

.arco7 {
    position: absolute;
    top: 0;
    left: 0;
}

.arco8 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.lista-1 {
    padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.lista-1 img {
    margin-right: 10px;
}

.lista-1 li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    color: #FFF3E2;
}

.home-12 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.card-blog {
	display: block;
}

.card-blog img {
    height: 180px;
    border: 1px solid #494949;
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.card-blog span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #494949;
    display: block;
    margin-bottom: 5px;
}

.card-blog h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
	color: #494949;
}

.home-13 {
    background: radial-gradient(69.01% 69.01% at 50% 30.99%, #393962 0%, #21243E 100%);
    padding-bottom: 60px;
    padding-top: 60px;
}

.link-1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFF3E2;
    display: block;
}

.formu {
    background: linear-gradient(180deg, #ECCB7E 0%, #BF8D16 100%);
    border-radius: 6px;
    padding: 20px;
}

.formu h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #272D4A;
    margin-bottom: 30px;
}

.formu label {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #272D4A;
    display: block;
}

.formu input, .formu select {
    display: block;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 6px;
    border: none;
    margin-bottom: 15px;
    padding: 8px;
}


.btn-6 {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFF3E2;
    background: radial-gradient(50% 50% at 50% 50%, #414170 0%, #272D4A 100%);
    border-radius: 100px;
    border: none;
    width: 100%;
    padding: 15px 10px;
}

.btn-6:hover {
	opacity: 0.7;
}

#footer {
    background-color: #272D4A;
    padding-bottom: 10px;
    padding-top: 60px;
}

.texto-f {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFF3E2;
}


.footmenu {
    list-style: none;
	margin: 0px;
	padding: 0px;
}

.footmenu li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFF3E2;
}

#footer .nav-link:focus, #footer .nav-link:hover {
    color: #FFF3E2;
}

#header {
    background-color: #FFF3E2;
}

.principal li a {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #494949;
}


.box-disclaimer {
    background: #FFF3E2;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 15px;
    width: 500px;
    position: absolute;
    bottom: 70px;
    left: -90px;
}

.box-disclaimer p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #494949;
}

.card-comp-1 p, .card-comp-2 p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #494949;
}
.card-comp-1 {
    background: linear-gradient(180deg, #FFFFFF 0%, #B3B3B3 100%);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
    border-radius: 20px 50px 20px 20px;
    padding: 30px;
    height: 380px;
}
.card-comp-2 {
    background: linear-gradient(180deg, #ECCB7E 0%, #BF8D16 100%);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
    border-radius: 50px 20px 20px 20px;
    padding: 30px;
    height: 380px;
}

/* Esconde barra superior do Google */
.goog-te-banner-frame.skiptranslate {
	display: none !important;
}

/* Remove deslocamento que o Google adiciona */
body {
	top: 0px !important;
}

/* Esconde tooltip */
.skiptranslate, .goog-tooltip,
.goog-tooltip:hover {
	display: none !important;
}

/* Esconde highlight azul */
.goog-text-highlight {
	background: none !important;
	box-shadow: none !important;
}

.titulo-blog {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    color: #272D4A;
}

.blog-cover {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.data-blog {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #494949;
	display: block;
}

.conteudo-inner {
	font-family: 'Inter';
	color: #494949;
}

.conteudo-inner p, .conteudo-inner li {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #494949;
}

.conteudo-inner a {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #494949;
	text-decoration: underline;
}

.compartilha {
    margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	gap: 10px;
}

.compartilha li a {
    color: #FBF8F0;
    background-color: #1A2846;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 18px;
}

@media (max-width: 767px) {
	
	
.box-disclaimer {
    width: 99%;
    position: relative;
    bottom: 70px;
    left: 0;
}	
	
.principal {
    padding-top: 20px;
}	
	
.titulo-1 {
    font-size: 42px;
    line-height: 48px;
}
	
.texto-1 {
    font-size: 18px;
    line-height: 24px;
}
	
.titulo-2 {
    font-size: 38px;
    line-height: 42px;
}	
	
.boxicos p {
    font-size: 17px;
    line-height: 21px;
}
	
.home-3 {
    padding-bottom: 150px;
}	
	
.box2 {
    padding: 15px;
	padding-bottom: 120px;
}
	
.home-6 {
    padding-bottom: 150px;
}
	
.destaque_1 {
    width: 100%;
}
	
.home-9 {
    padding-bottom: 150px;
}
	
.home-11 {
    padding-bottom: 120px;
    padding-top: 120px;
}
	
.lista-1 li {
    font-size: 18px;
    line-height: 25px;
}
	
.lista-1 {
    gap: 20px;
}	
	
	
	
}


