/**general **/

@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Anek+Bangla:wght@100..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

h2 {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
}

.bg-yellow-gradient {
    background: rgb(242, 205, 57);
    background: -moz-linear-gradient(90deg, rgba(242, 205, 57, 1) 20%, rgba(249, 124, 2, 1) 80%);
    background: -webkit-linear-gradient(90deg, rgba(242, 205, 57, 1) 20%, rgba(249, 124, 2, 1) 80%);
    background: linear-gradient(90deg, rgba(242, 205, 57, 1) 20%, rgba(249, 124, 2, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2cd39", endColorstr="#f97c02", GradientType=1);
}

.bg-blue-gradient {
    background: rgb(56, 79, 203);
    background: -moz-linear-gradient(90deg, rgba(56, 79, 203, 1) 20%, rgba(85, 193, 236, 1) 80%);
    background: -webkit-linear-gradient(90deg, rgba(56, 79, 203, 1) 20%, rgba(85, 193, 236, 1) 80%);
    background: linear-gradient(90deg, rgba(56, 79, 203, 1) 20%, rgba(85, 193, 236, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#384fcb", endColorstr="#55c1ec", GradientType=1);
}

.bg-blue-gradient-invert {
    background: rgb(85, 193, 236);
    background: -moz-linear-gradient(90deg, rgba(85, 193, 236, 1) 20%, rgba(56, 79, 203, 1) 80%);
    background: -webkit-linear-gradient(90deg, rgba(85, 193, 236, 1) 20%, rgba(56, 79, 203, 1) 80%);
    background: linear-gradient(90deg, rgba(85, 193, 236, 1) 20%, rgba(56, 79, 203, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#55c1ec", endColorstr="#384fcb", GradientType=1);
}

.bg-blue-nogradient {
    background: #264196;
}

.btn-primary {
    --bs-btn-color: #264196;
    --bs-btn-bg: #F3C936;
    --bs-btn-border-color: #F3C936;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #384FCB;
    --bs-btn-hover-border-color: #0041D9;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #384FCB;
    --bs-btn-active-border-color: #384FCB;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0041D9;
    --bs-btn-disabled-bg: #F3C936;
    --bs-btn-disabled-border-color: #F3C936;
    text-transform: inherit;
    background: #F3C936;
    color: #264196;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 50px;
    border-radius: 30px;
    font-size: 18px;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #122A77;
    --bs-btn-border-color: #122A77;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #122A77;
    --bs-btn-hover-border-color: #122A77;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #122A77;
    --bs-btn-active-border-color: #122A77;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
    text-transform: inherit;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 50px;
    border-radius: 30px;
    font-size: 18px;
}

.btn-secondary:hover,
.btn-primary:hover {
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    transition: 0.2s;
}

figure {
    margin: 0;
    padding: 0;
}

/*header*/

.header {
    background-color: #122A77;
    width: 100%;
    display: flex;
    text-align: center;
    padding: 0;
    height: 110px;
    align-items: center;
    justify-content: center;
    margin: 0;
}

/**banner **/
.banner {
    height: 100%;
    position: relative;
    z-index: 0;
}

.banner::before {
    position: absolute;
    content: "";
    right: 0;
    width: 50%;
    background-image: url(https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/4d1638e4-200a-4aea-88ce-9ccceaeadba3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    border-radius: 0;
}

.banner.banner-tp .content p.mensagem-inscricao {
    max-width: 381px;
    margin-bottom: 1rem;
}

.banner.banner-tp .content p.mensagem-inscricao strong {
    font-size: 23px;
    font-weight: 700;
}

.banner.banner-tp .content p,
.banner.banner-tp .content p strong {
    font-size: 19px;
}

.banner.banner-tp::before {
    background-image: url(https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/f0d834ab-3d68-4265-8fe2-9b88df5aa334.png);
}

.banner .content {
    margin-bottom: 2rem;
}

.banner .content span {
    margin: 2rem 0;
    width: 100%;
    display: inline-block;
}

.banner .content h1 {
    margin: 0 0 2rem 0;
    padding: 0;
    width: 100%;
    display: inline-block;
}

.banner .content p {
    margin: 0 0 2rem 0;
    padding: 0;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 1.3;
}

.banner .content p strong {
    font-size: 25px;
    font-weight: 800;
    color: #F3C835;
}

/** Formulario **/

#form {
    background-color: #fff;
    padding: 0rem 0 0rem 0;
    /*position: relative;
    z-index: 0;*/
}


#form h2 {
    color: #264196;
    margin-bottom: 2rem;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 2.5rem;
}

#form h2 strong {
    font-weight: 700;
}

#form .list-vantagens {
    margin: 2.2rem 0px 0 0px;
    padding: 0;
    display: inline-block;
    width: 100%;
}

#form .list-vantagens li {
    list-style: none;
    display: block;
    width: 100%;
    z-index: 0;
    margin-bottom: 40px;
    float: left;
    text-align: left;
    position: relative;
}

#form .list-vantagens li figure {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: transparent;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
}

#form .list-vantagens li figure img {
    max-width: 100%;
    display: inline-block;
}

