.elementor-column .icono {
    width: 4rem;
    height: 3.7rem;
    /*background-color: #9f2241;*/
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;

    display: inline-block;
    vertical-align: middle;
}

.elementor-column .imagen {
    width: 100%;
    height: 100%;
    /*background-color: #9f2241;*/
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;

    display: inline-block;
    vertical-align: middle;
}

.elementor-column .image-link img {
    opacity: 2;
    transition: all 0.3s ease-in-out;
}
  
.elementor-column .image-link:hover img {
    opacity: 0.6;
}  

.elementor-column .serves{
    padding: 1rem;
}

.elementor-column .titulos{
    color: #9f2241;
}

.elementor-column .botones{
    padding: 2rem;
}

.elementor-column .texto{
    font-weight: 700;
    text-decoration: none;
    font-variant-caps: all-small-caps;
    color: #707070;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
}

.elementor-container .boton{
    color: #A12140;
    border-color: #f7efef;
    background-color: #f7efef;
    justify-content: end;
}

.elementor-container .boton:hover{
    color: #f7efef;
    background-color: #A12140;
    border-color: #A12140;
}

.elementor-container .Docs li{
    font-weight: bold;
}

.elementor-container .Docs a{
    color: #A12140;
}