@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');
@import url('flipswitch.css');

@keyframes fadein {
    from { opacity: 0; }
    to  { opacity: 1; }
}

@keyframes loading-bar {
    from { width: 0%; }
    to { width: 100%; }
}


body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
}

.modal-contenedor {
    display: none;
    position: absolute;
    top: 50px;
    color: white;
    text-align: center;
    padding-top: 20px;
    -wekit-height: calc(100% - 100px);
    -moz-height: calc(100% - 100px);
    -ms-height: calc(100% - 100px);
    -o-height: calc(100% - 100px);
    height: calc(100% - 100px);
    max-width: 375px;
    width: 100%;
    background-color: black;
    z-index: 1;    
}

.despedida p {
    margin: 35vh auto;
}

.splash-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 375px;
    margin: 0 auto;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-width: 375px;
    margin: 0 auto;
}

.loading-wrapper {
    background-color: #f5b859;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.onboarding {
    background-color: #1a94a8;
}

.loading-logo {
    display: block;
    width: 100%;
    height: 234px;
    background-image:url(../img/loading-logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 145px;
}

.loading-logo-name {
    text-align: center;
    display: block;
    color: black;
    margin-top: 116px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 38px;
}

.loading-area {
    margin-top: 124px;
    display: block;
    width: 100%;
    min-width: 100%;
    color: black;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.loading-label {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 20px;
}

.loading-bar {
    float: left;
    display: block;
    width: 100%;
    height: 4px;
    margin-top: 10px;
}

.loading-bar-back {
    display: block;
    width: 60%;
    margin: 0 auto;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.2);
}

.loading-bottom {
    font-weight: 300;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 20px 0 30px 0;
}

.loading-bar-bar {
    width: 0%;
    float: left;
    height: 100%;
    background-color: black;
    -webkit-animation: loading-bar 3s linear .5s 1;
    -moz-animation: loading-bar 3s linear .5s 1;
    -ms-animation: loading-bar 3s linear .5s 1;
    -o-animation: loading-bar 3s linear .5s 1;
    animation: loading-bar 3s linear .5s 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.splash {
    display: block;
    animation: fadein .5s;
}

.container {
    width: 100%;
    height: 505px;
    display: flex;
    flex-direction: column;
    margin-top: 35px;
}

.onboarding-title {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    color: white;
}

.onboarding-image1 {
    height: 105px;
    width: 105px;
    display: block;
    margin: 110px auto 0;
}

.onboarding-image2 {
    height: 98px;
    display: block;
    margin: 34px auto 0;
}

.onboarding-image3 {
    height: 285px;
    display: block;
    margin: 15px auto 0;
}

.onboarding-select-language {
    width: 60%;
    border-bottom: 1px solid white;
    margin: 34px auto 0;
    display: block;
}

.onboarding-desc {
    width: 240px;
    height: 154px;
    text-align: center;
    color: white;
    font-size: 14px;
    margin: 40px auto 0;
}

.ya-casi {
    margin-top: 0;
}

.ya-casi-desc {
    margin: 5px auto 0;
    height: 70px;
}

.navigation {
    width: 55%;
    display: block;
    margin: 18px auto 0;
    font-size: 14px;
}

.navigation a {
    text-decoration: none;
    display: block;
}

.ya-casi-navigation {
    margin: 0 auto;
}

.back {
    float: left;
    color: white;
    margin-top: 4px;
}

.forward {
    float: right;
    background-color: white;
    color: #1a94a8;
    padding: 4px 6px;
    font-weight: 500;
}

.select-language-label {
    color: white;
    float: left;
    display: block;
    font-size: 22px;
    padding: 4px 0 4px 5px;
}

.select-language-arrow {
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    margin: 7px 4px 0 0;
}

.circles {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: 45px;
    margin: 40px auto;
}

.circle {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid white;
    float: left;
}

.circles .on {
    background-color: white;
}

.nav-inicio {
    background-color: black;
    width: 100%;
    max-width: 375px;
    height: 50px;
    color: white;
    display: block;
    position: fixed;
    top: 0;
}

.icono-busqueda {
    float: right;
    background-image: url(../img/icono-busqueda.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    width: 50px;
    height: 50px;
}

.content {
    padding-top: 50px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    -wekit-height: calc(100% - 105px);
    -moz-height: calc(100% - 105px);
    -ms-height: calc(100% - 105px);
    -o-height: calc(100% - 105px);
    height: calc(100% - 105px);
    overflow: scroll;
}

.menu-opened .content {
    overflow: hidden;
}

.hamburger {
    width: 50px;
    height: 50px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
}

.hamburger-off {
    background-image:url(../img/hamburguer-off.svg);
}

.hamburger-on {
    background-image:url(../img/hamburguer-on.svg);
}

.hamburger-off:hover , .hamburguer-on:hover{
    cursor: pointer;
}

.hamburger-menu {
    display: none;
    position: absolute;
    top: 50px;
    -wekit-height: calc(100% - 100px);
    -moz-height: calc(100% - 100px);
    -ms-height: calc(100% - 100px);
    -o-height: calc(100% - 100px);
    height: calc(100% - 100px);
    max-width: 375px;
    width: 100%;
    background-color: black;
    z-index: 2;
}

.title-section {
    text-align: center;
    float: left;
    height: 50px;
    line-height: 50px;
    color: white;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 1.2em;
    -webkit-width: calc(100% - 100px);
    -moz-width: calc(100% - 100px);
    -ms-width: calc(100% - 100px);
    -o-width: calc(100% - 100px);
    width: calc(100% - 100px);
}

.menu-opcion {
    margin: 0 auto;
    width: 100%;
    height: 25%;
    border-bottom: 1px solid #2a2a2a;
}

.menu-opcion:last-child {
    border-bottom: none;
}

.menu-opcion a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

.menu-opcion img {
    width: 10%;
    margin-left: 10%;
    float: left;
}

.opcion-etiqueta {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: white;
    margin-left: 5%;
}

.footer-inicio {
    background-color: black;
    max-width: 375px;
    width: 100%;
    display: block;
    height: 55px;
    position: fixed;
    bottom: 0;
    z-index: 2;
}

.icono {
    width: 20%;
    height: 55px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    fill: white;
    background-size: 55%;
    cursor: pointer;
}

.icono a {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.icono-off {
    opacity: .25;
}

.icono-inicio {
    background-image: url(../img/icono-inicio.svg);
}

.icono-competencias {
    background-image: url(../img/icono-competencias.svg);
}

.icono-entrenamientos {
    background-image: url(../img/icono-entrenamientos.svg);
}

.icono-comidas {
    background-image: url(../img/icono-comidas.svg);
}

.icono-notificaciones {
    background-image: url(../img/icono-notificaciones.svg);
}

.icono-inicio-black {
    background-image: url(../img/icono-inicio-black.svg);
}

.icono-competencias-black {
    background-image: url(../img/icono-competencias-black.svg);
}

.icono-entrenamientos-black {
    background-image: url(../img/icono-entrenamientos-black.svg);
}

.icono-comidas-black {
    background-image: url(../img/icono-comidas-black.svg);
}

.icono-notificaciones-black {
    background-image: url(../img/icono-notificaciones-black.svg);
}

.color-competencias {
    background-color: #d33f49;
}

.color-entrenamientos {
    background-color: #f5b859;
}

.color-comidas {
    background-color: #20996d;
}

.color-notificaciones {
    background-color: #1a94a8;
}

.color-gris {
    background-color: rgba(35, 31, 32, 0.04);
}

.top-bar {
    width: 100%;
    height: 50px;
    display: block;
    line-height: 50px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    background-color: black;
    color: white;
    text-transform: uppercase;
    margin-top: -1px;
}

.top-bar-inicio {
    background-color: white;
    color: black;
    border-bottom: 1px solid #bfbfbf;
}

.profile-info {
    float: left;
    height: 50px;
    margin-left: 13px;
}

.profile-pic-thum {
    float: left;
    width: 35px;
    margin-top: 8px;
}

.profile-name {
    float: left;
    line-height: 50px;
    font-size: 14px;
    text-transform: capitalize;
    margin-left: 15px;
}

.inicio-title {
    float: left;
    width: 100%;
    font-size: 28px;
    color: black;
    text-transform: none;
    height: 65px;
    line-height: 65px;
    padding-left: 15px;
    box-sizing: border-box;
}

.row {
    float: left;
    width: 100%;
}

.row-date-content {
    display: block;
    height: 36px;
    border-bottom: 1px solid #393939;
    margin: 15px auto 0;
    width: 95%;
    box-sizing: border-box;
}

.row-date-content.first {
    margin-top: 0;
}

.row-content {
    display: block;
    margin: 0 auto;
    width: 95%;
    height: 113px;
}

.row-content2 {
   height: 160px;
}

.row-content3 {
    height: 180px;
}

.white-text {
    color: white;
}

.date-image {
    float: left;
    height: 28px;
    margin-left: 13px;
}

.date {
    float: left;
    font-size: 16px;
    font-weight: 300;
    margin: 7px 0 0 7px;
}

.itinerario-icono {
    width: 30px;
    float: left;
    margin: 10px;
}

.itinerario-title {
    float: left;
    display: block;
    -webkit-width: calc(100% - 50px);
    -moz-width: calc(100% - 50px);
    -ms-width: calc(100% - 50px);
    -o-width: calc(100% - 50px);
    width: calc(100% - 50px);
    line-height: 50px;
    font-size: 22px;
    font-weight: 500;
}

.itinerario-lugar {
    float: left;
    display: block;
    -webkit-width: calc(100% - 50px);
    -moz-width: calc(100% - 50px);
    -ms-width: calc(100% - 50px);
    -o-width: calc(100% - 50px);
    width: calc(100% - 50px);
    font-size: 14px;
    text-align: left;
    margin-left: 50px;
    margin-top: -5px;
}

.lugar-lugar {
    font-weight: 500;
}

.lugar-horario {
    font-weight: 300;
}


.itinerario-subtitle {
    float: left;
    display: block;
    font-size: 14px;
    margin-left: 50px;
    margin-top: 10px;
    -webkit-width: calc(100% - 50px);
    -moz-width: calc(100% - 50px);
    -ms-width: calc(100% - 50px);
    -o-width: calc(100% - 50px);
    width: calc(100% - 50px);
}

.itinerario-subtitle span {
    font-weight: 700;
}

.section-content {
    width: 100%;
    display: block;
    margin-top: 15px;
}

.config-option {
    font-family: 'Roboto', sans-serif;
    font-weight:  400;
    font-size: 18px;
    display: block;
    float: left;
    width: 100%;
    height: 50px;
}

.config-option-name {
    float: left;
    display: block;
    line-height: 50px;
    margin-left: 30px;
}

.contenedor-switch {
    float: right;
    margin: 8px 30px 0 0;
}

.idioma-es {
    background-image: url(../img/idioma-es.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 75px;
    height: 35px;
    cursor: pointer;
}

.profile-pic {
    display: block;
    margin: 60px auto 30px;
    border-radius: 8px;
}

.profile-name-big {
    width: 100%;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
}

.profile-desc{
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
}

.evento-wrap {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: space-around;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.evento {
    display: block;
    width: 120px;
    height: 140px;
    color: black;
    text-decoration: none;
}

.evento-img {
    height: 90px;
    display: block;
    margin: 0 auto;
}

.evento-title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.evento-in {
    margin: 20px auto 0;
}

.botonera {
    width: 90%;
    margin: 0 auto;
    display: block;
}

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

.boton {
    width: 100%;
    height: 50px;
    display: block;
    margin-bottom: 15px;
    background-color: #1a94a8;
    font-size: 16px;
    color: white;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
}

.boton.min {
    height: 30px;
    line-height: 30px;
}

.ruta {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    padding-bottom: 20px;
}

.ruta a {
    color: black;
    text-decoration: none;
}

.notificacion .itinerario-lugar, 
.notificacion .itinerario-subtitle,
.notificacion .itinerario-title {
    margin-left: 15px;
}

.notificacion .itinerario-title {
    font-weight: 700;
    font-size: 36px;
}

.notificacion {
    height: 92px;
    padding-top: 6px;
    border-bottom: 1px solid #CCC;
}

.notificacion.ultima {
    border: 0;
}
