.header.a{
    background: #46267a !important;
}

.header.a .btn {
    background-color: #f96504 !important;
    padding: 12px 155px;
}

.header.a .btn:hover {
    transform: scale(1.05);
}

.header.a img {
    width: 720px;
    height: 590px;
}
.btn-franquias{
    background-color: #f96504;
    color: #fff !important;
}
.header.a .title {
    width: 800px;
    font-size: 60px;
    line-height: 65px;
}

.header.a .description {
    font-size: 19px;
    width: 630px;
    padding-top: 150px;
    line-height: 28px;
    max-width: 540px !important;
}

.header.b .title:first-child {
    font-size: 48px;
    color: #46267a !important;
}

.header.b .fgts.pc-modal .title {
    color: var(--secondary);
}

.header.b .fgts.pc-modal .description {
    font-size: 18px;
    font-weight: 300;
    width: 350px;
    line-height: 20px;
}

.header.b .fgts.pc-b .fgts.btn-b {
    background: var(--secondary);
}

.header.b .fgts.a {
    margin: 25px 0px;
    flex-direction: row;
    justify-content: center;
    gap: 60px;
}

.header.b .fgts.a .fgts.b .i {
    margin-right: 12px;
    width: 60px;
    height: 60px;
}

.header.b .fgts.a .fgts.b .t {
    font-size: 28px;
}

.header.b .description.custom {
    font-size: 30px;
    letter-spacing: -0.5px;
    margin-top: 15px;
}

.header.b .description span {
    font-weight: bold;
}

.header.custom .container {
    width: 1000px;
}

.custom-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center !important;
    padding: 10px;
}

.custom-column .column {
    display: flex;
    align-items: center;
}

.custom-column .column .i {
    width: 60px;
    height: 60px;
}

.custom-column .column .i img {
    width: 100%;
    height: 100%;
}

.custom-column .column .t {
    font-size: 24px;
    font-weight: 300;
    margin-left: 15px;
}

.header.custom {
    position: relative;
    padding: 100px 0;
}

.header.custom .title {
    font-size: 26px;
    line-height: 30px;
}

.header.custom .title:first-child {
    margin-bottom: 20px;
    text-align: center !important;
}

.header.custom .title:nth-last-child(2) {
    font-size: 34px;
    font-weight: 600;
    text-align: center;
}

.header.custom .title span {
    font-weight: bold;
}

.header.custom .description {
    font-weight: 300;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
}

.header.custom .comment {
    color: #46267a;
    font-size: 30px;
    width: 100%;
    text-align: center;
    line-height: 35px;
    margin-top: 25px;
    margin-bottom: 80px;
}

.header.custom .comment span {
    font-weight: bold;
}

.header.c {
    background: #f96504 !important;
    padding: 70px 0px;
}
.sim.btn{
    background-color: #46267a !important;
}

.header.c .header.mt .mt .d {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin-top: 20px;
    color: #fff;
}

.header.c .container{
    justify-content: center;
    align-items: center;
}

.header.d .topics{
    flex-direction: column;
}


.header.d .topics .bx{
    max-width: 800px;
    width: 100%;
}

.header.d .topics .title {
    color: var(--principal);
}

.header.d .title:first-child{
    color: #f96504 !important;
}

.header.f{
    background-color: #46267a !important;
}
.header.f .pre .description{
    font-weight: 300;
}
.header.f .rate .name {
    color: #46267a;
}

.header.f .rate .profile img{
    border: 5px solid #46267a;
}
.header.f .rate .msg span {
    color: var(--secondary);
}

.header.g .title:first-child {
    color: #f96504;
}

.bottom.nav {
    background: #46267a;
}

.header.d .topics .bx .icon svg {
    color: var(--secondary);
}

.header.c .header.mt .mt .t{
    font-weight: 600 !important;
    font-size: 39px !important;
}

