body {
  margin: 0;
  font-family: 'Lucida Sans', serif;
  background-color: white;
  width: 100%;
  overflow-x: hidden;
}
h1{
  text-align: center;
}
/*serviços*/
#left{
  float: left;
  width: 40%;
  padding: 5%;
  height: auto;
}
#right{
  padding: 5%;
  float: left;
  width: 40%;
  height: auto;
}
.logo a{
  text-decoration: none;
  color: #fff;
}
.logo{
  position: fixed;
  float: left;
  margin: 5px 30px;

}
#logoimg{
  width: 190px;
  height: 110px;
}
/*menu*/
nav{
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
  z-index: 2;
  position: fixed;
  width: 100%;
}
nav ul{
  list-style: none;
  background: rgba(0,0,0,0);
  overflow: hidden;
  color: #fff;
  padding: 0;
  text-align: center;
  margin: 0;
  transition: 1s;
}
nav.black ul{
  background: rgba(1,68,134,0.85);
}

nav ul li{
  border-top: 4px solid rgba(0,0,0,0);
  display: inline-block;
  padding: 20px;
}
nav ul li a{
  text-decoration: none;
  color: white;
  font-size: 20px;
}
nav ul li a:hover{
  color: gold;
  font-weight: bold;
}
.menu-icon{
  width: 100%;
  background: rgba(1, 68, 134, 1);
  text-align: right;
  box-sizing: border-box;
  padding: 15px 26px;
  cursor: pointer;
  color: #fff;
  display: none;
}
.firstSection{
  margin-bottom: -15px;
  min-height: 360px;
  width: 100%;
  display: inline-block;
  background-image: linear-gradient(rgba(0, 0, 0, 0.90),rgba(0, 0, 0, 0)),url(img/frotafrente.jpg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
#afrota{
  width: 100%;
  min-height: 500px;
}
.aorcamentos{
  margin-top: -20px;
}
.aservicos{
  width: 100%;
  min-height: 500px;
  margin-top: 0px;
  margin-bottom: 150px;
}
nav .icon {
  display: none;
}
.servicos {
  font-size: 10px;
  padding-left: 10%;
  padding-right: 10%;
}
.tituloservicos{
  text-align: center;
  font-size: 40px;
}
.containerlr{
  width:100%;
  height:500px;
}
/*Sobre*/
.sobre{
  margin-top: -20px;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 3em;
  text-align: center;
}
.titulosobre{
  text-align: center;
  font-size: 40px;
}
.parasobre{
  font-size: 17px;
}
.texticon1, .texticon2, .texticon3{
text-align: center;
font-size: 25px;
}
.text1, .text2{
font-size: 17px;
text-align: center;
}
/*tipo de transporte*/
.transnormal, .mudancas{
width: 50%;
height: auto;
border: none;
display: block;
margin: 0 auto;
}
.midseparation{
  width: 10%;
  float: left;
}
#divprincipal{
  text-align: center;
  max-width: 1400px;
  margin: 40px auto 0 auto;
}
#divprincipal2{

  text-align: center;
  max-width: 1400px;
  margin: 40px auto 0 auto;
}

#div1{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.65);
  padding: 0px;
  margin-bottom: 20px;
  flex-basis: 32%;
  box-sizing: border-box;
}
#div1 img{
  width: 100%;
  height: auto;
}
#div1p{
  margin-top: 0px;
  padding-right: 1em;
  padding-left: 1em;#form
  text-align: center;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
#foto{
  width: 30%;
  float: left;
  margin-top: 2.5%;
  margin-left: 2.5%;
  position: relative;
  font-family: Arial;
  font-size:90%;
}
body{
  margin: 0;
}
/*galeria da frota*/
#galeria{
  width: 100%;

}
#galeria2{
  width: 100%;
}
.text-block {
    position: absolute;
    bottom: 15px;
    left: 15px;
    /*background-color: linear-gradient(to right, rgba(173,173,173,0.95), rgba(173,173,173,0.05));*/
    background: rgba(173,173,173,1); /* For browsers that do not support gradients */
    background: linear-gradient(to right, rgba(175,175,175,0.75), rgba(173,173,173,0));
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1px;
}
#iframe{
width: 70%;
float: left;
margin-left: 2.5%;
margin-right: -10%;
}
#fr{
float: left;
}
#tform{
  width: 100%;
}
/*formulário*/
.form-style-9{
	width: 50%;
  background: #FAFAFA;
  padding: 30px;
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  border: 2px solid #305A72;
	margin-top:0%;
	margin-bottom:5%;
	margin-left:23%;
}
.form-style-9 ul{
    padding:0;
    margin:0;
    list-style:none;
}
.form-style-9 ul li{
    display: block;
    margin-bottom: 10px;
    min-height: 35px;
}
.form-style-9 ul li  .field-style{
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    padding: 8px;
    outline: none;
    border: 1px solid #B0CFE0;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;

}.form-style-9 ul li  .field-style:focus{
    box-shadow: 0 0 5px #B0CFE0;
    border:1px solid #B0CFE0;
}
.form-style-9 ul li .field-split{
    width: 49%;
}
.form-style-9 ul li .field-full{
    width: 100%;
}
.form-style-9 ul li input.align-left{
    float:left;
}
.form-style-9 ul li input.align-right{
    float:right;
}
.form-style-9 ul li textarea{
    width: 100%;
    height: 100px;
}
.form-style-9 ul li input[type="button"], 
.form-style-9 ul li input[type="submit"] {
    -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
    box-shadow: inset 0px 1px 0px 0px #3985B1;
    background-color: #216288;
    border: 1px solid #17445E;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}
.form-style-9 ul li input[type="button"]:hover, 
.form-style-9 ul li input[type="submit"]:hover {
    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
    background-color: #28739E;
}
#footer{
  position: relative;
  margin-top: -180px;
  /* negative value of footer height */
  height: 350px;
  clear: both; background-color: orange;
  padding-top:10px;
  padding-bottom:10px;

}
#connects{
  width: 27.4%;
  float: left;
  text-align: center;
  line-height: 30px;
}