/* You can add global styles to this file, and also import other style files */


/*@import '../node_modules/bootstrap/dist/css/bootstrap.min.css';*/


/*EL BODY DE LA APP TENIA MARGEN DEFAULT DE 8PX, LO QUITE*/


/*  RESOLUCION GENERAL/BASE DISE�O MOBIL/MOBILE*/
@font-face {
  font-family: nehue-unica;
  src: url('../fonts/NeueHaasUnicaW1G-Regular.otf');
}

html,
body {
  margin: 0;
  height: 100%;
}

input {
  -webkit-appearance: none !important;
}

img {
  height: auto !important;
}

.Title {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "nehue-unica";
  font-size: 1.2rem;
}

.subTitle {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "nehue-unica";
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: bold;
}

input[type="button"],
button {
  outline: 0 !important;
  box-shadow: none !important;
}

.btnContinuar {
  cursor: pointer;
  font-size: 0.85rem;
  width: 45%;
  background-color: #F05A28;
  color: white !important;
  border: none;
  border-radius: 30px;
  padding: 10px;
  margin: 10px auto;
  outline: 0 !important;
  display: block;
}

.btnContinuar:hover {
  transition: all 0.36s ease;
  filter: brightness(125%);
}

.btnBack {
  cursor: pointer;
  font-size: 0.85rem;
  width: 45%;
  border: 1px solid #F05A28;
  background: none;
  color: #F05A28 !important;
  border-radius: 30px;
  outline: 0 !important;
  padding: 10px;
  margin: 10px auto;
  display: block;
}

.btnBack:hover {
  transition: all 0.36s ease;
  background: #F05A28;
  color: white !important;
}

.Text {
  border: 1px solid rgba(128, 128, 130, 0.3);
  border-radius: 3px;
  padding: 10px;
  margin: 7px auto;
  outline: 0;
  display: block;
  width: 90%;
  height: calc(2.25rem + 2px);
  background-clip: padding-box;
}

.flecha {
  padding-bottom: 7px;
  width: 1.5em;
}

.infoPasos {
  margin: 5px;
  font-size: 0.9rem;
}

.infoPasos span {
  font-weight: bold;
  font-size: 1rem;
}

.salidas {
  text-align: center;
  background: rgba(238, 238, 240, 0.8);
  color: rgb(128, 128, 130);
  padding: 25px 10px;
  margin-bottom: 15px;
}

.CExpandir {
  height: 800px;
  width: 100%;
}

.close {
  cursor: pointer;
  color: #F05A28 !important;
  opacity: 0.7;
  outline: 0 !important;
}

.close:hover {
  opacity: 1;
}

.is-error {
  border: 1px solid red !important;
}

.is-notselected {
  color: rgb(128, 128, 130) !important;
}

.Paqueterialista {
  margin-top: 2px;
}

.Paqueteriaparrafo {
  margin-bottom: 20px;
}

input[type="radio"] {
  appearance: none;
  margin: 0 10px;
  width: 15px;
  height: 15px;
  background: rgb(224, 224, 229);
  box-shadow: inset 0 0 0 .2em white, 0 0 0 .1em;
  border-radius: 50%;
  transition: .2s;
  cursor: pointer;
  color: #6D6E70;
}

input[type="radio"]:hover,
input[type="radio"]:checked {
  background: #6D6E70;
  box-shadow: inset 0 0 0 .6em white, 0 0 0 .1em;
}

input[type="radio"]:checked {
  background: #F05A28;
  box-shadow: inset 0 0 0 .2em white, 0 0 0 .1em #F05A28;
}

input[type="radio"]:focus {
  outline: 0;
}

/*Checkboxes styles*/
/* NO ACTIVAR CHECKBOX STYLE*/
/* input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"]+label:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #F05A28;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
  margin-top: 2px;
}

input[type="checkbox"]:checked+label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: rgb(40, 167, 69);
  border-right-color: rgb(40, 167, 69);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
} */

.terminos {
  width: 300px;
  margin: auto;
  text-align: left;
  padding: 17px;
  position: relative;
}

/*  PARA RESOLUCION TABLET/IPAD   */

