a {
    color: #26BCF7;
}

a:hover {
    color: #F57B44;
}

b {
    color: #212529;
}

button {
    background-color: #FF0000;
    border: 0;
    width: 12vw;
    height: 40px;
    border-radius: 5px;
}

button a {
    color: #ffffff;
    text-decoration: none !important;
    font-size: 10px;
    font-weight: lighter;
}

button a:hover {
    color: #ffffff;
}

.color-grey {
    color: #E9E9E9;
}

#modalidades-y-dinamica {
    background-color: #f4f4f4;
}

#modalidades-y-dinamica h3 {
    font-family: "solano-gothic-pro-mvb", sans-serif;
    color: var(--Primary-background-red, #F00);
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    text-transform: uppercase;
}

#modalidades-y-dinamica h4 {
    font-family: "solano-gothic-pro-mvb", sans-serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 112%;
    text-transform: uppercase;
}

.attributes-container {
    margin-top: 70px;
    margin-bottom: 170px;
}

.collab-text {
    color: #212529;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 114.286% */
}

.slider {
    margin-top: 62px;
}

.video {
    width: 100%;
    min-height: auto;
}

.collabTextMobile {
    display: none;
}

.intro {
    margin-top: 55px;
}

.collabBar {
    margin-bottom: 27px !important;
}

.mobileButton {
    display: none;
}

.buyButton {
    width: 250px;
}

.logoDiv {
    margin-top: 15px;
}

.shareButtonMobile {
    display: none;
}

.shareButtonMobileFooter {
    display: none;
}


.gfw-main-title h1,
.gfw-main-title .h1 {
    font-family: "solano-gothic-pro-mvb", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
    .gfw-hero-wrpr .gfw-hero-img {
        filter: brightness(0.9);
        background-image: url("https://thebravecontent.com/resources/epe-nuevas-carreras/images/hero-tablet.jpg");
        background-position: center center;
    }

    .gfw-hero-wrpr{
            position: relative;
            min-height: 50vh;
    }

    .gfw-main-title h1 {
        margin: 0;
    }

    .logoDiv a:first-child {
        display: block !important;
    }

    .gfw-slider-content img {
        max-width: 270px;
    }

    .gfw-slider-btn {
        top: 30%;
    }

    .slide-text-container {
        padding: 0 0px 0px 24px;
        margin: 0;
    }

    .slide-text-container h3 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }

    .slide-text-container button {
        width: 108px;
    }

    .slide-text-container p {
        margin-bottom: 16px;
    }

    .attributes-container {
        margin-top: 0px;
        margin-bottom: 80px;
    }

    #modalidades-y-dinamica h4{
        font-size: 85px;
    }
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 19px;
    }

    h3 {
        padding-right: 10%;
        font-size: 30px;
    }

    #MainTitle h1 {
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        color: #FF0000;
        margin-left: 0;
    }

    .gfw-menu-share-wrpr {
        padding-bottom: 0 !important;
    }

    .gfw-iconburger {
        top: 30px;
    }

    .slick-dots {
        bottom: -30px !important;
        padding-right: 5%;
    }



}

@media only screen and (max-width: 468px) {

    button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 158px;
        height: 40px;
    }

    p {
        font-family: "Raleway", sans-serif;
        font-size: 18px;
        line-height: 32px;
        font-weight: 400;
    }

    #MainTitle {
        position: relative;
        color: black;
    }


    #MainTitle p {
        color: black;
        text-align: start;
        font-family: "Raleway", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
    }

    .intro {
        margin-top: 0;
    }

    .collabBar {
        margin-bottom: 0 !important;
    }

    .logoDiv a:first-child{
        display: none !important;
    }

    .gfw-hero-wrpr .gfw-hero-img {
        min-height: 280px;
        background-image: url("https://thebravecontent.com/resources/epe-nuevas-carreras/images/hero.jpg");
        background-size: cover;
        max-height: 320px;
        margin-bottom: 25px;
    }

    .gfw-cobranded strong {
        display: none;
        font-size: 12px;
    }

    .gfw-iconburger {
        top: 25px;
        width: 50px;
        height: 50px;
    }

    .gfw-iconburger span:nth-of-type(1) {
        width: 27px;
        top: 18px;
        left: 12px;
    }

    .gfw-iconburger span:nth-of-type(2) {
        width: 22px;
        top: 26px;
        left: 12px;
    }

    .gfw-iconburger span:nth-of-type(3) {
        width: 27px;
        top: 33px;
        left: 12px;
    }

    .textMobile {
        font-weight: bold;
    }

    .logoDiv {
        width: 100vw;
        margin-right: 10%;
        display: flex;
        justify-content: space-around;
    }

    .logo {
        width: 98px;
    }

    .gfw-article-top {
        padding-bottom: 0;
    }

    .mobileButton {
        position: relative;
        top: -40px;
    }

    .lineProduct {
        width: 0;
    }

    .mobileTextContainer {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .gfw-slider-btn {
        top: 10%;
        transform: translateY(-10%);
    }

    .slider {
        margin-top: 14px;
    }

    #Slider01 .slick-dots {
        bottom: -40px;
        right: 5%;
    }

    .gfw-slider-wrpr .gfw-slider .slick-slide .gfw-slider-content {
        flex-direction: column;
    }

    .gfw-slider-wrpr .gfw-slider .slick-slide .gfw-slider-content img {
        width: 100%;
    }

    .gfw-slider-content img {
        max-width: 100%;
    }

    .slide-text-container {
        width: 100%;
        margin-top: 24px;
        padding: 0;
    }

    .slide-text-container h3 {
        margin-bottom: 10px;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px
    }

    #modalidades-y-dinamica h3 {
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
    }

    .skills-container {
        margin: 30px 0;
    }

    .attributes-container {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #modalidades-y-dinamica h4 {
        font-size: 30px;
        line-height: 33px
    }


    .gfw-menu-share-wrpr {
        display: none;
    }

    .gfw-share-wrpr {
        display: none;
    }

    .shareButtonMobile {
        width: 135px;
        display: inline-block;
        height: auto;
        margin-bottom: 22px;
    }

    .logoDiv {
        display: flex;
        flex-direction: column;
        justify-content: start;
        border-bottom: 1px solid #EFEDEA;
        padding-bottom: 24px;
    }

    .collabContainer {
        margin-top: 22px !important;
    }

    .collabTextMobile {
        display: block;
        font-family: "Raleway", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 16px;
    }

    .gfw-cobranded img {
        width: 158px !important;
    }

    .shareButtonMobileFooter {
        width: 169px;
        display: inline-block;
        height: auto;
        margin-bottom: 32px;
    }

    .shareButtonMobileFooter img {
        width: 100%;
    }

}

@media only screen and (min-width: 2549px) {
    .shareButtonMobileFooter {
        display: none;
    }
}