@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Regular.ttf')  format('truetype');
    font-display: swap;
}

:root {
    --font-family: 'Cairo', sans-serif;
    
    --color-text: #333333;
    --color-strong-blue: #1074BC;
    --color-blue-hover: #19669c;
    --color-dark-gray: #494949;
    --color-form-fields: #E5ECF6;
    --color-arquivar: #80C342;
    
    --size-homeHeader: 85vh;
    --size-servicosHeader: 50vh;
    --size-pagesHeader: 89px;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    word-wrap: normal;
    overflow-x: hidden;
}

body, html{
    font-family: Helvetica, sans-serif;
    color: var(--color-text);
    background-color: white;
}

html {
    scroll-padding-top: 120px;
}
h1, h2, h3, h4, h5{
    color: var(--color-strong-blue);
    font-family: var(--font-family);
}
h3, h4, h5{
    font-weight: 700;
}

ul {
    list-style: outside;
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
li {
    padding: 0.3rem;
}

a{
    text-decoration: none;
    color: var(--color-text);
    border-bottom: 2px solid var(--color-strong-blue);
}
a:hover{
    color: var(--color-strong-blue);
}

hr{
    margin: 5rem 0;
}

footer{
    background-color: var(--color-strong-blue);
    color: white;
    font-family: var(--font-family);
}
footer a, footer a:hover{
    color: white;
}
footer a:hover{
    border-bottom: 2px solid white;
}
footer h5{
    color: white;
}
.footerRow{
    padding: 3% 10% 0;
}
.iconesContato i{
    margin-right: 7px;
}
.iconesRedesSociais i{
    margin-right: 10px;
    font-size: larger;
}
.iconesRedesSociais a:hover{
    border: none;
    color: rgba(255, 255, 255, .7);
}

.orcForm .inputBox, .contForm .inputBox{
    width: 100%;
    margin-top: 10px;
}
.inputBox label{
    font-weight: 700;
    color: var(--color-dark-gray);
}
.orcForm .inputBox :where( input, select, textarea), .contForm .inputBox :where(input, textarea){
    position: relative;
    width: 100%;
    outline: none;
    border: 1px solid #ddd;h
    border-radius: 5px;
    padding: 5px 10px;
    color: #707070;
}
.orcForm .inputBox :where( input, select, textarea):focus, .contForm .inputBox :where( input, textarea):focus{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
}
.orcForm .inputColumn, .contForm .inputColumn{
    display: flex;
    column-gap: 15px;
}
.orcForm button, .contForm button{
    width: 100%;
    padding: 10px 0;
    background-color: var(--color-strong-blue);
    color: white;
    text-transform: uppercase;
    font-family: var(--font-family);
    border: none;
    cursor: pointer;
    margin-top: 30px;
    border-radius: 5px;
    transition: all 0.2s ease;
}
.orcForm button:hover, .contForm button:hover{
    background-color: var(--color-blue-hover);
}

.contatoMensagem, .suporteMensagem, .orcamentoMensagem{
    width: 90%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 20px auto;
}
.contatoMensagem .contatoSucesso,
.suporteMensagem .suporteSucesso,
.orcamentoMensagem .orcamentoSucesso{
    font-size: small;
    color: green;
    position: absolute;
    animation: buttons .3s linear;
    display: none;
}
.contatoMensagem .contatoFalha,
.suporteMensagem .suporteFalha,
.orcamentoMensagem .orcamentoFalha{
    width: 70%;
    font-size: small;
    color: red;
    position: absolute;
    transition: .3s;
    animation: buttons .3s linear;
    display: none;
}

.box-header {
    width: 100%;
    height: 100%;
    position: relative;
}
.box-title {
    position: absolute;
    top: 10%;
    right: 10%;
    padding: 10px;
}
.box-title h1 {
    font-size: 40pt;
    font-weight: 700;
    letter-spacing: -3px;
    color: var(--color-strong-blue);
    font-family: var(--font-family);
}
.box-header h2{
    margin-bottom: 3rem;
}
.box-header a, .blogTitleSection a, .solucoesTitleSection a{
    background-color: var(--color-strong-blue);
    color: white;
    border-radius: 20px;
    padding: .5rem 2rem;
    text-align: center;
}

.orcamentoCol{
    background: var(--color-blue-hover) url('../img/orcamentoColBackground.jpg') no-repeat center center;
    background-size: cover;
    padding: 5%;
}
.contatoPage{
    background: #1D70B7 url('../img/contatoPageBackground.png') no-repeat bottom right;
    background-size: contain;
    color: white;
    border-bottom: 3px solid white;
}
.contatoPage a, .contatoPage h5, .contatoPage h1{
  color: white;
}

.servicosLastCol{
  background: white url('../img/solucoesPageBackground.png') no-repeat right bottom;
  background-size: contain;
  padding: 2% 10%;
}

.orcamentoRow-index{
  background: var(--color-blue-hover);
  padding: 5% 10%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.orcamentoRow-index h3{
  color: white;
  width: 70%;
  margin: 0;
}
.orcamentoRow-index a{
  background-color: white;
  color: var(--color-strong-blue);
  font-weight: 600;
  font-size: 14pt;
  border-radius: 20px;
  padding: .5rem 2rem;
  text-align: center;
}
@media (max-width: 767.98px){
  .orcamentoRow-index a{
    width: 70%;
  }
  .orcamentoRow-index h3{
    margin-bottom: 50px;
    text-align: center;
    width: 90%;
  }
}

.orcamentoBox{
  background-color: #F9FAFA;
  border-radius: 10px;
  padding: 2rem 5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.orcamentoBox h3{
  text-align: center;
  color: var(--color-strong-blue);
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.orcamentoBox p{  
  text-align: center;
  font-size: large;
}
.orcamentoBox .orcamentoForm{
  width: 90%;
}

.blogTitleSection, .solucoesTitleSection{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blogTitleSection h2{
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -3px;
}
.blogPageTitulo{
  text-align: center;
  font-family: var(--font-family);
  color: var(--color-blue-hover);
  font-size: xx-large;
  border-bottom: 5px solid var(--color-strong-blue);
}
.blogPostsSection, .blogPage{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blogPostsSection{
    margin: 5% 2%;
}
.blogPage, .solucoesPage{
    margin: 0 2% 5%;
}
.blogPostsSection .card{
    width: 32%;
}.blogPage .card{
    width: 23%;
}
.blogPostsSection .card img, .blogPage .card img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.blogPostsSection .card-body, .blogPage .card-body{
    padding: 20px;
}
.blogPostsSection .card-body p, .blogPage .card-body p{
    margin-bottom: 30px;
    text-align: justify;
}

.blogPostsSection .card-body a, .blogPage .card-body a, .solucoesLinks{
    position: absolute;
    bottom: 10px;
    background-color: var(--color-strong-blue);
    color: white;
    padding: 5px 20px;
    margin: auto;
    text-align: center;
    border-radius: 30px;
    right: 20px;
}

.missaoVisaoValoresSection{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0 3%;
  justify-content: center;
}
.missaoVisaoValoresBox{
  width: 33%;
  padding: 50px 30px;
  text-align: justify;
  position: relative;
}
.missaoVisaoValoresBox ul{
  list-style: inside;
  list-style-type: disc;
}
.missaoVisaoValoresBox:nth-child(2){
  border-right: 2px solid var(--color-blue-hover);
  border-left: 2px solid var(--color-blue-hover);
}
.missaoVisaoValoresIcon{
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.missaoVisaoValoresIcon i{
  color: rgba(118, 191, 243, .2);
  font-size: 100pt;
}
@media (max-width: 767.98px){
  .missaoVisaoValoresBox{
    width: 100%;}
    .missaoVisaoValoresBox:nth-child(2){
      border-right: none;
      border-left: none;
      border-top: 2px solid var(--color-blue-hover);
      border-bottom: 2px solid var(--color-blue-hover);
    }
}

.timelineSection{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  justify-content: space-evenly;
  align-content: stretch;
  margin: 3% 0;
  position: relative;
}
.timelineContent{
  width: 25%;
  display: grid;
}
.timelineBox{
  border: 3px solid var(--color-strong-blue);
  border-radius: 30px;
  background-color: var(--color-strong-blue);
  text-align: center;
  align-self: stretch;
  position: relative;
  z-index: 2;
}
.timelineBox-ano{
  color: var(--color-strong-blue);
  height: fit-content;
  font-size: xx-large;
  font-weight: 800;
  text-align: center;
}
.timelineBox-descricao{
  padding: 30px 10px 10px;
  color: white;
}
.timelineBox-descricao h5{
  color: white;
}
.timelineBox-imagem{
  background-color: white;
  padding: 20px 0 10px;
}
.timelineBox-imagem img{
  width: 60%;
  aspect-ratio: 3/2;
  object-fit: contain;
}
.timelineBox-imagem .r4b img {
  max-width: 50%;
}

.timelineSection-dashLine{
  height: 0px;
  width: 90%;
  border-top: 5px dotted var(--color-strong-blue);
  position: absolute;
  top: 50%;
  left: 5%;
}

@media (max-width: 767.98px){
    .timelineSection-dashLine{
        display: none;
    }
    .timelineContent{
      width: 45%;
    }
}
@media (max-width: 498.98px){
    .timelineContent{
        width: 80%;
    }
}

.solucoesLinks:hover, .blogTitleSection a:hover, .box-header a:hover, .solucoesTitleSection a:hover{
    background-color: var(--color-blue-hover);
    color: white;
    transition: all .3s ease;
}

.solucoesBox{
    height: 100%;
    padding: 30px 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.solucoesBox p{
    text-align: justify;
}
.solucoesBox h3{
    text-align: center;
}
.solucoesBox a{
    background-color: var(--color-strong-blue);
    color: white;
    padding: 6px 20px;
    text-align: center;
    border-radius: 30px;
}
.break {
    flex-basis: 100%;
    height: 0;
}

.sobreContent p, .sobreContent h1{
    text-align: justify;
}
.sobreContent p{
    font-size: large;
}
.sobreContent img{
    width: 60%;
    margin-top: 2rem;
}
.sobreContent-imagem img{
    width: 80%;
}
@media (max-width: 767.98px){
    .sobreContent-imagem img{
        width: 100%;
        margin: 3% 0;
    }
}

.destBox{
    border: 3px solid var(--color-strong-blue);
    padding: 10px 20px;
    border-radius: 20px;
    margin: 1rem 0;
}

.destText{
    background-color: var(--color-strong-blue);
    color: white;
    padding: 1rem 2rem;
    border-radius: 20px;
    font-size: larger;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.destCol{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 10px;
}
.destTextLeft{
    float: left;
    width: 30%;
    height: 100%;
    padding: 0 1rem;
    background-color: var(--color-strong-blue);
    text-align: center;
    border-radius: 20px 0 0 20px;
}
.destTextLeft h3{
    color: white;
    margin-top: 10%;
}
.destTextRight{
    float: right;
    width: 70%;
    height: 100%;
    padding: .5rem 2rem;
    background-color: var(--color-strong-blue);
    border-left: 3px solid white;
    color: white;
    font-size: large;
    border-radius: 0 20px 20px 0;
}
.outList i, .materialBox strong{
    color: var(--color-strong-blue);
}
.outList i{
    margin-right: 10px;
}

.espacamento{
    width: 100%;
    margin: 1.5rem 0;
}

.pageOrcamentoBox{
    border: 3px solid var(--color-strong-blue);
    padding: 10px 20px;
    border-radius: 20px;
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pageOrcamentoBox h4{
  width: 70%;
  margin-bottom: 0;
}
.pageOrcamentoBox a{
  background-color: var(--color-strong-blue);
  color: white;
  text-decoration: none;
  border: none;
  height: fit-content;
  padding: 10px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all .3s ease;
  text-align: center;
  width: 30%;
}.pageOrcamentoBox a:hover{
  background-color: var(--color-blue-hover);
}
@media (max-width: 768px){
  .pageOrcamentoBox{
    flex-wrap: wrap;
  }
  .pageOrcamentoBox h4, .pageOrcamentoBox a{
    width: 100%;
    text-align: center;
  }
}

.servicosLastCol h2{
    background-color: var(--color-strong-blue);
    color: white;
    padding: 10px 50px;
    border-radius: 20px 20px 0;
    margin-bottom: 2rem;
}

.materialCol{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 10px;
}
.materialBox{
    background-color: white;
    padding: 1rem;
    border: 2px solid var(--color-strong-blue);
    border-radius: 20px;
    text-align: center;
}

.materialBox img{
    height: 200px;
    width: auto;
    max-width: 100%;
  padding: 10px 20px;
  margin-bottom: 1rem;
}
.materialBox li {
  padding: 0 0 0 10px;
  font-weight: 600;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--color-strong-blue);
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 3px;
  font-size: 18px;
}
#myBtn:hover {
  background-color: var(--color-blue-hover);
  transition: all .2s ease;
}

.adopt-controller-button{
	fill: white!important;
}

#navBox{
  display: none;
  position: fixed;
  bottom: 20px;
  left: 73px;
  max-width: 308px;
}

.nav{
  z-index:9;
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 90px;
  background: var(--color-strong-blue);
  padding: 15px 150px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 1.95px 2.6px;
  justify-content: space-between;
}
.nav, .nav .nav-links{
  display: flex;
  align-items: center;
}
.nav a{
  border-bottom: none;
  color: white;
  font-family: var(--font-family);
}
.nav .logo img{
  width: 70%;
}
.nav .logo{
  max-width: 10%;
}
.nav .nav-links{
  column-gap: 20px;
}
.nav .nav-links a{
  padding: 0 5px;
  border-bottom: 3px solid var(--color-strong-blue);
  transition: all .3s ease;
  text-transform: uppercase;
  font-size: large;
}
.nav .nav-links a:hover{
  border-bottom: 3px solid white;
}
.nav :where(.navOpen, .navClose){
  display: none;
}

.homeText{
  font-size: large;
  text-align: center;
  color: white;
  background-color: var(--color-strong-blue);
  padding: 4% 10%;
}
.homeText h3{
  color: white;
}

.servicosRow{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  columns-gap: 20px;
  row-gap: 50px;
}
.servicosBox-home{
    width: 30%;
    overflow-y: hidden;
}
.servicosBox-page{
    width: 25%;
    overflow-y: hidden;
}

@media (max-width: 767.98px){
    .servicosBox-home, .servicosBox-page{
    width: 90%;
}
}

.servicosBox{
  background: #F9FAFA;
  border-radius: 5px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.18) 0 2px 4px;
  position: relative;
}
.servicosBox-titulo{
  padding: 50px 20px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: large;
  text-shadow: 3px 4px 5px black;
}
.servicosBox-descricao{
  padding: 20px 10px 40px;
}
.servicosBox-botao{
  overflow-x: visible;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.servicosBox-botao a{
  color: white;
  text-transform: uppercase;
  background-color: var(--color-strong-blue);
  border-radius: 40px 40px 0 0;
  padding: 7px 30% 2px;
}
.servicosBox-botao a:hover{
  background-color: var(--color-blue-hover);
  transition: all .3s ease;
}

.boxServicos{
  background-color: #F9FAFA;
  border-radius: 5px;
  width: 18%;
  padding: 25px 0px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content:space-between;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  transition: all .2s ease;
}
.boxServicos:hover{
  box-shadow: none;
}
.boxServicos img{
  max-width: 30%;
}
.boxServicos p{
  color: var(--color-strong-blue);
  text-transform: uppercase;
  font-weight: 700;
  margin: 1rem 0 20px;
}

.servicosLink{
  background-color: var(--color-strong-blue);
  border-radius: 40px 40px 0 0;
  width: 90%;
  height: 40px;
  align-items: center;
  transition: all .3s ease;
  position: relative;
}
.boxServicos a, .solucoesServicos a{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-transform: uppercase;
  font-size: small;
  text-shadow: 1px 1px 2px var(--color-blue-hover);
}

.servicosRow h2, .servicosPageTitle h2{
  width: 100%;
  text-align: left!important;
  border-bottom: #1074BC solid 3px;
}
.servicosPageTitle{
  width: 100%;
  display: flex;
  align-items: center;
}

.servicosPageTitle .arquivar{
  width: 40%;
  margin: 10px 0;
  font-size: medium;
}
.servicosPageTitle .arquivar img{
  width: 50%;
}

.suporteForm{
  background-color: #fafafa;
  color: var(--color-text);
  padding: 5%;
  border-radius: 5px;
}
.suporteForm  h5{
  color: var(--color-strong-blue);
}
.suporteInfo a{
  margin: 5px;
  border-bottom: 2px solid #25D366;
  transition: all .2s ease;
}
.suporteInfo a:hover{
    color: #25D366;
}
.suporteInfo a i{
  margin-right: 10px;
  color: #25D366!important;
}

.pageTitle{
  position: relative;
  left: 10%;
  top: 90%;
  transform: translateY(-90%);
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pageTitle h1{
  font-family: var(--font-family);
  color: white;
  font-size: 30pt;
  font-weight: 700;
  border-bottom: 5px solid var(--color-strong-blue);
}
.pageTitle a{
  background-color: var(--color-strong-blue);
  color: white;
  text-decoration: none;
  border: none;
  height: fit-content;
  padding: 10px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all .3s ease;
  text-align: center;
}.pageTitle a:hover{
  background-color: var(--color-blue-hover);
}

.arquivar{
  margin: 5%;
  font-weight: 700;
  font-size: large;
  color: var(--color-arquivar);
  text-align: center;
}.arquivar img{
  width: 20%;
  display: block;
  margin: auto;
}

.solucoesServicos{
  background-color: #F9FAFA;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content:space-between;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  transition: all .2s ease;
}
.solucoesServicos h5, .solucoesServicos p{
  color: white;
  text-shadow: 3px 4px 5px black;
}
.solucoesServicos h5{
    text-transform: uppercase;
    font-weight: 700;
    font-size: large;
    margin: 1rem 0 20px;
  }
.boxSolucoes-content{
    padding: 25px 25px 0;
    background: linear-gradient(180deg, rgba(12, 47, 72,.5) 0%, rgba(25,102,156,.2) 90%, rgba(255,255,255,0) 100%);
}

 .solucoesServicos{
    width: 40%;
}
.solucoesServicos a plus{
  font-size: larger;
  margin-left: 3px;
}

.postagemPage ul{
  list-style: inside;
  list-style-type: disc;
}
.postagemPage img{
  width: 90%;
  margin: 2rem;
}

.checkFields{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  line-height: 20px;
  font-size: 18px;
}
.checkFields-label p{
    display: inline-block;
    margin: 0;
}

.checkFields-label input[type="checkbox"] {
  background-color: #fff;
  width: 20px;
  height: 20px;
}
.checkFields img{
  width: 50%;
  margin-top: 10px;
}
.checkFields-label{
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.form-check{
  width: 30%;
  margin: 20px 10px;
}
.form-check input{
  margin-right: 10px;
}

@media screen and (max-width: 800px) {
  .form-check{
    width: 100%;
  }
}

.materialBox .materialBoxLink{
  border: 2px solid var(--color-strong-blue);
  width: fit-content;
  margin: auto;
  padding: 2px 10px;
  border-radius: 20px;
}.materialBox .materialBoxLink:hover{
  border: 2px solid var(--color-blue-hover);
}
.materialBox .materialBoxLink a{
  border: none;
  color: var(--color-strong-blue);
}.materialBox .materialBoxLink a:hover{
  color: var(--color-blue-hover);
}

.btn-wpp {
  background: linear-gradient(20deg, rgba(18, 140, 126,1) 0%, rgba(37, 211, 102,1) 100%);
  padding: 10px 25px;
  border-radius: 50px;
  position: fixed;
  bottom: 40px;
  right: 50px;
  color: white;
  font-weight: 600;
  z-index: 9;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-bottom: none;
  transition: background 3s ease-out;
}.btn-wpp:hover {
  background: linear-gradient(20deg, rgba(18, 140, 126,1) 20%, rgba(37, 211, 102,1) 100%);
  color: white;
  transition: background 3s ease-out;
}
.btn-wpp i{
    margin-right: 10px;
    margin-bottom: -1px;

}
.btn-wpp::after{
    content: 'Fale Conosco';
}

@media (max-width: 575.98px){
    .box-title {
        right: 5%;
        left: 5%;
    }
    .box-title h1 {
        font-size: 30pt;
    }
    .boxServicos{
        width: 80%;
    }
    .boxServicos:nth-child(2){
        margin: 2rem 0;
    }
    .orcamentoBox{
        padding: 2rem;
        flex-direction: column;
    }
    .orcamentoBox :where( p, .orcamentoForm){
        width: 100%;
        text-align: center;
    }
    .solucoesTitleSection{
        flex-wrap: wrap;
    }
}
@media (max-width: 767.98px){
    .box-header{
        background-color: rgba(255, 255, 255, .6);
    }
    .sobreImg img{
        border-radius: 0;
    }
    .blogPostsSection, .solucoesPage{
        flex-wrap: wrap;
    }
    .blogPostsSection .card, .solucoesPage .solucoesBox{
        width: 100%;
        margin: 10px 0;
    }
    .navBox{
        display: none;
    }
    .materialCol, .destCol{
        display: block;
    }
    .materialBox{
        margin: 1rem 0;
    }
    .orcForm .inputColumn, .contForm .inputColumn{
        flex-wrap: wrap;
    }
    .orcamentoBox .orcamentoForm{
        width: 100%;
    }
    .pageTitle, .servicosPageTitle, .servicosRow{
        flex-wrap: wrap;
    }
    .arquivar img{
        width: 50%;
    }
    .servicosRow .boxServicos{
        width: 80%;
        margin: 1rem 0;
    }
    .servicosPageTitle .arquivar{
        width: 100%;
        text-align: center;
    }
    .nav{
        padding: 15px 50px;
    }
    .nav :where(.navOpen, .navClose){
        display: block;
    }
    .nav .nav-links{
        position: fixed;
        top: 0;
        right: -100%;
        height: 100%;
        max-width: auto;
        padding: 20% 10%;
        flex-direction: column;
        row-gap: 20px;
        background-color: var(--color-strong-blue);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
        transition: all .4s ease;
    }
    .nav.openNav .nav-links{
        right: 0;
    }
    .navOpen{
        color: white;
        font-size: larger;
        cursor: pointer;
    }
    .navClose{
        position: absolute;
        top: 20px;
        right: 20px;
        color: white;
        font-size: larger;
        cursor: pointer;
    }
    .nav .logo img{
        width: 40%;
    }
    .nav .logo{
        max-width: 50%;
    }
    
    .destTextLeft{
        width: 100%;
        height: auto;
        border-radius: 20px 20px 0 0;
    }
    .destTextLeft h3{
        margin-top: 10px;
    }
    .destTextRight{
        float: left;
        width: 100%;
        height: auto;
        border-top: 3px solid white;
        border-left: none;
        border-radius: 0 0 20px 20px;
    }
    .btn-wpp {
      padding: 5px 12px;
      bottom: 30px;
      right: 20px;
      font-size: x-large;
    }
    .btn-wpp::after{
        content: none;
    }
    .btn-wpp i{
        margin-right: 0;
        margin-bottom: -4px;
    }
}


@media screen and (max-width: 1199.98px) {
    .nav{
        padding: 15px 100px;
    }
}