    .mbr-container {
    max-width: 800px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
    }

    .display-7 {
        font-family: 'Roboto',sans-serif;
        font-size: 1.1rem;
    }

    .cid-qUNgXKIJxm .counter-container ol{
        margin-bottom: 0;
        counter-reset: myCounter;
    }
    



    .counter-container ol li:before {
        z-index: 2;
        position: absolute;
        left: 0px;
        counter-increment: myCounter;
        content: counter(myCounter);
        text-align: center;
        margin: 0 10px;
        line-height: 30px;
        transition: all .2s;
        width: 35px;
        height: 35px;
        color: #e25341;
        font-size: 20px;
        font-weight: bold;
        border-radius: 50%;
        border: 2px solid #e25341;
        opacity: 1;
    }    

    .cid-qUNgXKIJxm {
        padding-top: 60px;
        padding-bottom: 60px;
        background-color: #efefef;
    }    

    .cid-qUNgXKIJxm .counter-container ol li {
        z-index: 3;
        list-style: none;
        padding-left: .5rem;
		padding-right: .8rem;
        margin-bottom: 2rem;
    }   
  

     li {
        /* color: #15181b; */
        color: #444;
        /* letter-spacing: 0.5px; */
        line-height: 1.7;
        display: list-item;
        /* text-align: -webkit-match-parent; */
        text-align: justify;
        font-family: Verdana;
    }    

.not-animated {
    -webkit-animation-duration: 0s; 
    animation-duration: 0.35s;
    -webkit-animation-fill-mode: none;
     animation-fill-mode: none;
}    

.title-sign {
    font-size: 20px;
    color: rgb(44, 62, 80);
    font-family: 'Arvo', serif;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;

}

.supertitle {
	font-size: 40px;
}


.btn-dni {
    border-radius: 50px;
    padding: 6px 24px;
    font-weight: 600;
    margin: 20px;
    background: #FF9800;
    text-transform: none;    
}

.btn-info-swal
{
    font-weight: 600;
    margin: 20px;  
    border-radius: 3px;
    padding: 16px 24px;
    font-weight: 600;
    margin: 20px;
    background: #27ae60;
    text-transform: uppercase !important;
    color: white;      
}

.number_signs {
	background-color: #97899C;
	display: inline-block;
    vertical-align: middle;
    zoom: 1;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    right: -120px;
    top: 50%;
    position: absolute;	
	
}

.number_signs2 {
	background-color: #fdf6db91;
	padding: 25px;
    display: block;    
	text-align: center;
    margin: 10px auto;	
    vertical-align: baseline;    
    zoom: 1;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);    
    border-radius: 50%;
    width: 250px;
    height: 250px;    
	color: rgb(255, 209, 27);
    text-shadow: 1px 1px #666;	
	border: 1px dashed #e74c3c;
	box-shadow: 0px 0px 12px 2px #caa;	
}

.yatenemos {
	font-size: 38px ;
	color: rgb(255, 209, 27);
    text-shadow: 1px 1px #666;	
}

.nfirmas {
	font-size: 46px; 
	color: #e74c3c;
	text-shadow: 1px 1px #666;
	margin: 2px !important;	
}

.nsigns {
    text-decoration: none;
}

.nsigns:hover{
    text-decoration: none;
    
}

.btn-refresh{
    background: transparent;
    border: 2px solid rgba(39, 163, 221, 1);
    border-radius: 50px;
    color: rgba(39, 163, 221, 1);
    /* padding: 10px 15px; */
    font-family: Calibri;
    letter-spacing: 1px;
    padding: 5px 12px !important;
}

.btn-refresh:hover{
    background: rgba(39, 163, 221, 1);
    color: #f2f2f2;
}

.btn-refresh:focus{
    background: transparent;
    color: rgba(39, 163, 221, 1);
}

body {overflow-x:hidden;}

#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding: 10px 2px;
    font-family:verdana;
    font-size:12px;
}
 
