@font-face {
  font-family: uniform-bold;
  src: url("../fonts/uniform-bold.otf");
}

@font-face {
  font-family: uniform-regular;
  src: url("../fonts/uniform-regular.otf");
}

@font-face {
  font-family: gilroy-bold;
  src: url("../fonts/gilroy-bold.ttf");
}

@font-face {
  font-family: gilroy-medium;
  src: url("../fonts/gilroy-medium.ttf");
}

@font-face {
  font-family: gilroy-regular;
  src: url("../fonts/gilroy-regular.ttf");
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

#orcamento select:required:invalid{
  color: #828282!important;
}

#orcamento input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #828282!important;
}
#orcamento input::-moz-placeholder { /* Firefox 19+ */
  color: #828282!important;
}
#orcamento input:-ms-input-placeholder { /* IE 10+ */
  color: #828282!important;
}
#orcamento input:-moz-placeholder { /* Firefox 18- */
  color: #828282!important;
}

#orcamento input::placeholder { /* Firefox 18- */
  color: #828282!important;
}

#orcamento select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #828282!important;
}
#orcamento select::-moz-placeholder { /* Firefox 19+ */
  color: #828282!important;
}
#orcamento select:-ms-input-placeholder { /* IE 10+ */
  color: #828282!important;
}
#orcamento select:-moz-placeholder { /* Firefox 18- */
  color: #828282!important;
}

#orcamento select::placeholder { /* Firefox 18- */
  color: #828282!important;
}



.noto-color-emoji-regular {
  font-family: "Noto Color Emoji", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: inherit;
}

html{
  overflow: scroll;
}

body{
  z-index: -2;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;}

