a:hover {
    text-decoration: none;
}

body {
    position: relative;
    font-family: VotorantimRegular;
}

.bg-home {
    background: url("../img/bg-home.png") #f0f1f3 center repeat;
    background-size: auto;
}

@font-face {
    font-family: VotorantimBlack;
    src: url("../vendor/fonts/VotorantimSans-Black.ttf");
}

@font-face {
    font-family: VotorantimBold;
    src: url("../vendor/fonts/VotorantimSans-Bold.ttf");
}

@font-face {
    font-family: VotorantimLight;
    src: url("../vendor/fonts/VotorantimSans-Light.ttf");
}

@font-face {
    font-family: VotorantimMedium;
    src: url("../vendor/fonts/VotorantimSans-Medium.ttf");
}

@font-face {
    font-family: VotorantimRegular;
    src: url("../vendor/fonts/VotorantimSans-Regular.ttf");
}

@font-face {
    font-family: VotorantimThin;
    src: url("../vendor/fonts/VotorantimSans-Thin.ttf");
}

.color-1 {
    color: #EB3916;
}

.bg-color-1 {
    background-color: #EB3916;
}

.bg-color-2 {
    background-color: #2E2E2E;
}

.bg-color-3 {
    background-color: #DBDBDB;
}

.btn-outline-color-1 {
    color: #EB3916;
    border-color: #EB3916;
}

.btn-outline-color-1:hover {
    color: white;
    background-color: #EB3916;
}

.wrapper {
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    !important
    }
}

.section-title {
    font-size: 2.1rem;
    font-family: VotorantimMedium;
}

.title h2 {
    font-size: 42px !important;
    font-weight: bold;
}

/* NAVBAR */

.bg-perso {
    background-color: transparent !important;
    transition: 0.75s ease;
}

.bg-perso.scrolled {
    background-color: #2e2e2e !important;
}

.nav-item {
    margin-left: 10px;
    margin-right: 10px;
}

.nav-link {
    font-size: 22px;
    color: white !important;
    font-family: VotorantimLight;
}

.nav-link.active {
    color: #EB3916 !important;
}

.nav-link:hover {
    color: #EB3916 !important;
}

/* HEADER SLIDE */

.header-slide-item {
    height: 100vh;
}

.header-text h2 {
    font-size: 5.7rem;
    font-family: VotorantimLight;
}

.header-text p {
    font-size: 1.3rem;
    font-family: VotorantimLight;
}

.header-slide .splide__pagination {
    position: absolute;
    z-index: 1;
    bottom: 8.5em;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}

/* ABOUT SECTION */

.about-text-area {
    margin-top: -80px;
}

.about-text {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 110px;
    line-height: 2.5rem;
}

.about-desc {
    font-size: 20px;
}

.about-image {
    margin-top: 80px;
}

.arrow-icon {
    margin-top: 80px;
    margin-bottom: 80px;
}

/* PROGRAMS SECTION */
.programs-section {
    padding-top: 50px;
    padding-bottom: 80px;
}


.programs-section-desc {
    font-size: 2rem;
    line-height: 2.2rem;
}

.programs-section-desc p {
    font-size: 2rem !important;
    line-height: 2.2rem !important;
}

.program-desc p {
    color: #2E2E2E;
    font-size: 1.2rem;
}

.program-desc-home p {
    font-size: 32px !important;
    color: #fff;
}

.lock-icon-open {
    color: #cccccc;
    font-size: 1.4rem
}

.lock-icon-close {
    color: gray;
    font-size: 1.4rem
}

.program-apply-button button {
    font-size: 13px
}

/* TESTIMONIAL SECTION */
.testimonial-section {
    padding-top: 50px;
    padding-bottom: 80px;
}

.testimonial-section .splide__arrow--next {
    right: 0em;
}

.testimonial-section .splide__arrow--prev {
    left: 0em;
}

.testimonial-image {
    position: relative;
}

.testimonial-name h4 {
    font-weight: bold;
}

