/*
Theme Name: Blog Infojobs

Author: William Oliveira
Author URI: https://wordpress.org/

Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.


Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns


*/



body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #f7f9fa !important;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
body * {
    font-family: 'Source Sans Pro', sans-serif;
}



/********** VAGAS ***********/
section { 
    display: block;
} 

.container-xl { 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px; 
    margin-right: auto; 
    margin-left: auto;
	background-color: #0D3878;
} 

@media (min-width: 1280px){ 
  .container-xl { 
    max-width: 1260px;
  } 
}     

.pt-40 { 
    padding-top: 2.5rem !important;
} 

:-webkit-scrollbar { 
    -webkit-appearance: none;
} 

:-webkit-scrollbar-thumb { 
    background-color:  #d7dce0; 
    border:  2px solid #fff;
    border-radius: 12px;
} 

:-webkit-scrollbar-thumb:hover { 
    background: #c0c6cc;
} 

:-webkit-scrollbar-track { 
    background-color:  #fff;
    border-radius: 12px;
} 

.mb-24 { 
    margin-bottom: 1.5rem !important;
} 

.text-center { 
    text-align: center !important;
} 

.font-weight-bold { 
    font-weight: 600 !important;
} 

.text-white { 
    color: #fff !important;
} 

.job-location-filter {
    display: flex;
    justify-content: center;
    width: 100%;
}

template { 
    display: none;
} 

[hidden] { 
    display: none !important;
} 

.job-location-filter-alert { 
    max-width: 732px; 
    margin: 0 auto;
} 

.job-location-filter-alert  { 
    max-width: 977px;
} 

.job-location-filter .job-location-filter-keyword  { 
    width:  440px;
    background-color:  #fff; 
    position:  relative; 
    border-top-left-radius:  1rem !important; 
    border-bottom-left-radius:  1rem !important;
} 

.job-location-filter .job-location-filter-divider  { 
    width: 2px; 
    background-color: #fff; 
    position: relative;
} 

.job-location-filter .job-location-filter-divider:after  { 
    position: absolute; 
    content: ""; 
    height: calc(100% - 1.5rem); 
    width: 2px; 
    background-color: #d7dce0; 
    left: calc(50% - 1px); 
    margin: 0.75rem 0;
} 

.job-location-filter .job-location-filter-location  { 
    width:  335px;
    background-color:  #fff; 
    position:  relative;
} 

.job-location-filter .job-location-filter-btn  { 
    width:  200px;
    background-color:  #fff; 
    border-top-right-radius:  50rem !important; 
    border-bottom-right-radius:  50rem !important; 
    padding:  0.5rem 0.5rem 0.5rem 20px;
} 

.job-location-filter .job-location-filter-label  { 
    top:  8px; 
    left:  1.5rem; 
    font-size:  1rem;
    font-weight:  600; 
    color:  #0D3878; 
    position:  absolute; 
    z-index:  4;
} 

.form-group { 
    margin-bottom: 0rem;
} 

.mt-16 { 
    margin-top: 1rem !important;
} 

.form-group { 
    position: relative; 
    width: 100%;
} 

a { 
    color: #026BD4; 
    text-decoration: none; 
    background-color: transparent;
} 

[role="button"] { 
    cursor: pointer;
} 

.btn { 
    display: inline-block; 
    font-weight: 600; 
    color: #14171a; 
    text-align: center; 
    vertical-align: middle; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    user-select: none; 
    background-color: transparent; 
    border: 0 solid transparent; 
    padding: 0rem 1.5rem; 
    font-size: 1rem; 
    line-height: 1rem; 
    border-radius: 28px; 
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out; 
    display: inline-flex; 
    justify-content: center; 
    align-items: center; 
    height: 56px;
} 

.btn-block { 
    display:  flex;
    width:  auto;
} 

.btn-primary { 
    color: #fff; 
    background-color: #0D3878;
} 

.btn:not(:disabled):not(.disabled) { 
    cursor: pointer;
} 

.home-index .job-location-filter .job-location-filter-btn > .btn  { 
    padding-left: 38px; 
    padding-right: 38px;
} 

a:hover { 
    color: #026BD4; 
    text-decoration: underline;
} 

.btn:hover { 
    color: #14171a; 
    text-decoration: none;
} 

.btn-primary:hover { 
    color: #fff;
} 

@media (min-width: 768px){ 
  .btn-primary:hover { 
    background-color: #0a2d60;
  } 
}     

.position-relative { 
    position: relative !important;
} 

.btn .btn-text  { 
    margin: -1px 0 1px 0;
} 

.spinner { 
    display: flex;
} 

.input-group { 
    position: relative; 
    display: flex; 
    flex-wrap: wrap; 
    align-items: stretch; 
    width: 100%;
} 

.spinner > div  { 
    width: 8px; 
    height: 8px; 
    margin: 0 2px; 
    background-color: currentColor; 
    border-radius: 100%; 
    animation: bouncedelay 1.4s infinite ease-in-out both;
} 

.spinner .bounce1  { 
    animation-delay: -0.32s;
} 

.btn .spinner > div  { 
    width: 0.5em; 
    height: 0.5em; 
    margin: 0 0.1em;
} 

.spinner .bounce2  { 
    animation-delay: -0.16s;
} 

input { 
    margin:  0; 
    font-family:  inherit; 
    font-size:  inherit; 
    line-height:  inherit;
    overflow: visible;
} 

.form-control { 
    display: block; 
    width: 100%; 
    height: 56px; 
    padding: .9375rem 1rem; 
    font-size: 1rem; 
    font-weight: 400; 
    line-height: 1.5; 
    color: #14171a; 
    background-color: #fff; 
    background-clip: padding-box; 
    border: 1px solid #d7dce0; 
    border-radius: .5rem; 
    box-shadow: none; 
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
} 

.input-group > .form-control  { 
    position: relative; 
    flex: 1 1 auto; 
    width: 1%; 
    min-width: 0; 
    margin-bottom: 0;
} 

.form-group .form-control  { 
    padding-top:  0; 
    padding-bottom:  0;
    padding-right: calc(1rem - 1px); 
    padding-left: calc(1rem - 1px);
} 

.input-group > .form-control:not(:last-child)  { 
    border-top-right-radius: 0; 
    border-bottom-right-radius: 0;
} 

.job-location-filter .form-group .form-control  { 
    border-color: transparent !important; 
    background-color: transparent !important; 
    transition: none; 
    padding-left: calc(1.5rem - 1px);
} 

.input-group > .form-control:not(:last-child):not(.with-button)  { 
    border-top-right-radius: .5rem; 
    border-bottom-right-radius: .5rem;
} 

.form-group .clear-link  { 
    position:   absolute; 
    right:   0; 
    margin-right:   .875rem; 
    color:   #616161; 
    z-index:   5;
    cursor:  pointer;
    top: calc(28px - .5rem);
} 

.form-group.form-group-suggest .autocomplete-suggestions  { 
    background-color: #fff; 
    border: 1px solid #0D3878; 
    margin-top: -1px; 
    border-bottom-left-radius: .5rem; 
    border-bottom-right-radius: .5rem; 
    overflow: auto;
} 

