/* TEXTOS */
.ImagenTexto .texto *{
    color: var(--azul-osc);
}
.ImagenTexto .texto strong *, .ImagenTexto .texto strong{
    color: var(--azul);
    font-family: "Roboto", sans-serif !important;
    font-size: clamp(1rem, 0.912621359223301rem + 0.24271844660194172vw, 1.125rem) !important; /* 16 -> 18*/
    line-height: clamp(1.125rem, 0.7754854368932039rem + 0.9708737864077669vw, 1.625rem) !important; /* 18 -> 26 */
    font-weight: 700 !important;
}
.ImagenTexto ul{
    list-style-type: none;
    padding: 0 0 0 4rem;
}
.ImagenTexto ul li{
    position: relative;
    margin: 1rem 0;
}
.ImagenTexto ul li::before{
    content: url(../../../images/icon_check.png);
    position: absolute;
    left: -30px;
    top: 0;
}
.ImagenTexto ul li{
    list-style-type: unset;
    background:none;
}

/* BOTONES */
.ImagenTexto .enlace a{
    color: white;
    background-color: var(--azul);
    border-radius:90px;
    padding: 0.65rem 2.5rem;
    text-decoration: none;
    text-transform: lowercase;
    font-weight: bold;
}
.ImagenTexto .enlace a:hover, .ImagenTexto .enlace a:focus {
    color: white;
    background-color: var(--azul-osc);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.39);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.39);
}

/* LISTAS */


