    @font-face {
        font-family: 'amnistiaBold';
        src: url('../../../fonts/AmnestyTradeGothic-BdCn20.ttf') format('truetype');
        font-weight: bold;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'amnistia';
        src: url('../../../fonts/AmnestyTradeGothic.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'roboto';
        src: url('../../../fonts/roboto/Roboto-Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
    
    .roboto {
        font-family: "roboto", Arial, Helvetica, sans-serif;
    }
    
    .amnistiaBold {
        font-family: "amnistiaBold", Arial, Helvetica, sans-serif;
    }
    
    .amnistia {
        font-family: "amnistia", Arial, Helvetica, sans-serif;
    }
    
    body {
        font-family: "amnistia", Arial, Helvetica, sans-serif;
        color: #000;
        font-size: 12px;
        background-color: #FAFAFA;
    }
    
    .btn-yellow {
        background: #ff0;
        color: #000;
        border: none;
        border-radius: 10px;
        border: solid #ff0 2px;
        font-family: "amnistiaBold", sans-serif;
    }
    
    .btn-yellow:hover,
    .btn-yellow:focus {
        border: solid #000 2px;
        color: #000;
    }
    
    .modal-content {
        text-align: center;
        opacity: .9;
        width: 400px;
        margin: auto auto 1.5em auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 200px;
        background: #b3b3b3;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
        padding: 0px 20px;
    }
    
    .centar_vetical {
        display: flex;
        align-items: center;
    }
    
    #usuario,
    #contrasena,
    #correo-envia {
        height: 42px;
        font-size: 18px;
        border: 0;
        padding-left: 54px;
        border-radius: 20px;
        border: 1px solid #999;
    }
    
    select {
        height: 42px;
        font-size: 18px;
        border: 0;
        padding-left: 54px;
        border-radius: 20px;
        border: 1px solid #999;
    }
    
    .advertencia {
        position: relative;
        height: 10px;
        color: #dd0000;
        bottom: 6px;
        font-weight: bold;
    }
    
    .form-group::before {
        font-family: "Font Awesome\ 5 Free";
        position: absolute;
        left: 28px;
        font-size: 22px;
        padding-top: 4px;
    }
    
    .form-group#user-group::before {
        content: "\f007";
        color: #000;
    }
    
    .form-group#contrasena-group::before {
        content: "\f023";
        color: #000;
    }
    
    .bi-currency-dollar#costo1::before {
        content: "\f007";
        color: #000;
    }
    
    #frminicio {
        margin: 0px;
    }
    
    #button {
        width: 60%;
        margin: 5px 0 25px;
    }
    
    #button-envia {
        width: 60%;
        margin: 3px 0 15px;
    }
    
    .forgot {
        padding: 5px 0;
        text-align: center;
    }
    
    .link {
        margin: 0px 0px 20px;
        color: #000;
        cursor: pointer;
    }
    
    .cursor-poointer {
        cursor: pointer;
    }
    
    .link:hover {
        text-decoration: underline;
    }
    
    .texto-top {
        position: relative;
        vertical-align: top;
    }
    
    #user-id {
        border-radius: 20px;
    }
    
    .box {
        margin-top: 11%;
    }
    
    .mal {
        position: relative;
        font-size: 13px;
        bottom: 15px;
        color: #dd0000;
    }
    
    .ingrese-correo {
        padding: 11px 8px 8px;
        margin: 0px;
        color: #000;
    }
    
    .bien {
        position: relative;
        font-size: 13px;
        bottom: 15px;
        color: #008800;
    }
    
    .user-img {
        margin-top: -50px;
    }
    
    #regresar {
        margin-bottom: 20px;
    }
    
    #regresar-acceso {
        text-decoration: none;
    }
    
    .user-img img {
        width: 150px;
        height: 150px;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
        border-radius: 50%;
    }
    
    textarea:focus,
    input:focus,
    input[type]:focus {
        border-color: rgba(255, 255, 0, 0.8);
        box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075)inset, 0 0 8px rgba(255, 144, 0, 0.6);
        outline: 0 none;
    }
    /*
    #contenido-header {
        position: relative;
        display: block;
        background-color: #fff;
        margin: 0 auto;
        border-bottom: 1px solid #dbdbdb;
        z-index: 1;
    }*/
    
    .container {
        z-index: 0;
    }
    
    header,
    footer,
    #contenido {
        position: relative;
        display: block;
    }
    
    #contenido-header {
        position: fixed;
        top: 0px;
        background-color: #fff;
        width: 100%;
        z-index: 5;
    }
    /************************************************************************/
    /*                    Menu de navegacion principal                      */
    /************************************************************************/
    
    .nav-menu {
        position: relative;
        display: block;
        height: 70px;
        background-color: #fff;
        padding: 10px 20px;
    }
    
    #lema {
        position: relative;
        display: inline-block;
        font-size: 14px;
        margin: auto 5px;
        vertical-align: middle;
        color: #000;
    }
    
    #menu-derecha {
        right: 0;
        position: absolute;
        display: inline-block;
        padding: 0px 20px;
    }
    
    #menu-derecha a {
        position: relative;
    }
    
    .link_svg svg {
        width: 30px;
        height: 30px;
        color: #000;
    }
    
    .padding_menu {
        padding: 10px 20px;
    }
    
    div>span {
        font-size: 14px;
        color: #767676;
    }
    
    #logo {
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        cursor: pointer;
    }
    
    #link-logo {
        text-decoration: none;
    }
    
    #logo:hover {
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
        top: -5px;
    }
    
    #div-usuario {
        position: relative;
        display: inline-block;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    #a-eventos,
    #a-recursos,
    #a-publicaciones,
    #a-plataforma,
    #a-actua,
    #a-vinculate {
        padding: 14px 20px 15px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    .boton-hover:hover {
        background-color: #ff0;
        color: #000;
        top: -3px;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    }
    
    .boton-hover:hover svg {
        color: #000;
    }
    
    #img-usuario {
        transform: scale(0.85, 0.85);
    }
    
    #svg-usuario {
        transform: scale(0.85, 0.85);
    }
    
    #div-usuario:hover #nombre-usuario {
        color: #000;
    }
    
    #div-usuario:hover #svg-usuario {
        color: #000;
    }
    
    #menu-derecha>a {
        margin: 20px 0px;
        text-decoration: none;
    }
    
    #menu-derecha a {
        text-decoration: none;
    }
    
    .img-redonda {
        width: 50px;
        height: 50px;
        object-fit: cover;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        display: inline-block;
    }
    
    .img-redonda_perfil {
        width: 200px;
        height: 200px;
        object-fit: cover;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
    }
    
    #a-plataforma:hover #submenu-usuario {
        display: block;
    }
    
    #nav-celular {
        display: block;
    }
    /************************************************************************/
    /*                    Submenú de navegacion de perfil                   */
    /************************************************************************/
    
    #nav-usuario,
    #nav-menu-opcion,
    #nav_menu_notificaciones {
        position: relative;
        display: inline-block;
        padding-bottom: 7px;
    }
    
    #submenu_notificaciones {
        position: absolute;
        width: 200px;
        display: none;
        background-color: #fff;
        text-transform: uppercase;
        padding: 0px;
        margin-top: 7px;
        font-size: 12px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
        -webkit-transform: translate(-30%, 0%);
        -moz-transform: translate(-30%, 0%);
        transform: translate(-30%, 0%);
    }
    
    #div-notificaciones {
        position: relative;
        display: inline-block;
        padding: 5px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    #nav_menu_notificaciones:hover #div-notificaciones {
        top: -3px;
        background-color: #ff0;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    }
    
    #nav_menu_notificaciones:hover #div-notificaciones svg {
        color: #000;
    }
    
    #nav_menu_notificaciones:hover #submenu_notificaciones {
        display: block;
    }
    
    .div_activo {
        top: -3px;
        color: #000;
        background-color: #ff0;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    }
    
    .div_activo svg {
        color: "#000";
    }
    
    .boton_editar {
        position: relative;
        display: inline-block;
    }
    
    #div_menu_editar {
        padding: 0px 4px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #000;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        transition: all 0.1s ease;
        z-index: 1;
    }
    
    #caja_formulario {
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        transition: all 2s ease;
    }
    
    .visible {
        display: none;
    }
    
    .visible_arriba {
        position: absolute;
        opacity: 0;
        display: none;
    }
    
    .boton_editar:hover #div_menu_editar {
        background-color: #e4e4e4;
        color: #000;
    }
    
    .boton_editar:active #div_menu_editar {
        background-color: #b3b3b3;
    }
    
    #submenu_editar {
        position: absolute;
        width: 150px;
        background-color: #fff;
        text-transform: uppercase;
        padding: 0px;
        margin-top: 7px;
        font-size: 12px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
        -webkit-transform: translate(-30%, 0%);
        -moz-transform: translate(-30%, 0%);
        transform: translate(-30%, 0%);
        z-index: 5;
    }
    
    #submenu_editar>a {
        text-decoration: none;
    }
    
    #nav-usuario:hover #submenu-usuario {
        display: block;
    }
    
    #nav-menu-opcion:hover #submenu-general {
        display: block;
    }
    
    .submenu-estilo {
        padding: 10px;
        font-size: 13px;
        color: #525252;
        border-bottom: #e9e9e9 1px solid;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    
    .submenu-estilo svg {
        width: 20px;
        height: 20px;
    }
    
    #submenu-general {
        position: absolute;
        width: 200px;
        display: none;
        background-color: #fff;
        text-transform: uppercase;
        padding: 0px;
        margin-top: 7px;
        font-size: 12px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
        -webkit-transform: translate(-30%, 0%);
        -moz-transform: translate(-30%, 0%);
        transform: translate(-30%, 0%);
    }
    
    #submenu_notificaciones {
        position: absolute;
        width: 250px;
        left: -300%;
        background-color: #fff;
        text-transform: uppercase;
        padding: 10px;
        margin-top: 7px;
        font-size: 12px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
        -webkit-transform: translate(-30%, 0%);
        -moz-transform: translate(-30%, 0%);
        transform: translate(-30%, 0%);
    }
    
    #submenu-usuario {
        position: absolute;
        width: 200px;
        text-transform: uppercase;
        display: none;
        background-color: #fff;
        padding: 0px;
        font-size: 12px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
        -webkit-transform: translate(-30%, 0%);
        -moz-transform: translate(-30%, 0%);
        transform: translate(-30%, 0%);
    }
    
    #nav-usuario:hover #div-usuario {
        top: -3px;
        background-color: #ff0;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    }
    
    #div-menu-opcion {
        padding: 14px 20px 15px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    #nav-menu-opcion:hover #div-menu-opcion {
        top: -3px;
        background-color: #ff0;
        color: #000;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    }
    
    #nav-menu-opcion:hover #div-menu-opcion>svg {
        color: #000;
    }
    
    .submenu-hover:hover {
        background-color: #ff0;
        color: #000;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }
    
    .submenu-hover:hover svg {
        color: #000;
    }
    
    .hint--bottom {
        display: inline;
    }
    
    .hint--left {
        display: inline;
    }
    
    .hint--right {
        display: inline;
    }
    /************************************************************************/
    /*                       Imagen principal o carrousel                   */
    /************************************************************************/
    
    .imagen_home {
        background-image: url(https://amnistia.org.mx/contenido/wp-content/uploads/2020/02/Cursos.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 5px;
        height: 420px;
        width: 100%;
    }
    
    .imagen_actua {
        background-image: url(https://amnistia.org.mx/contenido/wp-content/uploads/2020/02/Quienes-somos.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 5px;
        width: 100%;
        height: 420px;
    }
    
    .imagen_recursos {
        background-image: url(https://amnistia.org.mx/contenido/wp-content/uploads/2020/02/Alto.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 5px;
        width: 100%;
        height: 420px;
    }
    
    .imagen_accion {
        background-image: url(https://amnistia.org.mx/contenido/wp-content/uploads/2020/02/Ayotzi.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 5px;
        width: 100%;
        height: 420px;
    }
    
    .imagen_campana {
        margin-top: 5px;
        width: 100%;
        height: 420px;
        object-fit: cover;
    }
    /************************************************************************/
    /*             Sección 01 Mapa interactivo de la republica               */
    /************************************************************************/
    
    #mapa {
        position: relative;
        height: 400px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
        padding: 0px;
    }
    
    .jvectormap-container {
        position: relative;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    
    #vlm {
        position: absolute;
        right: 50px;
        z-index: 5;
    }
    
    #lv {
        position: absolute;
        right: 45px;
        top: 120px;
        z-index: 5;
    }
    /************************************************************************/
    /*            Sección 02 de publicaciones y última actividad             */
    /************************************************************************/
    
    .pading0 {
        padding: 0px;
    }
    
    .letra2_wordpress {
        padding: 30px 20px;
    }
    
    .letra1 {
        font-size: 20px;
    }
    
    .letra2 {
        font-size: 20px;
        padding: 30px 20px;
    }
    
    .titulobien {
        font-family: "amnistiaBold", Arial, Helvetica, sans-serif;
        font-size: 4.2em;
        font-weight: 600;
        text-align: center;
        color: #000;
        margin-bottom: 30px;
        text-transform: uppercase;
    }
    
    .titulobienizquierda {
        font-family: "amnistiaBold", Arial, Helvetica, sans-serif;
        font-size: 4em;
        color: #000;
        margin-bottom: 30px;
        text-transform: uppercase;
    }
    
    .tituloyellowright {
        margin: 0px;
        padding: 5px 20px;
        color: #000;
        background-color: #ff0;
        text-align: left;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    }
    
    .tituloyellow {
        margin: 0px;
        padding: 5px 0px;
        color: #000;
        background-color: #ff0;
        text-align: center;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    }
    
    .titulocentro {
        margin: 0px;
        padding: 5px 0px;
        color: #525252;
        text-align: center;
        /*
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    */
    }
    
    .tituloleft {
        margin: 0px;
        padding: 5px 0px;
        color: #525252;
        text-align: left;
        /*
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    */
    }
    
    #seccion-derecha {
        position: relative;
        overflow: auto;
        height: 450px;
    }
    
    #muro-central {
        overflow: auto;
        height: 700px;
    }
    
    .margen5 {
        margin: 2px;
    }
    
    .margen10 {
        margin: 10px 0px 0px;
    }
    
    .margen15 {
        margin: 10px 0px 15px;
    }
    
    .margen20 {
        margin: 20px 0px 15px;
    }
    
    .post {
        position: relative;
        display: block;
        padding: 15px 0px 0px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: #fff;
        margin: 25px 7px;
    }
    
    .header-post {
        padding: 0px 20px;
    }
    
    .ver-mas {
        background-color: #ff0;
        color: #000;
    }
    
    .post-nombre-fecha {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        padding-left: 5px;
    }
    
    .publicacion-nombre {
        font-size: 14px;
        font-weight: bold;
        position: relative;
        color: #000;
    }
    
    .publicacion-nombre-blanco {
        font-size: 14px;
        font-weight: bold;
        position: relative;
        color: #fff;
    }
    
    .publicacion-nombre>a {
        color: #555;
    }
    
    .publicacion-nombre>a:hover {
        text-decoration: underline;
    }
    
    .publicacion-fecha {
        font-size: 11px;
    }
    
    .cuerpo-post {
        position: relative;
        margin: 0 auto;
        padding: 15px 20px;
    }
    
    .pie-post {
        display: flex;
        align-items: center;
        margin-left: 5px;
        margin-right: 5px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        padding: 5px;
    }
    
    .icon_like {
        transform: translate(-2px, -2px);
    }
    
    .pie-post-izq {
        text-align: left;
    }
    
    .comentario-post1 {
        display: flex;
        padding: 5px 0px;
        margin: 0px 10px;
        /* box-sizing: border-box; */
        align-items: center;
        font-size: .9375rem;
        /* flex-wrap: nowrap; */
        overflow: hidden;
    }
    
    .centrar_vertical {
        align-items: center;
    }
    
    .flex_content {
        display: flex;
        padding: 5px 0px;
        margin: 0px 10px;
        /* box-sizing: border-box; */
        align-items: center;
        font-size: .9375rem;
        /* flex-wrap: nowrap; */
        overflow: hidden;
    }
    
    .usuario_name {
        font-size: 13px;
    }
    
    .comentario-post {
        padding: 5px 0px;
        margin: 0px 10px;
        /* box-sizing: border-box; */
        align-items: center;
        font-size: .9375rem;
        /* flex-wrap: nowrap; */
        overflow: hidden;
    }
    
    .comentario-post1:hover {
        background-color: #e4e4e4;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
    
    .spanComentario {
        color: #000;
        padding: 5px;
    }
    
    .imagen-comentario {
        padding: 0px 5px;
    }
    
    .imagen-notificacion {
        position: relative;
    }
    
    .comentario_seccion {
        display: inline-block;
        vertical-align: middle;
        flex: auto;
    }
    
    .comentario_seccion_noflex {
        display: inline-block;
        vertical-align: middle;
    }
    
    .comentario-texto {
        /* min-width: calc(100% - 96px);
        padding: 0px 0px;  */
    }
    
    .enviar-btn {
        font-size: .9375rem;
        padding: 13px;
    }
    
    .ancho_comentario {
        display: flex;
        margin-bottom: 0px;
    }
    
    .ancho_comentario1 {
        display: flex;
        margin-bottom: 0px;
        height: 50px;
    }
    
    .texto-notificacion {
        max-width: calc(100% - 43px);
        padding: 0px 5px;
        color: #000;
    }
    
    .comentario-camara {
        padding: 0px 5px;
    }
    
    .comentario-post2 {
        padding: 10px 20px 10px 12%;
        width: 100%;
    }
    
    .input-comentario {
        width: 100%;
        height: 100%;
        background-color: #f5f5f5;
        /*margin-left: 3px;*/
        border: 0px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
    
    .svg-comentario {}
    
    .letra-comentarios {
        font-size: 14px;
        font-weight: bold;
        color: #7f7f7f;
    }
    
    .contenido-escrito {
        margin: 10px 0px;
        font-size: 14px;
        color: #555;
    }
    
    .contenido-grafico {
        position: relative;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 20px;
    }
    
    .eventos {
        margin: 10px 0px;
        padding: 0px 8px;
    }
    
    .card {
        height: 364.281px;
        overflow: auto;
    }
    
    .grupos {
        position: relative;
        display: block;
        padding: 0px 0px 10px 0px;
        border-radius: 10px;
        background-color: #fff;
        margin: 10px 0px;
    }
    
    .fondo_blanco {
        padding: 15px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: #fff;
    }
    
    .centrar {
        text-align: center;
    }
    
    .list-group-item {
        border: 0px;
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }
    
    .img-redonda-chica {
        width: 50px;
        height: 50px;
        object-fit: cover;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        margin: 0px;
    }
    
    .img-redonda-chica-header {
        width: 40px;
        height: 40px;
        object-fit: cover;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        margin: 0px;
    }
    
    .badge {
        display: inline-block;
        padding: .25em .4em;
        padding-right: 0.4em;
        padding-left: 0.4em;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
    }
    
    .badge-warning {
        background-color: #EF8200;
    }
    
    .notificacion {
        display: inline-block;
        padding: .25em .4em;
        padding-right: 0.4em;
        padding-left: 0.4em;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
    }
    
    .notificaciones:hover {
        background-color: #ff0;
        margin: 2px 1px;
        padding: 5px;
    }
    
    .notificaciones {
        margin: 2px 1px;
        padding: 5px;
        cursor: pointer;
    }
    
    .notificacion-warning {
        background-color: #f00;
        color: #fff;
    }
    
    .derecha-notificacion {
        position: absolute;
        right: -5px;
        top: -10px;
        padding: 3px;
        width: 20px;
        height: 20px;
    }
    /************************************************************************/
    /*                    Sección 03 galeria de fotos                       */
    /************************************************************************/
    
    .galeria {
        padding: 10px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .galeria>li {
        margin: 10px;
    }
    /************************************************************************/
    /*                           Pie de página                             */
    /************************************************************************/
    
    .cuadros {
        height: 350px;
        width: 300px;
        line-height: 150px;
        background-color: lawngreen;
        color: maroon;
    }
    
    .glide__arrow {
        position: absolute;
        display: block;
        top: 50%;
        z-index: 2;
        color: #777;
        text-transform: uppercase;
        padding: 0px;
        background-color: transparent;
        border-radius: 4px;
        box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
        text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
        opacity: 1;
        cursor: pointer;
        -webkit-transition: opacity 150ms ease, border 300ms ease-in-out;
        -moz-transition: opacity 150ms ease, border 300ms ease-in-out;
        transition: opacity 150ms ease, border 300ms ease-in-out;
        transform: translateY(-50%);
    }
    
    .glide__arrow2 {
        position: absolute;
        display: block;
        top: 50%;
        z-index: 2;
        color: #000;
        border: 2px solid #000;
        text-transform: uppercase;
        padding: 0px;
        background-color: transparent;
        border-radius: 4px;
        box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
        text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
        opacity: 1;
        cursor: pointer;
        -webkit-transition: opacity 150ms ease, border 300ms ease-in-out;
        -moz-transition: opacity 150ms ease, border 300ms ease-in-out;
        transition: opacity 150ms ease, border 300ms ease-in-out;
        transform: translateY(-50%);
    }
    
    .glide__arrow:hover {
        background-color: rgba(255, 255, 0, 0.8);
        border: 0px #fff;
        color: #000;
        -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0. 8);
        -moz-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0. 8);
        box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.8);
    }
    
    .glide__arrow2:hover {
        background-color: rgba(0, 0, 0, 1);
        color: #ff0;
        -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0. 8);
        -moz-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0. 8);
        box-shadow: 3px 5px 10px rgb(0 0 0 / 80%);
    }
    
    .glide__bullets {
        position: absolute;
        z-index: 2;
        bottom: -5px;
        left: 50%;
        display: inline-flex;
        list-style: none;
        transform: translateX(-50%);
    }
    
    .glide__bullet {
        background-color: #b3b3b3b3;
        width: 40px;
        height: 5px;
        padding: 0px 5px;
        border-radius: 0%;
        border: 2px solid transparent;
        -webkit-transition: all 100ms ease-in-out;
        -moz-transition: all 100ms ease-in-out;
        transition: all 100ms ease-in-out;
        cursor: pointer;
        line-height: 0;
        box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
        margin: 0 0.5em;
    }
    
    .glide__bullet:hover,
    .glide__bullet:focus {
        border: 2px solid black;
        background-color: black;
    }
    
    .glide__bullet--active {
        background-color: black;
    }
    
    .card {
        height: 100%;
    }
    
    .rayas-diagonales {
        background-image: url(https://amnistia.org.mx/contenido/wp-content/uploads/2020/01/rayas-diagonales.svg);
        background-size: 1500px;
        background-clip: text;
        -webkit-background-clip: text;
        display: inline-block;
        /*font-family: 'Amnesty Gothic Condensed';*/
        font-family: "amnistiaBold", Arial, Helvetica, sans-serif;
        font-size: 8rem;
        font-weight: bold;
        color: transparent;
        background-position: center;
        white-space: nowrap;
        position: relative;
        opacity: 0.6;
        width: 100%;
        text-transform: uppercase;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    .diagonal-container {
        height: 7rem;
        position: relative;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        z-index: -5;
    }
    
    .btn-warning {
        color: #212529;
        background-color: #ff0;
        border-color: #ff0;
        font-weight: 600;
        -webkit-transition: all 100ms ease-in-out;
        -moz-transition: all 100ms ease-in-out;
        transition: all 100ms ease-in-out;
    }
    
    .btn-warning:hover {
        color: #212529;
        background-color: #EF8200;
        border-color: #EF8200;
        -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0. 5);
        -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0. 5);
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    }
    
    .info-evento>div {
        padding: 5px;
        font-size: 14px;
    }
    
    .info-evento>div>p {
        font-size: 16px;
    }
    
    .nombre_video {
        position: relative;
        padding: 5px 30px 5px 5px;
        font-size: 16px;
        border: 2px solid #000;
        height: 38px;
        border-radius: 0px 10px 10px 0px;
        opacity: 0;
    }
    
    .nombre_video:hover #cancel-video {
        opacity: 1;
    }
    
    .fondo-mapa-puntos {
        background-image: url(https://amnistia.org.mx/contenido/wp-content/uploads/2020/02/mapa-mundial-puntos.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        /*height: 300px;*/
        position: relative;
    }
    
    .titulo {
        position: absolute;
        padding: 60px 20px;
        font-size: 2.4em;
        line-height: 2em;
        color: #000;
        top: 0;
        width: 100%;
        height: 300px;
    }
    
    .titulo_link_naranja {
        font-size: 20px;
        color: #000;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    
    .titulo_link_naranja:hover {
        font-size: 20px;
        color: #EF8200;
        text-decoration: none;
    }
    
    .video {
        padding: 10px 20px;
    }
    
    .regla-fondo {}
    
    .regla-estilo {
        font-size: 20px;
        color: #fff;
        padding: 10px 35px 10px 35px;
        font-weight: 100;
    }
    
    .regla1 {
        background-image: url("https://amnistia.org.mx/contenido/wp-content/uploads/2020/02/Cursos.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 300px;
        background-color: silver;
        padding: 30px 20px;
        font-size: 20px;
        line-height: 2.5rem;
    }
    
    .regla2 {
        background-image: url("https://amnistia.org.mx/contenido/wp-content/uploads/2020/02/Bolsa-de-Trabajo.jpeg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 300px;
        background-color: silver;
        padding: 30px 20px;
        font-size: 20px;
        line-height: 2.5rem;
    }
    
    .regla3 {
        background-image: url("https://amnistia.org.mx/contenido/wp-content/uploads/2020/02/Isela.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 300px;
        background-color: silver;
        padding: 30px 20px;
        font-size: 20px;
        line-height: 2.5rem;
    }
    
    .regla4 {
        background-image: url("https://amnistia.org.mx/contenido/wp-content/uploads/2020/02/Blog2-1.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        height: 300px;
        background-color: silver;
        padding: 30px 20px;
        font-size: 20px;
        line-height: 2.5rem;
    }
    
    .regla5 {
        background-image: url("https://amnistia.org.mx/contenido/wp-content/uploads/2020/02/Velas.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        height: 300px;
        background-color: silver;
        padding: 30px 20px;
        font-size: 20px;
        line-height: 2.5rem;
    }
    
    .glide3 {
        position: relative;
        width: 100%;
        box-sizing: border-box;
    }
    
    .glide2 {
        position: relative;
        width: 100%;
        box-sizing: border-box;
    }
    
    .carrousel-inicio {
        height: 420px;
        padding: 30px 20px;
    }
    
    .carrousel-fondo1 {
        background-image: url("https://amnistia.org.mx/contenido/wp-content/uploads/2020/02/Cursos.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .carrousel-fondo2 {
        background-image: url("https://amnistia.org.mx/contenido/wp-content/uploads/2020/02/Bolsa-de-Trabajo.jpeg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .carrousel-fondo3 {
        background-image: url("https://amnistia.org.mx/contenido/wp-content/uploads/2020/02/Quienes-somos.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .carrousel-fondo4 {
        background-image: url("https://amnistia.org.mx/contenido/wp-content/uploads/2020/02/Blog2-1.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .carrousel-fondo5 {
        background-image: url("https://amnistia.org.mx/contenido/wp-content/uploads/2020/02/Velas.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .modal {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
        outline: 0;
    }
    
    .titulo-grupo {
        font-size: 20px;
        color: #000;
        margin-bottom: 5px;
    }
    
    .lugar-grupo {
        margin-bottom: 15px;
        color: #EF8200;
    }
    
    .descripcion-grupo {}
    
    .pie-grupo {
        position: absolute;
        bottom: 0px;
    }
    
    .fondo-tabla {
        background-color: #ffff00;
    }
    
    .titulo-incompleto1 {
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    
    .titulo-incompleto {
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .texto-incompleto {
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    
    .texto-incompleto4 {
        font-family: "amnistia", Arial, Helvetica, sans-serif;
        padding: 8px 25px 0px 8px;
        font-size: 16px;
        color: #000;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    
    .tipo-boletin {
        color: #EF8200;
        height: 100%;
    }
    
    .body-boletin {
        margin-top: -50px;
        background-color: #fff;
        width: 92%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
        -webkit-box-shadow: 0px 0px 10px 1px rgba(192, 192, 192, 0.5);
        -moz-box-shadow: 0px 0px 10px 1px rgba(192, 192, 192, 0.5);
        box-shadow: 0px 0px 10px 1px rgba(192, 192, 192, 0.5);
    }
    
    .body-campana {
        margin-top: -50px;
        background-color: #fff;
        width: 92%;
        margin-right: 0px;
        margin-left: 20px;
        margin-bottom: 10px;
        -webkit-box-shadow: 0px 0px 10px 1px rgba(192, 192, 192, 0.5);
        -moz-box-shadow: 0px 0px 10px 1px rgba(192, 192, 192, 0.5);
        box-shadow: 0px 0px 10px 1px rgba(192, 192, 192, 0.5);
    }
    
    .card-boletin {
        border: 0px;
        background-color: #FCFCFC;
    }
    
    .leer-mas {
        color: #EF8200;
        font-size: 20px;
    }
    
    .letra_amarilla {
        color: #FF0;
        font-size: 16px;
    }
    
    .leer-mas:hover {
        color: #EF8200;
    }
    
    .imagen-pequena {
        height: 100%;
        width: auto;
    }
    
    .derecha-relative {
        position: relative;
        float: right;
    }
    
    .izquierda-relative {
        position: relative;
        float: right;
    }
    
    .derecha-absolute {
        position: absolute;
        right: 0;
    }
    /************************************************************************/
    /*                    Formulario en pasos                       */
    /************************************************************************/
    
    .root {
        display: flex;
        justify-content: center;
        min-height: 100vh;
        font-size: 16px;
        font-family: sans-serif;
        overflow: hidden;
    }
    /* Formulario */
    
    .form-register {
        padding: 20px 15px;
        width: 100%;
        max-width: 100%;
    }
    /* Header del formulario */
    /* Progressbar */
    
    .progressbar {
        display: flex;
        list-style: none;
        margin-bottom: 15px;
        counter-reset: step;
    }
    
    .progressbar__option {
        width: 100%;
        text-align: center;
        font-size: 1rem;
        text-transform: uppercase;
        position: relative;
    }
    
    .progressbar__optionRoja {
        width: 100%;
        text-align: center;
        font-size: 1rem;
        text-transform: uppercase;
        position: relative;
    }
    
    .progressbar__option:before {
        display: flex;
        content: counter(step);
        counter-increment: step;
        color: #000;
        width: 30px;
        height: 30px;
        background-color: rgb(255, 255, 255);
        margin: 0 auto 5px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 2;
    }
    
    .progressbar__option:after {
        display: block;
        content: '';
        width: 100%;
        height: 4px;
        background-color: #fff;
        position: absolute;
        top: 13px;
        left: -50%;
        z-index: 1;
    }
    
    .progressbar__optionRoja:before {
        display: flex;
        content: counter(step);
        counter-increment: step;
        color: #000;
        width: 30px;
        height: 30px;
        background-color: rgb(255, 0, 0);
        margin: 0 auto 5px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 2;
    }
    
    .progressbar__optionRoja:after {
        display: block;
        content: '';
        width: 100%;
        height: 4px;
        background-color: rgb(255, 0, 0);
        position: absolute;
        top: 13px;
        left: -50%;
        z-index: 1;
    }
    
    .progressbar__option:first-child:after {
        content: none;
    }
    
    .progressbar__optionRoja:first-child:after {
        content: none;
    }
    
    .progressbar__option.active:before,
    /* pinta solo las bolas */
    
    .progressbar__option.active:after
    /* pinta solo las lineas */
    
    {
        background-color: #EF8200;
        color: #000;
    }
    
    .progressbar__option.activa:before,
    .progressbar__option.activa:after {
        background-color: #2eba00;
        color: #000;
    }
    
    .progressbar__option.noactiva:before,
    .progressbar__option.noactiva:after {
        background-color: #ff1b1b;
        color: #000;
    }
    /* Título del formulario */
    
    .form-register__title {
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: 15px;
        color: #000;
    }
    /* body del formulario */
    
    .form-register__body {
        display: flex;
        align-items: flex-start;
        /* esto es para ajustar el alto del div dependiendo de los componentes*/
    }
    /* step */
    
    .step {
        background-color: white;
        -webkit-box-shadow: 0px 0px 10px 1px rgba(192, 192, 192, 0.5);
        -moz-box-shadow: 0px 0px 10px 1px rgba(192, 192, 192, 0.5);
        box-shadow: 0px 0px 10px 1px rgba(192, 192, 192, 0.5);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        min-width: 100%;
        opacity: 0;
        transition: all .2s linear;
        /*-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
    }
    
    .step.active {
        opacity: 1;
    }
    
    .step.to-left {
        margin-left: -100%;
    }
    
    .step.inactive {
        animation-name: scale;
        animation-duration: .2s;
        animation-direction: alternate;
        animation-iteration-count: 2;
    }
    
    @keyframes scale {
        from {
            transform: scale(1);
        }
        to {
            transform: scale(1.1);
        }
    }
    /* header de step */
    
    .step__header {
        padding: 20px 15px;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        background-color: #ff0;
    }
    
    .step__header_negro {
        padding: 20px 15px;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        background-color: #000;
    }
    
    .step__title {
        font-size: 1.1rem;
        text-align: center;
    }
    /* body de step */
    
    .step__body {
        padding: 20px 20px 0;
    }
    /* step footer */
    
    .step__footer {
        padding: 20px 15px;
        text-align: center;
    }
    /*----------------------------------------------------------------------------------------*/
    /************************************************************************/
    /*                   pagina actúa, sección peticiones                   */
    /************************************************************************/
    
    .texto_introductorio {
        margin-bottom: 1.75em;
        text-align: center;
        font-family: "amnistia", Arial, Helvetica, sans-serif;
        line-height: 1.4em;
        font-size: 20px;
    }
    
    .wcompleto {
        width: 100%;
    }
    
    .padding15 {
        padding: 15px;
    }
    
    .img-peticion {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    
    .img-campana {
        width: 100%;
        height: 18rem;
        object-fit: cover;
    }
    
    .img-aprobacion {
        width: 12rem;
        height: 8rem;
        object-fit: cover;
    }
    
    .link_campana {
        position: absolute;
        width: 54px !important;
        height: 3.5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 90%;
        background-color: #ff0;
        color: #000;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    
    .link_campana:hover {
        background-color: #EF8200;
    }
    
    .page-link {
        color: #EF8200;
    }
    
    .page-link:hover {
        color: #000;
    }
    
    .border_search {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    
    .border_search:hover {
        background-color: #ff0;
        color: #000;
    }
    
    .margin0 {
        margin: 0px;
    }
    
    .subseccion {
        font-size: 25px;
        font-weight: 700;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        text-transform: uppercase;
        text-align: center;
        font-family: "amnistiaBold", Arial, Helvetica, sans-serif;
        color: #000;
        padding: .6rem;
        text-align: left;
        background-color: #ff0;
    }
    
    .documento {
        position: relative;
        display: flex;
        padding: 0px 15%;
        align-items: center;
    }
    
    .icono_archivo {
        position: relative;
        display: inline-block;
    }
    
    .icono_archivo svg {
        width: 40px;
        height: 40px;
        color: #767676;
    }
    
    .titulo_archivo {
        padding-left: 10px;
        position: relative;
        font-size: 25px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    
    .titulo_archivo_derecha {
        padding-left: 10px;
        position: relative;
        font-size: 25px;
        display: inline-block;
        width: 100%;
        text-align: right;
    }
    
    .border0 {
        border: 0px;
    }
    
    .lineaEnBloque {
        display: inline-block;
    }
    
    .barra {
        height: 1000px;
        width: 100%;
        overflow-y: scroll;
    }
    
    #menu_tabla {
        background-color: #b3b3b3;
    }
    
    #menu_tabla ul li {
        display: inline-block;
    }
    
    #menu_tabla ul li a {
        color: #000;
        display: block;
        text-decoration: none;
        padding: 10px 20px;
        font-size: 20px;
        display: inline-block;
    }
    
    #menu_tabla ul li a:hover {
        background-color: #ffff00;
    }
    
    .hover_amarillo:hover {
        background-color: #ffff00;
    }
    
    .hover_cabecera:hover {
        background-color: rgb(204, 204, 204);
        border-radius: 16px 16px 0px 0px;
    }
    
    #minimizar:hover {
        background-color: rgb(204, 204, 204);
        border-radius: 4px 145px 0px 0px;
    }
    
    .activo {
        background-color: #dfdfdf;
    }
    
    .estilo_activo {
        background-color: #d8d8d8;
    }
    
    .estilo_tabla {
        background-color: #d6d6d6;
    }
    
    .estilo_menu_tabla {
        padding-left: 0px;
    }
    
    .estilo_menu_ul {
        padding-left: 0px;
        padding-right: 0px;
        margin: 0px;
    }
    
    .contenedor {
        border: 1px solid #b3b3b3;
        padding: 0px;
    }
    
    #activistas_red_logo {
        position: relative;
        text-align: center;
        padding: 0px 50px;
    }
    
    #boton_editar_solicitud {
        margin-right: 10px;
    }
    
    .col-form-label {
        font-size: initial;
    }
    
    .letra_perfil {
        font-size: 20px;
        color: rgba(0, 0, 0, 0.8);
    }
    
    .letra_perfil {
        font-size: 30px;
        color: rgba(0, 0, 0, 1);
    }
    
    .padding_perfil {
        padding: 30px 20px;
    }
    
    .margin30 {
        margin: 0px 0px 30px 0px;
    }
    /* ventana emergente */
    
    .ventanaEmergente {
        /*opacity: 0;
        visibility: hidden; */
        position: fixed;
        z-index: 1000;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .ventanaCerrar {
        width: 40%;
        height: 50%;
        background: #fff;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        position: relative;
        border-radius: 15px;
    }
    
    .ventanaCerrar>img {
        height: 50%;
    }
    
    .ocultar_ventana {
        opacity: 0;
        visibility: hidden;
    }
    
    .displayNone {
        display: none;
    }
    
    .close {
        position: absolute;
        top: 5px;
        right: 5px;
        display: inline-block;
        width: 25px;
        height: 25px;
        background-color: #ff0000;
        color: #fff;
        cursor: pointer;
        border-radius: 50%;
    }
    /* ventana emergente */
    
    .imagen_evento {
        width: 100%;
        height: 195px;
        object-fit: cover;
    }
    
    .imagen_evento_grande {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    
    .stiloFile {
        padding: 0px;
        height: 32px;
    }
    
    .filtro:hover {
        background-color: #EF8200;
        cursor: pointer;
    }
    
    .filtroActivo {
        background-color: #EF8200;
        cursor: pointer;
    }
    /* menu de gestion diferente*/
    
    #menuGestion {
        background-color: #000;
    }
    
    #lema_blanco {
        position: relative;
        display: inline-block;
        font-size: 14px;
        margin: auto 5px;
        vertical-align: middle;
        color: #fff;
    }
    
    .negro {
        color: #000;
        font-size: 2.5rem;
    }
    
    .tipo_evento {
        background-color: #ff0;
        border-radius: 6px;
        color: #000;
        padding: 5px;
    }
    
    .tipo_accion {
        border-radius: 5px;
        color: #000;
        padding: 3px;
    }
    
    .evento_organizado {
        background-color: #EF8200;
        border-radius: 6px;
        color: #000;
        padding: 5px;
        cursor: pointer;
    }
    
    .linkamarillo {
        margin: 0px 0px 20px;
        color: #EF8200;
        cursor: pointer;
    }
    
    .linkamarillo:hover {
        text-decoration: underline;
    }
    
    .botonFactura {
        margin-top: 32px;
        width: 100%;
    }
    
    .quitarmenu {
        margin-top: -64px;
    }
    
    .marginTopBottom {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .letra_mepa {
        font-size: 22px;
        color: #54595F;
    }
    
    .normas {
        color: #000;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 16%);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background-color: #fff;
        padding: 10px 10px;
        width: 100%;
        position: relative;
    }
    
    .sombra {
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 16%);
    }
    
    .circulo_amarillo {
        height: 84px;
        width: 84px;
        border-radius: 50%;
        background-color: #ff0;
        margin-left: auto;
        margin-right: auto;
    }
    
    .contenido_logo {
        margin-top: 10px;
    }
    
    .dialogo_logo {
        margin-top: 4px;
        transform: translateX(-6%);
    }
    
    .auditorias_logo {
        margin-top: 4px;
        transform: translateX(16%);
    }
    
    .gestion_logo {
        margin-top: 7px;
        transform: scale(1.1, 1);
    }
    
    .caja_contenido {
        background-color: #ffffff;
    }
    
    .caja_padre {
        position: relative;
    }
    
    .card_titulo {
        font-size: 2.4em;
    }
    
    #caja_norma1:hover {
        top: -3px;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    }
    
    #caja_norma2:hover {
        top: -3px;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    }
    
    #caja_norma3:hover {
        top: -3px;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    }
    
    #caja_norma4:hover {
        top: -3px;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0. 3);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    }
    
    #campanas a {
        color: #EF8200;
    }
    
    #campanas a:hover {
        color: #000;
    }
    
    .boton_editar {
        position: absolute;
        top: 6px;
        right: 6px;
    }
    
    .boton_borrar {
        position: absolute;
        top: 49px;
        right: 6px;
    }
    
    .boton_borrar_solo {
        position: absolute;
        top: 6px;
        right: 7px;
    }
    
    .botones_campana {
        opacity: 0%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    .accionu:hover .botones_campana {
        opacity: 100%;
    }
    
    .campana:hover .botones_campana {
        opacity: 100%;
    }
    /* ---------------------------------------------------------------------------------------------------- */
    /* chat */
    /* ---------------------------------------------------------------------------------------------------- */
    
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
    .wrapper {
        text-decoration: none;
        position: fixed;
        font-family: "amnistia", Arial, Helvetica, sans-serif;
        right: 0px;
        bottom: 0px;
        background: #fff;
        max-width: 450px;
        width: 100%;
        border-radius: 16px 16px 0px 0px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), 0 32px 64px -48px rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        z-index: 99;
    }
    
    #my_iframe {
        max-width: 450px;
        width: 100%;
        height: 418px;
        border-radius: 16px 16px 0px 0px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), 0 32px 64px -48px rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        z-index: 99;
    }
    
    .wrapper header {
        cursor: pointer;
    }
    
    .ocultar_chat {
        transform: translateY(130%);
        opacity: 0;
    }
    
    .minimizar_caja {
        transform: translateY(80%);
    }
    
    .fija {
        position: fixed;
        right: 0px;
        bottom: 0px;
        margin: 10px;
    }
    
    .icono_chat {
        position: relative;
        background: #ff0;
        padding: 3px 8px 8px 8px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 16%);
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        transition: all 0.7s ease;
        cursor: pointer;
        z-index: 1;
    }
    
    .fija:hover .icono_chat {
        transform: translateY(-10%);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
    }
    /* Login & Signup Form CSS Start */
    
    .form {
        padding: 25px 30px;
    }
    
    .form header {
        font-size: 25px;
        font-weight: 600;
        padding-bottom: 10px;
        border-bottom: 1px solid #e6e6e6;
    }
    
    .form form {
        margin: 20px 0;
    }
    
    .form form .error-text {
        color: #721c24;
        padding: 8px 10px;
        text-align: center;
        border-radius: 5px;
        background: #f8d7da;
        border: 1px solid #f5c6cb;
        margin-bottom: 10px;
        display: none;
    }
    
    .form form .name-details {
        display: flex;
    }
    
    .form .name-details .field:first-child {
        margin-right: 10px;
    }
    
    .form .name-details .field:last-child {
        margin-left: 10px;
    }
    
    .form form .field {
        display: flex;
        margin-bottom: 10px;
        flex-direction: column;
        position: relative;
    }
    
    .form form .field label {
        margin-bottom: 2px;
    }
    
    .form form .input input {
        height: 40px;
        width: 100%;
        font-size: 16px;
        padding: 0 10px;
        border-radius: 5px;
        border: 1px solid #ccc;
    }
    
    .form form .field input {
        outline: none;
    }
    
    .form form .image input {
        font-size: 17px;
    }
    
    .form form .button input {
        height: 45px;
        border: none;
        color: #fff;
        font-size: 17px;
        background: #333;
        border-radius: 5px;
        cursor: pointer;
        margin-top: 13px;
    }
    
    .form form .field i {
        position: absolute;
        right: 15px;
        top: 70%;
        color: #ccc;
        cursor: pointer;
        transform: translateY(-50%);
    }
    
    .form form .field i.active::before {
        color: #333;
        content: "\f070";
    }
    
    .form .link {
        text-align: center;
        margin: 10px 0;
        font-size: 17px;
    }
    
    .form .link a {
        color: #333;
    }
    
    .form .link a:hover {
        text-decoration: underline;
    }
    /* Users List CSS Start */
    
    .users {
        padding: 0px;
    }
    
    .users header,
    .users-list a {
        text-decoration: none;
        display: flex;
        padding: 20px;
        align-items: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #e6e6e6;
        justify-content: space-between;
    }
    
    .wrapper img {
        object-fit: cover;
        border-radius: 50%;
    }
    
    .users header img {
        height: 50px;
        width: 50px;
    }
    
     :is(.users,
    .users-list) .content {
        display: flex;
        align-items: center;
    }
    
     :is(.users,
    .users-list) .content .details {
        color: #000;
        margin-left: 20px;
    }
    
     :is(.users,
    .users-list) .details span {
        font-size: 14px;
        font-weight: 500;
    }
    
    .users header .logout {
        display: block;
        background: #333;
        color: #fff;
        outline: none;
        border: none;
        padding: 7px 15px;
        text-decoration: none;
        border-radius: 5px;
        font-size: 14px;
    }
    
    .users .search {
        margin: 20px 0;
        display: flex;
        padding: 0px 20px;
        position: relative;
        align-items: center;
        justify-content: space-between;
    }
    
    .users .search .text {
        font-size: 14px;
    }
    
    .users .search input {
        position: absolute;
        height: 42px;
        width: calc(100% - 50px);
        font-size: 14px;
        padding: 0 13px;
        border: 1px solid #e6e6e6;
        outline: none;
        border-radius: 5px 0 0 5px;
        opacity: 0;
        pointer-events: none;
        transition: all 0.2s ease;
    }
    
    .users .search input.show {
        opacity: 1;
        pointer-events: auto;
    }
    
    .users .search button {
        position: relative;
        z-index: 1;
        width: 47px;
        height: 42px;
        font-size: 17px;
        cursor: pointer;
        border: none;
        color: #333;
        outline: none;
        border-radius: 0 5px 5px 0;
        transition: all 0.2s ease;
    }
    
    .users .search button.active {
        background: #333;
        color: #fff;
    }
    
    .search button.active i::before {
        content: '\f00d';
    }
    
    .users-list {
        max-height: 350px;
        overflow-y: auto;
    }
    
     :is(.users-list,
    .chat-box)::-webkit-scrollbar {
        width: 0px;
    }
    
    .users-list a {
        padding-bottom: 10px;
        padding-right: 15px;
        border-bottom-color: #f1f1f1;
        cursor: pointer;
    }
    
    .users-list a:hover {
        background-color: rgb(238, 238, 238);
    }
    
    .users-list a:last-child {
        margin-bottom: 0px;
        border-bottom: none;
    }
    
    .users-list a img {
        height: 40px;
        width: 40px;
    }
    
    .users-list a .details p {
        color: #67676a;
    }
    
    .users-list a .status-dot {
        font-size: 14px;
        color: #468669;
        padding-left: 10px;
    }
    
    .users-list a .status-dot.offline {
        color: #ccc;
    }
    /* Chat Area CSS Start */
    
    .chat-area header {
        display: flex;
        align-items: center;
        padding: 18px 30px 30px 0px;
    }
    
    .chat-area header img {
        height: 45px;
        width: 45px;
        margin: 0 15px;
    }
    
    .chat-area header .details span {
        font-size: 17px;
        font-weight: 500;
    }
    
    .chat-box {
        position: relative;
        min-height: 300px;
        max-height: 300px;
        overflow-y: auto;
        padding: 10px 30px 20px 30px;
        background: #f7f7f7;
        box-shadow: inset 0 32px 32px -32px rgb(0 0 0 / 5%), inset 0 -32px 32px -32px rgb(0 0 0 / 5%);
    }
    
    .chat-box .text {
        position: absolute;
        top: 45%;
        left: 50%;
        width: calc(100% - 50px);
        text-align: center;
        transform: translate(-50%, -50%);
    }
    
    .chat-box .chat {
        margin: 15px 0;
    }
    
    .chat-box .chat p {
        word-wrap: break-word;
        padding: 8px 16px;
        box-shadow: 0 0 32px rgb(0 0 0 / 8%), 0rem 16px 16px -16px rgb(0 0 0 / 10%);
    }
    
    .chat-box .outgoing {
        display: flex;
    }
    
    .chat-box .outgoing .details {
        margin-left: auto;
        max-width: calc(100% - 130px);
    }
    
    .outgoing .details p {
        background: #333;
        color: #fff;
        border-radius: 18px 18px 0 18px;
    }
    
    .chat-box .incoming {
        display: flex;
        align-items: flex-end;
    }
    
    .chat-box .incoming img {
        height: 35px;
        width: 35px;
    }
    
    .chat-box .incoming .details {
        margin-right: auto;
        margin-left: 10px;
        max-width: calc(100% - 130px);
    }
    
    .incoming .details p {
        background: #fff;
        color: #333;
        border-radius: 18px 18px 18px 0;
    }
    
    .typing-area {
        padding: 18px 30px;
        display: flex;
        justify-content: space-between;
    }
    
    .typing-area input {
        height: 45px;
        width: calc(100% - 58px);
        font-size: 14px;
        padding: 0 13px;
        border: 1px solid #e6e6e6;
        outline: none;
        border-radius: 5px 0 0 5px;
    }
    
    .typing-area button {
        color: #fff;
        width: 55px;
        border: none;
        outline: none;
        background: #333;
        font-size: 19px;
        cursor: pointer;
        opacity: 0.7;
        pointer-events: none;
        border-radius: 0 5px 5px 0;
        transition: all 0.3s ease;
    }
    
    .typing-area button.active {
        opacity: 1;
        pointer-events: auto;
    }
    /* Responive media query */
    
    @media screen and (max-width: 450px) {
        .form,
        .users {
            padding: 20px;
        }
        .form header {
            text-align: center;
        }
        .form form .name-details {
            flex-direction: column;
        }
        .form .name-details .field:first-child {
            margin-right: 0px;
        }
        .form .name-details .field:last-child {
            margin-left: 0px;
        }
        .users header img {
            height: 45px;
            width: 45px;
        }
        .users header .logout {
            padding: 6px 10px;
            font-size: 16px;
        }
         :is(.users,
        .users-list) .content .details {
            margin-left: 15px;
        }
        .users-list a {
            padding-right: 10px;
        }
        .chat-area header {
            padding: 0px;
        }
        .chat-box {
            min-height: 400px;
            padding: 10px 15px 15px 20px;
        }
        .chat-box .chat p {
            font-size: 15px;
        }
        .chat-box .outogoing .details {
            max-width: 230px;
        }
        .chat-box .incoming .details {
            max-width: 265px;
        }
        .incoming .details img {
            height: 30px;
            width: 30px;
        }
        .chat-area form {
            padding: 20px;
        }
        .chat-area form input {
            height: 40px;
            width: calc(100% - 48px);
        }
        .chat-area form button {
            width: 45px;
        }
    }
    /* ---------------------------------------------------------------------------------------------------- */
    /* fin del chat */
    /* ---------------------------------------------------------------------------------------------------- */
    
    #botonchat {
        padding: 5px;
        background-color: #ff0;
        color: #000;
        font-weight: 800;
        text-align: center;
        width: 400px;
        cursor: pointer;
    }
    
    .iframechat {
        font-family: 'Poppins', sans-serif;
        min-width: 450px;
        min-height: 650px;
        position: fixed;
        right: 0px;
        bottom: 0px;
        border: none;
        box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.1), 0 32px 64px -48px rgba(0, 0, 0, 0.5);
        z-index: 99;
    }
    
    .popper,
    .tooltip {
        position: absolute;
        z-index: 9999;
        background: #FFC107;
        color: black;
        width: 150px;
        border-radius: 3px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
        padding: 10px;
        text-align: center;
    }
    
    .style5 .tooltip {
        background: #1E252B;
        color: #FFFFFF;
        max-width: 200px;
        width: auto;
        font-size: .8rem;
        padding: .5em 1em;
    }
    
    .popper .popper__arrow,
    .tooltip .tooltip-arrow {
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        margin: 5px;
    }
    
    .tooltip .tooltip-arrow,
    .popper .popper__arrow {
        border-color: #FFC107;
    }
    
    .style5 .tooltip .tooltip-arrow {
        border-color: #1E252B;
    }
    
    .popper[x-placement^="top"],
    .tooltip[x-placement^="top"] {
        margin-bottom: 5px;
    }
    
    .popper[x-placement^="top"] .popper__arrow,
    .tooltip[x-placement^="top"] .tooltip-arrow {
        border-width: 5px 5px 0 5px;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        bottom: -5px;
        left: calc(50% - 5px);
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .popper[x-placement^="bottom"],
    .tooltip[x-placement^="bottom"] {
        margin-top: 5px;
    }
    
    .tooltip[x-placement^="bottom"] .tooltip-arrow,
    .popper[x-placement^="bottom"] .popper__arrow {
        border-width: 0 5px 5px 5px;
        border-left-color: transparent;
        border-right-color: transparent;
        border-top-color: transparent;
        top: -5px;
        left: calc(50% - 5px);
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .tooltip[x-placement^="right"],
    .popper[x-placement^="right"] {
        margin-left: 5px;
    }
    
    .popper[x-placement^="right"] .popper__arrow,
    .tooltip[x-placement^="right"] .tooltip-arrow {
        border-width: 5px 5px 5px 0;
        border-left-color: transparent;
        border-top-color: transparent;
        border-bottom-color: transparent;
        left: -5px;
        top: calc(50% - 5px);
        margin-left: 0;
        margin-right: 0;
    }
    
    .popper[x-placement^="left"],
    .tooltip[x-placement^="left"] {
        margin-right: 5px;
    }
    
    .popper[x-placement^="left"] .popper__arrow,
    .tooltip[x-placement^="left"] .tooltip-arrow {
        border-width: 5px 0 5px 5px;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        right: -5px;
        top: calc(50% - 5px);
        margin-left: 0;
        margin-right: 0;
    }
    
    #boletin {
        max-width: 755px;
        padding-top: 10px;
    }
    
    .boton_fijo {
        position: absolute;
        bottom: 20px;
    }
    
    .card-text:last-child {
        margin-bottom: 40px;
    }
    
    .boton_fijo_boletin {
        position: absolute;
        bottom: 25px;
    }
    
    .link_comentarios {
        cursor: pointer;
        color: #EF8200;
        font-size: 17px;
    }
    
    .link_comentarios:hover {
        text-decoration-line: underline;
    }
    
    .caja_link_comentarios {
        padding: 5px;
    }
    
    .link_perfil {
        cursor: pointer;
    }
    
    .link_perfil:hover {
        text-decoration: underline;
    }
    
    .boton_orden {
        position: absolute;
        font-weight: 900;
        top: 92px;
        right: 6px;
        width: 42px;
        height: 35px;
    }
    
    .chatLetra {
        font-weight: 600;
        font-size: 16px;
        color: #000;
        left: 3px;
        position: relative;
    }
    
    .subcampana {
        background-color: rgb(235, 233, 233);
    }
    
    .ofic_nac {
        width: 16px;
        height: 16px;
        display: inline-block;
        border-radius: 8px;
        background-color: rgb(239, 130, 0);
    }
    
    .ofic_nac2 {
        width: 30px;
        height: 30px;
        display: inline-block;
        border-radius: 15px;
        background-color: rgb(239, 130, 0);
    }
    
    .der_hum {
        width: 16px;
        height: 16px;
        display: inline-block;
        border-radius: 8px;
        background-color: rgb(255, 0, 162);
    }
    
    .der_hum2 {
        width: 30px;
        height: 30px;
        display: inline-block;
        border-radius: 15px;
        background-color: rgb(255, 0, 162);
    }
    
    .activ_mov {
        width: 16px;
        height: 16px;
        display: inline-block;
        border-radius: 8px;
        background-color: rgb(0, 64, 255);
    }
    
    .activ_mov2 {
        width: 30px;
        height: 30px;
        display: inline-block;
        border-radius: 15px;
        background-color: rgb(0, 64, 255);
    }
    
    .letra3 {
        font-size: 16px;
    }
    
    .flex_footer {
        display: flex;
        padding: 30px 100px 20px 100px;
        justify-content: space-between;
    }
    
    .imagen_footer {
        width: 124px;
        height: 200px;
    }
    
    footer {
        height: 322px;
        background-color: #000;
        color: #fff;
        font-size: 12px;
    }
    
    footer a {
        color: #fff;
    }
    
    footer a:hover {
        color: #ff0;
        text-decoration: none;
    }
    
    .bordes_footer_box {
        display: flex;
        border-style: solid;
        padding: 8px 50px;
        border-width: 1px 0px 1px 0px;
        border-color: #767676;
        justify-content: center;
    }
    
    .footer_box_final {
        display: flex;
        justify-content: center;
        padding: 8px 50px;
    }
    
    .redes_sociales {
        display: flex;
        justify-content: space-between;
    }
    
    .redes_sociales svg {
        margin: 1rem;
    }
    
    .redes_sociales a {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    .redes_sociales a:hover {
        transform: translateY(-6px);
    }
    
    .links_footer {
        display: flex;
        flex-direction: column;
        font-size: 1rem;
    }
    
    .links_footer div {
        margin: 6px;
    }
    /* imagen previa face */
    
    .opacidad0 {
        opacity: 0;
    }
    
    .opacidad1 {
        opacity: 1;
        height: 100px;
    }
    
    .opacidad1Video {
        opacity: 1;
    }
    
    .wrapperfacePadre {
        display: flex;
        justify-content: space-between;
    }
    
    .wrapperfacePadreDer {
        display: flex;
    }
    
    .wrapperface {
        position: relative;
        width: 156px;
        border-radius: 20px;
    }
    
    .wrapperface .imageface {
        position: absolute;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .wrapperface .imageface img {
        height: 100%;
        width: 100%;
        border-radius: 10px;
        object-fit: cover;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    .wrapperface .cancel-btn {
        position: absolute;
        right: 8px;
        top: 0px;
        width: 17px;
        height: 24px;
        font-size: 18px;
        color: #ff0;
        background-color: black;
        padding: 0px 2px;
        cursor: pointer;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    .cancel-boton {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 24px;
        height: 100%;
        font-size: 25px;
        color: #ff0;
        background-color: black;
        padding-left: 3px;
        cursor: pointer;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        border-radius: 0px 5px 5px 0px;
    }
    
    .cancel-boton:hover {
        color: #f00;
    }
    
    .wrapperface .cancel-btn:hover {
        color: #f00;
    }
    
    .wrapperface:hover .file-name {
        opacity: 1;
    }
    
    .wrapperface:hover .cancel-btn {
        opacity: 1;
    }
    
    .wrapperface .file-name {
        position: absolute;
        bottom: 0px;
        width: 100%;
        color: #000;
        padding: 0px;
        text-align: center;
        font-size: 13px;
        background-color: #ff0;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        border-radius: 0px 0px 10px 10px;
    }
    
    .post .x_post {
        position: absolute;
        right: 11px;
        top: 5px;
        width: 17px;
        height: 24px;
        font-size: 18px;
        color: #bbb;
        padding: 0px 2px;
        cursor: pointer;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    .x_post:hover {
        color: #000;
    }