* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
.home_container {
    width: 100%;
    background: #1D1D1D;
}
.home_content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.busca-mobile {
    display: none !important;
}
.texto_titulo {
    font-family: "IBM Plex Mono", sans-serif;
    font-size: 45px;
    line-height: 1.2em;
    font-weight: 700;
    line-height: 1.6em;
    color: white;
}
.texto_apoio {
    font-family: "DM Sans", sans-serif;
    font-size: 25px;
    line-height: 1.6em;
    color: white;
}
.texto_destaque_verde {
    color: #C9F31D;
}
.btn_home {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    background: #C9F31D;
    color: #1A1A1A;
    border-radius: 11px;
    border: none;
    cursor: pointer;
    width: 350px;
    height: 56px;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/* MODAL CUPOM */
.content-site-devmedia .box_cupom {
    background: #1a1a1a;
}

section.box_sessao.box_cupom {
    margin-top: 115px;
}
.box_sessao .box_container .titulo_gerais {
    font-family: 'DM Sans';
}
.box_container .contador_cupom>p {
    font-family: 'DM Sans';
}
.contador_cupom .contador_itens {
    font-family: 'DM Sans';
}
.cupom_input .btn_ativar_cupom {
    font-family: 'DM Sans';
}

section.box_sessao.box_cupom.cupom_footer {
    margin-top: 0px;
}
.box_cupom .contador_cupom {
    background: #c9f31d;
}
.cupom_input .btn_ativar_cupom {
    background: #c9f31d;
}
.box_cupom .box_container .cupom {
    color: #c9f31d;
}
.content-site-devmedia .box_cupom {
    background: #1a1a1a;
}
/* MODAL CUPOM */

/* TOPO */
form input::-webkit-input-placeholder {
    font-family: 'DM Sans';
    font-size: 16px;
}
.container-form-login #erro-form {
    font-size: 18px;
    font-family: 'DM Sans';
    margin: 25px 0 0;
    padding: 6px;
    color: #ff7878;
    border-radius: 10px;
    display: none;
}
.container-form-login #erro-form a {
    color: #ff7878;
}
.container-form-login #erro-form a:hover {
    color: #ffa2a2;
}
.box-login-devmedia.show-form-login-devmedia {
    /* top: 90px; */
    background: #1a1a1a;
    border: 1px solid #c9f31d;
}
.box-login-devmedia .lbl-form-devmedia {
    color: white;
}
.box-login-devmedia .cadastro-devmedia {
    display: none;
}
.box-login-devmedia .lembrar-senha-devmedia {
    color: #b9b9b9;
}
.box-login-devmedia .submit-form-devmedia {
    background: #c9f31d;
    color: black;
    font-weight: 700;
}
.header-site-devmedia.lateral ul {
    background: rgb(26 26 26);
}

header nav.lateral>ul li>a:hover {
    color: #c9f31d;
}
.header-site-devmedia .lateral ul {
    background: #1a1a1a;
}

header a.back.close-menu.close-menu-back {
    border-bottom: 1px solid #c9f31d !important;
}

header a.back {
    border-top: 1px solid #c9f31d;
}
.logo-devmedia .cls-1 {
    fill: #c9f31d;
}
.logo-devmedia .cls-2 {
    fill: white;
}

nav.menu-topo-devmedia {
    background: #1A1A1A;
    box-shadow: 0px 4px 34px 0px #00000099;
    /*margin-top: 40px;
    padding: 20px 110px;*/
}

