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

.faixa-mov1 {
    height: 70px;
    background-color: #2DA1D7;
}

.faixa-mov1 span {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;

}

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 70px;
  overflow-x: hidden;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.redes {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    list-style: none;
}

.redes a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #2DA1D7;
    color: #1B3D6A;
}

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

.titulo-1 {
    font-family: 'Oxanium';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #1B3D6A;
}

.btn-1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    padding: 15px 35px;
    display: inline-block;
}

.texto-1 {
    font-family: 'Oxanium';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #1B3D6A;
}

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

.big-number {
    background: #1B3D6A;
    border-radius: 20px;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.big-number span {
    font-family: 'Oxanium';
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 68px;
    text-align: center;
    color: #FFFFFF;
	display: block;
}

.big-number small {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    display: block;
}

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

.box-destaque {
    background: #E3EFF4;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
	min-height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.box-destaque h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    color: #1B3D6A;
}

.btn-2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #1B3D6A;
    border: 2px solid #1B3D6A;
    border-radius: 100px;
    padding: 15px 35px;
    display: inline-block;
    background-color: #fff;
}

.btn-3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    border: 2px solid #1B3D6A;
    border-radius: 100px;
    padding: 15px 35px;
    display: inline-block;
    background-color: #1B3D6A;
}

.box-produto {
    display: block;
}

.box-produto img {
    background-color: #F8F8F8;
    height: 320px;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.box-produto h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #1B3D6A;
}

.box-produto span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1B3D6A;
    display: block;
    margin-bottom: 10px;
}

.box-produto b {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #1B3D6A;
}

.box-produto u {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-decoration-line: underline;
	color: #1B3D6A;
}

.box-produto div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.home-4 {
    padding-bottom: 50px;
    padding-top: 50px;
}

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

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

.resumo p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #1B3D6A;
}

.resumo {
    color: #1B3D6A;
}

.destaque-1 {
    font-family: 'Oxanium';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #1B3D6A;
    display: block;
}

.home-6 {
    padding-bottom: 60px;
    padding-top: 60px;
	background-color: #E3EFF4;
}

.box-blog {
    display: block;
}

.box-blog img {
    width: 100%;
    height: 320px;
    border-radius: 20px;
    object-fit: cover;
    margin-bottom: 15px;
}

.box-blog h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #1B3D6A;
}

.box-blog p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1B3D6A;
}

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

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

#footer {
    background-color: #1B3D6A;
    padding-top: 40px;
}

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

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

#footer .menu-item a[aria-current=page] {
    color: #fff;
    text-decoration: underline;
}

.nav-link:focus, .nav-link:hover {
    color: #fff;
    text-decoration: underline;
}

.texto-f {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 0 !important;
    margin: 0 !important;
}

.navbar-brand img {
    height: 60px;
}

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

#header {
    border-top: 10px solid #1B3D6A;
}

#header .nav-link:focus,#header .nav-link:hover {
    color: #1B3D6A;
    text-decoration: underline;
}

#header .navbar-nav .nav-link.active,#header .navbar-nav .nav-link.show {
    color: #1B3D6A;
    text-decoration: underline;
}

.slider-container {
    position: relative;
	margin-bottom: 20px;
}
.slider-controls {
    position: absolute;
    width: 100%;
    z-index: 99;
	margin-top: 90px;
}
.slider-right {
    right: -15px;
    position: absolute;
    bottom: -15px;
	background-color: #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
}
.slider-left {
    left: -15px;
    position: absolute;
    bottom: -15px;
	background-color: #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
}

.slider-left span i, .slider-right span i {
    color: #666666;
}
.zoom-p {
    border-radius: 100%;
    background-color: #fff;
    border: none;
    width: 40px;
    height: 40px;
}

.img-ps{
	height: 380px;
	object-fit: cover;
	border-radius: 40px;
}
.img-tt{
	border-radius: 10px;
    height: 120px;
    object-fit: contain;
	width: 100%;
    max-width: 100%;
}

.hero-produto {
    background-color: #F8F8F8;
    padding-top: 60px;
    padding-bottom: 60px;
}

