/* Setup */
@import url('./css/css/bootstrap.min.css');
@import url('./css/css/bootstrap-theme.min.css');
@import url('./plugins/nanoScroll/nanoscroller.css');
/* Fancy ox */
@import url('./plugins/fancy/source/jquery.fancybox.min.css');
@import url('./plugins/fancy/source/helpers/jquery.fancybox-buttons.min.css');
@import url('./plugins/fancy/source/helpers/jquery.fancybox-thumbs.css');
/* Public */
@import url('./css/global.css');
@import url('./css/buttons/buttons.css');
@import url('./css/forms/forms.css');
@import url('./css/preloader/preloader.css');
@import url('./css/rsociais/rsociais.css');
@import url('./css/totop/totop.css');
@import url('./css/whats/whats.css');
@import url('./plugins/lgpd/lgpd.css');
@import url('./plugins/mmenu-light-master/dist/mmenu-light.css');
@import url('./css/fonts/font-awesome/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');
/*---*/
:root {
    --azul: #1F325C;
    --branco: #fff;
    --branco-fundo: var(--branco);
    --branco-fundo2: #F5F5F5;
    --preto: #151515;
    --vermelho: #8B1A12;
    --cinza: #E0E0E0;
    --cinza2: #C2C2C2;
    --cinza3: #7B7B7B;
}
body{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    background-color: var(--branco-fundo);
    font-family: "Poppins", sans-serif;
}
/*---*/
.bg-cabecalho {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 7;
    padding-top: 25px;
}
.box-menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 30px;
    padding: 20px 0;
    border-radius: 100px;
    background-color: var(--branco);
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
}
.a-menu,
.a-menu:active,
.a-menu:focus {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: var(--preto);
    text-decoration: none !important;
    transition: 0.2s ease-in-out;
}
.a-menu:hover {
    color: var(--preto);
}
.a-menu-active {
    color: var(--preto) !important;
    font-weight: 700;
}
.box-canal-atendimento {
    position: relative;
    z-index: 99;
}
.canal-atendimento {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 12px;
    z-index: 999;
    padding-bottom: 0;
    border-radius: 30px;
    background-color: var(--branco);
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
}
.a-menu-atendimento,
.a-menu-atendimento:active,
.a-menu-atendimento:focus {
    display: block;
    color: var(--vermelho);
    padding: 12px 28px;
    border-radius: 30px;
    border: 1px solid var(--vermelho);
    margin-bottom: 12px;
    font-weight: 500;
}
.a-menu-atendimento--active,
.a-menu-atendimento--active:active,
.a-menu-atendimento--active:focus {
    display: inline-block;
    font-weight: 500;
    border-radius: 100px;
    padding: 12px 28px;
    margin-bottom: 0;
    cursor: pointer;
    border: 1px solid var(--vermelho);
}
.a-menu-atendimento:hover {
    color: var(--branco);
    background-color: var(--vermelho);
}
.bca{
    margin-bottom: 30px;
    z-index: 6;
    position: relative;
}
.am2, .am2:active, .am2:focus{
    width: 200px;
    color: var(--vermelho) !important;
    margin-bottom: 30px;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    border-radius: 100px;
    padding: 12px 28px;
    margin-bottom: 0px;
    cursor: pointer;
    border: 1px solid var(--vermelho);
    position: relative;
}
.ca2{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 12px;
    z-index: 999;
    padding-bottom: 0;
    border-radius: 30px;
    background-color: var(--branco);
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
}
.am-active{
    color: var(--branco) !important;
    background-color: var(--vermelho) !important;
}
/*---*/
#btn-menu {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: var(--azul);
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
}
.mm-navbar {
    border-color: var(--preto);
}
.mm-title{
    color: var(--preto) !important;
    font-weight: 600;
    text-transform: uppercase;
}
.mm-spn.mm-spn--light {
    color: var(--preto);
    font-size: 14px;
    font-weight: 400;
    background: var(--branco-fundo);
}
.mm-spn a {
    transition: all 0.2s ease-in-out;
}
.mm-spn a:hover {
    color: var(--preto);
}
.mm-spn li:after {
    opacity: 0.5 !important;
}
.mm-spn.mm-spn--navbar:after {
    opacity: 1;
}
.mm-navbar, .mm-listview, .mm-opened {
    background: var(--branco-fundo);
}
.mm-listview>li>a, .mm-listview>li>span {
    color: var(--preto);
}
.mm-listview>li:not(.mm-divider):after {
    border-color: var(--preto);
}
.mob-menu-active {
    color: var(--preto) !important;
    font-weight: 700;
}
.mm-spn.mm-spn--navbar ul {
    border-top: solid 1px;
}
.mob-social a {
    float: left;
    border: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
/*---*/
.bg-rodape {
    padding-top: 50px;
    padding-bottom: 20px;
    background: var(--branco-fundo2);
}
.box-rodape {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
    min-height: 204px;
}
.box-rodape i {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--azul);
    font-size: 36px;
    width: 58px;
    height: 58px;
    border-radius: 20px;
}
.box-rodape img {
    max-height: 150px;
}
.rsociais-rodape {
    margin-bottom: 30px;
}
.box-rodape .btn-padrao2 {
    margin-top: 25px;
}
.info-rodape {
    text-align: left;
    align-self: flex-start;
    font-size: 16px;
    line-height: 20px;
    color: var(--cinza3);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.info-rodape i {
    font-size: 20px;
    width: unset;
    height: unset;
    border-radius: unset;
    background-color: unset;
}
.a-rod,
.a-rod:active,
.a-rod:focus {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    color: var(--preto);
    outline: none !important;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}
.a-rod:hover {
    color: var(--preto);
}
.a-rod-active {
    font-weight: 700;
    color: var(--preto);
}
.box-rodape div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.socialRod-small {
    margin: 0;
}
/*---*/
.bg-direito{
    color: var(--branco);
    background: var(--azul);
}
.box-direito{
    padding: 10px 0;
    font-size: 12px;
    font-weight: 400;
}
.a-ydeal, .a-ydeal:focus, .a-ydeal:active{
    color: var(--branco);
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}
.a-ydeal:hover{
    color: var(--laranja);
}
/*popup*/
.modalPopup {
    text-align: center;
    padding: 0!important;
}
.bg-modal-popup {
    text-align: center;
    padding: 0!important;
    background: transparent;
}
.modalPopup:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; /* Adjusts for spacing */
}
.modalPopup .modal-dialog {
    width: auto !important;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.bg-modal-popup .close {
    top: 12px;
    z-index: 2;
    right: 15px;
    color: var(--branco);
    opacity: 1;
    font-size: 28px;
    position: absolute;
    background: transparent;
    text-shadow: 0px 0px 5px #000;
}
/*popup texto*/
.box-popup-texto{
    margin: auto;
    overflow: hidden;
    max-width: 600px;
    background: #191919;
    position: relative;
    padding: 40px 40px 30px 40px;
}
/*popup video*/
.box-popup-video{
    margin: auto;
    height: 366px;
    overflow: hidden;
    max-width: 650px;
}
/*---*/
.page {
    padding-top: 164px;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
    min-height: 500px;
    background: var(--branco-fundo);
}
.min-height {
    min-height: 300px;
}
.box-titulo {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.box-titulo h2 {
    margin: 0px;
    padding: 0px;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--preto);
}
.box-titulo span {
    color: var(--preto);
    font-weight: 700;
}
.box-texto {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    color: var(--preto);
}
.box-texto p:last-child {
    margin-bottom: 0;
}
/*---*/
.a-fancy, .a-fancy:focus, .a-fancy:active{
    display: block;
    overflow: hidden;
    position: relative;
    border: solid 1px #C05723;
    padding: 1px;
    margin-bottom: 30px;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    /*border-radius: 15px;*/
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
}
.efeito-hover{
    top: 50%;
    left: 50%;
    z-index: 2;
    opacity: 0;
    width: 0%;
    height: 0%;
    color: var(--branco);
    font-size: 18px;
    position: absolute;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
.a-fancy:hover .efeito-hover{
    top: 0%;
    left: 0%;
    opacity: 1;
    width: 100%;
    height: 100%;
}
/*---*/
div.input-block {
    width: 100%;
    position: relative;
}
div.input-block2 {
    grid-column: span 2;
}
div.input-block input {
    /*font-size: 1.6rem;*/
    /*color: #495055;*/
    /*width: 350px;*/
    /*padding: 15px 15px;*/
    /*border-radius: 1rem;*/
    /*border: 2px solid  #D9D9D9;*/
    outline: none !important;
}
div.input-block span.placeholder {
    position: absolute;
    margin: 10px 0;
    padding: 0 17px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    top: 0;
    left: 8px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    background: none;
    pointer-events: none;
}
div.input-block-textarea span.placeholder {
    left: 9px;
    margin: 20px 0;
    padding: 0 18px;
}
div.input-block input:valid + span.placeholder,
div.input-block input:focus + span.placeholder {
    transform: scale(0.8) translateY(-12px);
    background: transparent;
    font-size: 13px;
}
div.input-block textarea:valid + span.placeholder,
div.input-block textarea:focus + span.placeholder {
    transform: scale(0.8) translateY(-4px);
    background: transparent;
    font-size: 14px;
}
.bx-form-busca div.input-block span.placeholder{
    padding: 5px 17px;
}
.nano .nano-pane, .nano .nano-pane-vertical { display: block !important; }
.nano { width: 100%; height: 200px; }
.nano .nano-content { padding: 0px 18px 0px 0px; }
.nano .nano-pane   { background: #ddd; }
.nano .nano-slider { background: #999 !important; }

/*---*/
.a-h-home, 
.a-h-home:active,
.a-h-home:focus {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    z-index: 1 !important;
    transition: all 0.2s ease-in-out;
}
.maks-img-home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}
.efeito-h-img {
    opacity: 0;
    color: var(--branco);
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 26px;
    transition: all 0.2s ease-in-out;
}
.efeito-h-img .fas2x{
    font-size: 28px;
}
.a-h-home:hover .efeito-h-img{
    opacity: 1;
}
/*---*/
.bg-banner-movie {
    position: relative;
}
/*---*/
.bg-produto-cat {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
    background-color: var(--branco-fundo);
}
.box-produto-cat {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 15px;
    padding-bottom: 30px;
    border-radius: 24px;
    border: 1px solid var(--cinza);
}
.box-produto-cat img {
    border-radius: 17px;
}
.a-produto-cat {
    width: 100%;
    text-decoration: none !important;
}
.nome-produto-cat {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 24px;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    gap: 30px;
    color: var(--preto);
    transition: all 0.2s ease-in-out;
}
.nome-produto-cat i {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--branco);
    border-radius: 50%;
    background-color: var(--cinza2);
}
.a-produto-cat:hover .nome-produto-cat {
    color: var(--vermelho);
}
.box-info-produto-cat {
    width: 100%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}
.info-produto-cat {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 20px;
    color: var(--cinza3);
}
.box-lista-produto-cat {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    padding: 0 15px;
}
.lista-produto-cat,
.lista-produto-cat:active,
.lista-produto-cat:focus {
    width: 100%;
    text-align: center;
    padding: 12px 28px;
    border-radius: 100px;
    font-size: 14px;
    line-height: 18px;
    color: var(--branco);
    display: block;
    margin-top: 5px;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    background-color: var(--vermelho);
    border: 1px solid var(--vermelho);
}
.lista-produto-cat:hover {
    color: var(--vermelho);
    background-color: transparent;
}
/*---*/
.bg-catalogo {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(31,50,92,1) 0%, rgba(22,32,58,1) 100%);
}
.container-catalogo {
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
}
.titulo-catalogo h2 {
    font-size: 40px;
    color: var(--branco);
}
.titulo-catalogo h2 strong {
    display: block;
}
.texto-catalogo {
    color: var(--branco);
}
/*---*/
.bg-diferencial {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
    background-color: var(--branco-fundo);
}
.box-diferencial {
    text-align: center;
    transition: .2s;
}
.box-diferencial img {
    transition: .2s;
}
.box-diferencial:hover img {
    transform: scale(1.05);
    cursor: pointer;
}
.box-diferencial i {
    position: absolute;
    bottom: 0;
    right: -20px;
    background: var(--vermelho);
    color: #fff;
    border-radius: 50%;
    padding: 4.5px 5.5px 3px 5.5px;
}
.box-diferencial .box-img {
    position: relative;
    display: inline-block;
}
.box-diferencial img {
    max-width: 100px;
    margin-bottom: 20px;
}
.nome-diferencial {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
    font-size: 16px;
    color: var(--cinza3);
}
.bg-popup-diferencial {
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
    background: var(--branco);
    padding: 30px 40px;
}
.bg-popup-diferencial .close {
    top: 15px;
    z-index: 2;
    right: 30px;
    color: var(--preto);
    opacity: 1;
    font-size: 20px;
    position: absolute;
    background: transparent;
    transition: all 0.2s ease-in-out;
}
.bg-popup-diferencial .close:hover {
    color: var(--vermelho);
}
.bg-popup-diferencial .box-titulo {
    text-align: center;
}
.bg-popup-diferencial .box-titulo h2 {
    font-weight: 700;
}
.bg-popup-diferencial .box-texto {
    margin-bottom: 0;
}
/*---*/
.bg-contato {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
    background-color: var(--branco-fundo);
}
.container-contato {
    position: relative;
    padding: 45px 50px;
    border-radius: 25px;
    overflow: hidden;
}
.mask-contato {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(31, 50, 92, 0.8) 0%, rgba(22, 32, 58, 1) 100%);
}
.titulo-contato {
    margin-bottom: 20px;
}
.titulo-contato h2 {
    color: var(--branco);
}
.titulo-contato h2 strong {
    display: block;
}
.texto-contato {
    color: var(--branco);
    margin-bottom: 25px;
}
.box-info-contato {
    border-top: 1px solid var(--branco);
    padding-top: 30px;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: 30px;
}
.info-contato:last-child {
    grid-column: span 2;
}
.info-contato h3 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 2px;
    color: var(--branco);
}
.info-contato {
    font-size: 16px;
    line-height: 20px;
    color: var(--branco);
}
.box-btn-contato {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.box-btn-contato a {
    width: 250px;
}
/*---*/
.bg-empresa {
    padding-top: 164px;
    padding-bottom: 20px;
    background-color: var(--azul);
}
.box-iframe-empresa {
    text-align: center;
}
.box-iframe-empresa iframe {
    margin-bottom: -6.84px;
}
.titulo-empresa {
    margin-top: 40px;
    text-align: center;
}
.titulo-empresa h2 {
    color: var(--branco);
}
.texto-empresa {
    margin-bottom: 50px;
    color: var(--branco);
}
.texto-empresa p {
    margin-bottom: 40px;
}
.primeira-palavra {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    float: left;
    margin-left: unset;
    margin-right: 15px;
}
.primeira-palavra2 {
    float: right;
    margin-left: 15px;
}
.container-foto-empresa {
    margin-bottom: 50px;
}
.box-foto-empresa {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    transform: rotate(2.5deg);
    background-color: var(--branco);
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
}
.box-foto-empresa2 {
    transform: rotate(-2.5deg);
    z-index: 0;
}
.info-foto-empresa {
    font-size: 20px;
    line-height: 24px;
    padding: 0 15px;
    font-family: "Kalam", cursive;
}
.info-foto-empresa span {
    display: block;
}
/*---*/
.box-mvv {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    text-align: center;
}
.nome-mvv {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--branco);
}
.texto-mvv {
    color: var(--branco);
    padding: 0 15px;
}
/*---*/
.container-form-produto {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.form-produto {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid var(--cinza3);
}
.btn-form-produto,
.btn-form-produto:active,
.btn-form-produto:focus {
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent;
    border-right: 1px solid var(--cinza3);
}
.btn-form-produto2 {
    border-right: none !important;
}
.btn-form-produto-active,
.btn-form-produto-active:active,
.btn-form-produto-active:focus {
    color: var(--branco);
    font-weight: 600;
    background-color: var(--cinza3);
}
.btn-form-produto-active:hover {
    color: var(--branco);
}
.a-produto {
    text-decoration: none !important;
}
.box-produto {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 24px;
    border: 1px solid var(--cinza);
}
.box-produto img {
    border-radius: 16px;
}
.nome-produto {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    height: 24px;
    overflow: hidden;
    color: var(--preto);
    padding: 0 10px;
}
.box-info-produto {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 10px;
    margin-bottom: 5px;
    height: 63px;
    overflow: hidden;
}
.info-produto {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: var(--preto);
}
.info-produto img {
    height: 45px;
}
/*---*/
.mask-trabalhe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 16, 50, 0.8);
}
.titulo-trabalhe {
    text-align: center;
}
.titulo-trabalhe h2 {
    color: var(--branco);
}
.container-vaga {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    margin-bottom: 30px;
}
.container-vaga h3 {
    font-size: 16px;
    font-weight: 500;
    color: var(--branco);
    margin: 0;
}
.box-vaga {
    width: 100%;
    border-radius: 16px;
    border: 1px solid var(--branco);
}
.box-vaga-active .container-info-vaga {
    display: block;
}
.nome-vaga {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 20px 25px;
    color: var(--branco);
}
.nome-vaga i {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--azul);
    font-size: 20px;
    background-color: var(--branco);
}
.container-info-vaga {
    display: none;
}
.box-info-vaga {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
    padding: 20px 0;
    margin: 0 25px;
    border-top: 1px solid var(--branco);
}
.info-vaga {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--branco);
}
.txt-vaga {
    color: var(--branco);
    margin: 0;
}
/*---*/
.container-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    border-radius: 16px;
    padding: 20px 25px;
    margin-bottom: 30px;
    background-color: var(--branco);
}
.container-form h3 {
    font-size: 16px;
    font-weight: 500;
    color: var(--azul);
    margin: 0;
}
/*---*/
.bg-processo {
    padding-bottom: 0;
}
.box-select-processo {
    text-align: right;
    margin-bottom: 30px;
}
.container-processo {
    position: relative;
    padding: 0 30px;
}
.a-processo {
    text-decoration: none !important;
}
.a-processo:hover img {
    transform: scale(1.03);
}
.box-processo {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 70px;
    position: relative;
    z-index: 5;
}
.box-processo2 {
    padding-top: 45px;
}
.box-processo3 {
    margin-bottom: 12px;
}
.box-processo4 {
    margin-bottom: 0;
}
.curva-processo {
    position: absolute;
    bottom: -3px;
    left: 15px;
    width: 100%;
    height: 76px;
    z-index: 1;
    border-radius: 100px;
    border: 6px solid var(--azul);
}
.curva-processo5 {
    left: unset;
    right: 15px;
}
.help-curva-processo {
    position: absolute;
    bottom: 3px;
    left: -0.6px;
    width: 50px;
    height: 75px;
    z-index: 6;
    background-color: var(--branco);
}
.help-curva-processo3 {
    height: 64px;
    left: unset;
    right: 0;
}
.help-curva-processo5 {
    height: 64px;
}
.curva-processo2 {
    position: absolute;
    top: -3px;
    left: -15px;
    height: 407px;
    width: 75%;
    z-index: 3;
    border-radius: 30px;
    border: 6px solid var(--azul);
}
.curva-processo4,
.curva-processo6 {
    left: unset;
    right: -15px;
    height: 406px;
}
.curva-processo6 {
    height: 407px;
}
.help-curva-processo2 {
    position: absolute;
    top: 3px;
    left: 25%;
    width: 550px;
    height: 395px;
    z-index: 4;
    background-color: white;
}
.help-curva-processo4 {
    height: 394.9px;
}
.help-processo-row {
    position: absolute;
    top: -4px;
    left: 0;
    width: calc(10% + 6px);
    border-bottom: 9px solid var(--branco);
    z-index: 6;
}
.help-processo-row2 {
    left: unset;
    right: 0;
    width: calc(87% + 3px);
}
.help-processo-row3 {
    left: unset;
    right: 0;
    width: calc(53% + 11px);
}
.help-processo-row4 {
    left: unset;
    right: 0;
    width: calc(19% + 18px);
}
.linha-processo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: translate(0, 50%);
    border-bottom: 5px solid var(--azul);
}
.help-inicio-processo {
    position: absolute;
    bottom: 54px;
    left: 0;
    width: 49px;
    height: 30px;
    z-index: 6;
    background-color: var(--branco);
}
.help-inicio-processo2 {
    position: absolute;
    bottom: 67px;
    left: 55px;
    width: 67%;
    border-bottom: 6px solid var(--azul);
}
.help-processo-inicio-row {
    width: calc(92% + 16px);
    top: unset;
    bottom: 67px;
    border-color: var(--branco);
}
.help-processo-inicio-row2 {
    width: calc(58% + 23px);
}
.help-processo-inicio-row3 {
    width: calc(25% + 20px);
}
.bola-processo {
    position: absolute;
    bottom: 0;
    left: 10%;
    transform: translate(0, 50%);
    width: 24px;
    height: 24px;
    z-index: 1;
    border-radius: 50%;
    background-color: var(--azul);
}
.bola-processo3 {
    left: unset;
    right: 10%;
}
.linha-processo2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    border-bottom: 6px solid var(--azul);
}
.bola-processo2 {
    position: absolute;
    top: 0;
    left: 30%;
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--azul);
}
.box-img-processo {
    overflow: hidden;
    border-radius: 20px;
    overflow: hidden;
}
.box-img-processo img {
    transition: all 0.2s ease-in-out;
}
.box-info-processo {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    padding: 0 15px;
    padding-bottom: 38px;
}
.nome-processo {
    width: 100%;
    display: grid;
    grid-template-columns: auto 24px;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    color: var(--azul);
    font-size: 24px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    font-weight: 600;
    text-transform: uppercase;
}
.nome-processo i {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--branco);
    border-radius: 50%;
    background-color: var(--cinza3);
}
.txt-processo {
    color: var(--cinza3);
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    height: 100px;
    position: relative;
    margin-bottom: 5px;
}
.container-foto-processo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 50px;
}
.foto-processo {
    grid-column: span 2;
}
.more-img-processo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
}
.titulo-processo-det {
    margin-bottom: 20px;
}
.titulo-processo-det h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: var(--azul);
    text-transform: uppercase;
}
.texto-processo-det {
    min-height: 300px;
    color: var(--cinza3);
    margin-bottom: 50px;
}
/*---*/
.owl-carousel .owl-dots {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    margin: 0;
}
.owl-carousel .owl-dots .owl-dot span,
.owl-carousel .owl-dots .owl-dot span:active,
.owl-carousel .owl-dots .owl-dot span:focus {
    width: 12px;
    height: 12px;
    margin: 5px;
    background-color: transparent !important;
    border: 1px solid var(--vermelho) !important;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot.active span:active,
.owl-carousel .owl-dots .owl-dot.active span:focus {
    background-color: var(--vermelho) !important;
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.owl-prev {
    left: -50px !important;
}
.owl-next {
    right: -50px !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    outline: none;
}
/*---*/
.owl-carousel2 .owl-dots {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    margin: 0;
}
.owl-carousel2 .owl-dots .owl-dot span,
.owl-carousel2 .owl-dots .owl-dot span:active,
.owl-carousel2 .owl-dots .owl-dot span:focus {
    width: 12px;
    height: 12px;
    margin: 5px;
    background-color: transparent !important;
    border: 1px solid var(--vermelho) !important;
}
.owl-carousel2 .owl-dots .owl-dot.active span,
.owl-carousel2 .owl-dots .owl-dot.active span:active,
.owl-carousel2 .owl-dots .owl-dot.active span:focus {
    background-color: var(--vermelho) !important;
}
/*---*/
.owl-carousel3 .owl-dots {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    margin: 0;
}
.owl-carousel3 .owl-dots .owl-dot span,
.owl-carousel3 .owl-dots .owl-dot span:active,
.owl-carousel3 .owl-dots .owl-dot span:focus {
    width: 12px;
    height: 12px;
    margin: 5px;
    background-color: transparent !important;
    border: 1px solid var(--vermelho) !important;
}
.owl-carousel3 .owl-dots .owl-dot.active span,
.owl-carousel3 .owl-dots .owl-dot.active span:active,
.owl-carousel3 .owl-dots .owl-dot.active span:focus {
    background-color: var(--vermelho) !important;
}
/*---*/
.owl-carousel4 .owl-dots {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    margin: 0;
}
.owl-carousel4 .owl-dots .owl-dot span,
.owl-carousel4 .owl-dots .owl-dot span:active,
.owl-carousel4 .owl-dots .owl-dot span:focus {
    width: 12px;
    height: 12px;
    margin: 5px;
    background-color: transparent !important;
    border: 1px solid var(--vermelho) !important;
}
.owl-carousel4 .owl-dots .owl-dot.active span,
.owl-carousel4 .owl-dots .owl-dot.active span:active,
.owl-carousel4 .owl-dots .owl-dot.active span:focus {
    background-color: var(--vermelho) !important;
}
/*---*/
.box-txt-ban {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    width: 1140px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}
.titulo-ban {
    max-width: 50%;
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.titulo-ban span {
    font-weight: 700;
}
.desc-ban {
    font-size: 16px;
    max-width: 50%;
}
.box-btn-ban {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}
.box-txt-ban-right {
    align-items: flex-end;
}
.box-txt-ban-right .titulo-ban,
.box-txt-ban-right .desc-ban {
    text-align: right;
}
.box-txt-ban-right .box-btn-ban {
    align-items: flex-end;
}
/*---*/
.pd-lr10 {
    padding: 0 10px;
}
.w-100 {
    width: 100%;
}
/*---*/
.bg-busca1 {
    padding-top: 75px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
    background-color: var(--branco-fundo);
}
.bg-busca2 {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
    background-color: var(--branco-fundo);
}
/*---*/
.box-btn-pag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
/*---*/
.accordion {
    margin-bottom: 35px;
}
.accordion-group {
    margin-bottom: 10px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.accordion-heading {
    border-bottom: 0 none;
}
.accordion-heading .accordion-toggle {
    position: relative;
    display: block;
    padding: 15px 40px;
    background: linear-gradient(90deg, rgba(37,63,90,1) 0%, rgba(79,134,192,1) 100%);
    border-radius: 100px;
    text-decoration:none;
    font-size: 18px;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}
.accordion-toggle {
    cursor: pointer;
}
.accordion-toggle:hover{
    text-decoration:none;
}
.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive {
    background: linear-gradient(90deg, rgba(37,63,90,1) 0%, rgba(79,134,192,1) 100%);
    border-radius: 100px;
    color: var(--branco);
}
.accordion-heading .accordion-toggle.active {
    color: var(--branco);
    font-weight: 400;
    background: linear-gradient(90deg, rgba(37,63,90,1) 0%, rgba(79,134,192,1) 100%);
    border-radius: 100px;
    text-transform: none;
}
.accordion-heading .accordion-toggle.inactive {
    color: var(--branco);
    font-weight: 400;
    background: linear-gradient(90deg, rgba(37,63,90,1) 0%, rgba(79,134,192,1) 100%);
    border-radius: 100px;
    text-transform: none;
}
.accordion-heading.accordionize .accordion-toggle i,
.accordion-heading.togglize .accordion-toggle i {
    position: absolute;
    top: 50%;
    right: 40px;
    margin: -8px 0 0 0;
    color: var(--branco);
    font-size: 18px;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}
.accordion-heading:hover .accordion-toggle i {
    color: var(--branco);
}
.accordion-heading .accordion-toggle.active i,
.accordion-heading:hover .accordion-toggle.inactive i {
    color: var(--branco);	
}
.accordion-heading.accordionize .accordion-toggle.active i,
.accordion-heading.togglize .accordion-toggle.active i {
    color: var(--branco);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);	
}
.accordion-heading.togglize .accordion-toggle i {
    margin: -8px 0 0 0;
    font-size: 18px;
    color: var(--branco) !important;
}
.accordion-heading.togglize .accordion-toggle .fa-plus-circle{
    display:block;
}
.accordion-heading.togglize .accordion-toggle.active .fa-plus-circle{
    display:none;
}
.accordion-heading.togglize .accordion-toggle .fa-minus-circle{
    display:none;
}
.accordion-heading.togglize .accordion-toggle.active .fa-minus-circle{
    display:block;
}
.accordion-inner {
    padding: 35px 40px;
    border: none;
    background: var(--branco);
    color: var(--preto);
    font-size: 16px;
    border-radius: 36px;
    margin-top: 5px;
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
}
.accordion-inner p:last-child {
    margin-bottom: 0;
}
/*---*/
.box-busca {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: fixed;
    background: rgba(0,0,0,0.9);
}
.box-form-busca {
    width: 100%;
    padding: 8px 20px 20px 20px;
    max-width: 800px;
}
.box-form-busca2 {
    width: 100%;
    padding: 20px;
    max-width: 800px;
    position: relative;
}
.box-close {
    top: 15px;
    right: 15px;
    color: #a2a2a2;
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    background: var(--branco);
    padding: 0px 8px 1px 8px;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}
.box-close:hover {
    color: var(--preto);
}
.box-titulo-busca h1 {
    color: var(--branco);
    margin: 0px;
    padding: 0px;
    padding-left: 43px;
    font-weight: 600;
}
.bx-form-busca input[type="text"],
.bx-form-busca input[type="text"]:focus,
.bx-form-busca input[type="text"]:active {
    width: 100%;
    border: 0px;
    height: 50px;
    padding: 0 21px;
    border-radius: 50px;
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}
#btn-busca {
    height: 50px;
    border-radius: 40px;
}
.my-custom-popup {
    font-size: 16px;
}
.wd-100{
    width: 100%;
}
.v-top {
    vertical-align: top;
}
.v-bot {
    vertical-align: bottom;
}
/*---*/
.mg-b-0{
    margin-bottom: 0px;
}
.mg-b-5{
    margin-bottom: 5px;
}
.mg-b-10{
    margin-bottom: 10px !important;
}
.mg-b-15{
    margin-bottom: 15px !important;
}
.mg-b-20{
    margin-bottom: 20px !important;
}
.mg-b-25{
    margin-bottom: 25px;
}
.mg-b-30{
    margin-bottom: 30px;
}
.mg-b-50{
    margin-bottom: 50px;
}
.mg-t-0{
    margin-top: 0px;
}
.mg-t-15{
    margin-top: 15px;
}
.mg-t-20{
    margin-top: 20px;
}
.mg-t-25{
    margin-top: 25px;
}
.mg-t-30{
    margin-top: 30px;
}
.mg-t-50{
    margin-top: 50px;
}
.pd-b-0 {
    padding-bottom: 0;
}
.pd-b-20{
    padding-bottom: 20px !important;
}
.pd-b-10{
    padding-bottom: 10px !important;
}
.pd-b-30{
    padding-bottom: 30px !important;
}
.pd-b-62{
    padding-bottom: 62px !important;
}
.pd-t-0 {
    padding-top: 0 !important;
}
.pd-t-10{
    padding-top: 10px !important;
}
.pd-t-20{
    padding-top: 20px !important;
}
.pd-t-50{
    padding-top: 50px !important;
}
.pd-l-10 {
    padding-left: 10px;
}
.pd-r-10 {
    padding-right: 10px;
}
.pd-5{
    padding: 5px;
}
/*---*/
.box-buttons-process{
    position: relative;
    overflow: hidden;
    width: 100%;
    font-size: 18px;
}
.bpr, .bpr:focus, .bpr:active{
    display: inline-block;
    color: var(--azul);
    margin-left: 5px;
}
.bpl, .bpl:focus, .bpl:active{
    display: inline-block;
    color: var(--azul);
}
/*---*/
@media only screen and (min-width: 1921px) {
    .container{
        width: 100% !important;
        max-width: 1920px;
        overflow: hidden;
    }
    .container-fluid{
        width: 100% !important;
        max-width: 1920px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 1920px) {
    .owl-theme .owl-controls .owl-buttons .owl-prev{
        left: 215px;
        top: 50%;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next{
        right: 215px;
        top: 50%;
    }
}
@media only screen and (max-width: 1500px) {
    .owl-theme .owl-controls .owl-buttons .owl-prev{
        left: 30px;
        top: 60%;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next{
        right: 30px;
        top: 60%;
    }
    .box-btn-ban {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .help-curva-processo {
        left: -7.6px;
    }
    .help-curva-processo3 {
        height: 63px;
        left: unset;
        right: 0;
    }
    .curva-processo {
        border-radius: 30px;
    }
    .curva-processo2 {
        height: 376px;
    }
    .help-curva-processo2 {
        height: 364px;
    }
    .titulo-contato h2 strong {
        display: inline;
    }
    .box-rodape div {
        gap: 10px;
    }
    .bg-popup-diferencial {
        max-width: 800px;
    }
    .container-catalogo {
        min-height: 290px;
    }
    .nome-produto-cat {
        font-size: 19px;
        line-height: 23px;
        gap: 20px;
        grid-template-columns: 1fr 20px;
    }
    .nome-produto-cat i {
        width: 20px;
        height: 20px;
    }
    .bg-banner-movie video {
        margin-bottom: -6.84px;
    }
    .a-menu,
    .a-menu:active,
    .a-menu:focus {
        font-size: 16px;
    }
    .box-menu {
        gap: 0;
    }
    .box-btn-ban {
        display: flex;
    }
    .titulo-ban {
        max-width: 55%;
        font-size: 36px;
    }
    .box-txt-ban {
        width: 100%;
        padding: 30px;
        gap: 20px;
    }
    .desc-ban {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .help-processo-row {
        width: calc(15% + 6px);
    }
    .help-curva-processo {
        left: -3px;
    }
    .help-curva-processo3 {
        height: 64px;
    }
    .curva-processo2 {
        height: 389px;
    }
    .help-curva-processo2 {
        height: 377px;
        left: 5%;
    }
    .container-foto-processo {
        margin-bottom: 25px;
    }
    .container-form {
        margin-bottom: 25px;
    }
    .container-vaga {
        margin-bottom: 25px;
        padding-top: 0;
    }
    .bg-trabalhe {
        padding-bottom: 0;
    }
    .container-form-produto {
        justify-content: center;
        margin-bottom: 25px;
    }
    .bg-empresa {
        padding-top: 135px;
        padding-bottom: 0;
    }
    .box-mvv {
        max-width: 370px;
        margin: auto;
    }
    .box-foto-empresa {
        padding: 10px;
        gap: 10px;
    }
    .info-foto-empresa {
        font-size: 16px;
        line-height: 20px;
    }
    .box-info-contato {
        padding-top: 25px;
    }
    .container-contato {
        padding: 25px;
    }
    .bg-contato {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .box-btn-contato {
        margin-top: 25px;
    }
    .info-rodape {
        align-self: unset;
        margin-top: 25px;
        max-width: 255px;
    }
    .box-rodape .btn-padrao2 {
        margin-top: 20px;
    }
    .bg-diferencial {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .bg-popup-diferencial {
        max-width: 600px;
        padding: 25px 30px;
    }
    .bg-popup-diferencial .owl-banner {
        margin-top: 25px;
    }
    .nome-diferencial {
        padding: 0 20px;
    }
    .bg-catalogo {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .container-catalogo {
        min-height: auto;
        margin-bottom: 25px;
        align-items: center;
        text-align: center;
    }
    .bg-produto-cat {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #btn-menu {
        right: 60px;
    }
    .bg-mapa {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .bg-busca1,
    .bg-busca2 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .box-btn-pag {
        justify-content: center;
        gap: 20px;
        margin-bottom: 25px;
    }
    .page {
        padding-top: 135px;
    }
    .texto-termo {
        margin-bottom: 0;
    }
    .box-titulo h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .box-titulo {
        margin-bottom: 25px;
    }
    .bg-rodape {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .box-rodape {
        min-height: auto;
        margin: 0;
    }
    .box-rodape h3 {
        margin-bottom: 15px;
    }
    .box-rodape-mob {
        margin-top: 25px;
    }
    .box-rodape-mob:last-child {
        margin-top: 0;
    }
    .box-rodape-img {
        margin-bottom: 25px;
    }
    .rsociais-rodape {
        margin-bottom: 25px;
    }
    .box-txt-ban {
        padding: 20px;
        gap: 20px;
    }
    .titulo-ban {
        font-size: 32px;
    }
    .bg-cabecalho {
        top: 25px;
        left: 25px;
        width: calc(100% - 50px);
        border-radius: 100px;
        max-height: 100px;
        padding-top: 12.5px;
        padding-bottom: 12.5px;
        text-align: center;
        overflow: hidden;
        z-index: 999;
        background-color: var(--branco);
        box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
    }
    .a-logo img {
        max-height: 68px;
    }
    .owl-theme .owl-controls .owl-buttons .owl-prev{
        top: 50%;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next{
        top: 50%;
    }
    .align-mobile-sm{
        text-align: center !important;
    }
    .box-busca{
        padding: 20px;
    }
    .box-filtro{
        top: 9px;
    }
    .mg-b-0-mobile {
        margin-bottom: 0;
    }
    .box-texto {
        margin-bottom: 25px;
    }
    .mg-t-0 {
        margin-top: 0;
    }
    .titulo-contato,
    .texto-contato {
        margin-bottom: 20px;
    }
    .box-info-contato {
        gap: 25px;
    }
    .titulo-empresa {
        margin-top: 25px;
    }
    .texto-empresa p {
        margin-bottom: 25px;
    }
    .txt-processo {
        margin-bottom: 0;
    }
    .nome-processo {
        font-size: 18px;
        line-height: 22px;
        height: 22px;
    }
    .nome-processo i {
        width: 22px;
        height: 22px;
    }
    .box-select-processo {
        margin-bottom: 25px;
    }
    .help-processo-row-sm {
        top: unset;
        left: unset;
        right: 0;
        bottom: 65px;
        width: calc(88% + 12px);
    }
    .help-processo-row-sm2 {
        top: unset;
        left: unset;
        right: 0;
        bottom: 65px;
        width: calc(38% + 12px);
    }
    .linha-processo-row-sm {
        position: absolute;
        bottom: 67px;
        width: 100%;
        border-bottom: 6px solid var(--azul);
    }
}
@media only screen and (max-width: 767px) {
    .container-processo {
        padding-left: 50px;
        padding-right: 0;
    }
    .linha-processo-row-mob {
        position: absolute;
        top: 34px;
        left: 15px;
        height: calc(100% - 34px);
        border-right: 5px solid var(--azul);
    }
    .help-processo-row-mob {
        position: absolute;
        bottom: 0px;
        left: 13px;
        height: calc(6% + 17px);
        border-right: 11px solid var(--branco);
    }
    .bola-processo-mob {
        position: absolute;
        top: 30px;
        left: -44.5px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: var(--azul);
    }
    .nome-processo {
        font-size: 16px;
        line-height: 20px;
        height: 20px;
    }
    .nome-processo i {
        width: 20px;
        height: 20px;
        font-size: 15px;
    }
    .txt-processo {
        height: 90px;
    }
    .box-processo {
        gap: 10px;
    }
    .box-info-processo {
        gap: 10px;
        padding: 0 10px;
    }
    .nome-vaga {
        font-size: 14px;
        line-height: 18px;
    }
    .info-vaga {
        font-size: 14px;
        line-height: 18px;
    }
    .txt-vaga {
        margin-bottom: 0;
    }
    .box-produto {
        margin-bottom: 25px;
    }
    .pd-b-0-mob {
        padding-bottom: 0;
    }
    .nome-produto {
        font-size: 16px;
        line-height: 20px;
    }
    .page {
        padding-top: 106px;
    }
    .nome-produto {
        height: auto;
    }
    .box-info-produto {
        height: auto;
    }
    .form-produto {
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px;
        border-radius: 0;
        border: 0;
    }
    .btn-form-produto,
    .btn-form-produto2 {
        border-radius: 100px !important;
        border: 1px solid var(--cinza3) !important;
    }
    .btn-form-produto,
    .btn-form-produto:active, 
    .btn-form-produto:focus {
        padding: 5px 15px;
    }
    .info-foto-empresa {
        font-size: 14px;
        line-height: 18px;
    }
    .box-mvv {
        gap: 15px;
    }
    .nome-mvv {
        font-size: 16px;
        line-height: 20px;
    }
    .container-foto-empresa {
        max-width: 70%;
        margin: 0 auto 50px;
    }
    .texto-empresa {
        margin-bottom: 50px;
    }
    .primeira-palavra {
        font-size: 40px;
        line-height: 40px;
    }
    .bg-empresa {
        padding-top: 106px;
    }
    .info-contato h3 {
        font-size: 14px;
        line-height: 18px;
    }
    .info-contato {
        font-size: 14px;
        line-height: 18px;
    }
    .box-info-contato {
        grid-template-columns: 1fr;
        margin-top: 25px;
    }
    .info-contato:last-child {
        grid-column: unset;
    }
    .bg-popup-diferencial {
        max-width: 330px;
        padding: 25px 30px;
        border-radius: 20px;
    }
    .nome-diferencial {
        padding: 0 50px;
    }
    .bg-popup-diferencial .close {
        top: 6px;
        right: 15px;
        font-size: 20px;
    }
    .nome-produto-cat {
        font-size: 16px;
        line-height: 20px;
    }
    .nome-produto-cat i {
        width: 18px;
        height: 18px;
        font-size: 12px;
    }
    .info-produto-cat {
        font-size: 14px;
        line-height: 18px;
    }
    .owl-produto-cat .owl-dots {
        bottom: -40px;
    }
    .a-logo img {
        max-height: 40px;
    }
    #btn-menu {
        right: 20px;
    }
    .bg-cabecalho {
        top: 15px;
        left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: calc(100% - 30px);
    }
    .box-titulo h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .box-rodape img {
        max-height: unset;
        max-width: 250px;
    }
    .box-rodape i {
        width: 50px;
        height: 50px;
        font-size: 32px;
    }
    .info-rodape {
        max-width: 225px;
        font-size: 14px;
        line-height: 18px;
    }
    .info-rodape i {
        width: unset;
        height: unset;
        font-size: 18px;
    }
    .accordion-inner {
        font-size: 14px;
        padding: 25px 30px;
        border-radius: 30px;
    }
    .box-texto {
        font-size: 14px;
        line-height: 18px;
    }
    .a-rod,
    .a-rod:active,
    .a-rod:focus {
        font-size: 14px;
        line-height: 18px;
    }
    .box-txt-ban,
    .box-txt-ban-right .box-btn-ban,
    .box-txt-ban-right .titulo-ban, 
    .box-txt-ban-right .desc-ban {
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .titulo-ban {
        max-width: 100%;
    }
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        display: none !important;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next {
        display: none !important;
    }
    .align-mobile {
        text-align: center !important;
    }
    .box-filtro {
        top: -30px;
    }
    .mg-b-0-mobile {
        margin-bottom: 0;
    }
    .mg-t-0 {
        margin-top: 0;
    }
    .align-mobile-xs {
        text-align: center !important;
    }
    .titulo-processo-det {
        margin-bottom: 20px;
    }
    .titulo-processo-det h2 {
        font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 399px) {
    .titulo-ban {
        font-size: 30px;
    }
}
