/* ==================== Modal de Ajuda ==================== */
#layout-menu {
  position: relative;
}

#modal-ajuda {
  width: calc(100% - 88px);
  height: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}

#modal-ajuda #backdrop {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}

#modal-ajuda #arrow {
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-top-width: 1.5rem;
  border-bottom-width: 1.5rem;
  border-right: 1.5rem solid #fff;
  z-index: 25;
  position: absolute;
  left: 1rem;
  bottom: calc((58px * 2) + 8px);
}

#modal-ajuda #wrap-modal {
  width: 50rem;
  background-color: #fff;
  border: 1px solid #0a4b78;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
  padding: 1rem;
  z-index: 20;
  position: absolute;
  left: 2.4rem;
  bottom: 2.4rem;
  display: flex;
  flex-direction: column;
}

#modal-ajuda #wrap-modal #close-modal {
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  color: #fff;
  background-color: red;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  right: -1rem;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

#modal-ajuda #wrap-modal .content-modal h2 {
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  color: #0a4b78;
  margin-top: 0;
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#modal-ajuda #wrap-modal .content-modal p {
  font-size: 1rem;
  color: #333;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

#modal-ajuda #wrap-modal .content-modal p:last-child {
  margin-bottom: 0;
}

#modal-ajuda #wrap-modal .content-modal p span {
  font-weight: bold;
  color: #0a4b78;
}

@media (max-width: 1366px) {
  #modal-ajuda #wrap-modal {
    width: 30rem;
  }

  #modal-ajuda #wrap-modal .content-modal h2 {
    font-size: 1.15rem;
  }

  #modal-ajuda #wrap-modal .content-modal p {
    font-size: 0.9rem;
  }
}

@media (max-width: 1024px) {
  #modal-ajuda {
    display: none;
  }
}

#login-form {
  width: 100%;
  max-width: 350px;

}
@media only screen and (min-width: 700px) {
  .task-login #logo{
    opacity: 1 !important;
    height: 110px;
    top: 10vh;
  }
} 

@media only screen and (min-width: 700px) {
  #login-form {
    width: 100%;
    max-width: 370px;
    top: 11vh;
  }  
  #login-form .form-group{
    height: 4rem;
  }
  .form-group #rcmloginuser{
    height: 4rem;

  }
  .form-group #rcmloginpwd{
    height: 4rem;
  }
  .formbuttons{
    height: 4rem;
  }
  .formbuttons #rcmloginsubmit{
    height: 4rem;
  }
} 


