/*html, body {
    margin: 0;
    height: 100%;
    width: 100%;
}
*/
* { box-sizing: border-box; }
#listagem-jobs{

}

.atmc-career-01_box[style] {
  /*position: relative !important;
  top: 0px !important;*/
  box-shadow: 5px 6px 32px #58585829;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width:100%;
}
/* ======
 * Career 01
 * ============ */
.atmc-career-01_box + .atmc-career-01_box {
	margin-top: 1rem;
} 
.atmc-career-01_icon svg {
	height: 55px;
  fill: #00599a;
}

/*BOTÃO SHARING*/
.sharing_wrapper {
  height: 25px;
  position:relative;
  float:right;
  max-width:fit-content;
}
.icon-sharing_hidden {
  display: none;
  color:#00599A;
  padding-left:1rem;
  transition: width 2s;
  place-content: flex-end;
}

.icon-hidden_text {
  font-size: 14px;
  padding: 0.1rem;
}
.sharing_wrapper:hover .icon-sharing_careers  {
  opacity:0; 
  filter:alpha(opacity=0);
}
.sharing_wrapper:hover .icon-sharing_hidden  {
  display:flex;
  float:none;
}
.icon-sharing_careers, .icon-sharing_flex {
  position: relative!important;
  float:right;
  transform: none!important;
  -webkit-transform: none!important;
  -moz-transform: none!important;
  -ms-transform: none!important;
  cursor:pointer;
}

.atmc-accordion-icon {
	position: absolute;
	/*right: 2rem;
	top: 2rem;*/
	height: 20px;
	transition: 0.2s ease;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
  margin-left: 1rem!important;
  margin-top: -2px;
}
.atmc-accordion-icon svg {
	height: 22px;
  fill:#255893;
}
.atmc-accordion-02_trigger_active .atmc-accordion-icon {
	transform: rotateZ(0);
	-webkit-transform: rotateZ(0);
	-moz-transform: rotateZ(0);
	-ms-transform: rotateZ(0);
}

/* ======
 * Career 02
 * ============ */
.atmc-career-02_icon svg {
	height: 3rem;
}

/* ======
 * Career 03
 * ============ */
.atmc-career-listing-03_box {
	width: 100%;
	padding: 1rem;
}
@media (max-width:575px) {
	.atmc-career-listing-03_box {
		display: inline-block;
	}
}
@media (min-width:576px) {
	.atmc-career-listing-03_box {
		padding: 1rem;
	}
	.atmc-career-listing-03_box p {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		width: 20%;
		margin: 0;
		padding: 0.5rem;
	}
}

/*ACORDIÃO*/
.atmc-accordion-02 {
	position: relative;
	padding: 0;
}


.atmc-accordion-01_icon {
	position: absolute;
	right: 2rem;
	top: 2rem;
	height: 20px;
	transition: 0.2s ease;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}
.atmc-accordion-01_icon svg {
	height: 20px;
  fill:black!important;
}
.atmc-accordion-02_trigger_active .atmc-accordion-01_icon {
	transform: rotateZ(0);
	-webkit-transform: rotateZ(0);
	-moz-transform: rotateZ(0);
	-ms-transform: rotateZ(0);
}
.atmc-accordion-02_trigger {
	margin: 0;
	cursor: pointer;
}
.list-jobs {
  padding-top:1rem;
  opacity: 1 !important;
  transform: none !important;
}
.view-more {
  float:left;
  font-size:14px;
  color:#255893;
  font-family:'Muli SemiBold';
}
.careers-button {
  border-radius: 23px;
  background-color: #00599A;
  font-size:16px;
  letter-spacing:1.7px;
  color:#ffffff!important;
  border:none;
}
.careers-button:hover {
  background-color:#5599C3!important;
  color:#ffff!important;
}
#shadow-dt {
  position: absolute;
  right:-2rem;
  z-index:-1;
}
.atmc-accordion-02_answer {
	padding: 2rem;
	margin: 0;
}
.atmc-accordion-02_answer > p > span > strong {
	font-size: 20px;
}

.atmc-accordion-02_answer > p > strong {
	font-size: 20px;
}
@media (max-width:575px) {
	.atmc-accordion-02_answer {
		padding: 1.5rem;
		margin: 0;
	}
}
/*filtro*/
.filtering {
  max-width:1114px;
}
.filtering:after {
  content: '';
  clear: both;
}
.filters {
  margin-bottom:3rem;
  display:flex;
}
.filters > .left {
  flex: 0 0 40%;
}
.filters > .right {
  flex: 1;
}

.no-zoom {
    font-size: 16px;
    transform-origin: top left;
    transform: scale(0.875);            //  14px / 16px
    padding: 4.57px;                    // 4px / 0.875
}
/* ui group */
.ui-group {
  margin-right: 7rem;
}

