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


.owl-banner .item {
    height: 510px;
    object-fit: cover;
    border-radius: 20px;
    padding: 50px;
    background-position: center;
    background-repeat: no-repeat;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.owl-banner .item::before {
    background: rgba(0, 0, 0, 0.4);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
	z-index: 1;
}

.owl-banner.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #D5D5D5;
    border-radius: 50%;
}
.owl-banner.owl-theme .owl-dots .owl-dot.active span, .owl-banner.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.owl-banner.owl-theme .owl-nav [class*=owl-] {
    font-size: 35px;
    background: transparent;
    opacity: 0.5;
}
.owl-banner.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #07A2D1;
}

.owl-banner .owl-dots {
    bottom: 10px;
}

.owl-banner button.owl-next, .owl-banner button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.owl-banner button.owl-prev {
    left: 0px;
}

.owl-banner button.owl-next {
    right: 0px;
}

.titulo-1 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 128px;
    line-height: 100%;
    color: #FFFDF7;
}

.texto-1 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
	width: 50%;
    color: #FFFDF7;
}

.titulo-2 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 52px;
    color: #2161A2;
}

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

.texto-3 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #3F4348;
}

.flutua_b1 {
    max-width: 100px;
    margin-left: -100px;
    opacity: 0.7;
}

.flutua_b2 {
    width: 100%;
    left: 0;
    top: -25px;
    height: 200px;
    opacity: 0.4;
    position: absolute;
}

.bignumber span {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 77px;
    color: #2161A2;
}

.bignumber p {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #3F4348;
}

.bignumber {
	text-align: center;
}

.tag-1 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #FFFDF7;
    background-color: #2161A2;
    padding: 3px 15px;
    border-radius: 6px;
    display: inline-block;
	width: max-content;
}


.tag-2 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #FFFDF7;
    background-color: #07A2D1;
    padding: 3px 15px;
    border-radius: 6px;
    display: inline-block;
	width: max-content;
}

.tag-3 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #2161A2;
    background-color: #FFFDF7;
    padding: 3px 15px;
    border-radius: 6px;
    display: inline-block;
	width: max-content;
}

.tag-4 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #FFFDF7;
    background-color: #E63478;
    padding: 3px 15px;
    border-radius: 6px;
    display: inline-block;
	width: max-content;
}

.btn-1 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2161A2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 45px;
    gap: 10px;
    background: #FFFDF7;
    border-radius: 100px;
	width: max-content;
}

.btn-2 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFDF7;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 45px;
    gap: 10px;
    background: rgba(255, 253, 247, 0.1);
	border: 1px solid #FFFDF7;
	border-radius: 100px;
	width: max-content;
}

.btn-3 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFDF7;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 45px;
    gap: 10px;
    background: #2161A2;
	border-radius: 100px;
	width: max-content;
}

.btn-3b {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 19px;
    color: #FFFDF7;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 45px;
    gap: 10px;
    background: #2161A2;
    border-radius: 100px;
    width: max-content;
}

.btn-1:hover, .btn-2:hover, .btn-3:hover, .btn-3b:hover {
	opacity: 0.7;
}

.owl-lancanovo.owl-theme .owl-nav [class*="owl-"] {
    color: #2161A2;
    font-size: 30px;
    margin: 0px;
    width: 46px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    height: 46px;
    line-height: 15px;
    border-radius: 0;
    border: 1px solid #2161A2;
	border-radius: 100%;
}
.owl-lancanovo button.owl-next,
.owl-lancanovo button.owl-prev {
    position: relative;
    bottom: -10px;
}
.owl-lancanovo button.owl-prev {
    left: -15px;
}
.owl-lancanovo button.owl-next {
    right: 10px;
}
.owl-lancanovo.owl-theme .owl-nav {
    display: flex !important;
    justify-content: end;
    margin-bottom: -60px;
}

.card_produto {
    height: 400px;
	width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    position: relative;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
}
.card_produto::before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	border-radius: 20px;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
	z-index: 1;
    top: 0;
    left: 0;
}

