section.latestNews {
    background-color: var(--background)
}

div.backgroundNoneLatestNews {
    margin-top: 2rem;
    background-color: transparent;
    border: 0;
}

img.publicity {
    width: 100%;
}

div.read:hover {
    cursor: pointer;
}

span.badge {
    transition: all 0s ease-in-out !important;
}

div.read:hover span.badge {
    background-color: var(--rosewood);
    transition: all 0s ease-in-out !important;
}

div.read:hover p {
    color: var(--rose);
    font-weight: bold;
    cursor: pointer;
}

a.page-link {
    border: none !important;
    color: var(--gray);
}
a.page-link:hover { 
    color: var(--gray);
}
li.page-item.active 
a.page-link {
    background-color: var(--gray);;
    border-radius: 2px;
}

div.profile1 {
    margin-bottom: -110px;
    margin-left: auto;
    height: 110px;
    width: 110px;
    background-color: var(--rosewood);
    border-radius: 10px;
}
div.profile2 {
    height: 110px;
    width: 110px;
    background-color: var(--rosewood);
    border-radius: 10px;
    margin-top: -110px;
}

img.profile {
    padding: 8px;
    z-index: 1;
}

h5 {
    color: var(--gray);;
    font-weight: bold;
    font-size: 24px;
}

div.card:hover {
    cursor: pointer;
}

span.social {
    color: var(--rose);
    font-size: 16px;
    margin: -10px 0 10px;
    font-style: italic;
}

div.mostRead {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
}
  
div.read:not(:last-child) { 
    padding: 0 0 20px;
    border-bottom: 1px dashed rgba(106, 103, 89, 0.15);
}

h5.publicity {
    padding: 30px 20px 20px;
    border-bottom: 1px dashed rgba(106, 103, 89, 0.15);
}

div.cadaster {
    margin: 30px 0;
    padding: 20px;
    background-color: var(--rosewood);
    color: var(--background);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

h2.mail {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0;
}

span.mail {
    font-size: 16px;
    line-height: 20px;
}

div.mail {
    margin: 0 0 10px 10px;
}

input {
    border-radius: 3px;
    padding: 10px;
    border: none;
    margin: 10px 0;
    outline: 0;
}
input::placeholder {
    color: #BDBDBD;
}

button.mail {
    background-color: var(--rose);
    color: var(--background);
    margin: 10px 0 20px;
    width: 95px;
}
button.mail:hover {
    color: var(--background);
    opacity: 0.8;
}

p.mail {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
}

button.pagination {
    color: var(--gray);;
}

button.pagination.active {
    color: var(--background);
    background-color: var(--gray);;
}

button {
    border: 0;
}


.modal-header{
    justify-content: center;
    background-color: #8f2147;
}

.modal-title{
    color: white;
}
.modal-header .close{
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
}
.close{
    color: #fff;
    opacity: 1;
}

.close:hover{
    opacity: .5;
}

.modal-btn{
    color: #8f2147 !important; 
    font-size: 1rem; 
    border: 1px solid #8f2147 !important; 
    cursor: pointer;
}

.modal-btn:hover{
    background-color: #8f2147;
    color: white !important;
    transition: all .8s; 
}

.modal-img{
    border-radius: 50%;
}