@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700');
*{box-sizing: border-box;
padding: 0;
margin: 0;}

/*--------generales--------*/

html{
    background: #dddddd;
    height: 100%;
}

body{
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    position: absolute;
    height: 100%;
    width: 360px;
    margin-left: 50%;
    left: -180px;
}

h2{
    font-size: .8em;
}

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

.hamburguesa{
    cursor: pointer;
}

.lateral{
	position: absolute;
    top: 0px;
    right: 20%;
    width: 80%;
    height: 640px;
    background: white;
	z-index: 99;
}

.lateral .cruz{
    position: absolute;
    top: 47px;
    right: 40px;
	cursor: pointer;
}

.encabezado_menu{
    padding-left: 2em;
    color: white;
}

.encabezado_menu h2{
    font-size: 1em;
}

.encabezado_menu p{
    font-size: .8em;
}

.lateral ul{
    display: flex;
    flex-direction: column;
}

.lateral ul li{
    font-weight: 600;
    padding: 1.5em 2em;
    width: 100%;
    height: 4.6em;
    text-align: left;
    border-bottom: 1px solid #dddddd;
    color: #052030;
}

.lateral ul li:hover{
    background-color: #dddddd;
}

.lateral ul .encabezado_menu{
    height: 200px;
    padding-top: 2.5em;
    background-color: #052030;
}

.fondo_trans{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.lateral .iconos{
    width: 1em;
    margin: -.1em 0em;
    margin-right: 1em;
}

.lateral .notificacion{
    width: 1.25em;
    margin: -.1em 0em;
    margin-left: 4.5em;
}

/*----------login----------*/

#pantalla_login{
    background: #052030;
    max-width: 360px;
    width: 100%;
    height: 640px;
    margin: auto;
}

#vacio{
    height: 6em;
}

.logo img{
    display: block;
    margin: auto;
}

.login{
    margin: 2em auto;
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.login a{
    display: block;
    margin: .7em;
    color: white; 
    text-decoration: none;
    font-size: .7em;
}

.login .comenzar{
    width: 200px;
    margin: auto;
    text-align: center;
    background-color: #EFAC07;
    padding: .5em;
    border-radius: 5px;
    font-weight: 800;
    font-size: .9em;
}

.login input{
    width: 200px;
    height: 3em;
    margin: .1em;
    padding: .5em 0em;
    border-radius: 5px;
}

.user{
    color: #052030;
}

.contrasena{
    color: #EFAC07;
    font-weight: 800;
}

.user::-webkit-input-placeholder {
   color: #6C7B8A;
}

.contrasena::-webkit-input-placeholder {
    color: #EFAC07;
    font-weight: 800;
}


/*------------------------Mis eventos------------------------*/

#mis_eventos{
    max-width: 360px;;
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
    margin: auto;
    background-color: white;
}

.usuario{
    background-image: url(../img/corrida.jpg);
    width: 100%x;
    height: 200px;
    padding: 2.5em;
    background-position: center;
}

.usuario .head{
    width: 100%;
    top: 0;
    left: 0;
    height: 50px;
    display: flex;
    justify-content: space-between;
    color: white;
    padding: 1em;
    position: absolute;
}

.usuario .avatar{
    display: block;
    margin: 0em auto .5em;
}

.avatar .circulo_verde{
    position: absolute;
    width: 1em;
    height: 1em;
    border-radius: 50px;
    background-color: #8ACC21;
    top: 50px;
    left: 60%;
}

.usuario h2{
    font-size: 1em;
    color: white;
    text-align: center;
    font-weight: 400;
    margin: 0;
}

.usuario p{

    color: white;
    text-align: center;
    font-size: .8em;
    font-weight: 300;
    font-weight: 300;
    margin: 0;
}

nav{
    width: 100%;
    height: 50px;
    background-color: #052030;
}

nav ul{
    list-style: none;
    float: left;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li{
    text-align: center;
    width: 50%;
    height: 100%;
    font-weight: 700;
    color: white;
    font-weight: 600;
}

#mis_eventos nav ul .verde{
    background-color: #1DCE81;
    display: block;
    padding: 1em;
}

#mis_eventos nav ul .amarillo a{
    display: block;
    padding: 1em;
}

#mis_eventos .filtrar_deporte{
    height: 40px;
    border-top: 5px solid #1DCE81;
    background-color: #dddddd;
}

.filtrar_deporte p{
    margin: .5em 1em;
    color: #052030;
    font-weight: 600;
    font-size: .8em;
}