@media screen and (min-width: 768px) {
  .infContainer {
    display: flex;
  }

  .Text {
    width: 50%;
  }

  .btnContinuar,
  .btnBack {
    max-width: 168px;
  }

  .salidas {
    padding: 35px;
    margin-bottom: 15px;
  }
}


/*  PARA RESOLUCION ESCRITORIO/DESKTOP    */

@media screen and (min-width: 1280px) {
  .contenedorFila {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .salidas {
    padding: 35px 250px;
  }

  .Text {
    width: 35%;
  }
}

/* .imgPrincipal {
  background: transparent url("imgProductos/Tepic.jpg") center no-repeat;
}

.bg-agencias {
  background-image: url('https://tufesa.com.mx/imgProductos/Tepic.png');
  background-size: cover;
  background-position: 100%;
  filter: drop-shadow(2px 4px 0 #333);
  width: 100%;
  height: 80vh;

} */

.btnInfo {
  background: #F05A28 !important;

}

.fontInfo {
  color: white;
}

.contenedorFila {
  background-color: #000000;
}

/* --MODAL */
dialog {
  width: 90%;
  max-width: 500px;
  min-height: 80vh;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

dialog::-webkit-scrollbar {
  width: 0;
  /* Oculta la barra de desplazamiento */
}

.modal-content {
  padding: 16px;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}

.modal-title {
  margin: 0;
}

.close {
  cursor: pointer;
  background: none;
  border: none;
  font-size: 18px;
  color: #555;
}

.close:hover {
  color: #333;
}

dialog::backdrop {
  position: fixed;
  background: #22222293;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.estado {
  cursor: default;
  padding-bottom: 10px;
  color: #f05a28;
  border-bottom: 1px solid;
  font-weight: 700;
  font-size: 1.3rem;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.ciudad {
  cursor: pointer;
}

.findbtn {
  width: 95%;
  height: 35px;
  margin: 10px auto;
  outline: 0;
  border: 1px solid #e6e1e1;
  border-radius: 3px;
  padding: 10px;
  background-clip: padding-box;
  color: #f05a28 !important;
}

/* PASAJEROS */
.tipoBoleto {
  width: 100%;
  border-bottom: 1px solid rgba(128, 128, 130, 0.3);
  margin: 5px auto;
  display: block;
  padding: 10px;
}

.Instrucciones {
  margin: 0;
  font-size: .85rem;
}

.boletoHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 55%;
  float: left;
}

.tarifaTipo {
  font-size: .9rem;
  font-family: 'nehue-unica';
  font-weight: bold;
  padding-bottom: 5px;
}

.boletoDesc {
  font-size: 12px;
  color: #F05A28;
  width: 80%;
}

.tarifaPrecio {
  font-size: 1rem;
  font-weight: bold;
}

.boletoFooter {
  width: 100px;
  ;
  float: right;
  display: flex;
}

.btnAdd,
.btnRemove {
  cursor: pointer;
  font-weight: bold;
  font-size: 1.4rem;
  border: 1px solid #F05A28;
  text-align: center;
  color: #F05A28;
  width: 35px;
  height: 35px;
  line-height: 30px;
  margin: 6px;
  border-radius: 5px;
  user-select: none;
}

.btnAdd {
  background: #F05A28;
  color: white;
}


.center {
  text-align: center;
  width: 100%;
}

/* override modal para que se pueda ver */
.header {
  text-align: center;
  margin: 5px;
  border-bottom: none;
}

.modal {
  display: block !important;
  outline: 0 !important;
  position: absolute !important;
  z-index: 0 !important;
  overflow: auto;
}

.content {
  border: none;
}

.body {
  display: flex;
  flex-wrap: wrap;
}

.footer {
  display: flex;
  justify-content: space-evenly;
  border-top: none;
}

/* cierra override modal */
@media screen and (min-width : 768px) {
  .tipoBoleto {
    width: 75%;
  }

  .tarifaTipo {
    font-size: 1rem;
  }
}

@media screen and (min-width : 1024px) {

  .btnContinuar,
  .btnBack {
    width: 25% !important;
  }
}

.btnModal {
  cursor: pointer;
  font-size: .85rem;
  width: 45%;
  background-color: #f05a28;
  color: #fff !important;
  border: none;
  border-radius: 5px;
  padding: 10px;
  margin: 10px auto;
  outline: 0 !important;
  display: block;
}

.checkbox-input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}