#youfeelwell-header {
    height: 666px; /*763px;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
    position: relative;
    background-image: url('../images/youfeelwell/header_background2025_150000.png');
}

#youfeelwell-header .content {
    /*position: absolute;
    top: 0;
    left: 0;
    width: auto; /*calc(100% - 50px);*/
    height: 100%;
    /*text-align: center;*/
    margin-left: auto;
    margin-right: auto;
    right: 0;
    display: table;
    padding-top: 130px;

    width: 100%;;
}

#youfeelwell-header .content .left {
    display: inline-block;
    vertical-align: top;
    padding-right: 40px; /*60px;*/
}

#youfeelwell-header .content .right {
    display: inline-block;
    vertical-align: bottom; /*top;*/
    padding-left: 40px; /*60px;*/
}

#youfeelwell-header .content .table {
    height: 666px;
}

#youfeelwell-header .content .logo {
    width: 194px;
    height: auto;
}

#youfeelwell-header .content .youfeelwell {
    color: #00f1bf;
    font-weight: 700;
    font-size: 137px;
    line-height: 1;
}

#youfeelwell-header .content .hashtag {
    color: #FFF;
    font-weight: 600;
    font-size: 38px;
    line-height: 1;
}

#counter-wrapper {
    position: relative;
    background-color: transparent; /*rgba(0, 0, 0, 0.3);*/
    text-align: center;
    padding: 0; /*15px;*/
    width: 310px; /*340px;*/
    padding-top: 15px;
    padding-bottom: 15px;
}

#counter-wrapper .week-text {
    color: #FFF;
    font-size: 29px;
    font-weight: 400;
    position: absolute;
    top: 15px;
    left: 15px;
    line-height: 1;
}

#counter-wrapper .week-number {
    color: #002855; /*#b250e6;*/
    font-size: 245px;
    font-weight: 900;
    font-style: italic;
    line-height: 191px;
    margin-bottom: 5px;
}

#counter-wrapper .explanation {
    color: #FFF;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 5px;
}

#counter-wrapper .counter {
    display: flex;
    justify-content: space-between;
}

#counter-wrapper .counter .unit {
    /*display: inline-block;
    vertical-align: top;*/
}

#counter-wrapper .counter .unit .number {
    color: white;/*#2b3041*/;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #002855; /*#b250e6*/
    width: 68px;
    height: 43px;
    margin-bottom: 5px;
}

#counter-wrapper .counter .unit .type {
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
}

#youfeelwell-header .data {
    /* fix whitespace */
    font-size: 0;
}

#youfeelwell-header .data .item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    /*border: 1px solid red;*/
}

#youfeelwell-header .data .item .item-wrapper {
    display: table;
}

#youfeelwell-header .data .item.center .item-wrapper {
    margin-left: auto;
    margin-right: auto;
}

#youfeelwell-header .data .item.right .item-wrapper {
    margin-left: auto;
}

#youfeelwell-header .data .item .title {
    font-size: 19px;
    color: #FFF;
    font-weight: 500;
}

#youfeelwell-header .data .item .title .green {
    color: #00f1bf;
    font-weight: 900;
}

#youfeelwell-header .data .item .title .magenta {
    color: #b250e6;
    font-weight: 900;
}

#youfeelwell-header .data .item .percentage {
    width: 334px; /*330px;*/
    height: 18px;
    background-color: #535353;
    margin-bottom: 10px;
    position: relative;
}

#youfeelwell-header .data .item .percentage .filling {
    background-color: #b250e6/*#00d4a8*/;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

#youfeelwell-header .data .item .almirometers {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}

#youfeelwell-header .top {
    /*margin-bottom: 85px; /*100px;*/

    display: flex;
    justify-content: space-between;
}

#youfeelwell-header .last {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

#youfeelwell-header .last span {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    vertical-align: middle;
}

#youfeelwell-header .last img {
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}

body {
    /*background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-image: url('../images/body_background.png');*/
    background-color: #F9F9F9;
    min-height: 100vh;
}

#news-publications {
    margin-bottom: 45px;
}

#publications {
    border: 2px solid #000;
    box-shadow: 2px 2px 5px 0px rgba(140,135,140,1);

    height: 435px;
    overflow-y: auto;
}

#publications .table {
    padding: 10px;
    padding-bottom: 0;
}

#publications .table-cell.left {
    width: 47px;
}

#publications .table-cell.right .title {
    font-size: 15px;
    font-weight: 500;
    color: #002855;
}

#publications .table-cell.right .date {
    font-size: 12px;
    font-weight: 500;
    color: #6c727a;
}

#publications .text {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 10px;
    margin-bottom: 7px;
    /*height: 150px;*/
    overflow-y: auto;
}

#publications img {
    max-width: 100%;
}

#are-you-interested .img-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
    height: 200px;
}

#are-you-interested .highlight {
    margin-bottom: 25px;
}

#are-you-interested .highlight .news-header {
    color: #002855;
    display: flex;
    justify-content: space-between;
    height: 70px;
    padding-bottom: 20px;
    background-color: #FFF;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#are-you-interested .highlight .news-header .date {
    font-size: 12px;
    font-weight: 300;
}

#are-you-interested .highlight .news-header .author {
    font-weight: 500;
    font-size: 14px;
}

#are-you-interested .highlight .news-header .count-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

#are-you-interested .highlight .news-header .count-wrapper:last-child {
    margin-right: 0;
}

#are-you-interested .highlight .news-header .count-wrapper span {
    font-size: 16px;
    font-weight: 300;
    /*margin-right: 5px;*/
}

#are-you-interested .highlight .news-header .like-ico {
    cursor: pointer;
}

#are-you-interested .highlight .news-header .like-ico.zoom {
    transform: scale(1.5);
}

#are-you-interested .highlight .news-body {

}

#are-you-interested .highlight .news-body .news-title {
    color: #002855;
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    height: 55px;
    display: flex;
    align-items: center;
    /*margin-bottom: 7px;*/
    background-color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

#are-you-interested .highlight .news-body .news-content {
    color: #002855;
    font-size: 12px;
    font-weight: 300;
    line-height: 125%;
    align-items: center;
    margin-bottom: 3px;
    background-color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom-right-radius: 25px;
    min-height: 70px;
}

