﻿li {
    color: #616161
}

ol {
    list-style-type: none;
}

    /*ol li::before {
        content: "{";*/
        /* Puedes añadir aquí la letra que deseas, como 'a' para 'a)' */
        /*counter-increment: my-counter;
        content: counter(my-counter) ".)";
        display: inline-block;
        width: 1em;
    }*/

/*ol {
    counter-reset: my-counter;
    list-style-type: none;*/ /* El punto ya no se mostrará*/
/*}*/

.aviso_privacidad {
    background: #F8F8F8;
    margin-top: 25px;
    position: relative;
    height: auto;
}

.modal .aviso_privacidad{
    margin-top: 0;
}

.aviso_privacidad h2 {
    margin: 0;
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    color: #FFF;
    padding: 10px 10px 10px 0;
}
    .aviso_privacidad .titulo_privacidad {
        position: absolute;
        background: #2B557D;
        margin-left: -450px;
        padding-left: 450px;
        border-radius: 4px;
        /*top: -25px;*/
        top: 0;
        z-index: 99;
    }
.aviso_privacidad h1 {
    color: #2B557D;
    font-weight: 700;
    margin: 30px 0 10px 0;
    font-size: 18px;
}
.aviso_privacidad p {
    font-size: 14px;
    color: #616161;
}
.aviso_privacidad h3 {
    font-size: 16px;
    color: #616161;
    font-weight: 700;
}
.text-SM {
    margin: 20px 0;
}
.text-SM p {
    margin: 0;
}
.info_fines {
    width: 100%;
    display: flex;
}
.destinatarios {
    width: 400px;
    display: flex;
    flex-direction: column;
}
.finalidad {
    width: 435px;
    display: flex;
    flex-direction: column;
    margin: 20px 25px;
}
.Consentimiento {
    width: 250px;
    display: flex;
    flex-direction: column;
}
span {
    font-weight: 700;
}
.infos_2divs {
    display: flex;
}
.datos_personales {
    margin-right: 40px;
}
.infos_2divs p {
    margin: 0;
}
.justificado {
    text-align: justify;
}
.justificadosangria {
    text-align: justify;
    text-indent: 1.5em;
}

.justificadosangriadoble {
    /*text-align: justify;*/
    text-indent: 2em;
    padding-left: 1.5em;
}

.sansegrenglon40 {
    padding-left: 3em;
}

.sansegrenglon20 {
    padding-left: 1.5em;
}

.formato hr {
    border: 0;
    border-top: 1px solid black;
    background-color: black;
}

#hr-firma-rep {
    float: inline-start
}

#hr-firma-tit {
    float: right;
    margin-left: -0%;
}

#hr-firma {
    float: right;
    margin-left: -0%;
}

/*hr {
    border: 0;
    height: 1px;
    background-color: black;
    float: right;
}*/
@media screen and (max-width: 1199px) {
    .destinatarios {
    }
    .finalidad {
    }
    .Consentimiento {
    }
}