@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

@import url('https://rsms.me/inter/inter.css');




.hidden-item{
    display: none !important;
}

/* Geral */
*{
    font-family: 'Montserrat', sans-serif;
    margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
    background-color: rgba(247, 247, 247, 1);
}
h4{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 137, 6, 1);
    margin-top: 30px;
}
h3{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: center;
    color: rgba(57, 58, 111, 1);
    margin: 14px;
}
/*Codigo para impedir a seleção do mouse no html*/
.seletor {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}







/* titulo-container */
.titulo-container{
    width: 100%;
    height: 552px;
    background-color: rgba(18, 1, 59, 1);
    background-image: url("https://www.cirfreel.com.br/empresarial2/img/fundo@3x.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.titulo-container-info{
    width: 550px;
    margin-right: 60px;
}
.titulo-container-info .descricao{
    display: flex;
    margin-top: 64px;
}
.titulo-container-info .descricao .descricao1{
    width: 350px;
    display: -webkit-inline-box;
}
.titulo-container-info .descricao .descricao2{
    width: 280px;
    display: -webkit-inline-box;
}
.titulo-container-info .descricao p{
    margin: 6px 14px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.19;
    text-align: left;
    color: white;
    width: 80%;
}
.titulo-container-info h1{
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.22;
    text-align: left;
    color: white;
}
.titulo-container-form{
    width: 444px;
    border-radius: 10px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.09);
    background-color: rgba(255, 255, 255, 1);
    padding: 32px;
    padding-bottom: 24px;
    display: inline-grid;
    justify-content: center;
    align-items: center;
}
.titulo-container-form input[type=text]{
    width: 380px;
    height: 47px;
    border-radius: 10px;
    background-color: rgb(246, 246, 246);
    border: 0px;
    margin: 5px 0px;
    padding: 15px 20px;

    font-family: Inter;
    font-size: 14px;
    line-height: 1.93;
    text-align: left;
    color: rgb(123, 123, 123);
}
.titulo-container-form input[type=text]:hover{ 
    background-color: rgba(233, 233, 233, 1);
    text-decoration-color: rgba(174, 174, 174, 1);
}
.titulo-container-form h2{
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.23;
    text-align: center;
    color:rgba(255, 137, 6, 1);
    margin: auto;
    margin-top: 8px;
    margin-bottom: 32px;
}
.titulo-container-form input[type=submit] {
    width: auto;
    height: auto;
    border-radius: 10px;
    background-color: rgba(255, 137, 6, 1);
    border: 0px;
    margin: 30px 94px;
    box-shadow: 0 8px 20px 0 rgba(255, 137, 6, 0.2);
    padding: 15px 30px;

    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.06;
    text-align: center;
    color: rgba(247, 247, 247, 1);
    transition: 0.2s;
    cursor: pointer;
}
.titulo-container-form input[type=submit]:hover{
    transform: translateY(-3px);
}


.titulo-container-form a{
    text-align: center;
    color: #595ba5;
    font-size: 18px;
    font-weight: 600;
    padding: 16px;
    border-radius: 8px;
    text-decoration: none;
}
.titulo-container-form hr{
    margin: 24px 0px 16px;
    border: 1px solid #efefef;
}
.titulo-container-form .button{
    margin-top: 24px;
}

.titulo-container-form a::before{
    content: url(https://www.cirfreel.com.br/empresarial2/img/whatsapp.svg);
    display: inline-block;
    transform: translateY(10%);
}





/* quemsomos-container */

.quemsomos-container{
    width: 100%;
    height: 244px;
    background-color: rgba(236, 236, 236, 1);
    padding: 64px 0px;
}
.quemsomos-container h3{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: rgb(120, 120, 120);
    margin: auto;
    margin-bottom: 28px;
}
.quemsomos-container .info{
    display: flex;
    justify-content: center;
}
.quemsomos-container .info h2{
    font-size: 33px;
    font-weight: 600;
    line-height: 1.21;
    text-align: center;
    color: rgba(255, 137, 6, 1);
}
.quemsomos-container .info p{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.18;
    text-align: center;
    color: rgb(158, 158, 158);
}
.quemsomos-container .info .info1{
    margin: 0px 30px;
}
.quemsomos-container .info .info2{
    margin: 0px 30px;
}






/* oquefazemos-container */

.oquefazemos-container{
    width: 100%;
    height: auto;
    padding: 80px 20px;
}
.oquefazemos-infos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 56px;
}
.oquefazemos-infos .box{
    width: 315px;
    height: 100%;
    border-radius: 10px;
    padding: 38px 30px;
    margin: 0px 16px;
    text-align: center;
    transition: 0.3s;
}
.oquefazemos-infos .box h5{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.22;
    color: rgb(89, 91, 165);
    margin-top: 15px;
}
.oquefazemos-infos .box p{
    font-family: Inter;
    font-size: 16px;
    line-height: 1.25;
    color: rgb(155, 155, 155);
    margin-top: 15px;
}
.oquefazemos-infos .linha{
    width: 847px;
    height: 4px;
    border-radius: 10px;
    background-color: rgba(255, 137, 6, 1);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: -10;
}
.oquefazemos-infos .box:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 1);
}






