@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap");

body {
  font-family: "Merriweather Sans", sans-serif;
}
a {
  color: #007EC3;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #007EC3;
  text-decoration: none;
}
hr {
  border-top: 1px solid #ccc;
}
.header-orange {
  background-color: #000;
  border-radius: 0px 0px 8px 8px;
  width: 100%;
  height: 64px;
}
.first-access-txt {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #007EC3;
}
.welcome-txt {
  font-family: "Merriweather Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-top: -25px;
}
.welcome-txt2 {
  font-family: "Merriweather Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding-top: 10px;
}

.alert-danger {
  color: #007EC3;
  background-color: #f8d7da1c;
  border-color: #f5c6cb;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.alert-success {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.btn-orange{
  transform: skewX(-15deg);
  background: #007EC3;
  border: 1px solid #007EC3;
  border-radius: 0;
  display: block;
  color: #fff;
  max-width: 500px;
  margin: 0 auto;
  height: 50px;
  align-content: center;
  transition: ease-in-out 0.2s;
  text-decoration: none;
}

.btn-orange .inner-btn{
  display: inline-block;         /* importante pro transform funcionar bem */
  transform: skewX(15deg);       /* cancela o skew do pai */
}

.btn{
  transform: skewX(-15deg);
}

.btn .inner-btn{
  display: inline-block;
  transform: skewX(15deg);
}


.btn-orange:hover,
.btn-orange:focus {
  background: #007EC3;
  color: #fff;
  transition: ease-in-out 0.2s;
}
.btn-outline {
  transform: skewX(-15deg) skewY(0);
  background: #D9D9D9;
  border: none;
  border-radius: 0px;
  display: block;
  color: #000000;
  align-content: center;
  max-width: 500px;
  margin: 0 auto;
  height: 50px;
  transition: ease-in-out 0.2s;
  text-decoration: none;
}
.btn-outline:hover,
.btn-outline:focus {
  background: #D9D9D9;
  color: #000;
  transition: ease-in-out 0.2s;
}
.btn-visitante{
  margin-top: -15px !important;
  background-color: #BEDEF1;
}
.btn-visitante:hover,
.btn-visitante:focus{
  margin-top: -15px !important;
  background-color: #BEDEF1;
}
.login-h3 {
  font-family: "Merriweather Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 48px;
  color: #007EC3;
  text-align: center !important;
}

.invalid-feedback {
  font-size: 12px;
  font-weight: bold;
  padding-left: 0.25rem !important;
}

#mainPage label,
#signUpPage label {
  color: #007EC3;
  font-weight: 500;
}
#mainPage input::placeholder {
  color: #ccc;
}
.inputs-fields {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  max-width: 500px;
  height: 40px;
  border-color: #677185;
  border-radius: 8px;
}
.ajuste-field{
    font-family: "Merriweather Sans";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    max-width: 500px;
    height: 60px;
    border-color: #000000;
    border: 0px;
    border-bottom: 1px solid #000000;
    border-radius: 0px;
}
.ajuste-texto{
    color: #000;
    font-weight: 300;
    font-size: 16px;
}
/*
.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 122, 21, 25%);
  border-color: #677185;
}
*/
.mw-500 {
  max-width: 500px;
}
#loginPage .loginform {
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #007EC3;
  font-weight: 500;
}
.link-forgot-pass {
  font-size: 16px;
}
.hide-pass-icon {
  position: absolute;
  right: 28px;
  margin-top: 25px;
  cursor: pointer;
  color: #ccc;
}
.signup-steps-txt {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #677185;
}
#signUpPage .progress {
  height: 10px;
}
#signUpPage .progress,
#signUpPage .progress-bar {
  border-radius: 0px;
}
#signUpPage .progress-bar {
  background: linear-gradient(90deg, #007EC3 0%, #007EC3 100%);
}

form .warning-span {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #677185;
}
.autorization-subtitles {
  color: #0352a2;
  font-weight: 500;
}
#signUpPage .checkboxes-text {
  font-size: 12px;
}
#signUpPage .checkboxes-text a {
  color: #007EC3;
  font-weight: 600;
  text-decoration: none;
}
#signUpPage .checkboxes-text a:hover,
#signUpPage .checkboxes-text a:focus {
  text-decoration: underline;
}
#signUpPage input[type="checkbox"] {
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
}
/* toggle button */
#signUpPage .switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 20px;
}
#signUpPage .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#signUpPage .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#signUpPage .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#signUpPage input:checked + .slider {
  background-color: #007EC3;
}
#signUpPage input:focus + .slider {
  box-shadow: 0 0 1px #ccc;
}
#signUpPage input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}
/* Rounded sliders */
#signUpPage .slider.round {
  border-radius: 34px;
}
#signUpPage .slider.round:before {
  border-radius: 50%;
}
#signUpPage .switch-text {
  font-size: 12px;
  line-height: 16px;
}
.w-80 {
  width: 80% !important;
}
.w-15 {
  width: 15% !important;
}
.ico-emoji-success {
  position: relative;
  bottom: 5px;
}
.text-signup-success {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #676767;
}
.text-signup-success a {
  color: #007EC3;
  text-decoration: none;
}
.text-signup-success a:hover,
.text-signup-success a:focus {
  color: #007EC3;
  text-decoration: underline;
}
/*Media Queries*/
@media (max-width: 500px) {
  .welcome-mobile {
    padding: 0 20px;
  }
}
/* Estilos do Botão Flutuante do WhatsApp */
/*.whatsapp-float{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 60px;
  height: 60px;
}

.whatsapp-float img {
max-width: 60px !important;
}*/

/* Efeito hover */

/*
.whatsapp-float:hover img {
  animation: float 0.5s ease-in-out infinite alternate;
}*/

@keyframes whatapp-float {
  0% {
      transform: translateY(0px);
  }
  100% {
      transform: translateY(-5px);
  }
}

body {
  background-image: url('../img/background-login.png');
  background-size: cover; /* Ajusta a imagem para cobrir todo o fundo */
  background-position: center; /* Centraliza a imagem */
  background-repeat: no-repeat; /* Evita repetição */
  background-attachment: fixed; /* Opcional: mantém a imagem fixa ao rolar a página */
}

.container{
background-color: #fff;
    padding: 40px;
    border-radius: 0px;

}
/* Fim Estilos do Botão Flutuante do WhatsApp */

.container.ajuste-container {
    max-width: 500px;
}

.ajuste-coluna {
    flex: 0 0 100% !important;   /* ocupa 100% */
    max-width: 100% !important;  /* não limita em 50% */
}

.custom-topbar {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1051;
    font-size: 0.9rem;
    padding: 10px 120px;
}

.custom-topbar .topbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-topbar a {
    text-decoration: none;
    color: #fff !important;
    transition: color 0.2s ease;
}

.custom-topbar a:hover {
    color: #fff !important;
}

.top-links a {
    margin: 0 8px;
}
.header-orange{
  display: none;;
}

.form-group{
margin-bottom: 22px !important;

}
.texto-defic{
margin-top: 5px !important;
font-size: 12px;
color: #9C9C9C;
}