/*
#form .list-vantagens li h3 {
    font-size: 23px;
    font-weight: 900;
    margin-bottom: 1.5rem;
    width: 100%;
}
*/
#form .list-vantagens li span {
    padding: 0 0px 0 70px;
    display: inline-block;
    width: 100%;
}

#form .list-vantagens li p {
    padding: 8px 25px;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 400;
    color: #F4C130;
    font-style: normal;
    margin: 0;
    background: #264196;
    display: inline-block;
    width: auto;
    border-radius: 30px;
}

#form .list-vantagens li p strong {
    color: #F4C130;
    font-weight: 800;
    margin: 0 5px 0 0px;
}

/*
#form .list-vantagens li h3,
#form .list-vantagens li p {
    padding-left: 70px;
    box-sizing: border-box;
}
*/
#form-salesforce .label {
    display: inline-block;
    width: 100%;
}

.form-label {
    display: none;
}

.form-control,
.form-select {
    font-family: "Inter", sans-serif;
    height: 42px;
    margin-bottom: 0px;
    color: #363636;
    font-size: 14px;
    font-weight: 400;

}

.form-select {
    line-height: 1.2;
    color: #363636;
}

:placeholder {
    font-family: "Inter", sans-serif;
    color: #363636;
}

.formulario {
    background: #122A77;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    padding: 5px 20px 20px 20px;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.2);
}

.formulario h3 {
    font-size: 20px;
    color: #DA9C1B;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 0 0;
    font-weight: 800;
    max-width: 257px;
}

/*.formulario p{}*/

.msgs-validacao {
    display: block;
}

