@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");
}

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

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

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

.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: 22px;
  line-height: normal;
  height: 42px;
  border-radius: 30px;
  padding: 8px 20px;
  color: #F4E000;
  background-color: #017EEE;
  border:2px solid #017EEE;
}



.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: 22px;
  line-height: normal;
  height: 42px;
  border-radius: 30px;
  padding: 8px 20px;
  color: #017EEE;
  background-color: #F4E000;
  border:2px solid #F4E000;
}

.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: 40px;
  line-height: 120%;
}

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

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

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

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


#hero{
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

#hero > .container > .row > .col-12{
  height: inherit;
}

.hero-img img{
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.hero-img{position: relative;}

.hero-img::before{
content: "";
display: block;
height: 70%;
width: 90%;
border-radius: 30px;
border:2px solid #017EEE;
position: absolute;
bottom: 100px;
margin: 0 auto;
left: 0;
right: 0;
}

.hero-img::after{
content: "";
display: block;
height: 70%;
width: 90%;
border-radius: 30px;
border-bottom:2px solid #017EEE;
position: absolute;
bottom: 100px;
margin: 0 auto;
left: 0;
right: 0;
}

.hero-content{
  padding-top: 50px;
  padding-bottom: 100px;
  flex-flow: wrap;
  display: flex;
  align-content: space-between;

}


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

#solucao .row{
  padding-top: 100px;
}

#solucao .row:first-of-type h2{
  margin-bottom: 50px;
}

#solucao .row:last-of-type{
  padding-top:50px;
}

.passo-img{
  background-color: #ffffff;
  border-radius: 30px;
  width: 300px;
  height: 440px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.passo-img-1{
  background-image: url("../imgs/passo-1.jpg");
}

.passo-img-2{
  background-image: url("../imgs/passo-2.jpg");
}

.passo-img-3{
  background-image: url("../imgs/passo-3.jpg");
}

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

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

.flexivel-img{
margin-top: -140px;
}

.flexivel-img img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
}

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

.tamanhos-card{
  border-radius: 30px;
  padding: 35px 28px;
  margin-top: 50px;
}

.tamanhos-card h2 {
  margin-bottom: 0px;
  font-size: 30px;
}

.tamanhos-card p {
  margin-bottom: 0;
  font-size: 30px;
}

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

#qualidade p{
  font-size: 22px;
  margin-bottom: 50px
}

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

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

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

#exemplos h2.ajuste{
  margin-top: 100px;
}

.owl-carousel .item{
  background-color: pink;
  border-radius:30px;
  height: 485px;
  margin: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-1{background-image: url("../imgs/banner-exemplo-1.png");}
.item-2{background-image: url("../imgs/banner-exemplo-2.png");}
.item-3{background-image: url("../imgs/banner-exemplo-3.png");}
.item-4{background-image: url("../imgs/banner-exemplo-4.png");}



#orcamento{
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 30px;
}

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

#orcamento button{
  font-family: gilroy-medium;
  font-size: 22px;
  line-height: normal;
  height: auto;
  border-radius: 30px;
  padding: 8px 20px;
  color: #F4E000;
  background-color: #017EEE;
  border:2px solid #017EEE;
  display: block;
  width: 100%;
  text-align: center;
}

#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 input,#orcamento select{
  border-radius: 30px;
  height: 42px;
  color:#243B6D;
  font-family: gilroy-regular;
  font-size: 22px;
  border:none;
  background-color: #ffffff;
  padding: 0 20px;
  width: 100%;
}

#orcamento select{
  appearance: none;
background-image: url("../imgs/seta-form.svg");
background-repeat: no-repeat;
background-position: 99% center;
background-size: auto 79%;
}

::-ms-input-placeholder { /* Edge 12-18 */
  color:#243B6D!important;
}

::placeholder {
  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;
}


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

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

  .container{
    padding-left: 30px;
    padding-right: 30px;
  }
  #hero{
    height: auto;
    max-height: unset;
  }

  .hero-content{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-content img{
    width: 60%;
  }

  #hero h1{
    margin-top: 80px;
  }

  #hero h2{
    margin-bottom: 50px;

  }
  .hero-img::before, .hero-img::after{
    width: 100%;
    bottom: 50px;
  }
  #solucao{padding-bottom: 110px;}
  #solucao .row {padding-top: 80px;}

  #solucao .row:first-of-type h2, #flexiveis h2, #flexiveis p,#qualidade h2, #qualidade p,#orcamento h2,#pagamento h2 {margin-bottom: 40px;}

  #solucao .row:last-of-type{padding-top: 0;}
  #solucao .row:last-of-type > div{padding-top: 30px;}
  .passo-img{margin-top: 30px;max-width: 100%;}
  #flexiveis{padding-top: 80px;padding-bottom: 80px;}
  #flexiveis h2{margin-top: 30px;}
  #flexiveis p{margin-bottom: 0;}
  #flexiveis h2, #flexiveis p{
    text-align: center;
  }
  #qualidade{
    padding-top: 110px;
    padding-bottom: 80px;
  }
  #qualidade img{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

  #qualidade img.ajuste{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  #qualidade h2, #qualidade p{text-align: center;}
  #versatilidade img{
    margin-bottom: 30px;
  }
  #orcamento,#exemplos,#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;}

  .owl-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;}

}
