@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap");

:root {
    --pink-color: #ff99c8;
    --green-color: #b9ffdf;
    --yellow-color: #fffec1;
    --blue-color: #96edfa;
    --purple-color: #b2cfff;
    --borderStyle: 1px solid rgba(0, 0, 0, 0.5);
}

* {
    text-decoration: none;
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

ul {
    list-style: none;
}

header {
    width: 100%;
}

/* NAVIGATION BAR MENU */

nav {
    height: 80px;
    width: 100%;
}

label.logo {
    position: relative;
    top: -20px;
    width: 50px;
    line-height: 80px;
    padding: 0 0;
}

label.logo a {
    border: none;
}

label.logo img {
    width: 250px;
    top: -60px;
}

nav ul {
    float: right;
    margin-right: 20px;
}

nav ul li {
    display: inline-block;
    line-height: 80px;
    margin: 0 30px;
}

nav ul li a {
    color: black;
    font-size: 1.2rem;
    padding: 7px 13px;
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
    transition: font-size 200ms;
}

nav ul li a.active,
a:hover {
    border-bottom: 2px solid #5d4538;
    color: black;
    font-size: 19px;
    text-decoration: none;
}

.paw {
    transform: rotate(-20deg);
    position: absolute;
    top: 0;
    right: 10rem;
    opacity: 15%;
    z-index: -1;
}

.checkbtn {
    font-size: 30px;
    color: #5d4538;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

footer {
    margin-top: 100px;
    height: 167px;
}

.footerDivider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 144px;
}

.footerLeft {
    height: 150px;
}

.footerRight {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footerRight .footerRightLogo {
    width: 340px;
}

.footerRight .footerRightLogo img {
    width: 100%;
}

.footerRightAddress {
    margin-top: 20px;
    color: white;
    text-align: end;
}

.footerBox {
    height: 260px;
    width: 300px;

    position: relative;
    top: -100px;
    margin-left: 100px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    text-align: center;
    background-color: white;
}

.brasao {
    width: 50%;
    padding-bottom: 10px;
}

.copyright {
    padding-top: 30px;
    text-align: center;
}

.copyright p {
    margin-bottom: 0;
}

.copyright a {
    border: none;
    transition: all 100ms;
    color: white;
}

.copyright a:hover {
    color: var(--purple-color);
    text-decoration: underline;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 50px;
    right: 15px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: var(--pink-color);
    color: white;
    cursor: pointer;
    width: 50px;
    padding: 15px;
    border-radius: 50%;
    font-size: 18px;
}

#myBtn:hover {
    background-color: #f859a3;
}

@media (max-width: 1082px) {
    nav ul li a {
        font-size: 16px;
    }
}

@media (max-width: 952px) {
    label.logo {
        font-size: 30px;
        padding-left: 0px;
    }
    nav ul li a {
        font-size: 16px;
    }
}
@media (max-width: 700px) {
    .checkbtn {
        display: block;
    }
    ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: white;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all 0.5s;
        z-index: 10;
    }
    nav ul li {
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a {
        font-size: 20px;
        color: #5d4538;
    }
    nav ul li a:hover,
    a.active {
        background: none;
        color: #373434;
        font-weight: bold;
    }
    #check:checked ~ ul {
        left: 0;
    }
}    
@media (max-width: 858px) {
    .checkbtn {
        display: block;
    }
    ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: white;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all 0.5s;
        z-index: 10;
    }
    nav ul li {
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a {
        font-size: 20px;
        color: #5d4538;
    }
    nav ul li a:hover,
    a.active {
        background: none;
        color: #373434;
        font-weight: bold;
    }
    #check:checked ~ ul {
        left: 0;
    }

    /*FOOTER */

    .footerDivider {
        display: flex;
        flex-direction: column;
        text-align: center;
        height: unset;
    }

    .footerLeft {
        display: flex;
        text-align: center;
    }

    .footerLeft .footerBox {
        margin-left: unset;
        margin: 0 auto;
    }

    .footerRight {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .footerRight .footerRightAddress {
        text-align: unset;
        font-size: 16px;
    }

    .footerRight .footerRightLogo {
        margin: 0 auto;
    }

    .copyright {
        margin-top: 0px;
    }
}

@media (max-width: 1200px) {
    .footerRightAddress {
        font-size: 13px;
    }

    .copyright {
        padding-top: 20px;
    }

    .footerRight .footerRightLogo {
        width: 250px;
    }
}

@media (min-width: 1900px) {
    .paw {
        width: 1000px;
        height: 1000px;
        top: 0;
        right: -20rem;
        opacity: 15%;
        z-index: -1;
    }
}