
*{
    scroll-behavior: smooth;    
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #F5F7FA;
}

header{
    background-color: #D31811;
    color: white;
}

h1, h2, h3, p, a{
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.sticky-button{
    position: fixed;
    background-image: url(./img/seta-cima.svg);
    width: 50px;
    height: 50px;
    background-color: #FFCA10;
    right: 40px;
    bottom: 40px;
    z-index: 222222;
    border-radius: 50px;
    transition: all .2s ease-in-out;
}

.sticky-button:hover{
    transform: scale(1.1);
}

.branco1{
    background-color: rgba(255, 255, 255, 0.527);
    font-weight: 700;
}

.branco2{
    background-color: rgba(255, 255, 255, 0.322);
}

.container{
    margin: 0 auto;
    max-width: 1200px;
}

.menu{
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.menu ul{
    display: flex;
    gap: 60px;
    list-style: none;
    font-weight: 500;
    font-size: 1.2rem;
}

.menu ul a{
    color: white;
    box-sizing: content-box;
}

#principal{
    background: rgb(255,140,40);
    background: radial-gradient(circle, rgba(255,218,99,1) 0%, rgba(255,172,48,1) 35%);
}

.inicio{
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    align-items: center;
}

.logo-campanha{
    width: 450px;
    object-fit: contain;
    margin-left: -20px;
    z-index: 2;
    position: relative;
}

.empresarios{
    width: 450px;
    object-fit: contain;
    margin-left: -60px;
    z-index: 1;
}

.chamada{
    color: white;
    font-size: 2.4rem;
    text-transform: uppercase;
    text-align: right;
    line-height: 1;
}

.vermelho{
    color: #D31A14;
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1;
}

#intro{
    background-color: #D31A14;
    position: relative;
    padding: 0 0 50px 0;
}

#intro::before{
    content: "";
    background-image: url(./img/onda.svg);
    position: absolute;
    top: -60px;
    width: 100%;
    height: 180px;
    z-index: 2;
}

.introducao{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    position: relative;
    align-items: center;
    z-index: 3;
}

.regulamento{
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    align-items: center;
    z-index: 3;
}

.regulamento-texto{
    color: white;
    display: grid;
    gap: 10px;
}

.regulamento-texto h2{
    font-weight: 700;
    margin-top: 20px;
}

.tabela{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-content: center;
    row-gap: 20px;
}

.tabela2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-content: center;
    row-gap: 20px;
}

.tabela2 > p{
    text-align: center;
    padding: 10px 0 10px 0;
}

.tabela > p{
    text-align: center;
    padding: 10px 0 10px 0;
}

.introducao-texto{
    color: white;
    font-size: 1.6rem;
}

.informacao-premio{
    display: grid;
    grid-template-columns: 1fr;
    padding: 50px 0;
}

.img-titulo img{
    width: 350px;
	
}

.ganhadores{
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
}

.ganhadores div{
    background: white;
    display: grid;
    align-items: start;
    align-content: space-between;
    grid-template-columns: 1fr;
    justify-items: center;
    border-radius: 25px;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 0 10px 0;
    transition: all .2s ease-in-out;
    text-align: center;
}

.premios{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

.premios div{
    background: white;
    display: grid;
    align-items: start;
    align-content: space-between;
    grid-template-columns: 1fr;
    justify-items: center;
    border-radius: 25px;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    padding: 0 0 20px 0;
    transition: all .2s ease-in-out;
}

.premios div:hover{
    transform: scale(1.1);
}

.quantidade{
    justify-self: end;
    background-color: #FF9F10;
    color: white;
    font-weight: 700;
    font-size: 2.2rem;
    padding: 14px 28px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    margin-top: -10px;
    margin-right: -10px;
    position: relative;
    z-index: 3;
}

.premio-titulo{
    color: #D31811;
    font-size: 1.6rem;
    font-weight: 700;
}

.ilustrativas{
    justify-self: end;
    color: #D31811;
    display: inline-block;
    font-weight: 700;
    margin-top: 20px;
}

.premio-imagem{
    margin-top: -50px;
}

.premio-sub{
    color: #434A54;
    width: 20ch;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.premio-sorteio{
    color: #989898;
    font-size: 1rem;
}

#sessao-info{
    background-color: #D31811;
    -webkit-box-shadow: inset 0px 100px 0px 0px #F5F7FA; 
    box-shadow: inset 0px 100px 0px 0px #F5F7FA;
    padding: 0 0 40px 0;
}

.img-info img{
    width: 450px;
}

.texto-info{
    color: white;
    font-size: 1.4rem;
    margin-top: 20px;
}

.regulamento-info{
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 30px;
    margin-top: 60px;
}

.regulamento-info h2{
    color: white;
    font-weight: 800;
}

.regulamento-info a{
    padding: 10px 15px;
    background-color: #FFCA10;
    color: #5B4700;
    display: inline-block;
    text-decoration: none;
    font-size: 1.4rem;
    border-radius: 5px;
    font-weight: 700;
    transition: all .2s ease-in-out;
}

.regulamento-info a:hover{
    transform: scale(1.1);
}

.certificado{
    color: white;
    font-weight: 500;
}

#sessao-container{
    -webkit-box-shadow: inset 0px 100px 0px 0px #D31811; 
    box-shadow: inset 0px 100px 0px 0px #D31811;
}

