* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

/*------------*/

html,body {
    height: 100%;
}

body {
    background-color: #000000;
}

/* Header */

header {
    width: 100%;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 30px 0;
}

.bloco1 {
    padding: 5px;
    max-width: 500px;
    border-radius: 10px;
    background-color: #121212;
    padding: 30px 15px;
    margin: 0 10px;
}

.bloco1 > h1 {
    font-family: 'Montserrat', sans-serif;
    color: white;
    text-align: center;
    font-size: 30px;
}

.bloco1 > h2 {
    font-family: 'Montserrat', sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 19px;
}

.bloco1 > p {
    font-family: 'Montserrat', sans-serif;
    color: white;
    text-align: center;
    font-size: 20px;
    padding: 40px 0;
}

.logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.logo img {
    width: 100px;
    border-radius: 50%;
}

.btn-comprar {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: white;
    text-align: center;
    font-size: 20px;
    background-image: linear-gradient(to right,#e62c22,#ffa230);
    padding: 14px 17px;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s ease;
    outline: none;
    border: none;
    background-size: 200%;
}
.btn-comprar:hover {
    background-position: right;
}

.btn-wraper {
    text-align: center;
    padding: 20px 0;
}

.tempo-desconto {
    font-family: 'Montserrat', sans-serif;
    color: rgb(255, 255, 255);
    padding-top: 14px;
}

.tempo-desconto span {
    color: red;
}

/* Main */

main {
    width: 100%;
}

main > h1 {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 35px 10px 55px 10px;
}

.conteudo-curso {
    max-width: 600px;
    background-color: #121212;
    border-radius: 10px;
    padding: 15px;
    margin: 0 auto;
}

.bloco-conteudo-curso {
    padding: 10px;
}

.conteudo-space {
    width: 100%;
    margin: 25px 0px;
    background-color: #232323;
    box-shadow: 0px 0px 17px #00000042;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
}

.barra-content {
    height: 100%;
    width: 8px;
    padding-bottom: 10%;
    margin-right: 10px;
    /*background-image: linear-gradient(to top right,#cd5200,#c30000);*/
    animation: barra infinite 2s;
}

@keyframes barra {
    0% {
        background-color: #c30000;
    }

    50% {
        background-color: #cd5200;
    }

    100% {
        background-color: #c30000;
        background-position: left;
    }
}

.content-curso {
    width: 100%;
    height: 100%;
    font-family: 'Montserrat',sans-serif;
    color: rgb(255, 255, 255);
    line-height: 30px;
    font-size: 18px;
    padding: 5px 0;
}

/* Container 2 */

.container2 {
    padding: 40px 10px 10px 10px;
    width: 100%;
    text-align: center;
}

.container-mkt {
    color: white;
    font-family: 'Montserrat', sans-serif;
    margin: auto;
    max-width: 600px;
}

.container-mkt h1 {
    padding: 15px 0;
}

.container-mkt h2 {
    font-weight: normal;
    padding: 5px 0px 18px 0;
    font-size: 20px;
}

.container-mkt p {
    padding: 16px 0;
}

.container-mkt hr {
    height: 4px;
    border: none;
    animation: barraHr infinite 2s;
    margin: 25px 30px;
}

@keyframes barraHr {
    0% {
        background-color: #c30000;
    }

    50% {
        background-color: #cd5200;
    }

    75% {
        background-color: rgb(255, 0, 72);
    }

    100% {
        background-color: #c30000;
    }
}

/* Container 3 */

.container3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.container3 h1 {
    font-family: 'Montserrat',sans-serif;
    color: white;
    padding: 24px 0;
    text-align: center;
}

.container3 p {
    text-align: center;
    color: white;
    font-family: 'Montserrat',sans-serif;
    max-width: 500px;
    text-align: justify;
    font-size: 19px;
    line-height: 28px;
}

.p-wraper {
    max-width: 600px;
    padding-bottom: 30px;
}

.p-wraper span {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to top right,red,orange);
}

/* Scroll Bar */

::-webkit-scrollbar {
    width: 12px;
    background-color: #242424;
}
::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(59, 59, 59);
    border: 2px solid #242424;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(110, 110, 110);
}

/* Footer */

footer {
    background-color: #000000;
    padding: 30px 0;
    margin-top: 30px;
}

footer p {
    text-align: center;
    font-family: 'Montserrat',sans-serif;
    color: rgb(99, 99, 99);
}

footer p a {
    color: rgb(99, 99, 99);
    transition: .3s;
}

footer p a:hover {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,red,orange);
    text-decoration: none;
}

@media screen and (max-width: 610px) {
    .conteudo-curso {
        border-radius: 0px;
    }
}