.service-box i.cuadrado
{
    background: #eeeeee;
    border-radius: 4px;
    color: #841374;
    font-size: 32px;
    margin: 20px 0 0 0;
    padding: 16px;
    position: relative;
}
.service-box i.cuadrado i
{
    color: #eeeeee;
    font-size: 20px;
    position: absolute;
    right: -7px;
    top: 2px;
}
.service-box i.cuadrado:after
{
    
}
.service-box i.cuadrado:hover
{
    color: #fff;
    background: #841374;
    border-radius: 50%;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}
.service-box i.cuadrado:hover > i
{
    display: none;
}
.dNewsletter
{
    position: relative;
}
.dNewsletter .cubreNewsletter,
.dNewsletter .estado
{
    display: none;
    position: absolute;
    width: 100%;
}
.dNewsletter .cubreNewsletter
{
    background: #fff url('../imagenes/ajax.gif') center center no-repeat;
    color: #841374;
    height: 50px;
    text-align: center;
    padding: 50px 0 0 0;
}
.dNewsletter .estado
{
    left: 0;
    color: #841374;
    text-align: center;
    top: 45px;
}
.mujeresDragon h1
{
    color: #fff;
    background: #841374;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}
.mujeresDragon p
{
    font-size: 16px;
    line-height: 20px;
    -moz-text-shadow: 1px 1px 5px #000;
    -webkit-text-shadow: 1px 1px 5px #000;
    text-shadow: 1px 1px 5px #000;
}