.job-location-filter .form-group.form-group-suggest .autocomplete-suggestions  { 
    border: 0; 
    border-bottom-left-radius: 1rem; 
    border-bottom-right-radius: 1rem; 
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.12); 
    padding-top: 0.5rem; 
    padding-bottom: 0.5rem;
} 

.form-group.form-group-suggest .autocomplete-suggestions::-webkit-scrollbar-thumb { 
    border-radius: 8px;
} 

.form-group.form-group-suggest .autocomplete-suggestions::-webkit-scrollbar-track { 
    border-radius: 8px;
} 

.icon { 
    display: inline-block;
} 

.icon-size-12 { 
    font-size: 12px !important;
} 

.icon.icon-block { 
    display: block;
} 

.icon-size-12.icon-block { 
    width: 12px; 
    height: 12px;
} 

.form-group .clear-link .icon  { 
    font-size: 1rem !important;
} 

svg { 
    overflow: hidden; 
    vertical-align: middle;
} 

.icon svg  { 
    width: 1em; 
    height: 1em; 
    margin-top: -20%;
} 

.icon.icon-block svg  { 
    margin-top: 0; 
    display: block;
} 

.icon:not(.icon-color) svg  { 
    fill: currentColor;
} 

.icon:not(.icon-color) svg *  { 
    fill: currentColor;
} 


@keyframes bouncedelay { 
  0%, 80%, 100% {  
      transform: scale(0); 
      transform: scale(0); 
  }  
  40% {  
      transform: scale(1); 
      transform: scale(1); 
  }  

} 
/* These were inline style tags. Uses id+class to override almost everything */
#style-dN6Bb.style-dN6Bb {  
   position: absolute;  
    display: none;  
    max-height: 600px;  
    z-index: 1029;  
}  
#style-zhSIH.style-zhSIH {  
   position: absolute;  
    display: none;  
    max-height: 600px;  
    z-index: 1029;  
}  
/********** VAGAS **********/

/********** Geral **********/
.corpo-blog {
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
    background-color: #f7f9fa !important;
}
/**.corpo-blog {
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
}**/
.corpo-blog-in {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1170px;
    margin: 100px auto 50px;
}

 .sec-titulo, .elementor-heading-title {
    display: block;
    width: 100%;
    max-width: 1170px;
    margin: 0px auto 20px;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    color: #0d3878;
    line-height: 20px;
    z-index: 2;
}
.eael-entry-header {
}
.eael-entry-title {
    height: 46px;
    display: flex;
    width: 100%;
    margin: 0px 0px 10px !important;
    line-height: 22px;
}
.eael-entry-wrapper p {
    height: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0px 0px 10px !important;
}
/********** Geral **********/



/********** Topo **********/
.topo {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 58px;
    background-color: #0d3878;
    z-index: 999999;
}
.topo-in {
    display: block;
    position: relative;
    width: 100%;
    height: 72px;
    background-color: #0d3878;
}
.menu-top {
    display: flex;
    width: calc(100% - 30px);
    max-width: 1230px;
    background-color: #0d3878;
    height: 48px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
}
.menu-logo {
    float: left;
    margin: 0px 30px 0px 0;
    display: block;
    width: 116px;
    padding: 4px 0px 0px 2px;
}
.menu-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.btn-group {
    justify-content: space-between;
    color: #fff;
    display: flex;
    align-items: center;
    height: 40px;
}
.menu-top ul {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
}
.menu-top ul li {
    display: block;
    position: relative;
}
.menu-group li a {
    display: block;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    padding: 3px 13px 9px;
    float: none;
    line-height: 54px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase !important;
}
.menu-group li a:hover:after {
    content: '';
    border-radius: 2px;
    position: absolute;
    height: 3px;
    width: 20px;
    left: 50%;
    margin-left: -10px;
    top: 0px;
    background-color: #fff;
}
.menu-group li div {
    display: flex;
    position: fixed;
    visibility: hidden;
    top: auto;
    left: 0px;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    transition: 0.5s ease 0.5s;
    z-index: -1;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    padding: 30px 0px;
}
.menu-group li:hover div {
    display: flex;
    visibility: visible;
    top: auto;
    opacity: 1;
    transition: 0.5s ease 0s;
    z-index: 999;
}
.menu-group li div ul {
    display: block;
    position: relative;
    margin-right: 100px;
}
.menu-group li div ul:last-child {
    margin-right: 0px;
}
.menu-group li div ul li {
}
.menu-group li div ul li a {
    display: block;
    position: relative;
    color: #026bd4;
    text-align: left;
    text-transform: none !important;
    font-size: 18px;
    line-height: 30px;
    padding: 0px;
}
.menu-group li div ul li:first-child a {
    color: #0d3878;
    text-transform: uppercase;
    font-weight: 700;
}
.menu-group li div ul li a:after {
    display: block;
    position: absolute;
    content:  ' ';
    height: 3px;
    width: 0%;
    background-color: #026bd4;
    top: 100%;
    left: 0px;
    margin-left: 0px;
    transition: 0.5s ease;
    opacity: 0;
}
.menu-group li div ul li a:hover:after {
    display: block;
    position: absolute;
    content:  ' ';
    height: 3px;
    width: 100%;
    background-color: #026bd4;
    top: 100%;
    left: 0px;
    margin-left: 0px;
    opacity: 1;
}
.menu-group li div ul:first-child li:first-child a:hover:after {
    background-color: #ff6600;
}
.menu-group li div ul li:first-child a:hover:after {
    background-color: #0d3878;
}
.menu-group li div ul:last-child li:first-child a:hover:after {
    background-color: #9571f6;
}

.btn-group-divisor {
    display: block;
    background-color: #fff;
    width: 1px;
    height: 16px;
}
.btn-group a {
    display: block;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    padding: 0px 16px;
    float: none;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
}
.bt-top {
    display: block;
    padding: 1px 24px !important;
    border-radius: 50px;
    border: 1px solid #fff;
    line-height: 36px !important;
    background-color: #0d3878;
    color: #fff;
}
.bt-top:hover {
    background-color: #fff;
    color: #0d3878;
}


