a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box;
}

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


/*

COLORES:

Naranjita:      #EE7E7C
Celestito:      #67FFFF
Gris Oscuro:    #3C3C3B
Gris Claro:     #C6C6C5
Blanco:         #ECECEC

*/

body {
    font-family: 'Rubik', sans-serif;
}


.searchWrap{
    display: inline-block;
    position: relative;
    height: 30px;
}

.navSearch {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 30px;
    background-color: #ECECEC;
    transition: all 0.3s;
    border: none;
    outline: none;
    position: relative;
    height: 100%;
}

.navSearch.active {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 150px;
    background-color: white;
    border: 1px solid #C6C6C6;
    padding-left: 40px;
    color: #3C3C3B;
    font-family: 'Rubik', sans-serif;
}

.searchWrap:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url(img/lupa_negra.svg);
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
}


.mainNav {
    width: 100%;
    padding: 5px;
    background-color: #ECECEC;
    color: #3C3C3B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 99;
}

.backWrap {
    width: 30px;
    height: 30px;
}

.mainNav .back {
    width: 100%;
    height: 100%;
}

.searchBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.justifier{
    width: 30px;
    height: 30px;
}

.currentProject {
    position: fixed;
    top: 48px;
    padding: 10px;
    background-color: #7F7F7F;
    width: 100%;
    color: white;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    letter-spacing: 0.5px;
    align-items: center;
}

.projectTitle {
    font-size: 14px;
    text-transform: uppercase;
}

.viewing {
    font-size: 12px;
}

header {
    width: 100%;
    min-height: 150px;
    color: #67FFFF;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    background-color: #3C3C3B;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.buttonWrap {
    display: flex;
    width: 100%;
}

.destacados .button {
    background-color: #EE7E7C;
}

.button {
    font-size: 12px;
    text-transform: uppercase;
    padding: 18px 0;
    color: #ECECEC;
    text-align: center;
    flex-grow: 1;
    flex-basis: 50%;
}

.button:nth-child(odd) {
    border-right: 2px solid #ECECEC;
}

.projectInfo {
    width: 100%;
    padding: 20px 25px;
    background-color: #ECECEC;
    color: #3C3C3B;
    display: flex;
    align-items: center;
}

.profileHolder {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #EE7E7C;
}

.profileHolder.small {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
}

.profileHolder img {
    width: 100%;
    height: 100%;
}

.projectName {
    display: inline-block;
    font-weight: 400;
    margin-left: 20px;
    font-size: 15px;
}

.projectPhoto {
    width: 100%;
    height: auto;
}

.hashtagsHolder {
    width: 100%;
    padding: 10px 20px;
    background-color: white;
    color: #3C3C3B;
    overflow: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hasthagsWrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.hashtag {
    padding: 5px;
    background-color: #ECECEC;
    font-size: 10px;
    color: #3C3C3B;
    border-radius: 3px;
    margin-right: 10px;
    display: inline-block;
}

.alert {
    border: 2px solid #ECECEC;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    padding-top: 3px;
    padding-left: 1px;
    overflow: hidden;
}


/*  !!!!!!

    Tareas
    
    !!!!!!

*/

.authorsWrap {
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 8px;
    width: 100%;
}

.authorsWrap .profileHolder {
    margin-right: 10px;
    border: solid 2px #3C3C3B;
}

.authorsWrap .profileHolder.admin{
    border: 2px solid #EE7E7C;
    width: 45px;
    height: 45px;
}

.tareasWrap {
    background-color: #ECECEC;
    display: inline-block;
    width: 100%;
}

.tareasWrap .finderWrap {
    margin-top: 0;
    margin-bottom: 50px;
}

.sectionTitle {
    color: #EE7E7C;
    font-size: 24px;
    text-align: left;
    text-transform: capitalize;
    padding: 35px 10px;
}

.taskFinder {
    background-color: white;
    margin: 0px 30px 35px;
    text-transform: uppercase;
    font-size: 10px;
    align-items: center;
    border-radius: 1px;
    overflow: auto;
}

.asigneesHolder {
    float: right;
}

.taskFinder .profileHolder {
    display: inline-block;
    float: right;
}

.taskFinder .asigneesHolder .profileHolder {
    margin-left: -32px;
}

.taskName {
    display: inline-block;
    width: 50%;
}

.taskText {
    margin-left: 20px;
}

.taskFilters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    margin: 0px 20px;
    color: #EE7E7C;
    font: 12px;
}

