.backpro{
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  /*background-image: url('../img/backPro21.png');*/
  text-align: center;
  color: white;
}


.backCont1{
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/backCont.png');
  text-align: center;
  color: black;
}

.backSobre{
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/backSobre.jpg');
  text-align: center;
}
#sliderprincial{
    width: 200px; 
    height:200px; 
    margin: 0 auto"
}

body{
  background: url('../img/backBody.jpg') no-repeat center center fixed;
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  color: aliceblue;
}

.contato textarea{
    height: 168px;
}

.mapa {
   pointer-events:none;
}

.portfolio-modal{
    color: darkslategrey;
}

.cortexto{
    color: floralwhite;
    text-shadow: 2px 2px 2px black;
}