.filtrar_deporte p span{
    color: #1DCE81;
    border: 1px solid #1DCE81;
    border-radius: 25px;
    padding: 0em .5em .1em .5em;
    cursor: pointer;
    position: absolute;
    left: 6em;
    top: 20.5em;
    z-index: 1;
    background-color: white;
}

.filtrar_deporte .menu_emergente{
    height: 0;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    overflow: visible;
    top: 17.3em;
    z-index: 0;
}

.filtrar_deporte .menu_emergente .opciones{
    margin: 0 4.8em;
    padding: .5em;
    display: flex;
    flex-direction: column;
    background-color: #1DCE81;
    height: 5em;
    width: 5em;
    border-radius: 0 0 10px 10px;
}

.filtrar_deporte .menu_emergente .opciones li{
    font-weight: 200;
    height: 2em;
    text-align: left;
    font-size: .8em;
}

.mis_eventos{
    background-color: white;
    margin: 0;
    overflow: auto;
    height: 350px;
}

.mis_eventos article{
    display: flex;
    border-bottom: 1px solid #dddddd;
    color: #484848;
    height: 4em;
}

#mis_eventos article:hover{
    background-color: rgba(29, 206, 129, 0.75);
}

.deportes{
    padding-left: 1em;
    width: 40%;
    margin: 1em 0em;
    color: #6C7B8A;
    font-size: .8em;
}

.deportes span{
    font-size: 1.1em;
    font-weight: 800;
    color: #052030;
}

.deportes .apurate{
    color: #1DCE81;
}

.lugar{
    width: 40%;
    margin: 1em 0em;
    text-align: right;
    color: #6C7B8A;
    font-size: .8em;
}

.flecha{
    margin-right: 1em;
}

.boton_menu_v a{
    display: block;
    background-color: #1DCE81;
    padding: .9em 1.2em;
    position: absolute;
    bottom: 1em;
    right: 1em;
    border-radius: 50px;
}

/*-----Detalle Evento-----*/

#detalle_evento{
    max-width: 360px;
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
    margin: auto;
    background-color: white;
}

.foto{
    background-image: url(../img/judo.jpg);
    width: 100%;
    height: 235px;
    position: relative;
    background-position: center
}

.foto div{
    height: 50px;
    display: flex;
    justify-content: space-between;
    color: white;
    padding: 1em;
}

.foto article{
    display: flex;
    color: #484848;
    height: 4em;
    width: 100%;
    color: white;
    position: absolute;
    bottom: 0;
    background-color: rgba(5, 32, 48, 0.7);
    justify-content: space-between;
}

.foto .deportes{
    padding-left: 1em;
    width: 40%;
    margin: 1em 0em;
    color: white;
    font-size: .8em;
}

.foto .deportes span{
    font-size: 1em;
    font-weight: 800;
    color: white;
}

.foto .deportes .apurate{
    color: #1DCE81;
}

.foto .lugar_d{
    margin: 1em 1em;
    text-align: right;
    color: white;
    font-size: .8em;
    width: 50%;
}

#detalle_evento .detalle{
    overflow: auto;
    background-color: white;
}

.detalle article{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
    color: #484848;
    height: 5em;
}

.detalle .deportes{
    padding-left: 1em;
    width: 100%;
    color: #6C7B8A;
    font-size: .8em;
}

.detalle .eventos{
    padding-left: 1em;
    width: 80%;
    color: #6C7B8A;
    font-size: .8em;
}

.detalle .eventos .verde_texto{
    font-weight: 600;
    font-size: .9em;
    color: #1DCE81;
}

.detalle article:hover{
    background-color: rgba(29, 206, 129, 0.75);
}

.lugares_cerca a{
    background-color: #1DCE81;
    width: 90%;
    padding: .5em;
    margin: auto;
    color: white;
    text-align: center;
    border-radius: 5px;
    display: block;
    position: absolute;
    left: 5%;
    bottom: 2.5%;
    font-weight: 800;
}

/*-----Agregar evento-----*/

#agregar_evento{
    max-width: 360px;
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
    margin: auto;
    background-color: white;
}  

#agregar_evento header{
    height: 50px;
    background-color: #1DCE81;
    display: flex;
    justify-content: space-between;
    color: white;
    padding: 1em;
}

#agregar_evento aside{
    padding: .1em;
    background-color: #dddddd;
}

