.fluxo-img{
  max-width: 100%;
  height: -webkit-fill-available;
  max-height: 90%;
}

    .iframe-bi{
      max-height: 90%;
    }

    .modal-dialog-bi,
    .modal-dialog-t {
      max-width: 98%;
      margin: 0 1%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100vh;
      display: flex;            
    }

    .ranking-p{
      margin: 0;
    }

    /* Isso é pra manter o comportamento do scroll funcionando corretamente ao abrir e fechar um modal sobre outro modal*/
    .modal:nth-of-type(even) {
      z-index: 1052 !important;
    }

    .modal-backdrop.show:nth-of-type(even) {
      z-index: 1051 !important;
    } 

.cookie-consent-modal {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 998;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ff3700;

}

.hide-cookie-modal {
  display: none;
}

.content-cookie {
  background-color: #fff;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  width: 100%;
}

.btns {
  display: flex;
  justify-content: flex-end;
}

.btn-cookie {
  border: none;
  outline: none;
  padding: 1rem;
  border-radius: 5px;
  width: auto;
  white-space: nowrap;
}


.btn-cookie:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.btn-cookie.accept {
  background-color: #ff3700;
  color: #fff;
  margin-left: 1em;
}

.btn-cookie.cancel {
  background-color: #fff;
  border: 1px solid #ff3700;
  color: #ff3700;
  margin-left: 1em;
}

.btn-cookie.cancel:hover,
.btn-cookie.accept:hover {
  text-decoration: underline;
  display: inline-block;
}

.cookie-p {
  max-width: 80%;
}

.label-required {
  margin: 0 0 5px 3px;
}

.label-required-warning,
.label-required {
  font-size: 16px;
  color: red;
}

.error-message {
  color: red;
}

.input-normal {
  border: 1px solid #CCC;
}

.error-input {
  border: 1px solid red;
}

.error-input:focus {
  outline: none;
  border: 2px solid red;
  box-shadow: 0 0 1px red;
}

.loading {
  height: 20px;
  float: right;
  margin-right: 10px;
  margin-top: -26px;
}

.hide-spinner {
  display: none;
}



.div-form-button {
  align-self: center;
}

@font-face {
  font-display: swap;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  

}


.btn:focus,
.btn:active {
  outline: none;
  box-shadow: none;
  margin: none;
}

.bg-grey {
  background: #a6a6a6;
}

.color-white {
  color: #FFF;
}

.color-orange {
  color: #f15922;
}

.form {
  background: #FFF;
  margin-bottom: 50px;
  padding: 30px;
}

.form .form-group {
  margin: 17px 0 10px;
}

.form label {
  font-family: Arial, sans-serif;
  color: #666;
  font-size: .95rem;
  margin: 0;
}

.form .form-control {
  font-size: 1rem;
}

.form input.form-control {
  padding: 0 0 .365rem 0;
  font-family: Arial, sans-serif;
  color: #666;
  font-size: 0.95rem;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 0.5px solid #CCC !important;
}

.form textarea.form-control {
  font-family: Arial, sans-serif;
  color: #666;
  font-size: 0.95rem;
  height: 100px;
  border: 1px solid #666 !important;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.form .checkbox {
  margin: 6px 0;
}

