html,body {
    background-color: #e4e4e4;
}

.text-red {
    color: #E30613;
}

.text-green-yellow {
    color: #f8e902;
}

.text-black-600 {
    font-weight: 600;
}

.bg-green-yellow {
    background-color: #f8e902;
}

.bg-gray {
    background-color: #e4e4e4 !important;
}


.bg-gray-dark {
    background-color: #0D0E10;
}

.weight-100 {
    font-weight: 100 !important;
}

.bg-alvo {
    background-image: url('../img/bg_alvo.jpeg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-red {
    background-color: #E30613;
}

.bg-green-neon {
    background-color: #26D267;
}

.logo {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.button-padding {
    padding-left: 7em;
    padding-right: 7em;
}

.mobile {
    display: none;
}

.no-mobile {
    display: block;
}

.foto-convidado {
    width: 243px;
    margin-left: auto;
    margin-right: auto;
}

.imagem-experimento {
    width: 299px;
    max-width: 100%;
    margin-right: 10px;
}

.bonus {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.bonus div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 10px;
}

.aba-borda {
    border-radius: 10px;
    width: 100%;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

.bonus div div:first-child {
    display: flex;
    justify-content: center;
}

.bonus div div:last-child {
    font-size: 1em;
    align-items: flex-start;
}

.multi1 {
    width: 100%; 
    max-width: 900px; 
    line-height: 40px; 
    margin-left: auto; 
    margin-right: auto;
}

.multi2 {
    width: 100%; 
    max-width: 420px; 
    height: 330px; 
    margin-left: auto; 
    margin-right: auto;
}

@media screen and (max-width: 1098px) {
    .imagem-experimento {
        width: 240px;
        max-width: 100%;
    }
} 

@media screen and (max-width: 1000px) {
    .logo {
        justify-content: center;
        align-items: center;
    }

    .aline-topo {
        display: flex;
        justify-content: center;
    }
 
    .mobile {
        display: inherit;
    }
    
    .no-mobile {
        display: none;
    }

    .button-padding {
        padding-left: 3.5em;
        padding-right: 3.5em;
    }

    .imagem-experimento {
        width: 543px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
}

@media screen and (max-width:500px) {
    .bonus {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .foto-convidado {
        width: 443px;
        margin-left: auto;
        margin-right: auto;
    }
    .imagem-experimento {
        width: 443px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .button-padding {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    .multi1 {
        width: 100%; 
        max-width: 900px; 
        height: 530px; 
        line-height: 40px; 
        margin-left: auto; 
        margin-right: auto;
    }
    
    .multi2 {
        width: 100%; 
        max-width: 420px; 
        height: 330px; 
        margin-left: auto; 
        margin-right: auto;
    }
}