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

.hero-home {
    padding-bottom: 120px;
    padding-top: 90px;
}

.titulo-1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 52px;
    color: #515151;
}

.texto-1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #3B3B3B;
}

.titulo-2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 54px;
    color: #515151;
}

.funciona-box {
    border: 1.5px solid #FFBC00;
    padding: 20px;
    position: relative;
    padding-top: 40px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.funciona-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #3B3B3B;
}

.funciona-box span {
    width: 50px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFBC00;
    border-radius: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #515151;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-3 {
    background-color: #3170BA;
    padding-bottom: 50px;
    padding-top: 50px;
}
.vantagem-lista li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #F7F4EB;
}

.titulo-3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 38px;
    color: #F7F4EB;
}

.vantagem-lista {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home-2 {
    padding-bottom: 90px;
}

.home-4 {
    background-color: #EDEBE3;
    padding-bottom: 90px;
    padding-top: 90px;
}

.home-5 {
    background-color: #FFBC00;
    padding-bottom: 80px;
    padding-top: 80px;
}


.historia-lista {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.historia-lista li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #515151;
}

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

.clientes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
	justify-content: center;
}

.clientes img {
    width: 100px;
    height: auto;
    object-fit: contain;
    flex-grow: 0;
    flex-shrink: 0;
}

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

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


.diretoria {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
	justify-content: center;
}

.diretoria a {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
}

.diretoria img {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    object-fit: cover;
    border: 2px solid #3170BA;
}

.diretoria h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #3B3B3B;
    margin-bottom: 0;
}

.diretoria span {
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #3B3B3B;
}

.btn-1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #515151;
    background: #FFBC00;
    border-radius: 6px;
    padding: 10px 25px;
    display: inline-block;
}

.home-9 {
    background-color: #FFBC00;
    padding-bottom: 70px;
    padding-top: 70px;
}

.owl-servicos.owl-theme .owl-nav [class*=owl-] {
    color: #000;
    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 #000;
}
.owl-servicos button.owl-next, .owl-servicos button.owl-prev {
    position: relative;
    bottom: -20px;
}
.owl-servicos button.owl-prev {
    left: -10px;
}
.owl-servicos button.owl-next {
    right: 0;
}
.owl-servicos.owl-theme .owl-nav {
    display: flex !important;
    justify-content: end;
}

.box-depoimento {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 20px;
}

.depo-cab {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}


.depo-cab .capa {
    width: 70px;
	height: 70px;
	border-radius: 100%;
	object-fit: cover;
}

.depo-cab .icone {
    width: 70px;
	height: 70px;
	object-fit: contain;
}

.box-depoimento b  {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #3B3B3B;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.box-depoimento p  {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #3B3B3B;
}

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

.owl-fotos.owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 24px;
    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 #000;
}
.owl-fotos button.owl-next, .owl-fotos button.owl-prev {
    position: relative;
    bottom: -20px;
}
.owl-fotos button.owl-prev {
    left: -10px;
}
.owl-fotos button.owl-next {
    right: 0;
}
.owl-fotos.owl-theme .owl-nav {
    display: flex !important;
    justify-content: end;
}

.owl-fotos img {
    border-radius: 20px;
	height: 310px;
	width: 100%;
	object-fit: cover;
}

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

.card-blog {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
}

.card-blog img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    margin-bottom: 10px;
}

.card-blog span {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #3170BA;
	margin-bottom: 10px;
}

.card-blog h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #3B3B3B;
}

.card-blog p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #3B3B3B;
}

.btn-2 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #3B3B3B;
    border-bottom: 3px solid #3B3B3B;
	display: inline-block;
}

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

.btn-m a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #515151;
    background: #FFBC00;
    border-radius: 6px;
    padding: 10px 25px !important;
    display: inline-block;
}

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

.redes li a {
    color: #EDEBE3;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #3170BA;
    border-radius: 100%;
    font-size: 20px;
}

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

.footmenu {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.foot-t {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #515151;
    display: block;
}

.link-f {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #3B3B3B;
    display: block;
}

.footer-p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #3B3B3B;
}

.formulario input[type='text'], .formulario input[type='email'], .formulario select {
    background: #F7F4EB;
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 8px;
    height: 60px;
    width: 100%;
}

.formulario input[type='checkbox']{
    height: 20px;
    width: 20px;
}

.formulario textarea {
    background: #F7F4EB;
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 8px;
    height: 150px;
    width: 100%;
}

#footer .menu-item a[aria-current=page] {
    color: #515151;
}

@media (max-width: 767px) {
	
.navbar-brand img {
    height: 30px;
}
	
.titulo-1 {
    font-size: 25px;
    line-height: 32px;
}
	
.texto-1 {
    font-size: 18px;
    line-height: 26px;
}	

.hero-home {
    padding-bottom: 120px;
    padding-top: 30px;
}
	
.titulo-2 {
    font-size: 25px;
    line-height: 34px;
}
	
.titulo-3 {
    font-size: 20px;
    line-height: 28px;
}
	
.vantagem-lista li {
    font-size: 16px;
    line-height: 24px;
}	
	
.redes {
	justify-content: center;	
}	
	
	
	
}


