.evo-card-icon {
width: 100%;
padding: 60px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-bottom-left-radius: 24px;
.content {
display: flex ;
flex-direction: column ;
align-items: center;
height: 500px;
justify-content: space-between;
}
.elementor-icon {
color: var( --e-global-color-primary );
font-size: 48px;
border-radius: 50%;
border: 4px solid rgba(148, 0, 52, 0.34);;
padding: .5em;
svg {
fill: var( --e-global-color-primary );
}
&:hover {
border: 4px solid var( --e-global-color-primary );
background: var( --e-global-color-primary );
svg {
fill: white ;
}
}
}
.titulo {
font-size: 40px;
text-align: center ;
text-transform: uppercase;
line-height: 1.2;
}
.enlace {
text-align: center ;
}
img {
width: 100%;
height: 250px;
object-fit: cover;
}
.texto {
text-align: center;
margin-block-start: 24px;
margin-block-end: 24px;
}
.evo-card-icon__button {
display: flex ;
font-size: 18px;
font-weight: bold ;
padding: 20px 40px 20px 40px;
background: var( --e-global-color-primary );
color: white ;
border-color: var( --e-global-color-primary );
border-radius: 100px;
text-decoration: none;
align-items: center;
justify-content: center;
text-transform: uppercase;
&:hover {
background: #3e0000 ;
}
svg {
margin-left: 8px;
fill: white ;
width: 24px;
height: 16px;
}
span {
}
}
}