#hazte_cliente_plus_page div.hazte-cliente-plus-info {
    clear: both;
    margin-top: 5em;
}

#hazte_cliente_plus_page h2 {
    margin-top: 35px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: #5A5A5A;
    border-bottom: 1px solid #D6D6D6;
}

#hazte_cliente_plus_page a#acceso-usuarios-link {
    display: table;
    margin-top: 15px;
    padding: 15px;
    background-color: #00A651;
    color: #FFFFFF;
    cursor: pointer;
    font: bold 14px/17px "Roboto", sans-serif;
    margin-left: auto;
    margin-right: auto;
}

#hazte_cliente_plus_page a#acceso-usuarios-link:hover {
    background-color: #008000;
    color: #FBC21D;
}

#hazte_cliente_plus_page strong {
    color: #051D5B;
}

.hazte-cliente-plus-info p {
    text-align: justify;
}

#hazte_cliente_plus_container .plus-texto-container p {
    margin-bottom: 0;
    line-height: 21px;
    font-size: 1.37rem;
}

img#hazte_plus_cartel {
    margin-top: 15px;
    margin-bottom: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#hazte_cliente_plus_container {
    max-width: 540px;
}

.resaltar {
    color: #051D5B;
    background-color: #FFFF00;
    font-weight: bold;
}

.centrar-texto {
    text-align: center;
}

#hazte_cliente_plus_container p.exclusive-promos {
    margin-top: 25px;
    font-size: 1.7rem;
}

.hazte-cliente-plus-info span.etic-destacar-texto {
    font-style: italic;
    color: #051D5B;
    font-weight: 600;
}

.hazte-cliente-plus-info a {
    color: #051D5B;
    font-weight: bold;
}

.hazte-cliente-plus-info a:hover {
    color: #FBC21D;
}

@media (min-width: 568px) {
    /* eTIC02 -> Hacer que el texto ocupe el total de ancho de la línea: */
    #hazte_cliente_plus_container .plus-texto-container p:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

    img#hazte_plus_cartel {
        max-width: 540px;
    }
}

@media (max-width: 567px) {
    #hazte_cliente_plus_container .plus-texto-container p {
        line-height: 2.4rem;
    }
}

