/*fonts*/
.titulo {
  font-size: calc(1.4rem + (40 - 32) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 600;
  letter-spacing: 0.6rem;
}
.descripcion {
  text-align: center;
  text-justify: inter-character;
  -moz-text-align-last: center;
       text-align-last: center;
  font-size: calc(0.8rem + (40 - 32) * ((100vw - 300px) / (1600 - 300)));
  line-height: 2.5ch;
  letter-spacing: 0.1ch;
}

footer, figcaption, .detalle, .perfiles h2, .frase h2 {
    font-size: calc(0.7rem + (40 - 32) * ((100vw - 300px) / (1600 - 300)));
}    
/*estilos*/
.titulo {
    margin: 0 -0.6rem 4vh 0;
    overflow: hidden;
    display: block;
}
.descripcion {
    overflow: hidden;
    display: block;
    margin: 4rem auto;
}
.descripcion div span {
    width: 100%;
    margin: 0 -0.4rem 0 0;
}
.descripcion.load {
    margin: 2rem auto;
}
.line.load {
  margin: 0;
}
.grid {
    grid-template-columns: 1fr;
    row-gap: 1rem;
}
main {
    padding-top: 20vh;
}
section {
    width: 80%;
    margin: 0 auto;
}
.perfiles, .frase {
    display: grid;
    grid-template-columns: 1fr;
}
/*navbar*/
.logoIndex {
    top: 3rem;
    left: 2.4rem;
    font-size: 1.2rem;
}
.menu {
    width: 100%;
    height: auto;
    top: 0;
    left: 100%;
    color: #dedede;
}
.menu ul li {
    text-align: center;
    padding: 1ch;
}
.menu_toggle:checked ~ .menu_btn > span {
    transform: rotate(45deg);
    background-color: #dedede;
}
.menu_toggle:checked ~ .menu_btn > span::before {
    top: 0;
    transform: rotate(0);
    background-color: #dedede;
}
.menu_toggle:checked ~ .menu_btn > span::after {
    top: 0;
    transform: rotate(90deg);
    background-color: #dedede;
}
.menu_toggle:checked ~ .menu_lista {
    width: 100%;
    right: 0;
    visibility: visible;
    opacity: 1;
    transition: opacity 800ms ease;
    position: fixed;
}
.menu_toggle:checked ~ .menu_lista > .menu_item {
    position: relative;
    right: 0;
}
.menu_btn {
    width: 20px;
    height: 22px;
    position: absolute;
    top: 3rem;
    right: 2rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    visibility: visible;
    z-index: 1;
}
.modal_overlay {
    width: 20px;
    height: 26px;
    position: fixed;
    top: 2rem;
    right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
    z-index: 5;
    cursor: pointer;
}
.menu_btn > span::before {
    background-color: #191a19;
}
.menu_btn > span,
.menu_btn > span::before,
.menu_btn > span::after {
    background-color: #191a19;
    width: 100%;
    height: 0.2ch;
    position: absolute;
    display: block;
    transition-duration: 180ms;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
}
.menu_btn > span::before {
    content: '';
    top: -10px;
}
.menu_btn > span::after {
    content: '';
    top: 10px;
}
.menu_btn::-webkit-scrollbar {
    display: none;
}
.menu_lista {
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    margin: 0;
    padding: 30vh 0;
    overflow-y: hidden;
    visibility: hidden;
    opacity: 0;
    transition: opacity 800ms ease;
    background-color: #0f100f;
}
.menu_item {
    display: block;
    position: relative;
    right: -100%;
    transition-timing-function: ease;
}
.menu_item:nth-child(1) {
    transition-duration: 400ms;
}
.menu_item:nth-child(2) {
    transition-duration: 440ms;
}
.menu_item:nth-child(3) {
    transition-duration: 500ms;
}
.menu_item:nth-child(4) {
    transition-duration: 540ms;
}
.redes {
    right: 1rem;
}
.menu_beta ul {
    left: 1rem;
}
.sideR {
    margin: 2rem 0;
}
.sideR .vinculos {
    width: 60vw;
}

