:root {
    --amarillo: #fffce3;
    --amarillo-trans: rgba(255, 252, 227, 0.65);
    --azul: #0b3f75;
    --azul-trans: rgba(11, 63, 117, 0.65);
    --rojo: #f05050;
    --rojo-trans: rgba(240, 80, 80, 0.65);
    --rojo-claro: #ee8585;
    --celeste: #a3c9f0;
}

* {
    box-sizing: border-box;
    padding: 0;
    border: 0;
    margin: 0;
}

body {
    background-color: #fffce3;
}

main {
    max-width: 75rem;
    margin: auto;
}

.pmargin {
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

body main h2 {
    color: var(--azul);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0.5rem;
}

h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body p {
    color: var(--azul);
    font-family: "PT Serif", serif;
    font-weight: 400;
    font-style: normal;
}

header {
    position: sticky;
    top: 0;
    padding: 1rem;
    color: #fffce3;
    background-color: rgb(12, 63, 118);
    box-shadow: 0 4px 2px hsl(0 0% 0% / 0.25);
    z-index: 90;
}

header h1 {
    font-size: large;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

header h2 {
    font-size: medium;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

header nav {
    position: relative;
}

.navhead {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--azul);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    gap: 1rem;
    z-index: 100;
    translate: 100%;
    transition: all .5s ease;
    list-style: none;
}

.menuabrir .navhead {
    background-color: hsl(210 92% 30% / 95%);
    transition: all .3s ease;
    translate: 0;
}

.headermod {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-inline: auto;
}

.contenedora {
    max-width: 80rem;
    margin-inline: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: .7rem;
    margin-bottom: 1.5rem;
}

.titles {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}

.logo {
    width: 4rem;
    height: 4rem;
    /* background-color: rgb(2, 42, 68); */
    border-radius: 1rem;
    padding: .5rem;
    /* padding-left: .7rem; */
}

.hamburguesa {
    display: flex;
    width: 3rem;
    right: 1rem;
    top: 1.75rem;
    position: fixed;
    z-index: 101;
}

.hambursize {
    width: 3.5rem;
}

.titulosvivo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*.navhead {
    display: none;
    list-style: none;
    gap: 0.5rem;
}*/

img {
    width: 50px;
    max-width: 100%;
}

hr {
    border-top: solid 3px var(--azul);
}

.link {
    display: flex;
    width: 15rem;
    border: 2px solid rgb(2, 42, 68);
    border-radius: .5rem;
    padding: .5rem;
    color: var(--amarillo);
    background-color: #f05050;
    text-decoration: none;
    gap: 1rem;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-size: x-large;
    font-weight: 700;
    font-style: normal;
}

.link:hover {
    background-color: var(--rojo-claro);
    color: var(--amarillo);
}

button {
    background-color: transparent;
}

article p {
    text-align: left;
}

.sinjustif {
    text-align: left;
}

.navbar:target {
    color: blue;
}

.vivomargin {
    padding-bottom: 0.6rem;
    margin-bottom: 0.8rem;
    border-block-end: solid 2px var(--celeste);
}

.mensajes {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 7rem;
    overflow-y: auto;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.mensaje {
    display: flex;
    font-size: small;
    padding: .25rem;
    border-radius: 0.5rem;
    background-color: var(--amarillo);
    gap: 0.6rem;
    align-items: center;
    height: 100%;
}

.nombreusuariochat {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #f05050;
}

.chat {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    background-color: rgb(163, 201, 240);
    border-radius: 1rem;
    padding: 1rem;
    margin-top: -2rem;
    min-height: auto;
}


.fotovivo {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
    z-index: 1;
    border-radius: 1rem;
}

.titulochat {
    width: fit-content;
    background-color: rgb(12, 62, 119);
    color: white;
    padding: .1rem 1.5rem;
    border-radius: .5rem;
}

#juevestitulo {
    font-size: large;
    text-align: right;
}

#envivoyvistas {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 2.5rem;
    right: 2.5rem;
    margin-top: 0.5rem;
    z-index: 20;
}

.envivo {
    background-color: var(--rojo-trans);
    padding: 0.5rem;
    border-radius: 0.8rem;
    color: var(--amarillo);
    font-size: small;
}

.numerovistas {
    color: var(--amarillo);
    font-size: small;
}

.vistas {
    display: flex;
    justify-content: space-between;
    background-color: var(--azul-trans);
    gap: 0.7rem;
    padding: 0.5rem;
    border-radius: 0.8rem;
}

.icionovistas {
    height: 1rem;
    width: 0.8rem;
}

.tituloperspect {
    color: var(--azul);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}


.linkaperfilajeno {
    text-decoration: none;
}

.vistasperspectnumero {
    color: var(--amarillo);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: small;
}

.captionarchivo {
    color: var(--azul);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
}

.usuarioperspect {
    display: flex;
    align-items: center;
    gap: .7rem;
    position: absolute;
    top: 1.3rem;
    left: 1rem;
    padding: .25rem 1rem .25rem 0.3rem;
    border-radius: 2rem;
    background-color: var(--amarillo-trans);
}

.usuarioperspect2 {
    display: flex;
    align-items: center;
    gap: .7rem;
    position: absolute;
    top: 1.3rem;
    left: 1rem;
    padding: .25rem 1rem .25rem 1rem;
    border-radius: 2rem;
    background-color: var(--amarillo-trans);
}

.vistasperspect {
    display: flex;
    align-items: center;
    gap: .7rem;
    position: absolute;
    top: 4.3rem;
    left: 1.2rem;
    padding: .25rem 0.5rem .25rem 0.5rem;
    border-radius: 0.7rem;
    background-color: var(--azul-trans);
}

.vistasperspect2 {
    display: flex;
    align-items: center;
    gap: .7rem;
    position: absolute;
    top: 4.3rem;
    left: 1rem;
    padding: .25rem 0.5rem .25rem 0.5rem;
    border-radius: 0.7rem;
    background-color: var(--azul-trans);
}

.inputcontenedora {
    display: flex;
    margin-top: .5rem;
    align-items: center;
    background-color: var(--amarillo);
    gap: 1rem;
    width: 100%;
    border-radius: .5rem;
    padding: .1rem .25rem;
}

.input {
    display: flex;
    background-color: var(--amarillo);
    width: 100%;
    padding: 0.5rem;
    height: 2rem;
    border-radius: 0.5rem;
}

.icon {
    width: 2rem;
    min-width: 2rem;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
}

.vistasiconopers {
    width: 0.6rem;
    display: flex;
    flex-grow: 0;
}

.fotoperspect {
    width: 20rem;
    z-index: 1;
    border-radius: 1rem;
    border: 5px solid #0b3f75;
}

.archivohome {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    list-style: none;
    margin-top: 1rem;
}

.archivoarchivo {
    width: 100%;
    height: 100%;
    position: absolute;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    list-style: none;
    margin-top: 1rem;
}

.archivoarchivo li figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.archivohome li figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.archivofake-contenedora {
    text-decoration: none;
}

.fotosarchivo {
    border-radius: 1rem;
    max-width: 100%;
    width: 10rem
}

.archivofake {
    color: #fffce3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    max-width: 100%;
    height: 5rem;
    background-color: #f05050;
    gap: 0.5rem;
}

.fakefoto {
    width: 1.5rem;
}

.carrusel {
    display: flex;
    gap: 1rem;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    margin-top: .5rem;
}

.carrusel-slide {
    display: flex;
    position: relative;
    flex: 1 0 20%;
    scroll-snap-align: center;
    gap: 1rem;
}

.carrusel-slide-botones {
    display: flex;
    position: relative;
    flex: 1 0 70%;
    scroll-snap-align: center;
    gap: 1rem;
}

.archivoguardar {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}

.botonguardar {
    margin-inline: auto;
    padding: .5rem 1rem;
    border: solid 3px var(--azul);
    border-radius: 1.5rem;
    color: #0b3f75;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.botonguardar:hover {
    margin-inline: auto;
    padding: .5rem 1rem;
    border: solid 3px var(--azul);
    background-color: #a3c9f0;
    border-radius: 1.5rem;
    color: #0b3f75;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.botonfuturohome {
    background-color: #f05050;
    color: #fffce3;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: x-large;
    font-style: normal;
    margin-inline: auto;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    margin: 1rem 0rem;
}

.botonfuturohome:hover {
    background-color: var(--rojo-claro);
    color: var(--amarillo);
    transition: .3s;
}

.mesarchivo {
    background-color: #0b3f75;
    color: #fffce3;
    align-items: center;
    width: 14rem;
    border-radius: .7rem;
    padding: 0.5rem;
}

.mesyflechas {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 1.5rem;
    text-align: center;
}

.flechasarchivo {
    width: 2.5rem
}

.fakeslide {
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.botonrevisasumate {
    width: 20rem;
}

.archivoslide {
    margin-inline: auto;
    width: 100%;
    height: 17rem;
    position: relative;
    overflow: hidden;
}

.rectangulologin {
    background-color: #a3c9f0;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 2rem;
    flex-direction: column;
    margin-top: 1.5rem;
}

.usuariologin {
    width: 10rem;
    border: solid 4px var(--azul);
    border-radius: 30rem;
}

.botonessesion {
    background-color: #f05050;
    color: #fffce3;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 1rem;
    border-radius: 1rem;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iniciarsesion {
    background-color: #0b3f75;
}

.editarboton {
    background-color: #f05050;
    color: #fffce3;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 1rem 2rem;
    border-radius: 1rem;
    text-align: center;
}

.botonessesion:hover {
    background-color: var(--rojo-claro);
    color: var(--amarillo);
    transition: .3s;
}

.inicioregistro {
    gap: 2rem;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.nombreydescripcion {
    display: flex;
    flex-direction: column;
    background-color: var(--amarillo);
    border-radius: 1rem;
    padding: 1rem;
    align-items: center;
}

.grabar {
    display: flex;
    flex-direction: column;
    background-color: var(--amarillo);
    border-radius: 1rem;
    padding: 1rem;
    align-items: center;
    margin-top: 2rem;
}

.grabarplay {
    margin-top: 1rem;
    display: block;
}

.grabaricono {
    width: 10rem;
    margin: 2rem;
}

.grabaricono2 {
    width: 7rem;
}

.historial {

    background-color: var(--amarillo);
    border-radius: 1rem;
    padding: 1rem;

    margin-top: 1rem;
    border: solid 4px var(--celeste);
    max-width: 40rem;
    margin-inline: auto;
}

.titulohistorial {
    text-decoration: none;
    background-color: var(--azul);
    padding: 1rem 2rem;
    border-radius: 1rem;
    color: var(--amarillo);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    display: flex;
    justify-content: center;
    max-width: 30rem;
    margin-inline: auto;
}

.margintab {
    margin-top: 1rem;
}

.marginfuturo {
    margin-bottom: 1rem;
}

.asistirefuturoflex {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    background-color: #a3c9f0;
    border-radius: 1rem;
}

.archivotabperf {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    list-style: none;
    margin-top: 1rem;
    align-items: center;
}

.archivotabperf li figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.asistencialist {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.asistencia {
    display: flex;
    gap: 6rem;
    margin-top: 1rem;
    justify-content: space-between;
}

.fechaasist {
    color: #0b3f75;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.archivoenusuario {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 1rem;
    border-radius: 2rem;
    background: url("imagenes/foto_vivo.png") no-repeat center center;
    width: 100%;
    aspect-ratio: 16/9;
}

.archivoenusuario:hover {
    filter: blur(1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease-in-out;
}

.archivoreproductor {
    margin-top: 0rem;
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
    border-radius: 1.2rem;
}

.margintituloarchivo {
    margin-top: 1rem;
}

.registroabajo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    list-style: none;
    margin-top: 1rem;
}

.registroabajotodo {
    display: flex;
    justify-content: center;
}

.flexregistro {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.iconosregistro {
    width: 3rem;
    margin-bottom: 0.5rem;
}

.infofotos {
    display: block;
    margin-inline: auto;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 2rem;
}

.infolinks {
    background-color: var(--rojo);
    color: #fffce3;
    display: flex;
    justify-content: center;
    width: 14rem;
    border-radius: .7rem;
    padding: 0.5rem;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: large;
    margin: 1rem;
    display: block;
    margin-inline: auto;
    text-align: center;
    margin-bottom: 1.5rem;
}

.infolinks:hover {
    background-color: var(--rojo-claro);
    color: #fffce3;
}

.rectangulograbaroff {
    background-color: var(--amarillo);
    border-radius: 2rem;
    max-width: 23rem;
    background-repeat: no-repeat;
    background-size: cover;
    border: solid 3px var(--amarillo);
    margin-inline: auto;
}

.rectangulograbar {
    background-image: url(imagenes/marchagrabar.jpg);
}

.hidden {
    visibility: hidden;
}

.grabarusuario {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: inherit;
}

.blueback {
    background-color: var(--celeste);
}

.nombregrabar {
    margin-bottom: 0;
    font-size: large;
}

.grabarenvivo {
    background-color: var(--rojo-trans);
    padding: 0.5rem;
    border-radius: 0.8rem;
    color: var(--amarillo);
    font-size: small;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 1rem;
}

.nombreyfotograbar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0.7rem;
    padding: 0.3rem 0.7rem 0.3rem 0.3rem;
    background-color: var(--amarillo-trans);
    border-radius: 2rem;
}

.autorizarcamara {
    background-color: #f05050;
    color: #fffce3;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 1rem 2rem;
    border-radius: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10rem 5rem 14rem 5rem;
}

.autorizarcamara:hover {
    background-color: #ee8585;
}

#volumengrabar {
    width: 1.8rem;
}

#pantcompletagrabar {
    width: 1.5rem;
    margin-right: 1.2rem;
}

.volumenypantallacomp {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 1rem;
    margin-bottom: 1rem;
}

.iniciaragrabar {
    background-color: #f05050;
    color: #fffce3;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: medium;
    padding: 0.8rem 2rem;
    border-radius: 1rem;
    text-align: center;
}

.iniciaragrabar:hover {
    background-color: #ee8585;
}

.grabarusuarios {
    display: flex;
    align-items: center;
    max-width: 3.2rem;
    gap: .7rem;
    margin-left: 1rem;
    padding: .25rem 0.5rem .25rem 0.5rem;
    border-radius: 0.7rem;
    background-color: var(--azul-trans);
}

.flexgrabarabajo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 23rem;
    margin-inline: auto;
}

.grabaricono {
    width: 3rem;
    margin: 1rem;
    margin-right: .2rem;
}

.grabarautoricono {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tab {
    overflow: hidden;
    /* border: 1px solid #ccc; */
    background-color: var(--celeste);
    display: flex;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    color: var(--azul);
    font-size: large;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: var(--azul);
    color: var(--celeste);
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: var(--azul);
    color: var(--amarillo);
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    /* border: 1px solid #ccc; */
    border-top: none;
}

.fotomarchas {
    width: 100%;
    border-radius: 2rem;
}

.h3importantes {
    color: var(--azul);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-top: 1rem;
    margin-bottom: 0.3rem;
}

.h3archivo {
    color: var(--azul);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0.3rem;
}

.linkmadresunma {
    text-decoration: none;
    color: var(--rojo-claro);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.linkmadresunma:hover {
    color: #f05050;
}

.conocemas {
    margin-top: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--azul);
}

.cambioseccion {
    border-block-start: solid 3px var(--azul);
    padding-top: 0.5rem;
}

.selected {
    background-color: #0b3f75;
    color: #fffce3;
}

.botonasistire {
    border: solid 3px var(--rojo);
    border-radius: 1rem;
    background-color: #f05050;
    color: var(--amarillo);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: large;
    padding: 0rem 2rem;
}

.botonasistireselect {
    background-color: transparent;
    color: var(--rojo);
    font-weight: 400;
}

.genteasiste {
    width: 2rem;
}

.botonmodificar {
    background-color: #0b3f75;
    color: #fffce3;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: medium;
    border-radius: 1rem;
    padding: 0.6rem;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    margin-inline: auto;
    max-width: 20rem;
    text-decoration: none;
}

.botonmodificar:hover {
    background-color: #a3c9f0;
    color: #0b3f75;
}

.yearasist {
    background-color: #0b3f75;
    color: #fffce3;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: x-large;
    align-items: center;
    width: 10rem;
    border-radius: .7rem;
    padding: 0.5rem;
    text-align: center;
    margin-bottom: -0.4rem;
}

.flechasasist {
    width: 2.5rem;
    margin-bottom: -0.4rem;
}

.flexasistencia {
    display: flex;
    justify-content: space-between;
    max-width: 20rem;
    align-items: center;
    margin-inline: auto;
    margin-bottom: -0.4rem;
}

.pildoraazul {
    background-color: #0b3f75;
    border-radius: 2rem;
}

.h3amarilloasist {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: medium;
    text-align: center;
    color: #fffce3;
}

.h3amarilloasist2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: large;
    text-align: left;
    color: #fffce3;
    margin-right: 4.5rem;
    margin-left: 0.5rem;
}

.contenedorceleste {
    background-color: var(--celeste);
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    margin: 0rem 1rem;
    margin-inline: auto;
    margin-top: 1rem;
}

.fechasasist {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: large;
    text-align: left;
    color: var(--azul);
    background-color: var(--amarillo);
    padding: 0.3rem 1rem;
    border-radius: 1rem;
}

.numerodemarchaasist {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: large;
    text-align: left;
    color: var(--azul);
}

#guardarasistencia {
    background-color: var(--rojo);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: larger;
    color: var(--amarillo);
    text-align: center;
    margin-inline: auto;
    border-radius: 1rem;
    max-width: 10rem;
    padding: 0.5rem 1rem;
    margin-top: 0.5rem;
}

#guardarasistencia:hover {
    background-color: var(--rojo-claro);
}

