* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', serif;
}

a{
    text-decoration: none;
}

li{
    list-style-type: none;
}



/*INDEX*/

.pass{ 
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    background-color: #424253;
}

h1.logoindex{
    color: #FA6A66;
    font-family: 'Roboto Slab', serif;
    font-size: 5em;
    text-align: center;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

.txtblanco{ 
    font-family: 'Roboto Slab', serif;
    text-align: center;
    font-size: 0.9em;
    margin-left: 1em;
    margin-right: 1em;
    color: #ffffff; 
}

#login{
    margin-top: 1em;
    width: auto;
}

.recuadroblanco{
    display: flex;
    background-color: #ffffff;
    height: 3em;
    margin-top: 3%;
    margin-right: 8%;
    margin-bottom: 3%;
    margin-left: 8%;
    text-align: left;
    align-items: center;
    border-radius: 0.2em;
}

.txtrecuadros{
    font-size: 0.9em;
    padding-left: 0.5em;
    font-weight: lighter;
}

.txtrojo{
    text-decoration: none;
    list-style-type: none;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    color: #FA6A66; 
    padding-top: 0.8em;
}

.recuadrorojo{
    display: flex;
    background-color: #FA6A66;
    height: 3em;
    margin-top: 3%;
    margin-right: 8%;
    margin-bottom: 3%;
    margin-left: 8%;
    text-align: center;
    border-radius: 0.5em;
    justify-content: center;
    align-items: center;
}

.recuadrorojo h3{
    color: white;
    font-size: 1.2em;
    font-weight: lighter;
}



/*CREAR CUENTA*/

#iconopefil{
    margin-top: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#iperfil{
    width: 9em;
    height: 9em;
    border-radius: 50%;
    margin-bottom: 0.5em;
}

.cargarfoto{
    color: #FA6A66;
    font-size: 0.7em;
}



/*PASS*/

#recuperar{
    color: white;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
}



/*MENU DESPLEGABLE*/

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #424253; 
}

.logonav {
    margin-left: 8%;
    text-decoration: none;
    list-style-type: none;
    color: #FA6A66;
    font-family: 'Roboto Slab', serif;
    display: block;
    font-size: 1.5em;
    font-weight: 900;
}

header > ul {
    display: flex;
    margin-right: 8%;
}

#menu3lineas{
    display: block;
	height: 2em;
	width: 2em;
}

#menu3lineas img{
    width: 100%;
}

header nav {
    background-color: rgba(0,0,0,0.85);
    color: white;
    position: fixed;
    right: -60vw;
    top: 0;
    height: 100vh;
    min-width: 60vw;
    transition: all .6s ease;
    z-index: 999;
}

header nav#menu:target {
    right: 0;
    transition: all .6s ease;
}

.usuario {
    margin: auto;
    text-align: center;
    font-size: 75%;
    padding: 3em 1em 1em 1em;
    border-bottom: solid 1px rgba(255,255,255,.25);
}

.usuario img {
    border-radius: 50%;
    width: 25vmin;
    height: 25vmin;
    max-width: 15em;
    max-height: 15em;
    border: 4px solid gray;
    box-shadow: 0 .35em .5em rgba(0, 0, 0, .25) inset, 0 .35em .5em rgba(0, 0, 0, .25);
}

#nronotificacion{
    color: #FA6A66;
    font-size: 1.5em;
}

header nav a {
    color: rgba(255,255,255,.75);
    display: block;
    padding: .5em 1em;
    text-decoration: none;
}

header nav a:hover {
    color: white;
}

#Cerrar{
    max-width: 0.1em;
    max-height: 0.1em; 
}

#x {
    position: absolute;
    right: 0;
    top: 0;
}

#textousuario{
    text-align: center;
}



/*HOME*/

#fotohome{
    width: 100%;
}

.titulonoticia{
    font-size: 1.2em;
    font-weight: lighter;
    color: #424253;
}

p.txtexplicacion{
    padding-top: 0.8em;
    margin-left: 1em;
    margin-right: 1em;
    color: #938a89;
    font-size: 0.9em;
}

.espaciofooter{
    clear:both;
    margin-bottom: 10em;
}

