@font-face {
  font-family: fontProjeto;
  src: url(../font/CodecPro-Regular.ttf) format("truetype");
}

@font-face {
  font-family: fontExtraBold;
  src: url(../font/CodecCold-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: fontCodecRegular;
  src: url(../font/codec-pro-light.ttf) format("truetype");
}

@font-face {
  font-family: fontCodecBold;
  src: url(../font/codec-pro-bold.ttf) format("truetype");
}

@font-face {
  font-family: fontAceh;
  src: url(../font/AcehSoft-Regular.ttf) format("truetype");
}

@font-face {
  font-family: sonnyGotich;
  src: url(../font/W\ Foundry\ -\ Sonny\ Gothic\ Condensed\ Bold.otf) format("opentype");
}

:root {
  --fontProjeto: fontProjeto;
  --fontExtraBold: fontExtraBold;
  --fontCodecRegular: fontCodecRegular;
  --fontCodecBold: fontCodecBold;
  --fontAceh: fontAceh;
  --sonnyGotich: sonnyGotich;
  --black: #313131;
  --green: #334644;
  --golden: #feb812;
  --vividBlue: #007bff;
  --azulFirst: hsl(222deg 48% 30%);
  --amareloFirst: hsl(41deg 99% 58%);
  --vermelhoFirst: hsl(358deg 51% 40%);
  --gray: rgb(66, 66, 66);
  --logoWidth: clamp(150px, 35vw, 300px);
  --headerMinHeight: 65px;
  --fontFamilyDiv: "Titillium Web", sans-serif;
  --fontSizeDiv: clamp(1.5em, 2vw, 30px);
  --textShadow: 1.5px 1.5px 0px #000000;
  --container: 1240px;
  --titillium: "Titillium Web", sans-serif;
  --fontSizeTitulos: clamp(28px, 4.5vw, 32px);
  --buttonFont: clamp(20px, 25px, 2.5vw);
  --paddingFaixas: clamp(50px, 5vw, 30%);
  --tamanhoRetangulo: 200px;
}

#geral {
  display: flex;
}

.imagem-texto img {
  max-width: 50%;
  height: 160px;
}

#botao-amarelo:hover {
  background-color: yellow;
}


.image-container {
  position: relative;
}

.hr-especifico1 {
  position: absolute;
  left: 0;
  width: 100%;
  border: none;
  border-top: 2px solid var(--azulFirst);
  bottom: 0;
}

.hr-especifico2 {
  position: absolute;
  left: 0;
  width: 100%;
  border: none;
  border-top: 2px solid var(--vermelhoFirst);
  bottom: 0;
}

.hr-especifico3 {
  position: absolute;
  left: 0;
  width: 100%;
  border: none;
  border-top: 2px solid var(--amareloFirst);
  bottom: -585;
}

.call-to-action {
  position: absolute;
  /* Posicionamento absoluto em relação ao contêiner pai */
  bottom: 50px;
  /* Distância da parte inferior */
  left: 12%;
  /* Alinha o botão no meio horizontalmente */
  transform: translateX(-50%);
  /* Move o botão para a esquerda metade da sua própria largura */
  padding: 10px 20px;
  /* Espaçamento interno */
  background-color: #193264;
  color: #fff;
  /* Cor do texto branca */
  border: 2px solid #fff;
  /* Contorno branco */
  border-radius: 5px;
  /* Borda arredondada */
  cursor: pointer;
  /* Ícone de cursor de apontador */
  font-family: var(--fontExtraBold);
  /* Fonte do texto */
  font-size: 16px;
  /* Tamanho da fonte */
  transition: background-color 0.3s, color 0.3s;
  /* Tran
   z-index: 1; /* Garante que o botão esteja sobreposto à imagem */
}

.call-to-action:hover {
  background-color: #007bff;
  /* Cor de fundo azul */
}

.group-image {
  width: 100%;
}

.text-container {
  width: 50%;
  padding: 30px;
  /* font-size: 22px; */
}

.text-container h2 {
  font-family: var(--fontExtraBold);
  font-size: 30px;
  margin-bottom: 15px;
}

.text-container p {
  font-family: var(--fontCodecRegular);
  font-size: 20px;
  margin-bottom: 20px;
}

.imagem-texto,
.texto-imagem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  /* Espaçamento entre as seções */
}

.imagem-texto img,
.texto-imagem img {
  width: 200%;
  /* Ajuste a largura da imagem */
  max-width: 650px;
  /* Define um tamanho máximo para a imagem */
  margin-right: 0px;
  /* Adiciona uma margem à direita para separar o texto */
}

.imagem-texto div {
  width: 70%;
  /* Ajuste a largura do contêiner de texto */
}

.imagem-texto p {
  /*font-weight: bold; Torna o texto em negrito */
  font-family: var(--fontCodecRegular);
  margin-bottom: 20px;
  /* Adiciona espaço entre os parágrafos */
}

.texto-imagem .terceirizacao-paragraph {
  margin-bottom: 20px;
  /* Adiciona espaço entre os parágrafos */
}

