html, body
{
    font-family: "Roboto";
    font-weight: 300;
}

body
{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}


header, .sub_menu_header
{
    /* background-color: rgba(0, 0, 255, 0.7); */
    /* background-image: linear-gradient(to right, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.7), white ); */
    background-image: linear-gradient(to right, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.7), rgba(17, 17, 221, 0.7) );
}

header img
{
    width: 100px;
}

header img, header ul li 
{
    cursor: pointer;
}

header i
{
    display: none;
    color: white;
}

header form
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.div_zap, .div_log, .div_zap_2, .div_log_2
{
    color: white; 
    border-radius: 10px; 
    border: 2px groove white;
    padding: 7px;
    font-weight: 700;
}

.div_zap img, .div_zap_2 img 
{ 
    width: 25px;
    margin-right: 10px;
}

.div_log
{
    cursor: pointer;
}

nav
{
    /* width: 300px; */
    width: 25%;
    min-height: 300px;
    
    display: flex;
    flex-direction: column;
    justify-content: start; 
    align-items: center;
    padding-top: 15px; 
    padding-bottom: 15px;
    height: auto ;
}

nav a
{
    width: 90%;

}

nav button, .item_button
{
    background-image: linear-gradient(to right, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.7), rgba(92, 92, 226, 0.7) );
    color: white;

    border-radius: 7px;

    transition: 0.5s all;
}

nav button
{
    margin-top: 10px;
    width: 100%;

    height: 30px;
    
    font-size: 19px;
    cursor: pointer;
}

.item_button
{
    padding: 10px;
}



nav button:hover, .item_button:hover
{
    background-image: linear-gradient(to right, rgba(0, 0, 255, 0.3), rgba(0, 0, 255, 0.3), rgba(92, 92, 226, 0.3) );
}

section
{
    width: 74%;
    /* max-width: 100%; */
    /* min-height: 500px; */
    background-color: white;

    /* display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center; */
}


section p
{
    font-size: 17px;
}

.div_item
{
    margin: 15px; 
    width: 250px; 
    /* height: 500px; */
    height: auto;
    overflow: hidden;
    padding-top: 7px;
    padding-bottom: 10px;
    
    /* display: inline; */
    float: left; 
    
}

.div_item h4
{
    width: 90%;
    font-size: 15px;
}

.div_item table
{
    font-size: 15px;
    width: 90%;
}

.div_item table th
{
    text-align: left;
}

.div_item table td
{
    text-align: right;
}




.sub_menu_header
{
    /* position: absolute; */
    position: fixed;
    margin-top: 0;
    margin-left: 0;
    /* margin-top: 378px; */
    /* margin-top: 325px; */
    z-index: 30;
    display: none;

    width: 100%;
    height: 100%;
    overflow: auto;
}

.sub_menu_header ul
{
    /* margin-left: -5px; */
    margin-right: 10px;

}

.sub_menu_header ul li
{
    font-weight: 700;
    margin-top: 10px;
    list-style-type: none;
    margin-right: 30px;
}

.sub_menu_header ul li a
{
    text-decoration: none;
    color: white;
    transition: 0.5s all;

    
}

.sub_menu_header ul li a:hover
{
    text-decoration: underline;
}

.sub_menu_header h2
{
    color: white;
    width: 90%;
    cursor: pointer;
    text-align: right;
}



.div_destaque
{ 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    background-color: transparent;
}

.kit_itens
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
}

.kit_itens, .div_item, nav
{
    border-radius: 15px;
    
}

.kit_itens, .kit_itens table td, .kit_itens table th, .div_item, nav
{
    border: groove rgb(228, 212, 212) 1px;
    /* border: groove blue 1px; */
}



.kit_ima
{
    background-size: 70%; 
    background-position: center center; 
    background-repeat: no-repeat; 
    width: 250px; 
    height: 250px;
}

.div_info
{
    width: 50%;
}


.div_pop
{
    width: 100%; 
    height: 100%; 
    background-color: rgba(0, 0, 0, 0.5); 
    position: fixed; z-index: 10; 
}

.div_pop_info
{
    border-radius: 15px; 
    width: 450px; 
    height: 600px; 
    overflow: auto; 
    background-color: white; 
    /* margin-top: 15px;  */
}

.div_pop, .div_pop_info
{
    transition: 0.5s all;
    opacity: 0;
    display: none;
}


.div_pop_info ul li
{
    margin-top: 12px;
    /* margin-right: 30px; */
}


.div_pop_info_block
{
    height: auto; 
    border-radius: 15px;
    border: inset 2px; 
    padding: 2px;
}

.div_pop_info_block img
{
    width: 60px;
    margin: 5px;
}

.div_pop_info h2
{
    width: 90%;
    text-align: right;
    cursor: pointer;
    font-weight: 900;
}


/* .pop_pesq
{
    width: 100%;
    height: 100%;

    position: fixed;
    background-color: rgba(0, 0, 255, 0.5);
    z-index: 30;
    margin-top: 0;
    margin-left: 0;
} */