/* @import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Kaisei+HarunoUmi:wght@400;500;700&family=Mukta:wght@200;300;400;500;600;700;800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800&display=swap');

* {
    padding: 0;
    margin: 0;
}

html {
    max-height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
    overflow: auto;

}

.publica-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #343a40;
    height: 50px;
    padding: 1em;
}

.publica-menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.publica-menu>li {
    margin: 0 1rem;
    overflow: hidden;
}

.publica-menu>li>a:hover {
    color: #0000EE !important;
}

.publica-menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#publica-menu-toggle {
    display: none;
}

.publica-menu-button,
.publica-menu-button::before,
.publica-menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

.publica-menu-button::before {
    content: '';
    margin-top: -8px;
}

.publica-menu-button::after {
    content: '';
    margin-top: 8px;
}

#publica-menu-toggle:checked+.publica-menu-button-container .publica-menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#publica-menu-toggle:checked+.publica-menu-button-container .publica-menu-button {
    background: rgba(255, 255, 255, 0);
}

#publica-menu-toggle:checked+.publica-menu-button-container .publica-menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}

@media (max-width: 750px) {
    .publica-menu-button-container {
        display: flex;
    }

    .publica-menu {
        position: absolute;
        top: 0;
        margin-top: 50px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    #publica-menu-toggle~.publica-menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    #publica-menu-toggle:checked~.publica-menu li {
        border: 1px solid #333;
        height: 2.5em;
        padding: 0.5em;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .publica-menu>li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: white;
        background-color: #222;
    }

    .publica-menu>li:not(:last-child) {
        border-bottom: 1px solid #444;
    }
}

main {
    min-height: 100vh;
}

main .presentation {
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

main .presentation>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    max-width: max(600px, 50%);
}

main .presentation>div>div {
    font-family: sans-serif;
    text-align: center;
}

main .presentation>div>.presentation-texto {
    font-size: 35px;
    font-weight: 800;
}

main .presentation>div>.presentation-subtexto {
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0px;
    max-width: max(600px, 80%);
}

main .presentation>div>a {
    border: 1px solid #0081d7;
    background-color: #0081d7;
    outline: unset;
    box-shadow: unset;
    color: white;
    padding: 10px 20px;
    border-radius: 3px;
    font-family: sans-serif;
    font-size: 16px;
    text-decoration: none;
    font-weight: 100;
    user-select: none;
    cursor: pointer;
}

main .presentation>div>a:hover {
    transition: all 0.3s ease;
    border: 1px solid #0081d7;
    background-color: transparent;
    color: #0081d7;
}

@media screen and (max-width: 1000px) {
    main .presentation {
        height: fit-content;
        background-size: cover;
    }
}

.publica-main .benefits {
    /* height: 250px; */
    background-color: rgb(245, 245, 245);
    display: flex;
    align-items: center;
    padding: 80px 0px;
}

