body {
	font-family: Lato,sans-serif;
	background-color: #e7e7e7;
}

b {
    font-weight: 700;
}

.wrapper_initial {
	padding-top: 10px;
    padding-bottom: 15px;
}

.wrapper_intermediate {
	background-color: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 15px;
}

.wrapper_initial > b, .wrapper_intermediate > b {
	text-transform: uppercase;
    font-size: 12px;
}

.wrapper_initial > b {
    color:#535353;
}

.wrapper_intermediate > b {
    color:#979797;
}

.carousel-caption {
	width: 100%;
	position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-caption > h5 {
	font-weight: 700;
    color: #fff;
    font-size: 1.2em;
	text-shadow: 0 0 30px #000;
    background-color: rgba(0,0,0,.25);
}

.carousel-caption > p {
	font-size: 0.8rem;
	color: #e7e7e7;
    text-shadow: 0 0 8px #000;
}

.btn-light {
	color: #000;
    background-color: #f4f4f4;
    font-weight: bold;
    font-size: 0.75rem;
    text-transform: uppercase;
    width: 100%;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 64px;
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    -webkit-transition: background-colo
}

.white-background {
	background-color: white;
	padding-top: 10px;
}

.badge-secondary{
	border-radius: 16px;
    height: 32px;
    font-size: 13px;
    line-height: 26px;
    color: rgba(0,0,0,.87);
    background: rgba(0,0,0,.12);
    margin: 2px 0;
}

.caption-text-recipes {
	font-size: 0.83em !important;
	font-weight: 100 !important;
}

.carousel-caption-recipes{
	padding-right: 15px;
    padding-left: 15px;
}

.carousel-indicators
{
	bottom: -20px;
}

.carousel-indicators li {
	background-color: #029be6;
	width: 20px;
    height: 10px;
}

a {
	color: #cad5ee;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

.col-menu {
    height: 100%;
    padding: 12px;
    padding-bottom: 0px;
}

.col-menu-active {
	height: 100%;
    padding: 12px;
    padding-bottom: 0px;
	font-size: 11px;
}

.card {
	border: none;
	margin-bottom: 12px;
    border-radius: 4px;
    border-bottom: solid 3px #ccc;
    font-size: 1rem;
    background: #fff;
}

.card-title {
	position: absolute;
    top: 36%;
    font-size: 1.2em;
    width: 100%;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 30px #000;
    background-color: rgba(0,0,0,.25);
}

.card-img-overlay {
	padding: 0;
}

.bg-light {
    width: 100%;    
    color: #c4ebfe;
    background: linear-gradient(to right,#294c84,#3e71c3)!important;
    font-size: 14px;
    text-align: center;
}

.navbar-light > p {
	width: 100%;
	margin: 0;
}

.col-exercises-list {
	padding: 6px;
	border-radius: 3px;
    font-size: 1rem;
    min-height: 144px;
}

.card-text {
	font-size: x-small;
    color: #252525;
}

.card-body {
	background-color: #f7f7f7!important;
	padding: 0.5rem;
	text-align: center;
}

.title-exercises-list {
	margin-top: 1.2rem;
    font-weight: lighter;
    font-size: 1.1rem;
    font-family: Roboto,"Helvetica Neue",sans-serif;
}

.speedometer-card {
	position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 50%;
    height: 32px;
    font-size: 13px;
}

.speedometer-card > .fa-tachometer-alt{
	text-align: center;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 28px;
    color: white
}

.bajo {
	background: #398521;
}

.medio {
	background: #f97e4f;	
}

.alto {
	background: #f5443d;	
}

.list-group-item > b {
	float: right;
	font-size: 15px;
}

.list-group-item > span {
	float: left;
    color: #a1a1a1;
}

.col-menu > a:hover {
	color: #c5c5c5;
}

.modal-content {
    border: none;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-dialog {
    margin: 0rem;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-body {
    max-height: calc(100%);
}

.modal-content > .close {
    text-align: center;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 50%;
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 56px;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: background-color,opacity .1s linear;
    transition: background-color,opacity .1s linear;
    background-clip: padding-box;
    -webkit-font-kerning: none;
    font-kerning: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    contain: strict;
    color: #fff;
    background-color: #039be5 !important;
    opacity: 1 !important;
    margin: 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-shadow: 4px 16px 26px rgba(10, 10, 10, 0.4);
}

.btn-register {
    background-color: #32db64 !important;
    border-radius: 64px;
    padding: 0 2.6rem;
    height: 3.5em;
    font-size: 1.1rem;
    font-weight: bolder;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.col-register {
    background-color: rgba(0,0,0,.25);
    color: #fff;
    padding: 25px;
}

.col-login {
    color: #d8e7f3;
    text-align: center;
    font-family: Roboto,"Helvetica Neue",sans-serif;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 10px;
    font-weight: bolder;
}

#pLoginIncorrect {
    color: rgb(255, 0, 0);
    margin-top: 5px;
    text-align: center;
    font-weight: bolder;
}

#loginForm > .form-group > input {
    border-width: 0 0 2px;
    border-color: #95a4b4;
    background-color: #af000000;
    color: white;
}

#loginForm > .form-group > input:focus {
  border-color: #51bf6e;
}

#loginForm {
    background-color: rgba(0,0,0,.25);
    color: #fff;
    padding: 10px;
}

.btn-azul2 {
    color: #000;
    background-color: #f4f4f4;
    border-radius: 64px;
    padding: 0 2.6rem;
    overflow: hidden;
    height: 2.8rem;
    font-size: 0.9rem;
    font-weight: bolder;
    text-transform: uppercase;
    margin: .4rem .2rem;
    width: 100%;
}

::-webkit-input-placeholder { /* Edge */
  color: white !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white !important;
}

.superiorNivel {
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 16px;
    font-size: 13px;
    height: 32px;
    line-height: 28px;
    margin: 5px!important;
    padding-right: 18px;
    width: auto;
    text-transform: capitalize;
    color: white;
}

.superiorNivel > i {
    text-align: center;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 28px;
}

.fondo-bajo {
    background: rgba(34,139,34,.6);
}

.fondo-medio {
    background: rgba(255,127,80,.6); 
}

.fondo-alto {
    background: rgba(245,61,61,.6)
}

.no-padding {
    padding:0px !important;
}

.align-center {
    text-align: center !important;
}

.font-18px {
    font-size: 18px !important;
}

.btn-azul {
    border-radius: 2px;
    overflow: hidden;
    height: 2.4rem;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background-color: #039be5;
    font-weight: bold;
}

.list-group-item-dark {
    border-top: solid 1px #fff;
    background-color: #fff;
    color: #202020;
    background: -webkit-gradient(linear,left bottom,left top,from(#e3e2e2),to(#e7e7e7));
    background: linear-gradient(to top,#e3e2e2,#e7e7e7);
    border-radius: 4px!important;
    padding-left: 16px;
    padding-right: 0;
    position: relative;
    font-size: 1em;
    font-weight: 400;
    text-transform: none;
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background-color .3s cubic-bezier(.4,0,.2,1);
    transition: background-color .3s cubic-bezier(.4,0,.2,1);
}

.list-group-item-dark > span {
    margin-left: 26px;
    color: black;
}

.list-group-item > small {
    text-align: left; 
    line-height: 10px;
    font-size: 70%;
}

.border-white {
    border: #fbfbfb 2px solid
}

.fa-coffee {
    float: left;
    font-size: 1.4em;
}

.fa-walking {
    float: left;
    font-size: 1.7em;
    margin-left: 6px;
    margin-right: 5px;
}

.fa-chevron-right {
    float: right;
    font-size: 1.4em;
    margin-right: 20px;
}

.fa-trophy {
    float: right;
    font-size: 1.4em;
    margin-right: 20px;
    color: gold;
}

.progress {
    height: 2rem;
    font-size: .95rem;
    background-color: #fbfbfb;
    border-radius: 18px;
    padding: 4px;
}

.progress-bar {
    border-radius: 20px;
    background-color: #4889fc;
}

.btn-white-blue {
    border-width: 1px;
    border-style: solid;
    border-color: #4889fc;
    color: #039be5;
    background-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
        
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row-exercises-detail {
    width: 100%; 
    font-size: 0.6em;
}

.row-exercises-detail  > .col-12{
    font-size: 2em;
    font-weight: bold;
}

.row-exercises-detail > .col-3 {
    padding: 0px;
}

.row-exercises-detail > .col-3 > i {
    color: #9aa0a3;
    font-size: 1.3em!important
}

.search-list-group {
  position: fixed; 
  right: 0px; 
  top: 0px; 
  z-index: 10000; 
  width: 70%; 
  max-width: 240px;  
}

.list-group-item > div > div > img {
    display: none;
}

.list-group-item > div > div > a > img {
    display: none;
}

.list-group-item img {
    display: none;
}

.btn-unsub {
    background-color:#029be6; 
    border: 1px #029be6 solid; 
    text-transform: uppercase; 
    font-size: 1em;
    max-width: 50%;
    padding: 8px;
    font-weight: bolder;
}

.btn-unsub-active {
    background-color:#066898; 
    border: 1px #066898 solid; 
    text-transform: uppercase; 
    font-size: 1em;
    max-width: 50%;
    padding: 8px;
    font-weight: bolder;
}

.btn-unsub-at {
    background-color:#029be6; 
    border: 1px #029be6 solid; 
    text-transform: uppercase; 
    font-size: 0.8em;
    max-width: 50%;
    padding: 8px;
    font-weight: bolder;
}

.btn-unsub-nl {
    background-color:#029be6;
    border: 1px #029be6 solid;
    font-size: 0.8em;
    max-width: 50%;
    font-weight: bolder;
}

.btn-unsub-active-at {
    background-color:#066898; 
    border: 1px #066898 solid; 
    text-transform: uppercase; 
    font-size: 0.8em;
    max-width: 50%;
    padding: 8px;
    font-weight: bolder;
}

.list-group-item.active {
    background: linear-gradient(to right,#294c84,#3e71c3)!important;
    text-align: left;
    font-size: 0.8em;
    color: #c4ebfe;
}

.list-group-item {
    text-align: left;
    font-size: 0.9em;
}