/* servicos-container */

.servicos-container{
    padding: 60px 30px;
}
.servicos-container .button{
    width: 330px;
    height: 52px;
    border-radius: 10px;
    box-shadow: 0 8px 20px 0 rgba(255, 137, 6, 0.18);
    background-color: rgba(255, 137, 6, 1);
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.06;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin: auto;
    margin-top: 50PX;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
    display: flex;
}
.servicos-container .button:hover{
    transform: translateY(-5px);
}

.servicos-container .box-content{
    display: flex;
    flex-wrap: wrap;
    padding: auto;
    justify-content: center;
}

.box-content .recrute-box{
    width: 536px;
    height: 502px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 1);
    padding: 70px 50px 50px 50px;
    margin: 8px;
    margin-top: 66px;
    transition: 0.1s height;
}
.box-content .recrute-box h4{
    text-align: left;
}
.box-content .recrute-box h5{
    margin-top: 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: rgba(89, 91, 165, 1);
    margin-bottom: 40px;
}
.box-content .recrute-box .text{
    margin-top: 40px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: rgba(143, 143, 143, 1);
    
}

.box-content .aprimore-box{
    width: 536px;
    height: 502px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 1);
    padding: 70px 50px 50px 50px;
    margin: 8px;
    margin-top: 66px;
    transition: 0.2s height;
}
.box-content .aprimore-box h4{
    text-align: left;
}
.box-content .aprimore-box h5{
    margin-top: 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: rgba(89, 91, 165, 1);
    margin-bottom: 40px;
}
.box-content .aprimore-box .text{
    margin-top: 40px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: rgba(143, 143, 143, 1);
}
.box-content .aprimore-box img{
    color: rgba(89, 91, 165, 1);
}

.servicos-container .fundo{
    width: 100%;
    height: 560px;
    background-image: linear-gradient(62deg, rgb(31, 32, 65) 9%, rgb(82, 84, 151) 90%);
    position: absolute;
    left: 0px;
    top: 1173px;
    z-index: -1;
}
.servicos-container .fundo-white{
    width: 100%;
    height: 560px;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 0px;
    top: 1280px;
    z-index: -10;
}







/* clients-container */