.texto-imagem div {
  width: 100%;
  /* Ajuste a largura do contêiner de texto */
  margin-left: 20px;
  /* Adiciona uma margem à esquerda */
}

.texto-imagem p {
  font-family: var(--fontCodecRegular);
  margin-bottom: 10px;
  /* Adiciona espaço entre os parágrafos */
}

.imagem-texto div img {
  float: left;
  /* Imagem à esquerda */
}

.texto-imagem div img {
  float: right;
  /* Imagem à direita */
  margin-top: -20;
}

.imagem-texto p,
.texto-imagem p {
  line-height: 1.3;
  font-family: var(--fontProjeto);
  font-size: 19px;
}

.texto-imagem div button {
  position: absolute;
  bottom: 50px;
  left: 795px;
  z-index: 1;
  background-color: #91191e;
  color: white;
  border: 1px solid white;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-family: var(--fontExtraBold);
  /* Fonte do texto */
  font-size: 16px;
  /* Tamanho da fonte */
  cursor: pointer;
}

.texto-imagem div button:hover {
  background-color: red;
}

#botao-amarelo {
  position: absolute;
  bottom: -550px;
  left: 20px;
  z-index: 1;
  background-color: #fab42b;
  color: white;
  border: 1px solid white;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-family: var(--fontExtraBold);
  /* Fonte do texto */
  font-size: 16px;
  /* Tamanho da fonte */
  cursor: pointer;
}

.imagem-texto p:last-of-type img {
  float: right;
  margin-right: 420px;
  margin-top: -30px;
}

.move-up {
  margin-top: -13px;
}

p {
  font-size: 19px;
}

@media screen and (min-width: 1920px) {
  :root {
    --fontSizeDiv: clamp(1.8em, 2.5vw, 35px);
    --fontSizeTitulos: clamp(32px, 5vw, 36px);
    --buttonFont: clamp(25px, 30px, 3vw);
    --paddingFaixas: clamp(60px, 6vw, 35%);
  }

  .hr-especifico1 {
    margin-bottom: 35px;
  }

  .hr-especifico2 {
    margin-bottom: 35px;
  }

  .hr-especifico3 {
    margin-bottom: 0px;
  }

  .texto-imagem div img {
    float: right;
    margin-top: -85px;
  }

  .div-mover {
    position: relative;
    top: -65px;
  }

  .text-container {
    width: 60%;
    padding: 40px;
  }

  .imagem-texto img,
  .texto-imagem img {
    max-width: 800px;
  }

  .imagem-texto div,
  .texto-imagem div {
    width: 75%;
  }

  .texto-imagem div {
    margin-top: 30px;
  }

  .imagem-texto p,
  .texto-imagem p {
    font-size: 22px;
  }

  .text-container h2 {
    font-size: 35px;
  }

  .text-container p {
    font-size: 25px;
  }
}

#aumentarLogo {
  max-height: 3rem;
}

.logoUm {
  max-height: 2.5rem;
}

.logo {
  max-height: 2.9rem;
}

@media screen and (max-width: 768px) {
  #novo>div:nth-child(2) {
    padding-left: 30px;
  }

  #amarelo>div:nth-child(2) {
    padding-left: 30px;
  }

  .logoUm {
    max-height: 2.5rem;
  }

  #aumentarLogo {
    max-height: 3.4rem !important;
  }

  #amarelo>div:nth-child(2)>h2 {
    margin-top: 20px;
  }

  #vermelho>div:nth-child(2)>h2 {
    margin-top: 20px;
  }

  .logo {
    max-height: 2.5rem !important;
  }

  #novo>div:nth-child(2)>h2 {
    margin-top: 20px;
    /* Adiciona uma margem superior de 20px */
  }

  #botao-especialista {
    position: relative;
    bottom: 90px;
    left: 10px;
  }

  #botao-amarelo {
    position: relative;
    /* Posiciona o botão fixamente na tela */
    bottom: 80px;
    /* Distância da parte inferior da tela */
    left: 10px;
    /* Distância da borda esquerda da tela */
    z-index: 10;
    /* Garante que o botão esteja sobreposto a outros elementos */
  }

  .imagem-texto,
  .texto-imagem {
    position: relative;
    flex-direction: column;
  }

  .imagem-texto img,
  .texto-imagem img {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .imagem-texto div,
  .texto-imagem div {
    width: 100%;
    margin-left: 0;
  }

  .texto-imagem div {
    margin-top: 20px;
  }

  .call-to-action {
    position: relative;
    /* Posiciona o botão fixamente na tela */
    bottom: 90px;
    /* Distância da parte inferior da tela */
    left: 160px;
    /* Distância da borda esquerda da tela */
    z-index: 1;
    /* Garante que o botão esteja sobreposto a outros elementos */
  }
}

.hr-especifico2 {
  border: 1px solid #000;
  width: 100%;
  margin-top: 0px;
  /* Reduz a margem superior */
}

.logo {
  max-height: 2.0rem;
  /* Ajuste conforme necessário */
}

