﻿#h1-home {
    min-width: 246px;
}

.cabecalho-home {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    margin-top: 20px;
    min-width: 226px;
}

#h1-home > h1 {
    font-weight: 900;
    color: var(--parametro1);
    line-height: 23px;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 20px;
    text-align: left;
    min-width: 200px;
    margin-top: 22px;
}

#h1-home > h1 span {
    color: var(--parametro2);
}

.imagemPremio {
    padding-left: 0;
    height: 8rem;
}

.divPremio {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 10px;
}

.aviso-img-premio {
    color: var(--parametro3);
    position: absolute;
    display: inline-block;
    font-size: 0.6rem;
    font-weight: bold;
    left: 27px;
    /*top: 86%;*/
    top: 95%;
}

.div-img-premio {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-left: 12px;
}

.backgroundButton {
/*    background-image: url(../img/Home/botao-compre-aqui.png);*/
    background-size: 100% 100%;
    background-position: 100% 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 100px;
    height: 70px;
    transition: transform 1s;
    margin-top: 1px;
}

.backgroundButton:hover {
    transform: scale(1.06);
}

.backgroundButton:focus {
    transform: scale(1.2);
}

#btn-comprar.btn-compre-aqui {
    font-weight: 500;
    color: var(--parametro1);
    font-size: 12px;
    margin-right: 3px;
    padding: 2px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 2px;
    padding-top: 5px;
    background-color: var(--parametro4);
}

#btn-comprar.btn-compre-aqui:focus {
        box-shadow: none;
    }

.img-size-custom {
        flex: 0 0 88%;
        max-width: 88%;
    }

.doacao {
    font-weight: 700;
    background-color: var(--parametro4);
    color: var(--parametro1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    padding: 10px 10px;
    box-shadow: 1px 1px 5px black;
    width: 100%;
    text-align: center;
    height: 53px;
    min-width: 151px;
}

.doacao > p {
        margin: 0;
    }

.doacao > p > span {
    color: var(--parametro2);
}

.home-h3 {
    font-weight: 600;
    font-size: 13px;
    width: 100%;
    color: var(--parametro3);
    margin-bottom: 50px;
}

.home-h3 > span {
        margin-bottom: 10px;
    }

.div-reg-secap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.div-img-logo {
    flex: 0 0 30%;
    max-width: 30%;
}

.msg-secap {
    font-size: 0.7rem;
    font-weight: 500;
    margin: auto;
    text-align: center;
    flex: 0 0 80%;
    max-width: 80%;
    margin-bottom: 20px;
    color: var(--parametro3);
}

.msg-secap > span {
        display: block;
        font-weight: bold;
    }

.img-logo {
    width: 95%;
}

@media (min-width: 240px) {

    .imagemPremio {
        height: 9rem;
    }

    .doacao {
        font-size: 12px;
    }
}

@media (min-width: 260px) {
    .aviso-img-premio {
        position: absolute;
        display: inline-block;
        transform: rotate(90deg);
        font-size: 0.4rem;
        left: -67px;
        top: 36%;
    }
}

@media (min-width: 300px) {

    .cabecalho-home {
        display: flex;
        justify-content: center;
        align-items: start;
        flex-wrap: nowrap;
        margin-top: 0px;
        padding: 0;
        max-width: 100%;
        /* margin-left: 10px; */
        margin-right: auto;
        flex-direction: row-reverse;
    }

    #h1-home > h1 {
        font-size: 22px;
        width: 100%;
        /* margin-right: 0px; */
        line-height: 26px;
        margin-top: 20px;
        margin-bottom: 0;
        margin-left: 0px;
    }

    .imagemPremio {
        height: 10.8rem;
    }

    .aviso-img-premio {
        left: -78px;
        top: 48%;
    }

    .div-img-premio {
        position: relative;
        display: flex;
        justify-content: center;
        margin-top: 2rem;
        margin-left: 20px;
    }

    .backgroundButton {
        padding: 0;
        flex: 0 0 95.7px;
        margin-top: 16px;
        height: 80px;
        padding-left: 0.3px;
        background-size: 97% 98%;
    }

    .doacao {
        border-radius: 0px;
        width: 100%;
        margin-top: 1.57rem;
        font-size: .82rem;
        height: 62px;
    }

    .divPremio {
        margin-top: 25px;
    }

    #btn-comprar.btn-compre-aqui {
        font-weight: 500;
        font-size: 13px;
        margin-right: 3px;
        padding-right: 7px;
        padding-left: 7px;
        padding-bottom: 6px;
        padding-top: 6px;
        outline: 5px solid var(--parametro4);
    }

    .msg-secap {
        font-size: 0.65rem;
        max-width: 100%;
        margin-bottom: 0px;
    }

    .div-reg-secap {
        max-width: 270px;
        margin-inline: auto;
    }

    .div-msg-secap {
        flex: 0 0 75%;
        max-width: 75%;
        margin-bottom: 5px;
    }

    .div-img-logo {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .img-logo {
        max-width: 52px;
    }
}