.table {
    margin-inline: auto;
    width: 23.5rem;
    border-collapse: collapse;
    text-align: center;
}

th {
    margin-inline: auto;
    text-align: center;
    padding: .5rem;
}

td {
    text-align: center;
    padding: .5rem 1rem;
}

tbody {
    padding: 1rem;
}

tr:first-child td:first-child {
    border-top-left-radius: 1rem;
}

tr:first-child td:last-child {
    border-top-right-radius: 1rem;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 1rem;
}

tr:last-child td:last-child {
    border-bottom-right-radius: 1rem;
}

tr:first-child th:first-child {
    border-top-left-radius: 1rem;
}

tr:first-child th:last-child {
    border-top-right-radius: 1rem;
}

tr:last-child th:first-child {
    border-bottom-left-radius: 1rem;
}

tr:last-child th:last-child {
    border-bottom-right-radius: 1rem;
}

input[type="radio"] {
    box-sizing: border-box;
    width: 23px;
    height: 23px;
    accent-color: var(--rojo);
    padding: 0.5em;
    appearance: none;
    background-color: #fffce3;
    border: solid 3px var(--amarillo);
    border-radius: 0.25rem;
    outline-offset: 0.1em;
}

input[type=radio]:checked {
    display: inline-block;
    background-color: var(--rojo);
}