/*.ui-group:last-child {
  margin-right: 0;
}*/

.ui-group .button-group {
  display: inline-block;
  margin-right: 20px;
}
.ui-group .filter-what, .ui-group .filter-where {
  margin-bottom:2rem;
}
select.filter-select {
  border: 0.5px solid #303030;
  border-radius: 5px;
  padding: 0.5rem;
  width:100%;
}
/*modal no results*/
.open-modal {
  cursor: pointer;
}
.custom-modal-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-modal-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  height:455.1px;
  width: 473px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-modal-wrap {
  display: block;
  position: relative;
  border-radius: 24px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-color:#F7F7F7;
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height:455.1px;
  width: 473px;
	overflow-y: auto;
}
.custom-modal-wrap .cta-content {
  padding-top:3rem;
}
.model-open .custom-modal-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
/*botão redondo X*/
.close-button {
    cursor: pointer;
    z-index: 99;
    color: #00599b;
    border-radius: 50%;
    padding: .5em;
    width: 30px;
    height: 30px;
    border: 2px solid #00599b;
    position: absolute;
    right: 0;
}
.close-button::before {
  content: " ";
  position: absolute;
  display: block;
  background-color: #00599A;
  width: 2px;
  left: 12px;
  top: 5px;
  bottom: 5px;
  transform: rotate(45deg);
}
.close-button::after {
  content: " ";
  position: absolute;
  display: block;
  background-color: #00599A;
  height: 2px;
  top:12px;
  left: 5px;
  right: 5px;
  transform: rotate(45deg);
}
.pop-up-content-wrap #icon-novacay {
  display:block;
  margin:0 auto;
}
.pop-up-content-wrap .novacay-p {
  font-size:20px;
  font-family:'Muli Light';
  color:#303030;
  padding-top:2rem;
  display:table;
  margin:0 auto;
  text-align: center;
}
.pop-up-content-wrap h6 {
  color:#303030;
  padding-top:2rem;
  display:table;
  margin:0 auto;
}
.pop-up-content-wrap {
  position: relative;
}

.button-content{
    white-space: nowrap;
    border-radius: 23px;
    font-family: 'Muli SemiBold';
    color: #fff !important;
    background-color: #00599a;
    padding: 15px 25px;
    line-height: 12px;
    font-size: 16px;
}

.button-content:hover{
    transform: translateY(-5px); 
    background-color: #426EA1;   
}


@media screen and (min-width:800px){
	.custom-modal-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-modal-inner{margin-top: 45px;}
}

.button-cta{
  float: right;
  position: relative;
}

.cta-content{
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shadow-dt-cta{   
  top: 85% !important;
  width: 145px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*MEDIA QUERIES*/
@media (max-width:768px) {

   .atmc-career-01_box[style] {
    }
   .button-cta {
      margin-top: 10px;
      float: left;
      position: relative;
   }
	.atmc-career-01_box {
    min-height: 300px;
		padding: 2rem;
    border-radius: 12px;
	}
  .list-jobs {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  .filters {
    display:block;
  }
  .ui-group {
    margin-bottom:2rem;
  }
  .ui-group .filter-what, .ui-group .filter-where {
    margin-bottom: 0px;
  }
  .filter-what, .filter-where {
    font-size: 20px !important;
    font-weight: bold;
    margin-bottom: 10px !important;
  }
  .atmc-accordion-02_answer ul{
    padding-left: 0;
  }
  .custom-modal-wrap {
    margin: 0px 10px;
    text-align: center;
    width: auto;  
  }
  .custom-modal-wrap .spontaneous_cta_button {
    color: #fff !important;
    font-family: 'Muli SemiBold';
    border-radius: 23px !important;
    background-color: #00599a !important;
  }
  .custom-modal-wrap .shadow-dt-cta {
    top: inherit !important;
  }
  .pop-up-content-wrap h6 {
    padding: 0px 20px;
  }
  .model-open .custom-modal-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
  }
  .atmc-accordion-02_answer>p>span>strong {
    font-size: 16px;
  }

  .atmc-accordion-02_answer>p>strong {
    font-size: 16px;
  }
  
}
@media (max-width:1080px) {
  
  .ui-group h5 {
    font-size:3vw;
  }
  .ui-group {
    margin-right:5vw;
  }
  
}


@media (max-width:1485px) {
  
  .dnd_area-row-1-padding {
      padding-left: 0px !important;
  }
  .dnd_area-row-1-max-width-section-centering > .row-fluid {
    max-width: 1114px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    padding: 20px;
  }
}

.arrow {
    border: 0.01px solid;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.white-fill{
   fill: #ffffff !important;
}

.icon-sharing_flex:hover{
  transform: translateY(-5px) !important;
}




