body {
    background: #f4f4f4;
    color: #000;
    font-family: "Roboto", Helvetica, Arial;
    font-size: 16px;
    font-smooth: antialiased;
    -webkit-font-smoothing: antialiased;
}

body.fixed {
    padding-top: 55px;
}

.section {
    position: relative;
    min-height: calc(100vh - 100px);
}

.overh {
    overflow: hidden;
}

*:focus {
    outline: none !important;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: 0.3s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", Helvetica, Arial;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: 26px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 16px;
}

strong {
    font-weight: bold;
}

@media screen and (min-width: 1200px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 18px;
    }
}

/* Framework */

.main {
    margin: 0 auto;
    padding: 70px 15px 65px;
    max-width: 1440px;
}

@media screen and (min-width: 1200px) {
    .main {
        padding: 115px 50px 50px 370px;
    }
}

.row {
    margin-left: -7px !important;
    margin-right: -7px !important;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 7px !important; /* Bootstrap column Fix */
    padding-right: 7px !important; /* Bootstrap column Fix */
}

/* Framework > Animations */
@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes opacity {
    0% {
        opacity: 0;
        -moz-transform: translateY(50%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes search {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes search {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@keyframes bounce {
    0% {
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, -100%);
        -webkit-transform: translate(-50%, -100%);
        -moz-transform: translateY(-50%, -100%);
    }
    100% {
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
    }
}

/* Framework > Buttons */

.btn {
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 400;
}
.btn-outline-primary,
.btn-outline-secondary {
    color: #000;
}

.btn-download {
    line-height: 45px !important;
}
.btn-download i {
    margin-right: 6px;
    font-size: 8px;
    vertical-align: middle;
}

.btn-lg {
    width: 100%;
    padding: 0 6px;
    font-size: 16px;
    max-width: 320px;
    line-height: 55px;
}

/*
btn-primary
btn-outline-primary
*/

/*
.btn-primary {
	color: #000;
	background-color: transparent;
	border-color: #5687F7;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
	background-color: #5687F7;
	border-color: #5687F7;
	color: #fff;
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #5687F7;
	border-color: #5687F7;
}


.btn-secondary {
	color: #fff;
	background-color: #585858;
	border-color: #585858;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
	background-color: transparent;
	border-color: #585858;
	color: #fff;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #585858;
	border-color: #585858;
}*/

.btn-outline-primary {
    color: #000;
}

/* Framework > Filter */

.filter {
    width: 100%;
    margin: 32px 0;
    text-align: center;
}

.filter .submenu li h5 {
    position: relative;
    margin: 0;
}

.filter .filter_container .btn_filter {
    color: #fff;
    border: 1px solid #fff;
}

.filter .btn_filter {
    display: flex;
    height: 40px;
    padding: 0 24px;
    color: #ccc;
    border: 1px solid #ccc;
    border-radius: 25px;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}

.filter .btn_filter:hover {
    background: #fff;
    color: #000;
}
.filter .open-filter {
    display: block;
    position: relative;
    height: 60px;
    margin: 0 -15px;
    padding: 15px;
    background: #000;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.filter .open-filter i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 15px;
    float: right;
}

.filter .actions {
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}
.filter .actions i {
    width: 20px;
    height: 20px;
}
.filter .delete-filter {
    font-weight: 500;
}

.filter ul {
    margin: 0;
}
.filter ul li ul {
    margin: 24px 0;
}

.filter ul li ul li {
    display: inline-block;
    margin: 12px 8px;
    vertical-align: middle;
}

@media screen and (min-width: 1200px) {
    .filter {
        margin: 50px 0;
    }
    .filter .filter_container {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .filter .open-filter,
    .filter .delete-filter,
    .filter .actions {
        display: none;
    }

    .filter .filter_container .btn_filter {
        color: #919191;
        border: 1px solid #919191;
    }

    .filter .btn_filter {
        height: 40px;
        color: #ccc;
        border-color: #ccc;
        width: auto;
    }
    .filter .btn_filter:hover {
        background: #000;
        color: #fff;
        border-color: #000;
    }
    .filter .btn_filter:active {
        background: #f27f50;
    }
    .filter ul li {
        position: relative;
    }
    .filter ul li ul {
        margin: 0;
    }
    .filter ul li ul li {
        margin: 6px;
    }

    .filter ul li h5 {
        padding-right: 15px;
    }
    .filter ul li h5 {
        display: flex;
        height: 40px;
        background: #fa4c43;
        color: #fff;
        border-radius: 25px;
        font-size: 12px;
        min-width: 140px;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        box-shadow: 0 0 0 1px #fa4c43 inset;
        cursor: pointer;
    }
    .filter ul li h5 i {
        position: absolute;
        width: 20px;
        height: 20px;
        transition: 0.3s all;
    }
    .filter .submenu li ul {
        display: none;
        position: absolute;
        width: 320px;
        top: 40px;
        left: 0;
        background: #fff;
        border-radius: 4px;
        text-align: left;
        box-shadow: 0 2px 8px 0 #e0e0e0;
        z-index: 99;
    }
    .filter .submenu li h5:after {
        position: absolute;
        width: 12px;
        height: 10px;
        top: calc(50% - 4px);
        font-family: "ecu";
        font-size: 6px;
        content: "\e904";
        right: 15px;
        font-weight: bolder;
        transition: 0.3s all;
    }
    .filter .submenu.active li h5:after {
        transform: rotate(-90deg);
    }
    .filter .submenu.active li ul {
        display: block;
    }

    .filter .submenu.active li h5 {
        border-radius: 25px 25px 0 0;
    }
    .filter ul.submenu li ul {
        width: 140px;
        border-radius: 0 0 25px 25px;
        overflow: hidden;
        box-shadow: 0 0 0 1px #f27f51 inset;
    }
    .filter ul.submenu li ul li {
        display: block;
        margin: 0 1px;
    }
    .filter ul.submenu li ul li .btn_filter {
        height: 36px;
        color: #fa4c43;
        border: 0;
        border-bottom: 1px solid #eee;
        border-radius: 0;
        text-align: center;
        justify-content: center;
        width: 140px;
    }
    .filter ul.submenu li ul li:last-child .btn_filter {
        border-bottom: 0;
    }

    .filter .order {
        margin-right: 15px;
        padding-right: 15px;
        border-right: 1px solid #fa4c43;
    }
    .filter .categories {
        margin-right: 15px;
    }

    .filter .tags {
        width: 100%;
        overflow: auto;
    }
    .filter .tags ul {
        display: flex;
        /*overflow: auto;*/
        white-space: nowrap;
        -ms-overflow-style: none;
    }
    .filter .tags ul li {
        margin: 0 6px;
    }
    .filter .tags h5 {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .tags .list-unstyled,
    .flecha-back,
    .flecha-next {
        display: none;
    }
    .filter.active .filter_container {
        display: block;
    }
    .filter .filter_container {
        display: block;
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fa4c43;
        color: #fff;
        z-index: 9999;
    }
    .filter .order .btn_filter {
        width: 82px;
        height: 82px;
        padding: 0 16px;
        border-radius: 50%;
    }

    .filter .order {
        margin-bottom: 32px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    }
    .filter .order h5 {
        display: none;
    }
}

/* Framework > Tabs */
.tab_content {
    display: none;
    transition: 0.3s all;
}
.tab_content.active {
    display: block;
    animation: opacity 0.3s ease-out;
    -moz-animation: opacity 0.3s ease-out;
}

/* Framework > Forms */

/* Header */

.header {
    display: flex;
    position: fixed;
    width: 100%;
    padding: 0 15px;
    background: #fff;
    align-items: center;
    justify-content: space-between;
    min-height: 55px;
    transition: 0.5s all;
    box-shadow: 1px 0 0 1px #e6e8f1, 0 2px 8px 0 rgba(228, 228, 228, 5);
    z-index: 9999;
}
.header .logo {
    display: block;
    width: 85px;
    padding: 6px 0;
    max-width: 85px;
}

.header .search {
    margin-right: env(safe-area-inset-right);
    text-align: right;
}

.header .goback,
.header .search {
    width: 50px;
    height: 22px;
}
.header .goback i,
.header .search .open-search {
    width: 22px;
    height: 22px;
    font-size: 22px;
    cursor: pointer;
    z-index: 3;
}
.header .search .open-search {
    float: right;
}
.header .goback i {
    transition: 0.3s all;
}
.header .goback:hover i {
    margin-left: -10px;
}

.header .search .input-wrapper {
    position: relative;
    transition: 1s all;
}
.header .search .input-wrapper i {
    position: absolute;
    width: 18px;
    height: 18px;
    top: calc(50% - 10px);
    left: 22px;
    color: #44d7b6;
    font-size: 18px;
    z-index: 2;
    opacity: 0.25;
    transition: 0.3s all;
}
.header .search .input-wrapper input {
    width: 100%;
    height: 100%;
    padding: 15px;
    padding-left: 50px;
    background: #fff;
    border: 0;
    font-size: 13px;
    transition: 0.3s all;
}
.header .search .input-wrapper input::placeholder {
    color: #ddd;
}
.header .search .input-wrapper input:focus::placeholder {
    color: #888;
}
.header .search .input-wrapper input:focus ~ i {
    opacity: 1;
}
.header .search .input-wrapper.focus .search-results {
    display: block;
}

.header .search .input-wrapper .search-results {
    display: none;
    position: absolute;
    width: 100%;
    height: calc(100vh - 100px);
    top: 43px;
    left: 0;
    padding: 8px;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    overflow: auto;
    animation: opacity 0.3s ease-out;
    -moz-animation: opacity 0.3s ease-out;
}
.header .search .input-wrapper .search-results h5 {
    margin: 0;
    padding: 25px 15px 15px;
    font-size: 16px;
    font-weight: 500;
}
.header .search .input-wrapper .search-results ul {
    margin: 0;
}
.header .search .input-wrapper .search-results ul li {
    padding: 8px 15px;
    font-size: 14px;
    cursor: pointer;
}
.header .search .input-wrapper .search-results ul li:hover {
    background: #f8f8f8;
}

.header .usersnap {
    width: 24px;
    margin: 0 -120px;
    cursor: pointer;
    opacity: 0.25;
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.header .usersnap:hover {
    opacity: 0.7;
}
.header .usersnap img {
    width: 24px;
    height: 24px;
}

.header .account {
    display: none;
    align-items: center;
}
.header .account .points {
    display: flex;
    align-items: center;
}
.header .account .points p {
    margin: 0;
    font-weight: 500;
    text-align: right;
    line-height: 20px;
}
.header .account .points p span {
    display: block;
    color: #a4a4a4;
    font-size: 12px;
}

.header .account .points .score {
    width: 100px;
    height: 30px;
    margin-left: 12px;
    background: #44d7b6;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
}

.header .account li {
    position: relative;
}
.header .account .submenu {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    background: #fff;
    border-radius: 6px;
    min-width: 220px;
    box-shadow: 0 2px 8px 0 rgba(184, 184, 184, 0.5);
    z-index: 2;
}
.header .account .submenu.active {
    display: block;
}
.header .account .user .submenu.social {
    display: none;
    position: absolute;
    top: 55px;
    left: 50px;
    background: #fff;
    border-radius: 6px;
    min-width: 100px;
    box-shadow: 0 2px 8px 0 rgba(184, 184, 184, 0.5);
    z-index: 2;
}
.header .account .user .submenu.social.active {
    display: block;
}
.header .account .user .submenu.social .media {
    display: flex;
}
.header .account .submenu h4 {
    margin: 0;
    padding: 0 24px;
    background: #ff9800;
    border-radius: 6px 6px 0 0;
    font-size: 12px;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
}
.header .account .submenu ul li a {
    display: flex;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    font-size: 14px;
    align-items: center;
}
.header .account .submenu ul li a i {
    color: #44d7b6;
    font-size: 25px;
}
.header .account .submenu ul li.share-twitter a .icon-twitter-b {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    color: #fff;
    background-color: #44d7b6;
    padding: 2px;
    border-radius: 2px;
}

.header .account .submenu ul li a h2 {
    margin: 0;
    font-size: 12px;
}
.header .account .submenu ul li a p {
    margin: 0;
    margin-left: 10px;
    color: dimgrey;
}
.header .account .submenu .user-icon {
    width: 30px;
    height: auto;
    display: block;
}
.header .account .submenu .line {
    width: 90%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: lightgrey;
}

@media screen and (min-width: 1200px) {
    .header {
        height: 100px;
        padding: 24px 24px 0;
    }
    .header .goback {
        display: none;
    }
    .header .search {
        position: relative;
        width: 100%;
        height: auto;
        max-width: 480px;
    }
    .header .search .open-search {
        display: none;
    }
    .header .search .input-wrapper input {
        padding: 12px 12px 12px 50px;
        border-radius: 25px;
        font-size: 16px;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset;
    }
    .header .search .input-wrapper i {
        width: 28px;
        height: 28px;
        top: calc(50% - 8px);
        left: 15px;
        color: #888;
        font-size: 15px;
    }
    .header .search .input-wrapper .search-results {
        max-height: 190px;
    }
    .header .account {
        display: flex;
    }
    .header .account .submenu {
        top: 55px;
        left: auto;
        right: 0;
    }
    .header .logo {
        width: 100px;
        padding: 0;
        max-width: 100px;
    }
    .header .account .user .submenu.social {
        top: 85px;
        left: -50px;
    }
    .header .account .submenu {
        top: 100px;
    }
    .header .account .user .user-share {
        padding: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .header:not(.witharrow) .goback {
        display: none;
    }
    .header:not(.witharrow) .logo {
        order: 2;
    }
    .header:not(.witharrow) .search {
        order: 3;
    }
    .header:not(.witharrow) .account {
        display: block;
        margin-left: -30px;
    }
    .header .usersnap {
        position: absolute;
        margin: 0;
        margin-right: env(safe-area-inset-right);
        right: 50px;
    }
    .header:not(.witharrow) .account .points {
        display: none;
    }
    .header:not(.witharrow) .account .user {
        margin: 0;
    }

    .header .search .input-wrapper {
        display: none;
        position: absolute;
        width: 100%;
        top: 55px;
        left: 0;
    }
    .header .search .input-wrapper .search-results:before {
        position: absolute;
        width: 94%;
        height: 1px;
        top: 0;
        left: 3%;
        background: #000;
        content: "";
        z-index: 2;
    }
    .header .search.active .input-wrapper {
        display: block;
        animation: search 0.3s ease-out;
        -moz-animation: search 0.3s ease-out;
    }
}

/* Header > Users */

.header .user {
    margin: 0 0 0 30px;
    display: flex;
    align-items: center;
}
.header .user li .icon-share.compartir {
    font-size: 24px;
    color: #5687f7;
    transform: translate(90px, 0px);
}
.header .user li a {
    display: block;
    padding: 12px;
    color: #000;
}
.header .user > li > a {
    padding: 7px 12px;
    line-height: 20px;
}
.header .user > li > a .avatar {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-left: env(safe-area-inset-left);
    margin-right: 6px;
    background-size: contain;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
}
.header .user > li > a .avatar.noavatar {
    background-image: url("../img/avatar.png");
    background-color: #5687f7;
}
.header .user > li > a p {
    display: none;
    margin: 0;
    vertical-align: middle;
}
.header .user > li > a p span {
    font-weight: 500;
}
.header .user .submenu:before {
    position: absolute;
    width: 0;
    height: 0;
    top: -12px;
    content: "";
    right: 80%;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #ffffff transparent;
}
.header .account .user .submenu.social:before {
    position: absolute;
    width: 0;
    height: 0;
    top: -12px;
    content: "";
    right: 40%;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #ffffff transparent;
}
@media screen and (min-width: 1200px) {
    .header .user > li > a p {
        display: inline-block;
    }
    .header .user > li > a {
        padding: 14px 12px 14px 24px;
    }
    .header .user li .icon-share.compartir {
        color: #44d7b6;
        transform: translate(0px, 0px);
        cursor: pointer;
    }
    .header .user .submenu:before {
        right: 40%;
    }
    .header .account .user .submenu.social:before {
        right: 15%;
    }
}

/* Navigation */

.navigation {
    position: fixed;
    width: 100%;
    left: 0;
    padding-bottom: env(safe-area-inset-bottom);
    background: #fff;
    color: #383b41;
    overflow: auto;
    bottom: 0;
    z-index: 1;
    transition: 0.3s all;
}
.navigation ul {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.navigation ul li {
    position: relative;
    text-align: center;
    flex-basis: 100%;
}
.navigation ul li a {
    display: block;
    width: 100%;
    padding: 8px 0 6px;
    font-size: 7px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.4;
}
.navigation ul li a i {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto 4px;
    background-size: contain;
    font-size: 22px;
}
.navigation ul li a:before {
    position: absolute;
    width: 0;
    height: 3px;
    top: 0;
    left: 50%;
    background: #ffcb4c;
    content: "";
    transition: 0.3s all;
}
.navigation ul li:hover a,
.navigation ul li.active a {
    color: #000;
    opacity: 1;
}
.navigation ul li.active a {
    font-weight: 500;
}
.navigation ul li.active a:before {
    width: 80%;
    left: 10%;
}

@media screen and (min-width: 1200px) {
    .navigation {
        height: 100vh;
        top: 0;
        padding-top: 120px;
        border-right: 1px solid #eee;
        max-width: 320px;
    }
    .navigation ul {
        flex-wrap: wrap;
    }
    .navigation ul li {
        text-align: left;
    }
    .navigation ul li a {
        padding: 20px 40px;
        font-size: 18px;
        text-transform: capitalize;
        font-weight: 400;
    }
    .navigation ul li a i {
        display: inline-block;
        width: 32px;
        height: 32px;
        margin: 0 30px 0 0;
        font-size: 32px;
        vertical-align: middle;
    }
    .navigation ul li:hover a,
    .navigation ul li.active a {
        background: rgba(0, 0, 0, 0.025);
    }
    .navigation ul li a:before {
        width: 3px;
        height: 0;
        top: 50%;
        left: 0;
    }
    .navigation ul li.active a:before {
        width: 8px;
        height: 100%;
        top: 0;
        left: 0;
    }

    .navigation ul li.menu_inicio {
        order: 1;
    }
    .navigation ul li.menu_diagnosticar {
        order: 2;
    }
    .navigation ul li.menu_mejorar {
        order: 3;
    }
    .navigation ul li.menu_aprender {
        order: 4;
    }
    .navigation ul li.menu_difundir {
        order: 5;
    }
}

/* Main Title */

.main_title {
    display: flex;
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #d8d8d8;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.main_title h1 {
    margin-bottom: 12px;
    font-size: 18px;
}

.main_title .bar {
    position: relative;
    width: calc(100% - 45px);
    height: 12px;
    margin-right: 45px;
    background: #d7f2ee;
    border-radius: 6px;
}
.main_title .bar .percentage {
    width: 50%;
    height: 12px;
    background: #44d7b6;
    border-radius: 6px;
    transition: 1s all;
}
.main_title .bar .total {
    position: absolute;
    top: 0;
    font-size: 10px;
    right: -45px;
    line-height: 10px;
}

.main_title.tab_menu {
    position: relative;
    margin: -15px -15px 15px;
    background: #5687f7;
    justify-content: center;
}
.main_title.tab_menu ul {
    display: flex;
    width: 100%;
    margin: -15px 0;
    justify-content: space-around;
}
.main_title.tab_menu ul li a {
    display: block;
    position: relative;
    padding: 20px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    transition: 0.3s all;
}
.main_title.tab_menu ul li a.active {
    font-weight: bold;
}
.main_title.tab_menu ul li a:after {
    position: absolute;
    width: 0;
    height: 4px;
    left: 50%;
    background: #fff;
    content: "";
    bottom: 0;
    transition: 0.3s all;
}
.main_title.tab_menu ul li a.active:after {
    width: 100%;
    left: 0;
}

@media screen and (min-width: 1200px) {
    .main_title {
        flex-wrap: nowrap;
    }
    .main_title h1 {
        margin: 0;
    }
    .main_title .bar {
        width: calc(50% - 45px);
        max-width: 50%;
    }

    .main_title.tab_menu {
        margin: 0 0 15px;
        background: transparent;
    }
    .main_title.tab_menu ul {
        width: auto;
        justify-content: space-between;
    }
    .main_title.tab_menu ul li a {
        padding: 20px 30px;
        color: #000;
        font-family: Helvetica;
        font-size: 16px;
        letter-spacing: 0.57px;
    }
    .main_title.tab_menu ul li a:after {
        background: #5687f7;
    }
}

/* Title */

.title {
    margin-top: 20px;
    margin-bottom: 8px;
}
.title i {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-right: 4px;
    background: #555;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    vertical-align: 0;
    text-align: center;
    line-height: 27px;
}
.title i.icon-glasses {
    font-size: 9px;
    vertical-align: 3px;
}
.title h3 {
    font-size: 20px;
}

@media screen and (min-width: 992px) {
    .title {
        margin-top: 0;
    }
}

/* Searcher */

.searcher {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
}
.searcher i {
    position: absolute;
    width: 18px;
    height: 18px;
    top: calc(50% - 10px);
    left: 22px;
    color: #44d7b6;
    font-size: 18px;
    z-index: 2;
    opacity: 0.25;
    transition: 0.3s all;
}
.searcher input {
    width: 100%;
    height: 100%;
    padding: 15px;
    padding-left: 50px;
    background: transparent;
    border: 1px solid #d6d6d6;
    border-radius: 25px;
    font-size: 13px;
    box-shadow: none;
    transition: 0.3s all;
}

.searcher input::placeholder {
    color: #ddd;
}
.searcher input:focus::placeholder {
    color: #888;
}
.searcher input:focus ~ i {
    opacity: 1;
}
.searcher.focus .search-results {
    display: block;
}

/* Feeds > Carousel */

.feed-carousel {
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    align-items: top;
}

.feed-carousel article {
    margin: 0 10px;
    min-width: 230px;
    min-height: 230px;
}

@media screen and (max-width: 767px) {
    .feed-carousel-mobile {
        display: flex;
        overflow: auto;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    .feed-carousel-mobile .col-12 {
        width: auto;
        flex: initial !important;
    }
    .feed-carousel-mobile .card-learn {
        /*margin: 0 15px;*/
        width: 100%;
        min-height: 230px;
    }
    .feed-carousel-mobile .card-dimension {
        width: 128px;
        min-width: 0;
        min-height: 120px;
    }
    .feed-carousel-mobile .card-dimension .data {
        padding: 15px;
    }
    .feed-carousel-mobile .card-dimension .data h2 {
        font-size: 15px;
    }
    .feed-carousel-mobile .card-dimension .data .arrow {
        font-size: 15px;
        bottom: 5px;
        right: 0;
    }
}
@media screen and (max-width: 1366px) {
    .feed-carousel article {
        min-width: 200px;
    }
}

/* Cards */

.card {
    background: #ffffff;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 #e0e0e0;
}

.card .share {
    position: absolute;
    top: 20px;
    padding: 6px;
    color: #5687f7;
    right: 8px;
}
.card .share .icon-share {
    display: block;
    width: 24px;
    height: 28px;
    font-size: 18px;
    line-height: 28px;
}
.card .share ul {
    display: none;
    position: absolute;
    height: 40px;
    top: calc(50% - 20px);
    margin: 0;
    padding: 0 3px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    align-items: center;
    right: 35px;
    min-width: 110px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    animation: opacity 0.3s ease-out;
    -moz-animation: opacity 0.3s ease-out;
    z-index: 999;
}
.card .share.active ul {
    display: flex;
}
.card .share ul li {
    margin: 6px;
}
.card .share ul li a {
    display: block;
}
.card .share ul li a i {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 24px;
}
.card .share ul li.facebook a:hover {
    color: #3b5999;
}
.card .share ul li.twitter a:hover {
    color: #55acee;
}
.card .share ul li.linkedin a:hover {
    color: #0077b5;
}

/* Cards > Stats */

.card-stats {
    width: 230px;
    height: 100%;
    flex-wrap: wrap;
    text-align: center;
}
.card-stats .points {
    display: flex;
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 32px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    font-size: 42px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 0 0 10px #fff;
}
.card-stats .points .total {
    position: absolute;
    width: 100px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 50px);
    font-size: 21px;
    line-height: 50px;
    font-weight: bold;
    z-index: 5;
}
.card-stats .points .total a {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    margin: -37.5px;
    background: url(../img/new_button.png) no-repeat center;
    background-size: contain;
    opacity: 0.8;
}
.card-stats .points .total a:hover {
    opacity: 1;
}
.card-stats .dimensions .graph .total {
    font-size: 10px;
}
.card-stats.full .points.multiple .total {
    font-size: 33px;
}

.card-stats .graph canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.card-stats .points.graph .chart_2 {
    transform: scale(0.82);
}
.card-stats .points.graph .chart_3 {
    transform: scale(0.62);
}

.card-stats .dimensions {
    display: flex;
    margin: 0;
    margin-bottom: 24px;
    align-items: center;
    justify-content: space-around;
}
.card-stats .dimensions li {
    position: relative;
    padding: 6px;
    font-size: 8px;
    font-weight: 500;
}
.card-stats .dimensions li .graph {
    width: 42px;
    height: 42px;
    margin: 0 auto 6px;
    border-radius: 50%;
}
.card-stats .dimensions li.implementacion:before {
    background: #41cba6;
}
.card-stats .dimensions li.compromiso:before {
    background: #cf6efa;
}
.card-stats .dimensions li.medicion:before {
    background: #4db1d4;
}
.card-stats .data {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px 15px 20px;
    max-width: 375px;
    min-height: 600px;
}
.card-stats .data h4 {
    font-size: 16px;
    font-weight: 500;
}
.card-stats .data p {
    color: #000;
    font-size: 13px;
}
.card-stats .data .description {
    color: #aaa;
    overflow: hidden;
    font-size: 12px;
    text-align: left;
    line-height: 1.5em;
    max-height: 6em;
}
.card-stats .data .description.active {
    max-height: 100%;
}
.card-stats .data .compare {
    display: flex;
    position: relative;
    height: 62px;
    margin-bottom: 32px;
    align-items: center;
}
.card-stats .data .compare .start,
.card-stats .data .compare .end {
    position: absolute;
    top: 42px;
    left: 0;
    font-size: 11px;
    font-weight: 100;
}
.card-stats .data .compare .end {
    left: auto;
    right: 0;
}

.card-stats .data .compare .bar {
    width: 100%;
    height: 100%;
    height: 16px;
    background: rgb(249, 75, 75); /* Old browsers */
    background: -moz-linear-gradient(
        left,
        rgba(249, 75, 75, 1) 0%,
        rgba(255, 219, 100, 1) 44%,
        rgba(65, 203, 166, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        rgba(249, 75, 75, 1) 0%,
        rgba(255, 219, 100, 1) 44%,
        rgba(65, 203, 166, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        rgba(249, 75, 75, 1) 0%,
        rgba(255, 219, 100, 1) 44%,
        rgba(65, 203, 166, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 8px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f94b4b', endColorstr='#41cba6',GradientType=1 ); /* IE6-9 */
}
.card-stats .data .compare .bar:before,
.card-stats .data .compare .bar:after {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 30%;
    background: #fff;
    content: "";
}
.card-stats .data .compare .bar:after {
    left: 70%;
}

.card-stats .data .compare .yourcompany,
.card-stats .data .compare .othercompany {
    position: absolute;
    color: #585858;
    font-size: 9px;
    font-weight: 500;
    white-space: nowrap;
    transition: 1s all;
}
.card-stats .data .compare .company_container {
    position: absolute;
    width: 88%;
    top: -15px;
    left: 1.5%;
    margin: 15px;
}
.card-stats .data .compare .yourcompany {
    top: 0;
    left: 10%;
    text-indent: -26px;
}
.card-stats .data .compare .othercompany {
    left: 90%;
    bottom: 0;
}

.card-stats .data .compare .yourcompany:after,
.card-stats .data .compare .othercompany:after {
    position: absolute;
    width: 0;
    height: 0;
    left: calc(0% - 10px);
    content: "";
    border-style: solid;
}
.card-stats .data .compare .yourcompany:after {
    bottom: -17px;
    border-width: 17px 10px 0 10px;
    border-color: #585858 transparent transparent transparent;
}

.card-stats .data .compare .othercompany:after {
    top: -17px;
    border-width: 0 10px 17px 10px;
    border-color: transparent transparent #585858 transparent;
}
.card-stats .readmore {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}
.card-stats .btn {
    margin: 12px 0;
    font-size: 12px;
}
.card-stats .arrow {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 auto;
    color: #5687f7;
    border: 2px solid #5687f7;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
}

.card-stats.full {
    width: 100%;
    min-width: 230px;
}
.card-stats.full .points {
    width: 220px;
    height: 220px;
    margin: -50px auto 0;
}
.card-stats.full .data .compare {
    margin-bottom: 12px;
}

.card-stats.full .data h4 {
    font-size: 20px;
}
.card-stats.full .data p {
    color: #777;
    font-size: 14px;
}
.card-stats.full .data .dimensions li {
    font-size: 12px;
}
.card-stats.full .data .dimensions li:before {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 6px;
    border-radius: 50%;
    content: "";
    vertical-align: middle;
}
.card-stats.full .share {
    color: #44d7b6;
}
.card-stats.full .share i.icon-share {
    font-size: 28px;
}
@media screen and (max-width: 1366px) {
    .card-stats .data h4 {
        font-size: 14px;
    }
    .card-stats .data p {
        font-size: 11px;
    }
}
@media screen and (max-width: 500px) {
    .card-stats .data h4 {
        min-height: 40px;
    }
    .card-stats .data p {
        min-height: 40px;
    }
}

/* Cards > Learn */

.card-learn {
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-direction: unset;
    flex-wrap: wrap;
    min-height: 245px;
}

.card-learn .thumbnail {
    width: 100%;
    height: 95px;
    background: #efefef;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dashboard .card-learn .thumbnail {
    border-bottom: 4px solid #555;
}
.dashboard .card-learn .data h2 {
    font-size: 16px;
    max-width: 100%;
}
.dashboard .card-learn .data p {
    max-height: 2.6em;
}

.card-learn.centered {
    text-align: center;
}
.card-learn.centered .data h2 {
    max-width: 100%;
}

.card-learn .data {
    position: relative;
    width: 100%;
    padding: 15px;
}
.card-learn .data h2 {
    margin-bottom: 0.25em;
    font-size: 16px;
    height: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.card-learn .data p {
    height: 54px;
    margin: 0;
    color: #666;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    text-overflow: ellipsis;
}

.card-learn .data.max-height-2 p {
    max-height: 2.6em;
}

.card-learn .actions {
    display: flex;
    width: 100%;
    margin: 12px 0 0;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}
.card-learn .actions .readmore a {
    color: #f27f50;
    font-size: 14px;
    font-weight: 500;
}
.card-learn .actions .readmore a.dif {
    color: #fa4c43;
    font-size: 14px;
    font-weight: 500;
}
.card-learn .actions .arrow a {
    display: block;
    width: 34px;
    height: 34px;
    color: #ccc;
    border: 2px solid #ccc;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
}
.card-learn .actions .arrow a:hover {
    background: #ccc;
    color: #fff;
}
.card-learn .actions .arrow a:hover i {
    animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
}

.card-learn a.readmore {
    color: #f27f50;
    font-size: 14px;
    font-weight: 500;
}

.card-learn .learnmore {
    width: 100%;
    margin: 0;
    padding: 8px 15px;
    color: #959595;
    font-size: 10px;
    font-weight: 500;
    text-align: right;
    text-transform: uppercase;
}
.card-learn .download {
    display: block;
    margin-top: 12px;
    color: #25cfac;
    font-size: 10px;
    font-weight: 500;
}

.card-learn.featured {
    min-height: 245px;
    max-width: 350px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.card-no-found {
    background-color: #e9e9e9;
    border: 1px solid #dadada;
    display: none;
}

.card-no-found .data {
    display: flex;
    align-items: center;
    padding: 20px;
}

.card-no-found .data img {
    margin-right: 20px;
}

.card-no-found .data h2 {
    color: #6d7278;
    font-size: 16px;
    margin-bottom: 0;
}

.card-no-found .data p {
    color: #b7b7b7;
    font-size: 12px;
    margin-bottom: 0;
}

.card-learn.featured .thumbnail {
    height: 245px;
    border-bottom: 0;
    min-width: 170px;
}
.card-learn.featured .actions .readmore a {
    display: block;
    padding: 6px 22px;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 25px;
    font-size: 8px;
    font-weight: 400;
    text-transform: uppercase;
}
.card-learn.featured .actions .readmore a:hover {
    background: #ccc;
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .card-learn {
        min-height: 245px;
    }
    .card .share .icon-share {
        font-size: 28px;
    }
    .card-learn .data h2 {
        height: 66px;
        margin-right: 32px;
        margin-bottom: 0.5em;
        overflow: hidden;
        font-size: 18px;
        line-height: 22px;
        text-overflow: ellipsis;
    }
    .card-learn.featured {
        max-width: 480px;
    }
    .card-learn.featured .share {
        top: 0;
        display: none;
    }
    .card-learn.featured .actions .readmore a {
        padding: 10px 30px;
        font-size: 11px;
    }
    .card-learn .actions .arrow a {
        display: block;
        width: 41px;
        height: 41px;
        font-size: 20px;
        line-height: 41px;
    }
}
@media screen and (max-width: 1199px) {
    .card-learn .share {
        top: auto;
        bottom: 7px;
        right: 0;
    }

    .card-learn.featured .share {
        top: auto;
        bottom: 12px;
        right: 8px;
    }
    .card-learn.featured .share ~ .actions {
        width: calc(100% - 42px);
    }
    .difundir .card-learn.featured {
        flex-wrap: wrap;
    }
    .difundir .card-learn.featured .data h2 {
        margin-top: 12px;
        padding-right: 40px;
        font-size: 18px;
    }
    .difundir .card-learn:not(.featured) .data p {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .card-no-found {
        display: block;
    }
}

/* Cards > Dimensions */

.card-dimension {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 72px;
}
.card-dimension a {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}
.card-dimension .bar {
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    background: #7f7f7f;
    content: "";
    opacity: 0.8;
}
.card-dimension .bar .percentage {
    width: 80%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.card-dimension .data {
    width: 100%;
    padding: 15px 15px 15px 15px;
}
.card-dimension.incomplete .data,
.card-dimension.complete .data,
.card-dimension.empty .data {
    padding-left: 40px;
}
.card-dimension .data h2 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.card-dimension .data h4 {
    margin: 0;
    overflow: hidden;
    font-size: 16px;
    /*font-weight: 400;*/
    line-height: 1.3em;
    max-height: 2.6em;
}
.card-dimension .data p {
    margin: 2px 0 0;
    color: #959595;
    font-size: 11px;
}

.card-dimension .data .questions span {
    font-weight: 500;
}
.card-dimension .data .status {
    position: absolute;
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
    left: 10px;
    margin: 0;
    overflow: hidden;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.card-dimension .data .status:before {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    background: #7f7f7f;
    color: #fff;
    border-radius: 50%;
    font-family: "ecu";
    font-size: 8px;
    content: "\e90c";
    vertical-align: 2px;
    line-height: 24px;
    text-align: center;
}
.card-dimension .data .arrow {
    position: absolute;
    width: 34px;
    height: 23px;
    color: #7f7f7f;
    font-size: 22px;
    bottom: calc(50% - 14px);
    right: 15px;
    transition: 0.3s all;
}
.card-dimension a:hover .data .arrow {
    right: 8px;
}

.card-dimension.complete .data .arrow {
    color: #44d7b6;
}
.card-dimension.complete .data .status:before,
.card-dimension.complete .bar {
    background: #44d7b6;
}

.card-dimension.complete .data .status:before {
    content: "\e90b";
}

.card-dimension.incomplete .data .arrow {
    color: #ffbc17;
}
.card-dimension.incomplete .data .status:before,
.card-dimension.incomplete .bar {
    background: #ffbc17;
}

.card-dimension.incomplete .data .status:before {
    content: "\e910";
}

@media screen and (min-width: 768px) {
    .card-dimension {
        min-height: 265px;
    }
    .card-dimension .data {
        padding: 15px;
    }
    .card-dimension.incomplete .data,
    .card-dimension.complete .data,
    .card-dimension.empty .data {
        padding-left: 15px;
    }
    .card-dimension .data h2 {
        line-height: 25px;
    }
    .card-dimension .data .status {
        width: auto;
        height: auto;
        top: auto;
        left: 15px;
        bottom: 5px;
    }
    .card-dimension .data .status:before {
        width: 14px;
        height: 14px;
        font-size: 6px;
        line-height: 14px;
    }
    .card-dimension .data .questions {
        position: absolute;
        top: 5px;
        left: 15px;
    }
    .card-dimension .data h4 {
        max-height: 100%;
    }
    .card-dimension .data p {
        font-size: 12px;
    }
    .card-dimension .data .description {
        font-size: 13px;
    }
    .card-dimension .data .arrow {
        bottom: 15px;
    }
}

@media screen and (max-width: 991px) {
    .card-dimension.incomplete,
    .card-dimension.complete,
    .card-dimension.empty {
        min-height: 90px;
    }
}

/* Questions */

.questions .main_title {
    position: relative;
    z-index: 2;
}
.questions .main_title h1 {
    font-weight: 400;
}

.questions .question {
    display: flex;
    position: relative;
    height: calc(100vh - 200px);
    padding: 50px 0;
    align-items: center;
    justify-content: center;
}
.questions .arrows a {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: calc(50% - 25px);
    padding: 6px;
    line-height: 25px;
    opacity: 0.25;
    text-align: center;
    z-index: 2;
}
.questions .arrows a.arrow-down {
    top: auto;
    bottom: 0;
}
.questions .question .data {
    width: 100%;
    text-align: center;
    max-width: 760px;
}
.questions .question .data h2 {
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
}
.questions .question .data .buttons .btn {
    width: 100%;
    margin: 0 1%;
    padding: 0;
    max-width: 150px;
    line-height: 70px;
}
.questions .question .subdata .btn-apply {
    width: 120px;
    height: 50px;
    margin-top: 10px;
    padding: 0;
    font-size: 14px;
    max-width: 120px;
    line-height: 46px;
}

.questions .question .data .input-percent input {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #6d7278;
    border-radius: 0;
    vertical-align: middle;
    max-width: 100px;
    text-align: center;
}
.questions .question .data .input-percent span {
    font-size: 20px;
}

.questions .question .data .select .select2 {
    width: 100% !important;
    max-width: 370px;
}

.questions .question .options {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    vertical-align: middle;
}
@media screen and (min-width: 992px) {
    .questions .question .options.buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
}
.questions .question .options li {
    position: relative;
}
.questions .question .options li input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.questions .question .options.multiple {
    width: 100%;
    white-space: initial;
}
.questions .question .options.multiple li {
    display: inline-block;
    width: auto;
    margin: 2px 3px;
    vertical-align: top;
    text-align: center;
}
.questions .question .options.multiple li label {
    display: inline-flex;
    width: 100px;
    height: 70px;
    padding: 6px;
    background-color: transparent;
    color: #000;
    border: 1px solid #5687f7;
    border-radius: 20px;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    line-height: 1.2em;
    transition: 0.3s all;
}
.questions .question .options.multiple li input:checked ~ label {
    background-color: #5687f7;
    color: #fff;
    border-color: #5687f7;
    box-shadow: 0 2px 10px 0 rgba(199, 199, 199, 0.5);
}

.questions .question .options.single li {
    margin: 1%;
}
.questions .question .options.single li label {
    display: block;
    position: relative;
    padding: 3px 3px 3px 42px;
    font-size: 13px;
    min-height: 30px;
    text-align: left;
}
.questions .question .options.single li label:before {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 6px;
    background: transparent;
    border: 1px solid #5687f7;
    border-radius: 50%;
    content: "";
    box-shadow: 0 0 0 3px #f4f4f4 inset;
    transition: 0.3s all;
}

.questions .question .options.single li input:checked ~ label:before {
    background: #5687f7;
}

.questions .question .options.buttons {
    max-width: 100%;
    min-width: 300px;
}
.questions .question .options.buttons li {
    display: inline-block;
    margin: 12px 1%;
    vertical-align: top;
    text-align: center;
}
.questions .question .options.buttons li label {
    display: inline-flex;
    width: 155px;
    height: 70px;
    padding: 6px;
    background-color: transparent;
    color: #000;
    border: 1px solid #5687f7;
    border-radius: 50px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    max-width: 155px;
    text-transform: uppercase;
    transition: 0.3s all;
}
.questions .question .options.buttons li label.error {
    display: none !important;
}
.questions .question .options.buttons li input:checked ~ label {
    background-color: #5687f7;
    color: #fff;
    border-color: #5687f7;
    box-shadow: 0 2px 10px 0 rgba(199, 199, 199, 0.5);
}
.questions .question .options.buttons li input.error ~ label {
    border-color: #ef6666;
}

@media screen and (min-width: 1200px) {
    .questions .question {
        height: calc(100vh - 222px);
    }
    .questions .question .data h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .questions .question .options.buttons li label {
        width: 100px;
        height: 50px;
        font-size: 14px;
        max-width: 120px;
    }
}

/* Single */

.single .article .categories a {
    display: inline-block;
    padding: 6px 6px 6px 0;
    color: #ccc;
    font-size: 13px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
}
.single .article h1 {
    margin: 0 0 0.4em;
    font-size: 25px;
    font-weight: 500;
}
.single .article p {
    margin: 0 0 2em;
    color: #797d84;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
}
.single .article blockquote {
    padding-left: 25px;
    border-left: 3px solid #c6c6c6;
    font-style: italic;
}
.single .article .subtitle {
    font-size: 13px;
    font-weight: 100;
    text-transform: capitalize;
}
.single .article .share {
    margin-bottom: 32px;
    color: #555;
}
.single .article .share h5 {
    color: #797d84;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}
.single .article .share h5,
.single .article .share ul,
.single .article .share ul li {
    display: inline-block;
    margin: 0 6px;
    vertical-align: middle;
}
.single .article .share ul li a {
    display: block;
    font-size: 24px;
}
.single .article .share ul li.facebook a:hover {
    color: #3b5999;
}
.single .article .share ul li.twitter a:hover {
    color: #55acee;
}
.single .article .share ul li.linkedin a:hover {
    color: #0077b5;
}

/* Extras */

.icon-info {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    margin: 0 6px 32px;
    background: #5687f7;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    vertical-align: 3px;
    line-height: 22px;
    font-style: normal;
    text-align: center;
    cursor: help;
    z-index: 999;
}
.icon-info span {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20vh 24px 18px 24px;
    background: rgba(86, 135, 247, 0.95);
    color: #fff;
    font-family: sans-serif;
    font-size: 13px;
    text-align: left;
    line-height: 1.3em;
    opacity: 0;
    z-index: 999;
    transition: 0.3s all;
}
.icon-info.active span {
    display: block;
    opacity: 1;
}
@media screen and (min-width: 1200px) {
    .icon-info span {
        position: absolute;
        width: 350px;
        top: auto;
        left: 24px;
        padding: 24px;
        border-radius: 6px;
        bottom: 24px;
        max-width: 350px;
    }
}
@media screen and (max-width: 1199px) {
    .icon-info span:before {
        position: absolute;
        top: 28px;
        left: 24px;
        font-family: "eqcu";
        font-size: 18px;
        content: "\e909";
    }
}

/* Slide questions */

.slide_questions .slide {
    position: relative;
}

/* Select 2 */

.select2-container--default .select2-selection {
    height: 45px;
    padding: 6px 0;
    background: transparent;
    text-align: left;
}
.select2-container--open .select2-selection {
    border-color: #5687f7;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #7f7f7f;
    line-height: 32px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    width: 11px;
    top: calc(50% - 13px);
    left: auto;
    right: 10px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    top: 0;
    left: 0;
    border: 0;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b:after {
    font-family: "ecu";
    font-size: 6px;
    content: "\e904";
}

.select2-dropdown {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 #e0e0e0;
}
.select2-results {
    padding: 8px;
}
.select2-results__option {
    padding: 12px 16px;
    font-size: 13px;
}

.select2-search--dropdown {
    padding: 8px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    background: #f8f8f8;
    border: 0;
}

/* Modal */

.modal-backdrop {
    background: #fff;
    z-index: 9999;
}

.modal {
    z-index: 99999;
}
.modal-backdrop.show {
    opacity: 0.7;
}

.modal .modal-dialog {
    margin: 20vh auto;
    max-width: 250px;
}
.modal .modal-content {
    border: 0;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 2px 8px 0 rgba(224, 224, 224, 0.5);
}
.modal .modal-header .close {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 20px;
    font-size: 18px;
    right: 0;
    opacity: 1;
}
.modal .modal-header,
.modal .modal-footer {
    border: 0;
    text-align: center;
}
.modal .modal-header {
    flex-wrap: wrap;
    justify-content: center;
}
.modal .modal-header i.icon {
    display: block;
    width: 54px;
    height: 54px;
    margin-bottom: 22px;
    background: #ffcb4c;
    color: #fff;
    border-radius: 50%;
    font-size: 28px;
    line-height: 54px;
}
.modal .modal-header .modal-title {
    color: #5687f7;
    font-weight: bold;
    line-height: 1.2;
}

.modal .modal-body p {
    font-size: 14px;
    line-height: 1.2;
}

.modal .modal-footer {
    justify-content: space-around;
}
.modal .modal-footer .btn {
    width: 100%;
    font-size: 10px;
    line-height: 26px;
}

.mt-6 {
    margin-top: 5rem !important;
}

/* Modal felicitaciones */

.modal .modal-icon .modal-title {
    color: #25cfac;
    font-weight: bold;
    line-height: 1.2;
}
.modal .modal-icon i.icon-angle-check {
    display: block;
    width: 54px;
    height: 54px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
    color: #fff;
    border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600;
    line-height: 54px;
}

/* Modal correo */

.modal .modal-content-correo {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(224, 224, 224, 0.5);
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
}
.modal .modal-content-correo .modal-icon {
    text-align: center;
}

.modal .modal-content-correo .modal-icon .icon-mail {
    font-size: 30px;
}
.modal .modal-content-correo .modal-icon h5 {
    margin-top: 15px;
}

.modal .modal-content-correo .modal-body p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.modal .modal-content-correo .modal-body input {
    width: 100%;
    border: none;
    font-size: 12px;
    text-align: left;
}
.modal .modal-content-correo .line {
    width: 90%;
    height: 1px;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    background-color: lightgrey;
}
.modal .modal-content-correo .modal-footer .btn {
    width: 30%;
    border-color: #25cfac;
}

#invitationModal .modal-dialog {
    max-width: 375px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .questions .question {
        padding: 0;
    }
    /* IE10+ CSS styles go here */
}

/* Diagnosticar */

.text .row {
    margin-top: 10%;
}
.text .row .col-8 {
    text-align: center;
}
.text .row .col-8 .icon-stats {
    padding: 15px;
    color: #fff;
    border-radius: 50%;
    font-size: 35px;
}
.text .row .col-8 .text {
    margin-top: 40px;
}
.text .row .col-8 .text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    font-family: Helvetica;
    font-size: 26px;
    letter-spacing: 0;
}
.text .row .col-8 .text h2 {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: bolder;
}
.text .row .col-8 .text p {
    margin: 0;
}
.text .row .col-8 .button {
    margin-top: 40px;
}
.text .row .col-8 .button .btn {
    font-family: Helvetica;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
}
.text .row .col-8 .more {
    display: inline-flex;
    margin-top: 40px;
}
.text .row .col-8 .more .icon-info {
    margin: 0;
    margin-right: 20px;
}
.text .row .col-8 .more p {
    color: #5687f7;
    font-family: Helvetica;
    font-size: 16.8px;
    letter-spacing: 0;
}

/* Mejorar */

.mejorar-text {
    position: relative;
}

.mejorar-text .row {
    margin-top: 10%;
}
.mejorar-text .row .col-8 {
    text-align: center;
}
.mejorar-text .row .col-8 .icon-menu-mejorar {
    padding: 15px;
    color: #ffffff;
    border-radius: 50%;
    font-size: 35px;
    font-weight: 600;
}

.mejorar-text .row .col-8 .text {
    margin-top: 40px;
}
.mejorar-text .row .col-8 .text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    font-family: Helvetica;
    font-size: 26px;
    letter-spacing: 0;
}
.mejorar-text .row .col-8 .text h2 {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: bolder;
}
.mejorar-text .row .col-8 .text p {
    margin: 0;
}
.mejorar-text .row .col-8 .button {
    margin-top: 40px;
}
.mejorar-text .row .col-8 .button .btn {
    font-family: Helvetica;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
}
.mejorar-text .row .col-8 .more {
    display: inline-flex;
    margin-top: 40px;
}
.mejorar-text .row .col-8 .more .icon-info {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0;
    margin: 0 6px 32px;
    margin-right: 20px;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    vertical-align: 3px;
    line-height: 22px;
    font-style: normal;
    text-align: center;
    cursor: help;
    z-index: 999;
}
.mejorar-text .row .col-8 .more p {
    color: #25cfac;
    font-family: Helvetica;
    font-size: 16.8px;
    letter-spacing: 0;
}
.mejorar-com .content h6 {
    color: #25cfac;
    font-family: Helvetica;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 600;
}
.mejorar-com .content h1 {
    color: #000000;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 500;
}
.mejorar-com .content p {
    color: #6d7278;
    font-family: Helvetica;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: lighter;
}
.mejorar-com .content .texts .text {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding-left: 40px;
}
.mejorar-com .content .texts .text p {
    width: 90%;
    margin: 0;
    margin-left: 20px;
    color: #6d7278;
    font-family: Helvetica; /*CAMBIAR FONT*/
    font-size: 15px;
    letter-spacing: 0;
    line-height: 32px;
}
.mejorar-com .content .texts .text .icon-check {
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    left: 0;
    margin: 0;
    margin-top: 6px;
    margin-left: 30px;
    color: #fff;
    border-radius: 50%;
    font-size: 7px;
    line-height: 18px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    z-index: 999;
}
.mejorar-com .content .button {
    margin-top: 30px;
}
.mejorar-com .content .button .btn {
    font-family: Helvetica;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
}
.card-dimension.congrats .data {
    width: 80%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
}
.card-dimension.congrats .data h2 {
    margin-top: 10px;
}
.card-dimension .congrats .clap {
    width: 40px;
    height: 40px;
}
@media screen and (max-width: 1366px) {
    .card-dimension.congrats .data {
        width: 100%;
    }
}
/* Slider */

.feed-carousel-mobile .arrows a {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -50px;
    left: calc(50% - 25px);
    padding: 6px;
    line-height: 50px;
    opacity: 0.25;
    text-align: center;
    z-index: 2;
}
.feed-carousel-mobile .arrows a.arrow-down {
    top: auto;
    bottom: -50px;
}
.slides.row {
    /*overflow: hidden;*/
    position: relative;
    height: 507px;
    /*background-color: pink;*/
}

.dashboard .flex-viewport {
    height: 595px !important;
}

.terminos {
    text-decoration: underline;
}

.search-results {
    text-align: left;
}

#register input[type="text"] {
    text-transform: capitalize;
}

.article iframe {
    border: 0;
}

/* -- Content slider list -- */
.tags button {
    background: transparent;
    border: 0;
}
.tags .flecha-back {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 30px;
    width: 80px;
    text-align: left;
    height: 40px;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(244, 244, 244, 1) 100%
    );
}
.tags .flecha-next {
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    margin-right: 30px;
    width: 80px;
    text-align: left;
    height: 40px;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(244, 244, 244, 1) 100%
    );
}

.content-slider-list {
    position: relative;
    /* display: table; */
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 1200px) {
    .tags .flecha-back {
        margin-left: 0px;
    }
    .tags .flecha-next {
        margin-right: 0px;
    }
}
@media screen and (min-width: 1400px) {
    .tags button {
        margin-top: 9px;
    }
    .tags .flecha-back {
        margin-left: 30px;
    }
    .tags .flecha-next {
        margin-right: 30px;
    }
}
@media screen and (max-width: 1390px) {
    .content-slider-list {
        max-width: 480px;
    }
    .tags button {
        margin-top: 9px;
    }
}
@media screen and (min-width: 1900px) {
    .tags .flecha-back {
        margin-left: 10px;
    }
    .tags .flecha-next {
        margin-right: 10px;
    }
}

/*Descarga de archivos de subdimensiones*/
.mejorar-com .content .texts .text p.descarga {
    font-weight: 600;
}

.descarga .icon-angle-up,
.descarga .icon-angle-down {
    color: #25cfac;
    font-weight: bold;
    font-size: 7px;
    padding-left: 5px;
    padding-bottom: 3px;
}

.lista-descarga {
    position: relative;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    padding-right: 125px;
}

.lista-descarga .descargar {
    position: absolute;
    right: -45px;
    top: 20%;
}

.descargar .btn .icon-arrow-down {
    color: #25cfac;
    font-size: 12px;
    font-weight: bold;
    padding-right: 5px;
}

.lista-descarga .descargar button {
    border-color: #25cfac;
}

.lista-descarga .descargar:hover button {
    background-color: #25cfac;
}

.descargar:hover .btn .icon-arrow-down {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .lista-descarga .descargar {
        display: none;
    }
}

/*-- Remover arrows del input number --*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}
