@import url('https://fonts.googleapis.com/css2?family=Handlee&family=Josefin+Sans:wght@300&display=swap');

/*RESPONSIVIDADE CELULAR */
@media(max-width: 425px) {
  #cards-container1 {
    padding-top: 120px;
  }
}

/*Geral */
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;

}

#banner {
  width: 100%;
  height: 20%;
}

.msg {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  width: 100%;
  margin-top: 60PX;
  margin-bottom: 0;
  text-align: center;
  padding: 10px;
}

.msgerror {
  background-color: #f5a9a4;
  color: #8c1911;
  border: 1px solid #eb958f;
  width: 100%;
  margin-top: 60PX;
  margin-bottom: 0;
  text-align: center;
  padding: 10px;
}

.btn-primary {
  background-color: #b1701c;
  border: 2px solid #591f0a;
  border-radius: 50px;
}

.btn-primary:hover {
  background-color: #591f0a;
  border-color: #591f0a;
}


body {}

.row {
  margin: 0;
}

.container {
  padding: 70px 0;
}

p,
li {
  color: #b1701c;
  font-size: 14px;
}

/* Barra de Navegação */
header,
.navbar {
  background-color: #FFF;
  padding: 1rem .8rem;

}

#nav-container {
  padding: 1rem .8rem;
}

#logo {
  width: 200px;
}

.navbar-brand {
  padding: 0;
  color: #fff;
}

.navbar-brand:hover {
  padding: 0;
  color: #fff;
}

#navbar-links a {
  color: #591f0a;
}

#navbar-links a:hover {
  color: #b1701c;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 1rem .8rem;
}

/* ---------------Search Container--------------- */
#search-container {

  height: 480px;
  padding: 30px;
  text-align: center;
}

#search-container h1 {
  color: #b1701c;
  margin-bottom: 30px;
  font-weight: 700;
}

#search-container form {
  width: 50%;
  margin: 0 auto;
}

#cards-container1 {
  display: flex;
  justify-content: space-around;
  padding: 50px;
}

/* ---------------Card Revendedora--------------- */
.event-create-container {
  display: flex;
  background: #155724;
}

.title-reseller {
  display: flex;
  text-align: center;
}

#menus-container {
  padding: 50px;
}

#menus-container h2 {
  padding: 50px;

  text-align-last: center;
}

#cards-container {
  display: flex;
}

#menus-container .card {
  flex: 1 1 0;
  max-width: 33%;
  border-radius: 10px;
  padding: 0;
  margin: 5px;
  align-items: center;
}

.card .card-title {
  color: #212121;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.card .card-text{
  text-align: justify;
}

/* ---------------Dashboard--------------- */
.dashboard-title-container {
  margin-bottom: 30px;
  margin-top: 30px;

}

.dashboard-button-container {
  margin-bottom: 30px;
  margin-top: 30px;
  display: flex;
  align-content: center;
}

.dashboard-orders-container th {
  width: 25%;
}

/* ---------------Tela do Pedido--------------- */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  border-bottom: #999999 solid 1px;
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  border-right: #999999 solid 1px;
  font-size: 16px;
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
}

.table td:last-child {
  border-right: 0;
}

.table tbody>tr:nth-child(odd)>td,
.table tbody>tr:nth-child(odd)>th {
  background-color: #f8f8f8;
}

/* Reponsividade */
@media (max-width: 767px) {

  /* Responsive Table */
  .table-responsive {
    display: block;
    position: relative;
    width: 100%;
  }

  .table-responsive thead,
  .table-responsive tbody,
  .table-responsive th,
  .table-responsive td,
  .table-responsive tr {
    display: block;
  }

  .table-responsive td {
    height: 50px;
  }

  .table-responsive th {
    height: 50px;
    width: 110px;
  }

  .table-responsive thead {
    float: left;

  }

  .table-responsive tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .table-responsive tbody tr {
    display: inline-block;
  }


  .table td:last-child {
    border-right: #999999 solid 1px;
  }


}


/* ---------------Switch--------------- */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* ---------------Garantia--------------- */
.garantia-title-container {
  margin-bottom: 30px;
  margin-top: 30px;

}

.dashboard-button-container {
  margin-bottom: 30px;
  margin-top: 30px;
  display: flex;
  align-content: center;
}

.garantia-container {
  margin-top: 50px;
}

/* ---------------Footer--------------- */

footer {
  background-color: #FFF;
  border-top: 1px solid #CCC;
  color: black;
  height: 5vh;
}

footer a {
  color: black;
}

footer a:hover {
  color: #b1701c;
}

/* --------------- PDF --------------- */