@media (min-width: 50em) {
    .hamburguesa {
        display: none;
    }

    .navhead {
        display: flex;
        flex-direction: row;
        gap: .25em;
        position: relative;
        translate: 0;
        background-color: unset;
    }

    .link {
        font-size: medium;
        width: fit-content;
    }

    .navhead img {
        height: 1.5rem;
        width: 1.5rem;
    }

    header h1 {
        font-size: x-large;
    }

    header h2 {
        font-size: larger;
    }

    .archivofake {
        width: 13rem;
        height: 7.25rem;
    }

    .archivohome {
        grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
    }

    .archivoarchivo {
        grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
    }

    .fotosarchivo {
        width: 13rem;
    }

    .carrusel-slide {
        flex: 1 0 30%;
    }

    .vivocontenedora {
        display: flex;
        flex-direction: row;
        width: 100%;
        position: relative;
    }

    .chat {
        left: -2rem;
        height: 30rem;
        margin-top: 0;
        margin-right: -2rem;
        z-index: 1;
    }

    .mensajes {
        height: 100%;
        width: 100%;
    }

    .fotovivo {
        height: 30rem;
    }

    .logintodo {
        width: 40rem;
        margin-inline: auto;
    }

    .archivoenusuario {
        width: 40rem;
        margin: 1rem auto auto auto;
    }

    .registroabajo {
        gap: 7rem;
    }

    .iconosregistro {
        width: 7rem;
    }

    .infofotos {
        width: 40rem;
    }

    .archivoslide {
        height: 10rem;
    }

    #envivoyvistas {
        left: 1rem;
        right: 21.2rem;
        margin-top: 0.5rem;
        z-index: 20;
    }

    .envivo {
        font-size: large;
    }

    .numerovistas {
        font-size: large;
    }

    .icionovistas {
        height: 1.3rem;
        width: 1rem;
    }

    #juevestitulo {
        font-size: x-large;
    }

    .fotomarchas {
        width: 40rem;
        object-fit: contain;
    }

    .importbox {
        display: flex;
        gap: 1.5rem;
        padding-bottom: 1rem;
        border-block-end: solid 2px var(--azul);
    }

    .importgrid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2rem;
    }

    .botonrevisasumate {
        width: 40rem;
    }

    .archivotabperf {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2rem;
    }

    .infoescritorio {
        display: flex;
        gap: 1.5rem;
    }

    .margininfoesc {
        margin-top: 1rem;
    }

    .infolinks {
        width: 25rem;
        font-size: x-large;
        border-radius: 1.2rem;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
        margin-top: 3rem;
    }
}