@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lisu+Bosa:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Lisu Bosa", serif;
    font-weight: 400;
}

.title {
    font-family: "Inter", sans-serif;
}

a, button {
    text-decoration: none;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 10vh 15.7vw;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header .logo {
    width: 19.4vw;
}

header nav ul {
    align-items: center;
    display: flex;
}

header nav ul li {
    padding: 0 1vw;
}

header nav ul li a {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 1.3vw;
    font-weight: 700;
}

header nav ul li a:hover {
    color: #FF7517;
}

header .open-menu {
    display: none;
}

header.fixed {
    background-color: rgba(13, 90, 73, 0.7);
    backdrop-filter: blur(4px);
    padding: 5vh 15.7vw;
}

.menu-mobile {
    display: none;
}

main {
    overflow: hidden;
}

#home {
    background: url(../../../../files/img/bg-home.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
}

#home .content {
    align-items: center;
    display: flex;
    height: 100vh;
    margin: 0 auto;
    width: 74vw;
}

#home .content article {
    color: #fff;
    width: 23vw;
}

#home .content article h1 {
    font-size: 3.1vw;
    font-weight: 500;
    line-height: 80%;
    margin: 0 0 26px;
}

#home .content article p {
    font-size: 1vw;
    font-weight: 500;
    line-height: 1.3vw;
}

#home figure {
    position: absolute;
    right: 0;
    bottom: -9.5vh;
    width: 72.2vw;
}

#sobre-nos {
    background: url(../../../../files/img/bg-sobre-nos.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 12.9vh 0 9.8vh;
}

#sobre-nos .content {
    display: flex;
    justify-content: flex-end;
    padding: 0 20.3vw;
}

#sobre-nos .content article {
    width: 25vw;
}

#sobre-nos .content article h2 {
    color: #E59A05;
    font-family: "Inter", sans-serif;
    font-size: 1.8vw;
    font-weight: 900;
    line-height: 3.1vw;
    margin: 0 0 1.3vh;
}

#sobre-nos .content article p {
    color: #81601F;
    font-size: 1vw;
    font-weight: 500;
    line-height: 1.6vw;
    margin: 0 0 3.2vh;
}

#sobre-nos .content:last-child {
    justify-content: flex-start;
}

#sobre-nos .content:last-child article h2 {
    color: #EF3240;
}

#sobre-nos .content:last-child article p {
    color: #EF3240;
}

#colecao-incluir-mais {
    background: url(../../../../files/img/bg-colecao.jpg) no-repeat center top;
    background-size: 100% auto;
}

#colecao-incluir-mais .content {
    margin-left: 12.7vw;
    padding: 7.2vh 0 0;
}

#colecao-incluir-mais .content article {
    color: #fff;
    width: 28.9vw;
}

#colecao-incluir-mais .content article figure {
    text-align: center;
    width: 100%;
}

#colecao-incluir-mais .content article figure img {
    width: 10.3vw;
}

#colecao-incluir-mais .content article h2 {
    font-family: "Inter", sans-serif;
    font-size: 2.9vw;
    font-weight: 500;
    margin: 0 0 17px;
}

#colecao-incluir-mais .content article h2 strong {
    font-weight: 900;
}

#colecao-incluir-mais .content article p {
    font-size: 1vw;
    line-height: 1.4vw;
    font-weight: 400;
}

#colecao-incluir-mais .content article p strong {
    font-weight: 900;
}

#colecao-incluir-mais .livros {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

#colecao-incluir-mais .livros img {
    display: block;
    width: 92%;
}

#galeria {
    background-color: #02C9EA;
    padding: 5.5vh 0 11.5vh;
}

#galeria .content {
    padding: 0 8.8vw;
}

#galeria .content h2 {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 2.6vw;
    font-weight: 700;
    margin: 0 0 7.4vh;
    text-align: center;
}

#galeria .content .carrossel-galeria .item {
    padding: 0 15px;
}

#galeria .content .carrossel-galeria .slick-arrow {
    background: #fff url(../../../../files/img/arrow.png) no-repeat;
    border: none;
    height: 71px;
    left: -20px;
    position: absolute;
    text-indent: -9999px;
    transform: translateY(-50%);
    top: 50%;
    width: 71px;
    z-index: 1;
}

#galeria .content .carrossel-galeria .slick-arrow.slick-next {
    left: auto;
    right: -20px;
    transform: translateY(-50%) rotate(180deg);
}

#galeria .content .carrossel-galeria .slick-arrow.slick-disabled {
    opacity: 0;
}

#contato {
    background: #FF7517 url(../../../../files/img/bg-contato.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 12vh 0 0;
}

#contato .content {
    align-items: center;
    display: flex;
    justify-content: center;
}

#contato .content article {
    margin-right: 13.2vw;
    width: 19vw;
}