@media (min-width: 320px) {

    .div-img-premio {
        margin-top: 1.5rem;
    }

    .doacao {
        height: 66px;
        margin-top: 1.4rem;
        font-size: .9rem;
    }

    .backgroundButton {
        background-size: 97% 96%;
        margin-top: 12px;
        flex: 0 0 100px;
        height: 88px;
    }

    .imagemPremio {
        height: 11rem;
    }

    #btn-comprar.btn-compre-aqui {
        font-size: 16px;
        padding-right: 3px;
        padding-left: 3px;
        padding-bottom: 1px;
        padding-top: 3px;
        outline: 7px solid var(--parametro4);
    }

    .aviso-img-premio {
        left: -85px;
        top: 46%;
        font-size: 0.5rem;
    }
}

@media (min-width: 356px) {

    #h1-home > h1 {
        font-size: 24px;
        letter-spacing: 1.2px;
        width: 100%;
        line-height: 27px;
        word-spacing: 0.7px;
        margin-bottom: 6px;
    }

    .imagemPremio {
        height: 12rem;
    }

    .doacao {
        height: 73px;
        margin-top: 1.39rem;
        font-size: 1rem;
    }

    #btn-comprar.btn-compre-aqui {
        font-size: 17px;
        padding-right: 7px;
        padding-left: 7px;
        padding-bottom: 3px;
        padding-top: 7.2px;
        outline: 6px solid var(--parametro4);
    }

    .backgroundButton {
        background-size: 98% 97%;
        margin-top: 11px;
        height: 96px;
        flex: 0 0 115px;
    }

    .divPremio {
/*        padding-bottom: 0.4rem;
*/        margin-top: 15px;
    }

    div-img-logo {
        flex: 0 0 28%;
        max-width: 30%;
    }
}

@media (min-width: 390px) {

    #h1-home > h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .backgroundButton {
        height: 95px;
        margin-top: 11px;
        flex: 0 0 120px;
    }

    #btn-comprar.btn-compre-aqui {
        font-size: 17px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 2px;
        padding-top: 6.2px;
        outline: 6px solid var(--parametro4);
    }

    .doacao {
        height: 72px;
        font-size: 1rem;
    }

    .imagemPremio {
        height: 12.5rem;
    }

    .aviso-img-premio {
        left: -76px;
        top: 50%;
    }

    .divPremio {
/*        padding-bottom: 1rem;
*/    }

    .msg-secap {
        font-size: 0.7rem;
    }
}

@media (min-width: 410px) {

    .imagemPremio {
        height: 13rem;
    }

    .cabecalho-home {
        max-width: 100%;
    }

    .backgroundButton {
        flex-basis: 132px;
        height: 105px;
        margin-top: 9px;
    }

    #h1-home > h1 {
        font-size: 28px;
        width: 100%;
        margin-right: 15px;
        line-height: 34px;
        word-spacing: 0;
    }

    #btn-comprar.btn-compre-aqui {
        font-size: 19px;
    }

    .doacao {
        font-size: 1.1rem;
        height: 77px;
    }

    .home-h3 {
        font-size: 1.1rem;
        width: 100%;
        z-index: 1;
    }

    .msg-secap {
        font-size: 0.77rem;
    }

    .div-reg-secap {
        max-width: 310px;
    }

    .img-logo {
        max-width: 54px;
    }
}

