* {
  font-family: "TASA Orbiter", sans-serif;
  color: #20232d;
}

body {
    background: #f7f7f7 !important;
}

.row {
    width: 100%;
}

#ticketSearchForm .btn-primary {
  background-color: #3c55a5;
  border: 1px solid #3c55a5;
}

#ticketSearchForm select {
  padding: .375rem 2.25rem .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 20px;
}

a {
    text-decoration: none !important;
}

a[class="my-black-text"] {
  color: #20232d;
}

#container {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

#header #logo .my-logo {
    max-height: inherit;
    height: auto;
}

.button-blue-active {
  text-decoration: none;
  text-transform: none !important;
  font-size: 18px;
  color: #3c55a5;
  border: 1px solid #3c55a5;
  border-radius: 10px;
  padding: 10px 15px;
  background-color: #fff;
}

.button-blue-active:hover {
  color: #fff;
  background-color: #3c55a5;
}

.button-menu {
    text-decoration: none;
    color: #20232d;
    text-transform: none !important;
    font-size: 18px;
    padding: 10px 15px;
}

.button-menu:hover {
    font-weight: bold;
}

div [id="content"] h1[class="title-portada"] {
    text-transform: none;
    color: #20232d;
    font-size: 100px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px !important;
}

h2[class="subtitulo-portada"] {
    color: #a4a3a3;
    font-weight: lighter;
}

h3[class="titulo-cards"] {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 40px !important;
}

.card-ticket {
  border: 1px solid lightgray;
  border-radius: 10px;
  padding: 30px 15px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: all 0.35s ease;
}

/* Animación al hacer hover */
.card-ticket:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

.divFAQ {
  border: 1px solid lightgray;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 1rem;
}

.divFAQ span {
  font-weight: 600;
  line-height: 40px;
}

.divFAQ p {
  color: #a4a3a3;
  margin-bottom: 0;
  margin-left: 17px;
}

#rowCardsPortada a {
  width: 100%;
}

.input-group {
  border-radius: 10px;
}

.input-group-lg > .input-group-text {
  padding: 1rem;
  background: #fff;
  border-right: none;
}

.input-group-lg > .input-group-text i {
  color: #3c55a5;
}

.divAgente {
  font-size: 22px;
  text-align: center;
  padding: 1.5rem;
}

.border-bottom-gray{
  border-bottom: 1px solid lightgray;
}

.padding-top-bottom-2rem {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.font-size-20 {
  font-size: 20px;
}

.forgot-pass {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 16px;
}

.btn-blue-1 {
  background-color: #e8edfd !important;
  text-transform: uppercase !important;
  padding: 1rem !important;
}

.btn-blue-1:hover {
  background-color: #fff !important;
  border-color: #3c55a5 !important;
}

.btn-blue-1 i {
  color: #3c55a5;
}

.btn-blue-1 .state,
.btn-blue-1 span {
  letter-spacing: 1px;
  font-weight: 600;
  color: #3c55a5;
  margin-left: 5px;
}

.btn-blue-2 {
  background-color: #3c55a5 !important;
  text-transform: uppercase !important;
  padding: 1rem !important;
}

.btn-blue-2 i {
  color: #fff;
}

.btn-blue-2 .state {
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff !important;
  margin-left: 5px;
}

.btn-blue-2:hover {
  background-color: #fff !important;
  border-color: #3c55a5 !important;
}

.btn-blue-2:hover i,
.btn-blue-2:hover .state {
  color: #3c55a5 !important;
}

.states {
  display: flex;
  flex-wrap: wrap; 
  gap: 0.5rem; 
}

#divOneTicket .row:first-of-type {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.headlineTable {
  font-size: 20px;
  padding: 15px 5px;
  border-bottom: 1px solid lightgray !important;
}

.infoTable tbody {
  background-color: #fff;
}

.margin-3rem {
  margin-top: 3rem !important;
  margin-bottom: 3rem;
}

