*{
    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: 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;
}

#art_linha{
    margin-top: 3%;
    width: 100%;
    height: 6vh;
    background-color: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10%;
}

.ri_linha{
    display: flex;
    justify-content: space-between;
    width: 20%;
}

.ri_linha a{
    font-family: "Outfit", sans-serif;
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;
}

#section1_grade{
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}

#filtrar{
    background-color: #d9d9d9;
    width: 30%;
    height: 75vh;
    padding: 40px 60px ;
    border: 5px solid #E6DAA9;
    border-radius: 10px;
    border-left: none;
}

#filtrar h1{
    color: #000000;
    font-size: 36px;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-weight: 250;
    margin-bottom: 10%;
}

#in_filtrar{
    margin-left: 7%;
}

#in_filtrar p{
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    margin-top: 20%;
}

.tamanhos_filtrar_num{
    margin-top: 5%;
    display: flex;
    gap: 10%;
    margin-bottom: 5%;
    align-items: center;
    margin-left: 15%;
}

.tamanhos_in{
    background-color: #ffffff;
    width: 12%;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
}

.tamanhos_in:hover{
    box-shadow: 4px 4px 10px gray;
}

#precos_filtrar{
    margin-top: 1.5%;
    margin-left: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10%;
    height: 15vh;
}

.precos_in{
    background-color: #ffffff;
    color: #000000;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    width: 80%;
    height: 3vh;
    align-items: center;
    padding: 5px 15px;
    border-radius: 10px;
    transition: 0.3 ease-in-out;
}

.precos_in:hover{
    box-shadow: 4px 4px 10px gray;
}

#div-grids-dois{
    grid-row: 2/3;
    grid-column: 1/3;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    gap: 10%;
    width: 50%;
}

#nav-lateral{
    height: 75vh;
    width: 70%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 2fr;
}

#nav-lateral-img{
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    grid-column: 1/3;
    grid-row: 1;
    justify-self: end;
    
}

#nav-lateral:hover #nav-lateral-img{
    box-shadow: 4px 4px 10px gray;
}

#grid_main{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    justify-items: center;
    margin-top: 3%;
    margin-right: 5%;
    margin-left: 5%;
}

#grid_main a{
    width: 100%;
}

.grid_IN{
    background-color: #eeedf0;  
    width:70%;
    height: 42vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease-in-out;
}

/* .grid_main a{
    width: 100%;
    text-align: center;
} */

.grid_IN:hover{
    box-shadow: 4px 4px 10px gray;
}

.img_GRIDIN>img{
    height: 35vh;
    margin-top: 7%;
    border-radius: 10px;
}

.txt_grid{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5%;
    width: 75%;
}

.txt_grid p{
    text-transform: uppercase;
    color: #000000;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
}

.icon_main{
    background-color: #ffffff;
    width: 17%;
    height: 4vh;
    border-radius: 50%;
    display: flex;
    border: 1px solid #8B0000;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.icon_main:hover{
    background-color: transparent;
}

#tab_medi{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    margin-top: 5%;
    flex-direction: column;
}

#nav2{
    display: flex;
    align-items:  flex-end;
    justify-content: flex-start;
    gap: 5%;
    height: 30vh;
    width: 60%;
    background-image: url(Banner\ Ofertas\ Dia\ das\ Mães\ Floral\ Rosa\ e\ Branco.png);
    background-size: cover;
}

#tabela_medi{
    background-color: #ffffff;
    margin-left: 5%;
    margin-bottom: 4%;
    width: 15%;
    height: 15vh;
    padding: 10px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: 0.3s ease-in-out;
}

#tabela_medi h4{
    font-size: 24px;
    letter-spacing: 5px;
    font-weight: 400;
    color: #000000;
    line-height: 1.3;
    font-family: "Outfit", sans-serif;
}

#tabela_medi:hover{
    background-color: #8B0000;
}

#tabela_medi:hover h4{
    color: #ffffff;
}

#tabela_medi_conf{
    background-color: #E6DAA9;
    margin-bottom: 4%;
    width: 10%;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

#tabela_medi_conf h4{
    font-family: "Outfit", sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    transition: 0.3s ease-in-out;
}

#tabela_medi_conf:hover{
    background-color: #8B0000;
}

#tabela_medi_conf:hover h4{
    color: #ffffff;
}

#art_tab_medi{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.5%;
    width: 100%;
}

#art_tab_medi a{
    width: 20%;
    height: 5vh;
    background-color: #E6DAA9;
    color: #8B0000;
    font-family: "Outfit", sans-serif;
    display: flex;
    border-radius: 50px;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    transition: 0.3s ease-in;
}

#art_tab_medi a:hover{
    box-shadow: 4px 4px 10px gray;
}

footer{
    margin-top: 5%;
    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%;
}