.bg-amarelo{background-color: #F4E000;}
.bg-azul{background-color: #017EEE;}
.bg-azul-escuro{background-color: #243B6D;}
.bg-branco{background-color: #ffffff;}

.text-amarelo{color: #F4E000;}
.text-azul{color: #017EEE;}
.text-azul-escuro{color: #243B6D;}
.text-branco{color: #ffffff;}
.rounded-corners{
  border-radius: 30px;
}
.responsive-img{
  width: 100%;
  height: auto;
  display: block;
}

.btn-orcamento-azul{
  display: inline-block;
  text-decoration: none;
  position:relative;
  cursor: pointer;
  z-index: 2;
}
.btn-orcamento-azul > span{
  font-family: gilroy-medium;
  font-size: 25px;
  height: 42px;
  border-radius: 30px;
  padding: 8px 20px;
  color: #F4E000;
  background-color: #017EEE;
  border:2px solid #017EEE;
  line-height: 100%;
}

.btn-orcamento-azul::after{
  content:"";
  height: 42px;
  width: 42px;
  position: absolute;
  right:-42px;
  top: -8px;
  background-color: #017EEE;
  border-radius: 30px;
  background-image: url("../imgs/seta-amarela.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  border:2px solid #017EEE;
}

.btn-orcamento-azul:hover span{
  background-color: transparent;
  color:#017EEE;
}

.btn-orcamento-azul:hover::after{
  background-color: transparent;
  color:#017EEE;
  background-image: url("../imgs/seta-azul.svg");
}

.btn-orcamento-amarelo{
  display: inline-block;
  text-decoration: none;
  position:relative;
  cursor: pointer;
  z-index: 2;
}
.btn-orcamento-amarelo > span{
  font-family: gilroy-medium;
  font-size: 25px;

  height: 42px;
  border-radius: 30px;
  padding: 8px 20px;
  color: #017EEE;
  background-color: #F4E000;
  border:2px solid #F4E000;
  line-height: 100%;
}

.btn-orcamento-amarelo::after{
  content:"";
  height: 42px;
  width: 42px;
  position: absolute;
  right:-42px;
  top: -8px;
  background-color: #F4E000;
  border-radius: 30px;
  background-image: url("../imgs/seta-azul.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  border:2px solid #F4E000;
}

.btn-orcamento-amarelo:hover span{
  background-color: transparent;
  color:#F4E000;
}

.btn-orcamento-amarelo:hover::after{
  background-color: transparent;
  color:#017EEE;
  background-image: url("../imgs/seta-amarela.svg");
}

h1{
  font-family: gilroy-bold;
  font-size: 80px;
  line-height: 100%;
  margin-bottom: 20px;
}

h2{
  font-family: gilroy-medium;
  font-size: 42px;
  line-height: 120%;
  margin-bottom: 30px;
}

h2 > span{font-family: gilroy-bold;}

p{
  font-family: uniform-regular;
  font-size: 24px;
  line-height: 140%;
}

p > span{font-family: uniform-bold;}

h3{
  font-family: gilroy-bold;
  font-size: 36px;
  line-height: 100%;
}

h3 > span{font-family: gilroy-bold;}


.cta-row{
  padding-top: 50px;
}

a.cta-a{
    font-family: "gilroy-bold", sans-serif;
    font-size: 25px;
    color:#017EEE;
    background: #F4E000;
    border-radius: 30px;
    border:2px solid #F4E000;

    margin-right: 0px;
    text-decoration: none;
    padding:15px 25px;
    display: inline-block;
    line-height: 100%;

}

a.cta-a:hover{
  border:2px solid #F4E000;
  background: transparent;
  color:#F4E000;
}

a.cta-m{
    font-family: "gilroy-bold", sans-serif;
    font-size: 25px;
    color:#F4E000;
    background: #017EEE;
    border-radius: 30px;
    border:2px solid #017EEE;
    margin-right: 0px;
    text-decoration: none;
    padding:15px 25px;
    display: inline-block;
    line-height: 100%;

}

a.cta-m:hover{
  border:2px solid #F4E000;
  background: #F4E000;
  color:#017EEE;
}


header{
  position: fixed;
  top: 0;
  z-index: 9999;
  padding: 30px 0;
  animation: header-contract 1.8s infinite ease-in-out;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -10s);
  animation-fill-mode:forwards;
  animation-iteration-count: 1;
}

@keyframes header-contract {
  0%{
    padding: 30px 0;
  }
    100%{
      padding: 5px 0;
    }
}

header .row{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header img{
  width:220px;
  max-width: 220px;
  height: auto;
  display: block;
  animation: header-img-contract 1.8s infinite ease-in-out;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -10s);
  animation-fill-mode:forwards;
  animation-iteration-count: 1;
}

@keyframes header-img-contract {
  0%{
    width:220px;
  }
    100%{
      width:180px;
    }
}

header nav{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header nav a{
    font-family: "gilroy-medium", sans-serif;
    font-size: 16px;
    color:#017EEE;
    background: transparent;
    border-radius: 30px;
    border:1px solid transparent;
    text-transform: uppercase;
    margin-right: 15px;
    text-decoration: none;
    padding:15px 25px;
}

header nav a:hover{
  border:1px solid #017EEE;
}

header nav a.cta{
    font-family: "gilroy-bold", sans-serif;
    font-size: 22px;
    color:#F4E000;
    background: #017EEE;
    border-radius: 30px;
    border:2px solid transparent;

    margin-right: 0px;
    text-decoration: none;
    padding:15px 25px;
    line-height: 100%;
}

header nav a.cta:hover{
  border:2px solid #017EEE;
  background: transparent;
  color:#017EEE;
}

#hero{
  padding: 135px 0 100px 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

#hero-carousel .item{
  height: 550px;
  background-color: #017EEE;
  border-radius: 30px;
  display: flex;
}

.hero-bg{
  border-radius: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.hero-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px;
}



.hero-content h2{
  font-family: "gilroy-bold", sans-serif;
  font-size: 18px;
  text-transform:uppercase;
  color:#F4E000;
}
.hero-content h1{
  font-family: "gilroy-medium", sans-serif;
  font-size: 35px;
  color:#F4E000;
  margin-bottom: 30px;
}

.hero-content h1 span{
  font-family: "gilroy-bold", sans-serif;
}


.hero-content p{
  color:#ffffff;
}

.hero-content nav{
  display: flex;
}

.hero-content nav a:first-of-type{
  margin-right: 10px;
}

.hero-content nav a{
  text-align: center;
    font-family: "gilroy-bold", sans-serif;
    font-size: 22px;
    color:#017EEE;
    background: #F4E000;
    border-radius: 30px;
    border:1px solid #F4E000;
    margin-right: 0px;
    text-decoration: none;
    padding:15px 25px;
    line-height: 102%;
}

.hero-content nav a:hover{
  border:1px solid #F4E000;
  background: transparent;
  color:#F4E000;
}

.hero-bg{
  padding: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  background-color: #243B6D;
}

.hero-bg div{
  background-color: #F4E000;
  padding: 20px 40px;
  border-radius: 30px;
}

.hero-bg h3{
  font-family: "gilroy-bold", sans-serif;
  font-size: 30px;
  color:#017EEE;
  margin-bottom: 0;
}

.hero-bg p{
  color:#243B6D;
  margin-bottom: 0;

}
.hero-item-1 .hero-bg{
  background-image: url("../imgs/hero-img-01.jpg");
}

.hero-item-2 .hero-bg{
  background-image: url("../imgs/hero-img-02.jpg");
}

.hero-item-3 .hero-bg{
  background-image: url("../imgs/hero-img-03.jpg");
}




/*#hero-carousel .owl-dots{
  display: flex;
  padding: 30px 0 0 0;
}*/

#hero-carousel .owl-dot{
  height: 6px;
  margin: 0 5px;
  width: calc(33.33% - 10px);
  background-color: #ffffff;
  border-radius: 30px;
}
#hero-carousel .owl-dot.active{
  background-color: #017EEE;
}





#solucoes{
  margin-top: -30px;
  margin-bottom: -30px;
  z-index: -1;
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
}



#solucoes h2{
  margin-bottom: 60px;
}

#solucoes h3{
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}

.solucao-item{
  display: flex;
  flex-direction: column;
  justify-content: justify;
  align-items: center;
}

.solucao-item > div{
  display: flex;
  flex-direction: column;
  justify-content: justify;
  align-items: center;
  max-width: 300px;
}


.solucao-item img{
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
}

.solucao-item ul{
  padding-left: 0;
  width: 100%;
}

.solucao-item li{
  color:#ffffff;
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #F4E000;
  font-family: "gilroy-medium", sans-serif;
  font-size: 22px;
  line-height: 140%;
}

#diferenciais{
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 30px;
  position: relative;
  z-index: 2;
}

#diferenciais h2{
  margin-bottom: 50px;
}

#diferenciais .row:first-child p {margin-bottom: 50px;}

#diferenciais p {margin-bottom: 0;}

#diferenciais h3 span{
  margin-bottom: 15px;
  display: block;
}
.row.equal > div{
  display: flex;
  flex-wrap: wrap;
}

.emoji-card{
  border-radius: 30px;
  border:1px solid #017EEE;
  padding: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 30px;
}

#tecnologia{
  padding-top: 100px;
  z-index: 1;
  position: relative;
  padding-bottom: 130px;
  margin-bottom: -30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

#tecnologia.bg-img{
  background-image: url('../imgs/bg-sustentabilidade.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#tecnologia img{
  margin-top: 10px;
}

#tecnologia p{
  font-size: 26px;
  margin-bottom: 25px;
}

