*{
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

#p1{
    width: 100%;
    height: 200vh;
}

a{text-decoration: none;}

header{
    position: fixed;
    top: 0;
    display: flex;
    width: 100%;
    background-color: #E6DAA9;
    justify-content: space-between;
    align-items: center;
    height: 15vh;
    padding: 50px 50px;
    overflow: hidden;
    z-index: 10;
}

#linhas_menu{
    position: relative;
}

#linhas_menu input{
    width: 41px;
    position: absolute;
    top: 0%;
    height: 41px;
    z-index: 100;
    opacity: 0;
}

.especial{
    position: relative;
    z-index: 90;
    top: 0%;
}

#dropdown{
    height: 100vh;
    background-color: #ffffff;
    position: fixed;
    left: -22%;
    top: 0;
    z-index: 95;
    width: 22%;
    transition: 0.5s;
}

#linhas_menu input:checked ~ #dropdown{
    left: 0%;
}

#nav-dropdown{
    display: flex;
    width: 100%;
    height: 15vh;
    align-items: center;
    justify-content: center;
    background-color: #E6DAA9;
    border: 2px solid #8B0000;
}

.nav_circle{
    margin-right: 5%;
}

#part_sup img{
    width: 230px;
    height: 230px;
}

#part_central{
    height: 65vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #8B0000;
}

#part_central ul{
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    justify-items: center;
    height: 60vh;
    align-items: center;
}

.a_ul_partcentral{
    text-decoration: none;
    color: #8B0000;
    font-family: "Outfit", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    transition: 0.5 ease-in-out;
    letter-spacing: 2px;
}

.a_ul_partcentral:hover{
    color: #E6DAA9;
}

#part_inf{
    width: 100%;
    height: 25vh;
    background-color: #E6DAA9;
    margin-bottom: 15%;
    border: 2px solid #8B0000;
}

.logo {
    height: 35vh;
    position: relative;
    bottom: 15%;
}

#dupla_svgs_header{
    display: flex;
    justify-content: space-between;
    width: 6%;
}

.circle_header{
    border-radius: 50%;
    background-color: #E6DAA9;
    border: 2px solid #8B0000;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    transition: 0.8 ease-in-out;
}

.circle_header:hover{
    box-shadow: 4px 4px 10px gray;
}

#nav{
    display: flex;
    margin-top: 19vh;
}

#nav input{
    border: 2px solid #8B0000;
    width: 20%;
    height: 5vh;
    font-family: "Inter", sans-serif;
    padding-left: 1%;
    font-weight: 400;
    color: #000000;
    margin-left: 10%;
    border-radius: 10px;
}

#art_titulo{
    margin-top: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#art_ama{
    font-size: 20px;
    color: #E6DAA9;
    text-transform: uppercase;
    letter-spacing: 15px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

#art_ver{
    color: #8B0000;
    text-transform: uppercase;
    font-size: 48px;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    letter-spacing: 8px;
}

#main_qmsomos{
    display: flex;
    padding-top: 5%;
    gap: 5%;
    justify-content: center;
    height: 65vh;
    width: 80%;
    margin: 0 auto;
}

#main_qmsomos img{
    height: 55vh;
    width: 100%;
}

#main_qmsomos div{
    margin-top: 2%;
    background-color: #E6DAA9;
    height: 50vh;
    padding: 70px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #8B0000;
    border-radius: 8px;
}

#main_qmsomos p{
    color: #000000;
    font-family: "Inter", sans-serif;
    line-height: 1.5;
    font-size: 18px;
    letter-spacing: 1px;
}

#art_down_main{
    background-color: #d9d9d9;
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30vh;
    border: 2px solid #8B0000;
}

#art_down_main img{
    width: 20%;
}

footer{
    margin-top: 10%;
    background-color: #E6DAA9;
    width: 100%;
    height: 60vh;
    display: grid;
    grid-template-rows: 1fr 0.4fr;
    padding: 40px 80px;
}

#div_footer_1{
    grid-row: 1/2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 10px 40px ;
    gap: 5%;
}

.div1_grid{
    padding-top: 20%;
}

.section1_footer{
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    align-items: center;
    height: 15vh;
    gap: 5%;
}

.especial_sec_footer{
    background-color: #ffffff;
    border-radius: 15px;
    padding: 15px 5px;
    height: 20vh;
    box-shadow: 4px 4px 10px gray;
}

.art_footer1{
    display: flex;
    height: 5vh;
    justify-content: center;
    align-items: center;
    gap: 5%;
}

.art_footer1 h4{
    color: #8B0000;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.art_footer2{
    height: 5vh;
    display: flex;
    justify-content: center;
    gap: 5%;
    align-items: center;
}

.especial_art_footer{
    background-color: #ffffff;
    border-radius: 15px;
    height: 8vh;
    box-shadow: 4px 4px 10px gray;
    padding: 5px 15px;
}

.art_footer2 h4{
    text-transform: uppercase;
    font-family: "Outift", sans-serif;
    color: #8B0000;
    letter-spacing: 2px;
    font-weight: 600;
}

.divs_forma_pagar img{
    width: 100%;
    height: 5vh;
}

#section3_footer{
    display: grid;
    grid-template-rows: 0.5fr 2fr;
    height: 15vh;
    align-items: center;
    justify-content: center;
}

#section3_footer h4 {
    text-transform: uppercase;
    font-family: "Outift", sans-serif;
    color: #8B0000;
    letter-spacing: 2px;
    font-weight: 600;
}

#art_footer3{
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    justify-items: start;
    grid-row: 2/3;
    gap: 15% ;
}

#art_footer3 a{
    text-decoration: none;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    transition: 0.3s;
}

#art_footer3 a:hover{
    color: #8B0000;
}

#section4_footer{
   height: 15vh;
}

#div4_footer{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#div4_footer h4{
    text-transform: uppercase;
    font-family: "Outift", sans-serif;
    color: #8B0000;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 5%;
}

#div4_footer textarea{
    font-family: "Inter", sans-serif;
    font-weight: 200;
    color: #000000;
    padding: 10px 15px;
    width: 100%;
    height: 10vh;
    border-radius: 15px;
    border: 1px solid #8B0000;
    box-shadow: 4px 4px 10px gray;
}

#div4_footer button{
    border: none;
    border-radius: 50px;
    width: 30%;
    text-align: center;
    height: 5vh;
    background-color: #8B0000;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    margin-left: 65%;
    transition: 0.3s ease-in-out;
}

#div4_footer button:hover{
    background-color: #ffffff;
    color: #8B0000;
}

#div_footer_2{
    grid-row: 2/3;
    display: grid;
    grid-template-columns: 1fr 0.4fr;
    gap: 21%;
    align-items: center;
}

#section5_footer{
    width: 100%;
    height: 15vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#section5_footer img{
    height: 25vh;
    position: relative;
}

#section6_footer{
    width: 100%;
    height: 15vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5%;
}

#div_footer_sect6{
    display: flex;
    justify-content: space-around;
}

#txt_footer{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5vh;
}

#txt_footer h4{
    font-size: 16px;
    color: #8B0000;
    font-family: "Outift", sans-serif;
    font-weight: 600;
    margin-top: 5%;
}