/* Banner */
.banner-merx-container{
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.banner-merx-wrapper{ 
  position: relative; 
  bottom: 0vh;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: white;
  
}


.banner-merx-content{
  display: flex;
  flex-direction: row;
  
  color: white;
  position: absolute;
  bottom: 10vh;

  font-size: 14px;
  width: 100%;

}

.banner-merx-content p{
  margin: 0px !important;
  margin-bottom:  5px !important;
}

.banner-merx-content button{
  background-color: transparent !important;
  border: 0.1px white solid;
  border-radius: 10px;
  padding: 2px 10px !important;
  margin-top: 0.25rem;

}

.banner-merx-content button:hover{
  border-color: white;
}


@media only screen and (max-width: 767px) {
  .img-mobile {
    width: 100%;
    bottom: 0vh;
  }
  .img-tablet, .img-desktop {
    display: none !important;
  }

  .banner-merx-content{
    left: 3%;
    top: 0.5rem;
    height: 12rem;
    display: flex;
    flex-direction: column;
  }
  .banner-merx-content p{
    line-height: 20px;
    letter-spacing:1px;
 
    font-size: 12px;
  }
  
  .banner-merx-content button{
    font-size: 12px !important;
    height: 1.75rem;
    width: 10rem;
    position: absolute;
    top: 4.5rem;
    left: 7.5rem;
  }

 @media only screen and (min-width: 400px) {
    .banner-merx-content p{
      line-height: 22px;
      font-size: 14px;
    }

    .banner-merx-content button{
      font-size: 14px !important;
      height: 2rem;
      width: 12rem;
      top: 5rem;
      left: 8.5rem;
    }
  }

  @media only screen and (min-width: 450px) {
    .banner-merx-content p{
      font-size: 16px;
    }

    .banner-merx-content button{
      font-size: 16px !important;
      height: 2.25rem;
      left: 10rem;
    }
  }

  @media only screen and (min-width: 500px) {
    .banner-merx-content{
      top: 1rem;
      left: 3%;
    }
    .banner-merx-content p{
      line-height: 25px;
      font-size: 18px;
    }

    .banner-merx-content button{
      font-size: 18px !important;
      height: 2.5rem;
      width: 12rem;
      top: 5.5rem;
      left: 12rem;
    }
  }

  @media only screen and (min-width: 550px) {
    .banner-merx-content button{
      left: 14rem;
    }
  }

  @media only screen and (min-width: 600px) {
    .banner-merx-content{
      top: 2rem;

    }

    .banner-merx-content button{
      font-size: 20px !important;
      top: 6rem;
      left: 16rem;
    }
  }

  @media only screen and (min-width: 650px) {
    .banner-merx-content button{
      left: 18rem;
    }
  }

  @media only screen and (min-width: 700px) {
    .banner-merx-content p{
      line-height: 25px;
      font-size: 22px;
    }

    .banner-merx-content button{
      font-size: 22px !important;
      left: 20rem;
      height: 3rem;
    }
  }
}

 @media only screen and (min-width: 768px) and (max-width: 1000px)  {
  .img-tablet {
    width: 100%;
  }
  .img-mobile, .img-desktop {
    display: none !important;
  }

  .banner-merx-content{
    left: 18%;
    top: 1rem;
    height: 12rem;
    display: flex;
    flex-direction: column;
  }
  .banner-merx-content p{
    line-height: 30px;
    letter-spacing:1px;
 
    font-size: 22px;
  }
  
  .banner-merx-content button{
    border-radius: 10px;
    font-size: 22px !important;
    height: 3rem;
    width: 14rem;
    position: absolute;
  }

  @media only screen and (min-width: 768px) {
  .banner-merx-content button{
    top: 6.5rem;
    left: 20rem;
   }
  }

  @media only screen and (min-width: 800px) {
    .banner-merx-content button{
      top: 7rem;
      left: 22rem;
    }
  }

  @media only screen and (min-width: 850px) {
    .banner-merx-content button{
      left: 24rem;
    }
 }
  @media only screen and (min-width: 900px) {
    .banner-merx-content button{
      left: 26rem;
    }
  }

  @media only screen and (min-width: 950px) {
    .banner-merx-content button{
      left: 28rem;
    }
  }

} 



@media only screen and (min-width: 1001px) {
  .img-desktop {
    width: 100%; 
    z-index: 1;
    bottom: 0vh;
  }
  .img-mobile, .img-tablet {
    display: none !important;
  }

  .banner-merx-content{
    left: 35%;
    top: 2rem;
    height: 12rem;
  }

  .banner-merx-content p{
    line-height: 30px;
    letter-spacing:1px;
 
    font-size: 28px;
  }
  
  .banner-merx-content button{
    border-radius: 10px;
    padding: 2px 10px !important;
    font-size: 22px !important;
    margin-top: 0.25rem;
    height: 3rem;
    margin-left: 4rem;


  
  }

}

@media only screen and (min-width: 1100px){

  .banner-merx-content p{
    line-height: 32px;

    left: 30rem;
    top: 2rem;
 
    font-size: 24px;
  }
  
  .banner-merx-content button{
    font-size: 24px !important;

    left: 34rem;
    top: 2.5rem;
  
  }

}

@media only screen and (min-width: 1200px){

  .banner-merx-content p{
    line-height: 35px;
    font-size: 26px;
  }
  
  .banner-merx-content button{
    font-size: 26px !important;
  
  }

}

@media only screen and (min-width: 1400px) {
  .banner-merx-content{
    top: 3rem;
  }

  .banner-merx-content p{
    line-height: 40px;
    font-size: 36px;
  }
  
  .banner-merx-content button{
    font-size: 32px !important;
    height: 4rem;
  
  }

} 

@media only screen and (min-width: 1800px) {

  .banner-merx-content{
    top: 4rem;
  }

  .banner-merx-content p{
    line-height: 40px;
    font-size: 38px;
  }
  
  .banner-merx-content button{
    font-size: 32px !important;
    height: 4rem;
  
  }

} 

/* ================================================== */
