* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}

.container {
    width: 100%;
}

.banner {
    width: 100%;
    position: relative;
}

.banner img {
    width: 100%;
    height: auto;
}

.banner .logo {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 30%;
    left: 50%;
}

.banner .logo {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}

.banner .logo img {
    max-width: 100%;
    object-fit: cover;
}

.imac {
    width: 100%;
    position: relative;    
    margin-bottom: 40px;
}

.imac img {
    width: 100%;
    height: auto;
}

.imac .imacbg {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 10px;
    left: 50%;
}

.imac .imacbg {
    width: 100%;
    max-width: 57%;
    margin: 0 auto;    
}

.imac .imacbg img {
    max-width: 100%;
    object-fit: cover;    
}

.content {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    margin-bottom: 40px;
}

.content h3 {
    font-size: 32px;
    font-weight: 700;
    color: #00AFEF;
}

.content span {
    font-size: 26px;
    font-weight: 400;
    color: #1a2334;    
}

.financeiro {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;  
    margin-bottom: 40px;
}

.financeiro .text {
    padding-left: 120px;
}

.financeiro .text h3 {
    font-size: 35px;
    font-weight: 500;
    color: #1a2334;
    margin-bottom: 10px;
    font-weight: normal;
}

.financeiro .text ul li {
    font-size: 22px;
    font-weight: 400;
    color: #1a2334;
    padding: 2px 0;
}

.financeiro .image {
    display: flex;
    justify-content: center;
    width: 50%;
}

.financeiro .image img {
    max-width: 100%;
}

.cadastros {
    width: 100%;
    position: relative;
    margin-bottom: 100px;
}

.cadastros img {
    width: 100%;
    height: auto;
}

.contentCadastros {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 70%;
}

.contentCadastros .image {
    display: flex;
    justify-content: center;
    width: 60%;
}

.contentCadastros .image img {
    max-width: 100%;    
}

.contentCadastros .text {
    position: relative;
    top: -10px;
    width: 40%;
}

.contentCadastros .text h3 {    
    font-size: 35px;
    font-weight: 500;
    color: white;
    margin-bottom: 10px;
    font-weight: light;
}

.contentCadastros .text ul li {
    font-size: 22px;
    font-weight: 400;
    color: white;
    padding: 2px 0;
}

.iphoneresponsive {
    display: none;
}

.acessos {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
}

.acessos .text {
    position: relative;
    width: 40%;
    padding-left: 120px;
}

.acessos .text h3 {    
    font-size: 35px;
    font-weight: 500;
    color: #1a2334; 
    margin-bottom: 10px;
    font-weight: normal;
}

.acessos .text ul li {
    font-size: 22px;
    font-weight: 400;
    color: #1a2334;
    padding: 2px 0;
}

.acessos .image {
    display: flex;
    justify-content: center;
    width: 60%;
}

.acessos .image img {
    max-width: 100%;
}

.mais {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
}

.mais h3 {
    font-size: 35px;
    font-weight: 500;
    color: #1a2334; 
    margin-bottom: 30px;
    font-weight: normal;
}

.mais .indicator {
    display: flex;
    align-items: center;
    gap: 150px;
}

.mais .indicator .left {
    width: 40%;
}

.mais .indicator .left ul li {
    font-size: 22px;
    font-weight: 400;
    color:#1a2334;
    padding: 2px 0;
}

.mais .indicator .right {
    width: 40%;
}

.mais .indicator .right ul li {
    font-size: 22px;
    font-weight: 400;
    color: #1a2334;
    padding: 2px 0;
}

.assinante {
    width: 100%;
    position: relative;  
    margin-bottom: 40px;
}

.assinante img {
    width: 100%;
    height: auto;
}

.acessoAssinante {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 55%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    width: 80%;
}

.acessoAssinante .image {
    display: flex;
    justify-content: center;
    width: 50%;
}

.acessoAssinante .image img {
    max-width: 100%;    
}

.acessoAssinante .text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50%;
}

.acessoAssinante .text h3 {    
    font-size: 40px;
    font-weight: 500;
    color: #00AFEF;
    font-weight: normal;
    font-weight: 600;
}

.acessoAssinante .text span {
    font-size: 30px;
    font-weight: 500;
    color: hsl(0deg 0% 100% / 80%);
}

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

