:root{
    --title-color:#322153;
    --primary-color:#34cb79;
}


.card-novidades img{
    width: 100%;
    height:300px;
}

.card-novidades p{
    font-size: 15px;
}


#modal{
    background-color: #0E0A14ef;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;   
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 400ms;
    overflow-x:auto; 
}
.content-form-novidades{
    background-color: white;
    width: 600px;
    height: 70vh;
    border-radius: 7px;
}

#modal .header{
    display: flex;
    justify-content: space-around;
    margin: 25px 0px;
}
#modal a{
    color:black;
    font-size: 20px;
    font-weight: bold;
}

#modal a:hover{
    color:rgb(104, 102, 102);
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

#modal img{
   width: 80%;
   height: 35vh;
   border-radius: 7px;
   
}
#modal form label{
    font-size: 14px;
    line-height: 16px;
    display: block;
    margin-bottom: 8px;
}
#modal form field{
    display: flex;
    
}
#modal form input{
    flex:1;
    background-color: #f0f0f5;
    border-radius: 8px 0 0 8px;
    border: 0;
    padding: 16px 24px;
    font-size: 16px;
    color: #6c6c80;
}
.search{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}

#modal button:hover{
    background-color: #2fb85e;
    cursor: pointer;
}

#modal.hide{
    display: none;
}


#modal.point .content-form{

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

}

#modal.point .content-form h1{
    margin-top: 30px;
}