.msgs-validacao span {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.erro {
    background-color: #FFE4E1;
    border-color: red;
}

.valido {
    background-color: #F1F1F1;
    border-color: green;
}

.form-control:focus,
.form-select:focus {
    border-color: #020E40;
    outline: none;
    box-shadow: none;
}

input:focus {
    outline: none;
}

#msgCelInvalido,
.feedback {
    display: none;
}

#msgCelInvalido,
.feedback,
.dadoInvalido,.error-message {
    font-size: 14px;
    /*color: red;  */
    color: #fff;
    padding: 0;
    margin: 0;
    font-weight: 600;
}

.formulario .politica-privacidade {
    padding: 10px 0px 15px 0px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    color: #fff;
}

.formulario .politica-privacidade input {
    position: absolute;
    left: 0;
    display: none;
}

.formulario .politica-privacidade a {
    display: inline-block;
    color: #fff;
}

.formulario .btn-primary {
    width: 100%;
    font-size: 18px;
    white-space: nowrap;
    padding: 5px 0px;
    background: #DA9C1B;
    border-color: #DA9C1B;
    font-weight: 800;
}


.formulario p.spam {
    line-height: 1;
    text-align: center;
    margin-top: 0.575rem;
}

.formulario p.spam small {
    display: block;
    line-height: 1.4;
    text-align: center;
    margin-top: 1rem;
    font-size: 0.75rem;
    padding: 0 1rem;
    color: #fff;
}

.error {
    color: red;
    font-size: 0.9em;
}

.valid {
    border-color: green;
}

.invalid {
    border-color: red;
}

/** Formulario - Fim **/

/** Resultado **/
.resultado .card span {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 1rem 0 1rem 1.5rem;
}

.resultado .card .card-title {
    color: #122A77;
    font-family: "Anek Bangla", sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    min-height: 95px;
}

.resultado .content {
    margin-top: 2rem;
}

.resultado .content p {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    max-width: 780px;

}

.resultado .content p strong {
    font-weight: 700;
}

.resultado .content .btn {
    margin: 1.5rem auto 0;
    display: block;
    max-width: 286px;
}

/** Capacitação */
.capacitacao {
    background-color: #122A77;
}

.capacitacao .content {
    max-width: 760px;
    margin: 0 auto 3rem;
    text-align: center;
}

.capacitacao h2 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.capacitacao p {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
}

.capacitacao .btn {
    margin: 1.5rem auto 0;
    display: block;
    max-width: 320px;
    background: #fff;
    color: #122A77;
}

.lista-capacitacoes {
    counter-reset: section;
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.lista-capacitacoes li {
    --capacitacoes-color-01: #40B9FF;
    list-style: none;
    flex: 0 0 calc(20% - 10px);
    height: 123px;
    background: var(--capacitacoes-color-01);
    position: relative;
    z-index: 0;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 0 15px 0px;

}

.lista-capacitacoes li::before {
    counter-increment: section;
    content: counters(section, ".") " ";
    color: var(--capacitacoes-color-01);
    background: #122A77;
    width: 47px;
    height: 36px;
    text-align: center;
    display: inline-block;
    font-weight: 900;
    font-size: 18px;
    border-radius: 0px 10px 0px 10px;
    position: absolute;
    top: -1px;
    right: -1px;
    padding: 2px;
}

.lista-capacitacoes li h3 {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 17px;
    margin: 0;
    padding: 1rem 2rem 1rem 1rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.lista-capacitacoes li:nth-child(3) h3,
.lista-capacitacoes li:nth-child(4) h3,
.lista-capacitacoes li:nth-child(5) h3,
.lista-capacitacoes li:nth-child(7) h3,
.lista-capacitacoes li:last-child h3 {
    color: #122A77;
}

.lista-capacitacoes li:nth-child(8) h3 {
    padding-top: 2rem;
}

.lista-capacitacoes li:nth-child(2),
.lista-capacitacoes li:nth-child(9) {
    --capacitacoes-color-02: #FF34A5;
    background: var(--capacitacoes-color-02);
}

.lista-capacitacoes li:nth-child(2)::before,
.lista-capacitacoes li:nth-child(9)::before {
    color: var(--capacitacoes-color-02);
}

.lista-capacitacoes li:nth-child(3),
.lista-capacitacoes li:last-child {
    --capacitacoes-color-10: #FFC813;
    background: var(--capacitacoes-color-10);
}

.lista-capacitacoes li:nth-child(3)::before,
.lista-capacitacoes li:last-child::before {
    color: var(--capacitacoes-color-10);
}

.lista-capacitacoes li:nth-child(4),
.lista-capacitacoes li:nth-child(7) {
    --capacitacoes-color-04: #98D243;
    background: var(--capacitacoes-color-04);
}

.lista-capacitacoes li:nth-child(4)::before,
.lista-capacitacoes li:nth-child(7)::before {
    color: var(--capacitacoes-color-04);
}

.lista-capacitacoes li:nth-child(5) {
    --capacitacoes-color-05: #FF9211;
    background: var(--capacitacoes-color-05);
}

.lista-capacitacoes li:nth-child(5)::before {
    color: var(--capacitacoes-color-05);
}

.lista-capacitacoes li:nth-child(6) {
    --capacitacoes-color-06: #C82BFF;
    background: var(--capacitacoes-color-06);
}

.lista-capacitacoes li:nth-child(6)::before {
    color: var(--capacitacoes-color-06);
}

/** Turmas **/

.turmas h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.turmas .cards-turmas-empretec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3rem 0;
}

.turmas .cards-turmas-empretec .card {
    flex: 0 0 calc(25% - 20px);
    padding: 0;
    margin: 0px 10px 10px 10px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 11px;
}

.turmas .cards-turmas-empretec .card-body {
    color: #fff;
    padding: 1.5rem 1rem;
}

.turmas .cards-turmas-empretec .card-title {
    font-family: "Anek Bangla", sans-serif;
    font-weight: 700;
    font-size: 23px;
    text-transform: uppercase;
    margin: 0;
}

.turmas .cards-turmas-empretec .card-text {
    font-family: "Anek Bangla", sans-serif;
    font-weight: 400;
    font-size: 17px;
}

/** Video e estatisticas **/
.video-estatistica h2 {
    color: #122A77;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 2rem;
}

.video-estatistica .lista-estatistica {}

.video-estatistica .lista-estatistica ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.video-estatistica .lista-estatistica ul li {
    text-align: center;
    flex: 0 0 calc(25% - 40px);
    padding: 10px;
    margin: 5px;
    list-style: none;
    color: #122A77;
}

.video-estatistica .lista-estatistica ul li h3 {
    font-size: 100px;
    font-weight: 800;
    line-height: 80px;
    margin: 0;
    padding: 0;
}

.video-estatistica .lista-estatistica ul li p {
    max-width: 180px;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    margin: 5px auto 0;
    line-height: 1.2;
}

.video-estatistica .legenda-video {
    margin: 2rem auto 1rem;
    padding: 0;
    color: #122A77;
    font-size: 19px;
    max-width: 659px;
}

.video-estatistica iframe {
    border-radius: 16px;
}

.video-estatistica .video {
    height: 420px;
}

.video-estatistica .btn {
    margin: 1.5rem auto 0;
    display: block;
    max-width: 320px;
    background: #fff;
    border-color: #fff;
    color: #122A77;
}

/** Video e estatisticas /Fim**/
/** Experiencia Empretec **/
.experiencia-empretec {
    height: 100%;
    position: relative;
    z-index: 0;
}

.experiencia-empretec:before {
    position: absolute;
    content: "";
    right: 0;
    width: 50%;
    background-image: url(https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/386ef2ec-fc99-4fb5-9e82-dfc6d8112241.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    top: 0;
    z-index: 1;
    border-radius: 0;
}

.experiencia-empretec h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 2rem;
}

.experiencia-empretec .content {
    padding-right: 1rem;
}

.experiencia-empretec ul {
    margin: 0;
    padding: 0;
    counter-reset: section;
}

.experiencia-empretec ul li {
    list-style: none;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    min-height: 67px;
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
    position: relative;
    z-index: 0;
    width: 100%;
    padding-left: 90px;
}

.experiencia-empretec ul li::before {
    counter-increment: section;
    content: counters(section, ".") " ";
    background: #F3C835;
    width: 67px;
    height: 67px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 35px;
    font-weight: 800;
    color: #264196;
}

.experiencia-empretec ul li a {
    color: currentColor;
    font-weight: 700;
    padding-left: 7px;
}

/** Experiencia Empretec - Fim **/
/** Fale Conosco **/
.ajuda h2 {
    font-size: 25px;
    font-weight: 700;
}

.accordion {
    margin: 2rem auto;
}

.accordion-item:not(:first-of-type) {
    border-top: 2px solid #fff;
}

.accordion-item:last-of-type,
.accordion-item:first-of-type {
    border-radius: 8px;
}

.accordion-item {
    background-color: transparent;
    color: #fff;
    margin: 1rem 0;
    border-radius: 8px;
    border: 2px solid #fff;
    padding: 0 1rem;
}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 71px;
    line-height: 1.3;
    font-weight: 700;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 18px;
}

.accordion-item-header::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    right: 20px;
    color: #fff;
    top: 0;
    margin: auto;
    bottom: 0;
    transition: all 0.5s;
    /*
    content: "+";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    background: #fff;
    width: 40px;
    height: 40px;    
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    display: inline-block;
    border-radius: 5px;*/
}