@media (min-width: 450px) {

    .backgroundButton {
        background-size: 99% 98%;
        flex-basis: 138px;
        height: 116px;
        margin-top: 8px;
    }

    .doacao {
        font-size: 1.3rem;
        height: 87px;
    }

    #h1-home > h1 {
        font-size: 31px;
        width: 100%;
        margin-right: 15px;
        line-height: 35px;
        margin-top: 25px;
    }

    #btn-comprar.btn-compre-aqui {
        font-size: 21px;
        padding-right: 9px;
        padding-left: 8px;
        padding-bottom: 4px;
        padding-top: 6px;
        outline: 7px solid var(--parametro4);
    }

    .imagemPremio {
        height: 13.7rem;
    }

    .aviso-img-premio {
        left: -66px;
        top: 45%;
    }
}

@media (min-width: 515px) {

    #h1-home {
        width: 100%;
    }

        #h1-home > h1 {
            font-size: 35px;
            width: 100%;
            margin-right: 15px;
            line-height: 39px;
            margin-left: 0px;
        }

    .backgroundButton {
        flex-basis: 160px;
        height: 130px;
        margin-top: 6px;
    }

    #btn-comprar.btn-compre-aqui {
        font-size: 24px;
        padding-right: 11px;
        padding-left: 11px;
        padding-bottom: 4px;
        padding-top: 5px;
        outline: 8px solid var(--parametro4);
    }

    .imagemPremio {
        height: 16.5rem;
    }

    .divPremio {
        padding-top: 1.5rem;
        margin-top: 5px;
    }

    .aviso-img-premio {
        left: -78px;
        top: 45%;
        font-size: 0.6rem;
    }

    .doacao {
        font-size: 1.5rem;
        height: 96px;
    }

    .home-h3 {
        font-size: 1.2rem;
    }

    .msg-secap {
        margin-left: 0;
    }

    .div-reg-secap {
        max-width: 310px;
    }
}

@media (min-width: 576px) {

    .cabecalho-home {
        margin-top: 20px;
    }

    #h1-home > h1 {
        font-size: 40px;
        line-height: 45px;
        margin-left: 0px;
    }

    .backgroundButton {
        flex-basis: 180px;
        height: 140px;
        margin-top: 4px;
    }

    #btn-comprar.btn-compre-aqui {
        font-size: 26px;
        padding-right: 13px;
        padding-left: 14px;
        padding-bottom: 5px;
        padding-top: 5.5px;
        outline: 8px solid var(--parametro4);
    }

    .doacao {
        font-size: 26px;
        height: 104px;
        margin-top: 1.36rem;
    }

    .imagemPremio {
        height: 17.5rem;
    }

    .home-h3 {
        font-size: 1.4rem;
        width: 100%;
        margin-top: 1rem;
    }

        .home-h3 > span {
            margin-bottom: 15px;
        }

    .msg-secap {
        font-size: .9rem;
    }

    .aviso-img-premio {
        font-size: 0.8rem;
        left: -92px;
        top: 46%;
    }

    .div-reg-secap {
        max-width: 356px;
    }

    .img-logo {
        max-width: 60px;
    }
}

@media (min-width: 610px) {

    .cabecalho-home {
        margin-top: 18px;
    }

    #h1-home > h1 {
        font-size: 41px;
        line-height: 45px;
        margin-top: 30px;
    }

    .backgroundButton {
        flex-basis: 182px;
        height: 144px;
        margin-top: 4px;
    }

    #btn-comprar.btn-compre-aqui {
        font-size: 27px;
        padding-left: 12px;
    }

    .doacao {
        font-size: 27px;
        height: 106px;
        margin-top: 1.4rem;
    }

    .imagemPremio {
        height: 18.5rem;
    }

    .divPremio {
        padding-right: 0;
    }
}

@media (min-width: 740px) {

    .cabecalho-home {
        margin-top: 20px;
        margin-left: 0;
    }

    .imagemPremio {
        height: 20.5rem;
    }

    #h1-home > h1 {
        font-size: 44px;
        line-height: 49px;
        word-spacing: 5px;
    }

    .backgroundButton {
        flex-basis: 195px;
        height: 145px;
    }

    #btn-comprar.btn-compre-aqui {
        font-size: 28px;
        padding-right: 15px;
        padding-left: 17px;
        padding-bottom: 3.4px;
        padding-top: 3px;
        outline: 8px solid var(--parametro4);
    }

    .doacao {
        font-size: 28px;
        height: 107px;
    }
}