#are-you-interested .highlight .news-body .news-content a {
    color: #00f1bf;
}

#are-you-interested .highlight .news-footer {
    background-color: transparent;
}

#are-you-interested .highlight .news-footer .format {
    background-color: #FFF;
    color: #002855;
    height: 27px;
    line-height: 27px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px 0px 12px 0px;
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    /*margin-right: 10px;*/
}

#are-you-interested .highlight .news-footer .values {
    display: inline-block;
    vertical-align: middle;
}

#are-you-interested .highlight .news-footer .values ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

#are-you-interested .highlight .news-footer .values ul li {
    display: inline-block;
    /*margin-right: 10px;*/
}

#are-you-interested .highlight .news-footer .values ul li img {
    width: 37px;
    height: auto;
}

#teams {
    margin-bottom: 70px; /*45px;*/
}

#teams a:hover {
    text-decoration: none;
}

#teams .team {
    height: 210px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
    position: relative;
    background-image: url('../images/youfeelwell/team_background.png');
    text-align: center;
    padding-top: 20px;
    margin-bottom: 15px;
}

#teams .team .question-mark {
    position: absolute;
    top: 50%;
    margin-top: -41px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#teams .team .coming-soon {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    color: #00f1bf;
}

#teams .team .logo {
    margin-bottom: 15px;
}

#teams .team .team-title {
    color: #FFF;
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
}

#teams .team .team-subtitle {
    color: #00f1bf;
    line-height: 1;
    font-weight: 500;
    font-size: 17px;
}

.border-left-grey {
    border-left: 2px solid #c6c6c6;
}

#youfeelwell-header .user {
    margin-bottom: 20px;
}

#youfeelwell-header .user ul {
    list-style-type: none;
    font-size: 0;
    padding-left: 0;
    margin-bottom: 0;
}

#youfeelwell-header .user ul li {
    display: inline-block;
    margin-right: 10px;
}

#youfeelwell-header .user ul li:last-child {
    margin-right: 0;
}

#youfeelwell-header .user ul li img {
    width: auto;
    height: auto;
    max-width: 50px;
    max-height: 25px;
}

#youfeelwell-header .user .avatar {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #D2D2D2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
}

#youfeelwell-header .user .name {
    color: #FFF;
    margin-bottom: 20px;
}

#youfeelwell-header .user .td-left {
    padding-right: 10px;
}

#youfeelwell-header .user .td-right {
    padding-left: 10px;
}

.tabla_ranking_bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    margin-top: 32px;
}

.tabla_ranking_bottom .about-medals {
    background-color: #00A499;
    border: 0;
    font-weight: 600;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 8px;
    padding-bottom: 7px;
    position: relative;
    bottom: 2px;
    line-height: 1;
}

/* monitor de hábitos */
#routine-monitor {
    margin-bottom: 45px;
}

#routine-monitor .routines .routine {
    margin-bottom: 30px;
}

#routine-monitor .routines .routine .ico {
    width: 35px;
    height: auto;
    margin-right: 10px;
}

#routine-monitor .routines .routine .type {
    font-size: 13px;
    font-weight: 600;
}

#routine-monitor .routines .routine.yfw .type {
    color: #b250e6;
}

#routine-monitor .routines .routine.personal .type {
    color: #002855;
}

#routine-monitor .routines .routine .routine-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

#routine-monitor .routines .routine .routine-title .personal-yfw {
    font-size: 13px;
    font-weight: 600;
    margin-left: 10px;
}

#routine-monitor .routines .routine.yfw .routine-title .personal-yfw {
    color: #b250e6;
}

#routine-monitor .routines .routine.personal .routine-title .personal-yfw {
    color: #002855;
}

#routine-monitor .routines .routine .days {
    /* fix whitespace */
    font-size: 0;
    margin-top: 5px;
}

#routine-monitor .routines .routine .days .day {
    display: inline-block;
    /*margin-right: 2px;
    margin-bottom: 2px;*/
    border: 1px solid #FFF;
}

#routine-monitor .routines .routine .days .day:last-child {
    /*margin-right: 0;*/
}

#routine-monitor .routines .routine .days .day {
    text-align: center;
    font-size: 11px;
    width: 40px;
    font-weight: 600;
}

#routine-monitor .routines .routine .days .day {
    background-color: #676864;
    color: #FFF;
}

#routine-monitor .routines .routine.yfw .days .day.active {
    background-color: #b250e6;
    color: #d59cf3;
}

#routine-monitor .routines .routine.personal .days .day.active {
    background-color: #00f0be;
    color: #01a280;
}

#routine-monitor .routines .routine .days .day.current {
    border: 3px solid #4a4b49;
}

#routine-monitor .routines .routine .days .day.disabled {
    background-color: #cecfce;
    color: #989797;
}

#routine-monitor .routines .routine .days .day.clickable {
    cursor: pointer;
}
/* fin monitor de hábitos */

/* mi equipo */
#my-team {
    margin-bottom: 45px;
}

#my-team #my-team-owl-carousel-wrapper {
    text-align: center;
    position: relative;
}

#my-team #my-team-owl-carousel-wrapper  {
    margin-top: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#my-team #my-team-owl-carousel-wrapper .arrow {
  position: absolute;
  top: 35%;
  z-index: 10;
  margin-top: -13px;
  cursor: pointer;
}

#my-team #my-team-owl-carousel-wrapper .arrow.left-arrow {
    left: /*0;*/ -25px;
}

#my-team #my-team-owl-carousel-wrapper .arrow.right-arrow {
    right: /*0;*/ -25px;
}

#my-team #my-team-owl-carousel .image-wrapper {
    position: relative;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    max-width: 122px;
}

#my-team #my-team-owl-carousel .badge {
    background-color: #43f6e1;
    color: #002855;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    display: table;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
    min-width: 26px;
}

#my-team #my-team-owl-carousel .name {
    font-weight: 500;
    font-size: 14px;
    color: #002855;
    text-align: center;
    line-height: 15px;
    height: 45px;
}
/* fin mi equipo */

