body, a {
    font-family: 'Montserrat', sans-serif!important;
}

.custom-btn--medium {
    min-width: 185px;
    min-height: 56px;
    padding-top: 30px!important;
    padding-bottom: 30px!important;
    font-size: 1.6rem;
    font-weight: 500;
}

.custom-btn.custom-btn--style-4 {
    background-color: #00acfe;
    color: #fff;
    border-radius: 10px!important;
    background: #16c8fe;
    background: -moz-linear-gradient(top, #16c8fe 0%, #007aff 100%);
    background: -webkit-linear-gradient(top, #16c8fe 0%,#007aff 100%);
    background: linear-gradient(to bottom, #16c8fe 0%,#007aff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16c8fe', endColorstr='#007aff',GradientType=0 );
}

.custom-btn.custom-btn--style-2 {
    background-color: #43c1a8;
    color: #fff;
    background: #34d96c;
    border-radius: 10px!important;
    background: -moz-linear-gradient(top, #34d96c 0%, #25b054 100%);
    background: -webkit-linear-gradient(top, #34d96c 0%,#25b054 100%);
    background: linear-gradient(to bottom, #34d96c 0%,#25b054 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34d96c', endColorstr='#25b054',GradientType=0 );
}

#btn-to-top {
    background-color: #B6B782;
}

#btn-to-top-wrap {
    right: 15px!important;
    bottom: 15px!important;
}

#btn-to-top:before {
    top: -2px;
    position: relative;
}

#footer {
    background-color: #161A1B !important;
}

a {
    color: #ffffff !important;
}

.fc .fc-button-primary {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #5d6b48;
    background-color: var(--fc-button-bg-color, #5d6b48);
    border-color: #5d6b48;
    border-color: var(--fc-button-border-color, #5d6b48);
}

.fc .fc-button-primary:hover {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #3b3c34;
    background-color: var(--fc-button-hover-bg-color, #3b3c34);
    border-color: #3b3c34;
    border-color: var(--fc-button-hover-border-color, #3b3c34);
}

.fc .fc-button-primary:not(:disabled):active, .fc .fc-button-primary:not(:disabled).fc-button-active {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #5f5137;
    background-color: var(--fc-button-active-bg-color, #5f5137);
    border-color: #5f5137;
    border-color: var(--fc-button-active-border-color, #5f5137);
}

.fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event.fc-event-start.fc-event-end.fc-event-past {
    background-color: #9a906c!important;
    border-color: #9a906c!important;
}

.top-bar--light a {
    color: #fff!important;
}

#top-bar.is-fixed {
    display: none;
}

.fc-daygrid-event {
    white-space: initial;
}

/* Dell Commando Skillpills 2021 */

.progress__inner {
    background-color: rgb(0 198 255 / 40%);
}

.top-bar--light #top-bar__navigation a span:after, .top-bar--light #top-bar__navigation-toggler span, .top-bar--light #top-bar__navigation-toggler span:after, .top-bar--light #top-bar__navigation-toggler span:before {
    background-color: #fff;
}

a.custom-btn.custom-btn--small.custom-btn--style-3, a.custom-btn.custom-btn--small.custom-btn--style-3:visited {
    border: 2px solid #00C6FF;
    background: rgb(0 198 255 / 40%);
    border-radius: 0px;
    transform: skew(-15deg);
}

a.custom-btn.custom-btn--small.custom-btn--style-3:hover {
    border: 2px solid #00C6FF;
    background: #00C6FF;
    border-radius: 0px;
    transform: skew(-15deg);
}

a.custom-btn.custom-btn--small.custom-btn--style-2, a.custom-btn.custom-btn--small.custom-btn--style-2:visited {
    border: 2px solid #00C6FF;
    background: rgb(0 198 255 / 40%);
    border-radius: 0px;
    transform: skew(-15deg);
}

a.custom-btn.custom-btn--small.custom-btn--style-2:hover {
    border: 2px solid #00C6FF;
    background: rgb(0 198 255 / 40%);
    border-radius: 0px;
    transform: skew(-15deg);
}

.progress .__bar {
    border-radius: 0px;
    transform: skew(-15deg);
    margin-left: -4px;
}

.progress__inner {
    border-radius: 0px;
    transform: skew(-15deg);
}

.progress .__label {
    transform: skew(15deg);
}

span.text-recto {
    display: inline-block;
    transform: skew(15deg) !important;
    color: #ffffff;
}

.text-white {
    color: #ffffff;
}

.pricing-table--style-5 tbody {
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
}

.pricing-table--style-5 tbody tr:nth-of-type(2n+1) {
    background-color: rgb(0 119 212 / 50%);
}

/* tbody tr:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid red;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  } */

section.section {
    padding-top: 0px;
    padding-bottom: 0px;
}

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

#footer .__copy {
    color: #C6C6C6;
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

h2.fc-toolbar-title {
    color: #ffffff;
}

a.fc-daygrid-day-number {
    color: #ffffff !important;
}

.fc-theme-standard td, .fc-theme-standard th {
    border: 2px solid #00C6FF;
}

.fc-theme-standard .fc-scrollgrid {
    border: 2px solid #00C6FF;
}

.fc-scroller-harness {
    background-color: #060D24;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgb(0 198 255 / 40%) !important;
    /* border: 1px solid #F11B7A; */
}

a.fc-col-header-cell-cushion {
    color: #ffffff;
    font-weight: 400;
}

.fc .fc-scrollgrid {
    border-collapse: collapse;
}

.fc .fc-button {
    border-radius: 0px;
}

.fc .fc-button-primary {
    background-color: rgb(0 198 255 / 40%);
    border-color: #00C6FF;
    transform: skew(0deg);
}

.fc .fc-button-primary:hover {
    background-color: #00C6FF;
}

.fc .fc-button-primary:disabled {
    background-color: #00C6FF;
    border-color: #00C6FF;
}

.fc .fc-button:disabled {
    opacity: 1;
}

.fc .fc-button-primary:not(:disabled):active, .fc .fc-button-primary:not(:disabled).fc-button-active {
    background-color: #00C6FF;
    border-color: #00C6FF;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
    margin-left: 10px;
}

h1, .h1 {
    font-size: 65px;
    line-height: 1.31818182em;
    font-weight: 700;
    letter-spacing: -1px;
    color: #ffffff;
}

.position-absolute {
    position: absolute;
}

.esq-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-25 {
    margin-bottom: 25px;
}

#btn-to-top:before {
    border-bottom: 6px solid #060D24;
}

#btn-to-top {
    background-color: #ffffff;
}

.d-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* #top-bar {
    padding-left: 280px;
    padding-right: 280px;
} */

.deg-transform {
    transform: skew(0deg);
}

a.fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event.fc-event-start.fc-event-end.fc-event-future {
    background-color: rgb(0 198 255 / 40%) !important;
    border-color: #00C6FF !important;
    border-radius: 0px;
}

.fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event.fc-event-start.fc-event-end.fc-event-past {
    background-color: rgb(3 253 253 / 70%) !important;
    border-color: #03FDFD !important;
    border-radius: 0px;
}

a.fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event.fc-event-start.fc-event-end {
    background-color: rgb(3 253 253 / 70%) !important;
    border-color: #03FDFD !important;
    border-radius: 0px;
}

.bg-btn {
    background-image: url('../img/button.svg');
    background-repeat: no-repeat;
    background-position: center center;
    padding: 14px;
    text-decoration: none;
}

.bg-btn:hover {
    background-image: url('../img/button-hover.svg');
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
}

a.text-white {
    text-decoration: none;
}

a.text-white:hover {
    color: white !important;
    text-decoration: none;
}

.py-86 {
    padding-left: 86px;
    padding-right: 86px;
}

.section-heading--center-btn {
    max-width: 215px;
}

a#btn-to-top {
    border: 2px solid #00C6FF;
    background: rgb(0 198 255 / 40%);
}

#btn-to-top:before {
    border-bottom: 6px solid #ffffff;
}

.img-center {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.team--style-1 .__item .__image {
    max-width: 100%!important;
    margin-bottom: 25px;
}



#top-bar__navigation {
    display: inline;
}

.top-bar__inner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 100px;
    

}

