@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Patua+One&display=swap");
body {
  width: 100%;
  height: 100%;
  background-color: #35a0e3;
  margin: auto;
  padding: auto;
}

.box-home {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);
  padding: 15px 15px 5px 15px;
  margin-bottom: 15px;
  height: 100%;
}
.box-home h2 {
  height: 120px;
  font-family: "Patua One", serif;
}
.box-home .center-box {
  height: 100px;
}
.box-home .center-box p {
  color: #444;
}
.box-home .box-btn {
  text-align: right;
}

.box-home-sec {
  padding: 30px;
  margin-top: 30px;
  display: flex;
}
.box-home-sec .box-home-sec-icon {
  padding-right: 30px;
  opacity: 0.65;
}
.box-home-sec .box-home-sec-txt p {
  text-align: justify;
}
.box-home-sec .box-home-sec-txt h2 {
  font-family: "Patua One", serif;
}

.boxlogo {
  padding: 0px;
}
.boxlogo img {
  display: inline;
}
.boxlogo .btn {
  float: right;
  margin: 0px;
}
.boxlogo .boxbtns {
  float: right;
  width: 320px;
  padding-top: 40px;
}

.labels-form {
  font-size: 18px;
  color: #555;
  font-weight: 600;
  margin-bottom: 10px;
}

.form-solicit .form-floating {
  margin-bottom: 10px;
}

.box-horarios-select {
  height: 100%;
  float: left;
  margin-bottom: 10px;
}
.box-horarios-select .item-horario {
  background-color: green;
  padding: 4px;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.8;
  float: left;
  margin: 2px;
}
.box-horarios-select .item-horario:hover {
  opacity: 1;
}
.box-horarios-select .item-horario p {
  color: white;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  width: 100%;
}

.hide-bar {
  width: 100%;
  padding: 5px;
  background-color: transparent;
}

#txtConfirm {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tipo2 {
  height: auto !important;
}

.rodape-form {
  display: none;
  padding: 20px;
}

.msg-bg {
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.msg-bg .msg-container {
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  display: flex;
  align-items: center;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.msg-bg .msg-container .msg-body {
  width: 550px;
  margin: auto;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.msg-bg .msg-container .msg-body .msg-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 20px;
}
.msg-bg .msg-container .msg-body .msg-text {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
.msg-bg .msg-container .msg-body .msg-btns {
  margin: auto;
  text-align: center;
}

.box-confirmacao {
  height: auto !important;
  padding: 20px;
}
.box-confirmacao h5 {
  margin-bottom: 30px;
  font-size: 16px;
}
.box-confirmacao h3 {
  font-weight: 600;
  margin: 0px;
}
.box-confirmacao p {
  font-size: 18px;
  margin: 0px;
  padding: 0px;
}

#banner_home {
  width: 100%; /* Largura da div */
  height: 400px; /* Altura da div (ajuste conforme necessário) */
  border-radius: 10px;
  margin-bottom: 20px;
  background-image: url("http://www.iptea.com.br/pic/banner.jpg"); /* URL da imagem de fundo */
  background-size: cover; /* Dimensiona a imagem para cobrir a div */
  background-position: center center; /* Centraliza a imagem na div */
  background-repeat: no-repeat; /* Impede a repetição da imagem */
  background-color: white;
  padding-top: 100px;
  text-align: center;
}
#banner_home h1 {
  font-family: "Patua One", serif;
  text-align: center;
  font-size: 54px;
  color: white;
  text-shadow: 0px 0px 5px black;
}

footer {
  background-color: #555;
}
footer .box-footer {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
}
footer .box-footer * {
  margin: 0px;
  padding: 0px;
}
footer h3 {
  font-family: "Patua One", serif;
}
footer p {
  font-size: 14px;
}

#logo {
  height: 120px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.box-login {
  width: 350px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.box-login .form-floating {
  margin-top: 20px;
}
.box-login .box-btns {
  text-align: right;
}
.box-login .login-top {
  text-align: center;
}
.box-login .login-top img {
  max-width: 150px;
  margin-bottom: 20px;
}
.box-login .login-top h4, .box-login .login-top p {
  text-align: left;
  margin: 0px;
}

#box-novo_usuario {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}
#box-novo_usuario div {
  margin-right: 5px;
}
#box-novo_usuario #login {
  text-transform: lowercase;
}

.box-datas-agenda, .box-table {
  border-radius: 10px;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #ccc;
  padding: 20px;
  background-color: white;
}
.box-datas-agenda h3, .box-table h3 {
  font-size: 18px;
}
.box-datas-agenda p, .box-table p {
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}
.box-datas-agenda .box-info-topo, .box-table .box-info-topo {
  display: flex;
}
.box-datas-agenda .box-info-topo h3:nth-of-type(1), .box-table .box-info-topo h3:nth-of-type(1) {
  width: 100%;
  font-size: 22px;
}
.box-datas-agenda .box-info-topo h3:nth-of-type(2), .box-table .box-info-topo h3:nth-of-type(2) {
  width: 100px;
  font-weight: 900;
  color: #666;
}

.input-transp {
  border: none;
  border-color: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  width: 100%;
  outline: none;
}

