#entrada {
    background: url("../assets/img/logo00.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 250px;
    height: 230px;
}

span.legend {
    color: #ff9826;
}


header.event-subscription {

    /* #event-subscription { */
    background: linear-gradient(rgb(199 130 65 / 50%), #040404bd), url(../assets/img-landing/fundo001.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    /* display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: end; */
    height: 100vh;
    color: var(--text-color);

}

.divflexHeader {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
}

#entrada-one {
    background: url("../assets/event/bruno02n.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 380px;
    height: 490px;
    right: 0;
    left: 6px;
    bottom: 0;
    /* transform: scaleX(1); */
    /* order: 1; */
}

#principal {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    margin: 0 10px;
    width: 610px;
}

button.agende {
    align-items: baseline;
}

/* #facilite01 {
    order: 0;
}

#facilite02 {
    order: 3;
} */

#entrada-two {
    background: url(../assets/event/paulo_rfb5.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 380px;
    height: 490px;
    right: 6;
    bottom: 0;
    /* order: 3; */
}

#facilite01 p.title01,
#facilite02 p.title02 {
    background: linear-gradient(182deg, #ff98265e, #00000000);
    font-family: Autography;
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    border-radius: 50px;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

#principal .about-event {
    font-family: Poppins;
    font-size: 38px;
    max-width: 520px;
    font-weight: 700;
    color: var(--text-color);
    /* margin-top: 40px; */
    /* margin-left: 25px; */
    left: 720px;
    text-shadow: 2px 2px #000;
    text-align: start;
    line-height: 1.4;
    /* text-transform: uppercase; */
}

#principal .text-event {
   font-size: 24px;
}

#principal .about-event-two {
    height: auto;
    font-family: Poppins;
    font-size: 40px;
    margin-bottom: 0px;
    color: var(--text-color);
    margin-top: auto;
    left: 720px;
    text-shadow: 3px 3px #000;
    letter-spacing: 12px;
    font-weight: 700;
    border-radius: 25px;
    background-color: #af284675;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#principal p.about-event-three {
    background-color: #ff98262e;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
    padding: 8px;
}

#subscription-form {
    background-color: #5d5d5d87;
    padding: 20px;
    width: 610px;
    border-radius: 30px;
    margin: 0 15px;
    /* margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 25px; */
    /* margin: 5px 25px 5px 0; */
    /* left: 720px;
    bottom: 0px; */
}

#subscription-form p {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.8em;
}

.form-group label {
    color: var(--text-color);
    /* margin-bottom: 0.3em; */
    font-weight: 600;
    font-size: 16px;
}

.form-group input,
.form-group select {
    padding: 10px;
    border: none;
    outline: none;
    border-radius: 15px;
    margin: 5px 0;
    color: #000;
}

button#btn-inscr.btn {
    background-color: #198754;
    color: var(--text-color);
    text-transform: uppercase;
    width: 50%;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 17px;
}

button#btn-inscr.btn:hover {
    opacity: 1;
}

div.ctb {
    width: auto;
    margin: 0px;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

div.ctb button {
    text-transform: uppercase;
    font-family: Poppins;
    border-radius: 50px;
}


section.ctb {
    display: flex;
    justify-content: center;
}


#entrada-zero {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100vw;
    height: 100vh;
    right: 0;
    left: 0px;
    bottom: 0;
}

#section-one {
    background-color: var(--p-primary);
    height: 8vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

#reta01 p {
    font-family: Poppins;
    text-align: end;
    height: 50px;
    background: linear-gradient(272deg, #fd5a1352, #af284682, #0000003b);
    width: 274px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    padding: 10px;
    border-radius: 0px 0px 0px 83px;
}

/* Agende botão */
.agende-form {
    background-color: #af284654;
    padding: 20px;
    max-width: 620px;
    border-radius: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    /* left: 720px;
    bottom: 0px; */
}

.divflexW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.divflexWs {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.divflexP {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.divflexFoot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

input.btn-inscricao.btn {
    background-color: #ff9826bd;
    color: var(--text-color);
    width: 100%;
    padding: 8px;
    border: none;
    cursor: pointer;
    opacity: 1;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 16px;
}

a:hover {
    text-decoration: none !important;
    color: #ffc107;
    opacity: 1;
}

input.btn-inscricao.btn:hover {
    opacity: 0.6;

}

.agende-form {
    background-color: #af2846e0;
    padding: 4px;
    max-width: 620px;
    border-radius: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    /* left: 720px;
    bottom: 0px; */
    transition: 1s;

    &:hover {
        transform: scale(1.15);
    }
}

section.numeross {
    padding: 25px;
    height: auto;
    background-color: #ff982626;
    text-align: center;
}

div.numeros-list {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: baseline;
    flex-wrap: wrap;
}

div.numero-title {
    -webkit-text-fill-color: transparent;
    mix-blend-mode: normal;
    background-image: linear-gradient(#c62e65, #f45253);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.3;
}

div.numero-text {
    font-weight: 700;
    line-height: 1.3;
    font-size: 18px;
    text-transform: uppercase;
}

div.numero-item {
    border: 1px none var(--border-color--border-primary);
    text-align: start;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: auto;
    padding: 0 30px;
    display: flex;
}

section.accordionn {
    padding: 25px;
    height: auto;
    background-color: #ff982626;
    /* text-align: center; */
}