#contato .content article h2 {
    color: #0D5A49;
    font-family: "Inter", sans-serif;
    font-size: 2vw;
    font-weight: 700;
    text-align: center;
    margin: 0 0 15px;
}

#contato .content article p {
    color: #0D5A49;
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.3vw;
    margin: 0 0 3.2vh 2.6vw;
}

#contato .content article p a {
    color: #0D5A49;
    font-weight: 700;
    text-decoration: underline;
}

#contato .content form {
    width: 30.8vw;
}

#contato .content .form-group {
    margin: 0 0 2vh;
}

#contato .content .form-group label {
    color: #0D5A49;
    display: block;
    font-size: 1vw;
}

#contato .content .form-group label.error {
    display: none!important;
}

#contato .content .form-group input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #0D5A49;
    color: #0D5A49;
    font-family: "Lisu Bosa", serif;
    font-size: 1.3vw;
    height: 6vh;
    width: 100%;
}

#contato .content .form-group textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #0D5A49;
    color: #0D5A49;
    font-family: "Lisu Bosa", serif;
    font-size: 1.3vw;
    height: 6vh;
    overflow: hidden;
    resize: none;
    width: 100%;
}

#contato .content .form-group .error {
    color: #ff0000;
    border-color: #ff0000;
}

#contato .content form button {
    align-items: center;
    background-color: #0D5A49;
    border-radius: 10px;
    border: none;
    color: #EEDE7A;
    display: inline-flex;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    gap: 78px;
    height: 42px;
    padding: 0 15px 0 108px;
    position: relative;
    text-transform: uppercase;
}

#contato .content form button::after {
    border-bottom: 2px solid #0D5A49;
    border-left: 2px solid #0D5A49;
    border-radius: 10px;
    content: '';
    display: block;
    height: 42px;
    position: absolute;
    bottom: -8px;
    left: -12px;
    width: 274px;
}

#contato .content form button:hover {
    gap: 82px;
}

#contato .infos {
    margin: 23.5vh auto 0;
    text-align: center;
    width: 37.5vw;
}

#contato .infos h2 {
    color: #fff;
    font-size: 3.1vw;
    margin: 0 0 35px;
}

#contato .infos .socials {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 0 0 55px;
}

#contato .infos .socials li a {
    display: block;
}

#contato .infos .socials li a:hover {
    transform: translateY(-5px);
}

#contato .infos .contatos {
    padding-bottom: 4vh;
}

#contato .infos .contatos li {
    color: #fff;
    font-size: 2vw;
    margin: 0 0 16px;
}

#contato .infos .contatos li a {
    color: #fff;
    text-decoration: underline;
}

#contato .infos .contatos li a:hover {
    text-decoration: none;
}

footer {
    background-color: #FF7517;
}

footer .content {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 9vh 0;
    position: relative;
}

footer .content::before {
    background: url(../../../../files/img/decoracao.png) no-repeat;
    background-size: auto 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 15%;
}

footer .content::after {
    background: url(../../../../files/img/decoracao-2.png) no-repeat;
    background-size: auto 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 15%;
}

footer .content article {
    margin-right: 5.2vw;
    width: 25.7vw;
}

footer .content article p {
    color: #fff;
    font-size: 1vw;
    line-height: 1.3vw;
}

footer .content dl {
    width: 15.1vw;
}

footer .content dl dt {
    color: #fff;
    font-size: 1vw;
    font-weight: 800;
    margin: 0 0 22px;
}

footer .content dl dd ul li {
    margin: 0 0 9px;
}

footer .content dl dd ul li a {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-family: "Inter", sans-serif;
    font-size: 1vw;
    gap: 15px;
}

footer .content dl dd ul li a:hover {
    color: #0D5A49;
}

footer .bar {
    background-color: #fff;
    color: #FF7517;
    font-size: 1vw;
    padding: 2.7vh 0;
    text-align: center;
}

.barra-lateral {
    position: fixed;
    transform: translateY(-50%);
    top: 50%;
    left: 30px;
    z-index: 99;
}

.barra-lateral::before {
    background-color: #fff;
    content: '';
    display: block;
    height: 100px;
    margin: 0 auto;
    width: 1px;
}

.barra-lateral::after {
    background-color: #fff;
    content: '';
    display: block;
    height: 100px;
    margin: 0 auto;
    width: 1px;
}

.barra-lateral ul li {
    margin: 8px 0;
}

.barra-lateral ul li a {
    display: block;
}

.barra-lateral ul li a:hover {
    transform: translateX(3px);
}

.barra-lateral.preto ul li img {
    filter: invert(100%);
}

.barra-lateral.preto::before {
    filter: invert(100%);
}

.barra-lateral.preto::after {
    filter: invert(100%);
}

