@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

#logo-meu-prontuario {
    width: 180px;
}

.texto-laranja {
    color: #d57531;
}

.bg-laranja {
    background-color: #d57531;
    color: white;
}

.bg-azul-escuro {
    background-color: #0d1b2b;
    color: white;
}

#secao-principal {
    color: white;
    background-color: #0d1b2b;
}

.container {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}

.btn-testar-agora {
    border-color: #ba6426;
    background-color: #d57531;
    color: white;
}

.btn-testar-agora:hover {
    border-color: #ba6426;
    background-color: #ba6426;
    color: white;
}

.btn-testar-agora.branco {
    border-color: #e4e5e5;
    background-color: #fff;
    color: #0d1b2b;
}

.btn-testar-agora.branco:hover {
    border-color: #e4e5e5;
    background-color: #e4e5e5;
    color: #0d1b2b;
}

#secao-principal .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
}

#titulo-principal {
    font-family: 'Montserrat', sans-serif;
    font-size: 49px;
    font-weight: 500;
}

#descricao-principal {
    font-size: 22px;
    font-weight: 400;
}

#texto-apoio-titulo {
    font-size: 22px;
}

#imagens-principais {
    display: flex;
    position: relative;
    z-index: 10;
}

#imagens-principais img {
    height: 400px;
}

@media (max-width: 1500px) {
    #imagens-principais img {
        height: 370px;
    }
}

@media (min-width: 1200px) {
    #conteudo-principal {
        align-items: center;
    }
}

#textos-principal .btn-testar-agora {
    font-size: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    position: relative;
    z-index: 10;
}

.titulo-secao {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
}

.subtitulo-secao {
    font-size: 24px;
    font-weight: normal;
}

.subtitulo-secao.negrito {
    font-weight: bold;
}

#design-fundo {
    margin-top: -170px;
    position: relative;
    z-index: 5;
}

#secao-chave-alavancar {
    margin-top: 0px;
}

.imagem-plataforma {
    height: 430px;
    width: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}

.funcionalidades {
    margin: 80px 0;
    background-color: #0d1b2b;
    padding: 25px 20px;
    border-radius: 18px;
    color: white;
    display: flex;
    align-items: center;
    width: 85%;
}

.funcionalidades:nth-child(even) {
    margin-left: auto;
}

.funcionalidade-verde {
    background-color: #189c0d;
}

.funcionalidades .subtitulo-secao {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
}

.funcionalidades .coluna:first-child {
    text-align: left;
}

.funcionalidades .coluna:last-child {
    text-align: right;
}

.funcionalidades img {
    height: 290px;
    max-width: 100%;
}

.funcionalidades p {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 300;
    margin-top: 2rem;
}

.funcionalidades-menor {
    text-align: left;
    margin-bottom: 35px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
}

.funcionalidades-menor .dados-funcionalidade {
    background-color: #0d1b2b;
    padding: 25px 20px;
    border-radius: 18px;
    color: white;
    width: 350px;
    display: flex;
    justify-content: start;
    flex-direction: column;
}

.funcionalidades-menor .subtitulo-secao {
    margin-bottom: 18px;
}

.funcionalidades-menor p {
    margin-bottom: 0;
}


.funcionalidades-menor .subtitulo-secao::after {
    content: " ";
    background-color: #dd5e02;
    display: block;
    margin-top: 4px;
    width: 50px;
    height: 4px;
}

#acompanhamento {
    margin-top: 120px;
}

#acompanhamento h2 {
    font-weight: bold;
}

#secao-planos .container .row {
    align-items: start;
}

.planos .col {
    border-radius: 18px;
    padding: 20px;
}

.mais-popular {
    position: absolute;
    top: -17px;
    right: 30px;
    background-color: #2b8d79;
    color: #ffffff;
    border-radius: 40px;
    padding: 5px 18px;
    text-align: center;
    font-weight: bold;
}

.planos .col:not(:nth-child(2)) {
    background-color: white;
    color: #0d1b2b;
    margin-bottom: 35px;
}

.planos .col:nth-child(1) {
    margin-right: 35px;
}

.planos .col:nth-child(2) {
    position: relative;
    background-color: #dd5e02;
    color: white;
}

.planos .col:nth-child(3) {
    margin-left: 35px;
}

.planos>.col>.d-flex {
    height: 100%;
    width: 100%;
}

.planos>.col>.d-flex>div {
    width: 100%;
}