#agregar_evento p span{
    color: #1DCE81;
    border: 1px solid #1DCE81;
    border-radius: 25px;
    padding: 0em .5em .1em .5em;
    cursor: pointer;
    position: absolute;
    left: 6em;
    top: 4.5em;
    z-index: 1;
    background-color: white;
}

#agregar_evento .filtrar_deporte .menu_emergente{
    top: 4.5em;
}

#agregar_evento .filtrar_deporte .menu_emergente .opciones{
    margin: 0 4.8em;
    padding: .5em;
    display: flex;
    flex-direction: column;
    background-color: #1DCE81;
    height: 5em;
    width: 4.3em;
    border-radius: 0 0 10px 10px;
}

.lista{
    overflow: auto;
    background-color: white;
}

.lista article{
    display: flex;
    border-bottom: solid 1px #dddddd;
}

.lista div{
    width: 2em;
    margin: .7em 0em 0em 1em;
}

.lista .pictos{
    margin-left: auto;
}

.lista p{
    font-size: .8em;
    font-weight: 800;
    color: #052030;
    width: 100%;
}

.lista article:hover{
    background-color: rgba(29, 206, 129, 0.75);
}

/*--------Calendario--------*/

#calendario{
    max-width: 360px;
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
    margin: auto;
    background-color: white;
}  

#calendario header{
    height: 50px;
    background-color: #1DCE81;
    display: flex;
    justify-content: space-between;
    color: white;
    padding: 1em;
}

.judo{
    height: 4em;
    background-color: #dddddd;
}

.judo article{
    display: flex;
    justify-content: space-between;
    padding: 0em 1em;
}

.judo .deportes{
    width: 220px;
    padding: 0;
}

#calendario .mis_eventos{
    height: 500px;
}

#calendario .mis_eventos .jul{
    cursor: pointer;
}

#calendario .mis_eventos .juli{
    cursor: pointer;
}

#calendario .mis_eventos .deportes{
    color: #1DCE81;
    font-weight: 600;
    font-size: 2em;
    height: 1.5em;
    margin: 0;
    padding: .25em 0em 0em .5em;
}

#calendario .menu_emergente{
    height: 6em;
    background-color: white;
    overflow: hidden;
}

#calendario  .menu_emergente .opciones{
    display: block;
    width: 100%;
    background-color: white;
}

#calendario .menu_emergente .opciones li{
    width: 100%;
    font-weight: 200;
    height: 2.5em;
    text-align: left;
    font-size: .8em;
    padding: .5em 1em;
    border-bottom: 1px #dddddd solid;
}

#calendario .menu_emergente .opciones li { 
  color: #484848;
}

.cat:hover{
    background-color: rgba(29, 206, 129, 0.75);
}

.diez:hover{
    background-color: rgba(29, 206, 129, 0.75);
}

.veint:hover{
    background-color: rgba(29, 206, 129, 0.75);
}

#calendario .mis_eventos article:hover{
    background-color: rgba(29, 206, 129, 0.75);
}

.juli:hover{
    background-color: rgba(29, 206, 129, 0.75);
}

/*-----------Resumen-----------*/

#resumen{
    max-width: 360px;
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
    margin: auto;
    background-color: white;
}  

#resumen header{
    height: 50px;
    background-color: #1DCE81;
    display: flex;
    justify-content: space-between;
    color: white;
    padding: 1em;
}

#resumen .mis_eventos .resumen{
    height: 100%;
    width: 75%;
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-top: 3em;
    border: none;
}

#resumen .mis_eventos .resumen h3{
    text-align: center;
}

#resumen .mis_eventos .resumen div{
    display: flex;
    justify-content: space-between;
    font-size: .8em;
    padding: 1em;
    border-bottom: 1px solid #dddddd;
    
}

#resumen .mis_eventos .resumen .bold{
    font-weight: 600;
}

#resumen .mis_eventos .resumen .bold_v{
    font-weight: 600;
    color: #1DCE81;

}

#resumen .mis_eventos .resumen .bold_v img{
    margin: 0 0 -.30em .5em;
}
.continuar a{
    background-color: #1DCE81;
    width: 90%;
    padding: .5em;
    margin: auto;
    color: white;
    text-align: center;
    border-radius: 5px;
    display: block;
    position: absolute;
    left: 5%;
    bottom: 2.5%;
    font-weight: 800;
}

/*--------Confirmacion verde--------*/

#confirmacion_v{
    max-width: 360px;
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
    margin: auto;
    background-color: white;
}  

#confirmacion_v header{
    height: 50px;
    background-color: #1DCE81;
    display: flex;
    justify-content: space-between;
    color: white;
    padding: 1em;
}

