@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

body{
    font-family: 'Poppins', sans-serif !important;
}
*{
    font-family: 'Poppins', sans-serif !important;
}



.display-flex{
    display: flex;
    justify-content: center;
}


.title-funcionario {
    display: flex;
    align-items: center;
    letter-spacing: -1px;
    text-align: center;
    font-weight: 600;
    padding: 0px;
    padding-top: 15px !important;
    justify-content: center;
    font-size: 2.5rem;
    color: #163730;
}
.custom-column .column .i img{  
    width: 40px !important;
}

.header.custom .title:nth-last-child(2){
    font-weight: 600 !important;
    color: #163730 !important;
}

.header.custom .description{
    font-size: 1.25em !important;
    text-align: center;
}

.header.custom .title {
    text-align: center;
    font-size: 1.4em;
    max-width: 100%;
    word-wrap: break-word;
}

.custom-column .column{
    justify-content: center;
}

.custom-column .column .t {
    font-size: 21px;
    font-weight: 300;
}

.custom-column {
    gap: 0px !important;
    padding: 30px 0px 20px;
}

.header.custom .comment {
    text-align: center;
    font-size: 1.4em;
    max-width: 100%;
    padding-bottom: 40px;
    width: 100% !important;
    word-wrap: break-word;
}


.header.b .description.custom {
    text-align: center !important;
    font-size: 1.6rem !important;
}

.check-section{
    display: flex;
    width: 600px;
    justify-content: space-around;
    align-items: center;
    padding-top: 40px;
}

.div-check img{
    width: 43px;
    margin-right: 10px;
}

.div-check p{
    font-size: 21px;
    font-weight: 600;
    padding-left: 8px;
    color:#163730;
}

.div-check{
    display: flex;
    justify-content: center;
    align-items: center;
}

.how{
    background-color: #00a531 !important;
}

.how-flex{
    display: flex;
    justify-content: space-between;
}

