section.top {
    padding-top: 4.25rem;
    padding-bottom: 3rem;
}

section.events {
    padding-bottom: 5.5rem;
}

section.service {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    background-color: #f2f2f2;
}

section.title,
section.filters {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

section.login-form {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    background-color: #f2f2f2;
}

section.event-header {
    position: relative;
    overflow: hidden;
    height: 15rem;
}

section.event-description {
    margin-bottom: 4.25rem;
    padding-top: 4.25rem;
}

section.event-content {
    padding-bottom: 4.5rem;
}

section.event-others {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

section.event-content.extra {
    background-color: #f2ecdb;
}

section.event-content.extra tr.bg-light {
    background-color: #decd9c !important;
}

section.event-content.extra tr td {
    border-color: #aaa;
}



h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #002159;
    border-bottom: 3px solid #cbb36d;
    padding-bottom: 3px;
}

h5.blue {
    border-bottom-color: #002159;
}

.main-title {
    font-size: 3.5rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.15625;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 2.5rem;
}

.links-list a {
    color: #666;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1.375;
    margin-bottom: 0.5rem;
    margin-right: 2rem;
    transition: color 0.2s ease;
}

.links-list a:hover {
    color: #000;
}

.event-others .item .cover, 
.events .item .cover {
    pointer-events: none;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    position: relative;
    overflow: hidden;
    background-color: #4d4c4c00;
    height: 280px;
}

.event-others .item .cover .box, 
.events .item .cover .box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.event-others .item .cover img, 
.event-others .item .cover video, 
.events .item .cover img,
.events .item .cover video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
    transition: transform 0.3s cubic-bezier(0, 0, 0.23, 0.71);
}

.event-others .item .event-title, 
.events .item .event-title {
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.25rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-decoration: none;
    display: inline;
    font-size: 1.5rem;
}

.events .item .event-subtitle {
    padding-bottom: 0.25rem;
    padding-top: 0.75rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.4rem;
    text-decoration: none;
    display: block;
    font-size: 1rem;
}

.event-others .item a, 
.events .item a {
    text-decoration: none;
    color: #000;
}


.login-title {
    margin-top: 0px;
    margin-bottom: 2rem;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.success-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 3.0625rem;
    line-height: 1.3877551020408163;
    font-weight: 400;
}

.login-step-2,
.login-step-3 {
    display: none;
}


.btn-action-form {
    color: #000;
    font-size: 2.25rem;
    line-height: 1.3333333333333333;
    letter-spacing: -0.03em;
    text-decoration: none;
    transition: color 0.2s ease;
}

.btn-action-form:hover {
    color: #666;
}

.forgot-passwd {
    font-size: 1.5rem;
}