#confirmacion_v section{
    text-align: center;
}

#confirmacion_v section img{
    margin-top: 5em;
    width: 175px;
}

#confirmacion_v section h1{
    margin: 0;
    font-weight: 400;
    color: #052030;
}

#confirmacion_v section p{
    margin: 0;
    color: #6C7B8A;
    font-weight: 400;
}

.lugares_nuevo{
    background-color: #1DCE81;
    width: 90%;
    padding: .5em;
    margin: auto;
    color: white;
    text-align: center;
    border-radius: 5px;
    display: block;
    position: absolute;
    left: 5%;
    bottom: 10%;
    font-weight: 800;
}

.eventos_cerca{
    background-color: #dddddd;
    width: 90%;
    padding: .5em;
    margin: auto;
    color: #6C7B8A;
    text-align: center;
    border-radius: 5px;
    display: block;
    position: absolute;
    left: 5%;
    bottom: 2.5%;
    font-weight: 800;
}

/*------------------------Mis lugares------------------------*/

#mis_lugares{
    max-width: 360px;
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
    margin: auto;
    background-color: white;
}

#mis_lugares nav ul .amarillo{
    background-color: #EFAC07;
    display: block;
    padding: 1em;
}

#mis_lugares nav ul .verde a{
    display: block;
    padding: 1em;
}

#mis_lugares .filtrar_comida{
    height: 40px;
    border-top: 5px solid #EFAC07;
    background-color: #dddddd;
}

.filtrar_comida p{
    margin: .5em 1em;
    color: #052030;
    font-weight: 600;
    font-size: .8em;
}

.filtrar_comida p span{
    color: #EFAC07;
    border: 1px solid #EFAC07;
    border-radius: 25px;
    padding: 0em .5em .1em .5em;
    cursor: pointer;
    position: absolute;
    left: 6em;
    top: 20.5em;
    background-color: white;
    z-index: 1;
}

.filtrar_comida .menu_emergente{
    height: 0;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    overflow: visible;
    top: 17.3em;
    z-index: 0;
}

.filtrar_comida .menu_emergente .opciones{
    margin: 0 4.8em;
    padding: .5em;
    display: flex;
    flex-direction: column;
    background-color: #EFAC07;
    height: 5em;
    width: 4.2em;
    border-radius: 0 0 10px 10px;
}

.filtrar_comida .menu_emergente .opciones li{
    font-weight: 200;
    height: 2em;
    text-align: left;
    font-size: .8em;
}
  
.mis_eventos article{
    display: flex;
    justify-content: space-between;
}

#mis_lugares .mis_eventos article:hover{
    background-color: rgba(239, 172, 7, 0.75);
}

.eventos{
    padding-left: 1em;
    padding-top: 1em;
    width: 100%;
    color: #6C7B8A;
    font-size: .8em;
}

.eventos span{
    font-size: 1em;
    font-weight: 800;
    color: #052030;
}

.boton_menu_a a{
    display: block;
    background-color: #EFAC07;
    padding: .9em 1.2em;
    position: absolute;
    bottom: 1em;
    right: 1em;
    border-radius: 50px;
}

/*--------Agregar lugar--------*/

#agregar_lugar{
    max-width: 360px;
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
    margin: auto;
    background-color: white;
}  

#agregar_lugar header{
    height: 50px;
    background-color: #EFAC07;
    display: flex;
    justify-content: space-between;
    padding: 0em 1em;
    color: white;
}

#agregar_lugar header{
    padding-top: 1em;
    padding-bottom: 1em;
}

#agregar_lugar aside{
    background-color: #dddddd;
    padding: .1em;
}

#agregar_lugar .mis_eventos{
    overflow: auto;
    height: 555px;
    background-color: white;
}

#agregar_lugar article:hover{
    background-color: rgba(239, 172, 7, 0.75);    
}

/*---------Mapa----------*/

#mapa{
    max-width: 360px;
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
    margin: auto;
    background-color: white;
}  

#mapa header{
    height: 50px;
    background-color: #EFAC07;
    display: flex;
    justify-content: space-between;
    padding: 0em 1em;
    color: white;
}

#mapa header {
    padding: 1em;
}

#mapa section{
    display: flex;
    height: 5em;
    width: 100%;
    color: white;
    background-color: rgb(5, 32, 48);
    justify-content: space-between;
    padding: 1em 1em 0 1em;
    font-size: .9em;
    font-weight: 200;
}

