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

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #e8e6e6;
}

:root {
    --gradient-divisor: linear-gradient(316deg, #7e0876 20%, #4d199b 93.62%);
    --bg-gradient: linear-gradient(90deg, rgb(37, 49, 218) 0%, rgb(75, 75, 192) 0%, rgb(30, 28, 161) 100%);
    --bg-gradient-hover: linear-gradient(90deg, rgba(255, 0, 189, 1) 0%, rgba(0, 0, 255, 1) 100%, rgba(0, 0, 255, 1) 100%);
    --pix-background-color: linear-gradient(90deg, #F7B723 50%, #FA7D16  93.62%);
    --pix-text-color: #FA7D16 ;
    --credit-background-color: radial-gradient(50% 50% at 50% 50%, #00D772 0%, #3E6BA1 100%);
    --credit-text-color: #1FA18A;
    --boleto-text-color: #4D49EC;
    --color-primary: #283586;
    --color-primary-dark: #0f195a;
    --color-secondary: #FA7D16;
}

body #course-desc-disciplines .form_card {
    width: 40%;
}

body #course-desc-disciplines form{
    width: 100%;
}

@media (max-width: 768px) {
    body {
        font-size: 16px;
        width: 100%;
    }

    body #banner {
        height: 100%;
        padding-bottom: 20px;
    }

    body #course-desc-disciplines {
        display: flex;
        align-items: center;
        max-width: 100%;
    }

    body #course-desc-disciplines .form_card {
        width: 100%;
    }

    body #course-desc-disciplines form{
        width: 100%;
    }

    .text-container {
        flex-direction: column;
        padding-top: 20px;
    }

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .disciplines {
        margin: 3vw;
        display: flex;
    }

    .disciplines .descrtion-curse {
        width: 100%;
    }

    body #banner header {
        width: 100%;
        margin-top: 170px;
    }

    #banner .banner-img {
        padding-top: 5vw;
    }

    #prices .prices-content{
        flex-direction: column;
    }

    .price-body .price p{
        font-size: 1.0rem;
    }

    .matriz-curricular div table{
        width: auto;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 14px;
    }

    p {
        margin-top: 0;
    }

    .color-orange-claro {
        color: #ef8b48;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 16px;
        /* Ajuste o tamanho da fonte para telas menores */
    }
}

#banner {
    background: linear-gradient(316deg, #0e109f 20%, #0e2f8b 73.62%) !important;
    background-position: center;
    background-size: cover;
    text-align: center;
    width: 100%;
    height: 380px;
}

#banner header {
    width: 30%;
}

.color-blue {
    color: #002d72;
}

#banner p {
    color: #f7d957;
    font-weight: 800;
    font-size: 1.1em;
}

.curso-name {
    color: #fff;
    font-size: 1.5em;
}

.text-uppercase {
    text-transform: uppercase
}

.carga-horaria-horas {
    color: #fff;
    margin-left: 10px;
}

.text-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 8vw;
}

#carga-horaria {
    justify-content: left;
    align-items: center;
}

#carga-horaria p {
    color: #fff;
    font-weight: 800;
    font-size: 1em;
    display: flex;
    flex-direction: row;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.banner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.banner header p {
    padding-top: 1vw;
    text-align: left;
}

.d-flex {
    display: flex;
}

.p-0 {
    padding: 0;
}

.ml-2 {
    margin-left: 0.5rem;
}

.banner-img {
    padding-top: 3vw;
    justify-content: center;
    flex-direction: column;
    padding-top: 0vw;
}

.color-white {
    color: #fff;
}

.mt-4 {
    margin-top: 1.5rem;
}

.btn-style {
    background: var(--bg-gradient);
    border-radius: 35px;
    font-size: 0.7em;
    font-weight: 800;
    color: #fff;
    padding: 9px 28px;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    align-items: center;
}

.divisor {
    height: 10px;
    background: #5d5d5d;
}

.text-uppercase {
    text-transform: uppercase;
}

#course-desc-disciplines {
    display: flex;
    max-width: 80%;
    padding: 0 0 50px;
    margin-top: 30px;
}

.content_card {
    display: flex;
}

.disciplines {
    margin-right: 8vw;
    display: flex;
}

.mt-5,
.my-5 {
    margin-top: 3rem !;
}

.texto-curso {
    color: #002d72;
    font-weight: 800;
    padding: 10px;
}

.text-justify {
    text-align: justify;
}