.taskWrap {
    text-transform: capitalize;
    margin: 8px;
    padding: 8px;
    font-size: 12px;
    display: list-item;
}

.vacant {
    border: 1px;
    background-color: white;
    color: #3C3C3B;
    padding-top: 6px;
}

.vacantTask {
    background-color: #67FFFF;
}

.top {
    background-color: #ECECEC;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px 20px;
}

.projectAuthors {
    position: relative;
    line-height: 0;
    margin-top: 82px;
}

.tasks .button.current {
    background-color: #ECECEC;
    color: #3C3C3B;
}

.tasks .button {
    background-color: #EE7E7C;
}


/*Css de inicio*/

.presentacion {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #3C3C3B;
    position: relative;
    height: 100vh;
}

#fondo_presentacion {
    box-sizing: border-box;
    position: relative;
    height: 100%;
}

#fondo_cositas {
    width: 100%;
    position: absolute;
    height: 100vh;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#mascota_presentacion {
    width: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 1;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

#img_mascota_presentacion {
    width: 70%;
}

#titulo-botto {
    margin: 0 auto;
}

#slogan {
    font-size: 2.7rem;
    color: #67FFFF;
}


/*cSS de avances*/

.encabezado_proy_cocina {
    box-sizing: border-box;
    width: 100%
}

.destacados header {
    margin-top: 49px;
    background: #3C3C3B url(img/miscelaneas.svg);
}

.destacados .avances {
    flex-grow: 1;
    background-color: #3C3C3B;
    padding: 18px 0;
    color: #ECECEC;
    text-align: center
}

.destacados .ticketTagsWrap{
    width: 85%;
}

.encabezadococina {
    position: relative;
}

.encabezadococina img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.avances {
    background-color: #3C3C3B
}

.participantes {
    display: flex;
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    min-width: 40px;
    z-index: 1
}

.participantes .profileHolder {
    margin-right: 10px;
}

.profileHolder.medium {
    width: 4rem;
    height: 4rem;
}

