#ud_riviste .box_singola_rivista{
    min-height: 322px;
    margin-bottom: 4.3rem;
    border-right: 24px solid #fff;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;
    z-index: 0;
}
#ud_riviste .box_singola_rivista .hover_visible{
    position: relative;
    display: block;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 7.4rem 2.9rem;
}
#ud_riviste .box_singola_rivista:hover .hover_visible{
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
#ud_riviste .box_singola_rivista .hover_visible p,
#ud_riviste .box_singola_rivista .hover_visible a{
    display: none;
}
#ud_riviste .box_singola_rivista:hover::after{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: -1;
    background-color: #313446;
    opacity: 0.8;
}
#ud_riviste .box_singola_rivista:hover .hover_visible p,
#ud_riviste .box_singola_rivista:hover .hover_visible a{
    display: block;
    cursor: pointer;
    z-index: 99;
}
#ud_riviste .box_singola_rivista .hover_visible p{
    margin-bottom: 2.3rem;
    font-family: barlowregular;
    font-style: normal;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 3rem;
    color: var(--white);
}
#ud_riviste .box_singola_rivista:hover .hover_visible a.btn-ud-basicBlue{
    margin-bottom: 0.9rem;
}
#ud_riviste .box_singola_rivista:hover .hover_visible a.btn-ud-basicBlue,
#ud_riviste .box_singola_rivista:hover .hover_visible a.btn-ud-basicWhite{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 5.2rem;
    border: 0;
}
#ud_riviste .box_singola_rivista:hover .hover_visible a.btn-ud-basicBlue:hover{
    background: #3E98A7;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    color:var(--white);
}
#ud_riviste .box_singola_rivista:hover .hover_visible a.btn-ud-basicWhite:hover{
    background: #F0F2F8;
    border: 1px solid #53AFBE;
    box-sizing: border-box;
    color:var(--basicBlue);
}
#ud_riviste .box_singola_rivista:hover .hover_visible a.btn-ud-basicWhite{
    display: flex;
    align-items: center;
    padding:1.4rem 1.8rem;
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.4rem;
    color: #53AFBE;
    background-color: var(--white);
}
.box_singola_rivista_mobile{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 3rem;
}
#ud_riviste .box_singola_rivista_mobile p{
    font-family: barlowregular;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
#ud_riviste .box_singola_rivista_mobile .hover_visible{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 3rem;
}
#ud_riviste .box_singola_rivista_mobile .hover_visible a{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 48px;
    cursor: pointer;
}
#ud_riviste .box_singola_rivista_mobile .hover_visible a:first-child{
    margin-right: 1.4rem;
    margin-bottom: 0 !important;
}
#ud_riviste .box_singola_rivista_mobile .hover_visible a.btn-ud-basicBlue:hover{
    background: #3E98A7;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
}

#ud_riviste .box_singola_rivista_mobile .hover_visible a.btn-ud-basicWhite{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 48px;
    padding:1.4rem 1.8rem;
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    background-color: var(--white);
    border: 1px solid #53AFBE;
    color:#53AFBE;
}
#ud_riviste .box_singola_rivista_mobile .hover_visible a.btn-ud-basicWhite:hover{
    background: #F0F2F8;
    border: 1px solid #53AFBE;
    box-sizing: border-box;
}
.loadMore_container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8rem;
}
/* ------- Loader ------- */
.loader {
	width: 30px;
    height: 30px;
    position: absolute;
    left: 30.5%;
    border-radius: 50%;
    border: 7px solid rgba(255, 255, 255, 0.1);
    border-top-color: #53AFBE;
    border-right-color: #53AFBE;
    animation: spin 1s linear infinite;
    margin-left: 1.5rem;
}

@keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }

/* ------- End Loader ------- */
