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

.owl-banner .item {
    height: 730px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.titulo-1 {
  font-family: 'Nunito';
  font-weight: 700;
  font-size: 54px;
  color: #fff
  /*text-shadow: 
    -1px -1px 0 #FFFFFF,  
     1px -1px 0 #FFFFFF,
    -1px  1px 0 #FFFFFF,
     1px  1px 0 #FFFFFF;
	*/
}

.btn-1 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #212625;
    background: #F3DB3F;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    padding: 10px 25px;
    display: inline-block;
}


.owl-banner.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 30px;
    margin: 0;
    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 #fff;
}

.owl-banner button.owl-next,.owl-banner button.owl-prev {
    position: relative;
    bottom: 55px;
}

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

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

.owl-banner.owl-theme .owl-nav {
    display: flex!important;
    justify-content: end;
    margin-bottom: -60px;
}

.owl-banner .item {
    position: relative;
}

.hero-home {
    height: 730px;
}

.home-2 {
    background-color: #F3DB3F;
    padding-bottom: 60px;
    padding-top: 60px;
}

.pret-1 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 33px;
    color: #212625;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block;
}

.titulo-2 {
	font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 52px;
    color: #212625;
    text-transform: uppercase;
}

.card-servico {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
}

.card-servico img {
    width: 100%;
    height: 230px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 15px;
}

.card-servico h3 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #212625;
    text-transform: uppercase;
    height: 60px;
}

.card-servico p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #212625;
}


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

.texto-1 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #212625;
}

.owl-galeria.owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 30px;
    margin: 0;
    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-galeria button.owl-next,.owl-galeria button.owl-prev {
    position: relative;
    bottom: 115px;
}

.owl-galeria .item {
    height: 500px;
}

.owl-galeria button.owl-prev {
    left: -15px;
}

.owl-galeria button.owl-next {
    right: 10px;
}

.owl-galeria.owl-theme .owl-nav {
    display: flex!important;
    justify-content: end;
    margin-bottom: -60px;
}

.owl-galeria .item img {
    width: 100%;
    height: 370px;
    border-radius: 10px;
    object-fit: cover;
}

.home-4 {
    position: relative;
	overflow: hidden;
}

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

.bio-t h3 b {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 33px;
    color: #39AA7F;
    display: block;
}

.bio-t h3 {
	font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    color: #212625;
}

.bio-t span {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #212625;
}

.bio-t {
    display: flex;
    justify-content: space-between;
}

.caixa-destaque {
    background-color: #F6F5D6;
    padding: 50px 150px;
    text-align: center;
    border-radius: 15px;
}

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

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

.card-check {
    background: #F3DB3F;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px;
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    height: 80px;
    align-items: start;
}

.card-check img {
	flex-shrink: 0;
    flex-grow: 0;
    width: 20px;
}

.card-check span {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #212625;
}

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

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

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

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

.card-blog {
    background: #FFFFFF;
    border: 1px solid #212625;
    border-radius: 10px;
    display: block;
    padding: 10px;
    height: 100%;
}

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

.data-meta {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #212625;
	display: block;
}

.card-blog h3 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #212625;
    display: inline;
}

.card-blog p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #212625;
    margin-top: 15px;
}

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

.btn-2 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #212625;
}

.card-contatos {
    background: #F3DB3F;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    height: 400px;
    padding: 15px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-contatos h3 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #212625;
}

.card-contatos p {
	font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #212625;
}

.card-contatos p b {
    display: block;
    margin-bottom: -10px;
}

.accordion {
    --bs-accordion-bg: transparent;
}

.accordion-header {
    background-color: #F6F5D6;
    border-radius: 10px;
}

.accordion-item {
    border: none !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #F6F5D6;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    font-style: normal;
    font-weight: 400;
	font-size: 20px;
    line-height: 24px;
    color: #212625;
}

.accordion-body {
    background-color: #F6F5D6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-style: normal;
    font-weight: 400;
	font-size: 20px;
    line-height: 24px;
    color: #212625;
}

.accordion-button {
    font-style: normal;
    font-weight: 400;
	font-size: 20px;
    line-height: 24px;
    color: #212625;
}

#footer {
    /*background: linear-gradient(256.44deg, #F3DB3F 61.09%, #FFF184 100.67%);*/
	background-color: #f6f5d6;
    padding-top: 50px;
}

#footer iframe {
    width: 100%;
	height: 230px;
}

.titulo-f {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    color: #212625;
    text-transform: uppercase;
}

.texto-f {
	font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #212625;
}

.texto-f a {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #212625;
	text-decoration: underline;
}

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

.redes li a {
    background-color: #212625;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
	font-size: 20px;
}

#header {
    position: absolute;
    width: 100%;
    z-index: 99;
    padding-top: 50px;
}

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

.principal li a {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
	margin-left: 25px;
}

.principal.interna li a {
    color: #000 !important;
}

.blog-cover {
    width: 100%;
    height: 580px;
    border-radius: 6px;
    object-fit: contain;
}

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

.galeria_back {
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: auto;
}

@media (max-width: 767px) {
	
.video-depo iframe {
    width: 100%;
    height: 215px;
    border-radius: 20px;
}	
	
.blog-cover {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: contain;
}	
	
.titulo-1 {
    font-size: 34px;
}	
	
#header {
    position: absolute;
    width: 100%;
    z-index: 99;
    padding-top: 20px;
}
	
.navbar-toggler {
    background-color: #f3db3f;
}	
	
.principal {
    background-color: #f3db3f;
    padding: 15px;
    border-radius: 15px;
}
	
.titulo-2 {
   font-size: 35px;
   line-height: 40px;
}
	
.card-check {
    height: auto;
}	
	
.faixa-i span {
    font-size: 25px;
    line-height: 42px;
}

	
.caixa-destaque {
    padding: 15px;
}	
	
	
}