.navegacao-mobile {
    padding: 0px;
    display: flex;
    width: 30px;
    height: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    margin-right: 20px;
    position: relative;
}
.open-menu-all {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
@media screen and (max-width: 991px) {
.menu-top {
  display: none;
}
.menu-logo{
    display: none;
}.menu-group li a:hover:after {
    display: none;
}
.menu-group li div, .menu-group li:hover div {
    top: 0px;
    opacity: 1;
    transition: 0.5s ease 0s;
    position: relative;
    padding: 10px;
    width: calc(100% - 20px);
    visibility: visible;
    z-index: auto;
    flex-direction: column;
    align-items: center;
}
.menu-group li div ul {
    margin-right: 0px;
}

.menu-group li div ul li {
    display: none;
}
.menu-group li div, .menu-group li:hover div {
    margin: 0px !important;
    padding: 0px;
    background-color: transparent;
    width: 100%;
}
.menu-group li div ul li:first-child {
    display: block;
    text-transform: none !important;
}
.menu-group li div ul li:first-child a {
    color: #fff;
    text-transform: none !important;
}
.menu-top ul li {
    width: 100%;
}
.menu-group li div ul li a:after {
    left: 50%;
}
.menu-group li div ul li a:hover:after {
    left: 0%;
}
}

.menu-logo.mob {
    display: block;
    padding: 12px 18px;
}

@media screen and (min-width: 991px) {
.navegacao-mobile {
    display: none!important;
}
.menu-logo.mob {
    display: none;
}
}

/**.linha-menu {
    width: 25px;
    height: 4px;
    border-radius: 50px;
    background: #fff;
    display: block;
    transition: 0.3s ease;
}**/
.input-menu-all {
  display: none!important;
}
.input-menu-all:checked ~ .menu-top {
    display: flex;
    position: absolute;
    top: 60px;
    flex-direction: column;
    background-color: #fff;
    z-index: -1;
    height: auto;
    padding: 30px 0px 50px;
    width: 100%;
}
.input-menu-all:checked ~ .menu-top ul {
    flex-direction: column;
    height: auto;
    width: 90%;
}
.input-menu-all:checked ~ .menu-top .btn-group {
    flex-direction: column;
    height: auto;
    width: 90%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px rgba(255,255,255,0.3);
}
.input-menu-all:checked ~ .menu-top a {
    padding: 10px;
    line-height: normal;
    font-size: 16px;
    text-transform: none !important;
    font-weight: 400;
    text-align: center;
}
.input-menu-all:checked ~ .menu-top .btn-group-divisor {
    display: none;
}

.input-menu-all ~ .navegacao-mobile
.linha-menu {
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(0% + 0px);
    transform: rotate(0deg);
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 50px;
    transition: 0.3s ease;
}
.input-menu-all ~ .navegacao-mobile
.linha-menu:first-child {
    display: block;
    position: absolute;
    top: calc(0% + 4px);
    left: calc(0% + 0px);
    transform: rotate(0deg);
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 50px;
    transition: 0.3s ease;
}
.input-menu-all ~ .navegacao-mobile
.linha-menu:last-child {
    display: block;
    position: absolute;
    top: calc(100% - 8px);
    left: calc(0% + 0px);
    transform: rotate(0deg);
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 50px;
    transition: 0.3s ease;
}
.input-menu-all:checked ~ .navegacao-mobile
.linha-menu {
    display: block;
    width: 0px;
    left: calc(50% - 0px);
}
.input-menu-all:checked ~ .navegacao-mobile
.linha-menu:first-child {
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 20px);
    transform: rotate(45deg);
    width: 34px;
}
.input-menu-all:checked ~ .navegacao-mobile
.linha-menu:last-child {
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 20px);
    transform: rotate(-45deg);
    width: 34px;
}

/********** Topo **********/


/********** Header **********/

.header {
    display: flex;
    position: relative;
    width: 100%;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    height: auto;
    background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/header.png");
    background-size: 100% 100%;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 60px;
    background-position: bottom;
}
@media screen and (max-width: 1445px) {
.header {
    background-size: 1445px 100%;
}
}
.header-in {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 1170px;
    margin: auto;
}
.slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1170px;
    height: 200px;
}
.nav {
    display: block;
    position: relative;
    width: 40px;
    height: auto;
    color: rgb(255 255 255 / 50%);
}
.nav:after {
    display: block;
    position: absolute;
    content: ' ';
    top: -25px;
    width: 40px;
    height: 40px;
    border-top: 10px solid #DFEEFB; 
    border-right: 10px solid #DFEEFB; 
    border-bottom: 0px none #DFEEFB; 
    border-left: 0px none #DFEEFB;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.5s ease;
}
.nav:hover:after {
    opacity: 1;
}
.nav.nleft:after {
    transform: rotate(-135deg);
    left: 10px;
}
.nav.nright:after {
    transform: rotate(45deg);
    right: 10px;
}
.conteiner {
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    width: calc(100% - 200px);
    margin: auto;
    z-index: 2;
}
.slide-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 350px);
}
.slide-titulo {
    display: block;
    font-size: 34px;
    color: #fff;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0px;
}
.slide-texto {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}
.slide-info a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #026bd4;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.5s ease;
}
.slide-info a:hover {
    color: #026bd4;
    background-color: #fff;
}
.slide-img {
    display: block;
    position: relative;
    width: 337px;
    height: 307px;
}
.slide-img:after {
    display: block;
    position: absolute;
    content: ' ';
    z-index: 3;
    width: 337px;
    height: 100%;
    background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/s-img-f.png");
    background-repeat: no-repeat;
}
.slide-img:before {
    display: block;
    position: absolute;
    content: ' ';
    z-index: 1;
    width: 337px;
    height: 100%;
    background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/s-img-b.png");
    background-repeat: no-repeat;
}
.slide-img img {
    display: block;
    position: absolute;
    z-index: 2;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #fff;
    object-fit: cover;
    top: 3px;
    left: calc(50% - 150px);
}




.slideshow {
    position: relative;
    width: 100%;
    max-width: 1170px;
    height: 307px;
    overflow: hidden;
}

.slide {
  position: relative;
  display: none;
}

.slide-number {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  font-size: 1.6rem;
  color: white;
}

.slide-image {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1000px;
}

.slide-image img {
  width: 100%;
}

.slide-image figcaption {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  margin: 0 auto;
  text-align: center;
  color: white;
}

.slide.is-active {
  display: block;
}

.controls {
    position: absolute;
    top: calc(50% - 120px);
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 0;
}

.controls button {
  padding: 16px;
  border: none;
  font-size: 100px;
  color: white;
  background-color: transparent;
  cursor: pointer;
  transition: 0.5s ease;
    opacity: 0.7;
}

.controls button:hover {
    opacity: 1;
}

.dots-container {
    display: flex;
    position: absolute;
    content: ' ';
    bottom: 40px;
    width: 160px;
    height: 4px;
    left: calc( 50% - 80px);
    justify-content: space-between;
    z-index: 3;
}
.dot {

    display: block;
    top: 100%;
    width: 50px;
    height: 4px;
    border-radius: 10px;
    background-color: #fff;
    opacity: 0.6;
    cursor: pointer;
    transition: 0.5s ease;
}

.dot.is-active,
.dot:hover {
  background-color: #fff;
    opacity: 1;
}

.fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


@media screen and (max-width: 890px) {

.slideshow {
    height: 250px;
}
.conteiner {
    width: calc(100% - 100px);
}
.controls {
    top: calc(50% - 100px);
}
.controls button {
    padding: 0px;
    font-size: 50px;
}
.slide-info {
    width: calc(100% - 250px);
}
.slide-titulo {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
}
.slide-texto {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}
.slide-info a {
    padding: 8px 20px;
}

.slide-img {
    width: 250px;
    height: 250px;
}
.slide-img:after {
    width: 260px;
    height: 100%;
    background-size: contain;
    left: -10px;
}
.slide-img:before {
    width: 260px;
    height: 100%;
    background-size: contain;
}
.slide-img img {
    width: 250px;
    height: 250px;
    left: calc(50% - 125px);
}
}

@media screen and (max-width: 790px) {
.dots-container {
    display: none;
}
}

