@font-face {
  font-family: Coluna;
  src: url('../fonts/Coluna.otf');
}

html {
  font-family: Raleway;
  background-color: #f6f6f6;
}
strong{
  
    font-weight: 600;
}
.max-height {

  min-height: 100vh;
}

.bg-cinza {}

.header-text {
  background-color: #fb4f01;
  color: white;
  padding: 100px;
  text-align: right;
}

.header-text h1 {
  font-family: Coluna;
  font-size: 2.5rem;
  font-weight: 300;
}

.header-text h1:after {
  display: block;
  background: white;
  position: absolute;
  right: 100px;
  height: 5px;
  width: 300px;
  margin-top: -20px;
  content: '';
}

.header-img {
  background: #1d1c20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background: url('../images/Card.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.header-img .logo { 
  width: 100%;
  max-width: 540px; 
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-flow: row wrap;
}

.col-6 {
  width: 50%;
}

.input-block {
  margin-top: 40px;
}

.input-form {
  width: 100%;
  padding: 10px 20px;
  margin: 5px 0;
  background: none;
  color: white;
  text-transform: uppercase;
  border: 2px solid white;
  font-size: 18px;
  font-weight: 800;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 0.5;
  /* Firefox */
}

.button-primary {
  background: white;
  color: #fb4f01;
  margin-top: 20px;
  font-family: Coluna;
  font-size: 2.7rem;
  padding-top: 10px;
  padding-bottom: 0px;
  line-height: 1;
  transition: 0.5s;
  border: solid 5px white;
}

.button-primary:hover,
.button-primary:focus {
  background-color: #fb4f01;
  color: white;
  transition: 0.5s;
}

.button-facebook {
  background: #3B5998;
  color: white;
  margin-top: 20px;
  font-family: Coluna;
  font-size: 2.7rem;
  padding-top: 10px;
  padding-bottom: 0px;
  line-height: 1;
  transition: 0.5s;
  border: solid 5px #38538f;
  display: block;
  text-align: center;
}

.button-facebook:hover,
.button-facebook:focus {
  background-color: #ce1227;
  border: solid 5px white;
  color: white;
  transition: 0.5s;
}

.termos {
  font-size: 1rem;
  text-align: left;
  padding-top: 10px;
}

.termos span a {
  color: inherit;
  font-weight: bold;
}

.termos span a:hover {
  color: #96d3b5;
}

.manifesto h1 {
  font-family: Coluna;
  font-size: 8rem;
  line-height: 1;
  padding-top: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
}

.manifesto h1:after {
  content: '';
  display: block;
  width: 70%;
  margin-left: 15%;
  margin-top: -10px;
  background: black;
  height: 5px;
}

.manifesto h1 span {
  color: #fb4f01;
}

.manifesto h2 {
  width: 70%;
  padding-top: 15px;
  margin: 0 auto;
  font-size: 2rem;
  text-transform: capitalize;
  text-align: center;
  font-weight: 600;
}

.manifesto h3 {
  text-align: center;
  font-style: italic;
  font-weight: 600;
  margin-top: 10px;
  font-size: 1.4rem;
}

.texto-manifesto span.aa {
  background-color: #ebff9c;
  padding: 3px;
}

.texto-manifesto a {
  color: #fb4f01;
}

@keyframes highlight {
  from {
    background-position: 0;
  }

  to {
    background-position: -100%;
  }
}

.texto-manifesto mark {
  background: none;
}

.texto-manifesto mark.transition {
  animation-name: highlight;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  background-size: 200%;
  background-image: linear-gradient(to right, #f6f6f6 50%, transparent 50%),
    linear-gradient(to right, transparent 50%, #f5bfc3 50%);
  padding: 3px;
  /* ced9a5 */
}

.texto-manifesto p, .texto-manifesto li {
  margin: 30px 0;
  font-size: 1.2rem;
}

.text-right {
  text-align: right;
}

.text-right-container {
  display: flex;
  justify-content: flex-end;
  margin: 10px;
}

.text-right.text-max-width {
  max-width: 400px;
  display: flex;
}

.text-italic {
  font-style: italic;
  font-size: 1.3rem;
}

.entidades{
  column-count: 2;
  list-style: none;
  margin-bottom: 50px;
}
.entidades li {  
  font-weight: 600; 
  margin: 0 0 20px;
}

#assinaturas {
  margin-bottom: 50px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

#assinaturas h2 {
  font-family: Coluna;
  font-size: 2.5rem;
}

#assinaturas {
  list-style: none;
  padding: 0;
}

