#articles-banner{

    background-image: url('../images/background-blue.PNG');
    font-size: 40px ;
    font-family: 'Roboto', sans-serif;
    background-attachment: fixed;
    padding: 50px;
    color: white;
    font-weight: 600;
    z-index: 1;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     text-align: center;
   
}
#articles-slides{
    margin-top:20px;
    position: relative;
    text-align: center;

}





#content-articles{
    display: flex;
}

#articles-container-photo img{
    border-radius: 0px 32px;
    max-width: 398px;
    max-height: 300px;
    object-fit: cover;

}
#articles-container{
    display: flex;
    justify-content: space-between;
    padding: 50px;
    flex-wrap: wrap;
  
}
#card-articles{
    max-width: 400px;
   

}
#articles-container-text{
    max-width: 388px;
    text-align: justify;
    font-family: 'Rosarivo', serif;
    font-size: 14px;
    padding: 15px;
}
#articles-container-title{
    color: var(--text-titles);
    font-size: 24px;
    display: flex;
    font-weight: bold;
    margin-top: 20px;  
    justify-content: center;
    align-items: center;

}
#readMore{
    color: var(--text-titles);
    text-align: right;
    font-weight: 700;
    margin-right: 10px;
}
#articles-container-right ul{
    list-style:none;
    text-align: right;
    color: var(--text-titles);

    
}
#articles-container-right h2{
   color: var(--color-blue-titles)  
}
#articles-container-left{
    display: flex;
    gap: 70px;
    flex-wrap: wrap;
   
  
    justify-content: space-between;
}
#articles-container-right{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#searchbutton{
    background-color: var(--titles-background);
    border: none;
    padding: 5px;
    border-radius: 5px;
}
#right_contatos_articles{
   
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    margin-bottom: 20px;

}
#icones-social-media{
   
    align-items: center;
    gap: 20px;
  
    display: flex;
    justify-content: center;
}