@media screen and (max-width: 650px) {
.conteiner {
    align-items: center;
    flex-direction: column-reverse;
    height: 350px;
    justify-content: flex-end;
    width: calc(100% - 50px);
}
.slideshow {
    height: 350px;
}
.slide-img {
    width: 200px;
    height: 200px;
}
.slide-img:before {
    width: 210px;
}
.slide-img img {
    width: 230px;
    height: 200px;
    left: calc(50% - 115px);
    transform: translateY(-3px) scale(0.9);
}
.slide-img:after {
    width: 210px;
}
.slide-info {
    width: 100%;
    align-items: center;
    text-align: center;
}
.slide-titulo {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
}
.slide-texto {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}
.slide-info a {
    padding: 6px 16px;
}
}
@media screen and (max-width: 450px) {
.slide-titulo {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 6px;
}
.slide-texto {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
}
.slide-info a {
    padding: 6px 16px;
}
}
@media screen and (max-width: 400px) {

.slide-img {
    width: 200px;
    height: 200px;
}
.slide-img:before {
    width: 100%;
    top: 0px;
    right: 0px;
    background-position: right;
}
.slide-img img {
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    transform: translateY(-3px) scale(1);
}
.slide-img:after {
    width: 100%;
    top: 0px;
    left: 0px;
    background-position: left;
}
.slide-titulo {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 6px;
}
.slide-texto {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
}
.slide-info a {
    padding: 6px 16px;
}
}
/********** Header **********/


/********** Index Blog **********/

.index_blog-home {
    display: flex;
    width: 100%;
    max-width: 1170px;
    margin: 0px auto;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.index_blog {
    display: flex;
    width: 100%;
    margin: 0px auto 60px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0px 20px;
}
/**.index_blog {
    display: flex;
    width: calc(100% - 40px);
    margin: 0px auto 60px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px 20px;
}**/
.index_blog-in {
    display: block;
    width: 100%;
}
.artigo {
    display: flex;
    width: 30%;
    max-width: 360px;
    min-width: 190px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin: 10px 10px 20px;
}
.artigo-img {
    display: block;
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 140px;
    background-color: #e7e7e7;
    border-radius: 8px;
    background-size: cover;
    margin-bottom: 10px;
    overflow: hidden;
    background-position: center center;
}
.artigo-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.artigo-img:after {
    display: block;
    position: absolute;
    content: ' ';
    border: 1px solid #fff;
    border-radius: 7px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: 2;
    transition: 0.5s ease;
    filter: drop-shadow(0px 0px 5px #026bd4);
}
.artigo:hover .artigo-img:after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
}
.id772946 {
}
.artigo-img:before {
    display: flex;
    position: absolute;
    content: ' ';
    width: 100%;
    height: 100%;
    background-color: rgba(13, 56, 120, 0);
    border-radius: 8px;
    top: 0px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transform: scale(1.2,1.2);
    transition: 0.5s ease;
    filter: drop-shadow(0px 0px 5px #026bd4);
    background-position: center bottom;
    background-size: 50px;
    background-repeat: no-repeat;
}
.artigo:hover .artigo-img:before {
    background-color: rgba(13, 56, 120, 0.4);
    background-position: center center;
    background-size: 50px;
    opacity: 1;
}
.artigo-img.id772946:before {
    background-image: url('https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/ico-candidato.png');
}
.artigo-img.id772947:before {
    background-image: url('https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/ico-empresa.png');
}
.artigo-img.id772959:before {
    background-image: url('https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/ico-noticias.png');
}
.artigo-titulo {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    color: #404040;
    line-height: 20px;
}
.artigo-texto {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 16px;
    color: #404040;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.artigo-data {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 14px;
    color: #404040;
    line-height: 14px;
    font-style: italic;
}
.artigo-bt {
    display: flex;
    position: relative;
    text-decoration: none;
    color: #026bd4;
}
.artigo-bt:after {
    display: block;
    position: absolute;
    content:  ' ';
    height: 2px;
    width: 0%;
    background-color: #026bd4;
    top: 100%;
    left: 0px;
    margin-left: 0px;
    transition: 0.5s ease;
    opacity: 0;
}
.artigo-bt:hover:after {
    width: 100%;
    opacity: 1;
}

.home-ler-mais {
    display: block;
    width: 100%;
    text-align: right;
}
.home-ler-mais a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background-color: #026bd4;
    transition: 0.5s ease;
    width: fit-content;
    padding: 6px 20px;
    border-radius: 50px;
}
.home-ler-mais.candidato a:hover {
    background-color: #ff6600;
    color: #fff;
    text-decoration: none;
}
.home-ler-mais.empresa a:hover {
    background-color: #0d3878;
    color: #fff;
    text-decoration: none;
}
.home-ler-mais.midia a:hover {
    background-color: #9571f6;
    color: #fff;
    text-decoration: none;
}
.home-ler-mais a i {
    transform: translateX(0px);
    transition: 0.5s ease;
}
.home-ler-mais a:hover i {
    transform: translateX(+10px);
}


@media screen and (max-width: 730px) {
.artigo {
    width: 45%;
}
}
@media screen and (max-width: 520px) {
.artigo {
    width: 100%;
}
}
/********** Index Blog **********/


/********** Busca **********/

.busca {
    display: flex;
    width: 100%;
    margin-bottom: 60px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px 20px;
}
.busca-in {
    display: flex;
    width: 100%;
    max-width: 960px;
    margin: 0px 20px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #0d3878;
    border-radius: 20px;
    padding: 20px;
}
.busca-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 200px;
}
.busca-txt .sec-titulo {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 32px;
}
.busca-txt .sec-subtitulo {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 16px;
}
.busca-form {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: calc(100% - 220px);
    height: auto;
    background-color: #fff;
    padding: 7px;
    border-radius: 9px 50px 50px 9px;
}
.busca-form form {
    display: block;
    width: 100%;
}
.busca-form form ul {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 0px !important;
    padding: 0px !important;
}
.busca-form form ul li {
    list-style: none;
    display: block;
    padding-right: 0px !important;
    width: inherit;
}
.busca-form form ul li:last-child {
    width: fit-content;
}
.busca-form input[type="text"],
.busca-form select {
    display: block;
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 14px;
    border: 0px none #fff;
}
.busca-form input[type="text"]::placeholder {
    font-size: 14px;
    font-style: italic;
    color: #9c9c9c;
}
.busca-form input[type="text"]:focus-visible,
.busca-form select:focus-visible {
    border: 0px none #fff;
    outline: -webkit-focus-ring-color auto 0px !important;
}
.busca-form .divisor {
    display: block;
    width: 1px;
    background-color: #c5c5c5;
}
.busca-form input[type="submit"] {
    display: block;
    padding: 20px 40px !important;
    border: 0px none #fff;
    background-color: #0d3878;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s ease;
}
.busca-form input[type="submit"]:hover {
    background-color: #026bd4;
}


.busca-form option.level-1, 
.busca-form option.level-2, 
.busca-form option.level-3 {
    display: none;
}

