html{scroll-behavior: smooth; height:100%;}

a:hover{text-decoration: none;}

body{
  width:100%;
  height:100%;
  font-family: 'Roboto', sans-serif;
  min-height:100%;
  overflow-x: hidden;
  overflow-y: scroll;
  color: #666;
  margin: 0;
}

#topo{
  display: block;
  padding: 10px 0px;
  text-align: center;
  background: #fff;
}

#topo.fixed-top{
      top: 0px!important;
      transform: translateY(0)!important;
      transition: transform 0.5s ease-in-out!important;
}

#topo img{
  display: block;
  margin: 0 auto 0 6.66%;
  max-height: 100px;
}

#topo .menu{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.nav-item{
  padding: 0 15px;
  position: relative;
}

.nav-link{
  color: #06345B;
  font-size: 1rem!important;
  font-weight: 500;
  text-transform: lowercase;
}

.nav-link.active, .nav-link:hover{
  color: #06345B!important;
  text-decoration: underline!important;
}

.nav-link:visited{
  color: #06345B!important;
  text-decoration: none!important;
}

#titulo{
  display: table;
  width: 100%;
  min-height: 500px;
  margin: 0!important;
  padding: 0 0 0 0;
  background: rgb(44,105,61);
  background: linear-gradient(90deg, rgba(44,105,61,1) 0%, rgba(238,33,38,1) 100%);
    position: relative;
    z-index: 0;
}

#titulo.altura{
	height: 300px!important;
	min-height: 0!important;
}

#titulo.altura .bg{
  background:url(../imagens/banner.png) bottom 15px center no-repeat;
  background-size: cover!important;
opacity:0.5;
}

#titulo .bg{
  display: table-cell;
  width: 100%;
  height: 100%;
  min-height: 100%!important;
  overflow: hidden;
  background:url(../imagens/banner.png) top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: auto 420px;
}

#titulo img{
  max-height: 420px;
  margin: 80px auto 0 auto;
  display: block;
}

#titulo .commerce{
  display: flex;
  height: 100%;
  text-align: center;
  justify-content: end;
  align-items: center;
}

#titulo .commerce .iframe{
  width: 700px;
  max-width: 700px;
  height: 320px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  padding: 0 0 0 0;
  margin: 0 30px;
}

#titulo .commerce iframe{
  width: 770px;
  margin: -70px 0 0 -35px;
  height: 770px;
}

#commerce{
  width: 100%;
  display: block;
	z-index:0;
}

#commerce .iframe{
  width: 100%;
  height: 320px;
	display: block;
	overflow: hidden!important;
	position: relative;
}

#commerce iframe{
  width: 100%;
  height: 380px;
  margin:-60px 0 0 0;
  overflow-x:hidden!important;
  overflow-Y:hidden!important;
  position: relative!important;
  float:left;
  clear:both;
  touch-action: none!important;
}

.fundoFrame {
    background-color: #ff0000!important;
}

.titulo{
	z-index:99!important;
	  max-width:90%;
	top:-45px;
	margin: auto;
	position: relative;
}

.titulo .texto{
  display: block;
  width: 100%;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  padding:30px 30px 30px 30px;
  box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
    -moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
    -webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
}

.titulo .texto h2{
  font-weight: 700;
  color: #48433A;
}

.titulo a{
  color: #fff;
  min-width: 50%;
  background: #06345B;
  border-radius: 10px;
  padding: 10px 30px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  white-space: nowrap;
}

.tit{
  display: block;
  font-size: 2rem;
  color: #06345B;
  font-weight: 700;
  text-align: center;
  margin: 0 0 60px 0;
  position: relative;
}

.tit::before{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #ff0000;
  z-index: 9;
}

#calculo{
  display: block;
  margin: 0 0 0 0;
  background: #fff;
}

#calculo::before {
    content: '';
    display: block;
    margin-top: -130px;
    margin-bottom: 60px;
    height: 130px;
    width: 100%;
    background: transparent;
    position: relative;
    z-index: -1;
}

#calculo .divide{
  margin-bottom: 30px;
}

#calculo .texto{
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
}

#calculo .texto b{
  width: 100%;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #06345B;
}