.clients-container {
    width: 100%;
    padding: 60px 40px;
    background: rgba(255, 255, 255, 1);
}
.clients-header {
    width: 100%;
    text-align: center;
}
.clients-logos-container {
    width: 100%;
    max-width: 1140px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 20px;
}
.logo {
    width: 23%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.clients-logos-container img{
    max-width: 120px;
    max-height: 50px;
}







/* testemunho-container */

.testemunho-container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
}
.testemunho-content{
    width: 582px;
    height: 100%;
    background-image:  linear-gradient(to bottom, rgb(31, 32, 65), rgb(82, 83, 145));
    border-radius: 10px 0px 0px 10px;
    padding: 32px 50px 50px 50px;
}
video{
    border-radius: 10px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.16);
    width: 506px;
}
.testemunho-text {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.testemunho-text::before {
    width: 100%;
    display: block;
    content: '"';
    color: rgba(255, 137, 6, 1);
    font-size: 60px;
    font-weight: 600;
    font-style: normal;
    line-height: 60px;
}
.testemunho-info {
    width: 100%;
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: rgba(179, 180, 233, 1);
}








/* planos-container */

.planos-container{
    padding: 60px;
}
.planos-content{
    margin: 66px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.planos-content .escolha-planos{
    width: 412px;
    height: 373px;
    border-radius: 10px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.09);
    background-image: linear-gradient(150deg, rgb(31, 32, 65) 9%, rgb(82, 84, 151) 88%);
    padding: 42px;
}
 .planos-content .escolha-planos h5{ 
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.21;
    color: rgba(247, 247, 247, 1);
    margin-bottom: 32px;
}


/* Selecao de Planos */



.planos-content .box-plano {
    width: 352px;
    height: 100%x;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    padding: 30px;
    margin: 8px;
    transition: 0.3s;
}

.planos-content .box-plano h4{
    text-align: left;
    margin-top: 10px;
}
.planos-content .box-plano h3{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.23;
    text-align: left;
    color: rgb(31, 32, 65);
    margin: 0px;
    margin-top: 8px;
}


.planos-content .box-plano .detalhes ul{
    list-style-image: url('https://www.cirfreel.com.br/empresarial2/img/plan1.png');
    list-style-position: inside;
}
.planos-content .box-plano .detalhes li{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.23;
    text-align: left;
    color: rgb(146, 146, 146);
    margin-top: 12px;
}
.planos-content .box-plano .detalhes{
    margin-top: 50px;
}
.planos-content .box-plano .detalhes span{
    color: rgba(89, 91, 165, 1);
    font-weight: 600;
}


.box-plano .preco {
    display: flex;
    width: 190px;
    margin-top: 50px;
}
.preco h6 {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: rgba(197, 197, 197, 1);
    margin: 7px 6px;
    margin-top: 18px;
}
.preco h4 {
    font-size: 35px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: normal;
    text-align: left;
    color: rgba(89, 91, 165, 1);
    margin-top: 0px;
    text-transform: initial;
}



.planos-content .button{
    width: 100%;
    height: 52px;
    border-radius: 10px;
    background-color: rgba(232, 232, 232, 1);
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.06;
    text-align: center;
    color: rgba(135, 135, 135, 1);
    margin: auto;
    margin-top: 50PX;
    transition: 0.3s;
    cursor: pointer;
}
.planos-content .button:hover{
    background-color: rgba(255, 137, 6, 1);
    box-shadow: 0 8px 20px 0 rgba(255, 137, 6, 0.18);
    color: rgba(247, 247, 247, 1);
}

.planos-content #gratuito{
    box-shadow: 0 10px 20px 0 rgba(36, 36, 36, 0.2);
}
.planos-content #gratuito .button{
    background-color: rgba(255, 137, 6, 1);
    color: rgba(247, 247, 247, 1);
}

.planos-content .box-plano:hover{
    transform: translateY(-7px);
    box-shadow: 0 10px 20px 0 rgba(36, 36, 36, 0.2);
}

.planos-content .box-plano .detalhes .negativo{
    opacity: 0.3;
}
.planos-content .box-plano .detalhes ul .negativo{
    list-style-image: url('https://www.cirfreel.com.br/empresarial2/img/plan2.png');

}




.modal {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
   /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color:rgba(0, 0, 0, 0.57);
  display: none;
  height: 100vh;
}

.show-modal {
    display: block;
}

.modal-content {
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  /* transition: 0.3s; */
  position: absolute;
  top: calc(50% - 250px);
}

.modal-content .modal-col1 {
  width: 419px;
  height: 500px;
  border-radius: 10px 0px 0px 10px;
  background-color: rgb(242, 242, 242);
  padding: 40px;
  position: relative;
}
.modal-content .modal-col2 {
    width: 776px;
    height: 500px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0px 10px 10px 0px;
    padding: 40px;
    overflow-y: scroll;
    box-sizing: border-box;
}




.progresso-content{
    margin-top: 50px;
}
.progresso-content .autentificar-content{
    display: flex;
    margin-bottom: 72px;
}
.progresso-content .container-secundario{
    display: flex;    
    opacity: 0.2;
    color: aqua;
}




.progresso-content h4{
    width: 34px;
    height: 28px;
    background-color: rgba(255, 137, 6, 1);
    border-radius: 50%;
    color: rgba(255, 255, 255, 1);
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0px;
}

.progresso-content .text{
    margin-left: 18px;
}

.progresso-content .text h6{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    text-align: left;
    color: rgba(123, 123, 123, 1);
}
.progresso-content .text h5{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.19;
    text-align: left;
    color: rgba(255, 137, 6, 1);
    margin-top: 8px;
}