.acessoAssinante .text a button {
    background-color: #00AFEF;
    color: white;
    border-radius: 40px;
    padding: 10px 8px;
    width: 130px;
    margin-top: 50px;
    border: 0;
    transition: background-color .4s ease 0s;
    cursor: pointer;
}

.acessoAssinante .text a button:hover {
    background-color: #0069D9;
}

.model {
    position: relative;
    width: 100%;
    max-width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 45px;
}

.model .image {
    display: flex;
    justify-content: center;
    width: 60%;
    position: relative;
    top: 10px;
}

.model .image img {
    max-width: 60%;    
}

.model .text {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    width: 50%;
    position: relative;
    top: -100px;
}

.model .text span {
    font-size: 25px;
    color: #1a2334;
}

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

.model .text a button {
    background-color: #00AFEF;
    color: white;
    border-radius: 40px;
    padding: 10px 8px;
    width: 130px;
    margin-top: 50px;
    border: 0;
    transition: background-color .4s ease 0s;
    cursor: pointer;
}

.model .text a button:hover {
    background-color: #0069D9;
}

.form {
    width: 100%;
    position: relative;
}

.form img {
    width: 100%;
    height: auto;
}

.formContainer {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    width: 80%;
}

.formContainer .gestor {
    width: 33.3%;
}

.formContainer .gestor h3 {
    font-size: 22px;
    font-weight: 600;
    color: white;
    margin-bottom: 30px;
}

.formContainer .gestor span {
    font-size: 18px;
    color: white;
}

.formContainer .formulario {
    width: 33.3%;    
}

.formContainer .formulario .formularioContainer {
    width: 100%;
    height: auto;
    position: relative;
    top: -120px;
    margin: 0 auto;
}

.formulario .formularioContainer .formHeader {
    background-color: #3B3939;
    border-radius: 8px 8px 0px 0px;
    color: white;
    padding: 20px 15px;
    font-size: 18px;
    text-align: center;
}

.formulario .formularioContainer .formularioBody {
    background-color: #eef3f5;
    padding: 10px 15px;
}

.formulario .formularioContainer .formularioBody label {
    font-size: 12px;
    font-weight: 600;
}

.formularioContainer .formularioBody input {
    width: 100%;
    height: 30px;
    padding: 0px 8px;
    margin-bottom: 5px;
    border: 1px solid #5555554d;
}

.formularioContainer .formularioBody input:focus {
    outline: none;
}

.formularioContainer .formularioBody .recaptcha {
    width: 100%;
    display: flex;
    align-items: center;
}

.formularioContainer .formularioBody .recaptcha .g-recaptcha {
    width: 100%;
    margin: 0 auto;
}

.formularioContainer .formularioBody button {
    background-color: #00AFEF;
    color: white;
    border-radius: 40px;
    padding: 10px 8px;
    width: 130px;
    border: 0;
    transition: background-color .4s ease 0s;
    cursor: pointer;
}

.formularioContainer .formularioBody button:disabled {
    background-color: #6b6b6b;
}

.formularioContainer .formularioBody button:hover {
    background-color: #0069D9;
}

.formularioContainer .formularioBody .divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.formularioBody .divider .city {
    width: 70%;
}

.formularioBody .divider .uf {
    width: 30%;
}

.formularioBody .divider .uf select {
    width: 100%;
    height: 30px;
    padding: 0 8px;
    margin-bottom: 5px;
    border: 1px solid rgba(84, 84, 84, 0.3);
}

.formularioBody .divider .uf select:focus {
    outline: none;
}

.formularioBody .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.formularioBody .form-check .form-check-input {
    width: 40px !important;
}

.formularioBody .form-check span {
    font-size: 12px !important;
    text-align: left !important;
}