@media screen and (max-width: 850px) {
.busca-in {
    flex-direction: column;
}
.busca-txt {
    width: 100%;
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.sec-titulo, .sec-subtitulo {
    text-align: center;
}
.busca-form {
    width: calc(100% - 14px);
}
}
@media screen and (max-width: 650px) {
.busca-form {
    border-radius: 10px;
}
.busca-form form ul {
    flex-direction: column;
}

}

/********** Busca **********/


/********** Top Artigos **********/

.top_artigo {
    display: block;
    width: 100%;
    padding: 60px 20px;
    margin-bottom: 0px;
}
.top_artigo-in {
    display: flex;
    width: 100%;
    max-width: 1170px;
    margin: 0px auto;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.top_artigo-in .sec-titulo {
    display: block;
    width: 100%;
    max-width: 1170px;
    margin: 0px auto 20px;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    color: #0d3878;
    line-height: 20px;
}
/********** Top Artigos **********/



/********** Redes Sociais **********/

.redes_sociais {
    display: block;
    width: 100%;
    margin-bottom: 60px;
    background-color: #0d3878;
    padding: 0px 20px;
}
.redes_sociais-in {
    display: flex;
    width: 100%;
    max-width: 1170px;
    margin: 0px auto;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px;
}
    
.socicons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 20px;
}
.socicons a {
    display: block;
    width: 50px;
    height: 50px;
    margin: 10px;
    transform: scale(0.9);
    transition: 0.5s ease;
}
.socicons a:hover {
    transform: scale(1.1);
}
.socicons img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.socitxt {
    display: flex;
    margin: 0px 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.socitxt .sec-titulo {
    display: block;
    width: 100%;
    max-width: 1170px;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 36px;
    margin: 0px;
}
.socitxt .sec-subtitulo {
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 16px;
}


@media screen and (max-width: 930px) {
.redes_sociais-in {
    flex-direction: column-reverse;
}
.socicons {
    flex-wrap: wrap;
}
}

@media screen and (max-width: 500px) {
.redes_sociais-in {
    padding: 20px 10px;
    width: auto;
}
.socicons a {
    width: 35px;
    height: 35px;
    margin: 2px;
}
.socitxt {
    margin: 0px 0px;
    width: 100%;
}
.socitxt .sec-titulo {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0px 0px 10px;
}
.socitxt .sec-subtitulo {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin: 0px 0px 10px;
    width: 100%;
    text-align: center;
}
}
/********** Redes Sociais **********/


/********** Play **********/

.play {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 0px 20px;
}
.play-in {
    display: flex;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    height: auto;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.play-in .sec-titulo {
    margin-bottom: 60px
}
.players {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: auto;
}
.player {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 45%;
    height: auto;
}
.widget_podcasts {
    display: block;
    width: 100%;
    height: auto;
}
.player img {
    display: flex;
    width: 120px;
    height: 120px;
    z-index: 2;
    margin-right: -60px;
    object-fit: contain;
    border-radius: 10px;
}
.player-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 6px rgb(13,56,120,0.3);
    padding: 20px 20px 20px 70px;
}
.player-titulo {
    display: flex;
    font-size: 20px;
    font-weight: 700;
    color: #0D3878;
    line-height: 22px;
    margin-bottom: 10px;
    text-decoration: none;
}
.spt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}
.spt img {
    display: flex;
    text-decoration: none;
    width: calc(100% - 110px);
    height: auto;
}

.player-spt {
    display: flex;
    text-decoration: none;
    transition: 0.5s ease;
    flex-direction: column;
    width: 100px;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #a1a1a1;
}
.player-spt img {
    display: block;
    width: 90px;
    height: auto;
    margin: auto;
    padding: 5px;
    filter: grayscale(1);
}
.player-mais {
    display: flex;
    color: #026bd4;
    text-decoration: none;
    transition: 0.5s ease;
    font-weight: 600;
    font-size: 14px;
}
.player-mais:hover {
    color: #0D3878;
    text-decoration: underline;
}

@media screen and (max-width: 650px) {
.play {
    margin-bottom: 30px;
}
.play-in .sec-titulo {
    margin-bottom: 20px;
}
.players {
    height: auto;
    flex-direction: column;
    padding: 20px;
}
.player {
    width: 100%;
    margin-bottom: 20px;
}
}

/********** Play **********/


/********** Slide 2 **********/

.slide_artigos {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    padding: 0px 20px;
}
.slide_artigos:before {
    display: block;
    position: absolute;
    content: ' ';
    left: 0px;
    top: 50%;
    margin-top: -50px;
    width: 100%;
    height: 100px;
    background-color: #0D3878;
    z-index: 0;
}
.slide_artigos-in {
    display: flex;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    height: auto;
    align-items: center;
    justify-content: space-between;
}
.slide_artigos-in .sec-titulo {
    display: block;
    width: 140px;
    max-width: 1170px;
    margin: 0px;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 32px;
}



.slider2 {
    width: calc(100% - 150px);
    max-width: 1170px;
    height: auto;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.slider2 input[type=radio] {
  display: none !important;
}
.cards {
  position: relative;
  width: 100%;
  height: 100%;
}
.card {
    position: relative;
    width: 330px;
    height: 340px;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform .7s ease;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
    background-color: #0D3878;
    transform: scale(0.8);
}
.card:hover {
    transform: scale(1);
}


.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  transition: 0.5s ease;
}
.card:hover img {
  opacity: 1;
}

#item-1:checked ~ .cards #song-3, #item-2:checked ~ .cards #song-1, #item-3:checked ~ .cards #song-2 {
  transform: translatex(-100%) scale(.7);
  z-index: 0;
}

#item-1:checked ~ .cards #song-2, #item-2:checked ~ .cards #song-3, #item-3:checked ~ .cards #song-1 {
  transform: translatex(100%) scale(.7);
  z-index: 0;
}

#item-1:checked ~ .cards #song-1, #item-2:checked ~ .cards #song-2, #item-3:checked ~ .cards #song-3 {
  transform: translatex(0) scale(1);
  z-index: 1;
}


#item-1:checked ~ .cards #song-3 img, #item-2:checked ~ .cards #song-1 img, #item-3:checked ~ .cards #song-2 img {
  opacity: .4;
}

#item-1:checked ~ .cards #song-2 img, #item-2:checked ~ .cards #song-3 img, #item-3:checked ~ .cards #song-1 img {
  opacity: .4;
}

#item-1:checked ~ .cards #song-1 img, #item-2:checked ~ .cards #song-2 img, #item-3:checked ~ .cards #song-3 img {
  opacity: 1;
}

.card-info {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #002e5f;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.card a {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}


#item-1:checked ~ .cards #song-3 a, #item-2:checked ~ .cards #song-1 a, #item-3:checked ~ .cards #song-2 a {
    display: none;
}

#item-1:checked ~ .cards #song-2 a, #item-2:checked ~ .cards #song-3 a, #item-3:checked ~ .cards #song-1 a {
    display: none;
}

#item-1:checked ~ .cards #song-1 a, #item-2:checked ~ .cards #song-2 a, #item-3:checked ~ .cards #song-3 a {
    display: block;
}

@media screen and (max-width: 650px) {
.slide_artigos {
    margin-bottom: 20px;
}
.slide_artigos-in {
    flex-direction: column;
}
.slide_artigos-in .sec-titulo {
    width: 100%;
    color: #0d3878;
}
.slider2 {
    width: 100%;
}
}

