@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Titillium";
}

.cabecalho {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 12px;
    background-color: white;
}

.cabecalho-img-1 {
    height: 50px;
}

.cabecalho-menu {
    display: flex;
    gap: 32px;
    font-weight: 500;
    font-size: 18px;
}

.cabecalho-menu-item {
    cursor: pointer;
}

.cabecalho-menu-item:hover {
    color: red;
}

.cabecalho-img-2 {
    height: 70px;
}

.conteudo {
    border-top: 0.4px solid #C3C3C3;
    background-image: linear-gradient(to left, rgba(245, 246, 252, 0.52), rgba(255, 255, 255, 1)), url('../img/bg.png'); 
    height: 600px;
    background-position: center;
    /* padding: 20px; */
}

.rodape {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 18px;
    background-color: #C3C3C3;
    /* height: 100px; */
}

.rodape-item {
    padding-bottom: 12px;    
}

.rodape-midias {
    display: flex;
    align-items: center;
    gap: 10px;
}

.img-midias {
    height: 50px;
}
.pag {
    margin: 30px;
    height: 400px;
}

.pag-home {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pag-home-box {
    width: 600px;
    height: 400px;
    /* border-style: solid; */
    /* border-color: #C3C3C3; */
    /* border-top: none; */
}

.pag-home-box-borda {
    background-image: url("../img/border.png");
    background-size: contain;
    height: 12px;
}

.pag-home-box-imagem {
    /*background-image: url("../img/home/1.jpeg");*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*height: 390px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pag-clientes {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around; 
}

.pag-clientes-logos {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pag-clientes-logo {
    height: 50%;
}

.pag-titulo {
    text-align: center;
    padding-top: 20px;
}

.pag-rodape {
    display: flex;
    align-items: center;
    flex-direction: column;
}


/************/
.links{
	width: 100%;
	height: 50px;
	position: fixed;
	display: flex;
}

.links label{
	padding: 10px 0;
	flex-grow: 1;
	cursor: pointer;
	transition: all .4s;
	text-align: center;
	font-family: 'Arial';
	font-size: 100%;
	color: #fff;

}
.links label:hover{
	background-color: rgba(255,255,255,.2);
}

.scroll{
	display: flex;
	width: 100vw;
	/* height: 80vh; */
	overflow: hidden;
}

.sections{
	transition:  all .4s;
}

input{
	display: none;
}
.bloco{
	width: 100vw;
	height: 100vh;
	/* justify-content: center;
	align-items: center;
	display: flex; */
}
#rd-pag-clientes:checked ~ .sections{
	margin-top: -100vh;
}

#rd-pag-jobs:checked ~ .sections{
	margin-top: -200vh;
}

#rd-pag-contato:checked ~ .sections{
	margin-top: -300vh;
}



/* Carrosel - Jobs */
  .container {
    position: relative;
    width: 320px;
    margin: 100px auto 0 auto;
    perspective: 1000px;
  }
  
  .carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d; 
    animation: rotate360 60s infinite forwards linear;
    color: white;
  }
  .carousel__face { 
    position: absolute;
    width: 300px;
    height: 187px;
    top: 20px;
    left: 10px;
    right: 10px;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(0,0,0,0.5);
    display: flex;
  }
  
  span {
    margin: auto;
    font-size: 2rem;
  }
  
  
  .carousel__face:nth-child(1) {
    background-image: url("../img/jobs/bg_job_tamar.jpg");
    transform: rotateY(  0deg) translateZ(430px); }
  .carousel__face:nth-child(2) { 
    background-image: url("../img/jobs/bg_job_toro.jpg");
      transform: rotateY( 40deg) translateZ(430px); }
  .carousel__face:nth-child(3) {
    background-image: url("../img/jobs/bg_job_toyota.jpg");
    transform: rotateY( 80deg) translateZ(430px); }
  .carousel__face:nth-child(4) {
    background-image: url("../img/jobs/bg_job_usiminas.jpg");
    transform: rotateY(120deg) translateZ(430px); }
  .carousel__face:nth-child(5) { 
    background-image: url("../img/jobs/job_agro.jpg");
   transform: rotateY(160deg) translateZ(430px); }
  .carousel__face:nth-child(6) { 
    background-image: url("../img/jobs/job_anteprima.jpg");
   transform: rotateY(200deg) translateZ(430px); }
  .carousel__face:nth-child(7) { 
    background-image: url("../img/jobs/job_gestores.jpg");
   transform: rotateY(240deg) translateZ(430px); }
  .carousel__face:nth-child(8) {
    background-image: url("../img/jobs/job_latam.jpg");
    transform: rotateY(280deg) translateZ(430px); }
  .carousel__face:nth-child(9) {
    background-image: url("../img/jobs/job_localiza.jpg");
    transform: rotateY(320deg) translateZ(430px); }
  
  
  
  @keyframes rotate360 {
    from {
      transform: rotateY(0deg);
    }
    to {
      transform: rotateY(-360deg);
    }
  }


  /****** Slider *********/
  .image {
  width: 600px;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
}
.radio {
  /*display: none;*/
}
.images {
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.images-inner {
  width: 500%;
  transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.image-slide {
  width: 20%;
  float: left;
}
.image-slide,
.fake-radio,
.radio-btn {
  transition: all 0.5s ease-out;
}
.fake-radio {
  float: right;
}




/* Move slides overflowed container */
#slide1:checked ~ .images .images-inner {
  margin-left: 0;
}
#slide2:checked ~ .images .images-inner {
  margin-left: -100%;
}
#slide3:checked ~ .images .images-inner {
  margin-left: -200%;
}