#calculo .texto a{
  color: #fff;
  min-width: 50%;
  background: #06345B;
  border-radius: 10px;
  padding: 10px 30px;
  display: inline-block;
  margin: 30px auto;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  white-space: nowrap;
}

#calculo .bg_frete{
  background: #fff;
  padding:90px;
  border-radius: 0px;
  border-bottom: 10px solid #06345B;
}

#calculo .bg_frete .formulario{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

#calculo .bg_frete .formulario span{
  font-size: 1.2rem;
  display: block;
  font-weight: 700;
}

#calculo .bg_frete .formulario select{
  font-size: 1.2rem;
  display: block;
  min-width: 100%;
  margin: 10px 0;
}

#calculo .bg_frete .formulario input{
  font-size: 1.2rem;
  display: block;
  width: 100%;
  margin: 10px 0;
}

#calculo .bg_frete .formulario .bt-calcular{
  color: #fff;
  min-width: 50%;
  background: #EE8546;
  border-radius: 10px;
  padding: 10px 30px;
  display: inline-block;
  margin: 30px auto;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  white-space: nowrap;
}

#calculo .bg_frete .formulario .valorDoEnvio{
  display: flex;
  justify-content: center;
  align-items: center;
  background:#06345B;
  color: #fff;
  height:80px;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 15px;
}


#calculo .bg_frete .infos{}

#servicos .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #fff;
    pointer-events: auto;
    background-color: #0B2645;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    outline: 0;
    border-bottom: 5px solid #63D8FC;
}


#servicos .modal-content .tit{
  color: #63D8FC;
}

#servicos .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


#servicos{
  display: block;
  padding: 90px 0;
  background: #fff;
}

#servicos::before {
    content: '';
    display: block;
    margin-top: -130px;
    margin-bottom: 60px;
    height: 130px;
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 0;
}

#servicos .texto_modal{
  padding:0 90px 90px 90px;
}

#servicos .texto_modal .foto{
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#servicos .texto_modal b{
  font-size: 1.2rem;
}

#infra{
  display: block;
  padding: 0 0 0 0;
  background: #fff;
    position: relative;
    z-index: 1;
}

#infra::before {
    content: '';
    display: block;
    margin-top: -130px;
    margin-bottom: 60px;
    height: 130px;
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 0;
}

#infra .col-md-4{
  padding: 0!important;
}

#infra .foto{
  width: 100%;
  height:300px;
  margin: 0 0 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#infra span{
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2C693D;
  color:#fff;
  padding:30px;
  font-weight: 700;
  height: 100%;
  opacity: 0;
  transition:0.4s ease-in-out;
}

#infra span a{
  width: 100%;
  display: block;
  color: #fff;
  margin: 15px auto;
  text-decoration: none;
}

#infra span:hover{
  opacity: 0;
  transition:0.2s ease-in-out;
}

#infra span.active{
  opacity: 1;
  transition:0.2s ease-in-out;
}

#duvidas{
  display: block;
  margin: 90px 0 0 0;
  padding:0 0 90px 0;
  background: #0B2645;
}

#duvidas::before {
    content: '';
    display: block;
    margin-top: -130px;
    margin-bottom: 0px;
    height: 130px;
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 0;
    background: #fff;
}

#duvidas .tit{
  display: block;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  text-align: left;
  margin: 0 0 90px 0;
  padding: 15px 0;
  position: relative;
  background: rgb(44,105,61);
  background: linear-gradient(90deg, rgba(44,105,61,1) 0%, rgba(238,33,38,1) 100%);
}

#duvidas button{
  font-size: 1.3rem;
}

#duvidas .accordion-item{
  background: #0B2645!important;
  color:#fff;
  margin: 0 0 15px 0;
  border-radius: 30px;
  border:0;
}

#duvidas .accordion-button{
  background: #0D2D4C!important;
  color: #63D8FC;
    box-shadow: none!important;
  font-weight: 300;
  border-radius: 30px;
  border:0;
  font-size: 1.4rem;
}

#duvidas .accordion-button::after {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2363D8FC'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

#duvidas .accordion-button.collapsed{
  background: #0D2D4C!important;
  color: #fff;
  border:0;
  border-radius: 30px;
}


