* {
	box-sizing: border-box;
}

html {
	height: 100%;
}

body{
  overflow-x: hidden;
  height: 100%;
}

.header {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.logo-sintea {
  width: 100%;
}

.mensagem {
	resize: none;
}

.background-gradient {
  background-image: radial-gradient(#FFFDD7, #FFF177);
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #FFFF62;
  text-align: center;
  font-weight: bold;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 18px;
}

.topnav a:hover {
  color: #000;
  background-color: #FFFF62;
  -webkit-transform: scale(1.1);
}

.topnav a.active {
  background-color: #FFFF62;
  -webkit-transform: scale(1.1);
  color: #000;
}

.conteudo {
	margin-top: 40px;
  margin-bottom: 40px;
}

.sobre-nos {
  font-size: 40px;
	font-weight: bold;
	font-style: italic;
}

.texto {
  font-size: 20px;
  width: 100%
  height: 100%;
  font-weight: bold;
}

.texto-menor {
  font-size: 16px;
  width: 100%
  height: 100%;
}

.negrito {
  font-weight: bold;
}

.topicos {
  padding-top: 20px;
  width: 100%;
  font-weight: bold;
  order: 4;
  font-size: 20px;
}

.sub-texto-azul {
  width: 100%;
  order: 5;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  color: blue;
}

.sub-texto-vermelho {
  width: 100%;
  order: 5;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  color: red;
}

.imagem {
	margin-top: 40px;
}

.imagem-van {
  max-width: 100%;
}

.input-contato {
	margin-top: 20px;
}

label.error{
    color: red !important;
    font-weight: normal !important;
}

.borda {
	border: 1px solid black;
}


 .iconDetails {
 margin-left:2%;
float:left; 
height:40px;
width:40px; 
} 

.container2 {
    width:100%;
    height:auto;
    padding:1%;
}

h4 {
    margin:0px;
}

.link {
  padding-top: 10px;
}

.img-link {
  padding-left: 20px;
}

.limit img{
  height: auto;
 }

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


@media only screen and (max-width: 1600px) {

  .topnav a {
    font-size: 16px;
  padding: 12px 18px;
  }
}

@media only screen and (max-width: 1400px) {

  .topnav a {
    font-size: 14px;
    padding: 10px 16px;
  }
}

@media only screen and (max-width: 1200px) {

  .header {
    font-size: 30px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .topnav a {
    font-size: 12px;
    padding: 8px 12px;
  }
}

@media only screen and (max-width: 768px) {

  .header {
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .topnav a {
    font-size: 10px;
    padding: 4px 6px;
  }

  .sobre-nos {
    font-size: 16px;
  }

  .texto {
    font-size: 14px;
  }

  .texto-menor {
    font-size: 10px;
  }

  .topicos {
    font-size: 14px;
  }

  .sub-texto-azul {
    font-size: 14px;
  }

  .sub-texto-vermelho {
    font-size: 14px;
  }

  .link {
    padding-top: 8px;
    font-size: 12px;
  }

  .imagem-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  .limit {
    padding-left: 15px;
  }
}

