h1 {
    font-size: 45px !important;
}

h2 {
    font-size: 42px;

}

p {
    font-size: 18px !important;
    line-height: 27px !important;
}

.textBlue1 {
    color: #001E40;
}

#tituloHeader {
    font-weight: 500;
    color: #01208f;
    line-height: 55px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.nDivPlano.destaque {
    background-color: #011A64 !important;
}

/*form*/
.formHome .form-group {
    margin-bottom: 1rem;
    text-align: center;
    color: white;
}

.formHome label,
.formHome p {
    display: block;
    text-align: center;
    margin-bottom: 0.5rem;
}

.formHome input {
    border: none !important;
    border-radius: 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    background: #fff !important;
    color: #000 !important;
}

/* Ensure checkbox input also has a white background where applicable */
.formHome input[type="checkbox"] {
    width: auto;
    display: inline-block;
}

.g-recaptcha {
    margin-top: 1rem;
}

.ebookForm button {
    background-color: #0cfffb;
    border-radius: 47px;
    padding: 0 3rem;
    width: 100%;
    color: black;
    cursor: pointer;
    transition: 1s;
    min-height: 3rem;
    font-size: 18px;
}

/**/

.blocoPersonalize {
    background-color: #f4fcff;
    border-radius: 20px;
    outline: 20px solid #f4fcff;
    margin-top: 75px;
}

.centraliza {
    text-align: center;
    margin: 0 auto;
    padding: 2px !important;

}

.persoTexto {
    color: #030444;
    text-align: left;
    padding: 0;
}

/*bullet points*/


#bulletPointsCurso {
    background: linear-gradient(to right, #fff 40%, #acd1f2 100%) !important;
    padding-bottom: 40px;
    padding-top: 40px;
    background: linear-gradient(to right, #fff 40%, #acd1f2 100%) !important;
}

#motivosEbook {
    background: linear-gradient(to bottom, #0b3d9f, #007bff) !important;
}

#bulletPointsCurso .container {
    margin-top: 0px;
}


#bulletPointsCurso ul {
    padding: 0;
    margin-top: 3rem;
}

#bulletPointsCurso li {
    display: flex;
    margin-bottom: 3vh;
    align-items: center;
}

#bulletPointsCurso li p {
    margin: 0;
}

.topicoConteudoEbook {
    font-size: 18px;
    border-radius: 20px;
    background-color: #001e40;
    font-weight: bold;
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1vw;
}

.topicoConteudoEbook.topicoPar {
    background-color: #007bff;
}

.baixarEbook {
    display: flex;
    justify-content: center;
}

.baixarEbook a {
    background-color: #0cfffb;
    font-size: 18px;
    font-weight: bold;
    color: black !important;
    padding: 15px 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: 1s;
}

.baixarEbook a:hover {
    box-shadow: 0px 0px 50px #0cfffb;
}

#motivosEbook ul {
    margin-top: 4rem;
}

#motivosEbook ul li p span {
    color: #0cfffb;
}

#motivosEbook .container img {
    width: 25rem;
    margin: 2rem auto;
}

/*cards*/

#possibilidadesMaterial {
    background-color: #001B79;
}

#possibilidadesMaterial .item {
    background-color: #007bff;
    height: 12.6rem;
    width: 17rem;
    margin: 0 1rem 1rem 0;
    padding: 1rem;
    border-radius: 1rem;
    text-align: center;
}

#possibilidadesMaterial .item h3 {
    font-size: 24px;
    font-weight: bold;
}

#possibilidadesMaterial .item p {
    font-size: 18px;
}

#possibilidadesMaterial .branco {
    background-color: white;
    color: #031844;
}

#possibilidadesMaterial .item p {
    margin-top: 1rem;
}



/*modulosCurso*/
.module {

    border-left: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
}

.module-title {
    background-color: #6610f2 !important;
    color: white;
    margin: 0;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px !important;
}

.subtopics {
    color: #333;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.subtopics li {
    width: 100%;
    padding: 12px 16px;
    background: #fff;
    border: none;
    border-bottom: 2px solid #f5f5f5;
    border-left: 1px solid #F5F5F5;
    /* mesma borda do .module */
    border-radius: 0;
    font-weight: 500;
    box-sizing: border-box;
}

.subtopics li:hover {
    background: #f4fcff;
}

/*instrutor do curso*/

.container-instrutor {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    padding: 20px;
}

.image-container {
    flex: 1;
    text-align: center;
    align-self: flex-start;
}

.image-container img {
    width: 200px;
    max-width: 100%;
    height: auto;
}

.image-container img {
    height: auto;
    background: linear-gradient(45deg, #1e3c72, #2a5298);
    border-radius: 50%;
    display: inline-block;
}

.text-container {
    flex: 2;
    padding-left: 20px;
}

.title {
    color: #01208f;
    font-weight: 800;
    margin-bottom: 10px;
}

.paragraph {
    margin-bottom: 20px;

    font-size: 18px;
}

.button-instrutor {
    margin-top: 70px;
    display: block;
    padding: 20px 40px;
    background-color: #011A64;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 15px;
    font-weight: bold;
    font-size: 20px;
}

.button-instrutor:hover {
    background-color: #1e3c72;
    color: white;
}


@media(max-width: 1300px) {
    #possibilidadesMaterial .item {
        height: 17rem;
        display: flex !important;
        margin: 0 auto 1rem auto;
    }
}

@media(max-width: 767px) {
    h1 {
        font-size: 28px !important;
    }

    h2 {
        font-size: 24px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    p {
        font-size: 16px !important;
    }

    #possibilidadesMaterial {
        padding: 2rem 0;
    }

    #possibilidadesMaterial h2 {
        margin-bottom: 2rem;
    }

    #possibilidadesMaterial .item {
        padding-top: 15px;
        display: flex !important;
        height: 8.6rem;
        width: 80% !important;
        margin: 0 auto;
    }

    /*blocoPersonaliza*/
    .blocoPersonalize {
        width: 99%;
        align-self: center;
        justify-self: center;
    }


    .persoTexto {
        margin-left: 0;
    }

    /*cabecalho*/
    #tituloHeader {
        margin-left: 15px;
    }

    .cardPlus {
        margin-left: 15px;
    }

    /*instrutor*/
    .container-instrutor {
        flex-direction: column;
        text-align: left;
        padding: 0;
    }

    .image-container {
        margin-bottom: 15px;
    }

    .image-container img {
        width: 120px;
        /* Slightly smaller for mobile */
    }

    .text-container {
        padding-left: 0;
        margin-bottom: 15px;
    }

    .title {
        font-size: 1.2em;
    }

    .paragraph {
        font-size: 16px !important
    }

    .button-instrutor {
        width: 250px;
        margin: 0 auto;
        padding: 10px 20px;
    }
}

@media(max-width: 350px) {

    #possibilidadesMaterial .item {
        height: 16rem;
    }
}