input[type="submit"]:hover {
    background: #E0FB76;
}
.devmenu .logo-devmedia-svg {
    border: 0px;
}
.form-busca.form-busca-off {
    display: none;
}
.login-box .page-mvp .link-page-mvp {
    background: #C9F31D;
    color: black;
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 14px;
    border-radius: 10px;
    text-transform: math-auto;
}
.login-box .page-mvp {
    width: 200px;
}
.menu-itens-devmedia .secao-menu-devmedia-2 {
    display: none;
}
.menu-item-devmedia.show-submenu-devmedia.menu-inicio-devmedia {
    font-family: 'DM Sans';
    font-weight: 400;
}
.menu-item-devmedia {
    color: white;
}
.secundario-link {
    color: white !important;
}
.secundario-link:hover {
    color: #c9f31d !important;
}
.submenu-list-itens {
    background: #1a1a1a;
    box-shadow: 0px 1px 2px 0px #cecece91;
}
.submenu-list-itens .submenu-item {
    color: #ffffff;
}
.submenu-list-itens .submenu-item:hover {
    color: #c9f31d !important;
}
.background-container-form {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0px;
    background: #000000de;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 190;
    display: none;
}
.container-form-login label {
    font-family: 'IBM Plex Mono';
    font-weight: 700;
    color: white;
    font-size: 30px;
    text-align: center;
}
.container-form-login {
    background: linear-gradient(180deg, #262626 0%, #1A1A1A 100%);
    padding: 50px 30px;
    border-radius: 10px;
    max-width: 550px;
    width: 100%;
    position: relative;
}
form input:not([type=submit]) {
    border: 2px solid #686868;
    padding: 16px 20px 16px 20px;
    border-radius: 6px;
    background: #f5f5dc00;
    color: white;
}
form input:not([type=submit])::placeholder {
    color: white;
}
input[type="submit"] {
    color: black;
    background: #C9F31D;
    border-radius: 10px;
    width: 100%;
    border: 0px;
    padding: 14px;
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}
form {
    gap: 25px;
}
svg.svg-close-modal {
    width: 21px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.svg-close-modal path {
    stroke: #797979;
}
.background-container-form.show {
    display: flex;
}
form input:not([type=submit]):focus {
    border: 2px solid #5E7405;
}
.home_container.home-conteudo.home-metodologia2 {
    padding: 60px 20px 210px 20px;
}
.devmenu-mobile .logo-mob svg .cls-1 {
    fill: white;
}
.menu-topo-devmedia .devmenu-mobile .drop-mobile a.menu span {
    background-color: white;
}
.devmenu .login-devmedia .login-usuario {
    fill: white;
}
.page-mvp a.link-page-mvp:hover {
    background: #E0FB76;
}
/* TOPO */

/* RODAPE */
footer.container-footer {
    background: #060D13;
}
.container-footer .menu-footer-title,
.title-tecnologias {
    color: white !important;
}
.link_menu .links-menu {
    color: #a0a0a0;
}
.link_menu p {
    color: white;
}
.footer-links-tecnologias a {
    color: white !important;
}
.redes-footer .footer-icons svg path {
    fill: white;
}
.porta80-mobile-container .porta80 {
    color: white;
}
/* RODAPE */

/* HEADER */
.container-25-anos {
    display: none;
}
.home_header {
    background: #1d1d1d;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 100px 20px 50px 20px;
    flex-direction: column;
}
.home_header p {
    color: #ffffff;
}
.home_header p.texto_titulo {
    margin-bottom: 30px;
    position: relative;
}
.home_header p.texto_titulo:before {
    content: '';
    background: url("./img/selo.webp");
    width: 144px;
    height: 144px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: -190px;
    top: -30px;
    animation: rotate 15s linear infinite both;
}
.home_container.home_header.slide_alunos {
    padding: 20px 20px 50px;
    background-position: bottom;
    margin-top: -65px;
}
.home_header p.texto_apoio {
    margin-bottom: 50px;
}
.container-carrossel-usuarios {
    width: 100%;
    margin-top: 80px;
    max-width: 1200px;
}
@keyframes rotate {
    100% { transform: rotate(360deg) }
}
.home_header .home_content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
svg.svg-25-anos {
    position: absolute;
    right: -80px;
}

@media (min-width: 560px) {
    .home_header {
        background: url("./img/bg-luzes.webp"), #1D1D1D;
        background-size: cover;
        background-position: center;
    }
}
/* HEADER */

/* CARROSSEL */
.conteudo-carrossel p {
    color: white;
    font-family: 'inter', sans-serif;
    font-size: 15px;
    text-align: left;
}
.conteudo-carrossel {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.background-carrossel {
    background-size: cover;
    height: 100%;
    border-radius: 10px;
    filter: brightness(0.6);
    width: 250px;
}
.background-carrossel.aluno1 {
    background-image: url("//www.devmedia.com.br/pro/home/img/aluno1.jpg");
}
.background-carrossel.aluno2 {
    background-image: url("//www.devmedia.com.br/pro/home/img/aluno2.jpg");
}
.background-carrossel.aluno3 {
    background-image: url("//www.devmedia.com.br/pro/home/img/aluno3.jpg");
}
.background-carrossel.aluno4 {
    background-image: url("//www.devmedia.com.br/pro/home/img/aluno4.jpg");
}
.background-carrossel.aluno5 {
    background-image: url("//www.devmedia.com.br/pro/home/img/aluno5.jpg");
}
.background-carrossel.aluno6 {
    background-image: url("//www.devmedia.com.br/pro/home/img/aluno6.jpg");
}
.background-carrossel.aluno7 {
    background-image: url("//www.devmedia.com.br/pro/home/img/aluno7.jpg");
}
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-290px * 7)) }
}
.slider {
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.slider::before,
.slider::after {
    background: linear-gradient(to right, rgb(19 19 22) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100%;
    position: absolute;
    width: 200px;
    z-index: 2;
}
.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.slider::before {
    left: 0;
    top: 0;
}
.slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: 100%;
    height: 300px;
    gap: 40px;
}
.slide {
    height: 100%;
    width: 250px;
    background-size: cover;
    border-radius: 10px;
    position: relative;
}
/* CARROSSEL */

/* METODOLOGIA */
.btn_home:hover {
    background: #E0FB76;
}
.metodologia:hover {
    background: linear-gradient(180deg, #262626 0%, #1A1A1A 100%);
    border: 1px solid #728C09;
}
.metodologia:hover .titulo-metodologia {
    color: white;
}
.metodologia:hover .texto-escolas {
    color: white;
}
.metodologia:hover .linha-diferencial {
    border: 1px solid #404040;
}
.home_content:before {
    content: '';
    position: absolute;
    height: 760px;
    background: radial-gradient(50% 50%, #400C74 0%, #efefef00 100%);
    left: 120px;
    top: -300px;
}
.home-fullstack:before {
    content: '';
    position: absolute;
    width: 1130px;
    height: 650px;
    background: radial-gradient(50% 50%, #400C74 0%, #efefef00 100%);
    left: -430px;
    top: -30px;
}
.home_metodologia .home_content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.home_metodologia .home_content>div {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
}
.container-texto-apoio {
    display: flex;
    border-bottom: 1px solid #595959;
    align-items: center;
    border-radius: 10px;
    padding: 10px 10px 10px 7px;
    gap: 10px;
    max-width: 322.8px;
    width: 100%;
}
.metodologia_box3 {
    background: linear-gradient(180deg, #262626 0%, #1A1A1A 100%);
    height: 304px;
    box-shadow: 0px 11px 24px 0px #00000040;
    border: 1px solid;
    border-radius: 20px;
    border: 1px solid #728C09;
    padding: 20px 25px;
    align-items: flex-start;
    gap: 10px;
    justify-content: center;
}
.container-check-metodologia {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.home_metodologia p {
    color: #ffffff;
}
.home_metodologia .metodologia_box1 p.texto_apoio {
    font-size: 20px;
}
.home_metodologia .metodologia_box2 p.texto_apoio {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 300;
    max-width: 252px;
}
.home_metodologia .metodologia_box3 p.texto_titulo {
    font-size: 33px;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.home_metodologia .metodologia_box3 p.texto_apoio {
    font-size: 18px;
    font-weight: 300;
}
.svg-checklist-metdologia {
    width: 44px;
}
.container-texto-apoio {
    display: flex;
    border-bottom: 1px solid #595959;
    align-items: center;
    border-radius: 10px;
    padding: 10px 10px 10px 7px;
    gap: 10px;
    max-width: 322.8px;
    width: 100%;
}
.svg-checklist-metdologia3 {
    width: 60px;
}
.metodologia_box1 {
    gap: 15px;
}
.metodologia_box2 {
    align-items: center;
    gap: 10px;
}
.button-porque {
    font-family: "kanit", sans-serif;
    color: #13EDFF !important;
    padding: 2px;
    border: 1px solid #13EDFF;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 300;
    border-radius: 90px;
    padding: 4px 10px 4px 10px;
    max-width: fit-content;
}
/* METODOLOGIA */

/* DEPOIMENTOS */
#dep5 {
    background-image: url("https://www.devmedia.com.br/pro/imagens/dep_joel.webp");
    background-repeat: no-repeat, repeat;
    background-size: cover;
}
#dep4 {
    background-image: url("https://www.devmedia.com.br/pro/imagens/dep_aluno_1.webp");
    background-repeat: no-repeat, repeat;
    background-size: cover;
}
.container-depoimentos-texto {
    display: none;
}
.dep-box {
    width: 100%;
    max-width: 500px;
    background-color: #ffff;
    display: flex;
    border-radius: 10px;
    transition: 0.3s;
    transform: scale(0.95);
    min-height: 380px;
    margin: auto;
    border: 1px solid #253a44;
    flex-direction: column;
    padding: 40px;
    position: relative;
}
.dep-info {
    display: flex;
    flex-direction: column;
}
.dep-usuario {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}
.dep-nome-imagem {
    display: flex;
    align-items: center;
}
img.dep-icone-linkedin {
    width: 25px !important;
    height: 25px;
}
p.texto-feedback {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    color: #3a3a3a;
    margin-bottom: 0px;
    font-family: 'Montserrat';
}
.dep-box-imginfo {
    width: 55px;
    height: 55px;
    margin-right: 20px;
    background-color: #1d2f6f;
    border-radius: 50%;
}
.nome-feedback {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    color: #3a3a3a;
    margin-bottom: 0px;
}
.nome-feedback a {
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-family: 'Montserrat';
}
.nome-feedback a:hover {
    color: #666666;
}
.home_container.home-conteudo.home-depoimentos {
    padding: 70px 20px 100px 20px;
}
.container-info-depoimentos .texto_apoio {
    font-size: 20px;
    color: white;
}
.container-info-depoimentos .texto_titulo {
    margin-bottom: 30px;
}
.container-depoimentos {
    max-width: 600px;
    width: 100%;
}
.container-depoimentos:before {
    content: '';
    position: absolute;
    width: 770px;
    height: 760px;
    background: radial-gradient(50% 50%, #400C74 0%, #efefef00 100%);
    left: -350px;
    top: -300px;
}
.container-info-depoimentos {
    max-width: 770px;
    gap: 15px;
    display: flex;
    flex-direction: column;
}
.home-depoimentos .home_content {
    display: flex;
    gap: 55px;
    position: relative;
}
.svg-pc-depoimentos {
    width: 55px;
}
.info-depoimentos {
    display: flex;
    gap: 15px;
}
.numero-alunos {
    font-family: 'IBM Plex Mono', sans-serif;
    font-weight: 700;
    color: white;
    font-size: 50px;
}
.info-alunos {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 20px;
    color: white;
}
.home_container.home-conteudo {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 60px 20px 60px 20px;
}
/* DEPOIMENTOS */

/* DIFERENCIAL */
.home-metodologia2 .home_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    gap: 30px;
}
.home-metodologia2 .texto_titulo {
    text-align: center;
}
.home-metodologia2 .texto_apoio {
    text-align: center;
    max-width: 670px;
    margin-bottom: 60px;
}
.container-metodologia {
    display: flex;
    gap: 40px;
}
.metodologia {
    height: 460px;
    max-width: 360px;
    width: 100%;
    background: white;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0px 34px 34px -6px #0000000F;
    border: 1px solid;
}
.container-titulo-metodologia {
    margin-bottom: 25px;
}
p.titulo-metodologia {
    font-size: 27px;
    font-family: 'IBM Plex Mono';
    font-weight: 700;
}
.linha-diferencial {
    border: 1px solid #CCCCCC;
    max-width: 325px;
    width: 100%;
}
.container-diferencial {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}
.svg-diferencial {
    width: 32px;
    height: 32px;
}
svg.svg-positivo {
    width: 27px;
    height: 27px;
}
.container-titulo-escola {
    display: flex;
    align-items: center;
    gap: 8px;
}
.nome-escola {
    font-size: 20px;
    font-family: 'DM Sans';
    font-weight: 700;
    background-image: linear-gradient(92.21deg, #C9F31D 1.86%, #728C09 25.26%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.texto-escolas {
    font-size: 18px;
    font-family: 'DM Sans';
    font-weight: 400;
    line-height: 23.44px;
    padding-left: 33px;
    padding-right: 30px;
}
.container-comparacao-escolas {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
svg.svg-negativo {
    width: 27px;
    height: 27px;
}
.container-comparacao {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.outras-escolas {
    color: #E73C59;
    font-size: 20px;
    font-family: 'DM Sans';
    font-weight: 700;
}
.bg-linhas-luzes {
    background: url("https://www.devmedia.com.br/pro/home/img/bg-linhas-luzes.webp"), #1D1D1D;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 710px;
    position: absolute;
    top: 10px;
}
/* DIFERENCIAL */

/* CRONOGRAMA */
.svg-poste {
    width: 48px;
}
.container-trilha-cronograma {
    display: flex;
}
.container-faixa-cronograma {
    padding: 0px 60px;
    display: flex;
    flex-direction: column;
    gap: 160px;
}
.container-etapa-cronograma {
    display: flex;
    padding: 15px 19px;
    background: #13EDFF;
    width: 311px;
    border-radius: 15px;
    height: 106px;
    gap: 10px;
    align-items: center;
    margin-bottom: 26px;
}
.container-cronograma {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.numero-cronograma {
    font-size: 43px;
    font-family: 'IBM Plex Mono';
    font-weight: 600;
}
.titulo-cronograma {
    font-size: 20px;
    font-family: 'DM Sans';
}
.descricao-cronograma {
    font-family: 'kanit', sans-serif;
    line-height: 27px;
    font-size: 20px;
    text-align: right;
    margin-bottom: 15px;
}
.home_container.home-conteudo.home-cronograma {
    background: #EFF2F5;
    padding: 0px 20px 180px 20px;
    position: relative;
}
.home-cronograma .home_content {
    background: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 70px 20px;
    margin-top: -70px;
}
.home-cronograma .texto_titulo {
    color: black;
    font-size: 37px;
    text-align: center;
    max-width: 700px;
}
.faixa2 .container-cronograma {
    align-items: flex-start;
}
.faixa2 .descricao-cronograma {
    text-align: left;
}
.container-cronograma.cronograma-button {
    width: 358px;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #CFFBFF 0%, rgba(207, 251, 255, 0) 100%);
    padding: 40px 40px;
    box-shadow: 0px 14px 34px -6px #0000000F;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
}
.cronograma-button .btn_home {
    width: 275px;
    margin-top: 0px;
}
.cronograma-button .descricao-cronograma {
    text-align: center;
}
.container-faixa-cronograma.faixa2 {
    margin-top: 240px;
}
/* CRONOGRAMA */

/* FULLSTACK */
.home-fullstack {
    max-height: 520px;
}
.home-fullstack .home_content {
    display: flex;
    margin: 0;
    width: 100%;
    max-width: 1200px;
    z-index: 2;
    justify-content: center;
    gap: 30px;
}
.container-img-fullstack {
    width: 60%;
    position: relative;
}
.home-fullstack .texto_titulo {
    font-size: 37px;
    line-height: 49px;
}
.info-fullstack {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 40%;
}
.home-fullstack .btn_home {
    margin-top: 0px;
}
/* FULLSTACK */

/* CRONOGRAMA COMPLETO */
.btn_cronograma {
    align-items: center;
    justify-content: center;
    padding: 13px 15px;
    color: #13edff;
    font-size: 18px;
    border-radius: 10px;
    border: 2px solid #13edff;
    font-weight: 500;
    max-width: 140px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    display: flex;
    font-family: 'IBM Plex Mono';
    text-decoration: none;
    font-weight: 700;
}
.box_cronograma .materias_cronograma.materias_longa {
    max-height: 450px;
    height: 100%;
}
.container-botao-cronograma {
    display: flex;
    gap: 20px;
    width: 100%;
}
.info_cromograma {
    display: none;
}
.box_cronograma.show {
    display: flex;
}
.info_cromograma.show {
    display: flex;
    flex-direction: column;
}
.box_cronograma {
    background: #fff;
    padding: 60px 50px;
    border-radius: 20px;
    box-shadow: 0px 4px 26px 0px #0000000A;
    display: none;
    gap: 80px;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 40px;
}
.box_cronograma .titulo {
    font-size: 45px;
    font-family: 'IBM Plex Mono';
    font-weight: 700;
}
.box_cronograma .materias_cronograma {
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
    height: 320px;
    gap: 10px 35px;
}
.materias_cronograma.cronograma_ativo {
    display: flex;
}
.box_cronograma .item_cronograma {
    background: #fff;
    box-shadow: 0px 0px 10px 0px #00000021;
    max-width: 300px;
    width: 100%;
    height: 55px;
    padding: 15px;
    display: flex;
    align-items: center;
    border-left: 3px solid #11d3e3;
    font-family: 'DM Sans';
}
.box_cronograma .info_cromograma {
    width: 100%;
}
.box_cronograma .tecnologia_cronograma {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    gap: 20px;
    overflow: auto;
}
.box_cronograma .tecnologia_cronograma .item_tecnlogia {
    font-family: "IBM Plex Mono", sans-serif;
    color: #404040;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
}
.box_cronograma .tecnologia_cronograma .item_tecnlogia.tecnlogia_ativo,
.box_cronograma .tecnologia_cronograma .item_tecnlogia:hover {
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.btn_cronograma:hover {
    background: #13edff;
    color: black;
}
.info_box_cronograma .btn_home:hover {
    background: #E0FB76;
}
@media (max-width: 1200px) {
    .box_cronograma {
        flex-direction: column;
        padding: 25px;
    }
}
@media (max-width: 768px) {
    .box_cronograma .materias_cronograma {
        max-height: max-content !important;
        gap: 20px;
        height: auto;
    }
    .container-info-depoimentos .texto_titulo {
        text-align: center;
    }
    .box_cronograma .item_cronograma {
        width: 100%;
        max-width: none;
        font-size: 20px;
        padding: 15px;
        height: auto;
    }
    .box_cronograma.show {
        align-items: center;
        gap: 40px;
    }
    .info_box_cronograma {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .box_cronograma .titulo {
        font-size: 35px;
    }
    .info_box_cronograma .btn_home {
        margin-top: 30px;
    }
    .box_cronograma .tecnologia_cronograma::-webkit-scrollbar {
        height: 5px;
    }
    .box_cronograma .tecnologia_cronograma::-webkit-scrollbar-thumb {
        background: #11d3e3;
    }
    .box_cronograma .tecnologia_cronograma::-webkit-scrollbar-track {
        background: #a7a7a7;
    }
    nav.tecnologia_cronograma {
        padding-bottom: 10px;
    }
}
/* CRONOGRAMA COMPLETO */

/* CRONOGRAMA - VIDEO */
.home-video {
    background: #eff2f5;
}
.home-video .texto_titulo {
    color: black;
    font-size: 30px;
    margin-bottom: 30px;
}
.home-video .home_content {
    background: white;
    border-radius: 20px;
    padding: 50px 30px;
    display: flex;
    gap: 50px;
}
.container-video-cronograma {
    width: 533px;
    height: 370px;
    border-radius: 20px;
    background: black;
}
.texto-confira {
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: white;
}
.info-video {
    max-width: 487px;
}
.info-video .texto_apoio {
    color: black;
    font-size: 20px;
}
.button-porque.button-cronograma {
    background: #c9f31d;
    border: 1px solid #c9f31d;
    color: black !important;
    font-weight: 600;
    margin-bottom: 30px;
}
section.home_container.home-conteudo.home-video.show {
    display: flex;
}
/* CRONOGRAMA - VIDEO */

/* MERCADO DE TRABALHO */
.home-mercado .home_content {
    display: flex;
    justify-content: space-around;
}
.home-mercado .texto_titulo {
    font-size: 32px;
}
.container-mercado-trabalho {
    max-width: 520px;
    width: 100%;
    background: #252525;
    padding: 70px 30px;
    border-radius: 20px;
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.home-mercado {
    background: #eff2f5;
}
.home-mercado .texto_apoio {
    font-size: 20px;
}
.home-mercado .btn_home {
    margin-top: 0px;
}
.container-motivos-mercado {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.faixa-motivos-mercado {
    display: flex;
    gap: 30px;
}
.motivo-mercado {
    max-width: 285px;
    width: 100%;
    background: white;
    padding: 20px;
    border-radius: 20px;
}
.container-svg-mercado {
    padding-bottom: 10px;
    border-bottom: 2px solid #CCCCCC;
    margin-bottom: 10px;
}
.texto-motivo-mercado {
    font-family: 'kanit', sans-serif;
    font-size: 19px;
    line-height: 30px;
}
.svg-motivo-mercado {
    width: 43px;
    height: 43px;
}
.home-assine-hoje .home_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-assine-hoje {
    background-size: cover;
    background: url("https://www.devmedia.com.br/pro/home/img/bg-luzes.webp"), #1D1D1D;
    background-position: center;
}
.home-assine-hoje .texto_titulo {
    font-size: 48px;
    margin-bottom: 40px;
    text-align: center;
}
.home-assine-hoje .texto_apoio {
    font-size: 20px;
}
.home-assine-hoje .button-porque {
    margin-bottom: 30px;
}
.home-assine-hoje .btn_home {
    margin-top: 20px;
}
.symbol-code {
    display: none;
}
/* MERCADO DE TRABALHO */

/* PARCEIROS */
.home_container.home-conteudo.home-parceiros {
    background: #eff2f5;
}
.home-parceiros .texto_titulo {
    color: black;
}
.container-parceiros {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 30px;
}
img.parceiros_logos {
    object-fit: contain;
    width: 180px;
}
img.parceiros_logos.l-rio {
    width: 100px;
}
img.parceiros_logos.l-ifood {
    width: 320px;
}
img.parceiros_logos.l-ifrj {
    width: 120px;
}
/* PARCEIROS */

/* FAQ */
.faq {
    cursor: pointer;
}
.home-faq .texto_titulo {
    font-size: 35px;
    color: black;
}
.home-faq .home_content {
    display: flex;
    justify-content: space-around;
}
.container-faq {
    max-width: 750px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.container-resposta-faq {
    display: none;
    background: #F4F7F9;
    padding: 30px 20px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.container-pergunta-faq {
    background: white;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 4px 8px 0px #0000000D;
    z-index: 2;
    position: relative;
}
.pergunta-faq {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
}
.home-faq {
    background: #eff2f5;
}
.container-resposta-faq.show {
    display: flex;
}
.resposta-faq {
    font-family: 'DM Sans';
    font-size: 14px;
    font-weight: 400;
}
/* FAQ */

.splide__slide img {
    width: 100%;
    height: auto;
}
.videos-depoimentos {
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.img-fullstack {
    background: url("https://www.devmedia.com.br/pro/home/img/fullstack-programmer.webp");
    background-size: cover;
    width: 100%;
    height: 681px;
    margin-top: -222px;
    background-position-x: -147px;
}
.img-fullstack:after,
.img-fullstack:before {
    background: linear-gradient(to right, rgb(29 29 29) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 113%;
    position: absolute;
    top: -60px;
    width: 70px;
    z-index: 2;
}
.img-fullstack:after {
    right: 0px;
    top: -59px;
    transform: rotateZ(180deg);
}

.accordion-menu-title:hover { color: #c9f31d;}
.header-site-devmedia .lateral ul.submenu-lateral { background-color: #212121; border-top: 1px solid #2a2a2a;}
.accordion-menu-content a { color: white;}
.accordion-menu-content a:hover { color: #c9f31d;}
.accordion-menu-content { background-color: #2a2a2a;}
.secundario-link.submenu-show:hover .submenu-list-itens ul li a { color: white;}
.secundario-link.submenu-show:hover .submenu-list-itens ul li a:hover { color: #c9f31d;}
.secundario-link.submenu-show:hover .submenu-list-itens ul .grupo-titulo {color: white;}

/* RESPONSIVO */
@media (max-width:1660px) {
    .home_header p.texto_titulo:before {
        display: none;
    }
}
@media (max-width:1540px) {
    .img-fullstack:after,
    .img-fullstack:before {
        height: 110%;
        top: -50px;
    }
    .container-25-anos {
        display: flex;
        margin-bottom: 20px;
    }
    .texto-25-anos {
        font-family: 'DM Sans';
        font-weight: 400;
        font-size: 15px;
        color: #13edff !important;
    }
    .home_container.home-conteudo {
        padding: 50px 20px 70px 20px !important;
    }
    .home-metodologia2.home_container.home-conteudo {
        padding: 50px 15px 150px 15px;
    }
    .img-fullstack {
        margin-top: -213px;
        height: 683px;
    }
    .container-botao-cronograma {
        /* justify-content: center; */
    }
    .home_container.home-conteudo.home-cronograma {
        padding: 50px 20px 160px 20px !important;
    }
}

@media (max-width:1200px) {
    nav.menu-topo-devmedia {
        padding: 20px 20px;
    }
    .home_metodologia .home_content {
        flex-direction: column;
    }
    .home_metodologia .home_content>div {
        width: 100%;
        align-items: center;
    }
    .container-texto-apoio {
        max-width: 640px;
        gap: 20px;
    }
    .home_metodologia .metodologia_box2 p.texto_apoio {
        font-size: 22px;
        max-width: 100%;
    }
    .metodologia_box3 {
        max-width: 640px;
        flex-direction: row !important;
        height: fit-content;
        align-items: flex-start !important;
        padding: 15px;
    }
    .container-check-metodologia {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .container-check-metodologia .texto_titulo,
    .container-check-metodologia .texto_apoio {
        text-align: left;
    }
    .home_metodologia .metodologia_box3 p.texto_titulo {
        margin-bottom: 10px;
    }
    .home-depoimentos .home_content {
        flex-direction: column-reverse;
        z-index: 2;
        align-items: center;
    }
    .container-depoimentos {
        display: flex;
        max-width: 586px;
    }
    .container-info-depoimentos {
        align-items: center;
    }
    .container-info-depoimentos .texto_titulo br {
        display: none;
    }
    .container-depoimentos:before {
        top: 110px;
    }
    .container-metodologia {
        flex-wrap: wrap;
        justify-content: center;
    }
    .info-fullstack {
        width: 100%;
        align-items: center;
        text-align: center;
        padding-left: 0px;
        max-width: 840px;
    }
    .container-img-fullstack {
        display: none;
    }
    .home_header p.texto_titulo {
        font-size: 40px;
    }
    .home_header p.texto_apoio {
        margin-bottom: 0px;
    }
    .home-video .texto_titulo {
        font-size: 25px;
    }
    .home-metodologia2 .texto_titulo {
        font-size: 50px;
    }
    .home-metodologia2 .texto_apoio {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .home-assine-hoje .texto_titulo {
        font-size: 40px;
    }
    .container-motivos-mercado {
        gap: 25px;
    }
    .faixa-motivos-mercado {
        gap: 25px;
    }
    .home-mercado .home_content {
        flex-direction: column;
    }
    .container-mercado-trabalho {
        max-width: 100%;
        margin-bottom: 25px;
    }
    .motivo-mercado {
        max-width: 50%;
    }
    .container-faixa-cronograma {
        padding: 0px 30px;
    }
}
@media (max-width:1023px) {
    section.box_sessao.box_cupom {
        margin-top: 75px;
    }
    nav.menu-topo-devmedia {
        margin-top: 0px;
        height: inherit;
    }
    .box-login-devmedia.show-form-login-devmedia {
        top: 70px;
    }
}
@media (max-width:1024px) {
    p.descricao-cronograma {
        display: none;
    }
    img.img-cronograma {
        display: none;
    }
    .container-faixa-cronograma {
        gap: 100px;
    }
    .container-faixa-cronograma.faixa2 {
        margin-top: 100px;
    }
    svg.svg-poste {
        display: none;
    }
    .home-cronograma .texto_titulo {
        margin-bottom: 40px;
    }
    .container-video-cronograma {
        display: none;
    }
    .info-video {
        max-width: 750px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .home-video .home_content {
        justify-content: center;
    }
}
@media (max-width:850px) {
    .home-fullstack:before {
        left: 60px;
        top: 90px;
        width: 510px;
        height: 280px;
    }
    .home-fullstack {
        max-height: fit-content;
    }
    .home_header p.texto_titulo,
    .texto_titulo,
    .home-metodologia2 .texto_titulo,
    .home-assine-hoje .texto_titulo {
        font-size: 30px;
    }
    .texto_apoio,
    .home_metodologia .metodologia_box2 p.texto_apoio,
    .home_header p.texto_apoio {
        font-size: 20px;
        text-align: center;
    }
    .home_metodologia .metodologia_box1 p.texto_apoio {
        max-width: 400px;
    }
    .container-texto-apoio,
    .home_metodologia .home_content>div {
        max-width: 500px;
    }
    .home_metodologia .metodologia_box3 p.texto_titulo {
        font-size: 25px;
    }
    .home-faq .home_content {
        flex-direction: column;
        align-items: center;
    }
    .container-info-faq {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
    .container-depoimentos {
        max-width: 586px;
        height: 100%;
    }
    .faixa2 .container-cronograma {
        align-items: flex-end;
    }
    .container-cronograma.cronograma-button {
        padding: 20px;
        width: auto;
    }
    .container-etapa-cronograma {
        width: 260px;
    }
    .container-faixa-cronograma {
        padding: 0;
    }
    .container-depoimentos:before {
        top: 230px;
    }
    .metodologia_box2 .container-texto-apoio p.texto_apoio {
        text-align: left;
    }
}
@media (max-width:650px) {
    .home-assine-hoje .btn_home {
        width: 200px;
        margin-top: 40px;
    }
    .home_container.home-conteudo.home-faq {
        display: none;
    }
    .home_container.home-conteudo.home-video {
        display: none;
    }
    .home-assine-hoje .texto_apoio {
        font-size: 30px;
        text-align: center;
        font-family: "IBM Plex Mono", sans-serif;
        font-weight: 700;
        line-height: 1.6em;
    }
    .symbol-code {
        display: contents;
    }
    .home-video .home_content {
        display: none;
    }
    .home_container.home-conteudo.home-mercado {
        display: none;
    }
    .home_metodologia .metodologia_box1 p.texto_apoio {
        display: none;
    }
    .home_metodologia .metodologia_box3 p.texto_apoio {
        display: none;
    }
    .home_metodologia .metodologia_box3 p.texto_titulo {
        margin-bottom: 0px;
    }
    .container-info-depoimentos .texto_titulo {
        margin-bottom: 0px;
    }
    .container-botao-cronograma {
        flex-direction: column;
        align-items: center;
    }
    .home-fullstack:before {
        left: 110px;
        top: 10px;
        width: 320px;
        height: 680px;
    }
    .btn_cronograma {
        max-width: 300px;
    }
    .container-depoimentos-texto {
        display: flex;
        flex-direction: column;
    }
    .container-depoimentos {
        display: none;
    }
    .home-cronograma .texto_titulo {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .container-etapa-cronograma {
        flex-direction: column;
        height: auto;
        width: 175px;
        text-align: center;
        padding: 10px;
    }
    .home-cronograma .home_content {
        padding: 70px 15px;
    }
    .container-faixa-cronograma {
        width: calc(50% - 15px);
    }
    .container-trilha-cronograma {
        justify-content: space-between;
    }
    .home_container.home-conteudo.home-cronograma {
        padding: 20px 0px 100px 0px !important;
    }
    .container-faixa-cronograma {
        align-items: center;
    }
    span.numero-cronograma {
        font-size: 35px;
    }
    p.titulo-cronograma {
        font-size: 18px;
    }
    .container-cronograma.cronograma-button {
        padding: 0px;
    }
    .cronograma-button .btn_home {
        width: auto;
        padding: 15px;
        height: auto;
    }
    .home-mercado .texto_titulo {
        font-size: 25px;
    }
    .container-mercado-trabalho {
        align-items: center;
    }
    .faixa-motivos-mercado {
        flex-direction: column;
        width: 100%;
    }
    .motivo-mercado {
        max-width: 100%;
    }
    .home_header p.texto_titulo,
    .texto_titulo,
    .home-metodologia2 .texto_titulo,
    .home-assine-hoje .texto_titulo,
    .home-fullstack .texto_titulo,
    .home-faq .texto_titulo {
        font-size: 29px;
        text-align: center;
    }
    .numero-alunos {
        font-size: 32px;
    }
    .container-info-alunos {
        max-width: 240px;
    }
    .home-metodologia2 .texto_apoio {
        font-size: 20px;
    }
    .home_header {
        padding: 100px 0px 50px 0px;
    }
    .home_header .home_content {
        padding: 0px 20px;
    }
    .slider::before,
    .slider::after {
        width: 50px;
    }
}
@media (max-width:460px) {
	.home_header p.texto_titulo {
		font-size: 32px;		
	}
    .home-fullstack:before {
        left: 0px;
        top: 10px;
        width: 300px;
        height: 710px;
    }
    .btn_home {
        width: 250px;
    }
    .home-video .btn_home {
        width: 250px;
    }
    .metodologia {
        height: auto;
    }
    .container-trilha-cronograma {
        position: relative;
    }
    .container-faixa-cronograma {
        width: 100%;
        position: relative;
        gap: 120px;
    }
    .container-faixa-cronograma.faixa2 {
        position: absolute;
        margin-top: 96px;
    }
    .container-cronograma {
        width: 100%;
    }
    .container-etapa-cronograma {
        width: 100%;
        flex-direction: row;
        margin-bottom: 0px;
        height: 70px;
    }
    p.titulo-cronograma {
        width: 100%;
        text-align: left;
    }
    p.titulo-cronograma br {
        display: none;
    }
    .home-cronograma .home_content {
        padding: 70px 15px 120px 15px;
    }
    .home_container.home-conteudo.home-cronograma {
        padding: 40px 0px 40px 0px !important;
    }
}
/* RESPONSIVO */