div, textarea, input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 510px;
  min-width: 300px;
  margin: 0px;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-bottom: 3px solid #ccc;
}

.row {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 2.5em;
}
.row.header {
  padding: 0;
  border-bottom: 1px solid #ccc;
  background: url(http://niiiick.com/files/blur-city-1.jpg) left -80px;
  color: #fff;
}
.row.body {
  padding: .5em 2.5em 1em;
}

.pull-right {
  float: right;
}

h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  display: inline-block;
  font-weight: 100;
  font-size: 2.8125em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 0 0.1em 0;
  padding: 0 0 0.4em 0;
}

h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  margin: 0 0 0.4em 0;
  color:#000 !important;
}


.btn:hover {
  background-color: #bfbfbf;
}
.btn.btn-submit {
  background-color: #59ad9d;
  border-bottom-color: #CCC;
}
.btn.btn-submit:hover {
  background-color: #CCC;
}

form {
  max-width: 100%;
  display: block;
}
form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
form ul li {
  margin: 0 0 0.25em 0;
  clear: both;
  display: inline-block;
  width: 100%;
}
form ul li:last-child {
  margin: 0;
}
form ul li p {
  margin: 0;
  padding: 0;
  float: left;
}
form ul li p.right {
  float: right;
}
form ul li .divider {
  margin: 0.5em 0 0.5em 0;
  border: 0;
  height: 1px;
  width: 100%;
  display: block;
  background-color: #59ad9d;
  background-color: #bbb;
}
form ul li .req {
  color: #ee9cb4;
}
form label {
  display: block;
  margin: 0 0 0.5em 0;
  color: #667;
  font-size: 1em;
}
form input {
  margin: 0;
  border: 1px solid #ccc;
  padding: 6px 10px;
  color: #555;
  font-size: 1em;
    width: 100%;
}
form textarea {
  border: 1px solid #ccc;
  padding: 6px 10px;
  width: 100%;
  color: #555;
}
form small {
  color: #59ad9d;
  margin: 0 0 0 0.5em;
}


.contato-home{
	display:none
}

@media only screen and (max-width: 480px) {
  .pull-right {
    float: none;
  }

  input {
    width: 100%;
  }

  label {
    width: 100%;
    display: inline-block;
    float: left;
    clear: both;
  }

  li, p {
    width: 100%;
  }

  input.btn {
    margin: 1.5em 0 0.5em;
  }

  h1 {
    font-size: 2.25em;
  }

  h3 {
    font-size: 1.125em;
  }

  li small {
    display: none;
  }
}


.negrito{
	font-weight:bold;
}


/*RESPONSIVO*/

.peers{
	display:none;
}

.peersE{
	display:none;
}

@media only screen and (max-width: 1099px) {
.sumiu {
    display: none;
}

.peers{
	display:block;
}
}


ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  border-bottom:1px #ccc solid;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: inline-block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
}

ul.topnav li a:hover {background-color: #555;}

ul.topnav li.icon {display: none;}

@media screen and (max-width:1099px) {
  ul.topnav li {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
  
  ul.topnav li.icon a{
	  float:right;
  }
  
.contato-home{
	position:relative;
	margin:30px 0;
	display:block;
}  
}

@media screen and (max-width:1099px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}




.btn {
    font-size: 1.0625em;
    display: inline-block;
    /* padding: 0.74em 1.5em; */
    margin: 1.5em 0 0;
    color: #ccc;
    border-width: 0 0 0 0;
    /* border-bottom: 1px solid; */
    text-transform: uppercase !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    font-weight: 300;
	color:#ccc !important;
	    border-radius: 0 !important;
}

.slides img{
	width:100%;
	height:auto;
}