.progress {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.progress .subsect {
    color: white;
    text-transform: none;
    font-size: 15px;
    font-weight: 300;
}

.avances {
    font-size: 1rem;
    color: #EE7E7C
}

.avances .button.current {
    background-color: #3C3C3B;
}

.avances .button {
    background-color: #EE7E7C;
}

.avanceWrap{
    line-height: 0;
}

.avanceInfo {
    padding: 25px 10px;
    background-color: #ECECEC;
    display: flex;
    align-items: center;
    line-height: initial;
}

.avanceInfo .fecha {
    font-size: 18px;
    color: #EE7E7C;
}

.avanceInfo .separador {
    background-color: #C6C6C5;
    width: 1px;
    height: 40px;
    margin: 0 30px;
}

.avanceInfo .titulo {
    font-size: 14px;
}

.avanceFoto {
    width: 100%;
}


/*pro
file*/

.mainNav.black {
    background-color: #3C3C3B;
    color: white;
    border-bottom: 2px solid;
    padding: 15px;
}

.headerProfile {
    display: flex;
    justify-content: flex-start;
    margin-top: 60px;
}

.profileHolder.big {
    width: 130px;
    height: 130px;
    margin: 30px;
}

.bigNumber {
    font-weight: 200;
    font-size: 90px;
}

.subNumber {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.myProjectsTitle {
    font-size: 16px;
    background-color: #EE7E7C;
    padding: 16px 25px;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
}

.projectList {
    display: flex;
    flex-direction: column;
    background-color: #3C3C3B;
}

.myProjects {
    color: white;
    padding: 22px 25px;
    text-transform: capitalize;
    border-bottom: 2px solid;
}

.newProject {
    padding: 10px;
    display: flex;
    justify-content: center;
    background-color: #EE7E7C;
}


/*BUSQUEDA 

fasfaaf
*/

.busquedaNav {
    background-color: #EE7E7C;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 10px;
}

.finderWrap{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.finderWrap:after{
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 25px;
    background: url(img/busquedalupa.svg);
    top: 50%;
    transform: translateY(-50%);

}

.grayFinder {
    outline: none;
    border: none;
    background-color: #3C3C3B;
    padding: 8px;
    padding-right: 28px;
    color: white;
    font-size: 12px;
    text-transform: capitalize;
    width: 90%;
    display: table;
    position: relative;
    margin: 0 auto;
}



.filterFinders {
    margin: 20px;
    display: flex;
}

.filterName {
    flex-grow: 1;
}

.filterName:nth-child(odd) {
    border-right: 1px solid white;
}

.resultados {
    background-color: #C6C6C5;
}

.resultadosTitulo {
    color: #3C3C3B;
    font-size: 12px;
    text-transform: uppercase;
    padding: 20px;
}

.resultadosTitulo.min {
    text-transform: capitalize;
    padding: 0px 20px 0px;
}

.resultado {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid white;
}

.tituloLista {
    font-weight: 400;
    text-transform: capitalize;
    padding: 0px 20px 5px;
}

.descripcion {
    flex-direction: row;
}

.hashtagImg {
    min-height: 40px width: auto;
    padding: 0px 14px;
}


/*********** TICKET **************/

.ticket main {
    margin-top: 148px;
    border-top: 4px solid #EE7E7C;
    display: flex;
    background-color: white;
    flex-wrap: wrap;
}

.ticket header {
    min-height: 0;
}

.ticketHeaderWrap {
    position: fixed;
    top: 48px;
    left: 0;
    max-width: 100%;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: -1;
}

.ticketHeader {
    width: 100%;
}

.singleTicketSection {
    padding: 25px 10px 0;
    width: 100%;
}

.subsect {
    text-transform: uppercase;
    color: #EE7E7C;
    font-size: 10px;
    margin-bottom: 12px;
}

.subsectTitle {
    font-size: 20px;
    color: #3C3C3B;
}

.progressMax {
    width: 100%;
    background-color: #ECECEC;
    height: 30px;
    border-radius: 20px;
    line-height: 0;
    overflow: hidden;
}

.progressCurrent {
    background-color: #EE7E7C;
    height: 100%;
    border-radius: 20px;
    width: 40%;
}

.progressPercentage {
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-weight: 600;
    margin-right: 15px;
    float: right;
}

.ticketAsigneesWrap {
    display: flex;
}

.ticketAsigneesWrap .profileHolder {
    display: inline-block;
    margin-right: 10px;
}

.singleTicketSection.dueDate,
.singleTicketSection.status {
    width: 50%;
}

.statusLabel {
    width: 100%;
    font-size: 12px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #3C3C3B;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.statusLabel.progress {
    background-color: #EE7E7C;
    padding: 0;
}

.statusLabel.unasigned {
    background-color: #67FFFF;
    font-size: 10px;
}

.statusLabel.hold {
    background-color: #3C3C3B;
    color: white;
}

.statusLabel.revision {
    background-color: #EE7E7C;
}

.statusLabel.fail {
    background-color: #EE7E7C;
}

.statusLabel.completed {
    background-color: #7EED86;
}

.ticketDescription {
    border: solid 2px #ECECEC;
    padding: 15px;
    color: #3C3C3B;
    font-size: 14px;
    max-height: 150px;
    line-height: 16px;
    overflow-y: scroll;
}

.ticketTagsWrap {
    width: 100%;
}

.tagsMultiple {
    overflow: hidden;
}

.tagsMultiple .ticketTags {
    height: 20px;
    white-space: nowrap;
    display: inline-block;
}

.ticketTagsWrap {
    position: relative;
    overflow: hidden;
}

.ticketTagsWrap.rightCloud:after {
    content: '';
    display: block;
    width: 60px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.ticketTagsWrap.leftCloud:before {
    content: '';
    display: block;
    width: 60px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.goTop {
    margin: 30px auto 10px;
    display: table;
}

.singleTicketSection.talk {
    background-color: #ECECEC;
    margin-top: 30px;
}

.singleComment {
    border-bottom: 1px solid white;
    display: flex;
    padding: 15px 0;
    align-items: center;
}

.singleComment:last-child {
    border-bottom: 0;
}

.singleComment .profileHolder {
    flex: 0 0 auto;
    margin-right: 20px;
}

.commentAuthor {
    display: inline-block;
    font-size: 10px;
    margin-bottom: 5px;
    color: #EE7E7C;
}

.actualComment {
    display: inline-block;
    font-size: 14px;
}

.profileInsert{
    position: fixed;
    width: 100%;
    right: 100%;
    transition: all 0.4s;
    top: 0;
    z-index: 999;
    height: 100%;
    background:#3C3C3B;
}

.profileInsert header{
    background: #3C3C3B;
}

.profileInsert.active{
    right: 0;
}

.profileInsert .mainNav{
    position: static;
}

.profileInsert .headerProfile{
    margin-top: 0;
}

.foot_info {
    padding: 35px 25px;
    background-color: #3C3C3B;
    color: white;
    font-size: 12px;
}