body {
    font-family: 'Jost', sans-serif; 
    color: #111111;
}

h2 {
    color: #00D661;
    font-weight: 500;
}

label {
    font-weight: 500;
}

h3 {
    font-size: 1.25rem !important;
    font-weight: 600;
}

.me-auto {
    margin-left: auto!important;
    margin-right: 0 !important;
}

.navbar-light .navbar-nav .nav-link.ultimo-link.active:hover {
 color:#00D661 !important;
}

.botoes {
    background: #00D661;
    border: 1px solid #00D661;
    border-radius: 10px;
    padding: 12px 30px !important;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none !important;
}

.botoes:hover {
    background: #ffffff;
    color: #00D661 !important;
}

.nav-link {
    font-size: 18px;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #00D661 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #111111;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: var(--bs-gutter-x,2.75rem);
    padding-left: var(--bs-gutter-x,2.75rem);
}

.background-img {
    background: url("../img/background-img.svg") no-repeat;
    background-position: center center;
    background-size: 55%;
}

.background-img-ecras {
    background: url("../img/background-img.svg") no-repeat;
    background-position: center center;
    background-size: 99%;
}

#aplicacao {
    background: url("../img/background-forma.svg") no-repeat;
    background-position: right bottom;
    padding-top: 160px;
    padding-bottom: 40px;
}

#aplicacao-2 {
    padding-top: 100px;
    padding-bottom: 20px;
    background: url("../img/background-forma-pg.svg") no-repeat;
    background-position: left bottom;
}

#demonstracao {
    padding-top: 100px;
    padding-bottom: 40px;
    background: url("../img/background-forma-pg.svg") no-repeat;
    background-position: left bottom;
    background-size: 6%;
}

#footer {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #00D661;
    margin-top: 70px;
}

#caracteristicas, #funcionamento, #logotipos, #ecras {
    padding-top: 100px;
    padding-bottom: 40px;
}

.politicas {
    padding-top: 170px;
}

.passos {
    font-size: 60px;
    color: #00D661;
    background-color: #ffffff;
    margin-bottom: 0 !important;
    border-radius: 50%;
    border-radius: 50%;
    inline-size: fit-content;
    padding: 10px 40px;
    margin: auto auto;
    font-weight: 500;
    margin-top: -120px;
}

.card {
    border: none !important;
    background-color: #FCFCFC;
    border-radius: 20px;
    padding-top: 60px;
    padding-bottom: 30px;
    z-index: -1;
}

.icone {
    color: #ffffff;
    font-size: 40px;
    background-color: #00D661;
    padding: 18px;
    border-radius: 18px;
    box-shadow: 0 .2rem 1rem 0.2rem rgba(0,214,97,.20)!important;
}

h3.icone-check::before {
    font-family: 'mobleet';
    content: "\e901";
    color: #ffffff;
    font-size: 24px;
    background-color: #00D661;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 .2rem 1rem 0.2rem rgba(0,214,97,.20)!important;
    margin-right: 18px;
}

.text-caracteristicas {
    margin-left: 60px;
}

.margem-icones {
    margin-top: 40px;
}

hr.separador {
    border: 2px solid #00D661;
    border-radius: 50px;
    background-color: #00D661 !important;
    color: #00D661 !important;
    opacity: 1 !important;
    width: 35%;
}

hr.separador-footer {
    border: 1px solid #ffffff;
    border-radius: 50px;
    background-color: #ffffff !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

.form-control:focus, .form-check-input:focus {
    color: #111111;
    background-color: #fff;
    border-color: #00D661;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0,214,97,.25);
}

#footer a.link{
    color: rgba(255,255,255,.90);
}

#footer a.link:hover, #footer p, #footer a.link.active  {
    color: #ffffff;
}

a.link {
    color: #111111;
    font-weight: 600;
    text-decoration: none;
}

a.link:hover {
    color: #00D661;
    font-weight: 600;
    text-decoration: none;
}

.form-check-input:checked {
    background-color: #00D661;
    border-color: #00D661;
}

.navbar-light .navbar-nav .nav-link.ultimo-link.active {
    color: #ffffff !important;
}

.navbar-light .navbar-toggler {
    color: rgba(0,214,97,.55);
    border-color: rgba(0,214,97,.1);
}

/* redocean footer style */
a.redocean-simbolo-a {
    text-decoration: none !important;
}

.redocean-simbolo{
    color: rgba(255,255,255,.90) !important;
}
  
.redocean-simbolo:before {
    content: "\e900";
}
  
.redocean-simbolo:hover{
    color: #e50914 !important;
}
  
.redocean-simbolo-a{
    position:relative;
    top:3px;
}

@media (max-width: 576px) {
.container-fluid{
    padding-right: var(--bs-gutter-x,1.75rem) !important;
    padding-left: var(--bs-gutter-x,1.75rem) !important;
}

.width-min-ecra {
    width:100%;
}

.background-img-ecras {
    background-size: 92%;
}
}

@media (min-width: 992px) {
.navbar-expand-xl .navbar-nav .nav-link.sem-botao {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.navbar-expand-xl .navbar-nav .nav-link.ultimo-link {
    margin-left: 1.5rem !important;
}

#btn-hibrido {
    display: inline !important;
}

#btn-hibrido-2 {
    display: none !important;
}
}

@media (max-width: 991px) {
    #btn-hibrido {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .background-img-ecras {
        background-size: 83%;
    }

    #aplicacao {
        background-position: right top;
        background-size: 54% !important;
    }
}

@media (max-width: 991px) {
    #aplicacao {
        background-position: right top;
    }

    #aplicacao h2, #aplicacao p {
        color: #ffffff;
    }
}

@media (max-width: 430px) {
    #aplicacao {
    background-size: 177%;
    }
}

@media (min-width: 431px) and (max-width: 470px) {
    #aplicacao {
        background-size: 162%;
    }
}

@media (min-width: 471px) and (max-width: 520px) {
    #aplicacao {
        background-size: 147%;
    }
}

@media (min-width: 521px) and (max-width: 576px) {
    #aplicacao {
        background-size: 137%;
    }
}

@media (min-width: 577px) and (max-width: 633px) {
    #aplicacao {
        background-size: 130%;
    }
}

@media (min-width: 634px) and (max-width: 700px) {
    #aplicacao {
        background-size: 121%;
    }
}

@media (min-width: 701px) and (max-width: 760px) {
    #aplicacao {
        background-size: 117%;
    }
}

@media (min-width: 761px) and (max-width: 803px) {
    #aplicacao {
        background-size: 114%;
    }
}

@media (min-width: 804px) and (max-width: 870px) {
    #aplicacao {
        background-size: 109%;
    }
}

@media (min-width: 871px) and (max-width: 915px) {
    #aplicacao {
        background-size: 107%;
    }
}

@media (min-width: 916px) and (max-width: 953px) {
    #aplicacao {
        background-size: 105%;
    }
}

@media (min-width: 954px) and (max-width: 991px) {
    #aplicacao {
        background-size: 101%;
    }
}