.how-text{
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.how-text h1{
    color: #fff;
    font-size: 37px;
    letter-spacing: 0px;
    line-height: 40px;
    padding-bottom: 10px;
    font-weight: 600;
}

.how-text p{
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0px;
    line-height: 22px;
    padding-top: 16px;
}

.how-img{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.how-img img{
    width: 70%;
}


.header.a .text{
    top: 32% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header.a .btn{
    margin-top: 26px !important;
}

.header.a img {
    width: 684px;
    height: 570px;
    object-fit: unset;
    filter: none;
}

.header.a .title {
    font-size: 52px;
    line-height: 57px;
    text-align: center;
    width: 659px;
}

.header.a .description {
    padding-top: 330px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    max-width: 550px !important;
}

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

.header.b{
    padding-top: 70px !important;
    padding-bottom: 100px !important;
}

.header.b .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header.b .description.custom{
    text-align: center !important;
    font-size: 1.75rem !important; 
}

.header.c .pre{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header.c{
    background: linear-gradient(360deg, #112a25 0, #163730 35%, #398c56 100%) !important;
}


.header.c .title {
    font-size: 70px !important;
    line-height: 75px !important;
}

.header.c .description {
    padding-top: 41px;
    font-size: 23px;
    line-height: 39px;
    font-weight: 300;
}

.header.cnt{
    width: 85%;    
}

.header.c .img img{
    margin-top: 50px;
    height: 630px !important;
    width: auto !important;
}

.header.custom{
    padding: 100px 0px 90px 0px !important;
}

.span-header{
   font-weight: 700;
}

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

.header.b .fgts.a .fgts.b .i {
    width: 50px;
    height: 50px;
}

.header.a .btn {
    position: relative !important;
    bottom:0 !important; left:0 !important;
    transform: none;
}

.btn-main-div{
    display: block;
}

.margem-btn {
    display: inline-block;
    border-radius: 15px;
    border: 2px solid #fff;
    font-size: 24px;
    padding: 10px 20px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: background .3s,transform .3s;
    cursor: pointer;
    z-index: 2;
    background: #004ce6;
    color: #fff;
    text-align: center;
    margin-top:30px;
    cursor: pointer;    
}

.margem-btn:hover {
    transition: 0.3s;
    background: #0041c3;
    transform: scale(1.035);
}

.text-siape{
    display: flex;
    align-items: center;
    padding: 11px 0px;
    justify-content: center;
    font-size: 2.8rem;
    color: #00a531;
    font-weight: 600;
}

.suit{
    width: 75px;
    margin-right: 16px;
}

.header.a .img{
    padding-top: 20px !important;
}



@media screen and (max-width: 1200px) {
    .how-text h1{
        font-size: 30px;
    }
    .check-section{
        width: 100%;
    }
    .header.a .description{
        width: 140% !important;
        font-size: 16px !important;
    }
    .header.a .btn {
        font-size: 17px;
        padding: 8px 12px;
    }
}


@media screen and (max-width: 800px) {
    .check-section{
        flex-direction: column;
    }
    .title-funcionario{
        line-height: 31px;
        font-size: 1.8rem;
    }
    .header.b .description.custom {
        text-align: center !important;
        font-size: 1.2rem !important;
        line-height: 24px !important;
    }
    .div-check img {
        width: 40px;
    }
    .how-flex{
        flex-direction: column;
    }
    .how-text{
        width: 100%;
    }
    .how-img {
        width: 100%;
        margin-bottom: 30px;
    }
    .how-text h1{
        text-align: center;
    }
    .how-text p{
        text-align: center;
        padding-bottom: 35px;
    }
    .header.custom .title {
        font-size: 1.2em;
        padding-bottom: 22px;
    }
    .header.custom .comment{
        margin: 22px 0px !important;
    }
    .custom-column .column {
        padding-bottom: 22px;
    }
    .header.custom .title:nth-last-child(2) {
        font-size: 16px !important;
        text-align: center;
        padding-bottom: 0px !important;
    }
    .header.a .description {
        font-size: 16px !important;
        width: 315px !important;
        padding-top: 20px !important;
        padding-bottom: 12px !important;
    }
    .div-check{
        margin: 6px 0px;
    }
}
@media screen and (max-width: 1250px) {
    .header.c .title {
        font-size: 45px !important;
        line-height: 47px;
    }

    .margem-btn{
        font-size: 18px;
        padding: 8px 12px;
    }
    .header.a .title{
        font-size: 38px !important;
    }
    .header.a .description {
        padding-top: 300px !important;
        width: 340px !important;
        font-size: 16px !important;
    }

    .header.b .description {
        line-height: 35px !important;
        width: 476px !important;
    }
    .header.c .img img{
        height: 500px !important;
    }

    .header.c .description {
        font-size: 24px;
        line-height: 28px;
        padding-top: 25px;
    }
}

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

    .text-siape{
        flex-direction: column;
        font-size: 2.2rem;
        text-align: center;
    }

    .suit{
        width: 60px;
        padding-bottom: 10px;
        padding-top:15px;
        margin-right: 0;
    }
    .header.a img {
        width: 350px !important;
        height: 292px !important;
    }

    .btn-main-div{
        display: flex;
        justify-content: center;
    }

    .margem-btn{
        transform: none;
        font-size: 20px;
        padding: 6px 15px;
        border-radius: 50px;
        margin-top: 20px;
    }
    .header.b .description{
        font-size: 1.5rem !important;
        width: 280px !important;
    }

    .header.b .description:last-child{
        line-height: 27px !important;
        font-size: 21px !important;
        width: 280px !important;
    }

    .header.a {
        padding-bottom: 60px !important;
    }

    .header.c .title {
        font-size: 34px !important;
        margin-top: 60px;
    }

    .header.c .description {
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }

    .header.a .title {
        width: 312px !important; 
        font-size: 34px !important;
        line-height: 39px !important; 
    }
    .header.c .container {
        width: 300px;
    }

    .header.a .description {
        font-size: 16px !important;
        width: 315px !important;
        padding-top: 20px !important;
        padding-bottom: 12px !important;
    }

    .header.c .img img {
        margin-top: -20px !important;
        height: 360px !important;
    }
    .header.a .btn{
        font-size: 17px !important;
        border-radius: 7px !important;
    }
    .header.a .title{
        padding: 0px !important;
        margin: 20px 0px !important;
        font-size: 33px !important;
    }
    .header.a .description{
        line-height: 25px !important; 
    }
    
    .header.c .title {
        font-size: 34px !important;
        margin-top: 30px !important;
        padding-top: 0px !important;
        line-height: 42px !important;
    }
}