#assinaturas li {
  font-size: 1.2rem;
  line-height: 0.8;
  text-transform: uppercase;
  margin: 0 0 20px;
}

footer {
  background: #222222;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 70px 120px;
}

.contato {
  margin-top: -30px;
}

.contato h2 {
  color: white;
  font-family: Coluna;
  font-size: 3rem;
}

.mobiliza {
  margin-left: auto;
}

.mobiliza img {
  width: 100%;
  max-width: 220px;
}

.contato a {
  display: inline-block;
  margin-right: 25px;
  filter: invert(1);
}

.contato a:hover {
  filter: invert(0.8);
}

.contato a img {
  width: auto;
  height: 50px;
}

.label-float {
  position: relative;
  padding-top: 13px;
}

.label-float input {
  width: 100%;
  padding: 10px 20px;
  margin: 5px 0;
  background: none;
  color: white;
  border: 2px solid white;
  font-size: 18px;
  font-weight: 800;
}


.label-float input::placeholder {
  color: transparent;
}

.label-float label {
  pointer-events: none;
  position: absolute;
  top: 38%;
  left: 15px;
  color: #fcd0df;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
}


.label-float input:focus+label,
.label-float input:not(:placeholder-shown)+label {
  font-size: 13px;
  margin-top: -15px;
  margin-left: -10px;
  color: white;
}

.localGroup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.localGroup select {
  margin-top: 18px;
}

.localGroup option {
  background: #701414;
}


@media screen and (max-width: 1000px) {
  .col-6 {
    width: 100%;
  }

  .header-img {
    height: 400px;
  }
  .header-img .logo {
    padding: 0 20px;
  }
  .button-primary {
    font-size: 2rem;
    padding-top: 7px;
    padding-bottom: 3px;
    height: 50px;
  }

  .container {
    padding: 15px;
  }

  .header-text {
    padding: 30px;
  }

  .header-text h1:after {
    margin-top: -12px;
    width: 240px;
    right: 30px;
  }

  .manifesto h1 {
    font-size: 5rem;
  }

  .manifesto h2 {
    font-size: 1.5rem;
  }

  .manifesto h3 {
    font-size: 1.2rem;
  }

  .texto-manifesto p,
  .texto-manifesto li,
  #assinaturas li {
    font-size: 0.9rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .mobiliza {
    margin-top: 80px;
  }

}

@media screen and (min-width: 1200px) {
  .text-container {
    font-size: 14pt;
    line-height: 1.8;
  }

  .header-text h1 {
    font-size: 3.5rem;
  }
}

.logos-rodape {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}

.logos-rodape img {
  max-width: 300px;
  max-height: 100px;
  height: auto;
}


#resultado {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  background: #f18902;
  padding: 2rem 0;
  box-shadow: inset 0 0 10px #000000;
}
#resultado img {
  width: 300px;
  margin: 0 auto;
  max-width: 100%;
}
#resultado div {
  display: flex;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}

#download {  
    min-width: 130px;
    height: 40px;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border: 2px solid #2c0b8e;
    background: #2c0b8e;  
}
#download:hover{
  background: #fff;
    color: #2c0b8e
}
#compartilhar {
  min-width: 130px;
  height: 40px;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border: 2px solid #57cc99;
  background: #57cc99;
}
#compartilhar:hover {
  background: #fff;
  color: #57cc99
}
.geradorFoto a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;


  background: #fb4f01;
  color: #fff;
  margin-top: 20px;
  font-family: Coluna;
  font-size: 2.7rem;
  padding-top: 10px;
  padding-bottom: 0px;
  line-height: 1;
  transition: 0.5s;
  border: solid 5px #fb4f01;

  text-decoration: none;

  transition: background 0.5s;
}

/* pseudo-selector */
.geradorFoto a:hover, .geradorFoto a:focus {
  background: #fff;
  color: #fb4f01;
  border: 5px solid #fb4f01;
  cursor: pointer;
}