.btniconos{
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-top: 1em;
    background: linear-gradient(white, #424253);
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.iconos{ 
    width: 3em;
    height: 3em;
}

.txtmenu{ 
    font-size: 0.5em;
}

footer a{
    text-align: center;
    color: white;
}



/*NECESITO AYUDA*/

.titulonoticia1{
    font-size: 1.2em;
    font-weight:lighter;
    color: #424253;
    margin-top: 1em;
    margin-left: 0.8em;
}

.pasosaseguir{
    background-color: #DADFE3;
    padding-bottom: 0.7em;
    margin-top: 0.5em;
}

.puntoxpunto{
    font-size: 0.8em;
    padding-top: 0.7em;
    text-align: center;
    color: #424253;
}

.listaprofesionales{
    margin-top: 1em;
    margin-bottom: 1em;
    color: #424253;
}

.acordeon input{
    display: none;
}

.acordeon__titulo{
    display: block;
    padding: 15px;
    background: #FA6A66;
    color: white;
    font-size: 20px;
    cursor: pointer;
    border-bottom: 1px solid #424253;
}

.acordeon__titulo:hover{
    background: #FA6A66;
    opacity: 0.9;
}

.acordeon__contenido{
    display: flex;
    flex-direction: column;
    height: 0;
    overflow: hidden;
    margin: 0;
    transition: all 0.5s;
}

.acordeon input:checked ~ .acordeon__contenido{
    height: auto;
    margin: 15px 0;
}

li.active{
    background-color: #FA6A66;
    color:white;
}

li:hover:not(.active) {
    background-color: #555;
    color:white;
}

.turno{
    background-color: #FA6A66;
    height: 6em;
    display: flex;
    flex-direction: column;
    align-content:space-around;
    align-items: center;
    height: 7em;
}

.itemturno{
    margin-top: 0.3em
}

.pedirturno{
    color: white;
    background-color: #424253;
    border-radius: 10%;
    padding: 0.3em;
}

/*CALENDARIO*/

.month {
    padding: 1em 1em 1em 1em;
    width: 100%;
    background: #424253;
}

.month ul {
    margin: 0;
    padding: 1em;
}

.month ul li {
    color: #424253;
    font-size: 0.8em;
}

.mes{
    background-color: #FA6A66;
}

.tituloarriba{
    text-align: center; 
}

.month .prev {
    float: left;
    padding-top: 10px;
}

.month .next {
    float: right;
    padding-top: 10px;
}

.weekdays {
    margin: 0;
    padding: 10px 0;
    background-color: #ddd;
}

.weekdays li {
    display: inline-block;
    width: 12.1%;
    text-align: center;
}

.days {
    padding: 10px 0;
    background: #DADFE3;
    margin: 0;
}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 12.1%;
    text-align: center;
    margin-bottom: 5px;
    font-size:8px;   
}

.days li .active {
    padding: 2px;
    background: #FA6A66;
}



/*QUIERO AYUDAR*/

.recuadrogris{
    background-color: #DADFE3;
    padding: 0.5em 0;
    margin-top: 0.8em;
}

.recuadrorojo{
    color: white;
    font-size: 1.2em;
    font-weight: lighter;
}

h5{
    margin-left: 1em;
    margin-bottom: 1em;
}

.datoque{
    font-size: 0.8em;
    font-weight: bolder;
    margin-left: 1em;
}

.nombreque{
    font-style: italic;
    margin-left: 1em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    font-size: 0.8em
}



/*TALLERES*/

.masinfo{
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.masinfo a{
    color: #FA6A66;
}



/*LECTOESCRITURA*/

#fototaller{
    width: 100%;
    margin-top: 0.8em;
}

.espaciogris{
    background-color: #DADFE3;
    padding-bottom: 0.8em;
}

.datosabajo{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items:baseline;
}

.iconostaller{
    width: 1.9em;
    height: 1.9em;
}

.datostaller{
    display: flex;
    font-size: 0.8em;
    color: #424253;
    margin-bottom: 0.8em;
}

.itemdatos{
    text-align: center;
}



/*NOTICIAS*/

.recuadrogris1{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #DADFE3;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

#fotonoticiag{
    width: 100%;
}

.recuadronoticia{
    width: 100%;
    text-align: center;
    line-height: 4em;
    background-color: #FA6A66;
    margin-bottom: 0.8em;
}

.recuadronoticia a{
    color: white;
    font-size: 1.5em;
}

.galeria{
    display: flex;
    flex-direction: column;
}

.imgnoticiachicha{
    width: 6em;
}

.fig{
    display: flex;
    flex-direction: column;
}



/*CONTACTO*/

.color{
    background-color: #424253;
    padding-top: 1em;
    padding-bottom: 0.5em;
    color: white;
}