@media screen and (max-width: 1250px) {
    .header.b .description {
        letter-spacing: -1px;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
        width: 310px;
    }

    .fgts.mobile-modal input[type=text] {
        display: block;
        margin: 0 auto;
        font-size: 32px;
        font-weight: 900;
        outline: 0;
        border: none;
        margin-bottom: 10px;
        border-bottom: 1px solid #d4d4d4;
        text-align: center;
        width: 240px;
    }

    .fgts.mobile-modal .fgts.btn-b {
        background: #004ce6;
        padding: 8px 0;
        font-size: 22px;
        color: #fff;
        font-weight: 900;
        text-align: center;
        width: 210px;
        margin: 0 auto;
        border-radius: 40px;
        margin-top: 20px;
    }

    .fgts.mobile-modal .copyright {
        text-align: center;
        font-size: 12px;
        line-height: 14px;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .fgts.mobile-modal .copyright a {
        font-weight: 700;
        font-size: 14px;
        text-decoration: underline;
        font-style: italic;
    }

    .header.a .btn {
        bottom: 100px;
        left: calc(50% - 320px);
    }

    .header.a .title {
        font-size: 42px;
        line-height: 48px;
    }

    .header.a img {
        width: 500px;
    }

    .header.a .description {
        padding-top: 108px;
        width: 350px;
    }

    .header.a .btn:hover {
        transform: none;
    }

    .header.b .container {
        width: 850px;
    }

    .header.b .title:first-child {
        font-size: 42px;
    }

    .header.custom .container {
        width: 850px;
    }

    .header.custom .description {
        font-size: 22px;
    }

    .header.custom .comment {
        width: 820px;
    }

    .header.g .description {
        justify-content: space-between;
        font-size: 20px;
    }
}

@media screen and (max-width: 870px) {
    .header.b .fgts.pc-modal {
        display: none;
    }

    .header.b {
        padding-top: 30px;
    }
}

@media screen and (max-width: 800px) {
    .fgts.mobile-modal {
        display: block;
    }

    .header.a {
        padding-bottom: 15px;
    }

    .header.a .title {
        font-size: 42px;
        line-height: 48px;
        width: 310px;
        margin: 0 auto;
    }

    .header.a .description {
        margin: 0 auto;
        line-height: 20px;
        font-size: 16px;
        width: 310px;
        padding-top: 20px;
    }

    .header.a .img {
        position: relative;
        top: 15px;
        transform: scale(1.2);
        animation-name: zoomLoop;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }

    .header.a .header.img {
        top: -15px;
    }

    .header.a .header.img img {
        width: 160px;
        height: 125px;
        object-fit: contain;
    }

    .header.a .btn {
        position: relative;
        top: -10px;
        left: 0;
        transform: none;
        font-size: 20px;
        padding: 6px 15px;
        border-radius: 50px;
        margin-top: 20px;
    }

    .header.b {
        padding-top: 280px;
    }

    .header.b .container {
        width: 315px;
    }

    .header.b .title:first-child {
        font-size: 30px !important;
        line-height: 32px !important;
    }

    .header.b .fgts.a {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 180px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .header.b .fgts.a .fgts.b {
        justify-content: space-between;
        margin: 4px 0;
    }

    .header.b .fgts.a .fgts.b .t {
        font-size: 22px;
        line-height: 25px;
        width: 125px;
    }

    .header.b .fgts.a .fgts.b .i {
        width: 40px;
        height: 40px;
        margin-right: 0px;
    }

    .header.b .description:last-child {
        font-size: 24px;
        line-height: 26px;
        color: var(--secondary);
    }
    
    .header.custom .container {
        width: 310px;
    }

    .header.custom .title:first-child {
        margin: 0 auto;
        margin-bottom: 20px;
        width: 310px;
        font-size: 22px;
        line-height: 23px;
        text-align: center;
    }

    .header.custom .title:first-child br {
        display: inline;
        content: ' ';
        padding: 0 3px;
    }

    .custom-column {
        gap: 20px;
        align-items: center;
    }

    .custom-column .column .i {
        width: 40px;
        height: 40px;
    }

    .custom-column .column .t {
        margin-left: 10px;
        font-size: 17px;
        width: 270px;
        font-weight: 300;
        line-height: 20px;
    }

    .header.custom .comment {
        width: 300px;
        font-size: 21px;
        line-height: 25px;
        text-align: center;
        margin: 20px auto;
    }

    .header.custom .title:nth-last-child(2) {
        font-size: 18px;
        text-align: center;
    }

    .header.custom .description {
        font-size: 16px;
        text-align: center;
        line-height: 20px;
        margin-top: 5px;
        color: #494949;
        margin-bottom: 10px;
    }

    .header.c .container {
        padding-top: 10px;
    }

    .header.c .header.mt .mt {
        flex-direction: column;
        text-align: center;
        margin: 15px 0;
    }

    .header.c .header.mt .mt .i {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .header.c .header.mt .mt .t {
        line-height: 34px;
        font-size: 32px !important;
    }

    .header.c .header.mt .mt .d {
        font-size: 17px;
        width: 280px;
        margin: 0 auto;
        margin-top: 10px;
        line-height: 24px !important;
        padding-top: 15px !important; 
    }

    .header.c .header.mt .mt .t br, .header.c .header.mt .mt .d br {
        display: inline;
        content: ' ';
        padding: 0 3px;
    }

    .header.g .description {
        font-size: 18px;
    }

    .header.g .description span {
        margin-right: 5px;
    }
}