* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

img {
    display: block;
}

body {
    margin: 0;
    font-family: sans-serif;

}


/* HEADER */

header {
    background: linear-gradient(90deg, #8D1C2B 46.63%, #27080C 100%);



    position: relative;

}

#header_bg {
    background: linear-gradient(90deg, #FF8400 46.63%, #B60018 100%);
}

#header_bg_1 {
    background: linear-gradient(90deg, #3E8B6E 46.63%, #2C2C2C 100%);

}

#menu_nav {
    width: 90%;
    max-width: 1440px;
    margin: auto;

    display: flex;
    justify-content: space-between;
    align-items: center;

}

#header_illu {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;

    z-index: 10;
}

.margin {
    margin-left: 200px;

}

#mobile img {
    display: inline;
}


#desktop2 {
    display: flex;
    gap: 10px;

}

#menu_nav a {
    z-index: 9999;
}

/* ### MENU  ### */
nav#desktop>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;

    display: flex;
    justify-content: space-between;
}

nav#desktop>ul li {
    margin: 0 20px;
    font-size: 16px;


}

nav a {
    color: white;
    text-decoration: none;
}

nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
    color: black;
}




#bigmac {
    display: none;

    width: 40px;
    height: 28px;

    position: relative;

    z-index: 30;

    cursor: pointer;
}

#bigmac .linha {
    position: absolute;
    height: 4px;
    width: 100%;


    background-color: white;
    border-radius: 9px;

    opacity: 1;
    left: 0;

    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
}


#bigmac .linha:nth-child(1) {
    top: 0px;
}

#bigmac .linha:nth-child(2) {
    top: 12px;
}

#bigmac .linha:nth-child(3) {
    top: 12px;
}

#bigmac .linha:nth-child(4) {
    top: 24px;
}

#bigmac.open .linha:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#bigmac.open .linha:nth-child(2) {
    transform: rotate(45deg);
}

#bigmac.open .linha:nth-child(3) {
    transform: rotate(-45deg);
}

#bigmac.open .linha:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}


nav#mobile {
    display: none;

}

.logo img {
    max-width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;

}

/* END OF HEADER */


/* START OF ENTER */
#enter {
    height: calc(110vh - 90px);

    background-image: url(img/image6483441-1708078563105878557982.jpg.webp);

    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    text-align: center;

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

}

#enter_2 {
    height: calc(110vh - 90px);

    background-image: url(img/tet_eventt.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    text-align: center;

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

}

#enter_3 {
    height: calc(110vh - 90px);

    background-image: url(img/gastronomy.webp);

    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
}

#text_enter p {
    color: white;
    margin-top: 20px;
}

#text_enter {
    width: 90%;
    padding: 10px;
    background-color: rgba(red, green, blue, alpha);
}

#first_illu {

    background-color: #FFF5E1;
}

#title {
    justify-content: center;
    align-items: center;
    display: flex;


}

#title h2 {
    border-bottom: 5px solid #8D1C2B;
    padding-bottom: 30px;

}


.mini_text_right {
    text-align: right;

}

.padding_top_40px {
    padding-top: 40px;
}

.mini_text_center {
    text-align: center;

}

#four_img {
    background-color: #FFF5E1;

}

.colunas {
    display: flex;

    width: 80%;
    margin: auto;
    gap: 20px;

}

.img_4 img {
    width: 100%;
}



.img_4 p {
    padding-top: 20px;
}

.illu_img {
    width: 100%;

}

.illu_padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.illu_line {
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* END OF ENTER */

/* START OF MID */
#introduction_title {
    background-color: #B60018;

}

.text_align {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 80%;
    margin: auto;
    gap: 20px;
}

.text_align img {
    align-items: normal;
}

.white_text {
    color: white;
}

.colunas_1 {
    width: 50%;

}

#color {
    background: linear-gradient(180deg, #B60018 0%, #50000A 93.27%);

}

.img_3 {
    max-width: 200px;
}

.colunas_padding {
    width: 90%;
    padding-bottom: 10px;
}

.text_padding {
    padding-top: 10px;
    padding-bottom: 10px;
}

.button {
    background-color: #B60018;

    border-radius: 30px;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button {
    background-color: white;
    color: #8D1C2B;

}

.button:hover {
    background-color: #FFD700;
    color: #50000A;
}

#border {
    border-bottom: 5px solid #FFD700;
    padding-bottom: 50px;
}