.tag-destaque {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    background: #2DA1D7;
    border-radius: 20px;
    padding: 5px 20px;
    display: inline-block;
    margin-bottom: 20px;
}

.titulo-produto {
    font-family: 'Oxanium';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #1B3D6A;
}

.categoria {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #1B3D6A;
    display: block;
    margin-bottom: 30px;
}

.preco {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #1B3D6A;
    display: block;
    margin-bottom: 10px;
}

.caracteristicas {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #1B3D6A;
	display: block;
}

.dados_valor {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 36px;
	color: #2DA1D7;
	display: block;
}

.dados_legenda {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #1B3D6A;
	display: block;
}

.faixa-produto {
    background-color: #E3EFF4;
    padding-bottom: 15px;
    padding-top: 15px;
}

.faixa-produto h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #1B3D6A;
	margin-bottom: 0px;
}

.produto-detalhes {
    padding-top: 60px;
    padding-bottom: 120px;
}

.subtitulo-produto {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #1B3D6A;
}

.texto-produto p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #1B3D6A;
}

.texto-produto {
    font-family: 'Inter';
    font-size: 18px;
    line-height: 24px;
    color: #1B3D6A;
}

.titulo-produto-2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    color: #1B3D6A;
    padding-bottom: 5px;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 30px;
}

.video_produto iframe {
    margin: auto;
    width: 100%;
}

.video_produto {
    text-align: center;
}

.listagem-produto {
	padding-top: 60px;
	padding-bottom: 60px;
}

.categorias-pai {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    list-style: none;
    padding: 0;
    margin-top: 30px;
	gap: 10px;
}

.categorias-pai > li > a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #1B3D6A;
    border-bottom: 2px solid transparent;
}

.categorias-pai > li.ativo > a {
    border-bottom: 2px solid #2DA1D7;
}

.categorias-filho {
    display: flex;
	justify-content: center;
    flex-direction: row;
    list-style: none;
    padding: 0px;
    gap: 10px;
}

.categorias-filho > li > a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #1B3D6A;
    background: #E3EFF4;
    border-radius: 10px;
    padding: 10px 20px;
}

.categorias-filho > li.ativo > a {
    color: #E3EFF4;
    background: #1B3D6A;
}

.destaque-u {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #1B3D6A;
    border-bottom: 3px solid #2DA1D7;
}

.box-texto-azul {
    background-color: #E3EFF4;
    border-radius: 20px;
    padding: 35px;
}

.video-servico iframe {
    width: 100%;
    height: 580px;
    border-radius: 20px;
}

.formu {
    border: 10px solid #2DA1D7;
    border-radius: 10px;
    padding: 20px;
	margin: 0;
}

.formu label {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #414649;
	display: block;
}

.formu input {
    background: #F5F5F5;
	border: 1px solid #E9E9E9;
	border-radius: 6px;
	padding: 8px;
	display: block;
	width: 100%;
	height: 50px;
}

.formu textarea {
    background: #F5F5F5;
	border: 1px solid #E9E9E9;
	border-radius: 6px;
	padding: 8px;
	display: block;
	width: 100%;
	height: 100px;
}

.data-blog {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #1B3D6A;
	display: block;
}

@media (max-width: 767px) {
	
	
.box-destaque {
	min-height: 250px;
}
	
.categorias-pai, .categorias-filho {
    justify-content: start;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
	padding-top: 10px;
}
	
.categorias-filho > li > a {
    white-space: nowrap;
}
	
.titulo-produto {
    font-size: 25px;
    line-height: 32px;
}
	
.preco {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 30px;
}	
	
.img-ps {
    height: 100%;
}
.img-fluid.img-ps {
    height: 250px;
}
	
.img-tt {
    border-radius: 10px;
    height: 90px;
    object-fit: contain;
    width: 100%;
    max-width: 100%;
}
	
.slider-controls {
    margin-top: 60px;
}
	
.titulo-1 {
    font-size: 30px;
    line-height: 38px;
}
	
.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}	
	
#navbar {
    padding: 20px;
}
	
.principal li a {
    text-align: center;
}
	
.box-destaque h3 {
    font-size: 23px;
    line-height: 32px;
    text-align: center;
}	
	
	
	
}