.margin-4rem {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.padding-0 {
  padding: 0 !important;
}

/*================= Media queries ================================= */

@media (max-width: 575px) { 
  #content {
    padding: 10px 0;
    margin: 0 10px;
  }
  
  #container {
    width: 90%;
    padding: 0.5rem;
  }

  #header #logo .my-logo {
    width: 140px;
    max-width: 140px;
  }

  div [id="content"] h1[class="title-portada"] {
    font-size: 45px;
  }

  h2[class="subtitulo-portada"] {
    font-size: 1.6rem;
  }

  h3[class="titulo-cards"] {
    font-size: 33px;  
  }

  #rowPortada {
    padding-top: 3em;
    padding-bottom: 6em;
  }

   #colImgPortada {
    text-align: center;
  }

  #colImgPortada img {
    padding-top: 20px;
    width: 70%;
  }

  .card-ticket i {
    color: #3c55a5;
    font-size: 58px;
  }

  .card-ticket .title {
      font-size: 25px;
      font-weight: 600;
  }

  .card-ticket .desc,
  .my-gray-text {
      font-size: 18px;
      color: #a4a3a3;
  }

  #rowCardsPortada > .col-sm-12.col-md-12.col-lg-4.d-flex.mb-4  {
    padding-left: 0;
    padding-right: 0;
    margin-left: 2%;
  }

  #tituloFAQ {
    margin-top: 4rem;
  }

  .search-well {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  #ticketSearchForm select {
    width: 100%;
  }
  .states {
    width: 100%; 
    flex-direction: column; 
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .states a {
    flex: 1 1 100%;   /* cada botón ocupa todo el ancho */
    width: 100%;      /* asegura el 100% */
  }


  
  #ticketTable {
    overflow-x: auto;
    display: block;
  }

   #buttonsForm {
    display: flex;
    flex-direction: column; 
    align-items: stretch;   
  }

  #buttonsForm input {
    width: 100%;
    margin: 0.25rem 0; 
  }

  #divBotonesEdit {
    margin-top: 10px;
  }

  #divBotonesEdit a {
    width: 100%;
    margin-bottom: 10px;
  }

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
  #container {
    width: 90%;
  }

  #header #logo .my-logo {
    width: 140px;
    max-width: 140px;
  }

  #rowPortada {
    padding-top: 4em;
    padding-bottom: 7em;
  }

  div [id="content"] h1[class="title-portada"] {
    font-size: 60px;
  }

  h2[class="subtitulo-portada"] {
    font-size: 2rem;
  }

  #colImgPortada {
    text-align: center;
  }

  #colImgPortada img {
    padding-top: 20px;
    width: 60%;
  }

  .divFAQ span {
    font-size: 18px;

  }

  .divFAQ p {
    font-size: 18px;
  }

  .card-ticket i {
    color: #3c55a5;
    font-size: 58px;
  }

  .card-ticket .title {
      font-size: 25px;
      font-weight: 600;
  }

  .card-ticket .desc,
  .my-gray-text {
      font-size: 18px;
      color: #a4a3a3;
  }

  .search-well {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  #ticketSearchForm select {
    width: 100%;
  }

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
  #container {
    width: 90%;
  }

  #header #logo .my-logo {
    width: 200px;
    max-width: 200px;
  }

  div [id="content"] h1[class="title-portada"] {
    font-size: 71px;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #container {
    width: 80%;
  }

  div [id="content"] h1[class="title-portada"] {
    font-size: 71px;
  }

  .card-ticket i {
    color: #3c55a5;
    font-size: 80px;
  }

  .card-ticket .title {
      font-size: 32px;
      font-weight: 600;
  }

  .card-ticket .desc,
  .my-gray-text {
      font-size: 20px;
      color: #a4a3a3;
      line-height: 34px;
  }

  .divFAQ span {
    font-size: 20px;
  }

  .divFAQ p {
    font-size: 20px;
  }

  #tituloFAQ {
    margin-top: 6rem;
  }

  #colImgPortada img {
    padding-top: 20px;
    width: 100%;
  }

  .search-well {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  #ticketSearchForm select {
    width: auto;
  }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
  #container {
    width: 72%;
  }
  #rowPortada {
    padding-top: 5em;
    padding-bottom: 6em;
  }

  div [id="content"] h1[class="title-portada"] {
    font-size: 80px;
  }

 
}