.navigation ul {
    margin-right: 0;
    float: right;
}


/*============header section========================*/

.title-header {
    font-size: calc(16px + 1.2vw);
}

.text-blue {
    color: #0077D4;
}

.cover {
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

.fw-medium {
    font-weight: 500!important;
}

.py-2 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}

.py-3 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}

.py-4 {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important;
}

.py-5 {
    padding-top: 5rem!important;
    padding-bottom: 5rem!important;
}

.py-6 {
    padding-top: 6rem!important;
    padding-bottom: 6rem!important;
}

.pt-6 {
    padding-top: 6rem!important;
}

.pb-6 {
    padding-bottom: 6rem!important;
}

.pt-8 {
    padding-top: 8rem!important;
}

.line-path {
    max-width: 420px;
}

.title-header {
    font-size: calc(16px + 1.2vw)
}

.wrap-text {
    padding: 12px 24px;
    background-color: #0077D450;
    border: 2px solid #0077D4;
}

.progress {
    width: 840px;
}

.estado-mision {
    position: relative;
}

.estado-mision .line-path {
    position: absolute;
    bottom: 0;
    left: 0;
}

.line-blue {
    /* position: absolute; */
    /* position: relative; */
    background-color: #0077D4;
    height: 15px;
    
}

.text-blue {
    color: #0077D4;
}

.fw-normal {
    font-weight: 400;
}

.line-white {
    width: 100%;
    height: 2px;
    background-color: #49494A;
    
}

.fs-15 {
    font-size: 15px;
    font-weight: 700;
}

.sub-footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

.sub-footer .section-heading--center {
        
    max-width: 800px;
}

.cover {
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

#footer {
    background-color: #000!important;
}

.footer{
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    gap: 1rem;
    color: #fff;
}

.footer .logo {
    margin-bottom: 1rem;
}


@media (max-width: 992px) {
    .progress {
        max-width: 720px;
    }
}

@media (max-width: 768px) {
    .img-command-text {
        width: 529px;
    }
    .progress {
        max-width: 420px;
    }
}


@media (max-width: 431px) {

    .img-logo-header {
        width: 220px;
    }
    .img-command-text {
        width: 320px;
    }
    .progress {
        max-width: 320px;
    }

    .top-bar__navigation-wrap {
        position: inherit !important;
        top: -50px !important;
        right: 0px;
        bottom: 0 !important;
        left: 0px;
        line-height: 0;
        font-size: 0;
        text-align: center;
        overflow-y: hidden !important;

        #top-bar__navigation {
            display: none;
        }
    }
}

#top-bar.is-expanded {
    background-color: #161A1B !important;
    height: 25%;

    #top-bar__navigation {
        display: block;
    }
}

#top-bar.is-expanded #top-bar__navigation a span:after {
    background-color: #ffffff;
}