#tecnologia h2{
  margin-bottom: 20px;
}

#tamanhos{
  padding-bottom: 135px;
  padding-top: 135px;
  position: relative;
  z-index: 0;
  margin-top: -30px;
  margin-bottom: -30px;
}

#tamanhos .cards-row{
  margin-top: 40px;
  align-items: baseline;
}

#tamanhos .cta-row .d-flex{
  flex-flow: inherit;
}

#tamanhos .cta-row .d-flex h2{
  flex-flow: inherit;
}

#tamanhos .cards-row h3{
  font-size:30px;
  text-align: left;
  margin-bottom: 0px;
}

#tamanhos .cards-row p{
  font-size:34px;
  text-align: left;
  margin-bottom: 0;
}

#tamanhos p.legenda{
  font-size: 19px;
  text-align: right;
  margin-top: 15px;
}

#tamanhos .cards-row  > div{
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#tamanhos .tamanho-card{
  border:1.5px solid #243B6D;
  padding: 42.5px 20px 20px 20px;
  border-radius: 30px;
  position: relative;
  height: 170px;
}

#tamanhos .tamanho-card span{
  width:45px;
  height: 45px;
  border-radius: 50px;
  background-color: #F4E000;
  position: absolute;
  top: -22.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color:#243B6D;
  font-family: gilroy-bold;
}


#alcance{
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
  border-radius:30px;
  z-index: 2;
}

#alcance h3{
  font-family: "gilroy-medium" , sans-serif;
  margin-bottom: 0px;
}

.ilustracao-alcance{
  padding: 60px 0;
  position: relative;
}