@media (max-width: 1200px) {
    #youfeelwell-header .newheader-logo img {
        max-width: 565px;
    }
}

@media (max-width:800px) {
    .border-left-grey {
        border-left: 0;
    }
}

#league-selector {
    display: table;
    margin-left: auto;
    margin-right: auto;
    /* fix whitespace */
    font-size: 0;
    padding-top: 40px;
    padding-bottom: 55px;
}

#league-selector button {
    height: 60px;
    line-height: 60px;
    background-color: transparent;
    border: 1px solid #002855;
    border-radius: 0px 0px 24px 0px;
    color: #002855;
    font-weight: 500;
    font-size: 16px;
    width: 200px;
    cursor: pointer;
    position: relative;
}

#league-selector button.selected {
    background-color: #00F0BE;
    border: 1px solid #00F0BE;
}

#league-selector button:first-child {
    margin-right: 10px;
}

#league-selector button:last-child {
    margin-left: 10px;
}

#league-selector button img {
    position: absolute;
    top: -12px;
    right: -12px;
    display: none;
}

#league-selector button.selected img {
    display: block;
}

#top-teams {
    background-color: #fbe8cc; /*#fafafa;*/
    /*background-size: cover;
    background-position: center center;
    background-image: url('../images/youfeelwell/layer-gris.png');*/
    padding-top: 15px;
    padding-bottom: 40px; /*15px;*/
}

#top-employees {
    background-color: #ccedeb; /*#fafafa;*/
    /*background-size: cover;
    background-position: center center;
    background-image: url('../images/youfeelwell/layer-verde.png');*/
    padding-top: 15px;
    padding-bottom: 15px;
}

#top-teams-employees {
    margin-bottom: 45px;
    /* fix whitespace */
    font-size: 0;
}

#top-teams-employees .almirall-carousel .item {
    /*cursor: pointer;*/
    /*height: 180px;*/
}

#top-teams-employees .almirall-carousel .image-wrapper {
    position: relative;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    max-width: 122px;
}

#top-teams-employees .almirall-carousel .badge {
    background-color: #43f6e1; /*#00f0be;*/
    color: #002855;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    display: table;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
    min-width: 26px;
}

#top-teams-employees .almirall-carousel .name {
    font-weight: 500;
    font-size: 14px;
    color: #002855;
    text-align: center;
    line-height: 15px;

    height: 45px;
}

#top-teams-employees .almirall-carousel .arrow {
    position: absolute;
    top: 35%;
    z-index: 10;
    margin-top: -13px;
    cursor: pointer;
}

#top-teams-employees .almirall-carousel .arrow.left-arrow {
    left: -25px;
}

#top-teams-employees .almirall-carousel .arrow.right-arrow {
    right: -25px;
}

#top-teams-employees .left {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    /*max-width: 570px;*/
}

#top-teams-employees .right {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    /*max-width: 570px;*/
}

#top-teams-employees .container2 {
    position: relative;
    /*max-width: 555px; /*(1140px / 2) - 15 */
    max-width: 655px; /*(1340px / 2) - 15 */
}

#top-teams-employees .container2.container2-padding {
    /*max-width: 515px; /* 555px - 40px */
    max-width: 615px; /* 655px - 40px */

}

#top-teams-employees .left .container2 {
    margin-left: auto;
}

#top-teams-employees .right .container2 {
    padding-left: 15px;
}

#top-groups-owl-carousel-wrapper {
    padding-right: 40px;
    margin-top: 30px;
}

#top-employees-owl-carousel-wrapper {
    padding-left: 40px;
    margin-top: 30px;
}

#top-teams-employees .filters {
    /*margin-top: 10px;*/
    background-color: #00a499; /*#002855;*/
    /*display: table;*/
    display: flex;
    justify-content: space-between;
}

#top-teams-employees .filters ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;

    display: inline-block;
}

#top-teams-employees .filters #filters-sex {
    display: inline-block;
    border-left: 2px solid #002855;
}

#top-teams-employees .filters ul li {
    display: inline-block;
    /*margin-right: 15px;*/
}

#top-teams-employees .filters ul li:last-child {
    margin-right: 0;
}

#top-teams-employees .filters.floating {
    position: absolute;
    top: 7px;
    left: 35%;
}

#top-teams-employees .filters .filter {
    /*background-color: #00f1bd;*/
    color: #FEFEFE; /*#00f0be;*/
    font-size: 13px;
    font-weight: 600; /*500;*/
    border: 1px solid #00a499; /*#0a2f5c;*/
    display: table;
    width: 80px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}

#top-teams-employees .filters .filter.off {
    background-color: transparent;
    /*cursor: auto;*/
    /*border: 1px solid #959595;*/
    color: #c2c2c2; /*#959595;*/
}

#top-employees {
    position: relative;
}


@media (max-width: 1000px) {
    #top-teams-employees .filters .filter {
        width: 70px;
    }

    #top-teams {
        padding-bottom: 43px;
    }
}


@media(max-width:900px) {
    #top-teams-employees .filters .filter {
        width: 60px;
    }
}

@media (max-width:800px) {
    #top-teams-employees .left {
        display: block;
        width: 100%;
    }
    #top-teams-employees .right {
        display: block;
        width: 100%;
    }
    #top-groups-owl-carousel-wrapper {
        /*padding-left: 40px;*/
    }
    #top-employees-owl-carousel-wrapper {
        /*padding-right: 40px;*/
    }
    #top-teams-employees .container2 {
        max-width: 100%;
    }
    #top-teams-employees .container2.container2-padding {
        max-width: calc(100% - 40px);
    }
    #top-teams-employees .left .container2 {
        padding-left: 15px;
    }

    #top-teams-employees .right .container2 {
        padding-right: 15px;
    }

    #top-teams-employees .filters .filter {
        width: 80px;
    }

     #top-teams {
        padding-bottom: 15px;
    }

    /* FOTOS */
    #div_foto_galeria.row.custom-gutter-4 [class^="col"] {
        width: 50%;
    }
}

.graficaParticipa {
    width: 100%;
}


#filters-global-clasification {
    margin: 0;
    padding: 0;
    font-size: 0;
    background-color: #002855;
    border: 2px solid #002855;
}