.inner a.ok {
    color: #c66067;
    text-decoration: none;
    background: #00000059;
    border-radius: 5px;
    margin: 2px;
    line-height: 2.5;
    padding: 2px 5px;
    border: 1px solid white;
    box-shadow: 0px 0px 6px 1px #ccc;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#ffd11b;
}


@media (max-width: 299px) {
    #barraaceptacion {
        min-height: 320px;}
  }


@media (min-width: 300px) and (max-width: 399px) {
    #barraaceptacion {
        min-height: 120px;}
  }

@media (min-width: 400px) and (max-width: 767px) {
    #barraaceptacion {
        min-height: 90px;}
  }

@media (min-width: 768px) and (max-width: 991px) {
    #barraaceptacion {
        min-height: 60px;}
  }

@media (min-width: 992px) and (max-width: 1199px) {
    #barraaceptacion {
        min-height: 60px}
  }

  .swal2-popup .swal2-styled:focus {
    outline: none;
    /* box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);  */
    box-shadow: none !important; 
}


/********************\
  $Layout ☰
\********************/

/*Damos estilos al menú*/
.nav {
    position:absolute;
    width:200px;
    height:100vh;
    top:0;
    left:-220px; /*Ocultamos el menú en la parte izquierda para que no se vea a menos que pulsemos sobre la hamburguesa*/
    padding-top: 10px; /*ggv*/
    /* background-color: rgba(29, 33, 32, 1); */
    background-color: rgb(3, 12, 7); /*GGV*/
    /* border-right:4px solid rgba(114, 126, 3, 1); */
    border-right: 4px solid rgb(234, 101, 84); /*GGV*/
    transition:all .5s ease; /*Damos a la caja del menú una transición para que tenga un desplazamiento suave*/
    opacity: 0.85 !important;
    z-index: 999 !important;
  }
     /*Estilos de los li del menú*/
     .nav__item, .nav__item:visited {
       display:block;
       width:96%;
       margin:0 auto;
       line-height:2;
       position:relative; /*Le damos una posición relativa para posteriormente añadirle el triangulo que indica que se está en la página actual del menú*/
       border-bottom:.5px solid rgba(59, 62, 61, 1);
       border-top:.5px solid rgba(59, 62, 61, 1);
       background-color:transparent;
       /* font-family: 'Lato', sans-serif; */
       font-family: 'Verdana', sans-serif; /*GGV*/
       text-align:center;
       color:rgba(221, 231, 228, 1);
       text-align: center;
       font-size: 16px;
     }

      .nav__item:hover, .nav__item:active, .nav__item:focus {
        color: rgba(235, 96, 55, 0.88); /*GGV*/
        text-decoration: none; /*GGV*/
        font-weight: 600; /*GGV*/
    }      




         /*Damos colocamos el triangulo negro a la pestaña del menú dónde nos encontramos actualmente*/
         .current:before {
            content:"";
            width:0;
            height:0;
            position:absolute; /*Le damos al before una posición absoluta relativa al li que lo contiene*/
            border-top:17px solid transparent;
            border-left:15px solid #1D2120;
            border-bottom:17px solid transparent;
            top:0px;
            right:-15px; /*Lo posicionamos -15px a la derecha de su contenedor*/
            z-index:4; /*le otorgamos un z-index alto para que se posicione arriba de otros elementeos*/
         }
        /*Colocamos el borde verde al triangulo por medio de otro trangulo verde*/
        .current:after {
            content:"";
            width:0;
            height:0;
            position:absolute;/*Le damos al after una posición absoluta relativa al li que lo contiene*/
            border-top:16.5px solid transparent;
            /* border-left:17px solid rgba(114, 126, 3, 1); */
            border-left: 17px solid rgb(234, 101, 84); /*ggv*/
            border-bottom:17px solid transparent;
            top:.5px;
            right:-21px;
            z-index:1;  /*le otorgamos un z-index bajo para que se posicione debajo del trinagulo negro*/
        }
    /*Estos son los estilos de la hamburguesa del menú que abre y cierra el mismo*/
    .menu-toogle {
      position: absolute; /*Lo posicionamos absolutamente para poder darle una posición y poder moverlo según el menú esté abierto o cerrado*/
      /* position: fixed;  */
      width: 35px;
      line-height:1.1;
      text-align:center;
      top:6.5px; /*Le damos una posición top y left en donde queramos que se encuentre la hamburguesa del menú*/
      left: 8px; 
      border-radius:3px;
      /* background-color: #142b25; */
      background-color: #e74c3c; /*GGV*/
      transition: all .5s ease; /*Añadimos una transición para que realice un desplazamineto suave*/
      z-index:10;
      opacity: 0.85; /*GGV*/
    }
      /*Añadimos la haburguesa y le damos unos estilos*/
      .menu-toogle::before {
        /* content:"☰";
        font-size:32px;
        color:white;
        line-height: 36px;  */
        
        /*ggv*/
        content: "☰";
        font-size: 32px;
        color: white;
        position: fixed !important;
        width: 35px;
        line-height: 1.1;
        text-align: center;
        top: 6.5px;
        margin-left: 0px;
        border-radius: 3px;
        background-color: #e74c3c;
        transition: all .5s ease;
        z-index: 10;
        opacity: 0.85;



      }
  
  /* Le damos unos estilos al contenedor principal*/
  .main-w {
    width:100%;
    height:100vh;
    transition: all .5s ease;
  }   
      .header-w figure {
        width:100%;
        height:150px;
        text-align:center;
        position:relative;
      }
          .header-w figure:before {
            content:"O";
            width:15px;
            height:15px;
            position:absolute;
            background-color:white;
            border-radius:100%;
            color:#A9BC00;
            font-size:120%;
            font-wheight:bolder;
            font-family:verdana;
            left:42vw;
            top:9vw;     
          }
          .header-w figure:after {
            content:"O";
            width:15px;
            height:15px;
            position:absolute;
            background-color:white;
            border-radius:100%;
            color:#A9BC00;
            font-size:120%;
            font-wheight:bolder;
            font-family:verdana;
            left:50.8vw;
            top:9vw; 
          }
      .featured-img {
        margin:3em 6vw 0 0;
        border:4px solid white;
        border-radius:100%;
      }
      .header-w__description {
        width:80%;
        height:auto;
        margin:0 auto;
        padding:1em;
        line-height:2;
        text-align:center;
        color:rgba(33, 36, 8, 1);
      }
          .header-w__title
          {
            font-size:300%;
            font-family:Lobster;
            margin:1em 0 0 0;
          }
          .header-w__title2 {
            font-size:250%;
            font-family:Lobster;
            margin:0;
          }
      .paragraph {
        width:80%;
        margin:0 auto;
        text-align:center;
        font-family:'Source Sans Pro', sans-serif;
      }
  
      /*Estos son los estilos que le dan la funcionalidad al menú*/
      /*El checkbox según esté activado o no hará que el menú aparezca o desaparezca*/
      .checkbox {
        display:none; /*Ocultamos el checkbox pues no nos interesa que se vea*/
      }
      .checkbox:checked ~ .nav {
        left:0px; /*Le quitamos el left negativo para que el menú vuelva a su posición original*/
        position:fixed; /* Fijamos el menú lateral para que se desplace cuando hagamos scroll*/
        z-index: 999;
      }
      .checkbox:checked ~ .main-w {
        margin-left:200px; /*Cuando el checkbox asigna un margen al contenedor principal para que se desplace junto con el menú*/
      }
      .checkbox:checked ~ .menu-toogle { 
        left:208px;
        position:fixed; /*Fijamos la hamburgues para que se desplace junto con el menú*/
      }
  
  