* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;

}

:root {
    --lightest-color: #FFFCF5;
    --header-color: #930000da;
    --darkest-color: #1D1111;
    --shadow-color: hsla(0, 0%, 0%, 0.7);
    --main-color: #930000;
    --bord-carrossel1-color: rgba(86, 9, 0, 79%);
    --main-escuro-color: #560900;
    --bolinhas-two-color: #CCB881;
    --selected-bolinha-two-color: #836921;
    --creme_main-color: #FFE8AA;
    --bord_carrossel2-color: rgba(255, 232, 170, 79%);
    --postit_chef-color: #CB1501;
}

@font-face {
    font-family: Barlow;
    src: url(font/Barlow/Barlow-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Barlow;
    src: url(font/Barlow/Barlow-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Barlow;
    src: url(font/Barlow/Barlow-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: Barlow;
    src: url(font/Barlow/Barlow-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: Barlow;
    src: url(font/Barlow/Barlow-ExtraBold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: Barlow;
    src: url(font/Barlow/Barlow-Black.ttf);
    font-weight: 900;
}







img,
svg,
video {
    width: 100%;
    height: auto;
}

body {
    background-color: var(--lightest-color);
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

}

.grelhamax {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;

}

.barlow-regular {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.barlow-medium {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.barlow-semibold {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
}

.barlow-bold {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.barlow-extrabold {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 48px;
}

.barlow-black {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 48px;
}

header {
    background-color: var(--header-color);
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 10px 0px;
    width: 80%;
    margin: 20px auto 0 auto;
    max-width: 1000px;
}



a {
    text-decoration: none;
    color: var(--lightest-color);
    font-size: 18px;
}

#logo1 {
    width: 52px;
    margin-left: 40px;
}

nav {
    margin-right: 40px;
}

nav a {
    margin-left: 25px;
    position: relative;
}

nav a hr {
    position: absolute;
    left: 0;
    bottom: -2px;
    border: 0;
    border-top: 2px solid var(--lightest-color);
    width: 0px;
    transition: width .1s;
}

nav a:hover hr {
    width: 100%;

}












footer {
    background-color: var(--main-color);
    border-radius: 20px;
}

#lg_footer {
    margin-top: 55px;
    grid-row: 23;
    grid-column: 2/7;
    margin-bottom: 80px;
}

#redessociais {
    margin-top: 55px;
    grid-row: 23;
    grid-column: 9/12;
    display: flex;
    justify-self: flex-end;
    align-self: center;
    margin-bottom: 80px;
}

#redessociais a {
    margin-left: 27px;

}

h3 {
    font-size: 20px;
    color: var(--lightest-color);
    margin-bottom: 24px;
}

#cont {
    grid-row: 24;
    grid-column: 2/5;
    margin-bottom: 130px;
}

#cont p {
    color: var(--creme_main-color);
    margin-bottom: 30px;
}

h4 {
    font-size: 18px;
    color: var(--lightest-color);

}

#reg {
    grid-row: 24;
    grid-column: 8/12;
    margin-bottom: 130px;
}

#reg p {
    color: var(--creme_main-color);
}

#contam {
    grid-row: 24;
    grid-column: 5/7;
    margin-top: 50px;
    margin-bottom: 130px;
}

#contam p {
    color: var(--creme_main-color);
    margin-bottom: 30px;
}

#copy {
    background-color: var(--main-escuro-color);
    grid-row: 25;
    grid-column: 1/13;
    display: grid;
    justify-content: space-between;
}

h5 {
    color: var(--creme_main-color);
    font-size: 15px;
    padding: 42px 0;

}

#lara {
    grid-column: 2/7;
}

#angela {
    grid-column: 7/12;
    justify-self: flex-end;
}

#ham {
    display: none;
    width: 40px;
    margin-right: 40px;
}

#nao {
    width: 40px;
    margin-right: 40px;
}

.hidden {
    display: none !important;
}

#navmobile {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    width: 80%;
    padding: 50px 0;
}

#navmobile a {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    display: block;
    color: var(--lightest-color);
    font-size: 26px;
}


.cantos {
  border-radius: 10px;
}


#woo {
    /* position: fixed;
  left: 0;
  top: -120%; */
    width: 80%;
    height: 0;
    transition: height .5s;
    background-color: var(--header-color);
    z-index: 200;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
}

.open {
    height: 70vh !important;
}

#redessociais a:hover {
    transform: scale(1.1, 1.1);
    transition: transform 0.1s ease;
}

@media (max-width:1200px) {

    footer {
        border-radius: 20px 20px 0 0;
    }
}

@media (max-width:880px) {

    #woo {
        width: 80%;
        margin-top: 5px;
    }

    #ham {
        display: block;
    }


    nav {
        display: none;
    }

    #reg {
        grid-row: 25;
        grid-column: 2/12;
    }

    #copy {
        grid-row: 26;
    }

}

@media (max-width:630px) {

    #woo {
        width: 95%;
        margin-top: 5px;
    }

    p {
        font-size: 20px !important;
    }

    h2 {
        font-size: 26px !important;
    }

    h1 {
        font-size: 42px !important;
    }

    #lg_footer {
        grid-column: 2/12;
    }

    #cont {
        grid-column: 2/12;
        margin-bottom: 0;
        grid-row: 25;
    }

    #contam {
        grid-row: 26;
        grid-column: 2/12;
        margin-top: 20px;
        margin-bottom: 90px;
    }

    #reg {
        grid-row: 27;

    }

    #inst {
        margin-left: 0 !important;
    }

    #copy {
        grid-row: 28;

    }

    #angela {
        grid-column: 2/12;
        justify-self: center;
        padding-bottom: 30px;
    }

    #lara {
        padding-top: 30px;
        padding-bottom: 0px;
        grid-column: 2/12;
        justify-self: center;
        text-align: center;
    }

    #redessociais {
        grid-row: 24;
        justify-self: flex-start;
        grid-column: 2/12;
        margin-top: 0;
    }

    header {
        padding: 4px 0px;
        width: 95%;
        margin: 10px auto 0 auto;
    }

    #logo1 {
        width: 60px;
        margin-left: 20px;
    }

    #ham,
    #nao {
        width: 30px;
        margin-right: 20px;
    }
}