.about-four{
    padding: 60px 0;
}

.about-four__img-two {
    position: relative;
    right: -140px;
}

.about-four__shape-one {
    left: 0px;
}


@media(max-width:991px) {
    .about-four__img-box {
        justify-content: center;
    }
}

@media(max-width:767px) {
    .about-four__shape-one {
        display: none
    }

    .about-four__img-two {
        right: 7px;
    }

    .about-four {
        padding: 25px 0;
    }
}

@media (max-width: 575px) {
    .counter-one__bg-box {
        height: 100px;
    }
}

.card-title-banner {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    border-radius: 20px;
}

.container-banner {
    height: 350px;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    padding: 0;
}

.card-event {
    position: relative;
    height: 100%;
}

.card-event .background-opacity {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0000007a;
    z-index: 1;
    transition: 0.5s;
}

.card-event img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-card-event {
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 20px;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    cursor: pointer;
}

.card-event:hover .background-opacity {
    background: #00000045;
}

.row-cards-events>div {
    padding: 0;
}

.container-card-event h3 {
    color: white;
}

.form-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.form-container .row>div {
    padding: 0;
}

.form-container .row {
    background: black;
    border-radius: 13px 0 0 13px;
}

.form-container .sec-title__title {
    color: white;
    text-align: center;
    margin: 20px 0;
}

.form-container .text-form {
    padding: 40px;
}

.form-container .text-form p,
.form-container .text-form ul {
    color: white;
}

.simple-form .text-form p {
    text-align: center;
}

.simple-form form .row {
    margin: 0;
}

.simple-form form .form-group label {
    color: white;
}

.mundoanji-eventos label {
    color: white;
}

.mundoanji-eventos input {
    width: 100%;
}

.mundoanji-eventos .row {
    display: flex;
    align-content: center;
    align-items: flex-end;
}

.mundoanji-eventos .row>div {
    padding: 0 20px;
    margin: 20px 0;
}

.mundoanji-eventos input,
.mundoanji-eventos select {
    width: 100%;
    height: 40px;
    background: #042865;
    outline: unset;
    border: unset;
    color: white;
    border-radius: 6px;
    padding-left: 14px;
}

.mundoanji-eventos input::placeholder{
    color: #a7a7a7;
}

.mundoanji-eventos button{
    background:black;
    border: 2px solid white;
    color: white;
    margin: 20px 0;
    transition: 0.4s;
}
.mundoanji-eventos button::active{
    background: #042865;
    border: unset;
}

@media(max-width:991px) {
    .container-banner {
        height: 450px;
    }
}

@media(max-width:767px) {
    .container-banner {
        height: 80vh;
    }
}

@media(max-width:399px) {
    .sec-title__title {
        font-size: 25px;
    }
}