#filters-global-clasification .filter-img {
    width: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background-color: #002855;
}


.menuItem {
    display: inline-block;
    width: calc(20% - 8px); /*calc(25% - 10px);*/
    list-style-type: none;
    background-color: #bfbfbf;
    color: #4d88c7;
    cursor: pointer;
    padding: 5px 10px;
    border-left: 1px solid #FFF;
    border-right: 1px solid;
}

.menuItem:hover {
    background-color: #00f0bd;
}

#filter1 {
    border-left: 0;
}

.menuItem img {
    vertical-align: middle;
    margin-right: 5px;
}

#filters-global-clasification li span.important {
    font-weight: 700;
}

#filters-global-clasification li span.important {
    font-weight: 700;
}

.menuItem span {
    color: #666666;
    vertical-align: middle;
}

#filters-global-clasification li span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #002755;
    font-size: 14px;
}

#filters-global-clasification li span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #002755;
    font-size: 14px;
}


#tabla_ranking {
    width: 100%;
}

#tabla_ranking thead th {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #002855;
    padding-top: 5px; /*10px;*/
    padding-bottom: 2px; /*5px; /*10px;*/

    background-color: #ed8b00; /*#00f0be;*/
}

.participa_ranking_col_clasificacion {
    width: 150px;
}

.participa_ranking_col_nombre {
    padding: 0 10px;
}

.participa_ranking_col_grupo {
    padding: 0 10px;
}

.participa_ranking_col_area {
    padding: 0 10px;

    cursor: pointer;
}

.participa_ranking_col_centro {
    padding: 0 10px;
}

.participa_ranking_col_pais {
    padding: 0 10px;
    cursor: pointer;
}

#tabla_ranking thead th.participa_ranking_col_pais:hover {
    color: #ed8b00; /*#00f0be;*/
    background-color: #002855;
}

#tabla_ranking thead th.participa_ranking_col_sexo:hover {
    color: #ed8b00; /*#00f0be;*/
    background-color: #002855;
}

#tabla_ranking thead th.participa_ranking_col_area:hover {
    color: #ed8b00; /*#00f0be;*/
    background-color: #002855;
}

#tabla_ranking thead th.participa_ranking_col_tipo:hover {
    color: #ed8b00; /*#00f0be;*/
    background-color: #002855;
}

#tabla_ranking thead th img {
    width: 10px;
    height: auto;
    margin-left: 5px;
}

#rankingSeeAllTable th {
    display: none;
}

.participa_ranking_col_dermis {
    padding: 0 10px;
}

.participa_ranking_row {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #666;
    font-size: 15px;
    line-height: 17px;
    background-color: #fff;
    height: 100px;
}

.participa_ranking_col_clasificacion {
    width: auto; /*150px;*/
    border-bottom: 2px solid #d5dbe2;
    padding-left: 5px;
}

.participa_ranking_col_nombre ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.participa_ranking_col_nombre ul li {
    display: inline-block;
    margin-right: 5px;
}

.participa_ranking_col_nombre ul li:last-child {
    margin-right: 0;
}

.participa_ranking_col_nombre ul li img {
    width: auto;
    height: auto;
    max-width: 36px; /*25px;*/
    max-height: 23px; /*12px;*/
}

.participa_ranking_col_nombre .td-left {
    /*padding-right: 5px;*/
}

.participa_ranking_col_nombre .td-right {
    padding-left: 5px;
}

.participa_ranking_col_nombre .name {
    margin-bottom: 5px;
    color: #282828; /*#002855;*/
}

@media (max-width:1200px) {
    .participa_ranking_col_clasificacion { }
    .participa_ranking_col_nombre { }
    .participa_ranking_col_area { }
    .participa_ranking_col_centro { }
    .participa_ranking_col_pais { }
    .participa_ranking_col_dermis {  }
    .participa_ranking_col_sexo { display: none; }

    .participa_ranking_foto{ display:block}
}

@media (max-width:800px) {
    .participa_ranking_col_clasificacion { }
    .participa_ranking_col_nombre { }
    .participa_ranking_col_area { display: none;}
    .participa_ranking_col_centro { }
    .participa_ranking_col_pais { display: none;}
    .participa_ranking_col_dermis { }
    .participa_ranking_col_sexo { display: none; }
    .participa_ranking_col_grupo { display: none; }
    .participa_ranking_col_tipo { display: none; }
    .participa_ranking_foto{ display:block}
}

@media (max-width:700px) {
    .participa_ranking_col_clasificacion { }
    .participa_ranking_col_nombre { }
    .participa_ranking_col_area { display: none;}
    .participa_ranking_col_centro { display: none;}
    .participa_ranking_col_pais { display: none;}
    .participa_ranking_col_dermis {  }
    .participa_ranking_col_sexo { display: none; }
    .participa_ranking_foto{ display:block}
}

@media (max-width:500px) {
    .participa_ranking_col_clasificacion { padding: 0px !important; }
    .participa_ranking_col_nombre { padding: 0px !important;}
    .participa_ranking_col_area { display: none;}
    .participa_ranking_col_centro { display: none;}
    .participa_ranking_col_pais { display: none;}
    .participa_ranking_col_dermis { padding: 0px !important;}
    .participa_ranking_col_sexo { display: none; }
    .participa_ranking_foto{ display:none}
}

#popupOptions {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(140,135,140,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(140,135,140,1);
    box-shadow: 2px 2px 5px 0px rgba(140,135,140,1);
}

.menuItem  {
    display: inline-block;
    width: calc(25% - 10px); /* 10px es 40px repartido entre 4 */
    list-style-type: none;
    background-color: #bfbfbf;
    color: #4d88c7;
    cursor: pointer;
    padding: 5px 10px;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.menuItem.filtered {
    background-color: #00f0bd;
}

#filter1 {
    border-left: 0;
}

#filter4 {
    border-right: 0;
}

.menuItem span  {
    color: #666666;
    vertical-align: middle;
}

.menuItem.selected span  {
    color: #fff;
}


.menuItem:hover {
    background-color: #ed8b00; /*#00f0bd;*/
}

