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



.redes {
    display: flex;
    flex-direction: row;
}
.redes a {
    background-color: #fff;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #17203C;
    font-size: 22px;
    margin-right: 10px;
}

.principal-head li a {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}


header {
    background: #17203C;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    height: 90px;
}

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

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

.principal-foot li a, .principal-foot li a:hover {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #454545;
    padding-left: 0;
}


.endereco {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #454545;
}

.ass-f {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #454545;
}

#footer {
    background-color: #E0F1F3;
}

.principal-foot {
    flex-direction: column;
}

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

.titulo-1 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
}

.texto-1 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
}

.btn-1 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    background: #42C4D1;
    border-radius: 8px;
    padding: 15px 45px;
    display: inline-block;
}

.btn-1:hover {
    color: #FFFFFF;
	opacity: 0.7;
}

.owl-catalogo.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}

.owl-catalogo .owl-dots {
    position: relative;
    height: 0;
}
.owl-catalogo .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #C2CFD0;
    border-radius: 50%;
    border: 1px solid #C2CFD0;
}
.owl-catalogo .owl-dots .owl-dot.active span, .owl-catalogo .owl-dots .owl-dot:hover span {
    background: #B1DBDF;
}

.owl-catalogo .owl-dots {
    bottom: -25px;
}

.card-produto img {
    max-width: 100%;
    width: 100%;
    height: 335px;
    object-fit: cover;
    object-position: top center;
	border-radius: 8px;
}

.card-produto h3 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #454545;
}


.titulo-2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #17203C;
}

.btn-2, .btn-2:hover {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    text-decoration-line: underline;
    color: #454545;
}

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

.produtos {
    background-color: #17203C;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 90px;
    padding-top: 90px;
}

.oferecemos {
    background-color: #17203C;
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 90px;
}

.passsos {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #fff;
    text-decoration: underline;
}

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

.texto-i {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.box-contato {
    background: #F2F8F9;
    border-radius: 10px;
    padding: 50px;
}

.formulario label {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    display: block;
    margin-bottom: 5px;
}

.formulario input {
    border: 1px solid #CCDCE1;
    border-radius: 5px;
    height: 50px;
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

.formulario textarea {
    border: 1px solid #CCDCE1;
    border-radius: 5px;
    height: 230px;
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

.formulario button {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    background: #000000;
    border-radius: 5px;
    border: none;
    padding: 10px 45px;
    display: inline-block;
}

.titulo-4 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #454545;
}

.texto-contato {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #454545;
}

.filtro-s {
    background: #FFFFFF;
    box-shadow: 0px 4px 53px -10px rgb(0 0 0 / 20%);
    border-radius: 14px;
    padding: 10px 15px;
}
.filtro-s h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    display: inline-block;
    margin-right: 10px;
}
.filtro-s select {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #6E6E6E;
    border: none;
    margin-right: 10px;
    margin-left: 10px;
}
.filtro-p {
    background: #FFFFFF;
    box-shadow: 0px 4px 53px -10px rgb(0 0 0 / 20%);
    border-radius: 14px;
    position: relative;
    padding: 14px 15px;
}
.filtro-p span {
    position: absolute;
    right: 15px;
    font-size: 25px;
}
.filtro-s {
    background: #FFFFFF;
    box-shadow: 0px 4px 53px -10px rgb(0 0 0 / 20%);
    border-radius: 14px;
    padding: 10px 15px;
}
.filtro-s h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    display: inline-block;
    margin-right: 10px;
}
.filtro-s select {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #6E6E6E;
    border: none;
    margin-right: 10px;
    margin-left: 10px;
}
.filtro-p {
    background: #FFFFFF;
    box-shadow: 0px 4px 53px -10px rgb(0 0 0 / 20%);
    border-radius: 14px;
    position: relative;
    padding: 14px 15px;
}
.filtro-p span {
    position: absolute;
    right: 15px;
    font-size: 25px;
}

.slider-container {
    position: relative;
	margin-bottom: 20px;
}
.slider-controls {
    position: absolute;
    width: 100%;
    z-index: 99;
	margin-top: 40px;
}
.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;
}

.titulo-p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
}

.texto-c {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.compartilhar a {
    background-color: #000;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
}

.compartilhar b {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
	margin-right: 15px;
}

.compartilhar {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
	border-bottom: 2px solid #000000;
}

.nav-tabs .nav-link {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #686868;
	border: none;
	border-bottom: 2px solid #DFDFDF;
}

.nav-tabs {
	border-bottom: 2px solid #DFDFDF;
	margin-bottom: 30px;
}

.descricao-l {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

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

@media (max-width: 767px) {
   

.navbar-toggler {
    background-color: #42c4d1;
}

.principal-head {
	padding-top: 30px;
}
header {
    height: 100%;
}
	
.funciona {
    background-position: right center;
}	
	
.box-contato {
    padding: 30px;
}	
	
	 
}