.publica-main .benefits>div {
    max-width: max(600px, 80%);
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.publica-main .benefits>div>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.publica-main .benefits>div>div:not(:last-child) {
    padding-right: 25px;
}

.publica-main .benefits>div i {
    font-size: 40px;
    margin-bottom: 10px;
}

.publica-main .benefits>div>div>div:first-of-type {
    font-weight: 800;
    font-size: 18px;
    color: black;
    text-align: center;
}

.publica-main .benefits>div>div>div:nth-of-type(2) {
    margin-top: 8px;
    text-align: center;
    color: #545454;
    font-size: 18px;
}

.publica-main .benefits>div>div:first-of-type i {
    color: #E26139;
}

.publica-main .benefits>div>div:nth-of-type(2) i {
    color: #47A1D9;
}

.publica-main .benefits>div>div:nth-of-type(3) i {
    color: #8BAF3E;
}

.publica-main .benefits>div>div:nth-of-type(4) i {
    color: #bec92b;
}

@media screen and (max-width: 600px) {
    .publica-main .benefits>div {
        flex-direction: column;
        align-items: center;
    }

    .publica-main .benefits>div>div {
        margin-bottom: 30px;
    }

    /* .publica-main .benefits > div > div:first-of-type{
        margin-bottom: 30px;
    } */
    .publica-main .benefits>div>div:not(:last-child) {
        padding-right: unset;
    }
}


.publica-main .merchandise {
    display: flex;
    padding: 90px 0px;
    justify-content: center;
}

.publica-main .merchandise>div {
    width: 50%;
}

.publica-main .merchandise>div:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.publica-main .merchandise>div:first-of-type img {
    width: 350px;
}

.publica-main .merchandise>div:first-of-type div {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    max-width: 70%;
    text-align: center;
    font-weight: 300;
    margin-top: 15px;
}

.publica-main .merchandise>div:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.publica-main .merchandise>div:nth-of-type(2) img {
    height: 400px;
}

@media screen and (max-width: 1000px) {
    .publica-main .merchandise {
        flex-direction: column;
        align-items: center;
    }

    .publica-main .merchandise>div {
        width: 80%;
    }

    .publica-main .merchandise>div:nth-of-type(2) img {
        height: unset;
        width: 90%;
        margin-top: 30px;
    }
}

.publica-main .details {
    background-color: #eaeaea;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
}

.publica-main .details>div {
    max-width: max(600px, 60%);
    padding: 60px 0px;
}

.publica-main .details>div>.title {
    color: #353535;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 13px;
}

.publica-main .details>div>p {
    color: #353535;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Mukta', sans-serif;
    margin-bottom: 10px;
}

/* .publica-main .details > div > p::before{
    content: '\00a0\00a0\00a0\00a0';
} */
.publica-main .details>div>.subtitle {
    color: #353535;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    margin-bottom: 13px;
}

.publica-main .details>div>small {
    display: block;
    font-size: 14px;
    color: #696969;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}

.publica-main .details>div>img {
    width: 100%;
}

.publica-main .details>div>img:first-of-type {
    margin-bottom: 15px;
    margin-top: 20px;
}

.publica-main .details>div>img:nth-of-type(2) {
    margin-bottom: 15px;
}

.publica-main .hire {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222222;
    color: white;
    text-align: center;
    font-family: sans-serif;
    padding: 50px 0px;
}

.publica-main .hire>div>.hire-titulo {
    font-size: 30px;
    padding-bottom: 30px;
}

.publica-main .hire>div>.hire-texto {
    font-size: 22px;
    color: #868686;
    padding-bottom: 30px;
}

.publica-main .hire>div>a {
    border: 1px solid #D72100;
    background-color: #D72100;
    outline: unset;
    box-shadow: unset;
    font-size: 19px;
    color: white;
    padding: 10px 50px;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
}

.publica-main .hire>div>a:hover {
    transition: all 0.3s ease;
    border: 1px solid #D72100;
    background-color: transparent;
    color: #D72100;
}


.publica-main .advantages {
    display: flex;
    justify-content: center;
    padding: 100px 30px;
    background-color: #e4e4e4;
}

.publica-main .advantages>div {
    max-width: max(600px, 60%);
}

.publica-main .advantages>div>.advantages-titulo {
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 300;
    text-align: center;
}

.publica-main .advantages>div>.advantages-texto {
    font-size: 20px;
    font-weight: 200;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
    font-family: sans-serif;
}

.publica-main .advantages>div>.advantages-destaques {
    display: flex;
    justify-content: center;
    /* color: #4a4a4a; */
}

.publica-main .advantages>div>.advantages-destaques>div {
    width: 33.3333333%;
    padding: 0px 20px;
}

.publica-main .advantages>div>.advantages-destaques>div>div {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 10px;
}

.publica-main .advantages>div>.advantages-destaques>div>div>span::before {
    content: '\00a0\00a0';
}

@media screen and (max-width: 600px) {
    .publica-main .advantages>div>.advantages-destaques {
        flex-wrap: wrap;
        justify-content: center;
    }

    .publica-main .advantages>div>.advantages-destaques>div {
        width: 100%;
        padding: 0px 20px;
    }
}

.publica-main .bloco7 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 20px;
}

.publica-main .bloco7>div {
    max-width: max(600px, 60%);
    display: flex;
}

.publica-main .bloco7>div>div:first-of-type {
    width: 60%;
    padding-right: 20px;
}

.publica-main .bloco7>div>div:last-of-type {
    width: 40%;
}

.publica-main .bloco7>div>div>div {
    font-family: sans-serif;
    font-size: 16px;
    padding-bottom: 15px;
}

.publica-main .bloco7>div>div>.bloco7-texto {
    font-size: 16px;
    margin-bottom: 20px;
}

.publica-main .bloco7>div>div>.bloco7-destaques {
    display: flex;
    margin-bottom: 30px;
}

.publica-main .bloco7>div>div>.bloco7-destaques>div {
    padding: 0px 10px;
}

.publica-main .bloco7>div>div>.bloco7-destaques i {
    color: rgb(10, 114, 10);
}

.publica-main .bloco7>div>div>.bloco7-destaques>div>div>span {
    font-weight: 600;
    font-family: 'Mukta', sans-serif;
}

.publica-main .bloco7>div>div>.bloco7-destaques>div>div>span::before {
    content: '\00a0\00a0';
}

.publica-main .bloco7>div>div>a {
    font-size: 16px;
    padding: 15px 40px;
    color: white;
    background-color: rgb(16, 107, 16);
    border: 1px solid rgb(16, 107, 16);
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
}

.publica-main .bloco7>div>div>a:hover {
    transition: all 0.3 ease;
    background-color: transparent;
    color: rgb(16, 107, 16);
}

.publica-main .bloco7>div>div:nth-of-type(2)>img {
    width: 100%;
}

.publica-main .bloco7>div>div>img {
    max-width: 100%;
}

@media screen and (max-width: 700px) {
    .publica-main .bloco7>div>div:first-of-type {
        width: 100%;
    }

    .publica-main .bloco7>div>div:nth-of-type(2) {
        display: none;
    }
}



.publica-footer {
    background-color: #343a40;
}

.publica-footer .access {
    height: 150px;
    max-width: max(600px, 70%);
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin-top: 30px;
}

.publica-footer .access>div {
    padding: 0px 5px;
}

.publica-footer .access .company-info {
    display: flex;
    flex-direction: column;
    color: #b1b1b1;
}

.publica-footer .access .company-info>div:first-of-type {
    display: flex;
    align-items: flex-end;
}

.publica-footer .access .company-info img {
    width: 50px;
}

.publica-footer .access .company-info span {
    color: #d2d2d2;
    font-size: 20px;
    padding-bottom: 8px;
    font-weight: 600;
    margin-left: 5px;
}

.publica-footer .access :is(.usefull-links, .talk-with-us) div:first-child {
    color: #b1b1b1;
    font-family: 'Mukta', sans-serif;
    font-size: 20px;
    font-weight: 600;
    user-select: none;
}

.publica-footer .access :is(.usefull-links, .talk-with-us) div:not(:first-child) {
    color: #b1b1b1;
    font-family: 'Mukta', sans-serif;
    font-size: 15px;
    user-select: none;
}

.publica-footer .access :is(.usefull-links, .talk-with-us) div a {
    text-decoration: unset;
    color: inherit;
}

.publica-footer .access :is(.usefull-links, .talk-with-us) div a:hover {
    transition: all 0.5s ease;
    color: #3e8aee;
}

.publica-footer .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c1c1c1;
    background-color: #212529;
    height: 50px;
}

.publica-footer .copyright span {
    font-weight: 500;
    color: #79a7e2;
}

@media screen and (max-width: 700px) {
    .publica-footer .access {
        flex-direction: column;
        align-items: center;
        height: unset;
    }

    .publica-footer .access>div {
        width: 80%;
        margin-bottom: 10px;
    }
}