.box-foto-form .box-img-carteira {
  float: left;
  width: 162px;
  height: 212px;
}
.box-foto-form .box-img-carteira .box-img-carteira {
  width: 162px;
  height: 212px;
  float: left;
}

.box-img-carteira {
  margin: auto;
  text-align: center;
  padding: 5px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.box-img-carteira .img-carteira {
  width: 150px;
  height: 200px;
  margin: 0px;
  padding: 0px;
  border: none;
  background-color: #ccc;
  border-radius: 5px;
}
.box-img-carteira .btn-img-carteira {
  display: inline;
  margin-top: 5px;
  width: 100%;
}
.box-img-carteira #foto {
  display: none;
}

.table-painel * {
  font-size: 14px;
}

.table-mini * {
  font-size: 14px;
}

#imagem_carteira {
  width: 100%;
  border-radius: 10px;
}

.btn-info {
  color: white !important;
  background-color: #62b5e9;
  border-color: #62b5e9;
  --bs-btn-disabled-bg: #62b5e9;
  --bs-btn-disabled-border-color: #62b5e9;
  --bs-btn-bg: #62b5e9;
  --bs-btn-border-color: #62b5e9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #62b5e9;
  --bs-btn-hover-border-color: #62b5e9;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-bg: #62b5e9;
  --bs-btn-active-border-color: #62b5e9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-bg: #62b5e9;
  --bs-btn-disabled-border-color: #62b5e9;
}
.btn-info:hover, .btn-info:focus {
  background-color: #35a0e3;
  border-color: #35a0e3;
  --bs-btn-disabled-bg: darken(#62b5e9, 10%);
  --bs-btn-disabled-border-color: darken(#62b5e9, 10%);
  --bs-btn-focus-box-shadow: none;
}

.box-validacao {
  margin: auto;
  border-radius: 10px;
  width: auto;
  max-width: 600px;
  padding: 30px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: white;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.05);
  top: 30px;
}
.box-validacao h3 {
  margin-top: 40px;
  font-weight: 900;
}
.box-validacao h5 {
  font-weight: 400;
}
.box-validacao img {
  margin: center;
}
.box-validacao p {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  color: #333;
}

@media print {
  body {
    margin: 0;
    padding: 0;
    width: 210mm; /* Largura da folha A4 */
    height: 297mm; /* Altura da folha A4 */
  }
  .link-btn-print {
    display: none !important;
  }
  div.page {
    page-break-after: always;
  }
  div.page:last-child {
    page-break-after: auto;
  }
  * {
    box-shadow: none;
  }
}
#pagina {
  background-color: white;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  padding: 0px;
  width: 210mm; /* Largura da folha A4 = 210 */
  height: 297mm; /* Altura da folha A4 = 297 */
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);
}
#pagina .imgcarteira {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 90%;
  padding: 1px;
  border: 1px dashed black;
}
#pagina .imgcarteira.modgirassol {
  height: 17.6cm !important;
}
#pagina .imglogo {
  margin: 0px;
  padding: 0px;
  height: 80px;
  margin-top: 20px;
}
#pagina .titulo-print {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
#pagina .box-dados {
  text-align: left !important;
  margin: auto;
  width: 90%;
}
#pagina .box-infos.vertical {
  gap: 10px;
  display: flex;
  padding: 0px 30px;
  align-items: flex-start !important;
  flex-direction: row-reverse !important;
}
#pagina .box-infos.vertical .imgcarteira {
  width: 300px;
  height: auto;
}

#pagina2 {
  background-color: white;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  padding: 0px;
  width: 210mm; /* Largura da folha A4 = 210 */
  height: 297mm; /* Altura da folha A4 = 297 */
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);
}
#pagina2 .imgcarteira {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 90%;
  padding: 1px;
  border: 1px dashed black;
}
#pagina2 .imglogo {
  margin: 0px;
  padding: 0px;
  height: 80px;
  margin-top: 20px;
}
#pagina2 .titulo-print {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
#pagina2 .box-dados {
  text-align: left !important;
  margin: auto;
  width: 90%;
}

@media only screen and (max-width: 710px) {
  div {
    margin-bottom: 15px;
  }
  div .box-home h2 {
    height: auto;
  }
  div .box-home .center-box {
    height: auto;
  }
  div .box-home .btn {
    margin-bottom: 0px;
  }
  .boxlogo {
    margin: auto;
    text-align: center;
  }
  .boxlogo .btnlogin {
    display: none;
  }
  .boxlogo .boxbtns {
    margin: auto;
    padding: 20px 0px 20px 0px;
    float: none;
  }
  .boxlogo .boxbtns .dropdown {
    margin: auto;
  }
  #banner_home h1 {
    font-size: 40px;
  }
  .box-home-sec {
    padding: 10px;
    margin-top: 20px;
    text-align: center;
    display: block;
  }
  .box-home-sec .box-home-sec-icon {
    padding-right: 0px;
  }
  .box-home-sec .box-home-sec-txt p {
    text-align: center;
  }
  .box-login {
    width: 90%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }
  .box-login .form-floating {
    margin-top: 20px;
  }
  .box-login .box-btns {
    text-align: right;
  }
  .box-foto-form .box-img-carteira {
    float: none;
    margin: auto;
  }
  #tabela_carteiras th:nth-last-child(-n+3),
  #tabela_carteiras td:nth-last-child(-n+3) {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