.menuItem.selected {
    background-color: #ed8b00; /*#00f0bd;*/
    color: #fff;
}

.menuItem img {
    vertical-align: middle;
    margin-right: 5px;
}

.optionsItem {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    padding: 3px 5px;
    background-color: #ed8b00; /*#00f0bd;*/
    color: #002855;
    cursor: pointer;
}

.optionsItem:hover {
    background-color: #e9eaed;
    color: #002855;
}

.popup-filtro {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1001;
}

.popup-overlay-filtro {
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    display:none;
    /*
    cursor: pointer;
	background-color: #777777;
    opacity: 0.7;
    */
}

#filters-global-clasification {
    margin: 0;
    padding: 0;
    /* fix whitespace */
    font-size: 0;
    background-color: #002855;
    border: 2px solid #002855;

    display: none;
}

#filters-global-clasification .filter-img {
    width: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background-color: #002855;
}

#filters-global-clasification li span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #002755;
    font-size: 14px;
}

#filters-global-clasification li span.important {
    font-weight: 700;
}

.avatar_64 {
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background-size: cover;
    background-position: center center;
}

.avatar_120 {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background-size: cover;
    background-position: center center;
    background-color: #959595;
}

#employees-of-my-team-carousel .avatar_120 {
    display: block;
}

.participa_ranking_row .participa_ranking_col_nombre {
    color: #002855;
    /*border-left: 1px solid #d5dbe2;*/
    border-bottom: 2px solid #d5dbe2;

    width: 277px;
}

.participa_ranking_row.whiterow {
    color: #666;
    background-color: #fff;
    height: 100px;
}

.participa_ranking_col_nombre {
    padding: 0 10px;
    padding-left: 0;
    color: #002855;
}

.participa_ranking_col_grupo {
    padding: 0 10px;
    border-left: 2px solid #d5dbe2;
    border-bottom: 2px solid #d5dbe2;
    color: #282828; /*#002855;*/
}

.participa_ranking_col_area {
    padding: 0 10px;
    border-left: 2px solid #d5dbe2;
    border-bottom: 2px solid #d5dbe2;
    color: #282828; /*#002855;*/
}

.participa_ranking_col_centro {
    padding: 0 10px;
    border-left: 2px solid #d5dbe2;
    border-bottom: 2px solid #d5dbe2;
    color: #282828; /*#002855;*/
}

.participa_ranking_col_pais {
    padding: 0 10px;
    border-left: 2px solid #d5dbe2;
    border-bottom: 2px solid #d5dbe2;
    color: #282828; /*#002855;*/
}

.participa_ranking_col_dermis {
    padding: 0 10px;
    border-left: 2px solid #d5dbe2;
    border-bottom: 2px solid #d5dbe2;
    color: #282828; /*#002855;*/
}

.participa_ranking_col_sexo {
    padding: 0 10px;
    border-left: 2px solid #d5dbe2;
    border-bottom: 2px solid #d5dbe2;
    color: #282828; /*#002855;*/

    cursor: pointer;
}

.participa_ranking_col_tipo {
    padding: 0 10px;
    border-left: 2px solid #d5dbe2;
    border-bottom: 2px solid #d5dbe2;
    color: #282828; /*#002855;*/

    cursor: pointer;
}

.participa_ranking_col_clasificacion .cup {
    margin-left: 10px;
    margin-right: 10px;

    width: 35px;
    height: auto;
}

.popUpSizeRaking {
    max-width: 1220px;
}

.popUpSizeRaking table {
    border-spacing: 0;
}

#rankingSeeAllTable th {
    padding-bottom: 10px;
    text-align: left;
    font-size: 14px;
}

#rankingSeeAllDialog .search-wrapper span {
    color: #00A499; /*#1cd8b1;*/
    font-weight: 500;
    font-size: 14px;
}

#rankingSeeAllDialog .participa_ranking_col_clasificacion {
    white-space: nowrap;
}

.title-violet-width-line-lite {
    padding-top: 20px;
    min-height: 50px;
    border-bottom: /*#1cd8b1*/ #00A499 3px solid;
    color: #00A499; /*#1cd8b1;*/
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

#rankingSeeAllDialog .search-wrapper {
    border-bottom: 3px solid #1cd8b1;
    padding-bottom: 3px; /*6px;*/
}

.see-all-button, .chat-send-button {
    background-color: #00A499; /*#002855;*/ 
    border: 0;
    font-weight: 600;
    font-size: 15px; /*13px;*/
    color: #FFF; /*#002855;*/
    cursor: pointer;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 8px;
    padding-bottom: 7px;
    position: relative;
    bottom: 2px;
    line-height: 1;
}

.see-all-button.extra-padding, .chat-send-button.extra-padding {
    padding-left: 20px;
    padding-right: 20px;
}

.tabla_ranking_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.tabla_ranking_top .left {
    font-size: 19px;
    font-weight: 500;
    color: #002855;
}

#global-ranking {
    margin-bottom: 45px;
}

#my-results-chat-image_gallery-routes {
    margin-bottom: 45px;
}

.estilosTablaEstadisticas {
    padding: 7px 10px;
    font-size: 18px; /*15px;*/
    font-weight: 500;
    color: #002855; /*#666;*/
    /* margin: 10px; */
}

.estilosTablaEstadisticas.left {
    padding-right: 0;
}

.estilosTablaEstadisticas.right {
    padding-left: 0;
}

#your-ranking-text, #your-ranking-text-mobile {
    font-weight: 500;
    font-size: 14px;
    line-height: 1; /*17px;*/
    color: #002855;
    max-width: 200px;
}

#your-ranking-image {
    margin-right: 15px;
}

#my-results {
    margin-bottom: 50px;

    display: inline-block;
    width: 50%;
}

#left-blocks {
    /* fix whitespace */
    font-size: 0;
}

#my-results.my-results-left {
    padding-right: 30px;
}

#my-results.my-results-right {
    padding-left: 30px;
}

.fotoParticipaGaleria {
    /*width: 130px;
    height: 130px;
    margin: 2px;*/
    width: 100%;
    height: auto;
    margin-bottom: 8px; /*15px;*/
}