@media screen and (max-width: 1366px) {
  .hr-especifico1 {
    bottom: 4px;
    border-top: 3px solid var(--azulFirst);
  }

  .hr-especifico3 {
    bottom: -599px;
  }

  .imagem-texto p:last-of-type img {
    margin-right: 390px;
  }
}

.container {
  max-width: 100%;
}

#novo {
  border: 1px solid;
}

#vermelho {
  border: 1px solid;
}

body,
html {
  overflow-x: hidden;
  max-width: 100%;
}

#botao-especialista {
  bottom: 10px;
  left: 10px;
  background-color: #91191e;
  color: white;
  border: 1px solid white;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-family: var(--fontExtraBold);
  /* Fonte do texto */
  cursor: pointer;
}

#botao-especialista:hover {
  background-color: red;
}

#botao-novo {
  bottom: 10px;
  left: 10px;
  background-color: #193264;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  font-family: var(--fontExtraBold);
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
}

#botao-novo:hover {
  background-color: #007bff;
}

@media screen and (min-width: 1920px) {
  .hr-especifico1 {
    margin-top: 120px;
  }

  #logo-rio123 {
    margin-right: 630px;
    margin-top: -15px;
  }

  .call-to-action {
    position: relative;
    /* Posiciona o botão fixamente na tela */
    bottom: 90px;
    /* Distância da parte inferior da tela */
    left: 160px;
    /* Distância da borda esquerda da tela */
    z-index: 1;
    /* Garante que o botão esteja sobreposto a outros elementos */
  }

  #botao-especialista {
    position: relative;
    bottom: 90px;
    left: 150px;
  }

  #botao-amarelo {
    position: relative;
    /* Posiciona o botão fixamente na tela */
    bottom: 80px;
    /* Distância da parte inferior da tela */
    left: 10px;
    /* Distância da borda esquerda da tela */
    z-index: 10;
    /* Garante que o botão esteja sobreposto a outros elementos */
  }

  .container {
    max-width: 1920px;
  }

  .imagem-texto img,
  .texto-imagem img {
    max-width: 800px;
  }

  .text-container {
    width: 60%;
  }
}

.imagem-texto p strong,
.texto-imagem p strong {
  font-family: var(--sonnyGotich);
  font-size: var(--fontSizeTitulos);
}



.secao-temporario {
  display: grid;
  grid-template-columns: 1fr 1fr;
 

}

.img-temporario img,
.img-vermelho img {
margin: 27px;
  width: 305px;
}

.img-vermelho img{
    width: 280px;
    height: 90px;
}


#parceiros .img-temporario img{

    width: 471px;
    padding: 0;
}


.texto-temporario {
   padding:2rem 0;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left:20px
}

.texto-temporario p, .texto-vermelho p {
	font-size:1.3rem
}

.secao-vermelho {
  display: grid;
  grid-template-columns: 1fr 1fr;

  border-bottom: 2px solid; 
  border-top: 2px solid; 
}


.texto-vermelho {
  padding-top:2rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media screen and (max-width: 1080px) {
  .secao-temporario {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .texto-temporario {
    width: 100%;
    padding: 2rem;
  }
  .secao-vermelho {
    display: flex;
    flex-direction: column-reverse;
    
  }
  .texto-vermelho {
    width: 100%;
    padding: 2rem;
  }
  #parceiros .img-temporario{
    background-position-x:0px !important;

  }
  
  .img-vermelho{
  height:479px;
}
}

#botao-amarelo:hover{
	background-color:#f7a400;

}

.img-temporario{
  background-image: url("../img_menor/fundo_solucoes/PÁGINA\ SOLUÇÕES\ ETT.png");
  background-size: cover;
}

.img-vermelho{
  background-image: url("../img_menor/fundo_solucoes/PÁGINA\ SOLUÇÕES\ SHIFT.png");
  background-size: cover;
}

#parceiros .img-temporario {
  background-image: url("../img_menor/fundo_solucoes/PÁGINA\ SOLUÇÕES\ CONNECTING.png");
  background-size: cover;
}

.img-temporario >div,.img-vermelho > div {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1371px) {

  #parceiros .img-temporario{
    background-position-x:-230px;

  }

}


@media screen and (max-width: 640px){
  
  .secao-temporario{
  grid-template-rows: 350px 1fr;
  }  
  .img-temporario >div, .img-vermelho > div{
      width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .img-temporario img, .img-vermelho img{
  	width:300px
  }
  .img-temporario >div > a {
      display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  
  .texto-temporario{
  	margin-left:0px
  }
  
  .texto-logo{
  	  display: flex !important;
    gap: 10px !important;
    height: 100% !important;
    flex-direction: column !important;
    align-items:flex-start !important;
  }
  
  
button#botao-novo,#botao-especialista,#botao-amarelo {
    position: relative !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    bottom: 0 !important;
    left: 0 !important;
margin-bottom:2rem
  }
  
  .img-vermelho a{
  display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  
  }
  .img-vermelho{
  	height:350px
  }
  
  #parceiros .img-temporario img{
  width:335px
  }
}