header li{
    margin: 0 5px;
}

main{
    font-family: Rubik-Regular;
}

.tituloLaranja{
    font-size: 2.5em;
}

.banner{
    background-image: url('../_img/banner_home.avif'),url('../_img/banner_home.webp');
    background-size: cover;
    background-position: center;
    /* height: 80vh; */
    display: table;
    width: 100%;
    color:#2B2B2B
}

.banner .btn-fundoLaranja{
    padding: 15px 54px;
}

.banner .container{
    height: 100%;
}

.banner h1{
    font-size:3em;
    font-weight: 400;
}

.content_banner_icon{
    border-radius: 30px;
    margin-bottom: -70px;
    z-index: 9999;
    padding: 3rem;
}

.titulo-icone-banner{
  font-size:1.25rem;
  margin-bottom: 0;
}

.content_faca_parte{
    border-radius: 30px;
    margin-bottom: -110px;
    z-index: 9999;
    position: relative;
}

.beneficio{
    padding-top: 120px;
}

.beneficio p{
    font-size: 1.2em;
    color:#5A5A5A;
    line-height: normal;
}

.beneficio .item p{
    color: #2B2B2B;
    margin-bottom: 0;
}

.icon_beneficio{
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.content-icon h2{
    font-size: 3.5em;
    font-family: Gotham-Black;
    margin-bottom: 0px;
}

.content-icon p{
    letter-spacing: 2px;
    font-size: 1.3em;
    margin-bottom: 0px;
}

@keyframes scroll {
   0% {
       transform: translateX(0);
  }
   100% {
       transform: translateX(calc(-250px * 7));
  }
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.owl-nav{
    float:right;
}

.owl-dots{
    float:left;
}

.arrow{
    cursor:pointer;
}

.arrow-prev{
    transform: rotate(180deg)
}

.slide img{
    object-fit: contain;
}

.encaminhados{
  padding: 150px 0;
}

.encaminhados .item{
    border: 1px solid #E63211;
    border-radius: 20px;
    padding:20px
}

.encaminhados .card img{
    border-radius:20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-dialog{
    margin-top:0px !important;
    margin-bottom:0px !important;
}

.modal-dialog-scrollable {
    height: 100% !important;
}

.modal-dialog-scrollable .modal-body {
    overflow-x: hidden;
    padding:0px !important;
}

.feedElement{
    height:80vh;
}

.feedElement img{
    object-fit: cover;
}

.feedElement{
    background-size:contain;
    background-position:center;
    background-repeat: no-repeat;
}

.feedElement .card{
    width:100%;
    background-color: rgba(0, 0, 0, 0.8) !important;
    position: absolute;
    bottom: 0;
    height: 200px;
    display: table;
}

.feedElement .card{
    shape-outside: circle(); /* Cria uma forma circular em torno da imagem */
    float: left; /* Faz a imagem flutuar para a esquerda */
    margin: 0 20px 20px 0; /* Margens para o alinhamento correto do texto */
}

.feedElement .tituloLaranja{
    font-size:1.5em;
}

/* Estilo adicional para o texto */
.content {
    text-align: justify; /* Justifica o texto */
}

.branco{
    color:#FFF;
}

.modal-body::-webkit-scrollbar {
  width: 6px; /* Largura desejada */
}

.modal-body::-webkit-scrollbar-thumb {
  background-color: #e63211; /* Cor desejada */
  border-radius: 4px; /* Borda arredondada */
}

@keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  .brand-wheel {
    flex-direction: row;
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative;
    height: 100px;
  
    --animationspeed: 50s;
    --animationdelay: calc(var(--animationspeed) / 2);
  }
  
  .brand-wheel::before {
    position: absolute;
    background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    content: "";
    height: 100%;
    width: 5%;
    z-index: 2;
    pointer-events: none;
  }
  .brand-wheel::after {
    position: absolute;
    background-image: linear-gradient(
      to left,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    content: "";
    height: 100%;
    width: 5%;
    z-index: 2;
    pointer-events: none;
    right: 0;
  }
  
  .brand-slide {
    flex-shrink: 0;
    position: absolute;
    animation-name: slidelogo;
    animation-duration: var(--animationspeed);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    min-width: 100%;
    display: flex;
    justify-content: space-around;
  }
  
  .brand-slide.delay {
    transform: translateX(100%);
    animation-name: slidelogo2;
  }
  
  .brand-wheel:hover .brand-slide {
    animation-play-state: paused;
  }
  
  .logo-div {
    display: inline-flex;
    align-self: center;
    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    padding: 0 20px 0 20px;
  }
  
  @keyframes slidelogo {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes slidelogo2 {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0%);
    }
  }

  .qtd-emprego{
    font-size: 8em !important;
  }
  .qtd-emprego label{
    font-size: 2em !important;
  }

  #empregometro{
    padding: 150px 0;
  }

@media screen and (max-width: 767px){
    
    .content_banner_icon {
        padding: 2rem;
    }

    .content_banner_icon div.col-auto{
        border-right: none !important;
        border-left: none !important;
        border-bottom: 1px solid #dee2e6!important;
        width: 100%;
        padding: 10px 0;
    }

    #empregometro{
      padding: 50px 0;
    }

    #empregometro p{
      padding: 0 100px;
    }

    .owl-item .btn-fundoLaranja{
      padding: 15px 40px;
    }

}