@media (min-width: 768px) {

    .cabecalho-home {
        max-width: 658px;
        margin-top: 26px;
        margin-left: 60px;
    }

    #h1-home > h1 {
        font-size: 47px;
        line-height: 50px;
        word-spacing: 5px;
        margin-top: 35px;
        margin-left: 60px;
    }

    .backgroundButton {
        flex-basis: 215px;
        height: 150px;
    }

    #btn-comprar.btn-compre-aqui {
        font-size: 30px;
        padding-right: 17px;
        padding-left: 19px;
        padding-bottom: 2.4px;
        padding-top: 4px;
        outline: 8px solid var(--parametro4);
    }

    .doacao {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.8rem;
        height: 113px;
        margin-top: 1.4rem;
    }

    .imagemPremio {
        height: 23.5rem;
    }

    .aviso-img-premio {
        left: -75px;
    }

    .divPremio {
    }

    .backgroundButton {
        padding: 40px 40px 40px 35px;
        margin-top: 4px;
    }

    .div-reg-secap {
        max-width: 354px;
    }

    .div-msg-secap {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .div-img-logo {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .ml-md-4-custom {
        margin-left: 1.5rem;
    }

    .home-h3 {
        font-size: 1.4rem;
    }

    .home-h3 > span {
            margin-bottom: 20px;
        }
}

@media (min-width: 910px) {

    .cabecalho-home {
        max-width: 715px;
        margin-top: 26px;
        margin-left: 90px;
    }

    .backgroundButton {
        background-size: 100% 98%;
        flex-basis: 220px;
        height: 164px;
        margin-top: 1px;
    }

    #btn-comprar.btn-compre-aqui {
        font-size: 32px;
        padding-right: 17px;
        padding-left: 19px;
        padding-bottom: 3.4px;
        padding-top: 6px;
        outline: 8px solid var(--parametro4);
    }

    .doacao {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        font-size: 32px;
        height: 122px;
    }

    .imagemPremio {
        height: 25rem;
    }

    .aviso-img-premio {
        left: -50px;
    }

    .home-h3 {
        font-size: 1.8rem;
    }

    #h1-home > h1 {
        font-size: 51px;
        line-height: 54px;
        word-spacing: 5px;
        margin-top: 35px;
        margin-left: 90px;
    }
}

@media (min-width: 992px) {

    .cabecalho-home {
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        margin-left: 32%;
        margin-right: 3px;
        margin-top: 15px;
        max-width: 610px;
    }

    .container-btn-msg {
        flex-direction: row-reverse;
        flex-wrap: nowrap;
    }

    .backgroundButton {
        flex-basis: 210px;
        height: 145px;
        margin-top: 3px;
        align-self: end;
    }

    #h1-home {
        padding-right: 4%;
        margin-left: 32%;
    }

    #h1-home > h1 {
           font-size: 45px;
            line-height: 54px;
            margin-bottom: 25px;
            text-align: left;
            margin-top: 0;
            word-spacing: initial;
            margin-top: 15px;
            margin-left: initial;
        }

    #btn-comprar.btn-compre-aqui {
        font-size: 2rem;
        padding-right: 14px;
        padding-left: 11px;
        padding-bottom: 0px;
        padding-top: 0px;
        outline: 8px solid var(--parametro4);
    }

    .imagemPremio {
        height: 29.5rem;
    }

    .aviso-img-premio {
        left: -50px;
    }

    .doacao {
        width: 100%;
        /* max-width: 780px; */
        font-size: 32px;
        height: 100px;
        /*margin-bottom: 12px;*/
        border-radius: 0px;
        max-width: 650px;
        height: 112px;
        margin-top: 1.2rem;
    }

    .home-h3 {
        margin-top: 20px;
        font-size: 2rem;
    }

    .divPremio {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {

    .cabecalho-home {
        max-width: 714px;
        margin-top: 36px;
        margin-right: 20px;
        margin-left: 31%;
    }

    #h1-home {
        margin-left: 31%;
    }

    #h1-home > h1 {
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 30px;
}

    .backgroundButton {
        flex-basis: 170px;
        width: 363px;
        align-self: end;
        background-size: 94% 107%;
        padding: 30px 30px 47px 37px;
    }

    #btn-comprar.btn-compre-aqui {
        font-size: 33px;
        padding-right: 17px;
        padding-left: 18px;
        padding-bottom: 0px;
        padding-top: 0px;
        outline: 16px solid var(--parametro4);
    }

    .divPremio {
        padding-top: 0;
    }

    .imagemPremio {
        height: 32rem;
    }

    .aviso-img-premio {
        left: 0px;
        font-size: 0.9rem;
    }

    .doacao {
        max-width: 880px;
        font-size: 35px;
        border-radius: 0;
        height: 130px;
        margin-top: 1px;
    }

    .home-h3 {
        font-size: 2.2rem;
        padding-left: 45px;
        padding-right: 45px;
        margin-bottom: 65px;
    }

    .msg-secap {
        font-size: 1.1rem;
    }

    .div-msg-secap {
        margin-bottom: 10px;
    }

    .img-logo {
        max-width: 70px;
    }

    .div-reg-secap {
        max-width: 415px;
    }
}