.ilustracao-alcance .caminhoes{
  display: flex;
  flex-direction: row;
  padding: 0 100px;
  margin-bottom: -12px;
  justify-content: space-around;
  z-index: 1;
  position: relative;
}
.ilustracao-alcance .caminhoes img{
  width: auto;
  max-height: 220px;
  display: block;
  margin: 0 10px;
}

.ilustracao-alcance .estrada{
  z-index: 0;
  position: relative;
  width: 100%;
  height: 45px;
  background-color: #243B6D;
  display: flex;
  align-content: center;
  justify-content: center;
}


.ilustracao-alcance .estrada img{
width: 100%;
height: auto;
}

#alcance .row.equal > div > div{
  padding: 40px;
  background-color: #017EEE;
  border-radius: 30px;
  width: 100%;
  display: flex;
  align-items: baseline;
}

#alcance .row.equal h3{
font-size: 75px;
font-family: "gilroy-bold", sans-serif;
}

#alcance .row.equal span{
font-size: 75px;
margin-top: -20%
}

#alcance .row.equal p{
font-size: 23px;
line-height: 120%;
margin-bottom: 0;
}

#alcance .row.d-flex img{
  margin-top: 60px;
  max-width: 350px;
  width: 100%;
  height: auto;
}





#projetos{
  margin-top: -30px;
  margin-bottom: -30px;
  z-index: -1;
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
}



#projetos-carousel{margin-bottom: 50px;margin-top: 50px;}

#projetos-carousel .item{
  border-radius:30px;
  height: 485px;
  margin: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 120%;
  background-color:#243B6D;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

#projetos-carousel .item img{
  width:auto!important;
  height: auto!important;
  max-height:calc(100% + 20px);
  max-width:calc(100% + 20px);
  display: block;
}



#orcamento{
  margin-top: -30px;
  padding-top: 130px;
  padding-bottom: 130px;
  margin-bottom: -30px;
  border-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
  z-index: 1;


}

#orcamento p{
  margin-bottom: 80px;
}

#orcamento h3{
  font-family: "gilroy-medium" , sans-serif;
  margin-bottom: 60px;
}

#orcamento button{
  font-family: "gilroy-bold", sans-serif;
  font-size: 25px;

  height: auto;
  border-radius: 30px;
  padding: 15px 25px;
  color: #F4E000;
  background-color: #017EEE;
  border:2px solid #017EEE;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 100%;
}

#orcamento button:hover{
  background-color: transparent;
  color:#017EEE;
}

#orcamento .form-group{
  margin-bottom: 50px;
}

#orcamento label{
  font-family: gilroy-regular;
  font-size: 22px;
  color:#017EEE;
  text-transform: uppercase;
  margin-bottom: 6px;
}

#orcamento label.error{
  font-family: gilroy-regular;
  font-size: 13px;
  color:red;
  text-transform: uppercase;
  margin-bottom: 6px;
}

#orcamento input{
  border-radius: 30px;
  height: 42px;
  color:#243B6D;
  font-family: gilroy-regular;
  font-size: 22px;
  border:none;
  background-color: #ffffff;
  padding: 0px 25px;
  width: 100%;
  min-height: 55px;
}

#orcamento select{
  appearance: none;
background-image: url("../imgs/seta-form.svg");
background-repeat: no-repeat;
background-position: 99% center;
background-size: auto 79%;
border-radius: 30px;
height: 42px;
font-family: gilroy-regular;
font-size: 22px;
border:none;
background-color: #ffffff;
padding: 0px 25px;
width: 100%;
min-height: 55px;
color:#243B6D;
}

#orcamento select option{
  color:#243B6D!important;
}


#pagamento{
  padding-top: 100px;
  padding-bottom: 100px;
}

#pagamento h2{
  margin-bottom: 50px;
}

#pagamento p{
  font-family: gilroy-medium;
  font-size:22px;
  margin-bottom: 0;
  margin-top: 10px;
}

.pagamentos > div > div{
  border-radius: 30px;
  border:2px solid #243B6D;
  padding: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
#sobre{
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 30px;
}
#sobre h2{
  margin-bottom: 50px;
  font-size: 56px;
}

#sobre img{
  margin-top: -10%;
}

#footer{
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer p{
  margin: 0;
  display: inline;
}

#footer .d-flex{
  justify-content: space-between;
  align-items: center;
}

#footer img{
  height: 20px;
  width: auto;
  display: block;
}

.ilustracao-alcance .estrada.estrada-mobile{
  display: none;
}