#mapa nav{
    height: 3.5em;
}

#mapa .comida{
    background-color: #EFAC07;
    padding: 1em;;
}

#mapa .cultura, .noche{
    padding: 1em;
    border-bottom: 5px solid #EFAC07;
}

.mapa_a{
    width: 360px;
    height: 200px;
    background-image: url(../img/mapa_a.jpg);
    background-position: center;
}

#mapa .zoom{
    position: absolute;
    width: 3em;
    top: 21.5em;
    right: 1em;
}

#mapa footer{
    bottom: 0;
    width: 100%;
    height: 4em;
}

#mapa footer article{
    display: flex;
    justify-content: space-between;
    height: 100%;
}

#mapa .link_deporte:hover{
    background-color: rgba(239, 172, 7, 0.75);    
}

#mapa footer article p{
    color: #052030;
} 

#mapa footer article p span{
    color: #052030;
}

#mapa .puntuacion{
    display: flex;
    font-size: 2em;
    font-weight: 600
}

#mapa .puntuacion .flecha{
    margin: 0em .5em 0em 0em;
}

#mapa .puntuacion .estrella{
    position: absolute;
    right: .8em;
}

/*-------Lugares cerca-------*/

#lugares_cerca{
    max-width: 360px;
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
    margin: auto;
    background-color: white;
}

#lugares_cerca .foto{
    background-image: url(../img/mapa2.jpg);
    background-position: top;
}

#lugares_cerca .foto .zoom{
    position: absolute;
    width: 3em;
    top: 7.5em;
    right: 1em;
}

#lugares_cerca .foto div p{
    width: 80%;
    text-align: center;
}

#lugares_cerca .foto article{
    height: 5em;
    background-color: #052030;
}

#lugares_cerca .foto .deportes{
    padding-left: 1em;
    width: 80%;
    margin: .6em 0em;
    color: white;
    font-size: .8em;
}

#lugares_cerca .foto .deportes span{
    font-size: 1.2em;
    font-weight: 800;
    color: white;
}

#lugares_cerca .foto .deportes img{
    position: absolute;
    width: 1.2em;
    top: 1.1em;
    left: 15.2em;
}

#lugares_cerca .foto .lugar{
    text-align: right;
    color: white;
    height: 100%;
    width: 20%;
    font-size: 3em;
    margin: -0.1em 0.33em 0 0;
    color: #EFAC07;
}

#lugares_cerca .foto .lugar img{
    position: absolute;
    right: .35em;
    top: 1.2em;
}

.frame {
  height: 100px;
  line-height: 100px;
  overflow: hidden;
}

.frame ul{
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 50px;   
}

.frame ul li {
  float: left;
  width: 120px;
  height: 100%;
  margin: 0 1px 0 0;
  padding: 0;
  background: #333;
  color: #ddd;
  text-align: center;
  cursor: pointer;
}

.frame ul li .w1{
    background-image: url(../img/western1.jpg);
    background-position: center center;
    display: block;
    height: 100%;
    opacity: 100;
    transition: .5s opacity;
}

.frame ul li .w2{
    background-image: url(../img/western2.jpg);
    background-position: center center;
    display: block;
    height: 100%;
    opacity: 100;
    transition: .5s opacity;
}

.frame ul li .w3{
    background-image: url(../img/western3.jpg);
    background-position: center center;
    display: block;
    height: 100%;
    opacity: 100;
    transition: .5s opacity;
}

.frame ul li .w4{
    background-image: url(../img/western4.jpg);
    background-position: center center;
    display: block;
    height: 100%;
    opacity: 100;
    transition: .5s opacity;
}

.frame ul li .w5{
    background-image: url(../img/western5.jpg);
    background-position: center center;
    display: block;
    height: 100%;
    opacity: 100;
    transition: .5s opacity;
}

.frame ul li a:hover{
    opacity: .25;
}

.frame ul li {
  background: #052030;
}

#lugares_cerca .aside{
    width: 100%;
    margin: auto;
    padding: .5em 1em;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
}

#lugares_cerca .aside h3{
    color: #052030;
    font-size: 1em;
}

#lugares_cerca .aside p{
    color: #EFAC07;
    font-weight: 600;
}

#lugares_cerca .detalle{
    overflow: auto;
    height: 260px;
}

#lugares_cerca .detalle article:hover{
    background-color: rgba(255, 255, 255, 0);
}

#lugares_cerca .detalle .deportes{
    width: 75%;
}

