body, html {
    overflow-x: hidden;
}
body {
	font-family: "Bricolage Grotesque", sans-serif;
	background-color: #F5E4D9;
}

a:hover, button:hover {
	opacity: 0.8;
}

header {
    position: absolute;
    width: 100%;
    padding-top: 20px;
    z-index: 9;
}

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

.texto-1 {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #4E342D;
}

.hero-home img {
    width: 100%;
    height: 490px;
    border-radius: 20px;
    margin-bottom: -250px;
	object-fit: cover;
}

.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: #4E342D;
    color: #F5E4D9;
}

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

#abremenu {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #4E342D;
    border: 1px solid #4E342D;
    border-radius: 100px;
    padding: 8px 20px;
    display: inline-block;
}

.btn-1 {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #4E342D;
    background-color: #F5E4D9;
    border-radius: 100px;
    padding: 8px 20px;
	display: inline-block;
}

.btn-2 {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #F5E4D9;
    background-color: #4E342D;
    border-radius: 100px;
    padding: 8px 20px;
	display: inline-block;
}

.btn-3 {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #4E342D;
	border: 1px solid #4E342D;
    background-color: transparent;
    border-radius: 100px;
    padding: 8px 20px;
	display: inline-block;
}

#menu {
    position: absolute;
    top: -20px;
    right: 0;
    background-color: #4E342D;
    width: 320px;
    padding-top: 90px;
    padding-bottom: 150px;
}

.principal {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 18px;
}

.principal li a {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #F5E4D9 !important;
}

.home-2 {
    background-position: center;
    background-size: cover;
    padding-top: 300px;
    padding-bottom: 50px;
}

.texto-2 {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #4E342D;
}

.home-3, .home-5, .home-6 {
    position: relative;
    background-position: top center;
    background-repeat: repeat;
    padding-top: 60px;
    padding-bottom: 60px;
}

.titulo-2 {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #4E342D;
}

.flutua-1 {
    position: absolute;
    top: 100px;
    left: -300px;
}
.flutua-2 {
    position: absolute;
    top: 200px;
    right: -200px;
}

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

.box-como {
    background: #F5E4D9;
    box-shadow: 0px 10px 20px rgba(78, 52, 45, 0.25);
    border-radius: 20px;
	padding: 30px;
    padding-top: 50px;
    text-align: center;
    position: relative;
    height: 200px;
}

.box-como h3 {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #4E342D;
}

.box-como p {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #4E342D;
    margin-bottom: 0;
}

.box-como span {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 800;
    font-size: 44px;
    line-height: 53px;
    color: #F5E4D9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 20px 13px;
    gap: 10px;
    background: #4E342D;
    border-radius: 100px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flutua-3 {
    position: absolute;
    top: 200px;
    left: -300px;
}
.flutua-4 {
    position: absolute;
    top: 100px;
    right: -200px;
}

.livro-agora {
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 40px;
    margin: 0;
}

.livro-agora p {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #4E342D;
}

.livro-agora h4 {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #4E342D;
}

.espacador:after {
    content: '';
    width: 3.5rem;
    height: 3px;
    display: block;
    margin: .5rem 0 0 0;
    background-color: #4E342D;
}

.box-livro img {
    width: 100%;
    height: 270px;
    object-fit: contain;
    border-radius: 10px;
}

.box-livro h3 {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #4E342D;
    margin-top: 5px;
    margin-bottom: 10px;
}


.owl-livros.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #93746C;
    border-radius: 50%;
}
.owl-livros.owl-theme .owl-dots .owl-dot.active span, .owl-livros.owl-theme .owl-dots .owl-dot:hover span {
    background: #4E342D;
}
.owl-livros .owl-dots {
    bottom: 0px;
}

.flutua-5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.box-curadoria {
    background: #D9B6A0;
    border-radius: 20px;
    padding: 15px;
}

.box-curadoria img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: top;
}

.box-curadoria h3 {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #4E342D;
}

.box-curadoria p {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #4E342D;
    margin-bottom: 0;
}

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

.home-7::before {
    background: linear-gradient(0deg, rgba(78, 52, 45, 0.5), rgba(78, 52, 45, 0.5));
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.titulo-2b {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #4E342D;
}

#footer {
    background-color: #fff;
    background-position: center;
    padding-top: 60px;
}

.ass-f {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #4E342D;
}

.ass-f a {
    color: #4E342D !important;
	text-decoration: underline;
}

@media (max-width: 767px) {
	

.hero-home {
    padding-top: 300px;
}
	
.hero-home img {
    width: 100%;
    height: 290px;
    border-radius: 20px;
    margin-bottom: -250px;
    object-fit: cover;
}	
	
.flutua-1, .flutua-2, .flutua-3, .flutua-4 {
	display: none;
}
	
.livro-agora {
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    padding-top: 60px;
    padding-bottom: 30px;
    margin: 0;
}	
	
.box-curadoria img {
    margin-bottom: 15px;
}
	
.titulo-2b {
    font-size: 38px;
    line-height: 44px;
}	
	
	
}


