@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --font-family: "Roboto", sans-serif;
    --text-white: #ffffff;
    --text-black: #000000;
    --text-blue: #0094FF;
    --text-cta: #070707;
    --text-footer: #989898;
    --bg-black: #000000;
    --bg-blue: #79E4C3;
    --bg-blue-opa-5: rgba(0, 0, 0, 0.5);
    --bg-footer: #161616;
    --bg-gray: #161616;
    --bg-green: #01A982;
}

body {
    font-family: var(--font-family);
    background-color: var(--bg-black);
}

h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--text-white) !important;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid var(--bg-blue);
}

.nav-link {
    color: var(--text-white);
    font-size: 18px;
    font-weight: 700;
    transition: none;

    &:hover {
        color: var(--text-white);
        font-size: 18px;
        font-weight: 700;
        border-bottom: 2px solid var(--bg-blue);
    }
}

.cover {
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    height: 100vh;
}

.title-header {
    font-size: 120px;
    color: var(--text-white);
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.img-flash {
    margin-left: -105px;
}

.img-text-progreso-del-programa {
    margin-bottom: 1.5rem;
}

.text-months-start {
    color: var(--text-white);
    font-size: 18px;
    font-weight: 400;
    margin-left: -20px;
}

.text-months-start-2 {
    color: var(--text-white);
    font-size: 18px;
    font-weight: 400;
    margin-left: -59px;
    width: 135px;
    text-align: center;
}

.text-months-center {
    color: var(--text-white);
    font-size: 18px;
    font-weight: 400;
    width: 135px;
    text-align: center;
}

.text-months-end {
    color: var(--text-white);
    font-size: 18px;
    font-weight: 400;
    margin-right: -40px;
}

.text-months-end-2 {
    color: var(--text-white);
    font-size: 18px;
    font-weight: 400;
    margin-right: -58px;
    width: 118px;
    text-align: center;
}

.progress, .progress-stacked {
    background-color:var(--bg-blue-opa-5);
    border-radius: 5px;
    height: 24px;
}

.progress-bar {
    background-color:var(--bg-blue) !important;
    border-radius: 5px;
}

.border-start-header, border-end-header {
    position: relative;
}

.border-start-header::before {
    content: "";
    position: absolute;
    border-left: 1px solid var(--text-white) !important;
    height: 42px;
    margin-top: -8px;
}

.border-end-header::after {
    content: "";
    position: absolute;
    border-left: 1px solid var(--text-white) !important;
    height: 42px;
    margin-top: -31px;
    right: 0;
}

.line-bar-progress {
    position: absolute;
    border-left: 1px solid var(--text-white) !important;
    height: 42px;
    margin-top: -2px;
    margin-left: 50%;
}

.fs-18 {
    font-size: 18px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-40 {
    font-size: 40px !important;
}
.fs-70 {
    font-size: 70px !important;
}

.btn-primary {
    color: var(--text-white);
    background-color: #01A982;
    border: 1px solid #01A982;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border-radius: 22px;
    padding: .5rem 1.5rem;

    &:hover {
        background-color: transparent;
    }
}

section {
    margin-top: 90px;
}

h2 {
    color: var(--text-white);
    font-size: 40px;
    font-weight: 700;
}

.canvas {
    justify-content: space-evenly;
}

hr {
    border-top: 3px solid var(--bg-blue);
    opacity: 1;
}

p {
    color: var(--text-white);
    font-size: 20px;
    font-weight: 400;
}

.table {
    border-color: transparent;
}

th {
    background-color: #01A982 !important;
    color: var(--text-white) !important;
    display: table-cell;
    vertical-align: middle;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    color: var(--text-white) !important;
    background-color: var(--bg-footer) !important;
}

.table-striped>tbody>tr:nth-of-type(even)>* {
    color: var(--text-white) !important;
    background-color: var(--bg-black) !important;
}

.fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid var(--bg-blue) !important;
}

.fc-theme-standard .fc-scrollgrid {
    border: 1px solid var(--bg-blue) !important;
}

button.fc-prev-button.fc-button.fc-button-primary {
    border-radius: 50px;
    background-color: var(--bg-blue);
    margin-right: .5rem;
}

button.fc-next-button.fc-button.fc-button-primary {
    border-radius: 50px;
    background-color: var(--bg-blue);
}

.fc .fc-button-primary:disabled {
    color: var(--text-white) !important;
    background-color: transparent !important;
    border-color: var(--bg-blue) !important;
    border-radius: 50px !important;
}

.fc .fc-button-primary {
    color: var(--text-white) !important;
    border-color: var(--bg-blue) !important;
    border-radius: 50px !important;
}

button.fc-timeGridWeek-button.fc-button.fc-button-primary {
    background-color: transparent !important;
}

button.fc-timeGridDay-button.fc-button.fc-button-primary {
    background-color: transparent !important;
}

button.fc-listWeek-button.fc-button.fc-button-primary {
    background-color: transparent !important;
}

.fc .fc-button:disabled {
    opacity: 1 !important;
}

.fc .fc-button {
    padding: 0.4em 1rem !important;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    margin-right: .5rem;
}

button.fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button-active {
    color: var(--text-white) !important;
    background-color: var(--bg-blue) !important;
    border-color: var(--bg-blue) !important;
    border-radius: 50px !important;
    margin-right: .5rem;
}

a.fc-col-header-cell-cushion {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

a.fc-daygrid-day-number {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

a.fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event.fc-event-start.fc-event-end.fc-event-past {
    border-color: var(--bg-blue) !important;
    background-color: var(--bg-blue) !important;
}

a.fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event.fc-event-start.fc-event-end.fc-event-future {
    border-color: var(--bg-blue) !important;
    background-color: var(--bg-blue) !important;
}

.fc-daygrid-event {
    white-space: normal !important;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: var(--bg-blue-opa-5) !important;
}


.bg-cta {
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    height: 37vh;
}

.cta h2 {
    color: var(--text-cta);
    font-size: 40px;
    font-weight: 700;

    &.fs-36 {
        font-size: 36px !important;
    }
}

.cta .text-vender {
    color: var(--text-blue);
    font-size: 40px;
    font-weight: 700;
}

.btn-secondary {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    border-radius: 8px;
    border: 1px solid var(--text-white);
    background-color: var(--text-white);
    text-transform: uppercase;
    padding: .5rem 1.5rem;

    &:hover {
        background-color: var(--text-white);
        border: 1px solid var(--text-white);
        color: var(--bg-blue);
    }
}

.bg-footer {
    background-color: var(--bg-footer);
}

footer p {
    color: var(--text-footer);
    font-size: 14px;
    font-weight: 400;
}


.bg-blue-light {
    background-color: var(--bg-blue);
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

ol, ul {
    color: var(--text-white);
    font-size: 20px;
    font-weight: 400;
    padding-left: 20px;
}

.habilidades-check li {
    list-style-type: none;
    position: relative;
    padding-left: 35px;
}

.habilidades-check li::before {
    content: url('../img/ico-check.svg');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-55%);
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0;
}

.title-blue {
    color: var(--text-blue);
    font-size: 40px;
    font-weight: 700;
}

.navbar-toggler {
    border: 1px solid var(--text-white);
}

.icon-hover {
    display: inline-block;
}

.icon-hover:hover {
    animation: move-down 0.5s infinite alternate;
}

@keyframes move-down {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10px);
    }
}

.lead-repeticiones-header {
    color: var(--text-white);
    font-size: 22px;
    font-weight: 400;
}

.card {
    background-color: #333333;
    border-radius: 20px;
    /* border: 2px solid var(--bg-blue); */

    &.min-h-card {
        min-height: 400px;
    }

    &.min-h-card-home {
        min-height: 361px;
    }

    &.h-514 {
        min-height: 514px;
        max-height: 514px;
    }
}

.title-card {
    color: var(--text-white);
    font-size: 26px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 94px;
    margin-bottom: 1.5rem;
}

.text-blue {
    color: var(--text-blue);
    font-size: 20px;
    font-weight: 400;
}

.title-team {
    color: var(--text-white);
    font-size: 26px;
    font-weight: 700;
}

.lead-team {
    color: var(--text-blue);
    font-size: 20px;
    font-weight: 400;
}

.bg-gray {
    background-color: var(--bg-gray);
}

.lead-card {
    color: var(--text-white);
    font-size: 16px;
    font-weight: 400;

    &.h-172 {
        min-height: 170px;
        max-height: 170px;
    }
}

.mt-blue {
    border-top: 10px solid var(--bg-blue);
}

.border-grabacion {
    background-color: var(--bg-gray);
    border: 2px solid var(--bg-blue);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 1.5rem 2rem;

    h4 {
        color: var(--text-white);
        font-size: 25px;
        font-weight: 700;
    }
}

.card-docs {
    min-height: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.title-card-docs {
    color: var(--text-white);
    font-size: 26px;
    font-weight: 700;
}

.title-card-home {
    color: var(--text-white);
    font-size: 26px;
    font-weight: 700;
}

.bt-blue-card {
    border-top: 2px solid var(--bg-blue);
}

/* li::marker {
    color: var(--bg-blue);
} */

.title-name {
    color: var(--text-white);
    font-size: 50px;
    font-weight: 500;
}

.ml-175 {
    margin-left: 157px;
}

.mr-175 {
    margin-right: 157px;
}

.breadcrumb-item {
    color: var(--text-white);
    font-size: 20px;

    a {
        text-decoration: none;
        color: var(--text-blue);
    }
}

.breadcrumb-item.active {
    color: var(--text-white);
    font-size: 20px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--text-white);
}

.mt--50 {
    margin-top: -50px;
}

@media (max-width: 575px) {
    .img-flash {
        margin-left: 0;
    }
    .text-months-start {
        margin-left: 0px;
    }
    .text-months-end {
        margin-right: 0px;
    }
    .fc .fc-button-group {
        display: grid !important;
    }
    .ml-175 {
        margin-left: 0px;
    }
    .mr-175 {
        margin-right: 0px;
    }
    .cover {
        height: 100% !important;
    }
}

@media (max-width: 1536px) {
    .img-flash {
        width: 75%;
    }
}

@media (max-width: 1708px) {
    .img-flash {
        width: 70%;
    }
}

@media (min-width: 1395px) and (max-width: 1535px) {
    .title-card {
        font-size: 22px;
    }
}

.bg-green {
    background-color: var(--bg-green);
}