.fundo-degrade-topo {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.fundo-degrade-svg {
    position: relative;
    background:
        url('/dist/img/remodelagem-fluxo/pv/fundo-degrade.svg')
        no-repeat top center;
    background-size: contain;
}

.fundo-degrade-topo::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -480px;        
    transform: translateX(-50%);
    width: 1800px;      
    height: 1800px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(7, 31, 143, 0.16) 0%,   
        rgba(7, 31, 143, 0.07) 35%,  
        rgba(7, 31, 143, 0.00) 70%   
    );
    z-index: 0;
    pointer-events: none;
}


.fundo-degrade-circular {
    position: relative;
    background:
    radial-gradient(
        1300px circle at 50% -380px,
        rgba(7,31,143,0.08) 0%,
        rgba(7,31,143,0.04) 35%,
        rgba(255,255,255,0) 70%
    ),
    linear-gradient(to bottom, #F4F7FF 0%, #F5F9FF 55%, #FFFFFF 100%);
}

body, html {
    font-family: 'Poppins', sans-serif;
}

.foto-mobile {
    display: none;
}
.logo-mobile {
    display: none;
}

.logo-bernoulli-include svg {
    width: 17em;
}
.box-titulos-hero {
    align-content: center;
}
.box-hero {
    position: relative;
}
.secao-hero {
    padding-top: 1.5em;
}
.secao-detalhes {
    position: relative;
}

.logo-bernoulli {
    width: 180px;
    margin-bottom: 25px;
}

.titulo-hero {
    font-family: Poppins;
    font-weight: 700;
    font-size: 2.8em;
    letter-spacing: 0%;
    color: #071F8F;

}

.subtitulo-hero {
    font-size: 1.4em;
    color: #1B1D1E;;
}

.container-svg-movimento {
    width: 100%;
    max-width: 100%;
    text-align: right;
}

.container-svg-movimento svg {
    width: 43em;
    height: auto;
}

.cabecalho-secao-curso {
    margin-bottom: 12px;
}

.titulo-secao {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.texto-subtitulo-secao {
    display: block;
    font-size: 13px;
    color: #1B1D1E;
}

.linha-amarela-tracejada {
    width: 130px;
    border-bottom: 4px dashed #FFD84D;
    margin-bottom: 20px;
}



.topo-curso {
    margin-bottom: 14px;
}

.etiqueta-nome-curso {
    display: inline-flex;
    align-items: center;
    background: #071F8F;
    padding: 6px 20px;
    border-radius: 999px;
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
}

.texto-descricao-curso {
    font-size: 13px;
    color: #1B1D1E;
    line-height: 1.7;
    margin-top: 1em;
}

.lista-beneficios-curso {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.lista-beneficios-curso li {
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    color: #757575;
    margin-bottom: 8px;
}

.lista-beneficios-curso .icone-lista {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    color: #00A388;
}

/* Botão Alterar */
.botao-alterar-curso, .botao-alterar-curso-mobile {
    border: none;
    border-radius: 8px;
    padding: 6px 23px;
    background-color: #36B3AA;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
}

.botao-alterar-curso:hover {
    background-color: #00C9A8;
}    
.botao-alterar-curso:active {
    background-color: #007965;
    color: #ffffff;
}

.botao-verde-solido:hover {
    background-color: #00C9A8;
}   
.botao-verde-solido:active {
    background-color: #007965;
    color: #ffffff;
}

.botao-bernoulli-solido:hover {
    background-color: #00C9A8;
}   
.botao-bernoulli-solido:active {
    background-color: #007965;
    color: #ffffff;
}

.botao-alterar-curso {
    display: flex;
    align-items: center;
    justify-content: center;
}
.botao-alterar-curso svg {
    margin-right: 8px;
}
.botao-alterar-curso-mobile svg {
    margin-right: 8px;
}

/* Estilo específico para posicionar o botão "Alterar curso" no bottom */
.linha-curso-turma .col-md-7 .caixa-curso,
.linha-curso-turma .col-sm-12 .caixa-curso {
    display: flex;
    flex-direction: column;
    flex: 1;    
    height: 100%;
}

.linha-curso-turma .col-md-7 .caixa-curso .botao-alterar-curso,
.linha-curso-turma .col-sm-12 .caixa-curso .botao-alterar-curso {
    margin-top: auto;
    max-width: 200px !important;
}

.caixa-turma {
    background: #FFF;
    border-radius: 24px;
    border: 2px solid #00A388;
    padding: 22px 26px;
}

.etiqueta-ultimos-dias {
    display: inline-block;
    padding: 7px 10px;
    border-radius: 8px;
    background: #E8EDFF;
    color: #071F8F;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 6px;
    position: relative;
    bottom: 1em;
}

.titulo-turma {
    font-size: 1.9em;
    font-weight: 700;
    color: #071F8F;
    text-align: center;
}

.area-preco {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}

.valor-preco {
    font-size: 32px;
    font-weight: 700;
    color: #071F8F;
    margin-right: 6px;
}

.texto-preco {
    font-size: 12px;
    color: #001689;
    position: relative;
    top: 1em;
}
.sub-titulo-select {
    font-weight: 700;
    color: #000;
    margin-bottom: 1em;
}
.rotulo-campo {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
    font-weight: normal;
    color: #000;
}

.sub-titulo-select {
    color: #1E1E1E;
}

.linha-curta {
    width: 23px;
    height: 1px;
    border-radius: 3px;
    opacity: 1;
    background-color: #292A74;
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.campo-select-custom {
    position: relative;
    margin-bottom: 14px;
}

.select-pagamento {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #D5D9E2;
    font-size: 13px;
    color: #8F949C;
    padding-right: 32px;
    appearance: none;
    background: #FFF;
}

.select-pagamento:focus {
    border-color: #36B3AA !important;
    box-shadow: 0 0 0 2px rgba(54,179,170,0.18);
}

.icone-seta-select {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #36B3AA !important;
    pointer-events: none;
}

.select-sem-seta {
    appearance: none;
}

.form-control {
    color: #1B1D1E;
}

.campo {
    margin-bottom: 16px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid #D5D9E2;
    font-size: 14px;
}

.titulo-bloco {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #1B1D1E;
}

.titulo-bloco span {
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
}
.cabecalho-secao-curso .titulo-secao {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #1B1D1E;

}
.cabecalho-secao-curso .texto-subtitulo-secao {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #1B1D1E;
}

.linha-curso-turma 
{
    padding: 1.6em;
    border-top: 1px solid var(--Border-Default-Default, #D9D9D9);
    box-shadow: 0px 4px 4px 0px #0000000D;
    border-radius: 8px;
    background-color: #FFFFFF;
    margin-bottom: 2em;
    position: relative;
    z-index: 999;
}

.linha-curso-turma > [class^="col-"] {
    display: flex;
    flex-direction: column;
}

.titulo-curso {
    color: #3C94A8;
    font-weight: 700;
    font-size: 1.5em;
}

.li-professor svg {
    position: relative;
    margin-right: 1em;
    bottom: 0.3em;
}
.li-officina svg {
    position: relative;
    margin-right: 1em;
    bottom: 0.3em;
}
.li-material svg {
    position: relative;
    margin-right: 1em;
    bottom: 0.3em;
}
.li-acesso svg {
    position: relative;
    margin-right: 1em;
    bottom: 0.3em;
}

input[type="text"].form-control, input[type="email"].form-control, select.form-control {
    box-sizing: border-box;
    border-radius: 10px;
}

.asterisco {
    color: red;
}

.row-sem-padding {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}

.cartao-upload{
  border:1px solid #E2E8F0; border-radius:14px; background:#fff;
  padding:12px; transition:box-shadow .2s, border-color .2s;
}
.cartao-upload .cabecalho .titulo{ display:block; font-weight:700; color:#0F172A; min-height: 3.1em;}
.cartao-upload .cabecalho .formato{ display:block; font-size:.82rem; color:#1B1D1E;  }
.cartao-upload .cabecalho .formato-cinza{ display:block; font-size:.82rem; color:#8F949C; margin-bottom:8px; }

.cartao-upload .area-preview{
  position:relative; border:2px dashed #DCE3EA; border-radius:12px;
  height:140px; display:flex; align-items:center; justify-content:center;
  background:#FAFBFC; cursor:pointer;
}
.cartao-upload .area-preview:hover{ border-color:#36B3AA; }

.cartao-upload .preview-vazio{ text-align:center; color:#64748B; }
.cartao-upload .preview-vazio .icone{ width:28px; height:28px; display:block; margin:0 auto 6px; color:#36B3AA; }

.cartao-upload .preview-imagem{ max-height:120px; max-width:100%; display:none; border-radius:8px; }

.cartao-upload .acoes{ position:absolute; right:8px; bottom:8px; }
.cartao-upload .texto-remover{ color:#EF4444; padding:0; }

.cartao-upload .input-arquivo{ display:none; }

.cartao-upload.is-invalid{ border-color:#E74C3C; }
.cartao-upload.is-invalid .area-preview{ border-color:#E74C3C; }
.cartao-upload .mensagem-erro{ display:block; color:#E74C3C; margin-top:6px; font-size:.9rem; }

.gpUpload {
    margin-bottom: 1em;
}
.btn-remover .lucide {
    width: 18px;
    height: 18px;
    color: #EF4444;
}
.legenda-upload strong {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #1B1D1E;
}
.legenda-upload small {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #8F949C;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin-right: 1em;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #36B3AA;
}

input:focus + .slider {
  box-shadow: 0 0 1px #36B3AA;
}

/* Estilos para validação de formulário */
.campo-com-erro {
  border-color: #d32f2f !important;
  border-width: 2px !important;
}

.campo-com-erro:focus {
  border-color: #d32f2f !important;
  box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.18) !important;
}

.mensagem-erro-campo {
  color: #d32f2f;
  font-size: 12px;
  display: block;
  margin-top: 4px;
  font-weight: 400;
  animation: fadeInUp 0.3s ease-in-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.campo-select-custom .campo-com-erro {
  border-color: #d32f2f !important;
}

.campo-select-custom .campo-com-erro + .icone-seta-select {
  color: #d32f2f !important;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch-opcao {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    gap: 0.4em;
}



.rodape-pv {
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.rodape-topo {
    padding: 71px 0 9px;
    text-align: center;
}

.rodape-largura-max {
    max-width: 900px;
    margin: 0 auto;
}

.rodape-logo {
    height: 44px;
    width: auto;
    margin-bottom: 28px;
}

.rodape-divisor {
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.35);
    margin: 0 auto 28px;
}

.rodape-campi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5em;
    flex-wrap: wrap;
}

.item-campi {
    gap: 6px;
    color: #63F7D1;
    font-size: 14px;
    font-weight: 500;
}

.item-campi span {
    color: #ffffff;
}

.item-campi svg {
    display: block;
    color: #63F7D1;
    margin: 0 auto;
    margin-bottom: 4px;
}

.rodape-bottom {
    background: rgb(0 16 103);
    padding: 28px 0 22px;
    text-align: center;
    
}


.rodape-links {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.rodape-links a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    transition: 0.2s;
}

.rodape-links a:hover {
    opacity: 0.8;
}


.rodape-copy {
    font-size: 13px;
    color: #ffffff;
    opacity: 0.85;
    margin: 0;
    margin-top: 2em;
}

.whatsapp-flutuante {
    position: absolute;
    right: 1em;
    bottom: 3em;
    display: block;
    z-index: 999;
}

.whatsapp-flutuante svg {
    width: 68px;
    height: auto;
}

.fundo-gradiente-azul {
    background: linear-gradient(
        90deg,
        rgb(0 20 126) 0%,
        rgb(0 20 126) 25%,
        rgb(0 16 103) 100%
    );
}


.grid-efeito {
    z-index: 1;
    position: absolute;
    transform: translateX(-10px);
    transform: translateY(-61px);
    text-align: right;
    max-width: 100%;
    width: 100%;
}

.elemento-com-grid {
    position: relative;
}

.elemento-com-grid::after {
    content: "";
    position: absolute;
    top: -85px;
    right: -73px;
    width: 240px;
    height: 240px;
    background-image: url(/dist/img/remodelagem-fluxo/pv/grid.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.9;
}

.btn-bernoulli-outline {
    background-color: transparent !important;
    color: #00A388;
    border: 2px solid #00A388;
    border-radius: 3px;
}

.btn-bernoulli-outline:focus,
.btn-bernoulli-outline:hover {
    background-color: #DFEEEB !important;
    color: #00A388;
    border: 2px solid #00A388;
    border-radius: 3px;
}

.btn-bernoulli-outline:active {
    background-color: #B8DDD6 !important;
    color: #00A388;
    border: 2px solid #00A388;
    border-radius: 3px;
}

.header-preco-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.bloco-info-curso {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.coluna-info {
    width: 48%;
    min-width: 150px;
    margin-bottom: 10px;
}

.linha-info {
    margin-bottom: 12px;
}

.label-info-item {
    display: block;
    color: #1B1D1E;
    font-weight: Bold;
}

.valor-info {
    display: block;
    color: #333;
    line-height: 1.4;
    font-size: 15px;
}

.botao-alterar-curso-mobile {
    display: none;
}




.bloco-bolsa-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.bloco-bolsa {
    background: #2FB8B5;
    padding: 5px 9px;
    border-radius: 8px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.3;
    max-width: 100%;
}

.ganhou {
    font-weight: 700;
    color: #F5FD00;
}

.descricao {
    color: #ffffff;
}


.icone-info {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.icone-info:hover {
    background: rgba(0, 0, 0, 0.05);
}

.etiqueta-ultimos-dias-mobile {
    display: none;
}

.tooltip-inner {
    max-width: 200px;
    padding: 11px 8px;
    color: #fff;
    text-align: justify;
    background-color: #001689;
    border-radius: 20px;
    width: 200px;
}

.item-campi {
    cursor: pointer;
    text-align: center;
    width: 219px;
    margin: 0 auto 25px;
    color: #fff;
}

.campi-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 600;
}

.campi-header svg {
    color: #63F7D1;
}

.campi-desc {
    display: none;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
}

.item-campi.ativo .campi-desc {
    display: block;
}

.rodape-campi {
    align-items: start;
    gap: 0;
 }

.flex {
    display: flex;
}
.mt-2 {
    margin-top: .5rem;
}
.ul-social {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.ul-social li {
    margin: 0.4em;
}

.rodape-logo {
    height: 35px;
    width: auto;
    margin-bottom: 28px;
}
.item-campi {
    font-size: 14px;
}
.rodape-links a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    transition: 0.2s;
}
.rodape-copy {
    font-size: 11px;
    color: #ffffff;
    opacity: 0.85;
    margin: 0;
    margin-top: 2em;
}
.whatsapp-flutuante {
    position: fixed;
 }
 .rodape-links {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 25px;
}

.rodape-links li {
    position: relative;
    padding-left: 0;
}

.rodape-links li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.rodape-links li::after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #00C896;
    border-radius: 50%;
    display: inline-block;
    margin-left: 25px;
    position: relative;
    top: -1px;
}

.rodape-links li:last-child::after {
    content: none;
}



.menu-whatsapp {
    position: fixed;
    bottom: 120px;
    right: 20px;
    display: none;
    flex-direction: column;
    gap: 8px;
    z-index: 9999;
}

.item-wpp {
    background: #fff;
    color: #003097;
    padding: 10px 18px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    margin-bottom: 0.4em;
}

.item-wpp svg {
    color: #60D669;
}

.menu-whatsapp.show {
    display: flex;
    animation: fadeInUp .25s ease;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.box-titulos-max-w{
    width: 200%;
    max-width: 800px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px !important;
}

.no-wh{
    font-weight: 500;
}

.foto-movimento-topo{
    width: 100%;
    max-width: 500px;
}

.botao-verde-solido-n{
    display: inline-block !important;;
}

.botao-outline-verde-n{
    width: 180px !important;
}

.area-botao-final-n{
    text-align: right !important;
}

@media (max-width: 480px) {
    .foto-movimento-topo{
        width: 100%;
        max-width: 250px;
    }
    
    .fundo-degrade-svg {
        position: relative;
        background: url(/dist/img/remodelagem-fluxo/pv/fundo-degrade-mobile.svg) no-repeat top center;
        background-size: contain;
    }
    .logo-desktop {
        display: none;
    }
    .logo-mobile {
        display: block;
    }   
            
    .container-svg-movimento {
        text-align: center;
    }
    .container-svg-movimento svg {
        width: 26em;
        width: 25em;
        height: auto;
    }
    .titulo-hero {
        font-size: 26px;
        line-height: 1.25;
        margin-top: 0;
    }
    .box-titulos-hero {
        height: auto;
    }

    .texto-subtitulo-secao {
        font-size: 1em;
    }

    .subtitulo-hero {
        font-size: 14px;
        max-width: 100%;
    }

    .caixa-turma {
        padding: 18px 16px;
        border-radius: 18px;
        margin-bottom: 16px;
    }
    

    .titulo-curso {
        color: #3C94A8;
        font-weight: 700;
        font-size: 1.5em;
    }

    .elemento-com-grid{
        display: none;
    }

    .rodape-logo {
        width: 120px;
        margin-bottom: 20px;
    }

    .rodape-campi {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
        padding-left: 3em;
    }

    .rodape-links {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .switch-opcao {
        display: initial;
    }
    .logo-bernoulli-include {
        text-align: center;
    }
    .li-acesso svg {
        position: relative;
        margin-right: 1em;
        bottom: 0.3em;
        width: 4em;
    }
    .etiqueta-ultimos-dias {
        display: none;
    }
    .etiqueta-ultimos-dias-mobile {
        display: inline-block;
        padding: 7px 10px;
        border-radius: 8px;
        background: #E8EDFF;
        color: #071F8F;
        font-size: 11px;
        font-weight: 500;
        margin-bottom: 6px;
        position: relative;
        bottom: 1em;
    }
    .rodape-divisor {
        display: none;
    }
    .item-campi svg {
        display: initial;
        margin: 0;
    }
    .foto-desktop {
        display: none;
    }
    .foto-mobile {
        display: block;
        width: 100%;
        text-align: center;   
    }
    .linha-mobile {
        width: 121px;
        height: 4px;
        border-radius: 3px;
        opacity: 1;
        background-color: #292A74;
        margin: 0 auto;
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .linha-curso-turma-mobile::before {
        content: attr(data-titulo);
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        background: #3C94A8;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding: 12px 0;
        border-radius: 16px 16px 0 0;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .linha-curso-turma-mobile {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        border: 2px solid #36B3AA;
        padding-top: 5em;
    }

    .item-campi {
        cursor: pointer;
        text-align: left;
        width: 100%;
        margin: 0 auto 25px;
        color: #fff;
    }
    .ul-social {
        list-style: none;
        margin: 0;
        padding: 0;
        justify-content: flex-start;
    }
    .rodape-links li::after {
        content: "";
        width: 0px;
        height: 0px;
        background-color: transparent; 
    }

    /* Aplica apenas para modais específicos do PV, não para modal de satisfação */
    .modal-personalizado {
        max-width: 100% !important;
    }
    
    /* Garante que o modal de satisfação mantenha seu tamanho correto */
    #modalSatisfacao .modal-personalizado {
        max-width: min(90vw, 600px) !important;
    }
    
}

@media (max-width: 767px) {
    .header-preco-flex {
        align-items: flex-start; 
        gap: 6px;
        width: 100%;
    }
    .botao-alterar-curso-mobile {
        display: flex;
    }
    .botao-alterar-curso {
        display: none;
    }
    .botao-verde-solido {
        width: 100%;
    }
    .arrea-botao-final {
        padding-left: 1em;
        padding-right: 1em;
    }
    .coluna-info {
        width: 50%;
        min-width: 96px;
        margin-bottom: 10px;
    }
    .icone-info {
        width: 74px;
    }
}


@media (min-width: 768px) and (max-width: 1023px) {

    .container-svg-movimento svg {
        width: 33em;
        height: auto;
    }

    .titulo-hero {
        font-size: 34px;
    }

    .linha-curso-turma {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .caixa-curso,
    .caixa-turma {
        max-width: 100%;
    }

    .elemento-com-grid::after {
        width: 200px;
        height: 200px;
        right: -40px;
        top: -35px;
    }
    .switch-opcao {
        display: initial;
    }

     .linha-curso-turma::before {
        display: none;
    }
    

    .linha-curso-turma .col-md-7 {
        padding-left: 120px;
    }
}

@media (min-width: 768px) {

    .linha-curso-turma-desktop::before {
        content: attr(data-titulo);
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;

        width: 90px;
        background: #3C94A8;
        color: #fff;

        display: flex;
        justify-content: center;
        align-items: center;

        writing-mode: vertical-rl;
        transform: rotate(180deg);

        font-weight: bold;
        font-size: 18px;
        letter-spacing: 2px;

        border-radius: 0 16px 16px 0;
        padding: 20px 0;
    }

    .linha-curso-turma-desktop {
        border-top-right-radius: 17px;
        border: 2px solid #36B3AA;
        padding-left: 8em;
        border-top-left-radius: 17px;
        border-bottom-left-radius: 17px;
        border-bottom-right-radius: 17px;
    }
}




@media (min-width: 1024px) and (max-width: 1365px) {
    .titulo-hero {
        font-size: 36px;
    }

    .container-svg-movimento {
        max-width: 360px;
    }

    .elemento-com-grid::after {
        width: 220px;
        height: 220px;
        right: -50px;
    }
}
