.forms-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    margin-top: 25%;
    width: 100%;
}

.rectangle {
    height: fit-content;
    width: 300px;
    background-color: #482783;
    position: relative;
    border-radius: 0 20px 20px 0;
}

.semicircle {
    height: inherit;
    width: 80px;
    background-color: #482783 !important;
    border-radius: 0 220px 220px 0;
    position: relative;
    left: -20px;
    top: 0;
    /* z-index: -1; */
}

.forms-container .flecha-roja {
    transform: rotate(45deg);
    position: relative;
    width: 90px;
    top: 125px;
    left: 17px;
}

.new-content-header h1 {
    font-family: 'sgothic-bdcap' !important;
    font-size: 25px;
    color: #6AC4D9;
}

.new-content-header .flecha-header {
    font-family: zizou-slab-regular;
    font-size: 30px;
    margin-right: 10px;
}

.new-content-header p {
    font-family: zizou-slab-regular;
    font-size: 15px;
    line-height: 1.2;
}

.new-content-header p span {
    font-family: zizou-slab-bold;
    font-size: 15px;
    line-height: 1.2;
}

.line-skyblue-sling {
    width: 50%;
    border-bottom: 1.5px solid #6AC4D9;
    margin: 10px 0 20px;
}

@media (min-width: 768px) {

    .forms-container {
        margin-top: 17%;
    }

    .rectangle {
        height: fit-content;
        width: 550px;
        border-radius: 0 50px 50px 0;
    }

    .semicircle {
        height: inherit;
        width: 130px;
        border-radius: 0 350px 350px 0;
        left: -50px;
    }

    .forms-container .new-content-header {
        margin-left: 120px !important;
        margin-top: 18px !important;
    }

    .forms-container .flecha-roja {
        transform: rotate(45deg);
        position: relative;
        width: 120px;
        top: 180px;
        left: 15px
    }

    .new-content-header h1 {
        font-size: 60px;
        line-height: 1;
    }

    .new-content-header .flecha-header {
        font-size: 60px;
    }

    .new-content-header p,
    .new-content-header p span {
        font-size: 20px;
    }
}

.position-logo {
    right: 0px;
    top: 85px;
}

.position-logo img {
    width: 35px;
    border-radius: 0;
    height: auto;
}

.speakers-container {
    position: relative;
}

.speakers-container .prev-info,
.speakers-container .next-info,
.prev-btn,
.next-btn,
.prev-rtb,
.next-rtb {
    position: absolute;
    top: 50%;
}

.speakers-container .next-info,
.next-btn,
.next-rtb {
    right: 15px;
}

.speakers-container .prev-info,
.prev-btn,
.prev-rtb {
    left: 15px;
}

.fuente-zizuo-regular {
    font-family: 'zizou-slab-regular';
}

@media (min-width: 992px) {

    .speakers-container .prev-info,
    .speakers-container .next-info {
        top: 50%;
        transform: translateY(-50%);
    }

    .speakers-container .next-info {
        right: -10px;
    }

    .speakers-container .prev-info {
        left: -10px;
    }
}

@media (min-width: 1200px) {
    .speakers-container .next-info {
        right: -40px;
    }

    .speakers-container .prev-info {
        left: -40px;
    }
}

/* MAQUETACION LANDING */
.bannerSubTitle {
    font-size: 1.5rem;
}

.container-date-event {
    width: auto;
    border-radius: 0.25rem !important;
}

.container-date-event .vertical-line-white {
    height: 70%;
    width: 1px;
    background-color: rgba(232, 232, 232, 0.884);
}

.size-xl-22 {
    font-size: 22px !important;
    line-height: 22px !important;
}
@media (min-width: 992px) {
    #register-form-container-vive-upc p.freepass {
        float: right;
        margin-right: 13%;
    }
}

.objetivo-text {
    font-size: 20px;
}
/* .expertos-img {
    width: 240px !important;
    height: 300px;
        object-fit: cover;
} */