

.header-fake{height: 138px;}


.top-vagas .item{height: 425px; background-color: #eee; display: flex; align-items: center;}
.top-vagas .item .text{width: 50%;  font-weight: bold;}
.top-vagas .item .title{font-size: 68px; line-height: 68px; color: #000; margin-bottom: 15px;}
.top-vagas .item .description{font-size: 18px; color: #000;}

.section-vagas{padding: 0px 0 70px 0;}
.section-vagas .area-tbl{padding: 10px 0 0 0;}
.section-vagas .table-vagas {border-collapse: separate; border-spacing: 0; width: 100%; }
.section-vagas .table-vagas tr{vertical-align: middle;}
.section-vagas .table-vagas td {border: solid 1px #e4e4e4; border-style: solid none solid none; padding: 15px; font-size: 18px;}
.section-vagas .table-vagas td.min{width: 1px; white-space: nowrap;}
.section-vagas .table-vagas tr td:first-child { border-top-left-radius: 10px;  border-style: solid none solid solid;}
.section-vagas .table-vagas tr td:last-child { border-top-right-radius: 10px; border-style: solid solid solid none;}
.section-vagas .table-vagas tr td:first-child { border-bottom-left-radius: 10px; }
.section-vagas .table-vagas tr td:last-child { border-bottom-right-radius: 10px; }
.section-vagas .table-vagas tr.spacer td{padding: 5px 0; border: none; background-color: transparent;}
.section-vagas .table-vagas thead tr, .section-vagas .table-vagas thead td{border: none!important; padding-bottom: 20px; color: #E01E37; font-weight: bold;}

.section-vagas .t-vaga{color: #000!important; font-weight: bold;}
.section-vagas .t-local{color: #A4A4A4!important; font-weight: bold;}
.section-vagas .btn{font-size: 15px; color: #fff; background-color: #E01E37; padding: 5px 15px 5px 70px; border-radius: 8px; border: 0; position: relative; transition: .2s; cursor: pointer;}
.section-vagas .btn:hover{background-color: #000;}
.section-vagas .btn::before{content: ''; position: absolute; width: 14px; height: 14px; left: 12px; top: 50%; margin-top: -7px; background: url(../img/arrow-down.png) center center no-repeat; transition: .2s;}
.section-vagas .btn.active{background-color: #000C79;}
.section-vagas .btn.active::before{transform: rotate(180deg);}

.section-vagas .content-detail{padding: 15px 15px 25px 15px; background-color: #eee; border: 1px solid #b1b1b1; border-radius: 10px; display: none; margin-bottom: 30px; position: relative;}
.section-vagas .content-detail .description ul{margin: 0; padding: 0; list-style: none; }
.section-vagas .content-detail .description ul ul{margin-left: 10px ;}
.section-vagas .content-detail .description ul li{position: relative; padding-left: 12px;}
.section-vagas .content-detail .description ul li::before{content: ''; position: absolute; top: 5px; bottom: 5px; width: 3px; left: 0; background-color: #000C79; border-radius: 2px;}
.section-vagas .content-detail .description ul li li::before{opacity: .6;}

.section-vagas .content-detail .description h1,
.section-vagas .content-detail .description h2,
.section-vagas .content-detail .description h3,
.section-vagas .content-detail .description h4,
.section-vagas .content-detail .description h5,
.section-vagas .content-detail .description h6{font-size: 1.3em!important; position: relative; padding-left: 12px;}

.section-vagas .content-detail .description h1::before,
.section-vagas .content-detail .description h2::before,
.section-vagas .content-detail .description h3::before,
.section-vagas .content-detail .description h4::before,
.section-vagas .content-detail .description h5::before,
.section-vagas .content-detail .description h6::before{content: ''; position: absolute; top: 5px; bottom: 5px; width: 4px; left: 0; background-color: #E01E37; border-radius: 3px;}

.section-vagas .content-detail .base-link{text-align: center; position: absolute; bottom: -15px; left: 0; right: 0; }
.section-vagas .content-detail .base-link a{display: block; padding: 5px 15px; margin: 0 150px; font-size: 16px; font-weight: bold; color: #fff; background-color: #E01E37; border-radius: 8px;}
.section-vagas .content-detail .base-link a:hover{background-color: #000;}
.section-vagas .content-detail .base-link a:active{background-color: #000C79;}

.section-nosso-valores{padding: 40px 0 40px 0;}
.section-nosso-valores .e-cards{overflow: hidden;}
.section-nosso-valores .e-cards .list{display: flex; flex-wrap: wrap; justify-content: space-between; }
.section-nosso-valores .e-cards .item{width: 155px; margin: 20px 0;}
.section-nosso-valores .e-cards .icon{width: 155px; height: 155px; margin: 0 auto 20px auto; background-color: #f5f5f5; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.section-nosso-valores .e-cards .title{font-size: 22px; color: #0c0c0c; text-align: center;}


.block-img-txt{overflow: hidden;}
.block-img-txt .limite{display: flex; align-items: center; }
.block-img-txt .img-small{display: none; padding-bottom: 20px;}
.block-img-txt .img-small img{max-width: 100%; border-radius: 5px;}
.block-img-txt .cols{position: relative; width: 50%;}
.block-img-txt .cols-img{height: 320px;}
.block-img-txt .cols-img .image{position: absolute; top: 0; bottom: 0; right: 0; width: 50vw; background-color: #eee;}
.block-img-txt .cols-img .image::before{content: ''; position: absolute; width: 6px; top: 0; bottom: 0; background-color: #E01E37; }
.block-img-txt .cols-text .title{font-size: 36px; color: #E01E37; font-weight: bold; margin-bottom: 20px;}
.block-img-txt .cols-text .description{font-size: 14px;}
.block-img-txt.img-L .cols-img .image{right: 0;}
.block-img-txt.img-L .cols-img .image::before{right: 0;}
.block-img-txt.img-L .cols-text .text{padding-left: 100px;}
.block-img-txt.img-R .cols-img .image{left: 0;}
.block-img-txt.img-R .cols-img .image::before{left: 0;}
.block-img-txt.img-R .cols-text .text{padding-right: 100px;}




.section-video{background-color: #eee; position: relative;}
.section-video::before{content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background-color: #000; opacity: .55;} 
.section-video .a-video{padding: 110px 0; position: relative; display: flex; justify-content: center; align-items: center;}
.section-video .a-video .text{max-width: 450px; color: #fff; text-align: center; padding: 0 15px;}
.section-video .a-video .text .title{font-size: 60px;}
.section-video .a-video .text .icon{width: 100px; height: 100px; margin: 10px auto 15px auto; background: url(../img/icon-play.png) center center no-repeat; background-size: 100% auto;}
.section-video .a-video .text .description{font-size: 14px;}

.p-title{font-size: 36px; color: #E01E37; font-weight: bold; margin-bottom: 20px;}
.t-mg{padding: 15px 0; font-size: 15px;}


/* --------------------------------- */

.txt-32f54 { font-size: 22px; margin-bottom: 60px; text-align: center; font-weight: bold; padding: 0 20%; }
.title-32f54 { font-size: 36px; color: #E01E37; margin-bottom: 60px; text-align: center; }
.title-32f54 strong { font-weight: bold; }
.list-32f54 { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 40px; justify-content: center; }
.list-32f54 .items { display: flex; flex: 0 0 calc(50% - 10px); box-sizing: border-box; min-height: 130px; padding: 5px 15px 5px 150px; align-items: center; position: relative; font-size: 22px; margin-bottom: 15px; border-top-left-radius: 60px; border-bottom-left-radius: 60px; border-top-right-radius: 15px; border-bottom-right-radius: 15px; background-color: #fff; transition: .2s; }
.list-32f54 .items:hover { background-color: #f5f5f5; }
.list-32f54 .items .icon { display: flex; align-items: center; justify-content: center; position: absolute; top: 3px; left: 0; right: 0; width: 120px; height: 120px; border-radius: 80px; background-color: #fff; border: 2px solid #E01E37; transition: .2s; }
.list-32f54 .items .icon img { max-height: 65px; max-width: 65px; }
.list-32f54 .items:hover .icon { left: 3px; }   

/* --------------------------------- */


@media screen and (max-width: 1200px){

    .header-fake{height: 90px;}

    .top-vagas .item{height: 390px;}
    .top-vagas .item .title{font-size: 54px; line-height: 54px;}
    .top-vagas .item .description{font-size: 16px;}


    .section-nosso-valores{padding: 40px 0 80px 0;}
    .section-nosso-valores .e-cards .list{justify-content: center;}
    .section-nosso-valores .e-cards .item{width: 30%;}
    .section-nosso-valores .e-cards .icon{width: 155px; height: 155px;}
    .section-nosso-valores .e-cards .title{font-size: 20px;}


    .block-img-txt .cols-img{height: 300px;}
    .block-img-txt .cols-text .title{font-size: 20px;}
    .block-img-txt.img-L .cols-text .text{padding-left: 60px;}
    .block-img-txt.img-R .cols-text .text{padding-right: 60px;}


    .section-video .a-video{padding: 80px 0;}
    .section-video .a-video .text .title{font-size: 50px;}
    .section-video .a-video .text .icon{width: 80px; height: 80px;}


    .section-vagas .content-detail .base-link a{margin: 0 100px;}



    .txt-32f54 { font-size: 20px; padding: 0 15%;}
    .title-32f54 { font-size: 34px;}
    .list-32f54 {gap: 10px;}
    .list-32f54 .items {flex: 0 0 calc(50% - 5px);  min-height: 110px; padding: 5px 15px 5px 115px; font-size: 18px; margin-bottom: 15px; border-radius: 15px  }
    .list-32f54 .items .icon { width: 100px; height: 100px;}
    .list-32f54 .items .icon img { max-height: 50px; max-width: 60px; }

}

@media screen and (max-width: 980px){
    
    .top-vagas .item{height: 320px;}
    .top-vagas .item .text{width: 100%; text-align: center;}
    .top-vagas .item .title{font-size: 42px; line-height: 42px;}
    .top-vagas .item .description{font-size: 15px;}


    .section-vagas .btn{font-size: 14px; padding: 5px 15px 5px 35px;}

    .section-nosso-valores{padding: 40px 0 80px 0;}
    .section-nosso-valores .e-cards .item{width: 40%;}
    .section-nosso-valores .e-cards .icon{width: 155px; height: 155px;}
    .section-nosso-valores .e-cards .title{font-size: 20px;}
    

    .block-img-txt .limite{display: block;}
    .block-img-txt .img-small{display: block;}
    .block-img-txt .cols{width: 100%;}
    .block-img-txt .cols-img{height: auto; display: none;}
    .block-img-txt .cols-text .title{font-size: 18px;}
    .block-img-txt.img-L .cols-text .text{padding: 0px;}
    .block-img-txt.img-R .cols-text .text{padding: 0px;}


    .section-video .a-video{padding: 70px 0;}
    .section-video .a-video .text .title{font-size: 38px;}
    .section-video .a-video .text .icon{width: 70px; height: 70px;}


    .section-vagas .content-detail .base-link a{margin: 0 50px;}



    
    .txt-32f54 { font-size: 18px; padding: 0 10%;}
    .title-32f54 { font-size: 32px;}
    .title-32f54 br{display: none;}
    .list-32f54 .items { display: flex; flex: 0 0 calc(100%); min-height: 80px; padding: 5px 15px 5px 90px;  font-size: 14px; background-color: rgb(241, 241, 241);}
    .list-32f54 .items .icon { width: 60px; height: 60px; top: 8px; left: 8px;}
    .list-32f54 .items .icon img { max-height: 35px; max-width: 45px; }
    .list-32f54 .items:hover .icon { left: 10px; }   
}

@media screen and (max-width: 640px) {

    .top-vagas .item{height: 290px;}
    .top-vagas .item .title{font-size: 32px; line-height: 32px;}
    .top-vagas .item .description{font-size: 14px;}


    .section-vagas .table-vagas td {padding: 10px; font-size: 12px;}
    .section-vagas .btn{font-size: 11px; padding: 5px 10px 5px 25px;}
    .section-vagas .btn::before{width: 10px; height: 8px; left: 8px; margin-top: -4px;}


    .section-nosso-valores{padding: 40px 0 80px 0;}
    .section-nosso-valores .e-cards .item{width: 100%; border: 1px solid #eee; border-radius: 10px; padding: 20px;}
    .section-nosso-valores .e-cards .icon{width: 155px; height: 155px;}
    .section-nosso-valores .e-cards .title{font-size: 20px;}

    
    .block-img-txt .cols-text{width: auto;}
    .block-img-txt .cols-text .title{font-size: 16px; margin-bottom: 15px;}



    .section-video .a-video{padding: 60px 0;}
    .section-video .a-video .text .title{font-size: 24px;}
    .section-video .a-video .text .icon{margin: 20px auto;}


    .section-vagas .content-detail .base-link a{margin: 0 30px;}


    .title-32f54 { font-size: 28px;}
    .list-32f54 .items { padding: 5px 10px 5px 85px;}
}