.border_2 {
    border-top: 5px solid #8D1C2B;
    border-bottom: 5px solid #8D1C2B;
    padding-top: 20px;
    padding-bottom: 20px;
}

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

.display {
    display: flex;
}

.display img {
    display: block;
    height: 63px;
    padding-right: 20px;
}

.decor li {
    list-style-type: none;
}

/* END OF MID */

/* START OF ALMOST */

#four_illu {
    background-image: url(img/four_illu.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    text-align: center;

    margin: auto;

    justify-content: center;
    align-items: center;

}

.video {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 80%;
}

.colunas img {

    border-radius: 8px;

}

.colunas_3 {

    width: 33.33%;

}

.colunas_70 {
    width: 70%;
}

.colunas_30 {
    width: 34%;
}

.li_xi {
    margin-right: 30px;
}

/* END OF ALMOST */
/* FOOTER */

#footer {

    border-top: 5px solid #FFD700;
    border-bottom: 5px solid #FFD700;
}

.call img {
    padding-top: 20px;
    padding-bottom: 30px;
    width: 100%;
}

.padding h3 {
    padding-top: 20px;
    padding-bottom: 20px;


}

.text_decoration {
    text-decoration: none;

}

.padding p {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #50000A;


}

.colunass {
    display: flex;
    text-align: start;
    width: 90%;
    margin: auto;
    gap: 20px;


}

.stay_connect {
    padding-top: 30px;
}

.padding_bottom_40px {
    padding-bottom: 40px;
}

.icons {
    padding-top: 10px;
    padding-bottom: 20px;

    display: flex;
    gap: 10px;
}

/* END OF FOOTER */

/* TEXTTT */
.italianno-regular {
    font-family: "Italianno", cursive;
    font-weight: 400;
    font-style: normal;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.text_shadow {
    text-shadow: 2px 2px black;
}

.montserrat_size {
    font-size: 18px;
    letter-spacing: 5px;

}

.roboto {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    font-size: 16px;
}

.red {
    color: #50000A;
}

.size_150 {
    font-size: 150px;
}

.size_30 {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;

}

.open-sans {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    font-size: 20px;
}

.font_weight_700 {
    font-weight: 700;
    font-size: 30px;


}

.font_weight_300 {
    font-weight: 300;
}

.size_50 {
    font-size: 50px;
}

.size_100 {
    font-size: 100px;
}

/*  COLUNAS
#area_duas_colunas {
    background-color: #ffb6c1;
    color: black;



}

.colunas {
    display: flex;
    gap: 20px;
}

.colunas_1 {
    background-color: black;
    margin: auto;
    width: 80%;
    max-width: 1100px;
    border: 1px solid red;
    padding: 5px 0;

}

.colunas_2 {
    background-color: crimson;
    height: 200px;
    width: 50%;
    border: 2px solid gray;
}

#area_tres_colunas {
    background-color: #ffb6c1;
    color: black;
    height: 400px;
}

.colunas_3 {
    background-color: crimson;
    height: 200px;
    width: 33.33%;
    border: 2px solid gray;
}
*/






/* ############*/
/*  RESPONSIVO */
/* ############*/


@media (max-width:800px) {

    .colunas {
        flex-direction: column;
    }

    .colunas_1 {
        max-width: 95%;
    }

    .colunas_2 {
        width: 100%;

    }

    .colunas_3 {
        width: 100%;
    }

    /* header mobile */
    header {
        width: 100%;

        position: fixed;
        top: 0;
        z-index: 9999;
    }

    #menu_nav {
        width: 95%;
    }

    #bigmac {
        display: block;
    }

    h1 {
        margin: 0;
        text-align: center;
        padding: 20px 0;
    }

    nav#desktop {
        display: none;

    }

    nav#desktop2 {
        display: none;
    }

    nav#mobile {
        display: block;
        position: fixed;


        z-index: 20;
        width: 100%;
        left: -100vw;
        top: 107px;
        transition: .3s linear;

        background: #8A2523;

    }


    nav#mobile.menu_abre {
        left: 0;
    }

    nav#mobile>ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    nav#mobile>ul li {
        width: 100%;
        padding: 20px 0;
        text-align: center;
        height: 80px;
    }

    #languages {
        background-color: #ffb6c1;
    }

    /* end of header*/

    .text_align {
        display: block;
        margin: auto;
    }

    .colunas_1 {
        width: 100%;
        padding-top: 30px;
    }

    .colunass {
        display: contents;
    }

    #text_enter h1 {
        font-size: 100px;

    }

}