#lugares_cerca .puntuacion{
    color: #052030;
    padding: 1em 1em 0 0;
    font-weight: 800;
    width: 25%;
    text-align: right;
}

#lugares_cerca.detalle .eventos .verde_texto{
    font-weight: 600;
    font-size: .9em;
    color: #1DCE81;
}

#lugares_cerca .lugares_cerca a{
background-color: #EFAC07;
}

/*--------Confirmacion amarillo--------*/

#confirmacion_amarillo{
    max-width: 360px;
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
    margin: auto;
    background-color: white;
}  

#confirmacion_amarillo header{
    height: 50px;
    background-color: #EFAC07;
    display: flex;
    justify-content: space-between;
    color: white;
    padding: 1em;
}

#confirmacion_amarillo section{
    text-align: center;
}

#confirmacion_amarillo section img{
    margin-top: 5em;
    width: 175px;
}

#confirmacion_amarillo section h1{
    margin: 0;
    font-weight: 400;
    color: #052030;
}

#confirmacion_amarillo section p{
    margin: 0;
    color: #6C7B8A;
    font-weight: 400;
}

#confirmacion_amarillo .lugares_nuevo{
    background-color: #EFAC07;
    width: 90%;
    padding: .5em;
    margin: auto;
    color: white;
    text-align: center;
    border-radius: 5px;
    display: block;
    position: absolute;
    left: 5%;
    bottom: 10%;
    font-weight: 800;
}

#confirmacion_amarillo .eventos_cerca{
    background-color: #dddddd;
    width: 90%;
    padding: .5em;
    margin: auto;
    color: #6C7B8A;
    text-align: center;
    border-radius: 5px;
    display: block;
    position: absolute;
    left: 5%;
    bottom: 2.5%;
    font-weight: 800;
}

/*--------Notificaciones--------*/

#notificaciones{
    max-width: 360px;
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
    margin: auto;
    background-color: white;
}  

#notificaciones header{
    height: 50px;
    background-color: #052030;
    display: flex;
    justify-content: space-between;
    padding: 0em 1em;
    color: white;
}

#notificaciones .lateral ul li div{
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
}

#notificaciones header{
    padding-top: 1em;
    padding-bottom: 1em;
}

#notificaciones .notificaciones{
    overflow: auto;
    height: 37em;
    background-color: white;
}

#notificaciones .notificaciones article{
    display: flex;
    border-bottom: 1px solid #dddddd;
}

#notificaciones .notificaciones article:hover{
    background-color: rgba(29, 206, 129, 0.75);
}

#notificaciones .notificaciones article div{
    width: 15px;
    height: 15px;
    background-color: #1DCE81;
    border-radius: 50%;
    margin: 1.1em 1em;
}

#notificaciones .notificaciones article .none{
    width: 15px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    margin: 1.1em 1em;
}

#notificaciones .notificaciones article p{
    margin: 1em 0;
    color: #6C7B8A;
        font-size: .8em;
}

#notificaciones .notificaciones article span{
    margin: 1em 0;
    font-weight: 800;
    color: #052030;
}

#notificaciones .link_deporte:hover{
    background-color: rgba(239, 172, 7, 0.75);  
}

/*--------Favoritos--------*/

#favoritos{
    max-width: 360px;
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
    margin: auto;
    background-color: white;
}  

#favoritos header{
    height: 50px;
    background-color: #052030;
    display: flex;
    justify-content: space-between;
    padding: 0em 1em;
    color: white;
}

#favoritos .lateral ul li div{
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
}

#favoritos header{
    padding-top: 1em;
    padding-bottom: 1em;
}

#favoritos .notificaciones{
    overflow: auto;
    height: 37em;
    background-color: white;
}

#favoritos article{
    height: 5.em;
    background-color: white;
    display: flex;
    border-bottom: 1px solid #dddddd;
}

#favoritos article:hover{
    background-color: rgba(239, 172, 7, 0.75);
}

#favoritos .deportes{
    padding-left: 1em;
    width: 75%;
    margin: 1em 0em;
    color: #6C7B8A;
    font-size: .8em;
}

#favoritos .deportes span{
    font-size: 1em;
    font-weight: 800;
    color: #052030;
}

#favoritos .lugar{
    text-align: right;
    color: white;
    height: 100%;
    width: 20%;
    font-size: 3em;
    margin: 0 0em 0 0;
    color: #EFAC07;
}

#favoritos .lugar img{
    position: absolute;
    right: .35em;
    top: 2.3em;
}
