@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,400i,600,700');

* {
    font-family: 'Josefin Sans', sans-serif;
    margin: 0;
    padding: 0;
}


/* ----------------- PERFIL PRIMER PASO ----------------------*/

.perfil1 {
    background-color: #A8C3BE;
}

.perfil-armonizarte {
    padding-bottom: 15px;
}

.logo1-perfil {
    display: block;
    margin: auto;
    width: 5rem;
    margin-top: 40px;
    margin-bottom: 25px;
}

.titulo-perfil {
    text-align: center;
    background-color: rgb(43, 94, 96);
    color: rgb(255, 255, 255);

    padding: 0.3em;
    font-weight: 400;
    font-size: 1em;
}

.subtitulo-perfil {
    color: #DC4B38;
    font-size: 0.9em;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
    line-height: 1.4em;
}

.subtitulo-perfil1 {
    text-align: center;

    background-color: #44484B;
    color: rgb(255, 255, 255);

    padding: 0.4em;
    padding-top: 0.6em;
    font-weight: 400;
    font-size: 1.2em;
    letter-spacing: 2px;
}

.informacion-usuario {
    background-color: #84A7AA;
    text-align: center;
    padding-top: 20px;
}

.paso-logo {
    height: 70px;
}

.foto {
    height: 100px;
    width: auto;
    cursor: pointer;
}

.paso1-foto {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 35px;
}

.datos-generales {
    text-align: left;
    margin-left: 5px;
    width: 200px;
    margin-bottom: 10px;
    color: #44484b;
}

/* Datos generales */

.datos-usuario {
    display: flex;
    flex-direction: column;
    width: 340px;
    margin: auto;
}

.nombre-apodo {
    background-color: #1b5f5f;
    width: 340px;
    padding: 8px;
    border: 4px solid rgba(255, 255, 255, 0.63);
    border-radius: 15px;
    color: white;
    font-size: 1em;

    margin-bottom: 30px;
    text-align: center;
}



.datos1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.datos2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.genero1 select {
    background-color: #1b5f5f;
    width: 165px;
    padding: 5px;
    border: 4px solid rgba(255, 255, 255, 0.63);
    border-radius: 15px;
    color: white;
    font-size: 1em;

    margin-bottom: 20px;
    text-align: center;
    margin-right: 10px;
}

.nacimiento {
    background-color: #1b5f5f;
    width: 165px;
    padding: 2px;
    border: 4px solid rgba(255, 255, 255, 0.63);
    border-radius: 15px;
    color: white;
    font-size: 1em;

    margin-bottom: 30px;
    text-align: center;
}

::placeholder {
    color: white;
}

.altura {
    margin-right: 5px;

}

.altura,
.peso {
    background-color: #1b5f5f;
    width: 155px;
    padding: 6px;
    border: 4px solid rgba(255, 255, 255, 0.63);
    border-radius: 15px;
    color: white;
    font-size: 1em;
    margin-bottom: 30px;
}

/* VOLVER-ADELANTE*/

.volver-adelante {
    background-color: #84A7AA;
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 50px;
}

.flecha-volver,
.flecha-adelante {
    width: 80px;
    margin-top: -20px;

}