@media (min-width: 1350px) {
    .imagemPremio {
        height: 36rem;
    }

    .aviso-img-premio {
        left: -70px;
        font-size: 1rem;
    }

    .div-img-premio {
        margin-top: 65px;
    }

    #h1-home {
        margin-left: 30%;
    }

    .cabecalho-home {
        margin-left: 30%;
    }
}

@media (min-width: 1400px) {

    .cabecalho-home {
        max-width: 775px;
        margin-top: 68px;
    }

    #h1-home > h1 {
        font-size: 3.9rem;
        line-height: 76px;
    }

    .backgroundButton {
        flex-basis: 175px;
        width: 260px;
    }

    #h1-home {
        padding-right: 0;
    }

    .div-titulo-home {
        margin-left: 30%;
    }
}

@media (min-width: 1480px) {

    .cabecalho-home {
        max-width: 800px;
        margin-top: 70px;
        margin-left: 27%;
    }

    #h1-home {
        padding-right: 0;
        margin-left: 27%;
    }

    #h1-home > h1 {
        font-size: 65px;
        line-height: 73px;
    }

    .backgroundButton {
        flex-basis: 235px;
        width: 280px;
        height: 156px;
        margin-top: 2px;
        background-size: 96% 107%;
        padding: 20px 38px 47px 38px;
    }

    #btn-comprar.btn-compre-aqui {
        font-size: 34px;
    }

    .imagemPremio {
        height: 36rem;
    }

    .aviso-img-premio {
        left: -114px;
        font-size: 1.2rem;
    }

    .doacao {
        max-width: 600px;
        font-size: 36px;
        height: 110px;
        border-radius: 0;
        height: 134px;
        margin-top: 0px;
    }

    .div-titulo-home {
        margin-left: 28%;
    }
}

@media (min-width: 1800px) {

    .cabecalho-home {
        max-width: 875px;
        margin-top: 5rem;
        margin-left: 19%;
    }

    .doacao {
        max-width: 1200px;
        font-size: 45px;
        height: 145px;
        margin-top: -9px;
    }

    #h1-home {
        margin-left: 19%;
    }

    #h1-home > h1 {
        font-size: 4.46rem;
        line-height: 88px;
    }

    .imagemPremio {
        height: 36rem;
    }

    .aviso-img-premio {
        left: -114px;
        font-size: 1.2rem;
    }

    .div-titulo-home {
        margin-left: 23%;
    }

    .backgroundButton {
        flex-basis: 255px;
        width: 400px;
        margin-top: -2px;
        padding: 20px 30px 47px 36px;
        background-size: 95% 112%;
    }

    #btn-comprar.btn-compre-aqui {
        font-size: 37px;
    }

    .div-reg-secap {
        max-width: 500px;
    }

    .div-msg-secap {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .msg-secap {
        font-size: 1.2rem;
    }

    .div-img-logo {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .img-logo {
        max-width: 80px;
    }
}

@media (min-width: 1900px) {

    .imagemPremio {
        height: 36rem;
    }

    .aviso-img-premio {
        left: -64px;
        font-size: 1.2rem;
    }
}

@media (min-width: 2000px) {

    .cabecalho-home {
        margin-left: 15%;
    }

    #h1-home {
        margin-left: 15%;
    }

    .div-titulo-home {
        margin-left: 15%;
    }

    .aviso-img-premio {
        left: -114px;
        font-size: 1.2rem;
    }

    .imagemPremio {
        height: 36rem;
    }
}
