html{
    scroll-behavior: smooth;
}

.section1-consignado, .section2-consignado{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 3em 2em 0em 2em !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #0e0e0f;
}
.section1-consignado > div {
    min-height: 40vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.section1-consignado > div > h1, .section1-consignado > form {
    opacity: 0;
    transform: translateY(10px);
    animation: title 1s ease-in forwards;
}

.section1-consignado > form {
    transform: translateX(15px);
    animation: form 1s ease-in forwards;
}

.section1-consignado > div > p{
    opacity: 0;
    animation: p 1s ease-in forwards;
}

.button-form{
    cursor: pointer;
    color: #0e0e0f !important;
    font-weight: bold;
    background-color: var(--e-global-color-uicore_primary) !important;
}

.button-form:hover, .section3-consignado>div>a:hover{
    background-color: #2bac2d !important;
}

.section3-consignado a {
    padding: 0.8em 1.3em;
    border-radius: 10px;
    background-color: var(--e-global-color-uicore_primary) !important;
    color: black !important;
    font-weight: 500;
}

@keyframes title {
    to {
    opacity: 1;
    transform: translateY(0);
    }
}

@keyframes form {
    to {
    opacity: 1;
    transform: translateX(0);
    }
}
@keyframes p {
    to {
    opacity: 1;
    }
}
.section1-consignado>form{
    width: 100%;
    min-width: 20em;
    max-width: 30em;
}
.section1-consignado>form>input{
    color: #0e0e0f;
    margin-bottom: 1em;
    border: none;
    border-radius: 5px;
}

.section1-consignado>form>p{
    font-size: 0.9em;
}

.section2-consignado{
    text-align: center;
}
.section3-consignado{
    max-height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2em 2em 0em 2em;
    background-color: #0e0e0f;
    margin-bottom: 2em;
}

.section3-consignado h2{
    font-size: 2.7em;
}
.buttons-consignado{
    display: flex;
    flex-direction: column;
    gap: 2em;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1em;
}
.buttons-consignado>button, .start-now-button{
    padding: 0.6em 0em;
    width: 100%;    
    max-width: 11em;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    color: #0e0e0f;
    background-color: var(--e-global-color-uicore_primary);
}
.start-now-button:hover{
    color: #0e0e0f;
}


.grid-consignado{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 6em;
    padding: 1em;
}
.card-consignado{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 2em 0.5em;
    border: 1px solid  #346234;
    border-radius: 8px;
    height: 22em;
    width: 22em;
    background-color: #121213;
}


.card-consignado>div>h3{
    font-size: 1.3em;
}

.card-consignado>.text{
    display: flex;
    flex-direction: column;
    height: 70%;
    font-size: 0.9em;
}
footer{
    text-align: center;
}

.footer-section{
    margin-top: 2em;
    margin-bottom: 3em;
}

.h5-footer{
    margin: 0;
}

.powered{
    border-top: solid #ababab 0.1px;
    padding: 2em 0em;
}

.flowchart{
    width: 100%;
    margin-top: 4em;
    text-align: center;
}
.flowchart>img{
    border-radius: 30px;
    width: 90% !important;
    max-width: 78em;
}

@media (min-width:767px)  {
    .section1-consignado{
        flex-direction: row;
        gap: 2em;
    }
    .section1-consignado > div {
        min-height: 40vh;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: start;

    }
    .buttons-consignado{
        flex-direction: row;
    }
    .grid-consignado{
        display: grid;
        grid-template-columns: repeat(2, 1fr);;
    }
    .card-consignado:nth-child(5) {
        grid-column: 2; 
        transform: translateX(-50%);
    }
    footer{
        text-align:start;
    }
    .section3-consignado{
        align-items: baseline;
        text-align: start;
        padding: 1em 5em;
    }
    .section3-consignado a {
        text-align: center;
    }

    .section3-consignado h2{
        font-size: 3em;
    }

    .section3-consignado p {
        position: relative;
        bottom: 1em;
    }

    .rs {
        width: 30em;
    }
    .ab{
        width: 35em;
    }
}

@media (min-width: 990px) {
    .section1-consignado{
        flex-direction: row;
        padding: 2em 8em;
    }
    .section1-consignado>div{
        width: 50%;
        min-height: 45vh;
        text-align: start;
        gap: 0em;
        padding-top: 0em !important;
    }
    .section1-consignado>div>h1{
        font-size: 3em !important;
    }
    .section1-consignado>div>p{
        font-size: 1.2em !important;
        margin-top: 0em !important;
    }
    .section1-consignado>form{
        text-align: start;
    }
    .section1-consignado>div>h1, .section2-consignado>h1{
        font-size: 2em;
    }
    .buttons-consignado{
        justify-content: start;
    }
    .flowchart{
        margin-top: 1em;
        width: 100%;
        text-align: center;
    }
    .section2-consignado h1, .section3-consignado h2{
        font-size: 2.7em;
    }

    .section3-consignado p {
        position: relative;
        bottom: 1em;
    }


}

@media (min-width: 768px) and (max-width: 1294px){
    .card3{
        grid-column: 1; 
        transform: translateX(65%);
    }
}

@media (min-width: 1294px) {

    .section1-consignado{
        font-size: 1.1em;
        gap: 5em;
    }

    .section1-consignado>div{
       width: 40%;
       position: relative;
       bottom: 1em;
    }

    .section1-consignado>form{
        max-width: 25em;
    }

    .section1-consignado>form>input{
       font-size: 1.1em;
    }

    .grid-consignado{
          grid-template-columns: repeat(3, 1fr);
    }
    
    .card-consignado:nth-child(4) {
        grid-column: 2; 
        transform: translateX(-50%);
    }

    .card-consignado:nth-child(5) {
        grid-column: 3; 
        transform: translateX(-50%);
    }

    .flowchart{
        margin-top: 4em;
    }

    .section3-consignado{
        font-size: 1.2em;
    }

     .section3-consignado h2{
        font-size: 2.2em;
    }

    .section3-consignado a{
        font-size: 0.9em;
    }

}

@media (min-width: 1456px){
    .section3-consignado{
        align-items: center;
    }
    .section3-consignado>div{
        width: 65em;
    }
}