.file-upload {
    width: 100px;
    height: 100px;
    background-image: url(logo-camara.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 90px;
}

.file-upload:hover {
    cursor: pointer;
    /*        border-style: solid;
            border-width: 1px;
            border-color: rgb(221, 220, 220);*/
}

.file-upload .filethumbnail img.img {
    width: 100%;
    height: 100%;
    border-radius: 90px;
}

.file-upload .file-input {
    display: none;
}

.file-upload .drop-click-zone {
    width: 100%;
    height: 100%;
    /* position: absolute; */
    /* z-index: 2;*/
    /*            background-color: red;*/
}

.file-upload .info {
    display: none;
}

.file-upload .filethumbnail {
    /*            background-color: green;*/
    width: 100%;
    height: 100%;
    /* top: -100%;*/
    position: relative;
    /* z-index: -1;*/
}

.qtip-file-message span {
    display: block;
}

.file-upload .message {
    position: relative;
    top: -100%;
    color: rgba(245, 245, 245, 0);
    height: 100%;
    display: none;
    text-align: center;
}

.file-upload:hover .message {
    color: whitesmoke;
    display: block;
}

/*Bootstrap file styling*/

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


@media (max-width:768px) {
    .nombre-apodo {
        background-color: #1b5f5f;
        width: 340px;
        padding: 8px;
        border: 4px solid rgba(255, 255, 255, 0.63);
        border-radius: 15px;
        color: white;
        font-size: 1em;

        margin-bottom: 30px;
        text-align: center;
    }
}

@media (max-width:380px) {
    .datos1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .datos2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .paso1-foto {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nombre-apodo {
        background-color: #1b5f5f;
        width: 165px;
        padding: 8px;
        margin-bottom: 20px;
        text-align: center;
    }
}


/* ------------------------ PERFIL SEGUNDO PASO --------------------- */

.salud-main {
    background-color: #84A7AA;
    text-align: center;
    padding-top: 10px;
}

.contenedor-lvl {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
}

.titulo-lvl {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #1b5f5f;
    margin-right: 20px;
    margin-bottom: 15px;
    font-size: 1.22em;
    text-align: right;
}

#lvl1 {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.texto-lvl {

    display: flex;
    text-align: left;
    flex-direction: column;
    margin-left: 5px;
    width: 200px;

    font-weight: 700;
    color: #1b5f5f;
    font-size: 0.9em;
}

.logo-lvl {
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.niveles-act .ui-selecting {
    background-color: #a8c3be;
    color: #1b5f5f;
    border-radius: 8px;
}

.niveles-act .ui-selected {
    background-color: #a8c3be;
    color: #1b5f5f;
    border-radius: 8px;
}

/* ------- checkbox -----------*/

.aside-salud {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #84A7AA;
}

.check-salud {
    display: block;
    margin: auto;
    width: 350px;
    height: auto;
    margin-top: 20px;
}

.check-preguntas {
    margin-left: 80px;
}

.check1 label {
    font-size: 0.8em;
    font-weight: 700;
    color: #44484b;
    letter-spacing: 2px;
    margin-left: 10px;
}

.check1 {
    margin-bottom: 20px;
}

.paso2-foto {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 35px;
    margin-right: 100px;
    margin-top: 30px
}

.lvl-contenido {
    height: 30px;
    display: flex;
    flex-direction: row;
    background-color: #a8c3be;
    padding: 15px;
    border-radius: 8px;
    align-items: center;
}

.ayuda,
.ayuda1,
.ayuda2 {
    height: 20px;
    cursor: pointer;
}

.contenido-ayuda,
.contenido-ayuda1,
.contenido-ayuda2 {
    display: none;
    font-size: 0.8em;
    width: 200px;
    justify-content: flex-start;
    font-weight: 600;
    padding: 8px;
    text-align: left;
    line-height: 1.2em;
    color: #1b5f5f;
}

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

/*---------------------- CREAR PERFIL PASO 3 ----------------------*/

.disponibilidad-main {
    background-color: #84a7aa;
    padding-top: 15px;
    margin: auto;
}

.paso3-foto {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 30px;
    margin-right: 100px;
    margin-top: 20px
}

.logos-horas img {
    width: 85px;
    cursor: pointer;
}

.logos-horas {
    width: 300px;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    margin-left: 20px;
}

.logos-horas .ui-selecting img {
    width: 80px;
    height: 80px;
    background-color: #fcb35f;
    color: white;
    border-radius: 50px;
}

.logos-horas .ui-selected img {
    width: 80px;
    height: 80px;
    background-color: #fcb35f;
    color: white;
    border-radius: 90px;
}

.logos-act .ui-selecting img {
    width: 50px;
    height: 50px;
    background-color: #da4431;
    border-radius: 90px;
}

.logos-act .ui-selected img {
    width: 50px;
    height: 50px;
    background-color: #da4431;
    border-radius: 50px;
}


.horas-disponibles {
    width: 300px;
    margin: auto;
    padding-bottom: 20px;
}

.horas-libres {
    font-size: 1em;
    color: #1b5f5f;
    letter-spacing: 2px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-left: 20px;
}

.momento-dia {
    width: 300px;
    margin-top: 30px;
    margin: auto;
}

.momento-dia1 {
    width: 300px;
    margin: auto;
    margin-top: 30px;
}

.interes {
    color: white;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.4em;
    margin-bottom: 10px;
    margin-left: 20px;
}


.logos-act img {
    width: 50px;
    cursor: pointer;
    margin-right: 10px;
    padding: 2px;
}

.logos-act {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    list-style: none;
}

@media (max-width:480px) {

    .logos-horas {
        width: 250px;
    }
    .logos-horas img {
        width: 70px;
        cursor: pointer;
    }

    .horas-libres,
    .intereses {
        width: 200px;
        height: auto;
    }

    .logos-horas .ui-selecting img {
        width: 70px;
        height: 70px;
        background-color: #fcb35f;
        color: white;
        border-radius: 50px;
    }

    .logos-horas .ui-selected img {
        width: 70px;
        height: 70px;
        background-color: #fcb35f;
        color: white;
        border-radius: 90px;
    }

    .momento-dia1 {
        width: 250px;

    }
    .interes {
        font-size: 0.7em;
        margin-left: 0px;
    }
}

/*-------------------- LISTA DE ACTIVIDADES ----------------------*/

.titulo-perfil1 {
    text-align: center;
    background-color: white;
    color: #DC4B38;

    padding: 0.4em;
    padding-top: 0.6em;
    font-weight: 700;
    font-size: 1em;
    margin-top: 30px;
    letter-spacing: 2px;
}

.subtitulo-perfil3 {
    color: white;
    font-size: 0.9em;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    line-height: 1.4em;
}

#tabs {
    background-color: #84A7AA;
}

.color-tab {
    background-color: #A8C3BE;
    color: rgb(255, 255, 255);
    padding: 5px;
}

.colores-tab {
    width: 400px;
    display: flex;
    list-style: none;
    justify-content: space-around;
    margin: auto;
}

.colores {
    width: 55px;
}

/*-- Primera pestaña --*/

.actividades img {
    width: 150px;
    height: 100px;


}

.act-verdes {
    background-color: #84A7AA;
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: center;
    width: auto;
}

.actividades {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.check-act {
    display: flex;
    flex-direction: row;
    align-content: center;
    vertical-align: middle;

    background-color: #A8C3BE;
    padding: 6px;
    padding-left: 5px;

}

.check-act label {
    font-size: 0.8em;
    color: #44484b;
    font-weight: 700;
    margin-left: 6px;
}

.confirmar {
    background-color: #84A7AA;
    padding-top: 30px;
}

.confirmar a {
    background-color: #DC4B38;
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: block;
    padding: 0.8em;
    font-weight: 600;
    font-size: 0.9em;
    border-radius: 2em;
    max-width: 0em;
    min-width: 15em;
    margin: auto;
    text-align: center;
}


.confirmar a:hover {
    background-color: rgb(43, 94, 96);
}


.explicacion {
    background-color: #A8C3BE;
    border: 3px solid white;

}

.colores-exp {

    display: flex;
    flex-direction: row;
    list-style: none;

    width: 450px;
    justify-content: space-around;
    margin: auto;
    padding-top: 6px;
    padding-bottom: 4px;

    font-size: 0.7em;
    font-weight: 700;
    color: white;
}

.color-desc1 {
    margin-left: 10px;
}

.color-desc2 {
    margin-left: 20px;
}

.colores-exp li {
    display: flex;
    flex-direction: row;
    height: 30px;
    align-items: center;
    text-align: center;
}

.categoria-act {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;

    font-size: 1.1em;
    color: #1b5f5f;
    font-weight: 600;
    padding: 10px;

    margin-top: 20px;
    border-radius: 5px;
}

@media (max-width:480px) {
    .colores-exp {
        width: 100%;
    }

    .color-desc1 {
        margin-left: 15px;
    }

    .color-desc2 {
        margin-left: 5px;
    }
    .color-desc {
        margin-right: -10px;
    }

    .actividades img {
        width: 120px;
        height: 80px;


    }


    .actividades {
        padding: 15px 8px 15px 8px;
    }

    .check-act {
        background-color: #A8C3BE;
        padding: 6px;
        padding-left: 5px;

    }

    .check-act label {
        font-size: 0.6em;
        color: #44484b;
        font-weight: 700;
        margin-left: 6px;
    }

    .colores-tab {
        width: 100%;
    }

}


footer {
    position: relative;
    height: 50px;
    left: 0;
    bottom: 0;
}

.footer1 {
    height: 50px;
    bottom: 0;
    text-align: center;
    margin: auto;
    position: absolute;
}


.leyenda {
    padding-top: 1em;
    margin: auto;
    text-align: center;
    font-size: 0.7em;
    font-weight: 500;
    color: #1b5f5f;
}