.planos h3 {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.planos h4 {
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 300;
}

.planos .col:nth-child(2) h4 {
    font-size: 40px;
}

.planos h4 span {
    font-size: 100px;
    font-weight: bold;
}

.planos .col:nth-child(2) h4 span {
    font-size: 112px;
}

.planos .col .lbl-plano-inclui {
    margin-bottom: 15px;
}

.planos .col .lbl-plano-inclui {
    display: block;
    font-size: 18px;
    margin-top: 15px;
}

.planos .lista-funcionalidades {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}

.planos .lista-funcionalidades li {
    display: flex;
    align-items: center;
    gap: 7px;
}

.planos .lista-funcionalidades li:not(:last-child) {
    margin-bottom: 10px;
}

.planos .btn-testar-agora {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
}

#div-col-selo {
    text-align: center;
}

#img-selo-garantia {
    height: 200px;
}

footer {
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    background-color: #0d1b2b;
}

.lista-rodape {
    margin: 10px 0 25px;
    padding: 0;
    list-style: none;
}

.lista-rodape li:not(:last-child) {
    margin-bottom: 10px;
}

.lista-rodape a {
    color: white;
}

.info-contato label {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

.info-contato a {
  color: inherit;
  text-decoration: none;
}

.info-contato p {
    margin-bottom: 10px;
}

.info-contato p:last-child {
    margin-bottom: 0px;
}

#imagens-provas-2 {
    justify-content: center;
}

@media (max-width: 1199px) {
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .funcionalidades:nth-child(even) .coluna:last-child,
    .funcionalidades:nth-child(odd) .coluna:first-child {
        text-align: center;
    }

    .funcionalidades:nth-child(even) .coluna:last-child img {
        margin-top: 18px;
    }

    .funcionalidades:nth-child(odd) .coluna:first-child img {
        margin-bottom: 18px;
    }

    .funcionalidades .coluna img {
        max-height: 200px;
    }

    .funcionalidades .coluna img {
        max-height: 160px;
    }

    #imagens-principais>div:first-child {
        margin-left: auto;
        margin-right: 30px;
    }

    #imagens-principais>div:last-child {
        margin-left: 30px;
        margin-right: auto;
    }

    #conteudo-principal>.btn-testar-agora {
        margin-left: auto;
        margin-right: auto;
    }

    #conteudo-principal>.btn-testar-agora {
        margin-top: 35px;
    }

    #design-fundo {
        margin-top: -30px;
    }

    #imagens-principais div {
        margin-top: 15px;
    }

    #imagens-principais img {
        height: auto;
        max-height: 280px;
        width: 100%;
    }

    #texto-apoio-titulo {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 8px;
        font-size: 20px;
    }

    #titulo-principal {
        text-align: center;
        font-size: 37px;
    }

    #descricao-principal {
        text-align: center;
        font-size: 20px;
    }

    .titulo-secao {
        font-family: 'Montserrat', sans-serif;
        font-size: 28px;
    }

    .funcionalidades {
        margin: 30px 0;
    }

    .funcionalidades .subtitulo-secao {
        font-size: 20px;
    }

    .funcionalidades p {
        font-size: 16px;
    }

    .funcionalidades-menor {
        flex-direction: column;
    }

    .funcionalidades-menor .dados-funcionalidade {
        width: 100%;
    }

    #secao-planos .container {
        max-width: none;
        width: 97%;
    }

    .planos .col:nth-child(1) {
        margin-right: 1rem;
    }

    .planos .col:nth-child(2),
    .planos .col:not(:nth-child(2)) {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .planos .col:nth-child(3) {
        margin-bottom: 0;
        margin-left: 1rem;
    }

    .subtitulo-secao {
        font-size: 18px;
    }

    .imagem-plataforma {
        height: 335px;
        width: 100%;
    }
}

@media (max-width: 600px) {
    #btn-entrar-cabecalho {
        background-color: #198754;
        border-color: #198754;
        color: white;
    }

    #logo-meu-prontuario {
        width: 140px;
    }

    footer {
        text-align: center;
    }

    .imagem-plataforma {
        height: 450px;
    }

    .funcionalidades {
        width: 100%;
    }

    #div-col-selo {
        margin-top: 10px;
        text-align: center;
    }

    #img-selo-garantia {
        height: 180px;
    }

    .planos .col:nth-child(1) {
        margin-right: 0;
    }

    .planos .col:nth-child(2),
    .planos .col:not(:nth-child(2)) {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .planos .col:nth-child(3) {
        margin-bottom: 0;
        margin-left: 0;
    }
}

@media (min-width: 1400px) {
    .px-xxl-10 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }
}