@media only screen and (max-width: 1336px) {
  #alcance .row.equal > div > div{
    padding: 25px;
  }

  #alcance .row.equal h3, #alcance .row.equal span{
    font-size: 60px;
  }

}

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

  .ilustracao-alcance .estrada.estrada-mobile{
    display: block;
    position: absolute;
    top: 230px;
  }

  .ilustracao-alcance .caminhoes img{
    max-height: 180px;
  }

  .ilustracao-alcance .caminhoes{
    flex-direction: column;
  }

  .ilustracao-alcance .caminhoes img:first-of-type{
    margin-bottom: 80px;
  }

  #tecnologia img{
    max-width: 200px;
    margin-bottom: 20px;
  }

  #alcance .row.equal > div > div{
    flex-direction: column;
  }
  #alcance .row.equal span{
    margin-top: -5%;
    margin-bottom: -2%;
  }

}


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

  #alcance .row.equal > div > div{
    flex-direction: column;
  }
#alcance .row.equal span{
  margin-top: -5%;
  margin-bottom: -2%;
}

.row.equal > div{
  margin-bottom: 20px;
}

}

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

  .ilustracao-alcance .estrada.estrada-mobile{
    display: block;
    position: absolute;
    top: 230px;
  }
  .ilustracao-alcance .caminhoes{
    padding: 0 15px;
  }
  .ilustracao-alcance .caminhoes img{
    max-height: unset;
    width: 80%;
    height: auto;
  }

  .cta-row{
    padding-top: 0;
  }

  a.cta-a {
  font-family: "gilroy-bold", sans-serif;
  font-size: 20px;
  color: #017EEE;
  background: #F4E000;
  border-radius: 30px;
  border: 2px solid #F4E000;

  margin-right: 0px;
  text-decoration: none;
  padding:15px 25px;
  line-height: 100%;
}

  header{
    animation: unset;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  header img{
    width:150px;
    max-width: 150px;
    height: auto;
    display: block;
    animation: unset;
  }

  header nav a{
    display: none;
  }

  header nav a:last-of-type{
    display: block;
  }

  header nav a.cta, .hero-content nav a{
    font-size: 16px;
  }



  h1{font-size: 70px;}
  h2{font-size: 26px;line-height: 120%;}
  p{font-size: 20px!important;}
  h3{font-size: 22px;}

  .container{
    padding-left: 30px;
    padding-right: 30px;
  }

  #hero{
    padding-bottom: 80px;
  }
  #hero-carousel .item {
    height: auto;
    background-color: #017EEE;
    border-radius: 30px;
    display: flex;
    flex-direction: column;}

    .hero-content{padding: 20px;}

    .hero-content h1{
      margin-bottom: 15px;
      font-size: 30px;
    }

    .hero-bg{
      padding: 50px 50px 20px 20px;
      height: 300px;
    }

  #solucoes{padding-bottom: 100px;padding-top: 100px;}
  .solucao-item {
    margin-top: 30px;
  }

  #solucoes h3{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #solucoes h2 {
    margin-bottom: 20px;
  }

  #diferenciais{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #tecnologia{
    padding-top: 110px;
    padding-bottom: 80px;
  }
  #tecnologia img{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-top: 0;
  }
  #tecnologia h2, #tecnologia p{text-align: center;}

  #orcamento,#projetos,#pagamento,#sobre{padding-top: 80px;padding-bottom: 80px;}

  #orcamento h2 > br {display:none;}
  #orcamento label,#orcamento input, #orcamento select{font-size: 16px;}
  #orcamento .form-group{margin-bottom: 30px;}

  #pagamento p{margin-top:15px;margin-bottom: 30px;}

  .pagamentos > div > div{flex-wrap: wrap;}
    .pagamentos > div > div > img{margin-top: 8px;margin-bottom: 8px;}

  #projetos-carousel .item{height: 250px;}

  #sobre h2{font-size: 30px;margin-bottom: 40px;}
  #sobre img{margin-top: -8%;}
  #footer .d-flex {
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

#footer img{
  margin-top: 20px;
}

.btn-orcamento-amarelo > span, .btn-orcamento-azul > span{
  font-size:18px;
  min-width: 100%;
  display: block;
  text-align: center;
  padding: 8px 10px;
}


.btn-orcamento-amarelo, .btn-orcamento-azul{width: calc(100% - 42px);}
.btn-orcamento-amarelo::after, .btn-orcamento-azul::after {top:0;}

}
