@media (max-width: 900px) {
    div#containerEvent.container {
        width: 100vw !important;

        justify-content: center;
        align-items: center;
        padding: 0;
        /* margin: 20px; */
    }

    .row {
        /* width: calc (100vw - 20px); */
        margin: 20px 0px;
        padding: 0;
        align-self: center;
    }

    #containerEventInner {
        padding: 0 30px !important;
    }

    #blockListEvent {
        padding: 0 !important;
        /* width: 100vw; */
        margin-bottom: 20px !important;
    }

    .cardOuter {
        margin-bottom: 20px !important;
    }
}

.cardOuter {
    margin-bottom: 40px !important;
}

.titleEvent {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0;
    color: #234b88;
}

.containerDrop {
    margin: 40px 0;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
}

.blockHeader {
    background-color: #2374ed;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 29px 24px 21px 35px;
}

.blockHeaderTitle {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 17px;
}

.centerTitle {
    display: flex;
    flex-direction: column;

    font-size: 20px;
    height: 5em;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.headerTitle {
    font-family: Play;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #ffffff;
    vertical-align: middle;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.centerTitleCoach {
    display: flex;
    flex-direction: column;

    font-size: 14px;
    height: 2em;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.headerCoach {
    font-family: Overpass;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.imageCoach {
    width: 100%;
    padding-top: 100%;
    background-color: #e5e5e5;
    border-radius: 50%;
}

.blockBody {
    margin: 20px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
}

.textOpen {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #28ac2d;
}

.textClose {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    color: red;
}

.textTypeEvent {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #aeaeae;
}

.centerBodyTitle {
    display: flex;
    flex-direction: column;

    font-size: 16px;
    height: 3em;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    /* background-color: #28AC2D */
}

.bodyTitle {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* margin-bottom: 10px; */
    color: #234b88;

    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.eventPrice {
    font-family: Poppins;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #6a6a6a;
}

.textStrike {
    text-decoration-line: line-through;
}

.textFree {
    text-decoration-line: unset;
    font-weight: 600;
    color: black;
}

.buttonLoad {
    margin: 30px 0;
    color: #234b88;
    background: #ebeff2;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    padding: 20px 30px;
    line-height: 24px;
}

@media (max-width: 900px) {
    .jumbotron {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 30px;
        background: #3ec3dc;
        flex-wrap: wrap;
    }

    .textJumbotron {
        /* flex: 1; */
        align-self: center;
        /* margin-right: 20px */
        width: 100%;
    }

    #jumbotronTitle {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 60px;
        color: #234b88;
        padding-top: 40px;
    }

    .imageJumbotron {
        width: 100%;
    }

    #jumbotronSubtitle {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;

        color: #234b88;
        margin-bottom: 0;
    }

    .jumbotron p {
        margin-bottom: 10;
    }

    .containerDrop {
        margin: 0 30px -20px;
    }

    .titleEvent {
        text-align: center;
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        /* identical to box height */

        color: #234b88;
        margin-bottom: 40px;
    }

    .form-select {
        align-self: center;
        margin: 0 auto;
    }

    .subscribe {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 30px;
        background: #3ec3dc;
        flex-wrap: wrap-reverse;
        /* flex-wrap: wrap-reverse;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                flex-direction: row */
    }

    .imageSub {
        width: 100%;
        height: 100%;
    }

    .containerForm {
        width: 100%;
        padding: 40px 0px 20px;
    }

    .titleForm {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 60px;

        color: #234b88;
    }

    .btn.btn-outline-primary.buttonSub {
        background: #234b88;
        margin-top: 20px;
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        padding: 10px 20px;
        color: #ffffff;
        border-radius: 10px;
    }

    .inputEmail {
        width: 100%;
    }

    .eventTime {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #3d3d3d;
        margin-bottom: 10px;
    }
}

@media (min-width: 901px) {
    .jumbotron {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 120px;
        background: #3ec3dc;
    }

    .textJumbotron {
        flex: 1;
        align-self: center;
        margin-right: 20px;
    }

    #jumbotronTitle {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 60px;
        color: #234b88;
    }

    .imageJumbotron {
        flex: 1;
    }

    #jumbotronSubtitle {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;

        color: #234b88;
    }

    .subscribe {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 120px;
        background: #3ec3dc;
    }

    .containerForm {
        width: 100%;
    }

    .titleForm {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 60px;

        color: #234b88;
    }

    .btn.btn-outline-primary.buttonSub {
        background: #234b88;
        margin-top: 20px;
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        padding: 10px 20px;
        color: #ffffff;
        border-radius: 10px;
    }

    .inputEmail {
        width: 80%;
    }

    .eventTime {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #3d3d3d;
        margin-bottom: 10px;
        width: 80%;
    }
}


@media (max-width: 901px) {
    .container.eventJumbotron{
        flex-direction: column;
        padding: 20px
    }
}
