* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "open sans", sans-serif;
    color: #2A3561;
    text-align: center;
}

.copy {
    font-size: 12px;
}

.outer {
    background-color:#E3E7EB;
    width: 100vw;
    min-height: 100vh;
    height: 100%;
    display: inline-block;
    padding-bottom: 20px;
}

.contenedor-0 {
    background-color: #f9f9f9;
    max-width: 600px;
    margin:  10px auto 10px auto;
    box-shadow: 0px 0px 7px rgba(66,66,66,.5) 60%;
    text-align: center;
    border-radius:9px;
}

.contenido {
    padding:20px;
    padding-bottom: 30px;
}

/*----------------------------------------------------------------------------
                                header
----------------------------------------------------------------------------*/

.encabezado {
    height: 140px;
    width: auto;
    max-height: 80vw;
    background-color: #1B4E9A;
    background-image: url(/assets/BG-Blue.webp);
    background-size: cover;
    background-position-y:top;
    border-top-left-radius:9px;
    border-top-right-radius:9px;
    margin-bottom: 20px;
}

.icono {
    background: none;
    border: 0;
}

.img-circular {
    border-radius: 50%;
    background-color: #194382;
    width: 36px;
    max-width: 20vw;
}

.nav {
    position: relative;
}

.compartir {
    position: absolute;
    top: 15px;
    right: 15px;
}

button {
    cursor: pointer;
}

.volver {
    position: absolute;
    top: 15px;
    left: 15px;
}

.pp-sr img {
    display: inline-block;
    text-align: center;
    background-color: #194382;
    color:#fff;
    border: 3px solid #f9f9f9;
    max-width: 80vw;
    max-height: 80vw;
    width: 140px;
    height: 140px;
    margin-top: 20px;
}

.shareFallback, .overlay, .dNone {
    display: none;
}

.popShare {
    display: block;
}

.overlay {
    opacity: 1;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background:rgba(0, 0, 0, 0.5) ;
}

.shareFallback {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    margin: auto;
    width: 50%;
    z-index: 1;
    padding: 1em;
    background: #fff;
}

.copiado {
    background-color: rgba(42, 53, 97, 0.08);
    border: 1.5px solid #f9f9f9;
}

.contenedor-1 {
    background-color: #f9f9f9;
    max-width: 90%;
    max-width: 500px;
    margin:  10px auto 10px auto;
    box-shadow: 0px 0px 7px rgba(66,66,66,.5) 60%;
    text-align: center;
    border-radius:9px;
}

.boton-cerrar {
    border-radius: 50%;
    background-color: #fff;
    width: 20px;
    max-width: 20vw;
}

.boton-cerrar:hover{
    background-color: #eee;
}

.boton-cerrar:focus{
    background-color: #eee;
}

.boton-cerrar:active{
    background-color: #eee;
    box-shadow: inset 0px 0px 4px rgba(39, 49, 90, 0.2);
}

.icon {
    height:1em;
    width: auto;
    justify-self: left;
    padding: 1px;
}

.shareFallback h3 {
    margin-top: 1em;
}

/*----------------------------------------------------------------------------
                                contenido
----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
                                botones 
----------------------------------------------------------------------------*/

.destacados {
    display: flex;
    justify-content: space-evenly;
    max-width: 400px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.destacado h3 {
    border: 1.5px solid #f9f9f9;
    padding: 6px 12px 6px 12px; 
    border-radius: 8px;
}

.destacado:hover h3{
    background-color: rgba(42, 53, 97, 0.05);
}
.destacado:active h3{
    background-color: rgba(42, 53, 97, 0.08);
    border: 1.5px solid #f9f9f9;
}

.destacados img {
    height: 35px;
    width: auto;
}

.img-circular {
    border-radius: 50%;
    background-color: #009FE3;
    display: inline-block;
}

.destacados a {
    color:#2A3561;
    text-align:center;
    text-decoration:none;
}

h3 {
    font-size: 1em;
    font-weight: 600;
}

/*----botones----*/

.botones-principal {
    margin-top: 1.5em;
}


.bloque {
    margin-top: 1.5em;
}

a {
    text-decoration: none;
}

.titulo h1 {
    font-size: 1.75em;
}

.boton {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.4em;
    max-width: 400px;
    border: 1.5px solid rgba(42, 53, 97, 0.12);
    border-radius: 8px;
    margin: 18px auto ;
    padding: 15px 24px 15px 24px; 
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none; 
    background-color: #f9f9f9;
}

.boton:hover {
    background-color: rgba(42, 53, 97, 0.05);
    border: 1.5px solid #f9f9f9;

}

.boton:focus {
    background-color: rgba(42, 53, 97, 0.08);
}

.boton:active {
    background-color: rgba(42, 53, 97, 0.14);
    border: 1.5px solid #f9f9f9;
}

.boton p {
    margin: 0;   
}

.boton-circular {
        box-shadow:0px 0px 10px rgba(39, 49, 90, 0.5);
}

.boton-circular:hover{
    box-shadow:0px 0px 10px #1b223d;
}

.boton-circular:focus{
    box-shadow:0px 0px 10px #1b223d;
}

.boton-circular:active{
    box-shadow:0px 0px 0px #1b223d;
}



/*----------------------------------------------------------------------------
                                footer 
----------------------------------------------------------------------------*/

.footer {
    background-color: #1B4E9A;
    background-size: cover;
    background-position-y:top;
    border-bottom-left-radius:9px;
    border-bottom-right-radius:9px;
    margin-bottom: 15px;
    padding: 20px 0;
}

.icon-footer {
    height:35px;
    width: auto;
    border-radius: 50%;
}

.redes {
    display: flex;
    justify-content: center;
    gap:12px;
    flex-wrap: wrap;
}

.redes img {
    height: 35px;
}

.web {
    margin: 8px auto;

}
.web a {
    color:#ffffff;
    text-align:center;
    text-decoration:none;
}

/*----------------------------------------------------------------------------
                                ASISTENCIA 
----------------------------------------------------------------------------*/

.asistencia {
    margin-bottom: 18px;
}

.linea {
    margin-top: 0.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5em;
}

.linea p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4em;
    flex-wrap: wrap;
}

.lineas {
    column-gap: 0.75em;
}

.titulo3 {
    font-size: 1.1em;
}

.texto {
    font-size: 1.1em;
    font-weight: 600;
}

.asterisco {
    font-size: 0.8em;
    font-weight: 400;
    margin-bottom: 0.25em;
}

.asistencia a:hover{
    text-decoration: underline;
}