#duvidas .accordion-button:focus {
  outline: none !important;
  box-shadow: none!important;
  border:none!important;
    box-shadow: none!important;
    border-color: rgba(0,0,0,.125);
}

.accordion-body {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 2rem;
}

#footer{
  display: block;
  padding: 90px 0;
  color: #06345B;
  background: #fff;
}

#footer img{
  display: block;
  max-width:340px;
  margin: 0 auto 30px 0;
}

#footer .texto{
  text-align: left;
}

#footer .menu{
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: end;
}

#footer .menu a{
  display: inline-block;
  color:#06345B;
  text-align: right;
  padding: 0 0 0 30px;
  text-decoration: underline;
}

#footer .texto_modal{
  color: ;
  padding:0 90px 90px 90px;
}

#footer .texto_modal .foto{
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




@media (min-width: 0px) and (max-width:1024px){

#topo {
    display: block;
    padding: 15px 0px;
    text-align: center;
    background: #fff;
}

#topo .menu{
  display: block;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

#topo .menu button{
  position: absolute;
  top: -50px;
  right: 15px;
}

#topo .menu .navbar{
  padding: 0!important;
}

.nav-link{
  color: #06345B;
  font-size: 1.4rem!important;
  font-weight: 500;
  text-transform: lowercase;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0;
}

#titulo .bg {
    display: table-cell;
    width: 100%;
    height: 100%;
    min-height: 100%!important;
    overflow: hidden;
    background: url(../imagens/banner.png) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: auto 340px;
}

#titulo {
    display: table;
    width: 100%;
    min-height: 350px;
    margin: 0!important;
    padding: 0 0 0 0;
    background: rgb(35,137,245);
    background: linear-gradient(90deg, rgba(35,137,245,1) 0%, rgba(43,182,115,1) 100%);
    position: relative;
    z-index: 1;
}

#titulo img{
  display: none;
}
	
#titulo.altura{
	height: 200px!important;
	min-height: 0!important;
}

#titulo.altura .bg{
  background:url(../imagens/banner.png) bottom 5px center no-repeat;
  background-size: cover!important;
}
	
#commerce .iframe{
  width: 100%;
  height: 340px;
  position: relative;
overflow-y: none;
overflow-x: none;
  border: 1px solid #ff0000;
}

#commerce iframe{
  width: 100%;
  height: 405px;
overflow-y: none;
overflow-x: none;
  margin:-65px 0 0 0;
}

#commerce iframe::-webkit-scrollbar {
  display: none;
}
	
#calculo {
    display: block;
    margin: 30px 0 0 0;
    background: #fff;
}

#calculo::before {
    content: '';
    display: block;
    margin-top: -130px;
    margin-bottom: 60px;
    height: 130px;
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 0;
    display: none!important;
}

#calculo .texto {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 15px 0 15px!important;
    text-align: center;
}

#calculo .texto b {
    width: 100%;
    display: block;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
    color: #06345B;
    padding: 0 0 15px 0;
}

#calculo .bg_frete {
    background: #fff;
    padding: 15px!important;
    border-radius: 0px;
    border-bottom: 10px solid #06345B;
}

#calculo .bg_frete .formulario {
    display: block!important;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

#servicos {
    display: block;
    padding: 30px 0;
    background: #fff;
}

#servicos::before {
    content: '';
    display: block;
    margin-top: -130px;
    margin-bottom: 60px;
    height: 130px;
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 0;
    display: none!important;
}

#servicos a{
  width: 100%;
  display: block;
  text-align: center;
}

#servicos .texto_modal {
    padding: 0 15px 15px 15px!important;
}

#infra {
    display: block;
    padding: 0 0 0 0;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#infra::before {
    content: '';
    display: block;
    margin-top: -130px;
    margin-bottom: 60px;
    height: 130px;
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 0;
    display: none!important;
}

#infra .foto {
    width: 100%;
    height: 200px;
    margin: 0 0 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#footer .menu {
    width: 100%;
    height: auto!important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 0 0;
}

#footer .texto {
    text-align: center;
}

#footer .texto img{
    display: block;
    margin: 0 auto;
}

#footer .menu a {
    display: block;
    color: #06345B;
    text-align: center;
    padding: 0 0 15px 30px;
    font-size: 1.4rem;
    text-decoration: underline;
}

}