.testimonial-function h5 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.testimonial-desc p {
    font-size: 22px;
}

.icon-perso {
    position: absolute;
    z-index: 999;
    bottom: 50px;
    left: 50px;
}

.social-icon {
    font-size: 18px;
    color: #212529;
}

.social-icon:hover {
    color: #EB3916;
}

/* NUMBERS SECTION */

.numbers-image {
    padding-top: 100px;
    padding-bottom: 60px;
}

.map-title {
    padding-top: 100px;

}

.map-title h4 {
    font-size: 2.5rem;
    font-family: VotorantimBold;
}

.map-title p {
    font-size: 1.3rem;
}

.numbers-area {
    padding-top: 20px;
    padding-right: 50px;
    margin-top: -100px;
}

.numbers-bar {
    width: 1px;
    height: 50px;
    background-color: #696969;
    margin-left: 30px;
    margin-right: 30px;
}

.numbers-item span {
    font-size: 2.5rem;
    font-weight: bold;
}

.numbers-item p {
    font-size: 0.8rem;
}

/* AWARD MEDIA */

.post-item {
    margin-top: 30px;
}

.post-category {
    font-size: 16px;
    color: #DBDBDB;
    font-family: VotorantimMedium;
}

.post-title h3 {
    font-family: VotorantimBold;
    font-size: 1.5rem;
    color: #2E2E2E;
    line-height: 1.3rem;
}

.post-title-big h3 {
    font-family: VotorantimBold;
    font-size: 2.2rem;
    color: #EB3916;
    line-height: 2.1rem;
}

/*  FOOTER */

.footer-title {
    color: #EB3916;
    font-size: 17px;
    font-family: VotorantimBold;
    margin-right: 20px;
    margin-top: 3px;
}

.footer-content a {
    color: #ccc;
    font-size: 15px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.footer-content a:hover {
    color: #EB3916;
}

#splide-programs .splide__arrow svg {
    fill: #3c3a3a;
}

#splide-programs .splide__pagination {
    position: absolute;
    z-index: 1;
    bottom: -0.5em;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}

#splide-programs .splide__pagination__page.is-active {
    transform: scale(1.4);
    background: #fff;
}

/* RESPONSIVE */

@media (max-width: 991px) {
    .numbers-area {
        margin-top: 0px;
    }

    .box-faq {
        padding: 30px 20px !important;
    }

    .box-challenges .nav-tabs .nav-item {
        width: 100% !important;
        height: 140px !important;
        margin-top: 20px;
    }


}

@media (max-width: 500px) {
    .header-text h2 {
        font-size: 3rem;
    }

    .about-text {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .about-text-area {
        padding: 2rem !important;
    }

    .programs-section-desc {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .map-title h4 {
        font-size: 2rem;
        font-family: VotorantimBold;
    }

    .numbers-item span {
        font-size: 3.5rem;
    }
}

.program-item {
    box-shadow: 1px 4px 11px 4px rgba(46, 46, 46, 0.48);
    -webkit-box-shadow: 1px 4px 11px 4px rgba(46, 46, 46, 0.48);
    -moz-box-shadow: 1px 4px 11px 4px rgba(46, 46, 46, 0.48);
}

.btn-apply {
    font-size: 16px !important;
}

.program-image {
    margin-top: 10px;
}

.program-open::before {
    position: absolute;
    top: 49px;
    right: 5px;
    z-index: -9;
    content: '';
    background: #4c4c4c;
    height: 28px;
    width: 28px;
    transform: rotate(45deg);
}

.program-open::after {
    position: absolute;
    content: attr(data-label);
    top: 25px;
    right: 0px;
    padding: 0.5rem;
    width: 10rem;
    background: #2e2e2e;
    color: white;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    box-shadow: 4px 4px 15px rgb(26 35 126 / 20%);
}

.btn-float {
    position: fixed;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    bottom: 20px;
    right: 20px;
}

/*  */