.accordion-item-header.active::after {
    /*content: "-";*/
    transform: rotate(180deg);
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 1rem;
    border-top: 1px solid;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 7px 0;
    line-height: 1.3;
}


.accordion-item-body-content ul li {
    text-decoration: none;
    list-style: disc;
    margin: 7px 0;
    line-height: 1.3;
}

/** Fale Conosco -Fim**/
/** Footer **/
footer {
    background: #0024A9;
    padding: 1.25rem 0;
}

footer.tp {
    background-color: #FC003C;
}

footer figure {
    margin: 0;
}

footer.typ {
    background: #0A216D;
    position: relative;
    z-index: 0;
    padding: 3rem 0;
}

.contato p {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    font-family: "Almarai", sans-serif;
    font-weight: 700;
}

.contato p strong {
    font-family: "Almarai", sans-serif;
    font-weight: 700;
    font-size: 22px;
}

.contato p a {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    width: 100%;
    font-family: "Almarai", sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.social-list li {
    text-decoration: none;
    list-style: none;
    border: none;
    padding: 0 0.375rem;
}

/**** media query ***/


.social-network {
    margin-top: 1rem;
    margin-bottom: 0rem;
}

.social-network ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-network ul li {
    margin: 0 0 0 0px;
    padding: 0;
    text-decoration: none;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.social-network ul li a {
    text-decoration: none;
    height: 33px;
    width: 33px;
    background: #122A77;
    border-radius: 50px;
    display: inline-block;
    padding: 0;
    text-align: center;
    margin: 0 1rem 0 0;
}

.social-network ul li a svg {
    width: 100%;
    display: inline-block;
    height: 100%;
    margin: 0;
    text-align: center;
    padding: 7px;
}

.compartilhar h2{
    color: #264196;
    font-size: 25px;
    font-weight: 700;
    max-width: 738px;
    margin: 0 auto 1rem;
    text-align: center;
}
.compartilhar h3{
    color: #264196;
    font-size: 23px;
    font-weight: 400;
    max-width: 635px;
    margin: 0 auto;
    text-align: center;
}
.compartilhar h3 strong{
    font-size: 23px;
    font-weight: 400;
    width: 100%;
    display: inline-block;
}
/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #264196;
    ;
}

#preloader figure {
    top: 0;
    left: 0;
    position: fixed;
    margin: 0;
    padding: 0;
    display: flex;
    right: 0;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#preloader figure img {
    width: auto;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(60% - 10px);
    left: calc(50% - 30px);
    border: 6px solid #264196;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/** Desktop **/
@media screen and (min-width: 600px) {
    .resultado {
        margin-top: -150px;
    }
}

/**Mobile **/

@media screen and (max-width: 600px) {

    .experiencia-empretec::before,
    .banner::before {
        display: none;
    }

    .banner .content {
        text-align: center;
    }

    .banner .content p {
        font-size: 1rem;
    }

    .banner .content p strong {
        font-size: 1.2rem;
    }

    #form h2 {
        margin-top: 0;
    }

    #form .list-vantagens li p {
        font-size: 1rem;
    }

    #form .row {
        flex-direction: column-reverse;
    }

    .formulario {
        margin-bottom: 3rem;
    }

    .resultado .col-lg-4 {
        margin-bottom: 1rem;
    }

    .lista-capacitacoes {
        display: grid;
        grid-gap: 1rem;
        padding: 1rem 2rem;
        margin: 0 auto;
    }

    .lista-capacitacoes li:nth-child(8) h3 {
        padding-top: 1rem;
    }

    .turmas .cards-turmas-empretec {
        display: grid;
        grid-gap: 1rem;
        padding: 1rem 2rem;
        margin: 0 auto;
    }

    .video-estatistica .lista-estatistica ul {
        display: grid;
        grid-gap: 1rem;
        padding: 0;
        margin: 0 auto;
        justify-content: center;
    }

    .video-estatistica .lista-estatistica ul li h3 {
        font-size: 90px;
    }

    .experiencia-empretec .content {
        padding-right: 0rem;
    }

    .accordion {
        margin: 0;
    }

    .accordion-item {
        margin-bottom: 0;
    }

    footer figure {
        margin: 1rem 0;
    }

    #preloader figure {
        left: 10%;
        right: 10%;
    }


}


@media screen and (min-width: 1400px) {
    .banner .content {
        margin-bottom: 0;
        display: flex;
        justify-content: center;       
        flex-direction: column;
        height: 100%;
        min-height: 670px;
    }
    
    .banner .content .btn-primary{
        display: block;
        max-width: 250px;
    }
    .experiencia-empretec .content {
        display: flex    ;
        flex-direction: column;
        height: 100%;
        min-height: 690px;
        justify-content: center;
        padding-right: 3rem;
    }
    .experiencia-empretec .content .btn-primary{
        display: block;
        max-width: 340px;
    }
}