.barra-lateral.cinza ul li img {
    filter: invert(50%);
}

.barra-lateral.cinza::before {
    filter: invert(50%);
}

.barra-lateral.cinza::after {
    filter: invert(50%);
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

@media screen and (max-width: 1024px) {
    header {
        padding: 30px;
    }

    header .logo {
        width: 200px;
    }

    header nav {
        display: none;
    }

    header .open-menu {
        display: block;
        width: 45px;
    }

    header .open-menu span {
        background-color: #FF7517;
        display: block;
        height: 8px;
        margin: 5px 0;
    }

    header.open {
        background-color: rgba(13, 90, 73, 0.7);
        backdrop-filter: blur(4px);
    }

    header.fixed {
        padding: 30px;
    }

    .menu-mobile {
        background-color: rgba(13, 90, 73, 0.7);
        backdrop-filter: blur(4px);
        height: 100vh;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100;
    }

    .menu-mobile .close-menu {
        background: url(../../../../files/img/close-menu.png) no-repeat;
        display: block;
        height: 44px;
        position: absolute;
        right: 30px;
        text-indent: -9999px;
        top: 30px;
        width: 44px;
    }

    .menu-mobile nav {
        align-items: center;
        display: flex;
        justify-content: center;
        height: 100%;
    }

    .menu-mobile nav ul li {
        margin: 10px 0;
    }

    .menu-mobile nav ul li a {
        color: #fff;
        display: block;
        font-family: "Inter", sans-serif;
        font-size: 36px;
        font-weight: 700;
        padding: 15px 0;
        text-align: center;
    }

    .menu-mobile.open {
        display: block;
    }

    .barra-lateral {
        display: none;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    #home .content {
        align-items: flex-start;
        padding-top: 250px;
        width: 100%;
    }

    #home .content article {
        padding: 0 30px;
        width: 100%;
    }

    #home .content article h1 {
        font-size: 12vw;
    }

    #home .content article p {
        font-size: 16px;
        line-height: 20px;
    }

    #home figure {
        bottom: -3%;
        width: 100%;
    }

    #sobre-nos {
        background: url(../../../../files/img/bg-sobre-nos-mobile.jpg) no-repeat center top;
        background-size: cover;
        padding: 100px 0 50px;
    }

    #sobre-nos .content {
        flex-wrap: wrap;
        padding: 0 30px;
    }

    #sobre-nos .content .mobile {
        margin: 0 0 15px;
        width: 100%;
    }

    #sobre-nos .content article {
        width: 100%;
    }

    #sobre-nos .content article h2 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 15px;
    }

    #sobre-nos .content article p {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 35px;
    }

    #colecao-incluir-mais {
        background-position: left top;
        background-size: cover;
    }

    #colecao-incluir-mais .content {
        margin-left: 30px;
        padding: 60px 0 0;
    }

    #colecao-incluir-mais .content article {
        width: 80%;
    }

    #colecao-incluir-mais .content article figure img {
        width: 64px;
    }

    #colecao-incluir-mais .content article h2 {
        font-size: 30px;
    }

    #colecao-incluir-mais .content article p {
        font-size: 16px;
        line-height: 20px;
    }

    #galeria {
        padding: 50px 0;
    }

    #galeria .content {
        padding: 0 30px;
    }

    #galeria .content h2 {
        font-size: 35px;
        margin: 0 0 50px;
    }

    #contato {
        background-size: cover;
        padding: 50px 0 0;
    }

    #contato .content {
        flex-wrap: wrap;
        padding: 0 30px;
    }

    #contato .content article {
        margin-right: 0;
        width: 100%;
    }

    #contato .content article h2 {
        font-size: 35px;
    }

    #contato .content article p {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 35px;
    }

    #contato .content form {
        width: 100%;
    }

    #contato .content .form-group {
        margin: 0 0 22px;
    }

    #contato .content .form-group label {
        font-size: 16px;
    }

    #contato .content .form-group input {
        font-size: 16px;
        height: 42px;
    }

    #contato .infos {
        margin: 50px 0 0;
        padding: 0 30px;
        width: 100%;
    }

    #contato .infos h2 {
        font-size: 35px;
    }

    #contato .infos .contatos {
        padding-bottom: 30px;
    }

    #contato .infos .contatos li {
        font-size: 16px;
    }

    footer .content {
        flex-wrap: wrap;
        padding: 50px 30px;
    }

    footer .content::before,
    footer .content::after {
        display: none;
    }

    footer .content article {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }

    footer .content article p {
        font-size: 16px;
        line-height: 20px;
    }

    footer .content dl {
        width: 100%;
    }

    footer .content dl dt {
        font-size: 20px;
    }

    footer .content dl dd ul li a {
        font-size: 16px;
    }

    footer .bar {
        font-size: 16px;
        padding: 30px;
    }
}