.plano-content{
    width: calc(100% - 80px);
    height: 140px;
    border-radius: 10px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.09);
    background-image: linear-gradient(132deg, rgb(31, 32, 65) 16%, rgb(82, 84, 151) 81%);
    margin-top: 50px;
    padding: 24px;
    position: absolute;
    bottom: 40px;
}
.plano-content h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.21;
    text-align: left;
    color: rgba(247, 247, 247, 1);
    margin: 0px;
}
.plano-content .preco{
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
    margin-top: 30px;
    margin-left: 170px;
}
.plano-content .preco h3{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.27;
    color: rgb(154, 156, 206);
}
.plano-content .preco h4{
    margin: 0px;
    font-family: Montserrat;
    text-align: left;
    color: rgba(247, 247, 247, 1);
    font-size: 26px;
    font-weight: 500;
    margin-left: 6px;
}

.close {
  float: right;
  font-weight: 400;
  width: 24px;
  height: 24px;
}
.close:hover, .close:focus {
  color: rgba(0, 0, 0, 1);
  cursor: pointer;
}





.modal-content ::-webkit-scrollbar-button  {
    background-color:rgba(255, 255, 255, 1) ;
    display: none;
    width: 8px;
}

.modal-content ::-webkit-scrollbar-track-piece {
    background-color: rgba(242, 242, 242, 1);
    border-radius: 10px;
    width: 8px;
    margin: 12px 0px;
}
.modal-content ::-webkit-scrollbar-thumb {
    background-color: rgba(185, 185, 185, 1);
    border-radius: 10px; 
    width: 8px;
    
}
.modal-content ::-webkit-scrollbar-corner   {
    background-color: rgba(255, 255, 255, 1);
    width: 8px;
}
.modal-content ::-webkit-resizer   {
    background-color: rgba(255, 255, 255, 1);
    width: 8px;
}
.modal-content ::-webkit-scrollbar {
    background-color: rgba(255, 255, 255, 1);
    width: 8px;
}
.modal-content ::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 1);
    width: 8px;    
}

.menu-itens-cirfreel{
    opacity: 0;
    pointer-events: none;
}

.cls-1 {
    fill: rgba(89, 91, 165, 1) !important;
}

a.logo-cirfreel-svg:after {
    content: 'empresarial';
    display: block;
    margin-left: 10px;
    text-transform: uppercase;
    color: rgba(165, 165, 165, 1);
    font-size: 18px;
}

.page-mvp{
    display: none;
}

.titulo-container-form .button{
    width: 200px;
    height: 52px;
    border-radius: 10px;
    box-shadow: 0 8px 20px 0 rgba(255, 137, 6, 0.18);
    background-color: rgba(255, 137, 6, 1);
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.06;
    text-align: center;
    color: rgba(247, 247, 247, 1);
    margin: auto;
    margin-top: 30PX;
    transition: 0.3s;
    cursor: pointer;
}

.titulo-container-form .button:hover{
    transform: translateY(-5px);
}







@media(max-width: 770px){
    h3{
        font-size: 24px;
        margin: 4px;
    }
    h4{
        font-size: 12px;
    }



    .quemsomos-container h3{
        font-size: 18px;
    }

    .quemsomos-container{
        height: auto;
        padding: 64px 20px;
    }
    .quemsomos-container .info {
        display: unset;

    }
    .quemsomos-container .info .info2{
        margin-top: 32px;
    }
    .oquefazemos-container {
        padding: 40px 20px;
    }
    .oquefazemos-infos .box{
        width: 100%;
        height: 100%;
        margin: 6px 0px;
    }

    .servicos-container{
        padding: 30px 10px;
    }
    .servicos-container .fundo-white{
        display: none;
    }

    .box-content .recrute-box{
        height: auto;
        margin: 0px;
        /* margin-top: 48px; */
        padding: 50px 30px;
    }
    .box-content .aprimore-box{
        height: auto;
        margin: 0px;
        margin-top: 24px;
        padding: 50px 30px;
    }
    .servicos-container .box-content{
        margin-top: 62px;
    }
    .servicos-container .button{
        width: auto;
        height: auto;
        margin-top: 32px;
    }
    .clients-container{
        padding: 40px 20px;
    }
    .logo{
        width: 50%;
        padding: 0px;
    }

    video{
        width: 300px;
    }
    .planos-container{
        padding: 40px 10px;
    }
    .planos-content .escolha-planos{
        width: 100%;
        height: auto;
        padding: 32px 24px;
        margin-top: 48px;
    }
    .detalhes-planos {
        width: 96%;
        border-radius: 0px 0px 10px 10px;
        padding: 20px;
        margin: auto;
    }
    .planos-container .button {
        width: 100%;
        margin-top: 32px;
    }
    .planos-content .box-plano {
        width: 100%;
    }




    .modal-content{
        width: 100%;
        height: auto;
    }
    .modal-col1{
        display: none;
    }
    .modal-col2{
        width: 100%;
        height: 100%;
        border-radius: 0px;
    }
    .modal {
        padding-top: 75px;
    }
    .modal-content .modal-col2{
        height: auto;
        border-radius: 0px;
        padding-bottom: 90px;
    }
    

}

