  body {
    background: silver;
    font-family: 'Varela Round', sans-serif;
    font-weight: 400;
    color: gray;
    position: relative;
    background-repeat: all;
    background-attachment: fixed;
    background-size: 100%;
    background-color: silver; 
  }

span {
  color: #00BFFF;
  font-family:  Varela Round;
  font-size: 100%;
}

html, body {
     width: 100%;
     overflow-x: hidden;
  }

h1, h2, h3, h4, .display-4 {
  font-weight: bold;
}


h5 {
  color: black;
}


header {
  margin: 0px;
  padding: 2%;
}

img {
  width: 100%;
}
/*******
  titulos
*******/
.tit {
    margin-top: 3%;
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color: gray;
}
.tit:before, .tit:after {
    position: absolute;
    top: 56%;
    overflow: hidden;
    width: 50%;
    height: 1.5px;
    content: '\a0';
    background-color: #FFD700;
}
.tit:before {
    margin-left: -50%;
    text-align: right;
}
.titcolor {
    background-color: #fff;
}


/*******
  Seccao
*******/
.seccao{
  margin-left: 20%;
  margin-right: 20%;
  color: gray;
}
@media (max-width: 440px) {
 .seccao{
  margin-left: 3%;
  margin-right: 3%;
  color: gray;
  } 
}

/*******
  Top
*******/

.imgtop{
  color: #fff;
  padding-top: 3%;
  padding-bottom: 2%;
  height: 20%;
  background-image: url(../img/fund.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
}
.imgtopgnd{
  display: block;
}
.imgtoppqn{
   display: none;
}
.imgtopdoc{
  color: #fff;
  padding-top: 3%;
  padding-bottom: 2%;
  height: 20%;
  background-image: url(../img/dd.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
}
@media (max-width: 440px) {
  .imgtopgnd{
    display: none;
  }
  .imgtoppqn{
    display: block;
  }
}



.cadadoc{
  margin-top: 25%;
  text-align: center;
  transition: 0.5s;
  padding-left: 5%;
  padding-right: 5%;
}

/*******
  About
*******/
.about{
  color: gray;
  text-align: center;
}


/*******
  Service
*******/
.ser img{
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ser header{
  color: #00BFFF;
  text-align: center;
}

/*******
  Portfolio
*******/

.msg {
  text-align: center;
  margin: 5       %;
}
.assinat{
  text-align: right;
}





@media screen and (max-width: 700px) {
}

@media (max-width: 440px) {
}