.rodape{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center
}

.rodape h2{
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    width: 25ch;
    background-color: #D31811;
    padding: 20px 70px;
}

.celular img{
    width: 450px;
    object-fit:cover;
    margin-right: -150px;
    position: relative;
    margin-bottom: -5px;
}

.info-whats{
    margin-left: -180px;
    margin-top: 60px;
}

.info-whats a{
    color: #FFCA10;
}

@media screen and (max-width: 1300px){
    .menu {
        max-width: 1000px;
    }

    .container{
        max-width: 1000px;
    }

    .logo-campanha{
        width: 400px;
    }

    .empresarios{
        width: 400px;
        margin-left: -107px;
    }

    .chamada{
        font-size: 2rem;
    }

    .premio-imagem{
        width: 70%;
    }

    .celular img {
        width: 400px;
        margin-right: -70px;
    }
}

@media screen and (max-width: 1060px){
    .menu {
        max-width: 700px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .menu ul {
        padding-left: 0px;
    }

    .container{
        max-width: 700px;
    }

    .inicio{
        padding-bottom: 60px;
    }

    .empresarios{
        display: none;
    }

    .introducao{
        grid-template-columns: 1fr;
    }

    .introducao-imgem{
        display: none;
    }

    .premios{
        grid-template-columns: 1fr 1fr;
    }

    .premio-imagem {
        width: 50%;
    }

    .celular img{
        width: 350px;
        margin-right: -50px;
    }

    .info-whats{
        margin-left: 0;
        padding: 20px 20px;
    }

    .rodape h2{
        padding: 20px 20px;
    }
}

@media screen and (max-width: 768px){
    .menu {
        max-width: 500px;
        padding-top: 40px;
    }

    .menu ul{
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
        font-size: 1.4rem;
    }

    .container{
        max-width: 500px;
    }

    .inicio{
        grid-template-columns: 1fr;
        justify-items: center;
        padding-bottom: 90px;
    }

    .texto-info{
        font-size: 1.6rem;
    }

    .logo-campanha{
        width: 450px;
    }

    .chamada{
        text-align: center;
    }

    .introducao-texto{
        text-align: center;
    }

    .premios{
        grid-template-columns: 1fr;
    }

    .premio-titulo{
        font-size: 2rem;
    }

    .premio-sub{
        font-size: 1.6rem;
    }

    .premio-sorteio{
        font-size: 1.2rem;
    }

    .texto-info{
        text-align: center;
    }

    .rodape{
        grid-template-columns: 1fr;
    }

    .celular img{
        margin-right: 0;
    }

    .info-whats{
        margin-top: 0;
        padding: 0;
        margin-bottom: 20px;
    }

    .regulamento-info h2{
        font-size: 1.8rem;
    }

    .regulamento-info a {
        font-size: 1.8rem;
    }

    .info-whats h2{
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 530px){
    .menu {
        max-width: 400px;
    }

    .container{
        max-width: 400px;
    }

    .logo-campanha {
        width: 350px;
    }

    .img-titulo img{
        width: 80%;
    }

    .img-info img{
        width: 100%;
    }

    .tabela{
        overflow: auto;
        word-break: break-word;
    }

    .tabela2{
        overflow: auto;
        word-break: break-word;
    }

    .imagem-regulamento img{
        width: 100%;
    }
}

@media screen and (max-width: 440px){
    .menu {
        max-width: 350px;
    }

    .container{
        max-width: 350px;
    }

    .logo-campanha {
        width: 350px;
    }

    .celular img {
        width: 300px;
    }

    .rodape h2{
        width: auto;
    }

}

@media screen and (max-width: 320px){
    .menu {
        max-width: 280px;
    }

    .container{
        max-width: 280px;
    }

    .logo-campanha {
        width: 250px;
    }

    .chamada {
        font-size: 1.6rem;
    }

    .vermelho{
        font-size: 2.8rem;
    }
}