.card_produto div {
	position: relative;
	z-index: 2;
}

.card_produto h3 {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	color: #FFFDF7;
}

.card_produto p {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #FFFDF7;
}

.box-top {
    background: #E4EBF2;
    border-radius: 20px;
    padding: 30px;
}

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

.home-5 {
    background-color: #afcff0;
    padding-bottom: 60px;
    padding-top: 60px;
}


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

.vantagens_lista span {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #2161A2;
    background: #E4EBF2;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
	flex-shrink: 0;
}

.vantagens_lista li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
}

.vantagens_lista li p {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #3F4348;
	margin-bottom: 0px;
}

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


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

#footer {
    padding-top: 50px;
	padding-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer-t {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFDF7;
    display: block;
}

.footer-p {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFDF7;
    margin-bottom: 0px;
    margin-top: 0px;
}

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


.footmenu li a {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFDF7;
    margin-bottom: 0px;
    margin-top: 0px;
}

.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: #FFFDF7;
    color: #2161A2;
}

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

.principal li a {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #3F4348;
}


.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: 580px;
	object-fit: cover;
	border-radius: 40px;
}
.img-tt{
	border-radius: 10px;
	height: 176px;
    object-fit: cover;
	width: 100%;
    max-width: 100%;
}

.faixa-titulo {
    background-color: #E4EBF2;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 40px;
}

.faixa-titulo h1 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #2161A2;
	margin-bottom: 0px;
}

.label-produto {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #3F4348;
    display: block;
}

.preco {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #2161A2;
}

.preco_detalhe {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #2161A2;
}

.data-produto {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3F4348;
    border: 1px solid #EEEBE1;
    padding: 5px 15px;
    border-radius: 100px;
    display: inline-block;
}

.data-produto i {
    color: #2161A2;
    flex-shrink: 0;
    width: 25px;
}

.texto_produto {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3F4348;
}

.box-incluso {
    background-color: #E4EBF2;
    padding: 30px;
    border-radius: 20px;
    margin: 0;
}

.conteudo-texto h1, .conteudo-texto h2, .conteudo-texto h3, .conteudo-texto h4, .conteudo-texto h5, .conteudo-texto h6 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 52px;
    color: #2161A2;
	margin-bottom: 20px;
	margin-top: 40px;
}

.conteudo-texto {
	font-family: 'Fira Sans';
	color: #3F4348;
}

.conteudo-texto p {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #3F4348;
}



@media (max-width: 767px) {
	
	
.navbar-toggler-icon {
    filter: invert(1);
}
	
.navbar-toggler {
    background-color: #2261a2;
}
	
.navbar-toggler:focus {
    box-shadow: none;
}
	
.owl-banner .item {
    padding: 20px;
}
	
.titulo-1 {
    font-size: 48px;
}	
	
.texto-1 {
    font-size: 18px;
    line-height: 140%;
    width: 100%;
}
	
.btn-1, .btn-2, .btn-3 {
    padding: 8px 15px;
}
	
.titulo-2 {
    font-size: 35px;
    line-height: 42px;
}	

.texto-3 {
    font-size: 16px;
    line-height: 140%;
}
	
.bignumber span {
    font-size: 50px;
}
	
.bignumber p {
    font-size: 15px;
    line-height: 140%;
}	

.box-top {
    padding: 10px;
    margin: 0px;
}
	
.owl-lancanovo button.owl-next, .owl-lancanovo button.owl-prev {
    position: relative;
    bottom: -20px;
}
	
#footer {
    padding-top: 50px;
    padding-bottom: 20px;
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
}
	
.faixa-titulo h1 {
    font-size: 26px;
    line-height: 33px;
}
	
.img-ps {
    height: 380px;
}
	
.box-incluso {
    padding: 15px;
}	
	
.conteudo-texto h1, .conteudo-texto h2, .conteudo-texto h3, .conteudo-texto h4, .conteudo-texto h5, .conteudo-texto h6 {
 font-size: 35px;
 line-height: 42px;
}	
	
	
.btn-3b {
    width: auto;
}	
	
	
	
	
}


