/*

                LOGO CABECERA

*/

#pancarta {
    max-height: 70%!important;
}

.ph1-art {
    background-image: url('/img/resources/landing-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 37% 100%;

    box-shadow: inset 100vw 20px 50px rgba(255, 255, 255, 0.9), inset 0 35px 50px 0 white;
}

#ph1-art h2 {
    margin-bottom: 1em;
    text-align: center;
}

#ph1-art p {
    font-size: 18px;
    margin-bottom: 1.5em;
    text-align: justify;
}

@media (min-width: 992px) {
    .ph1-art {
        background-position: 0% 100%;

        box-shadow: inset 52vw 10px 50px rgba(255, 255, 255, 0.9), inset 0 35px 50px 0 white;
    }

    .ph1-art  h1, .ph1-art  h5, .ph1-art  p {
        width: 50%;
    }
}


/*

                PRIMER GRUPO

*/


h1 {
    margin-bottom: 30px;
}

.steps-participation {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex: 1;

    background-color: white;
    color: black;
    padding: 26px;
    border-radius: 4px;
    margin: 12px;

    position: relative;
}

.steps-participation:last-of-type {
    flex: 2;
}

@media (min-width: 992px) {
    .steps-participation:last-of-type {
        flex: 1;
    }
}

.steps-participation img {
    position: absolute;
    top: -11%;
}

#counter {
    font-size: 4.5rem;
}

/*

                PREMIOS

*/


.ph1-art-inverse {
    background-image: url('/img/resources/landing-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 37% 100%;

    box-shadow: inset 100vw 20px 50px rgba(255, 255, 255, 0.7), inset 0 -40px 50px 0 white;

    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .ph1-art-inverse {
        background-position: -590px 10%;

        box-shadow: inset -51vw 0px 60px white, inset 0 -40px 10px 10px white;
    }
}


/*

                SEGUNDO GRUPO - PARTICIPACION

*/


.participation_phase1 {
    background-color: #45683B;
    color: white; 
    padding-top: 50px;
    padding-bottom: 50px;
    padding-top: 80px!important;
    padding-bottom: 80px!important;
}

#participate-btn {
    background-color: var(--tt-brown);
}

#participate-btn:hover {
    background-color: #BFA49D;
}



/*

                TERCER GRUPO - FINAL

*/

#illustration-bg {
    background-image: url('/img/resources/landing-bg.webp');
    background-size: 150%;
    background-repeat: no-repeat;

    box-shadow: inset -85vw 20px 50px rgba(255, 255, 255, 0.7), inset 0 35px 50px 0 white;

    margin-bottom: 50px;
}



.premios {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex: 1;
    min-width: 200px;

    background-color: white;
    color: black;
    padding: 26px;
    border-radius: 4px;
    margin: 12px;

    position: relative;

    -webkit-box-shadow: 0px 8px 24px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 8px 24px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 8px 24px 0px rgba(0,0,0,0.5);
}