*{
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

#p1{
    width: 100%;
    height: 250vh;
}

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: 20px;
    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;
}

#sect_1{
    margin-top: 5%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 150vh;
}

#main1{
    width: 20%;
    background-color: #D9D9D9;
    height: 140vh;
    border: 2px solid #8B0000;
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-rows: 1fr 1.5fr 1.5fr 1fr;
}

#title_main1{
    width: 50%;
    text-align: center;
    position: relative;
    margin-top: 5%;
}

#title_main1 p{
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 300;
}

#title_main1 a{
    color: #8B0000;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#especial{
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    color: #000000;
    font-weight: 300;
    position: absolute;
    top: 65%;
    right: 20%;
}

#txt_main1{
    text-align: center;
    width: 80%;
}

#txt_main1 p{
    color: #000000;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 5%;
}

#forms_main1{
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 5%;
    height: 30vh;
}

#forms_main1 input{
    border: none;
    height: 4vh;
    width: 100%;
    border-radius: 8px;
    padding: 2px 10px;
    color: #000000;
    font-weight: 300;
    font-size: 14px;
    font-family: "Inter", sans-serif;
}

.txt_forms{
    text-transform: uppercase;
    color: #000000;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

#forms_main1 button{
    border: none;
    border-radius: 50px;
    width: 50%;
    text-align: center;
    height: 5vh;
    background-color: #8B0000;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    margin-left: 25%;
    transition: 0.3s ease-in-out;
    text-transform: capitalize;
    margin-top: 5%;
}

#forms_main1 button:hover{
    background-color: #ffffff;
    color: #8B0000;
    box-shadow: 4px 4px 10px gray;
}

#saber_main1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 20vh;
}

#txt_saber{
    text-align: center;
    margin-bottom: 10%;
}

#txt_saber p{
    color: #000000;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

#saber_mais{
    width: 70% ;
    height: 4vh;
    background-color: #8B0000;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3 ease-in-out;
}

#saber_mais a{
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

#saber_mais:hover{
    background-color: #ffffff;
    box-shadow: 4px 4px 10px gray;
}

#saber_mais:hover a{
    color: #8B0000;
}

#main2{
    width: 60%;
    background-color:#D9D9D9 ;
    height: 150vh;
    border-radius: 8px;
}

#title_main2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30vh;
}

#svg_main2{
    margin-top: 5%;
    margin-bottom: 1.5%;
    background-color: #E6DAA9;
    width: 10%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 4px 4px 10px gray;
}

#p_1{
    color: #000000;
    font-size: 40px;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 0.5%;
}

#p_2{
    color: #000000;
    font-size: 16px;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
}

#title_main2 a{
    color: #8B0000;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;    
}

#forms_main2{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    margin: 0 auto;
    width: 80%;
    /* gap: 3%;
    height: 60vh; */
}

.nome{
    width: 100%;
    margin-left: 5%;
}

.nome p{
    color: #000000;
    font-size: 24px;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding-top: 8%;
}

.nome input{
    margin-top: 2%;
    border: none;
    color: #000000;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding: 5px 10px;
    width: 90%;
    border-radius: 8px;
    height: 5vh;
}

.flex_tel_email{
    width: 100%;
    display: flex;
}

#txtarea{
    width: 100%;
    display: flex;
    /* justify-content: center; */
}

#txtarea textarea{
    margin-top: 5%;
    border: 1px solid #8B0000;
    border-radius: 8px;
    color: #000000;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding: 30px 30px;
    width: 95%;
    height: 25vh;
}

#infos_inf_main2{
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

#infos_inf_main2 button{
    border: none;
    border-radius: 50px;
    width: 50%;
    text-align: center;
    height: 5vh;
    background-color: #8B0000;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    transition: 0.3s ease-in-out;
    text-transform: uppercase   ;
    margin-top: 5%;
    margin-bottom: 5%;
}

#infos_inf_main2 button:hover{
    background-color: #ffffff;
    color: #8B0000;
    box-shadow: 4px 4px 10px gray;
}

#infos_inf_main2 p{
    color: #000000;
    font-size: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

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%;
}