* {
    box-sizing: border-box;
}
body { 
    background-color: #00BFA5;
    padding-left:3em;
    padding-right: 3em;
   font-family: "Roboto", sans-serif;  
}

#subtitulotest{
    font-weight:bold;
    color: white;
    font-size: 5vw;
   padding:5%; 
    margin-top: 0;
    padding-left: 2.5em;
    background-color:#00BFA5;
}

main {
    margin-top: 3em;  
} 

div {
    padding-top: 1em;
    color: #951B81;
}

#barra {
    background-color: white;
    padding:0em;
    margin:0em;
}
header { 
    background-color: #B2FF59;
    padding: .25em;
    /* height: 3em; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    }

#barratest { 
    background-color: #00BFA5;
    padding: .25em;
    /* height: 3em; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    }

nav {
    display: flex;
    align-items: baseline;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    
}
.principal {
    background-color:#00BFA5; 
}

#audiblanco {
    color:white;
    font-weight: bold;
    align-items: baseline;
    font-size: 6vw;
    align-self: center;
    padding-left: 5%;
}

#phoneblanco {
    color:white;
    font-weight: lighter;
    align-items: baseline;
    font-size: 6vw;
    margin-left: .2em;
    flex-grow: 1;  
}
#chat {
    width: 50%;
    margin:0em;
}
header nav {
    background-color: #B2FF59; 
    color: black;
    transition: all .5s ease;
    /* para salir del "flujo de información" del fondo 
        y colocase en una capa superior fija */
    left: -100%;
    position: fixed;
    top: 0;
    bottom: 0;
    min-width: 50%;
    z-index: 9995;
}
li{
    list-style: none;
}

#x {
    position: absolute;
    left: 15%;
    top: 15%;
}
header ul {
    padding-left: 5%;
}
#botonsobre{
  color:white;  
}
#parrafo{
    font-size:4vw;
    padding:10%;
}
.botonhome{
    width: 5vw;
    height: 110%;
    background-color: #B2FF59;
    color: black;
    text-decoration: none;
    list-style: none;
    font-weight: bold;

    /* caja flexible */
    display: flex;
    
    /* centrado en la horizontal */
    justify-content: center;

    /* centrado en la vertical */
    align-items: center;
    
}
header nav:target {
    left: 0;
}
#menu: target {
    left: 0;
    
}
.items {
    color: black;
    display: block;
    padding: .5em 1em;
    padding-left: 1em;
    text-align: left; 
   
}
.itemsconfiguracion {
    color: black;
    display: block;
    padding: 2%;
    margin-left: 5%;
    text-align: left;
    text-decoration: none;
   
}
.menu {
    text-decoration: none;
    list-style: none;
    font-size:3.4vh;
   margin-bottom: 5%;
    margin-top: 5%;
  border-bottom-color: black;
    
}
header nav a:hover {
    color: #00BFA5;
}


#barrainferior {
    border-color:black;
}

#inferiortest {
    background-color: #00BFA5;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-bottom: 2%;
}

h13 {display: flex;
    color:black;
    margin: 5%;
    font-size: 1em;
   margin-top: 1px;
    font-weight: 550;
   }
h14{border-color:#00BFA5;
    margin: 5%;  
    color:black;
   }
h15{display: flex; 
    margin-top: 10%;
   font-weight: bold;
}
article{
    margin-top: 1.5em;
    margin-left: 2em;
}
.opciones {
    text-decoration: underline;
    color:#00BFA5;
    font-size:4vw;
}
#listaopciones {
    padding-left: 2em;
    margin-bottom: 2em;
}
.listado{
    padding:.2em;
}

p{ display: flex;
   font-size: 0.8em;
   padding-right: 3em;
   padding-bottom: 1.5em;
   
   }

p8{ display: flex;
    font-size: 0.8em;
   padding-right: 2em;
    padding-bottom: 3.5em;
    padding-top: 1em;
   }