footer {
  background: #FFF;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}

footer p a {
  text-decoration: underline;
}

footer p a:hover {
  color: #f15922;
}

.no-margin-x {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.body {
  font-family: Arial, sans-serif;
  padding-top: 50px;
  background: url(https://image.relacionamento.arcelormittal.com.br/lib/fe3d157175640478701072/m/2/construcao.png) center top no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 100vw rgba(255, 83, 7, 0.9);
  min-height: 100vh;
  position: relative;
}

.img-juntos {
  position: relative;
  width: 600px;
  height: auto;

}

.img-modelo {
  position: absolute;
  right: 26%;
  height: 350px;
  width: auto;
}

.img-juntos,
.img-modelo {
  margin-top: 20px;

}

.img-container {
  position: relative;
  left: 0;
  top: 0;
}

.form-margin-top {
  margin-top: 54px;
}

.form-container {
  min-height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}

.header {
  margin-bottom: 20px;
}

.navbar-logo {
  width: 123px;
  height: 50px;
}

/* Remove border from toggler */
.navbar-toggler {
  border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon {
  width: 30px;
  height: 3px;
  background-color: #e74c3c;
  display: block;
  transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar {
  margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
  background-color: #777777;
}

.navbar-background {
  background-color: white;
}

.navbar-border {
  border-bottom: 1px solid #ff3700;
}

.navbar-brand-link {
  color: rgba(0, 0, 0, .5);
  display: block;
  padding: .5rem 1rem;
}

.navbar-brand-link:hover {
  color: #ff3700;
  transition: .5s;
}

.second-box {
  padding-top: 5rem;
}

.header {
  margin-bottom: 20px;
}

.form-control-style {
  padding: .365rem 0;
  text-indent: .365rem;
  font-family: Arial, sans-serif;
  font-size: 0.95rem;
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  /* border: 1px solid #CCC; */
  border-radius: .25rem;
}

.input-normal:focus {
  outline: none;
  border: 2px solid #B0E0E6;
  box-shadow: 0 0 1px #B0E0E6;
}

.form-textarea {
  height: 115px;
}

.title-action {
  color: white;
  font-size: 2rem;
  position: absolute;
  width: 30%;
  top: 22.5%;
  left: 28.999%;
}

.title-message {
  color: white;
  font-size: 4rem;
  position: absolute;
  width: 39%;
  top: 9%;
  left: 33%;
}

.email-padding-bottom {
  padding-bottom: .5rem;
}

.header-presentation-form {
  align-items: center;
  margin-bottom: 50px;
}

.img-logo-campaign {
  width: 230px;
  height: auto;
}

.be-a-partner {
  border: 1px solid #f15922;
  border-radius: 100px;
  padding: 20px;
  text-align: center;
  font-size: 1rem;
  margin: 0px;
}

.form-width {
  width: 90%;
}

.form-button {
  font-family: Arial, sans-serif;
  background: #f15922;
  border: none;
  color: #FFF;
  padding: 12px 30px;
  border-bottom-left-radius: 10px;
  transition: 0.5s;
}

.form-button:focus,
.form-button:active {
  border: 1px solid black;
  outline: none;
  box-shadow: none;
}

.form-button:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
}

.form-h2 {
  font-family: Arial, sans-serif;
  font-size: 3.5rem;
}

.footer-privacy {
  margin-bottom: 0;
  font-size: 1.1rem;
  justify-content: center;
}

.email-a {
  display: inline-block;
  word-wrap: break-word;
  word-break: break-all;
}

.nome-modelo {
  text-align: center;
  margin-top: -25px;
  font-size: 10px;
}

@media only screen and (max-width: 1200px) {
  .form-width {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .form-button {
    padding: 12px 15px;
  }

  .img-logo-campaign {
    width: 200px;
  }

  .div-logo-campaign {
    text-align: center;
  }


  .img-juntos {
    width: 500px;

  }

  .img-modelo {
    height: 300px;

  }

  .form-margin-top {
    margin-top: 54px;
  }

  /* .form-control-style,
      .form textarea.form-control,
      .form input.form-control,
      .form label {
        font-size: 0.85rem;
      } */

  .content-cookie {
    flex-direction: column;
  }

  .cookie-p {
    max-width: 100%;
    font-size: 0.9rem;
  }

  .btns {
    align-self: flex-end;
  }

  .btn-cookie {
    padding: 0.5rem;
  }


}

@media only screen and (max-width: 768px) {
  .second-box {
    padding-top: 4rem;
  }

  .form-h2 {
    font-family: Arial, sans-serif;
    font-size: 2.5rem;
    margin: 30px auto 0 auto;
    display: block;
    text-align: center;
  }

  .form {
    position: relative;
    display: block;
    padding: 30px;
    z-index: 4;
  }

  main.container .container {
    padding: 0 !important;
  }

  .div-logo-campaign {
    margin-bottom: 30px;
  }

 .modal-dialog-t{
   max-height: 50%;
  }
}

@media only screen and (max-width: 550px) {

  .form-h2 {
    font-size: 2rem;
  }

  .img-juntos {
    width: 300px;

  }

  .img-modelo {
    height: 190px;
    right: 25%;
  }

  .form-margin-top {
    margin-top: 42px;
  }

  .footer-privacy {
    font-size: 0.8rem;
  }

  .header-presentation-form {
    align-items: center;
    margin-bottom: 25px;
  }

  .second-box {
    padding-top: 2rem;
  }

  .img-logo-campaign {
    width: 170px;
  }
}

@media only screen and (max-width: 390px) {
  .navbar-logo {
    width: 80px;
    height: auto;
  }

  .img-juntos {
    width: 200px;
  }

  .img-modelo {
    height: 127px;
  }

  .form-margin-top {
    margin-top: 28px;
  }

  .be-a-partner {
    font-size: 0.8rem;
  }

  .form-h2 {
    font-size: 1.5rem;
  }

  .img-logo-campaign {
    width: 120px;
  }

}