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

body {
    font-size: 100%;
    background-color: white; 
    
}
/* index.html */
#menusliderpasivo {
    display: flex;
    align-content: center;
    background-color: #fff3af;
    width: 0.8rem;
    height: 100%;
    float: left;
    position: fixed;
    top: 0;
    z-index: 2000;
}

#menuslidericono {
    height: 6rem;
    padding: 0.6rem;    
    margin: 45vh 0.12rem 50vh 0.12rem;
    background-color: #fff3af;
    border-radius: 10%;
    z-index: 2000;
    
    
}

header {
    background-color: #fff3af;
    padding: 2vh 2rem 2vh 4rem;
    position: fixed;
    width: 100%;
    height: 7%;
    min-height: 2rem;
    top: 0;
    z-index: 1000;
}

header #logo {
    display:block;
    width: 40%;
    max-width: 30rem;
    min-width: 18rem;
    }

nav {
    font-family: "Roboto Mono";
    width: 100%;
    position: fixed;
    font-size: 1.4rem;
    top: 7%;
    padding: 2rem 4rem;
    background-color: white;
    z-index: 1000;
}

nav a {
    color: #9d9d9d;
}

.maincontainer {
    margin-top: 25%; 
}

}
footer {
    margin-top: 7rem;
    background-color: white;
    z-index: 1000;
    
}

footer p {
    font-family: "Roboto Mono";
    font-size: 0.7rem;
    line-height: 2rem;
    color: #9d9d9d;
    padding: 4rem;
}

#carrusel {
    display: flex;
    width: 100%;
    height: 20%;
    min-height: 25rem;
    background: url(../img/Aula-FADU3.jpg);
    background-size: cover;
    align-items: center;
    
}

#carrusel h1 {
    font-family: "Miriam Libre";
    font-size: 6rem;
    color: white;
    text-transform: uppercase;
    width: 60%;
    line-height: 6rem;
    margin-left: 1.8rem;
    padding: 1.4rem;
    border: 0.8rem solid;
    max-width: 50rem;
    min-width: 40rem;

}

.subtitulo {
    background-color: #fff3af;
    display: inline;
    margin: 4rem 0rem 0.6rem 4rem;
    
}

.subtitulo h3 {
    display: inline-block;
    font-family: "Roboto Mono";
    font-weight: 100;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 0.6rem;
    height:1.8rem;
    margin-top: 4rem;
}

.textoprincipal p {
    font-family: "Roboto Mono";
    font-size: 1.4rem;
    margin: 1.4rem 4rem 0rem 4rem;
    line-height: 3rem;
    letter-spacing: 0.04rem;
}

#accesosrapidos {

    width: 100%;
    margin: 2rem 0rem 2rem;
    
}

#accesosrapidos ul {
        
    display: flex;
    flex-direction: row;
    align-items: space-between;
    list-style: none;
    overflow: scroll;
    margin-left: 4rem;
    
}


#accesosrapidos li {
    margin-right: 0.6rem;
    background-color: #22c4c5;
    font-family: "Miriam Libre";
    font-size: 2.8rem;
    font-weight: bold;
    padding:1rem;
    
}

#accesosrapidos a {
    color: white;
    text-decoration: none;
}

#preguntar {
    flex-shrink: 2;
    white-space: nowrap;
}

/* menu.html */

#mainmenucontainer {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;

}

#menucontainer {
    display: flex;
    flex-direction: column;
    background-color: #fff3af;
    width: 80%;
    height: 100vh;
    padding: 2rem;
    overflow: scroll;
}

#menuslideractivo {
    background-color: #fff3af;
    width: 0.8rem;
    height: 100vh;
    position: fixed;
    left: 79%;

}

#usuario {
    vertical-align: middle;
    height: 9%;
    width: 100%;
    margin-bottom: 2rem;
    
}


.fotousuario {
    display: inline-block;
    vertical-align: middle;
    width: 7rem;
    height: 7rem;
    border-radius: 100%;
    border: solid #f0f0f0 0.5rem;
}

#usuario h4 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2rem;
    font-family: "Miriam Libre";
    font-size: 2.5rem;
}

.tituloseccion {
    display: inline-block;
    font-family: "Roboto Mono";
    font-weight: 100;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    height:1.8rem;
    margin-left: 11vw;
}

.listamenu {
    display: flex;
    height: 30vh;
    justify-content: space-between;
    flex-direction: column;
    list-style: none;
    margin-bottom: 4vh;
    margin-top: 1.5vh;
}

.enlacemenu {
    display: inline-flex;
    height: 4vh;
}