.filters .itens {
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 4.5rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.filters .itens a {
    font-family: inherit;
    white-space: nowrap;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-decoration: none;
    border-style: none none solid;
    border-width: 0.125rem;
    border-color: #000 #000 transparent;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.filters .itens a:hover {
    border-color: currentColor;
}

.filters .itens a.active {
    color: #000;
    border-color: currentColor;
}

.title .itens > * {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 4.5rem;
    line-height: 1.4634146341463414;
    font-weight: 500;
    letter-spacing: -0.03em;
    text-decoration: none;
}

form label {
    color: #002159;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.theForm-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.theForm-select, .theForm-input, .theForm-textarea {
    display: block;
    min-height: 3.125rem;
    height: 38px;
    width: 100%;
    color: #333;
    border: 1px solid #cccccc;
    margin-bottom: 0px;
    padding: 0.75rem 0px;
    border-style: none none solid;
    border-width: 0.0625rem 1px;
    border-color: #000 #000 silver;
    font-size: 1.75rem;
    line-height: 1.3571428571428572;
    font-weight: 400;
    background-color: transparent;
}

.theForm-select:disabled, .theForm-input:disabled, .theForm-textarea:disabled {
    background-color: #efefef;
    opacity: 0.7;
}

.theForm-select {
    padding: 0.35rem 0px;
}

.theForm-select:invalid {
    color: #999;
}

.theForm-textarea {
    height: 160px;
    margin-top: 1.5rem;
    padding-right: 0.75rem;
    border-width: 0.125rem 0.125rem 0.0625rem;
    border-color: silver;
}

.fieldsInline {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fieldsInline .theForm-input, 
.fieldsInline .theForm-select {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}


.theForm-select::-webkit-input-placeholder,
.theForm-input::-webkit-input-placeholder,
.theForm-textarea::-webkit-input-placeholder {
    color: #999;
}

.theForm-select::-moz-placeholder,
.theForm-input::-moz-placeholder,
.theForm-textarea::-moz-placeholder {
    color: #999;
}

.theForm-select::placeholder,
.theForm-input::placeholder,
.theForm-textarea::placeholder {
    color: #999;
}

.theForm-select:focus,
.theForm-input:focus,
.theForm-textarea:focus {
    border-color: black;
}

.theForm-select.is-invalid,
.theForm-input.is-invalid,
.theForm-textarea.is-invalid {
    border-color: red !important;
    color: red !important;
}

input[name=terms_conditions] {
    width: 17px;
    height: 17px;
    min-height: 17px;
    display: inline-block;
}


.is-invalid::-webkit-input-placeholder {
    color: red !important;
}

.is-invalid::-moz-placeholder {
    color: red !important;
}

.is-invalid::placeholder {
    color: red !important;
}

.event-header video, 
.event-header img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.event-subject {
    margin-top: 0px;
    margin-bottom: 1.75rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 4rem;
    line-height: 1.17;
    font-weight: 500;
    letter-spacing: -0.08rem;
}

.event-text {
    margin-top: 2.75rem;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.content-text {
    font-size: 1.75rem;
    line-height: 1.5714285714285714;
    letter-spacing: -0.01em;
}

.content-text h3 {
    margin-top: 0px;
    font-size: 3.0625rem;
    line-height: 1.3877551020408163;
    font-weight: 400;
    letter-spacing: -0.02em;    
}

.others-title {
    margin-top: 0px;
    margin-bottom: 2.5rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    font-size: 1.75rem;
    line-height: 1.5714285714285714;
}

.event-content .price {
    width: 130px;
}

.qtt-minus:hover,
.qtt-plus:hover {
    cursor: pointer;
}

.qtt-minus.text-gray:hover,
.qtt-plus.text-gray:hover {
    cursor: default;
}

@media (max-width: 1120px) and (min-width: 992px) {
    section.event-header {
        height: 25rem;
    }

    .event-others .item .cover, 
    .events .item .cover {
        height: 270px;
    }
}

@media (max-width: 1600px) and (min-width: 992px) {
    .event-others .item .cover, 
    .events .item .cover {
        height: 280px;
    }
}

@media (max-width: 1440px) and (min-width: 992px) {
    section.login-form,
    section.service {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }

    section.title,
    section.filters {
        padding-top: 5rem;
        padding-bottom: 4rem;
    }

    section.event-header {
        height: 10rem;
    }

    section.event-description {
        padding-top: 3rem;
        margin-bottom: 3rem;
    }

    section.event-others {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }

    section.event-content {
        padding-bottom: 2rem;
    }

    .links-list a {
        font-size: 1.125rem;
        line-height: 1.375;
    }

    .event-others .item .event-title, 
    .events .item .event-title {
        font-size: 1.125rem;
    }

    .events .item .event-subtitle {
        font-size: 0.825rem;
        line-height: 1.2rem;
    }

    .service-title {
        font-size: 1.25rem;
        line-height: 1.2;
        margin-bottom: 3.75rem;
    }

    .service-text {
        font-size: 2.25rem;
        line-height: 1.33333;
        padding-bottom: 2.75rem;
    }

    .service-subtitle {
        font-size: 1.625rem;
        line-height: 1.15384;
    }

    .service-desc {
        margin-top: 1rem;
        font-size: 1rem;
        line-height: 1.75;
    }

    .title .itens > *,
    .filters .itens {
        font-size: 3rem;
    }

    .success-title {
        font-size: 2.5rem;
    }

    .btn-action-form {
        font-size: 1.75rem;
    }

    .forgot-passwd {
        font-size: 1.25rem;
    }

    .selectors .item {
        min-height: 3rem;
        padding: 0 1rem;
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .theForm-select,
    .theForm-input,
    .theForm-textarea {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .event-subject {
        font-size: 3rem;
    }

    .worktype {
        font-size: 1.125rem;
    }

    .event-text {
        font-size: 1.5rem;
        margin-top: 2rem;
    }

    .others-title {
        font-size: 2.75rem;
        line-height: 1.3333;
    }
}

@media (max-width: 1280px) and (min-width: 992px) {
    section.top {
        padding-top: 3.25rem;
        padding-bottom: 1.5rem;
    }

    .event-others .item .cover, 
    .events .item .cover {
        height: 200px;
    }

    .event-others .item .cover img, 
    .events .item .cover img {
        height: 200px;
    }

    .main-title {
        font-size: 3rem;
        max-width: 42rem;
    }
}

@media (max-width: 991px) {
    section.top {
        padding-top: 3.5rem;
        padding-bottom: 1.5rem;
    }

    section.events {
        padding-bottom: 3.5rem;
    }    

    section.login-form,
    section.service {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    section.title,
    section.filters {
        padding-top: 3.5rem;
        padding-bottom: 2rem;
    }

    section.event-header {
        height: 9rem;
    }

    section.event-description {
        margin-bottom: 2.5rem;
        padding-top: 2.5rem;
    }

    section.event-others {
        padding-top: 4rem;
        padding-bottom: 4.5rem;
    }

    .main-title {
        margin-bottom: 2.25rem;
        font-size: 2.5rem;
    }

    .links-list a {
        margin-right: 1.5rem;
        margin-bottom: 0.5rem;
        font-size: 1.125rem;
        line-height: 1.2222222222222223;
    }

    .event-others .item .event-title, 
    .events .item .event-title {
        font-size: 1.125rem;
        line-height: 1.9;
        padding-bottom: 0.2rem;
    }

    .events .item .event-subtitle {
        font-size: 0.725rem;
        line-height: 1.6;
        padding-bottom: 0.2rem;
        padding-top: 0.15rem;
    }

    .events .item .cover {
        height: 170px;
    }

    .service-title {
        margin-bottom: 2.25rem;
        font-size: 1.25rem;
        line-height: 1.2;
    }

    .service-text {
        padding-bottom: 2.5rem;
        font-size: 2rem;
        line-height: 1.3333333333333333;
    }

    .service-subtitle {
        font-size: 1.5rem;
        line-height: 1.1538461538461537;
    }

    .service-desc {
        font-size: 1rem;
        line-height: 1.75;
        margin-top: 0.75rem;
    }

    .filters .itens {
        font-size: 2.5rem;
    }

    .title .itens > * {
        font-size: 3rem;
    }

    .login-title {
        margin-bottom: 2.5rem;
        font-size: 1.75rem;
    }

    .success-title {
        margin-bottom: 3rem;
        font-size: 2rem;
    }

    .btn-action-form {
        font-size: 1.5rem;
    }

    .forgot-passwd {
        font-size: 1.0rem;
    }

    .selectors .item {
        min-height: 2.6875rem;
        margin-right: 0.5rem;
        margin-bottom: 0.75rem;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        font-size: 1.125rem;
        line-height: 1.2777777777777777;
    }

    .theForm-select,
    .theForm-input,
    .theForm-textarea {
        font-size: 1.25rem;
        line-height: 1.2;
    }

    .theForm-select,
    .theForm-input {
        min-height: 2.5rem;
    }

    .event-subject {
        font-size: 2.25rem;
    }

    .worktype {
        font-size: 1rem;
    }

    .event-text {
        margin-top: 1.5rem;
        font-size: 1.25rem;
    }

    .content-text {
        font-size: 1.25rem;
    }

    .content-text h3 {
        font-size: 2rem;
        line-height: 1.33333;
    }

    .others-title {
        margin-bottom: 2.5rem;
        font-size: 2.25rem;
        line-height: 1.3333;
    }
}

@media (max-width: 767px) {
    section.top {
        padding-top: 3.4375rem;
        padding-bottom: 1.5rem;
    }

    section.events {
        padding-bottom: 3.5rem;
    }    

    section.login-form,
    section.service {
        padding-top: 3.25rem;
        padding-bottom: 3.25rem;
    }

    section.title,
    section.filters {
        padding-top: 3.25rem;
        padding-bottom: 2rem;
    }

    section.event-description {
        margin-bottom: 1rem;
        padding-top: 2rem;
    }

    section.event-header {
        height: 8rem;
    }

    section.event-others {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    section.event-content {
        padding-bottom: 0;
    }

    .main-title {
        font-size: 2rem;
        line-height: 1.1875;
    }

    .events .item .cover {
        height: 210px;
    }

    .filters .itens {
        font-size: 2rem;
    }

    .title .itens > * {
        font-size: 2rem;
        line-height: 1.1875;
    }

    .login-title {
        margin-bottom: 1rem;
        font-size: 1.25rem;
        line-height: 1.25;
    }

    .success-title {
        margin-bottom: 2rem;
        line-height: 1;
    }

    .selectors .item {
        min-height: 2.6875rem;
        margin-right: 0.4rem;
        margin-bottom: 0.5rem;
        padding: 0.625rem 0.875rem;
        font-size: 1.125rem;
        line-height: 1.2777777777777777;
        letter-spacing: -0.03em;
    }

    .theForm-select,
    .theForm-input,
    .theForm-textarea {
        margin-bottom: 1rem;
        font-size: 1.25rem;
        line-height: 1.2;
    }

    .event-subject {
        margin-bottom: 1.125rem;
        font-size: 1.75rem;
        line-height: 1.34;
    }

    .event-text {
        margin-top: 1.25rem;
    }

    .event-content .border-end {
        border: none !important;
    }

    .event-content table {
        font-size: 12px;
    }

    .content-text {
        font-size: 1.125rem;
        line-height: 1.4444444444444444;
    }

    .content-text h3 {
        font-size: 1.5rem;
    }

    .others-title {
        margin-bottom: 1rem;
        font-size: 1.25rem;
        line-height: 1.25;
    }

    .event-others .item .cover {
        height: 15.625rem;
    }
}

@media screen and (max-width: 479px){
    section.top {
        padding-bottom: 2.5rem;
    }

    .event-content table {
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .event-others .item:hover .cover img, 
    .event-others .item:hover .cover video, 
    .events .item:hover .cover img,
    .events .item:hover .cover video {
        transform: scale(1.06);
    }

    .events .item .event-title {
        transition: border-color 0.2s ease;
    }

    .events .item:hover .event-title {
        border-color: #000;
    }
}

