body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
* {
  box-sizing: border-box;
}
input,
button,
select,
span,
label {
  outline: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.geral-info {
  width: 100%;
  height: 100%;
  background-color: #000000b0;
  position: fixed;
  z-index: 9;
}
.container-login {
  width: 600px;
  margin: 0 auto;
}
.container-login form .btn {
  background-color: #4CAF50;
  border: 1px solid #26882a;
  color: #fff;
}
.container-login form .btn:hover {
  background-color: #26882a;
}
.grid {
  display: grid;
  grid-gap: 5px;
}
.grid.grid2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.grid3 {
  grid-template-columns: repeat(3, 1fr);
}
.faixa-topo {
  width: 100%;
  height: 30px;
  background-color: #3f261d;
  color: #fff;
  line-height: 30px;
}
.faixa-topo .informacao {
  display: grid;
  grid-template-columns: 78px 1fr;
  font-size: 11px;
}
.faixa-topo .informacao a {
  color: #fff;
  text-decoration: none;
}
.box-logo {
  width: 100%;
  text-align: center;
  height: 90px;
}
.box-logo:before {
  content: '';
  width: 75px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 14px;
  height: 20px;
  margin-left: -38px;
}
.box-logo img {
  position: absolute;
  top: 22px;
  left: 50%;
  margin-left: -24px;
}
.banner {
  width: 100%;
  height: 337px;
  position: relative;
  overflow: hidden;
  margin: 0 0 100px 0;
  /*&:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 337px;
		top: 0;
		left: 0;
		background: url('../img/pattern.png');
		}*/
}
.banner .txt-banner {
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin-top: -24px;
}
.box-text-page .title-text-page {
  font-size: 45px;
  font-weight: 700;
  color: #444;
  text-align: center;
  text-transform: uppercase;
}
.box-text-page .text-page {
  font-size: 20px;
  color: #444;
}
.box-text-page .box-btn-text-page {
  text-align: center;
  width: 100%;
  margin: 50px 0 150px 0;
}
.box-text-page .box-btn-text-page a {
  text-decoration: none;
  display: inline-block;
  background-color: #369f3e;
  border: 1px solid #388a3b;
  text-align: center;
  height: 60px;
  width: 250px;
  line-height: 60px;
  text-transform: uppercase;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
}
.box-text-page .box-btn-text-page a:hover {
  background-color: #388a3b;
}
.box-title {
  width: 100%;
  text-align: center;
  border-bottom: double 7px #ECECEC;
  line-height: 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.box-title span {
  background: #fff;
  padding: 0 10px;
  color: #A9975C;
  font-size: 24px;
}
.box-form {
  padding: 50px 0;
}
.box-form .line-campo {
  margin: 0 0 20px 0;
}
.box-form .line-campo .campo {
  position: relative;
}
.box-form .line-campo .campo .campo-anexo {
  overflow: hidden;
  border: 1px solid #ccc;
}
.box-form .line-campo .campo .campo-anexo:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 25px;
  background-color: #fff;
  left: 1px;
  top: 9px;
}
.box-form .line-campo .campo .campo-anexo input {
  border: 0;
  margin: 0 0 0 -119px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding: 12px 10px 0 10px;
  color: #444;
}
.box-form .line-campo .campo label {
  color: #adadad;
  position: absolute;
  font-size: 12px;
  background-color: #fff;
  left: 5px;
  top: -5px;
  padding: 0 5px;
  z-index: 1;
}
.box-form .line-campo .campo input {
  border: 1px solid #ccc;
  height: 40px;
  width: 100%;
  padding: 8px 10px 0 10px;
  color: #444;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.box-form .line-campo .campo input[type=checkbox] {
  display: none;
}
.box-form .line-campo .campo .select2-container {
  width: 100% !important;
}
.box-form .line-campo .campo .select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: #ccc;
  height: 40px;
  position: relative;
  padding: 10px 0 0 0;
  font-size: 13px;
  width: 100%;
}
.box-form .box-btn {
  border: 1px solid #ccc;
  text-align: right;
  padding: 10px;
  background-color: #f1f1f1;
}
.box-form .box-btn .btn-baixar-formcaixa {
  background-color: #2196F3;
  border: 1px solid #3F51B5;
  border-radius: 4px;
  padding: 4px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  float: left;
  line-height: 17px;
}
.box-form .box-btn .btn-baixar-formcaixa:hover {
  background-color: #3F51B5;
}
.box-form .box-btn input[type=submit] {
  border: 1px solid #388a3b;
  background-color: #4CAF50;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
}
.box-form .box-btn input[type=submit]:hover {
  background-color: #388a3b;
}
.box-success {
  position: fixed;
  width: 330px;
  text-align: center;
  top: 50%;
  left: 50%;
  height: 70px;
  line-height: 70px;
  font-size: 17px;
  font-weight: 700;
  border-radius: 4px;
  box-shadow: 1px 2px 4px 0 #000000b5;
  margin-top: -35px;
  margin-left: -165px;
  z-index: 999;
  background-color: #4caf50;
  color: #fff;
}
.box-success .btn-fechar {
  position: absolute;
  right: 10px;
  top: -18px;
  color: #fff;
  cursor: pointer;
}
.box-error-cad {
  position: fixed;
  width: 330px;
  text-align: center;
  top: 50%;
  left: 50%;
  height: 70px;
  line-height: 70px;
  font-size: 17px;
  font-weight: 700;
  border-radius: 4px;
  box-shadow: 1px 2px 4px 0 #000000b5;
  margin-top: -35px;
  margin-left: -165px;
  z-index: 999;
}
.box-error-cad .btn-fechar {
  position: absolute;
  right: 10px;
  top: -18px;
  color: #444;
  cursor: pointer;
}
.box-error-cad.yellow {
  background-color: #FFEB3B;
}
.box-error-cad.red {
  background-color: #F44336;
  color: #fff;
}
.box-error-cad.red .btn-fechar {
  color: #fff;
}
footer {
  background-color: #02211b;
  color: #fff;
  height: 100px;
  line-height: 100px;
  text-align: center;
  width: 100%;
}
@media (max-width: 1279px) {
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
  }
  .banner img {
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .banner {
    height: auto;
  }
  .banner img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .box-form .line-campo.grid3 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
@media (max-width: 639px) {
  .faixa-topo {
    height: 40px;
  }
  .faixa-topo .informacao {
    width: 150px;
    margin: 0 auto;
  }
  .box-logo:before {
    top: 28px;
  }
  .box-logo img {
    top: 36px;
  }
  .banner {
    margin: 0 0 60px 0;
  }
  .box-text-page .title-text-page {
    font-size: 35px;
  }
  .box-text-page .text-page {
    font-size: 16px;
  }
  .box-title {
    border: 0;
    font-size: initial;
    line-height: initial;
  }
  .box-title span {
    font-size: 22px;
    display: block;
  }
}
@media (max-width: 474px) {
  .box-btn {
    display: grid;
    grid-gap: 5px;
    text-align: center;
  }
  .box-btn a {
    text-align: center;
    width: 200px;
    display: block;
    margin: 0 auto;
  }
  .box-btn input[submit] {
    width: 200px;
    display: block;
    margin: 0 auto;
  }
  footer {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .box-title span {
    font-size: 20px;
  }
}
