.logo { 
    background-image: url(../../images/Banner1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 545px;
}

.logo__content {
    left: 16%;
}

.logo__content > p {
    font-size: 51px;
}

.text-blue {
    color: #0075CF;
}

.bg-grey {
    background-color: #F5F5F5;
}

.recursos {
    background-image: url(../../images/Banner2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 566px;
}

.recursos__text {
    width: 549px;
    opacity: 0.87;
}

.recursos__text > p {
    font-size: 28px;
    padding-top: 100px;
    margin-right: 32px;
    max-width: 386px;
}

.evento {
    background-image: url(../../images/Banner3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 584px;
}

.evento__text {
    background-color: rgba(0, 22, 48, 0.91);
    width: 549px;
}

.evento__text__group {
    padding-top: 100px;
    margin-right: 32px;
    max-width: 386px;
    right: 0;
}

.evento__text__group > h2 {
    font-size: 46px;
}

.evento__text__group > p {
    font-size: 24px;
}

.evento__text__btn {
    background-color: #0077FF;
    color: #FFFFFF;
    border-radius: 30px;
    box-shadow: 0px 3px 6px #DE7E0000;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 382px;
    font-size: 30px;
    margin-top: 52px;
}

.evento__text__group .observation {
    font-size: 18px;
    margin-top: 10px;
}

.programacao > h2 {
    font-size: 59px;
    color: #0075CF;
    margin-top: 139px;
}

.programacao .evento__text__btn {
    margin-bottom: 150px;
    margin-top: 150px;
    background-color: #0075CF;
}

.programacao__subtitle {
    font-size: 1.75rem;
    color: #313131;
    padding-top: 102px;
}

.schedule__data {
    font-size: 3rem;
    color: #0075CF;
    padding: 8px 41px;
    border: 1px solid #0075CF;
    max-width: 602px;
    border-radius: 50px;
    margin-top: 115px;
    margin-bottom: 101px;
    font-family: 'kanit';
}

.programacao p.text-blue {
    font-size: 1.875rem;
}

.schedule__description {
    color: #313131;
    font-size: 1.25rem;
}

.programacao article > div, 
.programacao__subtitle {
    width: 789px;
    gap: 27px;
}

.programacao article {
    padding-top: 60px;
    padding-bottom: 64px;
}

.schedule__product {
    font-size: 2.375rem;
    color: #4D4D4D;
}

.schedule__speaker {
    font-size: 1.625rem;
    color: #3A3A3A;
}

.schedule__img {
    border-radius: 12px;
    border: 1px solid #707070;
    max-width: 291px;
}

.realizacao {
    background-image: url('../../images/Banner4.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 295px;
}

.realizacao > p {
    padding-top: 66px;
    font-size: 23px;
}

@media (max-width:992px) {
    .programacao article > div,
    .programacao__subtitle {
        width: unset;
    }
}

@media screen and (max-width: 767px) {
    .logo__content {
        left: 50%;
        transform: translate(-50%, -50%)!important;
        width: 75%;
    }

    .logo__content > p {
        font-size: 20px;
    }

    .recursos__text {
        width: 100%;
        opacity: 0.75;
    }

    .recursos__text > p {
        font-size: 18px;
        margin-left: 19px;
        max-width: 100%;
    }

    .evento__text {
        width: 100%;
        background-color: rgba(0, 22, 48, 0.66);
    }

    .evento__text__group {
        padding-right: 19px;
        padding-left: 19px;
        right: unset;
        margin-right: unset;
        max-width: 100%;
    }

    .evento__text__group > h2 {
        font-size: 24px;
    }

    .evento__text__group > p {
        font-size: 16px;
    }

    .evento__text__btn {
        width: fit-content;
        font-size: 18px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .evento__text__group .observation {
        font-size: 14px;
    }

    .programacao > h2 {
        font-size: 32px;
    }

    .programacao p {
        font-size: 20px;
    }

    .realizacao > img {
        height: 25px;
    } 

    .realizacao > p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .programacao .title {
        margin-top: 80px;
        margin-bottom: 36px;
    }

    .programacao > * {
        padding-left: 35px;
        padding-right: 35px;
    }

    .programacao__subtitle {
        font-size: 1.5rem;
        padding-top: 50px;
    }

    .schedule__description,
    .schedule__description__items {
        font-size: 1rem;
    }

    .schedule__speaker {
        font-size: 1.25rem;
    }

    .programacao p.text-blue {
        font-size: 1.25rem;
    }

    .schedule__product {
        font-size: 2.313rem;
    }

    .schedule__data {
        font-size: 1.5rem;
        padding: 13px 25px;
        margin-top: 50px;
        margin-bottom: 50px;
        font-weight: bold;
        font-family: 'Open Sans';
        max-width: 360px;
    }

    .programacao .evento__text__btn {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}