.enlacemenu a {
    display: inline-flex;
    margin-left: 4vw;
    font-family: "Miriam Libre";
    font-size: 3.3vh;
    font-weight: bold;
    color: black;
    text-decoration: none;
    height: 100%;

}

.iconomenu {
    display:inline-flex;
    height: 100%;
    vertical-align: middle;
    
}

#contacto {
    display: inline-flex;
    height: 4vh;
    margin-top: 1.5rem;
    position: absolute;
    bottom: 2vh;
    
}

#contacto a {
    display: inline-flex;
    margin-left: 4vw;
    font-family: "Miriam Libre";
    font-size: 2.8vh;
    font-weight: regular;
    color: black;
    text-decoration: none;
    height: 100%;

}

/*programas*/

.maincontainer {
}


.titulopagina {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 4vh;
    padding: 0 4rem;
    margin-bottom: 2rem;
}

.titulopagina h2 {
    display: inline-flex;
    font-family: "Miriam Libre";
    font-size: 3.4rem;
    font-weight: bold;
    height: 100%;
}

.iconotitulo {
    display: inline-flex;
    height: 100%;
    vertical-align: middle;
    
    
}


.filtroscontainer {
    display: flex;
    justify-content: space-between;
    margin: 1rem 4rem 4rem;

}

.filtro {
    font-family: "Roboto Mono";
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #22c4c5;
    letter-spacing: 0.2rem;
}

.programacontainer {
    margin: 4rem 0;
}

.headerprograma {
    background-color: #f0f0f0;
    width: 100vw;
    padding: 1rem 4rem;
}

.enlaceprograma {
    display: flex;
    justify-content: space-between;
    height: 6vh;
    text-decoration: none;
}

.chevronprograma {
    display: inline-flex;
    height: 85%;
    vertical-align: middle;
}

.nombreprograma {
    display: inline-flex;
    font-family: "Miriam Libre";
    font-weight: bold;
    height: 90%;
    font-size: 2.8rem;
    color: black;
    border: solid #22c4c5 0.3rem;
    padding: 0.5rem 0.8rem;
    
}

.etiquetas {
    font-family: "Roboto Mono";
    font-weight: 200;
    font-size: 0.6rem;
    text-transform: uppercase;
    color: black;
    letter-spacing: 0.1rem; 
}

.licenciacerrada {
    color: red;
    font-weight: 700;
    
}

/* página programa */
    
.maincontainer {
    padding-left: 0rem;
    z-index: 1000;
}

#fondoturquesa {
    height: 100%;
    width: 50vw;
    right: 0;
    background-color: #22c4c5;
    position: fixed;
    z-index: -1;
}

.titulopaginaprogramacerrado h2 {
    font-family: "Miriam Libre";
    font-size: 3rem;
    font-weight: bold;
    margin-top: 1rem;
    
}

.titulopaginaprogramaabierto h2 {
    font-family: "Miriam Libre";
    font-size: 3rem;
    font-weight: bold;
    margin-top: 1rem;
    
}

.titulopaginaprogramacerrado {
    margin-left: 4rem;
    
}

.titulopaginaprogramaabierto {
    margin-left: 2rem;
    
}

.licenciapaginaprograma {
    font-family: "Roboto Mono";
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: black;
    letter-spacing: 0.1rem; 
}

.comparacion {
    display: flex;
    justify-content: space-around;
    
}

.seccionprograma {
    text-align: center;
    margin: 2.5rem;
    
    
}

.seccionprograma h5 {
    display: inline-block;
    font-family: "Roboto Mono";
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    border: solid black 0.13rem;
    padding: 0.2rem 0.4rem;
}

.containerprogramacerrado {
    width: 50vw;
}
    
.containerprogramaabierto {
    width: 50vw;
}

.iconoprograma {
    display: block;
    margin: 2rem auto 0 auto;
    height: 15vh;
    
}

.textosecundario {
    padding:  0 2rem 0 4rem;
}

.textosecundario p {
    font-family: "Roboto Mono";
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.04rem;
    hyphens: auto;
}

.pasafotoscapturas {
    height: 15vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow: scroll;
}

.captura {
    height: 100%;
    margin: 0 0.7rem;
}

.textosecundario ul {
    font-family: "Roboto Mono";
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.04rem;
    hyphens: auto;
    
}

.textosecundario ul li {
    margin: 2rem 1rem;
}


.textosecundario a {
    text-transform: uppercase;
    color: black;
    font-weight: 700;
    letter-spacing: 0.2rem
}