@media(max-width: 1075px){
    .titulo-container {
        flex-wrap: wrap;
        height: auto;
        padding: 60px 0px 20px;
    }
    .titulo-container-info{
        width: 90%;
        margin: auto;
    }
    .titulo-container-info h1{
        font-size: 24px;
    }
    .titulo-container-info .descricao{
        display: block;
        margin-top: 48px;
        width: 100%;
    }
    .titulo-container-info .descricao .descricao1 {
        width: 100%;
    }
    .titulo-container-info .descricao .descricao2 {
        margin-top: 12px;
    }
    .titulo-container-form{
        width: 90%;
        height: auto;
        margin-top: 64px;
    }
    .titulo-container-form input[type=text] {
        width: 100%;
    }
    .titulo-container-form input[type=submit] {
        width: 100%;
        margin: auto;
        margin-top: 32px;
    }
    .titulo-container-form h2{
        width: auto;
        font-size: 22px;
    }
    .servicos-container .fundo{
        display: none;
    }
    
    .testemunho-content{
        width: 100%;
    }
    .testemunho-container{
        display: grid;
        justify-content: center;
        align-items: center;
        padding: 10px;
        padding-top: 30px;
    }
    .testemunho-content{
        border-radius: 10px;
        height: 120%;
        margin-top: 32px;
        padding: 30px 28px 51px;
    }
    .video-content{
        margin: auto;
        margin-top: -60px;
    }

}





@media(max-width: 425px){
	.modal-content .modal-col1, .modal-content .modal-col2 { padding: 40px 15px;}
}

@media(min-height: 900px) {
	.modal-content { top: calc(50% - 325px); }
	.modal-content .modal-col1, .modal-content .modal-col2 { height: 650px; }
}

#vaga-benOfe-checklist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: rgba(246, 246, 246, 1);
    padding: 10px 20px;
    border-radius: 10px;
}

#vaga-benOfe-checklist .box-contrato {
    display: flex;
    align-items: center;
    width: 190px;
}

.select2-container { width: 100% !important; }
input.select2-search__field { width: 180px !important; }
.box-salario {
    background: rgba(246, 246, 246, 1);
    padding: 20px;
    border-radius: 10px;
    margin-top: -20px;
    display: none;
}
.exibe-salario {display: block;}
img.loading-form {
    width: 30px;
    filter: brightness(4);
    opacity: 0.7;
}
.msg-erro-geral, .msg-erro-geral-vaga, .label-erro.invalid, .lblAviso {
    color: red;
    margin: 15px 0 10px;
}
.contact100-form-range-value {
    margin-bottom: 20px;
    color: rgb(123, 123, 123);
    font-size: 16px;
}
.noUi-connect { background: rgba(79, 81, 146, 0.77) !important; }
.removeScroll { overflow: hidden; }

.col-2 {width: 20% !important; display: flex;}
.col-3 {width: 30% !important; display: flex;}
.col-5 {width: 50% !important; display: flex; margin-right: 10px;}
.col-5:last-child { margin: 0; }
.col-fix {flex: 0 0 auto;width: 336px;}
@media(max-width: 770px) {

	.col-2 {width: 20% !important;  margin-right: 5px;}
	.col-5 { width: 100% !important; margin: 0;} 
	.col-7 { width: calc(70% - 5px) !important; display: flex;}
}

