.light-page{
    background: #fff;
}
body::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    -webkit-border-radius: 16px;
}

body::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
    -webkit-border-radius: 3px;
}

body::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: #00bea9;
    -webkit-border-radius: 3px;
}

body::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: #00bea9;
    -webkit-border-radius: 3px;
}

* {
  font-family: 'Montserrat', sans-serif !important;
}
strong{
  font-weight: 700;
}
.carousel-secao, .carousel-secao2{
  display: contents;
  position: relative;
}
.navbar-toggler .icon-bar {
  background: #fff;
}
.btn-cta{
  background: #00bea9;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 13px 30px;
  text-transform: uppercase;
  border-radius: 50px;
  webkit-box-shadow: 0px -1px 12px 0px rgb(0 190 169);
  box-shadow: 0px -1px 12px 0px rgb(0 190 169);
}
.btn-cta:hover{
  color: #000;
  background: #049081;
}
.btn-whatsapp{
  font-size: 15px;
}
.btn-whatsapp img{
  width: 20px;
}
#skillset .btn-whatsapp{
  margin-top: -100px;
}

/*===========================
    header
=============================*/
#header{
	height: 100vh;
	padding-top: 17vh;
	padding-bottom: 30vh;
}
#header .content-box {
    border: 1px solid #fff;
    border-radius: 17px;
    padding: 25px;
}
#header button,  
#header [type="reset"], 
#header [type="submit"] {
    -webkit-appearance: button;
    display: block;
    width: 100%;
    border: 0;
    padding: 15px;
    background: #0a263d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.tml .tml-field {
    width: 100%;
    padding: 12px;
    border-radius: 20px;
    border: 0;
}
#header .bg-wrap, #header-2 .bg-wrap{
    background-color: #0089C1;
}
#header, #header-2{
  color: #fff;
}
#header-2 p{
	margin-bottom: 0px;
	float: right;
}

/*===========================
    contato
=============================*/
#pdf{
  min-height: 100vh;
}

#pdf .embed-responsive-item{
	width: 100%;
	height: 600px;
}
#pdf button.accordion {
  background-color: #0a263d;
  font-size: 25px;
  font-family: 'Teko', sans-serif !important;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  color: #fff;
  cursor: pointer;
  padding: 15px 43px 10px 43px;
  width: 100%;
  border:0;
  border-bottom: 0px solid #0a263d;
  outline: none;
  position: relative;
  transition: 0.1s;
}

button.accordion.active,
button.accordion:hover {
  background-color: #f4f2ee;
}
button.accordion:after {
  content: " + ";
  position: absolute;
  right: 43px;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  align-items: center;
  top: 24%;
  font-family: 'Teko', sans-serif !important;
  font-weight: 600;
  background: #3b9db3;
}
button.accordion.active:after {
  content: " - ";
  position: absolute;
  right: 43px;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  align-items: center;
  top: 24%;
  font-family: 'Teko', sans-serif !important;
  font-weight: 600;
  background: #3b9db3;
}
.panel {
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  opacity: 0;
  width: 100%;
}
.panel.show {
  max-height: none;
  opacity: 1;
  padding: 0px 19px;
  font-size: 18px;
  color: #2f2f2f;
  background: #fff;
}
.panel.hide {
  opacity: 0;
  height: 0;
}
.panel .box{
  width: 80%;
  margin: 0 auto;
}
.panel .box ul li{
  list-style-position: outside;
  margin-bottom: 10px;
  font-size: 18px;
}

.cta{
   background: #3b9db3;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 700;
    color: #F7F7FC;
    border: 0;
    display: block;
    text-align: center;
    white-space: normal;
}
.cta:hover {
	background: #0a263d;
}



#footer{
  background:#0089C1;
}
#footer p{
  font-size: 13px;
  color: #fff;
  padding-top: 10px;
}


@media (max-width: 1201px) {

}

@media (max-width: 1000px) {
	#header-2 p{
	margin-top: 30px;
    float: none;
    margin-bottom: 20px;
}
  .hidden-r{display: none;}
  .todos, .item, .veiculo, .peso{
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .padding-list.list-inline li {
    padding-left: 15px;
  }
  ul.list-inline > li + li, ul.list-justify > li + li {
    margin-left: 0;
  }
  ul.list-inline > li {
    display: block;
    margin-bottom: 2%;
    text-align: left;
  }
  button.accordion:after {
    right: 11px;
  }
  button.accordion.active:after {
    right: 11px;
  }
  #pdf button.accordion {
	font-size: 17px;
  }
   
}

@media (max-width: 630px) {

}
@media (max-width: 500px) {
 
}
@media (max-width: 330px) {

}