/********** Slide 2 **********/



/********** Vagas **********/
.busca_vagas {
    display: flex;
    /* width: 100%; */
    margin: 0px auto 60px;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}
.busca_vagas .sec-titulo {
    display: block;
    width: 100%;
    max-width: 1170px;
    margin: 0px auto 40px;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    color: #0d3878;
    line-height: 20px;
    text-align: center;
}
.busca_vagas-in {
    display: flex;
    width: 100%;
    max-width: 960px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.busca_vagas-in .busca-form {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 7px;
    border-radius: 9px 50px 50px 9px;
    box-shadow: 0px 0px 7px #c6c6c6;
}
.busca_vagas-in label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: inherit;
    padding: 10px;
}
.busca_vagas-in input[type="text"] {
    display: block;
    width: inherit;
    padding: 10px 10px 10px 0px;
    font-size: 14px;
    border: 0px none #fff;
}
.busca_vagas-in input[type="text"]::placeholder {
    font-size: 14px;
    font-style: italic;
    color: #9c9c9c;
}
.busca-form input[type="text"]:focus-visible {
    border: 0px none #fff;
    outline: -webkit-focus-ring-color auto 0px !important;
}
.busca-form .divisor {
    display: block;
    width: 1px;
    background-color: #c5c5c5;
}
.busca-form input[type="button"] {
    display: block;
    padding: 20px 40px !important;
    border: 0px none #fff;
    background-color: #0d3878;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s ease;
}
.busca-form input[type="button"]:hover {
    background-color: #026bd4;
}
.busca-form select {
    display: block;
    width: inherit;
    padding: 10px 10px 10px 23px;
    font-size: 14px;
    border: 0px none #fff;
    height: 56px;
    margin: 0px !important;
    background-color: #fff;
}
.job-location-filter-keyword .form-control {
    height: 36px !important;
}
@media screen and (max-width: 700px) {
.busca_vagas .sec-titulo {
    font-size: 24px;
    line-height: normal;
}
}
@media screen and (max-width: 450px) {
.busca_vagas-in .busca-form {
    border-radius: 10px;
}
.job-location-filter .job-location-filter-divider {
    display: none;
}
.job-location-filter {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.job-location-filter .job-location-filter-keyword {
    width: 100%;
}
.job-location-filter .job-location-filter-location {
    width: 100%;
}
}

/********** Vagas **********/



/********** Rodapé **********/
.rodape-ij-2022 {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #e9ecf0;
    padding: 0px 20px;
}
.rdp-ij-in {
    display: flex;
    width: calc(100% - 20px);
    max-width: 1200px;
    margin: auto;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    padding: 32px 0px;
}
.rdp-ij-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 300px;
    padding: 0px 15px;
}
.rdp-ij-logo {
    display: flex;
    width: 170px;
    height: auto;
    margin-bottom: 10px;
}
.rdp-ij-logo img {
    display: block;
    object-fit: contain;
    height: 100%;
    max-width: 170px !important;
}
.rdp-ij-copy {
    display: block;
    font-family: Source Sans Pro,Trebuchet MS,Helvetica,Arial,sans-serif!important;
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-bottom: 16px;
    text-align: left !important;
    line-height: normal !important;
}
.rdp-ij-premios {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
}
.rdp-ij-premios img {
    display: block;
    margin: 5px;
    height: 80px;
    width: calc(33% - 10px);
    object-fit: contain;
}
.rdp-ij-premios img:last-child {
    margin: 0px 0px 0px 0px;
}
.rdp-ij-links {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    max-width: 600px;
}
.rdp-ij-col {
    display: flex;
    flex-direction: column;
    padding: 0px 15px;
    white-space: nowrap;
}
.rdp-ij-titulo {
    display: block;
    font-family: "Source Sans Pro","Trebuchet MS",Helvetica,Arial,sans-serif !important;
    font-size: 18px;
    margin: 0px 0px 16px;
    text-align: left;
    color: #14171a;
}
.rdp-ij-col a {
    display: block;
    font-family: "Source Sans Pro","Trebuchet MS",Helvetica,Arial,sans-serif !important;
    font-size: 14px;
    margin: 0px 0px 8px;
    color: #616161;
    font-weight: normal !important;
    text-decoration: none;
}
.rdp-ij-col a:hover {
    text-decoration: underline;
}
.rdp-ij-social {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 200px;
    padding: 0px 15px;
}
.rdp-ij-socicon {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.rdp-ij-socicon a {
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid #282d33;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    margin: 0px 10px 10px;
    text-decoration: none;
}
.rdp-ij-socicon a:hover {
    background-color: #282d33;
}
.rdp-ij-socicon a span {
    width: auto;
    height: 14px;
    line-height: 14px;
}
.rdp-ij-socicon a svg {
    fill: #282d33;
    width: auto;
    height: 14px;
    transition: 0.5s ease;
}
.rdp-ij-socicon a:hover svg {
    fill: #fff;
}
.rdp-ij-socicon a i {
    color: #282d33;
    width: auto;
    height: 14px;
    transition: 0.5s ease;
    text-decoration: none;
}
.rdp-ij-socicon a:hover i {
    color: #fff;
}




@media (max-width: 850px) {

.rdp-ij-in {
    align-items: center;
    flex-direction: column;
    padding: 30px 0px;
}
.rdp-ij-brand {
    align-items: center;
    max-width: none;
    margin-bottom: 30px;
}
.rdp-ij-copy {
    text-align: center;
}
.rdp-ij-premios {
    justify-content: center;
}

.rdp-ij-links {
    flex-wrap: wrap;
}
.rdp-ij-social {
    align-items: center;
    max-width: none;
}



}
@media (max-width: 550px) {

.rdp-ij-links {
    flex-direction: column;
    align-items: center;
}
.rdp-ij-col {
    width: 100%;
    padding: 0px;
    align-items: center;
    margin-bottom: 30px;
}
.rdp-ij-titulo {
    text-align: center;
}

}

/********** Rodapé **********/




/********** Paginas **********/

.head-conteiner {
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    margin: auto;
    z-index: 2;
}
.head-conteiner-titulo {
    display: block;
    font-size: 38px;
    color: #fff;
    line-height: 40px;
    font-weight: 700;
    margin: 0px 0px 20px !important;
}
.head-conteiner-texto {
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 26px;
    font-weight: 400;
    margin: 0px 0px 10px !important;
}
.head-conteiner-data {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    font-style: italic;
}


@media screen and (max-width: 1000px) {
.head-conteiner-titulo {
    margin-bottom: 10px !important;
}
.head-conteiner-texto  {
    margin-bottom: 10px !important;
}
}

@media screen and (max-width: 800px) {
.head-conteiner-titulo {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 10px !important;
}
.head-conteiner-texto  {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px !important;
}
.head-conteiner-data {
    font-size: 14px;
    line-height: 16px;
}
}
@media screen and (max-width: 650px) {
.head-conteiner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.head-conteiner-titulo {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
}
.head-conteiner-texto  {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}
}
@media screen and (max-width: 450px) {
.head-conteiner-titulo {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 6px;
}
.head-conteiner-texto {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
}
}
@media screen and (max-width: 400px) {
.head-conteiner-titulo {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 6px;
}
.head-conteiner-texto {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
}
}


.corpo-blog-in {
    display: flex;
    position: relative;
    width: calc(100% - 40px);
    max-width: 960px;
    margin: 20px;
    flex-direction: column;
}

.artigo-blog-in h2 {
    display: block;
    color: #0d3878;
    font-size: 28px !important;
    line-height: 30px !important;
    font-weight: bold;
    border-bottom: 2px Solid #ff6600;
    margin-bottom: 20px !important;
    text-align: left;
    margin-top: 20px !important;
}

.artigo-blog-in img {
    display: block;
    width: 94%;
    max-width: 720px;
    height: auto;
    margin: 0px auto 20px;
}

.artigo-blog-in ul,
.artigo-blog-in ol {
    display: block;
    margin: 0px;
    background-color: #f7f7f7;
    padding: 20px 20px 20px 40px;
}
.artigo-blog-in ul li {
    margin-bottom: 10px !important;
    position: relative;
}
.artigo-blog-in ul li:before {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    content: ' ';
    top: 0px;
    left: -25px;
    background-image: url(https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens//dot.svg);
}
.artigo-blog-in ul li::marker {
    display: none;
}
.sharedaddy  ul li:before {
    display: none;
}
.artigo-blog-in a {
    color: #026bd4;
    text-decoration: none;
}
.artigo-blog-in a:hover {
    text-decoration: underline;
}
.artigo-blog-in .wp-block-button__link {
    border-bottom: 0px none #026bd4 !important;
    display: inline-block;
    color: #fff !important;
    background-color: #026bd4 !important;
    font-size: 16px;
    padding: 11px 24px 10px;
    text-decoration: none;
    transition: 0.5s ease;
}
.artigo-blog-in .wp-block-button__link:hover {
    color: #fff !important;
    background-color: #0d3878 !important;
    text-decoration: none;
}




.corpo-page-in {
    display: flex;
    position: relative;
    width: calc(100% - 40px);
    max-width: 1170px;
    margin: 20px auto;
    flex-direction: column;
}



.paginacao {
    display: block;
    margin: 20px auto;
    width: 100%;
}
.paginacao1 {
    display: flex;
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 0px 6px 10px rgba(0,0,0,0.3);
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: fit-content;
    margin: auto;
}
.paginacao1 .page-numbers {
    display: flex;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin: 0px !important;
    padding: 0px !important;
    background-color: transparent !important;
    border: 0px none #fff !important;
    font-weight: 500;
    color: #026bd4;
    transition: 0.5s ease;
    border-right: 1px solid #e7e7e7 !important;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    text-decoration: none;
    opacity: 0.7;
}
.paginacao1 .page-numbers:last-child {
    border-right: 0px none #e7e7e7 !important;
}
.paginacao1 .page-numbers:hover {
    color: #0d3878;
    opacity: 1;
}
.paginacao1 .page-numbers.current {
    display: flex;
    font-size: 18px;
    line-height: 30px;
    margin: 0px !important;
    padding: 0px !important;
    background-color: transparent !important;
    border: 0px none #fff !important;
    font-weight: 700;
    color: #0d3878;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
.paginacao1 .next.page-numbers,
.paginacao1 .prev.page-numbers {
    white-space: nowrap;
    width: auto;
    padding: 0px 10px !important;
}


.corpo-page-in .navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}
.corpo-page-in .navigation ol {
    display: flex;
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 0px 6px 10px rgba(0,0,0,0.3);
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.corpo-page-in .navigation ol li {
    display: block;
    width: 30px;
    height: 30px;
    border-right: 1px solid #e7e7e7 !important;
}
.corpo-page-in .navigation ol li:last-child {
    border-right: 0px none #e7e7e7 !important;
}
.corpo-page-in .navigation ol li a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin: 0px !important;
    padding: 0px !important;
    background-color: transparent !important;
    border: 0px none #fff !important;
    font-weight: 500;
    color: #026bd4;
    transition: 0.5s ease;
}
.corpo-page-in .navigation ol li a:hover {
    color: #0d3878;
}
.corpo-page-in .navigation .current {
    display: flex;
    font-size: 18px;
    line-height: 30px;
    margin: 0px !important;
    padding: 0px !important;
    background-color: transparent !important;
    border: 0px none #fff !important;
    font-weight: 700;
    color: #0d3878;
    align-items: center;
    justify-content: center;
}

.widget {
    display: block;
    width: 100%;
    height: auto;
}

.widget_pf_olho {
    display: flex;
    width: 100%;
    max-width: 1170px;
    margin: 0px auto;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.owl-item {
    opacity: 0;
    transform: scale(0.9) !important;
    transition: 0.5s ease 0s;
}
.owl-item.active {
    opacity: 1;
    transition: 0.5s ease 0.3s;
}
.white > .showcase_nav .owl-next {
    background: rgba(0,0,0,0.0) url(/wp-content/plugins/slide-anything/owl-carousel/../images/icon_next.png) no-repeat center center !important;
}
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
}
.rltdpstsplgn-popular-posts {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.entry-content {
    display: flex;
    width: 30%;
    max-width: 360px;
    min-width: 190px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin: 10px 10px 20px;
}
.entry-content .sharedaddy {
    display: none;
}
.entry-content a {
    display: block;
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 140px;
    background-color: #e7e7e7;
    border-radius: 8px;
    background-size: cover;
    margin-bottom: 10px;
    overflow: hidden;
    background-position: center center;
}

.artigo-blog-in {
    display: flex;
    position: relative;
    width: calc(100% - 40px);
    max-width: 1170px;
    margin: 20px auto;
    flex-direction: row;
    justify-content: space-between;
}
.blog-artigo {
    display: block;
    width: calc(100% - 360px);
    height: auto;
    padding: 20px;
    background-color: #fff;
}
.blog-sidebar {
    display: block;
    width: 300px;
    height: auto;
}
.blog-sidebar img {
    display: block;
    width: 100%;
    max-width: initial;
    height: auto;
    margin: 0px;
}
.blog-sidebar .wp-block-image {
    margin: 0;
}
.sidebar1 {
    display: block;
    margin-bottom: 20px;
    font-family: 'source sans pro';
    color: #0d3878;
    font-size: 14px;
}
.sidebar-title {
    display: block;
    margin-bottom: -10px;
    font-family: 'source sans pro';
    color: #0d3878;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid #ff6600;
}
.sidebar1 .wp-block-tag-cloud {
    display: flex;
    flex-wrap: wrap;
}
.sidebar1 .wp-block-tag-cloud a {
    display: block;
    font-family: 'source sans pro'!important;
    color: #026bd4!important;
    font-size: 14px !important;
    font-weight: 600!important;
    text-decoration: none !important;
    background-color: #fff;
    border-top: 1px solid #CACACA;
    border-left: 3px solid #0d3878;
    border-right: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
    padding: 7px 10px;
    margin: 3px;
    transition: 0.5s ease;
}
.sidebar1 .wp-block-tag-cloud a:hover {
    color: #fff!important;
    background-color: #0d3878;
    border-top: 1px solid #0d3878;
    border-right: 1px solid #0d3878;
    border-bottom: 1px solid #0d3878;
}
.sidebar1 form {
    display: flex;
    width: calc(100% - 20px);
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #0d3878;
    border-top-left-radius: 10px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 20px;
    padding: 10px;
}
.sidebar1 form label {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 22px;
}
.sidebar1 form div {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 7px;
    border-radius: 20px 50px 50px 20px;
}
.sidebar1 form div input {
    display: block;
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 14px;
    border: 0px none #fff;
}
.sidebar1 form div input:focus-visible {
    border: 0px none #fff;
    outline: -webkit-focus-ring-color auto 0px !important;
}
.sidebar1 form div button {
    display: block;
    padding: 10px 10px !important;
    border: 0px none #fff;
    background-color: #0d3878;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s ease;
}

@media screen and (max-width: 800px) {
.artigo-blog-in {
    flex-direction: column;
    align-items: center;
}
.blog-artigo {
    width: 100%;
    padding: 20px;
    margin: 0px 20px 20px;
}
.blog-sidebar {
    width: 100%;
}
.blog-sidebar .wp-block-image {
    display: none;
}
}
/********** Paginas **********/


.busca-form select {
    width: 100% !important;
}
.slide_artigos-in .owl-item img {
    border-radius: 20px;
}


.archive-title {
    font-family: "Breve Sans Text","Trebuchet MS",Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 20px;
}

.rt-reading-time {
    display: block;
    font-size: 18px;
    font-family: 'Source Sans Pro';
    color: #fff;
    margin-bottom: 20px;
    font-style: italic;
}
.open-menu-all {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 66px;
}
.ez-toc-section {
    display: block;
    transform: translateY(-80px);
}







.top_artigo article {
    display: flex;
    width: 30%;
    max-width: 360px;
    min-width: 190px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin: 10px 10px 20px;
}
.top_artigo .entry-content {
    display: block;
    position: relative;
    width: 100%;
}
.top_artigo .entry-content > a {
    display: block;
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 140px;
    background-color: #e7e7e7;
    border-radius: 8px;
    background-size: cover;
    margin-bottom: 10px;
    overflow: hidden;
    background-position: center center;
}
.top_artigo .entry-content > a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	padding: 0px;
}
.top_artigo .entry-content > a:after {
    display: block;
    position: absolute;
    content: ' ';
    border: 1px solid #fff;
    border-radius: 7px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: 2;
    transition: 0.5s ease;
    filter: drop-shadow(0px 0px 5px #026bd4);
}
.top_artigo .entry-content:hover > a:after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
}
.id772946 {
}
.top_artigo .entry-content > a:before {
    display: flex;
    position: absolute;
    content: ' ';
    width: 100%;
    height: 100%;
    background-color: rgba(13, 56, 120, 0);
    border-radius: 8px;
    top: 0px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transform: scale(1.2,1.2);
    transition: 0.5s ease;
    filter: drop-shadow(0px 0px 5px #026bd4);
    background-position: center bottom;
    background-size: 50px;
    background-repeat: no-repeat;
}
.top_artigo .entry-content:hover > a:before {
    background-color: rgba(13, 56, 120, 0.4);
    background-position: center center;
    background-size: 50px;
    opacity: 1;
}
.artigo-img.id772946:before {
    background-image: url('https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/ico-candidato.png');
}
.artigo-img.id772947:before {
    background-image: url('https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/ico-empresa.png');
}
.artigo-img.id772959:before {
    background-image: url('https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/ico-noticias.png');
}
.top_artigo article h1 {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    color: #404040;
    line-height: 20px;
	height: 40px;
}
.top_artigo article h1 a {
    color: #404040;
	text-decoration: none;
}
.top_artigo .entry-content p {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 16px;
    color: #404040;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.artigo-data {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 14px;
    color: #404040;
    line-height: 14px;
    font-style: italic;
}
.artigo-bt {
    display: flex;
    position: relative;
    text-decoration: none;
    color: #026bd4;
}
.artigo-bt:after {
    display: block;
    position: absolute;
    content:  ' ';
    height: 2px;
    width: 0%;
    background-color: #026bd4;
    top: 100%;
    left: 0px;
    margin-left: 0px;
    transition: 0.5s ease;
    opacity: 0;
}
.artigo-bt:hover:after {
    width: 100%;
    opacity: 1;
}




.faq-itens {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.faq-item {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: calc(50% - 100px);
	min-width: 200px;
    background-color: #DEEFFF;
    border-radius: 20px;
    margin: 10px;
    color: #0d3878 !important;
    text-decoration: none;
    box-shadow: 0px 6px 8px rgba(0,0,0,0.3);
    padding: 10px 60px 10px 10px;
    gap: 10px;
    transition: 0.5s ease;
}
.faq-item:hover {
    background-color: #fff;
    color: #0d3878 !important;
    text-decoration: none;
	box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
}
.faq-item:after {
    display: block;
	position: absolute;
	content: " ";
	height: 100%;
	width: 30px;
	top: 0px;
	right: 30px;
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/faq-mark.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.5s ease;
}
.faq-item:hover:after {
	right: 20px;
}
.faq-i-icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: 4px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
/** XXX **/
.id2289 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/ij-confiavel-1.png")
}
.faq-item:hover .id2289 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/ij-confiavel-2.png")
}
/** XXX **/
.id5007 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/como-buscar-1.png")
}
.faq-item:hover .id5007 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/como-buscar-2.png")
}
/** XXX **/
.id4253 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/vagas-seguras-1.png")
}
.faq-item:hover .id4253 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/vagas-seguras-2.png")
}
/** XXX **/
.id2909 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/status-candidatura-1.png")
}
.faq-item:hover .id2909 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/status-candidatura-2.png")
}
/** XXX **/
.id3817 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/como-acompanhar-1.png")
}
.faq-item:hover .id3817 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/como-acompanhar-2.png")
}
/** XXX **/
.id4237 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/como-recuperar-1.png")
}
.faq-item:hover .id4237 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/como-recuperar-2.png")
}
/** XXX **/
.id287 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/conta-premium-1.png")
}
.faq-item:hover .id287 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/conta-premium-2.png")
}
/** XXX **/
.all-faq {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/faq-1.png")
}
.faq-item:hover .all-faq {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/faq-2.png")
}
/** XXX **/
.id5636 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/5636-1.png")
}
.faq-item:hover .id5636 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/5636-2.png")
}
/** XXX **/
.id5643 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/5643-1.png")
}
.faq-item:hover .id5643 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/5643-2.png")
}
/** XXX **/
.id5649 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/5649-1.png")
}
.faq-item:hover .id5649 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/5649-2.png")
}
/** XXX **/
.id5657 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/5657-1.png")
}
.faq-item:hover .id5657 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/5657-2.png")
}
/** Como enviar o currículo no Infojobs **/
.id5679 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/5679-1.png")
}
.faq-item:hover .id5679 {
	background-image: url("https://blog.infojobs.com.br/wp-content/themes/Blog-Ij/imagens/5679-2.png")
}

.faq-i-txt {
    display: block;
    width: calc(100% - 70px);
}




