.flip-card {
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    perspective: 1000px;
    margin: auto;
    border-radius:3px;
}
.flip-card > h3,
.flip-card a,.flip-card * a{ color: white !Important;
    }
    
    body * .flip-title{color: white !Important;}
flip-card-front{}
.flip-card-inner {
    position: relative;
    width: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    backface-visibility: hidden;
    border-radius: 3px;
    
    display: flex;
    
    align-items: center;
    padding: 28px;
}

.flip-card-front {
    justify-content: flex-start;
    background-size: cover;
    background-position: center;
    color: white;
    font-size: 22px;
    font-weight: bold;
    display: flex
;
    border-radius: 6px;
    align-items: flex-end;
    padding: 28px;
    overflow:hidden;
  
}
.flip-title{
    margin-bottom: -2px;
    font-size: 24px;
    font-weight: bold;
    line-height:28px;
}

.flip-card-back {
    background: #015985;
    color: white;
    transform: rotateY(180deg);
        
border-radius:6px;
    
}

.flip-card-back p{
       text-align:left;
   font-size: 18px;
   line-height:120%;
}



body * a.readmorebtn {
    background-color: #015985;
  
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    width: 118px;
    height: 30px;
    border-radius: 5px;
    padding: 7.9px 15.71px 5.15px;
    line-height: 23px;
}

body * a.readmorebtn:hover{
 color:#000;
 background:#00eaff !Important;
}


.loop-customized-3 h3{
    margin-bottom: 5px;
    margin-top: 0;
	line-height:99%;
}

.loop-customized-3 h3 a{
font-size: 24px;
line-height: inherit;
color: #025a85;
font-weight: 700;
}


.loop-customized-3 .readmorebtn{
margin-bottom:34px;
display:table;
}


.loop-customized-3 p{
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 21px;
}


.envent-list-home-369 {
display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.envent-list-home-369:last-child {
    margin-bottom: 0px;
}


.post-thumbnail{flex:40%;}
.text-item-loop-post{flex:60%;}


.text-item-loop-post .dateEvent{
    font-size: 14px;
    line-height: normal;
    color: #000000;
    font-weight: 400;
        margin: 3px 0 0 0;
}


.envent-list-home-369 * h3{
      margin: -2px 0 5px 0
  
}

.envent-list-home-369 p{
   
    line-height: 22px;

    margin-bottom:0;
}


.envent-list-home-369 .post-thumbnail a {
    color: #000000;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
}


.lineBg * h2 {
    position: relative;
    display: inline-block; /* Faz o h2 ocupar apenas o espaço do texto */
   
   
  
}

.lineBg * h2::after {
    content: "";
    position: absolute;
    top: 58%;
    left: 100%;
    height: 1px;
    background-color: black;
    margin-left:25px;
    width: 700px;
}


.lineBg *.elementor-widget-container{
    overflow: hidden;
}


.shadow_inner3{
    content: "";
    height: 143px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.0) 40%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 0;
}
.flip-title{
position:relative;z-index:1;
	
}

.flip-card-back {
    flex-direction: column;
    text-align: left;
    align-items: self-start;
}


.flip-card-back h2{
	color:#FFF;
	font-size:24px;
	margin-bottom:9px;
}

.flip-card-back span{
    background: #FFF;
    font-weight: bold;
    font-size: 14px;
    width:auto;
    height: 30px;
    border-radius: 5px;
    padding: 7.9px 15.71px 5.15px;
    line-height: normal;    
text-transform:uppercase;
    color: #015985;
   
}

 .flip-card-back span:hover{
    background-color: #00EAFF;
    color: #000000;
}


@media (max-width: 768px) {

.envent-list-home-369{
    
    gap: 24px;
    margin-bottom: 32px;
    flex-direction: column;
}

}