#div_foto_galeria {
    margin-bottom: 20px;
}

#image-gallery {
    margin-bottom: 45px;
}


#div_foto_galeria .photo-header {
    position: absolute;
    top: 5px;
    right: 5px;
}

#div_foto_galeria .photo-header .count-wrapper span {
    /*margin-right: 5px;*/
    color: #002855;
    font-weight: 500;
    font-size: 16px;
    vertical-align: middle;
}

#div_foto_galeria .photo-header .count-wrapper .like-ico {
    cursor: pointer;
}

#div_foto_galeria .photo-header .count-wrapper .like-ico.zoom {
    transform: scale(1.2);
}

/* Javier */
.fotoThumbContainer {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 8px;
}
.fotoThumbContainer:after {
    content: "";
    display: block;
    padding-bottom: 100%; /* The padding depends on the width, not on the height, so with a padding-bottom of 100% you will get a square */
}
.fotoThumbContainer img {
    position: absolute; /* Take your picture out of the flow */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; /* Make the picture taking the size of it's parent */
    width: 100%; /* This if for the object-fit */
    height: 100%; /* This if for the object-fit */
    object-fit: cover; /* Equivalent of the background-size: cover; of a background-image */
    object-position: center;
}
/* fin Javier */

#verMasRutas_0_10 {
    font-weight: 500;
    color: #002855;
    margin-bottom: 20px;
}

#verMasRutas_0_10 .map-image {
    width: 135px;
    vertical-align: top;
}

#verMasRutas_0_10 .contenidoInfoRuta {
    font-size: 12px;
    line-height: 14px;
    color: #002855;
    font-weight: 500;
}

#verMasRutas_0_10 .user-image {
    height: 40px;
}

#routes-list p {
    margin: 0 0 10px;
}

#div_actividades_para_rutas a:hover {
    text-decoration: none;
}
.avatar_50 {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-size: cover;
    background-position: center center;
}

#popupWelcome #popup-welcome.popup-content {
    /*padding-bottom: 70px!important;*/
    padding-left: 120px!important;
    padding-right: 120px!important;
}

#popupWelcome .close span {
    color: #00f1bf;
}

#popupWelcome .main-title {
    color: #00f1bf;
    margin-bottom: 30px;
}

#popupWelcome .subtitle {
    color: #002855;
    font-size: 24px; /*26px;*/
    line-height: 33px;
    font-weight: 600;
    margin-bottom: 50px;
}

#popupWelcome .description {
    margin-bottom: 60px;
}

#popupWelcome .description p {
    color: #002855;
    font-weight: 600;
    font-size: 16px; /*19px;*/
    margin-bottom: 20px;
}

#popupWelcome .popup-content > div {
    margin-top: 0;
}

#popupWelcome .actions {
    /* fix whitespace */
    font-size: 0;
    /*margin-bottom: 60px;*/
}

#popupWelcome .actions .action {
    display: inline-block;
    width: 50%;
    vertical-align: /*bottom;*/ top;
    margin-bottom: 20px;
}

#popupWelcome .actions .action .text {
    color: #002855;
    font-weight: 600;
    font-size: 19px;
    /*margin-left: auto;
    margin-right: auto;*/
    max-width: 350px;
    margin-bottom: 20px; /*35px;*/
}

#popupWelcome .actions .action .text.little {
    font-size: 14px;
}

#popupWelcome .actions .action .image-selector-wrapper .preview {
    border-radius: 50%;
    background-color: #FFF;
    width: 95px;
    height: 95px;
    display: inline-block;
    vertical-align: middle; /*top;*/
    margin-right: 35px;
}

#popupWelcome button.btn-regular {
    border: 4px solid #00f1bf;
    color: #00f1bf;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    display: table;
    width: 375px; /*auto;*/
    /*margin-left: auto;
    margin-right: auto;*/
    height: 50px;
    line-height: 45px;
}

#popupWelcome button.btn-regular.little {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    height: 40px;
    line-height: 35px;
    display: inline-block;
    vertical-align: top;
    pointer-events: none;
}

#popupWelcome .highlight {
    color: #00f1bf;
}

#popupWelcome .bottom .text {
    color: #002855;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 35px;
    text-align: center;
    margin-bottom: 40px;
}

#popupWelcome .custom-input-file .input-file {
    pointer-events: none;
}

#synchronizeDialogStep1 {
    font-size: 14px;
}

#popupProblemaSincronizar p {
    margin-bottom: 10px;
}

#popupProblemaSincronizar.popup label, #popupProblemaSincronizar.popup .gray, #popupProblemaSincronizar.popup .gray a {
    margin-bottom: 0;
}

@media (min-width: 400px) {
    .contenidoInfoRuta {
        padding: 5px 10px 0px 10px;
        background-color: white;
        height: 135px;
        max-height: 135px;
        overflow: hidden;
        width: 100%;
    }
}

.left-right {
    display: flex;
    justify-content: space-between;
}

#ultimos_chats th, #ultimos_chats td {
    padding: 0;
}

.chat-nick {
    width: 70px;
    text-align: center;
    padding-top: 10px;
    padding-left: 5px;
    color: #002855;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.chat-message {
    width: 100%;
    min-height: 126px;
    border: 0px;
    background-color: #FFF;
    resize: none;
    color: black;
    padding: 10px;
}

.chat-message .date {
    /*font-weight: 400;
    font-size: 14px;
    color: #000;*/
    color: #6c727a;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
}

.chat-message .message {
    /*font-weight: 400;
    font-size: 14px;
    color: #000;*/
    color: #002757;
    font-weight: 500;
    font-size: 13px;
}

#texto_chat {
    width: 100%;
    height: 114px;
    background-color: #FFF; /*#00F0BD;*/
    resize: none;
    padding: 10px;
    color: #002855;
    font-size: 14px;
    font-weight: 500;
    border: 3px solid #00F0BD;
    margin-bottom: 15px;
}

#messages-wrapper {
    background-color: rgba(255, 255 ,255, 0.7);
    padding: 15px
}

.participa_chat_messages {
    width: 100%;
    /*height: 600px;*/
    overflow-y: auto;
}

.two-buttons-wrapper {
    display: flex;
    justify-content: space-between;
}