.containerprogramaabierto ul {
    color: white;
}

.containerprogramaabierto ul a {
    color:white;
}

/* preguntas */
/*
.maincontainer {
    display: flex;
    flex-wrap: wrap;
    padding-left: 3rem;
}
*/

.barrabotones {
    display: flex;
    justify-content: space-around;
    padding: 3% 0 3% 0;
    bottom: 0;
    position:fixed;
    width: 100vw;
    height: 10vh;
    background-color: #fff3af;
}

.botonbarrabotones {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
}

.botonbarrabotones img {
    height: 60%;
}

.botonbarrabotones p {
    font-family: "Roboto Mono";
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.maincontainerpreguntas {
    column-count: 2;
    column-gap: 1rem;
    padding-left: 3rem;
    padding-right: 2rem;
    margin-top:25%;
}

.preguntacontainer {
    width: 43vw;
    margin: 0 0.7rem;
    break-inside: avoid;
}

.preguntatendenciaburbuja {
    background-color: #fff3af;
    padding: 2rem;
}

.preguntaburbuja {
    background-color: #f0f0f0;
    padding: 2rem;
}

.textopregunta {
    font-family: "Roboto Mono";
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.04rem;
    hyphens: auto;
}


.statspregunta {
    display: flex;
    font-family: "Roboto Mono";
    font-weight: 700;
    justify-content: flex-end;
    height: 3%;
    width: 100%;
    margin-top: 8%;
}

.tendencia {
    display: flex;
    justify-content: space-between;
    width: 55%;
    justify-content: center;
    margin-left: -3%;
    border: solid white;
}

.tendencia p {
    display: inline;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.2rem;
    line-height: 2rem;
}

.tendencia img {
    display: inline;
    height: 75%;
    width: auto;
    vertical-align: middle;
    margin-left: -6%;
    margin-top: 3%;
    
}


.likesyrespuestas {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 40%;
    margin-left: 7%;
    padding-top: 2%;
    padding-left: 3%;
}


.respuestas {
    display: flex;
    justify-content: space-around;
}

.respuestas img {
    height: 75%;
    margin-right: 5%;
}

.respuestas p {
    font-size: 1.3rem;
    line-height: 1.6rem;
}

.likes {
    display: flex;
    margin-right: 5%;
}

.likes img {
    height: 75%;
    margin-right: 5%;
}

.likes p {
    font-size: 1.3rem;
    line-height: 1.6rem;
}

.trianguloamarillo {
    height: 3%;
    position: absolute;
    
}

.usuariopregunta {
    display:flex;
    height: 8%;
    
}

.iconousuariopregunta {
    height: 70%;
    border-radius: 100%;
    vertical-align: middle;
    margin-top: 5%;
    margin-left: 10%;
    
}

.nombreytiempo {
    margin-top: 9%;
    margin-left: 5%;
}

.nombreytiempotexto {
    font-family: "Roboto Mono";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    
}

.botonrespuesta {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 8%;
    padding: 4% 0;
}

.enlaceresponder {
    display: inline;
    font-family: "Roboto Mono";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 0.3rem;
    color: #22c4c5;
    height: 100%;
    text-decoration: none;
}


.chevronresponder {
    display: inline;
    height: 60%;
    vertical-align: middle;
}

/* perfil */


.fotoperfil{
    border-radius: 100%;
    margin: 250px 300px;

}

#opciones {

    width: 100%;
    margin: 2rem 0rem 2rem;
    border-top: 20px;
}

#opciones ul {
        
    display: flex;
    flex-direction: column;
    align-items: space-between;
    list-style: none;
    margin-left: 4rem;
    border-top: 20px;
}


#opciones li {
    margin-right: 0.6rem;
    background-color: #22c4c5;
    font-family: "Miriam Libre";
    font-size: 2.8rem;
    font-weight: bold;
    padding:1rem;
    border-top: 20px;
}


.tituloperfil {
    display:flex;
    font-family: "Miriam Libre";
    font-size: 3.4rem;
    font-weight: bold;
    height: 10%;
    text-align: center;
    margin: 10px 420px;
}

/* chat*/

#personas{
  display:flex;
    font-family: "Miriam Libre";
    font-size: 3.4rem;
    font-weight: bold;
  margin: 250px 200px;
    text-decoration: none;
    list-style-type: none;
    flex-direction: column;
}

#persona{
    border-top: 10px;
    list-style-type: none;
}

.descripcion{
    font-family: "Roboto Mono";
    font-weight: 100;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    height:1.8rem;
    margin-left: 11vw;
}