body {
    background-color: #fff;
}

.title-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: column;
    align-content: center;
}

.black {
    background-color: #000000;
}
.titulo {
    text-align: center;
    color: #ffffff;
    padding-bottom: 20px;
    padding-top: 20px;
}
.form-control {
    border-radius: 5px;
    background: #ececec;
}

.footer {
    /* position: fixed; */
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #054418;
    color: #fff;
    padding: 10px;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #93763f;
    border-color: #93763f;
}

.btn-customized {
    height: 50px;
}

.programa-b {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.programa {
    height: 60px;
    width: 60px;
    background-color: #70d001;
    border-radius: 20px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    align-content: center;
    flex-direction: row;
}
a {
    text-align: center;
    font-family: "Gilroy";
    color: #fff;
}

.paticipante {
    font-family: "Gilroy";
    color: #fff;
    font-style: bold;
    font-weight: 400;
    line-height: normal;
}

.user-name {
    font-family: "Gilroy";
    color: #fff;
}
/*.main-section {margin: 0 401px 0 400px;}*/

.module a:hover {
    text-decoration: none;
    color: #fff;
}

.logo {
    height: 36px;
}

.shortcuts-programs {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 28px;
}

.img-short {
    height: 30px;
}

.dropdown-toggle:after {
    display: none;
}
.dropdown-menu {
    background-color: #005725;
}
.group {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.nav-item {
    background-color: #005725;
    box-shadow: 5px 5px 50px black;
}
nav-link span {
    position: absolute;
}
.nav-link {
    position: relative;
    color: #ffffff;
    font-family: "Public Sans";
    font-weight: bold;
    font-style: italic;
    font-size: larger;
}

.master-class-detail {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.mc-title {
    color: #fff;
    font-family: "Gilroy";
    /* text-align: center; */
    font-size: xx-large;
}
.mc-speaker {
    color: #fff;
    font-family: "Gilroy";
    /* text-align: center; */
    font-size: x-large;
    font-style: italic;
    font-weight: 300;
}

.speaker-icon {
    width: 100px;
    /* margin-left: 62px; */
}

.mc-abstrac-b {
    color: #fff;
    /* text-align: center; */
    font-family: "Gilroy";
    font-size: larger;
    font-stretch: semi-condensed;
    font-weight: 300;
    margin-top: 20px;
}

.mc-abstrac {
    color: #fff;
    /* text-align: center; */
    font-family: "Gilroy";
    font-size: x-large;
    font-stretch: semi-condensed;
    font-weight: bold;
    margin-top: 20px;
}

fieldset {
    margin: 0;
    /* padding: 2rem; */
    /* box-sizing: border-box; */
    display: block;
    border: none;
    /* border: solid 1px #CCC; */
    min-width: 0;
    /* background-color: #FFF; */
}
fieldset legend {
    margin: 0 0 1.5rem;
    padding: 0;
    width: 100%;
    float: left;
    display: table;
    font-size: 1.5rem;
    line-height: 140%;
    font-weight: 600;
    color: #333;
}
fieldset legend + * {
    clear: both;
}

body:not(:-moz-handler-blocked) fieldset {
    display: table-cell;
}

/* TOGGLE STYLING */
.toggle {
    margin: 0 0 1.5rem;
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
}
.toggle input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}
.toggle input + label {
    margin: 0;
    padding: 0.75rem 2rem;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: solid 1px #ddd;
    background-color: #fff;
    font-size: 1rem;
    line-height: 140%;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    transition: border-color 0.15s ease-out, color 0.25s ease-out,
        background-color 0.15s ease-out, box-shadow 0.15s ease-out;
    /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
    /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
    /* ----- */
}
.toggle input + label:first-of-type {
    border-radius: 6px 0 0 6px;
    border-right: none;
}
.toggle input + label:last-of-type {
    border-radius: 0 6px 6px 0;
    border-left: none;
}
.toggle input:hover + label {
    border-color: #213140;
}
.toggle input:checked + label {
    background-color: #cfb77d;
    color: #fff;
    box-shadow: 0 0 10px rgb(102 71 4 / 50%);
    border-color: #cfb77d;
    z-index: 1;
    width: 150px;
}
.toggle input:focus + label {
    outline: dotted 1px #ccc;
    outline-offset: 0.45rem;
}
@media (max-width: 800px) {
    .toggle input + label {
        padding: 0.75rem 0.25rem;
        flex: 0 0 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* STYLING FOR THE STATUS HELPER TEXT FOR THE DEMO */
.status {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
}
.status span {
    font-weight: 600;
    color: #b6985a;
}
.status span:first-of-type {
    display: inline;
}
.status span:last-of-type {
    display: none;
}
@media (max-width: 800px) {
    .status span:first-of-type {
        display: none;
    }
    .status span:last-of-type {
        display: inline;
    }
}

.menu {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 30px;
}

.menu img {
    height: 61px;
    margin-right: 20px;
}

.dropdown-item {
    height: 62px;
    color: #000000;
}

.dropdown-item a {
    color: #000000;
}

.sv-string-viewer {
    color: #2b2b2b;
}

.sd-btn--action {
    background-color: #066021 !important;
}

.btn-maps {
    height: 150px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.regresa {
    background-color: transparent;
}

.mcr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.master-class-ins {
    color: #fff;
    background-color: #000000;
    border-radius: 10px;
    margin: 5px;
    padding: 10px;
    width: 258px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.master-class-ins img {
    height: 10px;
}

.img-success-logo {
    width: 100%;
    height: auto;
}
.blanco {
    color: #fff;
}

.blanco h4 {
    font-weight: bold;
}
.sucess-text {
    font-family: "Gilroy";
    font-size: larger;
    font-style: italic;
}

.menu {
    height: 60px;
    background-color: #005725;
}

.menu p {
    font-size: small;
}

.disabled-link {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    color: #fdf5ce;
}

.disable-btn {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}

.cerrar-sesion {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.cerrar-sesion a {
    /* margin-left: 10px; */
    margin-right: 10px;
}

.agenda-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    color: #fff;
    text-align: left;
    font-weight: 400;
    align-content: flex-end;
}

.agenda-link img {
    height: 21px;
    padding-right: 5px;
}

/*
    evaluaciones
*/

.drag-component {
    height: 60px;
}

div.score {
    display: flex;
    font-size: 40px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

div.lugar {
    background-color: #70f149;
    border-radius: 10px;
    color: #fff;
    width: 53px;
    margin-right: 30px;
    text-align: center;
}

div.equipo {
    background-color: #fff;
    margin-right: 30px;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    width: 430px;
    text-align: center;
}

div.puntuacion-dashboard {
    border: 2px solid #70f149;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    text-align: center;
    padding-top: 6px;
    background-color: #000;
    color: #fff;
}

.white {
    color: #ffffff !important;
}
.tabla-title {
    background-color: #70f149;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    margin: 45px;
}

h3.score {
    color: #70f149;
    font-size: 50px;
}

.image-popup {
    width: 670px;
}

.btn-link {
    font-family: "Gilroy";
}

.bg-dark {
    background-color: #054418 !important;
}

.estrella-fondo {
    height: 200px;
    position: absolute;
    bottom: -239px;
    left: 162px;
}

.img-mapa {
    width: 90%;
}

.background-w {
    background-color: #fff;
}
