body {
    overflow-x: hidden;
}

a {
    color: inherit !important;
}

.whats-direct {
    cursor: pointer;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.roboto,
.div-kits {
    font-family: 'Roboto', sans-serif;
}

.open-sans {
    font-family: 'Open Sans', sans-serif;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

header {
    background-color: black;
    padding: 10px;
}

.logo {
    width: 18%;
}

.faixa-amarela {
    background-color: #F2CE1B;
    color: black;
    padding: 6px;
}

.boleto-gerado {
    background-color: #0C0606;
    color: white;
    font-family: 'Roboto', sans-serif;
    padding-top: 6%;
    padding-bottom: 6%;
}

@media(max-width:768px) {
    .boleto-pc {
        display: none;
    }
    .logo {
        width: 65%;
        padding-bottom: 5px;
    }
    .faixa-amarela {
        font-size: 10px;
        font-weight: 300;
    }
    .frasco {
        width: 100%;
    }
    .boleto-gerado {
        padding-top: 5%;
        padding-bottom: 10%;
    }
    .boleto-gerado .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .boleto-gerado h1 {
        font-size: 28px !important;
    }
    .boleto-gerado h2 {
        font-size: 16px !important;
        text-align: center;
        margin-top: 30px;
    }
    .espac2 {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .margin2 {
        padding: 0;
    }
    .margin1 {
        margin-top: -5px;
    }
    .boleto-cel {
        font-size: 16px;
        line-height: 1.7;
    }
    button {
        font-family: "Roboto", Sans-serif;
        font-size: 16px !important;
        font-weight: 430;
        color: #ffffff;
        background-color: #61ce70;
        border-style: solid;
        border-color: #61ce70;
        width: 100%;
        padding: 10px;
        border-radius: 3px;
    }
}

@media(min-width:768px) {
    .boleto-cel {
        display: none;
    }
    .frasco {
        width: 90%;
    }
    .boleto-gerado p {
        font-size: 16px;
        line-height: 1.7;
        font-weight: 400;
    }
    .margin1 {
        margin-top: 80px;
    }
    .margin2 {
        margin-top: 50px;
    }
    .espac1 {
        margin-bottom: 20px;
    }
    .espac2 {
        margin-bottom: 25px;
        margin-top: 20px;
    }
    button {
        font-family: "Roboto", Sans-serif;
        font-size: 16px !important;
        font-weight: 430;
        color: #ffffff;
        background-color: #61ce70;
        border-style: solid;
        border-color: #61ce70;
        width: 45%;
        padding: 10px;
        border-radius: 3px;
    }
}