/* 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;
}