.header.a {
    padding-bottom: 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}

.header.a img{
    width: auto !important;
    height: 540px !important;
}

.header.a .title {
    font-size: 68px !important;
}

.header.a .description {
    font-size: 20px;
    line-height: 30px;
}

.header.b {
    background: #f6f6f6;
    padding-top: 90px !important;
    padding-bottom: 115px !important;
}

.header.b .title {
    color: var(--principal);
    font-size: 52px !important; 
    font-weight: 600 !important;
    letter-spacing: -1px !important;
    margin-bottom: 10px;
}

.header.b .description{
    font-size: 22px !important;
}

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

.header.b .fgts.pc-modal {
    position: absolute;
    background: #fff;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    border-radius: 15px;
    width: 770px;
    box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.08);
}

.header.b .fgts.pc-b {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header.b .fgts.pc-modal .title {
    font-size: 38px;
}

.header.b .fgts.pc-modal .description {
    color: #696969;
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 25px;
    letter-spacing: -1px;
    margin-top: 5px;
}

.header.b .fgts.pc-modal .copyright {
    color: #a9a9a9;
    font-weight: 200;
    letter-spacing: -1px;
    line-height: 21px;
    font-size: 18px;
    margin-bottom: 10px;
}

.header.b .fgts.pc-modal .copyright a {
    font-weight: 300;
    font-style: italic;
    text-decoration: underline;
    font-size: 16px;
}

.header.b .fgts.pc-modal .space {
    width: 1px;
    height: 280px;
    background: #d5d5d5;
}

.header.b .fgts.pc-b input[type="text"] {
    text-align: center;
    font-size: 36px;
    padding: 0px;
    width: 265px;
    border: none;
    outline: none;
    border-bottom: 1px solid #626262;
    font-weight: bold;
}

.header.b .fgts.pc-b input[type="text"]:first-child {
    margin-bottom: 5px;
}

input[type="text"]::placeholder {
    color: #dcdbdb;
}

.header.b .fgts.pc-b .fgts.btn-b {
    background: #004ce6;
    color: #fff;
    width: 265px;
    font-size: 27px;
    text-align: center;
    padding: 10px 0;
    font-weight: 900;
    border-radius: 50px;
    margin-top: 20px;
    transition: background .3s;
    cursor: pointer;
}

.header.b .fgts.pc-b .fgts.btn-b:hover {
    background: #0041c3;
}

.header.a .btn {
    padding: 12px 155px !important;
}

.fgts.mobile-modal {
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 15px;
    padding: 25px 0;
    display: none;
}

.header.b .fgts.a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 40px 0px 30px 0px;
}

.header.b .fgts.a .fgts.b {
    display: flex;
    align-items: center;
    margin: 20px 0;
    background-color: #fff;
    padding: 20px 60px !important;
    min-width: 900px;
    max-width: 900px;
    border-radius: 10px;
}

.header.b .fgts.a .fgts.b span {
    font-weight: 600;
}

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

.header.b .fgts.a .fgts.b .i img, .header.b .fgts.a .fgts.b .i svg {
    color: var(--principal); width: 90%; height: 100%; object-fit: scale-down;
}

.header.b .fgts.a .fgts.b .t {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    margin-left: 20px;
}

.header.c .header.mt {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 100px 0;
}

.header.c .header.mt .mt {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.header.c .header.mt .mt .i {
    width: 250px;
    height: 250px;
    margin-right: 50px;
}

.header.c .header.mt .mt .i img {
    width: 220px; height: 100%; object-fit: scale-down;
}

.header.c .header.mt .mt .t {
    font-size: 39px;
    font-weight: 600;
    color: #fff;
    line-height: 42px;
}
.header.c .container{
    justify-content: center !important;
}
.text-fgts{
    width: 800px;
}

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

.header.d {
    padding-top: 100px !important;
    padding-bottom: 115px !important;
}

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

.header.d .topics .bx{
    width: 1000px !important;
}

.header.e {
    padding-top: 70px !important;
    padding-bottom: 65px !important;
}

.header.a .img {
    padding-top: 50px;
}

.fgts.pc-b .err {
    color: red;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 10px;
    display: none;
}

.fgts.mobile-modal .err {
    color: red;
    font-style: italic;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    display: none;
}

.header.f .pre .description{
    font-weight: 300;
}

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

    .header.b .title {
        font-size: 40px !important;
    }
    .header.a img{
        height: 100% !important;
    }

    .header.a .btn {
        padding: 12px 120px !important;
    }
    .header.a .description{
        font-size: 15px !important;
    }
    .header.b .fgts.a .fgts.b{
        width: 80%;
        min-width: 0px;
    }
    .header.c .header.mt .mt{
        flex-direction: column;
    }
    .header.d .topics .bx{
        width: 80% !important;
        min-width: 0px !important; 
    }
    .text-fgts{
        width: 100%;
        text-align: center;
        padding: 40px 0px;
    }
}

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

    .header.g .description span{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0px;
    }

    .header.b .title {
        width: 305px;
        font-size: 36px !important;
        margin: 0 auto;
        line-height: 40px;
        font-size: 30px;
    }

    .header.c .header.mt .mt .i img{
        width: 100%;
    }
    
    .header.a .btn{
        padding: 12px 80px !important;
        border-radius: 10px !important;
        font-size: 18px !important; 
    }
    .header.a .description{
        line-height: 23px !important;
    }
    .header.b .fgts.a .fgts.b .t{
        width: 100% !important;
    }

    .header.b .description:last-child {
        margin-bottom: 10px;
        font-size: 17px !important;
    }
    .header.a .text {
        padding-bottom: 40px !important;
    }
    .header.c .header.mt .mt .t {
        line-height: 28px !important;
        font-size: 25px !important;
        padding-bottom: 0px;
    }
    .header.c .header.mt .mt .d {
        font-size: 16px !important;
        line-height: 25px;
    }
    .header.b .fgts.a .fgts.b{
        flex-direction: column;
    }

    .header.b .fgts.a .fgts.b {
        width: 90% !important;
        min-width: 0px;
        padding: 45px 45px !important;
    }
    .header.b .fgts.a .fgts.b .t{
        text-align: center;
        margin-left: 0px;
        font-size: 15px !important;
        letter-spacing: 0px !important;
        line-height: 19px;
    }
    .header.b .fgts.a .fgts.b .i{
        margin-right: 0px;
        width: 70px !important;
        height: 70px !important;
        padding-bottom: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header.b .fgts.a .fgts.b {
        margin: 12px 0 !important;
    }
    .header.a .title {
        font-size: 40px !important;
        line-height: 42px !important;
    }
    .header.b .title{
        font-size: 27px !important;
    }
    .header.b .title:first-child{
        font-size: 27px !important;
    }
}