.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Roboto;

}


body {
  /* background-color: #000; */
  color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

header {
  color: #fff;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 1em;
  z-index: 2;
}

main {
  color: #fff;
  width: 100%;
  height: auto;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 1em;
}

.form_pesquisa {
  width: 99% !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 30px;

  z-index: 4;

  /* border: solid 1px violet; */

}

a:link {
  color:#ff0000;
  text-decoration:none;
}
a:visited {
  color:#999999;
  text-decoration:none;
}
a:hover {
  color:#000000;
  text-decoration:underline;
}
a:active {
  color:#00ff00;
  text-decoration:underline;
  background-color:#000000;
}

/* .space {
  width: 100%;
  height: 80px;
} */

.form_pesquisa input {
  background-color: transparent !important;
  width: auto;
  height: auto;
  border: none;
  border-bottom: solid 1px gray;
  font-size: 1.2em !important;
  color: #fff;

  /* border: solid 1px blue; */

}

.form_pesquisa label {
  font-size: 1.5em;
  color: gray;
}

.form_input {
  display: flex;
  flex-direction: column;
  flex-direction: flex-start;
  width: auto !important;
  margin-top: 30px;
  margin-bottom: 15px;
}

.btn_enviar {
  border: solid 1px gray !important;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.2em;
  transition: 0.7s ease-in-out;
}

.btn_enviar:hover {
  background-color: green;
  border: solid 1px green !important;
  transform: scale(1.1);
  cursor: pointer;
}

/* ::-webkit-input-placeholder {
  color: #fff;
}
:-ms-input-placeholder {  
  color: #fff;  
} */

.lbl_msg {
  color: #fff !important;
  margin-bottom: 10px;
  font-size: 1.2em !important;
}


.sim {
  border: solid 1px gray !important;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.2em;
  transition: 0.7s ease-in-out;
  text-align: center;
}

.sim:hover {
  background-color: green;
  border: solid 1px green !important;
  transform: scale(1.1);
  cursor: pointer;
}

.nao {
  border: solid 1px gray !important;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.2em;
  transition: 0.7s ease-in-out;
  text-align: center;
}

.nao:hover {
  background-color: red;
  border: solid 1px red !important;
  transform: scale(1.1);
  cursor: pointer;
}

.modal_dialog_custom{
  color: #000;
  max-width: 45%;
  font-size: 1.1em;
  border:dashed 3px #daa520 !important;
  border-radius: 10px  !important;
}

.modal_content_custom{
  background-color: #000 !important;
  border: none  !important;
}

.modal_header_custom{
  border: none  !important;
} 

.modal_footer_custom{
  border: none  !important;
}

.modal_body_custom{
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px;
  border: none  !important;
  color: #fff;

  background-image: url('../img/Carol_Formulario_opacity_2.png');
  background-size: contain; /* Ajusta a imagem para cobrir toda a div */
  background-position: bottom; /* Centraliza a imagem na div */
  background-repeat: no-repeat; /* Evita que a imagem se repita */
  opacity: 0.9;

}

.modal_body_custom p span{
  padding: 20px;
}

.entregaveis {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  font-size: 1em;
}



.box_ok{
  width: 15px !important;
  height: 15px !important;
  background-color: rgb(18, 175, 18);
  border-radius: 50%;
  background-image: url('../img/ok.png');
  background-size: cover; /* Ajusta a imagem para cobrir toda a div */
  background-position: center; /* Centraliza a imagem na div */
  background-repeat: no-repeat; /* Evita que a imagem se repita */
  margin-left: 15px;
  margin-right: 5px;
}

.modal_title_custom{
  width: 100%;
  font-weight: bold;
  /* background-color: aqua; */
}

/* 
.titulo{
  position: fixed;
  top: 15px;
  font-size: 1em;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
} */

.e404{
  width: 40%;
}

.iObrigado{
  width: 20%;
}

.h1_obrigado{
  font-size: 2em; 
  width: 100%;
  text-align: center;
  font-style: italic;
  color: #FFD200;
}

.h2_obrigado{
  font-size: 1.5em; 
  width: 40%;
  text-align: center;
  font-style: italic;
}

.box_404{
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.box_obrigado{
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.btn_success_custom{
  background-color: #daa520 !important;
  border: solid 1px #daa520 !important;
  transition: all 0.9s;
}

.btn_success_custom:hover{
  background-color: #eeaf11 !important;
  border: solid 1px #eeaf11 !important;
  transform: scale(1.1);
}

.silenciado{
  width: 30%;
  font-weight: 300;
  font-size: 1em;
  font-style: italic;
}

.link{
  background-color: #008000;
  color: #fff !important;
  border-radius: 12px;
  width: 30%;
  margin: 15px;
}

.link a:link{
  color: #fff !important;
  text-decoration:none;
}

.zap{
  width:28px;
  height:28px;
  margin:7px;
}

@media screen and (max-width: 500px) {

  .link{
    border-radius: 12px;
    width: 60%;
    margin: 15px;
  }

  .zap{
    width:28px;
    height:28px;
    margin:7px;
  }

  .silenciado{
    width: 60%;
  }

  .form_input {
    width: 100%;
  }

  .form_pesquisa input {
    background-color: transparent !important;
    width: 90%;
  }

  .form_pesquisa input {
    font-size: 1.2em !important;
  }

  .form_pesquisa label {
    font-size: 1.3em !important;
  }
  

  .modal_dialog_custom{
    max-width: 95%;
    font-size: 1.5em;
  }

  .e404{
    width: 80%;
  }
  
  .modal_body_custom{
    padding: 15px;
  }

  .modal_body_custom p span{
    padding: 10px;
  }


  .modal_body_custom p{
    font-size: 0.7em;
  }


  .entregaveis {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    font-size: 0.7em;
  }

  .iObrigado{
    width: 80% !important;
  }

  .h1_obrigado{
    font-size: 2em; 
    width: 80%;
    text-align: center;
  }

  .h2_obrigado{
    width: 80%;
  }

  .btn_enviar {
    font-size: 1.1em;
  }

  /* - */
}