#routes-list a:hover {
    text-decoration: none;
}

/* donations */
#donations {
    margin-bottom: 70px;
}

#donations .donations-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0 0 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
    position: relative;
    background-image: url('../images/youfeelwell/fondo-votaciones.png');
    height: 440px;
    margin-top: 65px;
}

#donations .donations-wrapper.two-columns {
    /* fix whitespace */
    font-size: 0;
}

#donations .donations-wrapper.two-columns .left {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    height: 100%;
    padding-right: 15px;
    /*border: 1px solid red;*/
}

#donations .donations-wrapper.two-columns .right {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    height: 100%;
    padding-left: 15px;
    /*border: 1px solid red;*/
}

#donations .donations-wrapper.two-columns .left video {
    width: 100%;
    height: 100%;
}

#donations .donations-wrapper .organizations .organization {
    text-align: center;
    margin-bottom: 30px;
}

#donations .donations-wrapper .organizations .logo {
    margin-bottom: 2px;
    cursor: pointer;
    border: 2px solid transparent;
}

#donations .donations-wrapper .organizations .logo.selected {
    border: 2px solid #002855;
    border-radius: 10px;
}

#donations .donations-wrapper .organizations .organization-title {
    font-size: 11px; /*12px;*/
    font-weight: 500;
    color: #002855;
    white-space: nowrap;
    margin-bottom: 10px;
}

#donations .donations-wrapper .organizations button {
    background-color: transparent;
    border: 2px solid #002855;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #002855;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 2px;
    cursor: pointer;
}

#donations .donations-wrapper .button-wrapper {
    text-align: center;
}

#donations .donations-wrapper .button-wrapper button {
    background-color: #00f1bf;
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    border: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#donations .donations-wrapper .button-wrapper button.extra-padding {
    padding-left: 30px;
    padding-right: 30px;
}

#donations .donations-title {
    text-align: center;
    font-family: Roboto; /*Raleway;*/
    font-weight: 600;
    color: #002855;
    font-size: 32px;
    padding-top: 30px;
    padding-bottom: 50px;
}

#donations .organizations .organization .progress-bar {
    width: 100%;
    height: 10px;
    border-radius: 0;
    background-color: #7d7d7d;
    position: relative;
}

#donations .organizations .organization .progress-bar .progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    background-color: #00F0BE;
    border-radius: 0;
}

#donations .organizations .organization .value {
    color: #002855;
    font-family: Roboto;
    font-size: 23px;
    font-weight: 700;
}

#lightbox.donation {
    max-width: 1340px; /*1140px;*/
}

#lightbox.donation .slbCaption {
    position: static;
    background-color: #434343;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#lightbox.donation .slbCaption .title {
    color: #FFF;
    font-family: "Graphik";
    font-weight: 600; /*700;*/
    font-size: 20px; /*22px;*/
    line-height: 20px; /*22px;*/
    margin-bottom: 15px;

}

#lightbox.donation .slbCaption .text {
    color: #FFF;
    font-family: "Graphik";
    font-weight: 600; /*700;*/
    font-size: 20px; /*22px;*/
    line-height: 20px; /*22px;*/
    margin-bottom: 15px;
}

#lightbox.donation .slbCaption .url {
    color: #FFF;
    font-family: "Graphik";
    font-weight: 600; /*700;*/
    font-size: 20px; /*22px;*/
    line-height: 20px; /*22px;*/
}

#lightbox.donation .slbCaption .url a {
    color: #FFF;
}

#donations .important {
    font-weight: 700;
}
    /* fin donations */

/* carousel employees of my team */
#group-ranking-owl-carousel-wrapper {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 35px;

    margin-top: 25px;
}

#group-ranking-owl-carousel-wrapper.almirall-carousel .arrow {
    position: absolute;
    top: 35%;
    z-index: 10;
    margin-top: -13px;
    cursor: pointer;
}

#group-ranking-owl-carousel-wrapper.almirall-carousel .arrow.left-arrow {
    left: 0;
}

#group-ranking-owl-carousel-wrapper.almirall-carousel .arrow.right-arrow {
  right: 0;
}

#group-ranking-owl-carousel-wrapper.almirall-carousel .image-wrapper {
  position: relative;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 122px;
}

#group-ranking-owl-carousel-wrapper.almirall-carousel .badge {
  background-color: #00f0be;
  color: #002855;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  display: table;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
  min-width: 26px;
}

#group-ranking-owl-carousel-wrapper.almirall-carousel .name {
  font-weight: 500;
  font-size: 14px;
  color: #002855;
  text-align: center;
  line-height: 15px;
  height: 45px;
}
/* fin employees of my team */

.contentblock .upload-wrapper button {
    background-color: #ED8B00;
    color: #FFF;
}


@media (max-width: 1400px) {
    /*body {
        border: 1px solid red;
    }*/

    /* header */
    #youfeelwell-header .content .youfeelwell {
        font-size: 8.8vw;
    }

    #youfeelwell-header .content .left {
        padding-right: 30px;
    }

    #youfeelwell-header .content .right {
        padding-left: 30px;
    }
    /* fin header */
}

@media (max-width: 1200px) {
    /*body {
        border: 1px solid green;
    }*/

    /* header */
    #youfeelwell-header .content .youfeelwell {
        font-size: 7.7vw;
    }

    #youfeelwell-header .data .item .percentage {
        width: 280px;
    }
    /* fin header */

    #donations .donations-wrapper .organizations .organization-title {
        font-size: 10px;
    }

    #top-teams-employees .filters.floating {
        right: 15px;
        left: auto;
    }
}