/* Color of bullets */
#slide1:checked ~ div .fake-radio .radio-btn:nth-child(1),
#slide2:checked ~ div .fake-radio .radio-btn:nth-child(2),
#slide3:checked ~ div .fake-radio .radio-btn:nth-child(3) {
  background: red;
}
.radio-btn {
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: gray;
  display: inline-block !important;
  margin: 0 1px;
  cursor: pointer;
}
/* Color of bullets - END */




/* Text of slides */
#slide1:checked ~ .labels .label:nth-child(1),
#slide2:checked ~ .labels .label:nth-child(2),
#slide3:checked ~ .labels .label:nth-child(3) {
  opacity: 1;
}

.label {
  opacity: 0;
  position: absolute;
}
/* Text of slides - END */



/* Calculate AUTOPLAY for BULLETS */
@keyframes bullet {
  0%, 33.32333333333334%	{
    background: red;
  }
  33.333333333333336%, 100% {
    background: gray;
  }
}


#play1:checked ~ div .fake-radio .radio-btn:nth-child(1) {
  animation: bullet 12300ms infinite -1000ms;
}

#play1:checked ~ div .fake-radio .radio-btn:nth-child(2) {
  animation: bullet 12300ms infinite 3100ms;	
}

#play1:checked ~ div .fake-radio .radio-btn:nth-child(3) {
  animation: bullet 12300ms infinite 7200ms;	
}
/* Calculate AUTOPLAY for BULLETS - END */




/* Calculate AUTOPLAY for SLIDES */
@keyframes slide {
  0%, 25.203252032520325%	{ margin-left: 0; }
  33.333333333333336%, 58.53658536585366%	{ margin-left: -100%; }
  66.66666666666667%, 91.869918699187%	{ margin-left: -200%; }
}


.st-slider > #play1:checked ~ .images .images-inner {
  animation: slide 12300ms infinite;	
}
/* Calculate AUTOPLAY for SLIDES - END */





/* Calculate AUTOPLAY for CAPTION */
@keyframes caption {
  0%, 33.32333333333334%	{
    opacity: 1;
  }
  33.333333333333336%, 100% {
    opacity: 0;
  }
}


#play1:checked ~ .labels .label:nth-child(1) {
  animation: caption 12300ms infinite -1000ms;
}

#play1:checked ~ .labels .label:nth-child(2) {
  animation: caption 12300ms infinite 3100ms;	
}

#play1:checked ~ .labels .label:nth-child(3) {
  animation: caption 12300ms infinite 7200ms;	
}
/* Calculate AUTOPLAY for CAPTION - END */


/* VIDEO */
#pag-home .play{
    display: block;    
}

.play {
    position: absolute;
    cursor: pointer;
    z-index: 999;
    width: 80px;
    right: 47%;
    top: 42%;
}
.pause {
    position: absolute;
    /*right: 25px;*/
    /*padding-top: 500px;*/
    cursor: pointer;
    z-index: 999;
    width: 40px;
    right: 32%;
    top: 59%;
}

.video {
    /*position: absolute;*/
    /* top: 0; */
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
    object-fit: cover;
    border-radius: 20px;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
    .cabecalho-img-1 {
        height: 18px;
    }
    .cabecalho-img-2 {
        height: 25px;
    }
    .cabecalho-menu {
        gap: 12px;
        font-size: 12px;
    }
    .pag-home-box {
        width: 300px;
    }
    .pag-clientes-logos {
        flex-direction: column;
    }
    .rodape {
        flex-direction: column;
    }
    .play {
        width: 50px;
        right: 40%;
        top: 54%;
    }
    .pause {
        width: 20px;
        right: 15%;
        top: 89%;
    }
    .video {
        height: inherit;
    }
}



  