.formularioBody .align {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formContainer .revendedor {
    width: 33.3%;
}

.formContainer .revendedor h3 {
    font-size: 22px;
    font-weight: 600;
    color: white;
    margin-bottom: 30px;    
}

.formContainer .revendedor span {
    font-size: 18px;
    color: white;
}

footer {
    width: 100%;
    padding: 30px;
    position: relative;
    top: -7px;
    background-color: #00AFEF;
}

footer .container {
    padding: 0 2%;   
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .logo img {
    width: 200px;
}

footer .copyright span{
    color: white;
    font-size: 16px;
}

footer .redesSociais {
    display: flex;
    align-items: center;
    gap: 10px;
}

footer .redesSociais a img {
    width: 30px;
}

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

    .content h3 {
        font-size: 25px;
    }
    
    .content span {
        font-size: 22px;
    }

    .financeiro {
        gap: 80px;  
        flex-direction: column;
    }

    .financeiro .text {
        padding-left: 0;
    }

    .financeiro .text h3 {    
        text-align: center;    
        font-size: 25px;
        font-weight: 700;
    }

    .financeiro .text ul {
        margin: 0 auto;
        width: 100%;
    }

    .financeiro .text ul li { 
        width: 100%;   
        font-size: 20px;
        font-weight: 500;
    }

    .financeiro .image {
        width: 90%;
    }

    .cadastros img {
        width: 100%;
        height: 350px;
    }

    .contentCadastros .image {
        display: none;
    }

    .contentCadastros .text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        top: -40px;
        width: 100%;
    }
    
    .contentCadastros .text h3 { 
        font-size: 25px;
        font-weight: 700;
    }
    
    .contentCadastros .text ul li {
        width: 100%;
        font-size: 20px;
        font-weight: 500;
    }

    .iphoneresponsive {
        position: absolute;
        width: 100%;
        height: auto;
        padding: 0 5%;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .iphoneresponsive img {
        position: relative;
        top: -200px;
        max-width: 100%;
    }

    .acessos {
        margin-top: 600px;
        gap: 80px;   
        flex-direction: column;
    }

    .acessos .text {
        padding-left: 0;
        width: 90%;
    }

    .acessos .text h3 {
        text-align: center;
        font-size: 25px;
        font-weight: 700;
    }

    .acessos .text ul {
        margin: 0 auto;
        width: 100%;
    }

    .acessos .text ul li {
        font-size: 20px;    
        width: 100%;   
    }

    .acessos .image {
        width: 90%;
    }

    .mais {
        margin-bottom: 40px;
    }

    .mais h3 {
        text-align: center;
        font-size: 25px;
        font-weight: 700;
    }
    
    .mais .indicator {
        flex-direction: column;
        gap: 0;
    }

    .mais .indicator .left {
        width: 90%;
    }
    
    .mais .indicator .left ul {
        margin: 0 auto;
        width: 100%;
    }

    .mais .indicator .left ul li {
        font-size: 20px;    
        width: 100%;
    }

    .mais .indicator .right {
        width: 90%;
    }
    
    .mais .indicator .right ul {
        margin: 0 auto;
        width: 100%;
    }

    .mais .indicator .right ul li {
        font-size: 20px;    
        width: 100%;         
    }

    .assinante {
        margin-bottom: 60px;
    }

    .assinante .acessoAssinante .image {
        display: none;
    }

    .assinante .acessoAssinante .text {
        width: 100%;
    }

    .assinante .acessoAssinante .text h3 {
        text-align: center;
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .assinante .acessoAssinante .text span {
        font-size: 20px;    
        text-align: center;  
    }

    .acessoAssinante .text a button {
        margin-top: 5px;
    }

    .model {
        margin: 0 auto;
        top: 0;
        margin-bottom: 400px;
    }

    .model .image {
        display: none;
    }

    .model .text {
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 90%;
        top: 0;
    }

    .model .text span {
        font-size: 20px;   
    }

    .form .formContainer .gestor {
        display: none;
    }

    .form .formContainer .revendedor {
        display: none;
    }

    .formContainer .formulario {
        width: 50%;
    }

    .formContainer .formulario .formularioContainer {
        top: -200px;
    }

    footer .container {
        padding: 0 2%;   
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
    }

}

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

    .acessos {
        margin-top: 300px;
    }

    .assinante .acessoAssinante .text {
        position: relative;
        top: -10px;
    }

    .assinante .acessoAssinante .text h3 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .assinante .acessoAssinante .text span {
        font-size: 14px;    
        margin: 0;
        padding: 0;
        margin-bottom: 5px;
    }

    .acessoAssinante .text a button {
        margin-top: 0;
    }

    .model {
        margin-bottom: 600px;
    }

    .formContainer .formulario {
        width: 90%;
    }

    .formContainer .formulario .formularioContainer {
        top: -300px;
    }

}