@media (max-width: 991px) {
    /*body {
        border: 1px solid yellow;
    }*/

    /* header */
    #youfeelwell-header {
        height: auto;
    }

    #youfeelwell-header .content .top .left {
        display: block;
        padding-right: 0;
        margin-bottom: 20px;
    }

    #youfeelwell-header .content .top .right {
        display: block;
        padding-left: 0;
    }

    #youfeelwell-header .content {
        text-align: center;
    }

    #counter-wrapper {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    #youfeelwell-header .last {
        position: static;
        /*margin-left: 15px;*/
        margin-right: 15px;
        margin-top: 15px;
        padding-bottom: 10px;
        text-align: right;
    }

    #youfeelwell-header .data .item {
        display: block;
        width: 100%;
    }

    #youfeelwell-header .data .item .item-wrapper {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    #youfeelwell-header .content .left {
        padding-right: 0;
    }

    #youfeelwell-header .content .right {
        padding-left: 0;
    }

    #youfeelwell-header .content {
        padding-top: 70px;
    }

    #youfeelwell-header .content .logo {
        margin-bottom: 20px;
    }

    #youfeelwell-header .top {
        margin-bottom: 25px;
    }

    #youfeelwell-header .content .youfeelwell {
        font-size: 13.5vw;
    }

    #youfeelwell-header .data .item .percentage {
        width: 450px;
    }

    #youfeelwell-header .newheader-logo img {
        max-width: 100%;
    }
    /* fin header */

    #popupWelcome #popup-welcome.popup-content {
        padding-bottom: 35px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    #popupWelcome .main-title {
        font-size: 50px;
        margin-bottom: 20px;
    }

    #popupWelcome .subtitle {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 25px;
    }

    #popupWelcome .description p {
        font-size: 16px;
    }

    #popupWelcome .actions .action .text {
        font-size: 16px;
        margin-bottom: 25px;
    }

    #popupWelcome .bottom .text {
        font-size: 16px;
    }

    #popupWelcome .description {
        margin-bottom: 25px;
    }

    #popupWelcome button.btn-regular.little {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
    }

    #popupWelcome .actions .action .image-selector-wrapper .preview {
        margin-right: 15px;
    }

    #popupWelcome .actions {
        margin-bottom: 25px;
    }

    #popupWelcome .description p {
        margin-bottom: 15px;
    }

    #popupWelcome .bottom .text {
        margin-bottom: 25px;
    }

    #popupWelcome #popup-welcome.popup-content {
        padding-bottom: 25px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #popupWelcome .actions .action {
        display: block;
        width: 100%;
    }

    #popupWelcome .actions .action .text {
        max-width: none;
    }

    #popupWelcome .image-selector-wrapper {
        text-align: center;
        margin-bottom: 25px;
    }

    #popupWelcome .actions .action .image-selector-wrapper .preview {
        margin-right: 30px;
        vertical-align: middle;
    }

    #popupWelcome button.btn-regular.little {
        vertical-align: middle;
    }

    #popupWelcome button.btn-regular:not(.little) {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        width: 100%;
        display: block;
    }

    #popupWelcome .actions .action:first-child {
        margin-bottom: 35px;
    }

    #top-teams-employees .filters.floating {
        right: 15px;
        left: auto;
    }

    #top-teams-employees .filters {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }

    #donations .donations-wrapper {
        height: auto;
    }

    #donations .donations-wrapper .organizations .organization-title {
        font-size: 11px;
    }

    #donations .donations-wrapper.two-columns .left {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0;
    }

    #donations .donations-wrapper.two-columns .right {
        display: block;
        width: 100%;
        padding-left: 0;
    }

    #my-results {
        display: block;
        width: 100%;
    }

    #my-results.my-results-left {
        padding-right: 0;
    }

    #my-results.my-results-right {
        padding-left: 0;
    }
}

@media (max-width: 800px) {
    #filters-global-clasification {
        display: block;
    }
}

@media (max-width: 767px) {
    /*body {
        border: 1px solid blue;
    }*/

    /* header */
    #youfeelwell-header .content .hashtag {
        font-size: 30px;
    }

    #youfeelwell-header .content {
        width: 100%;
        /*padding-left: 15px;
        padding-right: 15px;*/
    }

    #youfeelwell-header .data .item .item-wrapper {
        width: 100%;
    }

    #youfeelwell-header .data .item .percentage {
        width: 100%;
    }

    #are-you-interested {
        margin-bottom: 35px;
    }

    #youfeelwell-header .top {
        display: block;
    }
    /* fin header */

    #filters-global-clasification .filter-img {
        display: none;
    }

    #filters-global-clasification {
        background-color: #bfbfbf;
    }

    .menuItem {
        width: 50%;
        padding:  5px 5px;
        vertical-align: top;
    }

    #filter2 {
        border-right: 0;
    }

    #filter3 {
        border-left: 0;
    }

    #filters-global-clasification li span {
        font-size: 13px;
    }

    .popUpSizeRaking table {
        table-layout: fixed;
    }

    .popUpSizeRaking table .title-violet-width-line-lite {
        font-size: 15px;
    }

    #league-selector {
        display: block;
        text-align: center;
    }

    #league-selector button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    #league-selector button:first-child {
        margin-right: auto;
    }

    #league-selector button:last-child {
        margin-left: auto;
        margin-bottom: 0;
    }

}

@media (max-width: 576px) {
    .popup .main-title, .popup .main-title.little {
        font-size: 40px;
        line-height: 40px;
    }

    /*#rankingSeeAllDialog .search-wrapper {
        margin-bottom: -2px!important;
    }*/

    #youfeelwell-header .user ul li {
        margin-bottom: 10px;
    }

    /* mi equipo */
    #my-team #my-team-owl-carousel-wrapper .arrow.left-arrow {
        left: 0;
    }

    #my-team #my-team-owl-carousel-wrapper .arrow.right-arrow {
        right: 0;
    }
    /* fin mi equipo */

}

@media only screen and (min-width:400px) and (max-width: 749px) {
    .title-violet-with-line {
        padding-top: 10px;
        min-height:50px;
        border-bottom: #1cd8b1 3px solid;
        color: #1cd8b1;
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .title-violet-width-line-lite {
        padding-top: 10px;
        min-height:40px;
        border-bottom: #1cd8b1 2px solid;
        color: #1cd8b1;
        font-size: 15px;
        margin-bottom: 10px;
        /*margin-left: 5px; margin-right: 5px;*/
        font-weight: 600;
    }

    #rankingSeeAllDialog .search-wrapper {
        border-bottom: 2px solid #1cd8b1;
        padding-bottom: 1px;
        margin-bottom: 6px;
    }


}










