.mt-3,
.my-3 {
    margin-top: 1rem;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card {
    background: linear-gradient(261.26deg, #eb8431 0%, var(--color-secondary) 100%);
    margin-top: 3vw;
    padding: 1em;
    border-radius: 10px;
}

.card {
    width: 100%;
    padding: 20px;
}

.card p {
    color: #eed875;
    font-weight: bold;
}

.card span {
    color: #fff;
    font-weight: 800;
    font-size: 1.2em;
}

.card-info {
    background: #fff;
}

.card-info p {
    color: #1a1817;
    text-align: left;
    font-size: 0.8em;
    font-weight: 600;
}

.mt-2,
.my-2 {
    margin-top: .5rem;
}

.p-2 {
    padding: .5rem;
}

.text-justify {
    text-align: justify;
}

.paragrafo {
    font-size: 0.8em;
}

h4 {
    font-size: 1.5rem;
}

.m-5 {
    margin-top: 20px;
}

.descrtion-curse {
    width: 600px;
    display: flex;
    flex-direction: column;
}

.btn-whatsapp {
    position: fixed;
    z-index: 999;
    left: 10px;
    bottom: 1em;
    padding: 0.5em;
    font-size: 1.8em;
    border-radius: 500px;
    background-color: #28a745;
    display: inline-flex;
}

.btn-whatsapp i{
    color: #fff;
}

.color-orange {
    color: #FE6603;
}

.matriz {
    width: 100%;
}

.cards-info {
    text-align: center;
}

.matriz-curricular .accordion-item {
    margin-top: 0.2em;
    border: none;
    outline: none;
    background: #fff;
}

.justify-content-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}

.p-3 {
    padding: 1rem;
}

.accordion-item a {
    color: #FC2D25;
    font-size: 0.8em;
}

.btn-matricular {
    display: inline-block;
    background-color: var(--color-primary);
    color: #fff;
    font-weight: 500;
    padding: 14px 30px;
    border-bottom: 5px solid #091c50;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}

.btn-conclulsao-intensiva{
    font-size: 13px;
    padding: 10px 20px
}

.matricula {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.form_lead{
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}

.form_lead button{
    width: 100%;
    cursor: pointer;
}


.form_lead h3{
    text-align: center;
}

.form_lead p{
    text-align: center;
    margin-top: 10px;
}

#prices {
    background: linear-gradient(316deg, var(--color-primary-dark) 20%, var(--color-primary) 93.62%);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

#prices h4 {
    color: #fff;
    text-align: center;
    padding-top: 50px;
}

.prices-content {
    display: flex;
    justify-content: center;
    max-width: 70%;
    display: flex;
}

.price-box {
    background-color: #fff;
    margin: 1em;
    flex: 1;
    border-radius: 10px;
    padding-bottom: 1em;
}

.price-box header{
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-box header .item_payment{
    margin-left: 10px;
    margin-right: 10px;
}

.pix header,
.credit header,
.boleto header {
    border-radius: 10px 10px 8px 8px;
    padding: 15px;
    text-align: center;
}

.pix header p,
.credit header p,
.boleto header p {
    font-size: 1em;
    font-weight: 700;
    color: #fff;
}

.price-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.price-body span {
    color: #000;
    font-weight: 700;
    font-size: 0.7em;
    background-color: #ccc;
    padding: 7px 10px;
    border-radius: 15px;
    text-transform: uppercase;
}

.price-body hr {
    width: 75%;
    background-color: #d4d4d4;
}

.price-body h6 {
    color: #000;
    font-size: 0.7em;
    text-transform: uppercase;
}

.price p {
    font-size: 1.3rem;
    font-weight: 800;
}

.matricula p {
    font-size: 1em;
    font-weight: 700;
}

#prices .price{
    margin-top: 10px;
    text-align: center;
}

#prices .matricula{
    margin: 10px;

}

.price-body a {
    font-size: 0.8em;
}

.pix header {
    background: var(--pix-background-color);
}


.credit p {
    color: var(--credit-text-color);
}

.pix p {
    color: var(--pix-text-color);
}

.credit a {
    background: var(--credit-background-color);
}

.pix a {
    background: var(--pix-background-color);
}

.boleto p {
    color: var(--boleto-text-color);
}

.credit header {
    background: var(--credit-background-color);
}

.boleto header {
    background: var(--bg-gradient);
}

.bonus {
    text-align: start;
    height: 5vh;
    margin: 10px;
}

.bonus h6{
    margin-bottom: 10px;
    text-align: center;
}

.bonus > div{
  display: flex;
  margin-left: 10px;
  align-items: center;
}

.bonus > div p{
    margin-left: 10px;
    font-size: 0.8rem;
}

.matriz-curricular div table{
    width: 100%;
}
