:root {
  --rojo-pemex: #921E16;
}
.swal2-icon {
  border: 0 solid transparent !important;
}
.swal2-styled.swal2-confirm {
  padding: 0.375rem 0.75rem !important;
  border-radius: 20px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  color: #fff !important;
  background-color: #343a40 !important;
  border-color: #343a40 !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent !important;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
.clr-rojo {
  color: var(--rojo-pemex);
}
.border-btn-azul {
  color: var(--rojo-pemex) !important;
  border: 1px solid var(--rojo-pemex) !important;
  font-weight: 500 !important;
}
.control_button:hover {
  background-color: var(--rojo-pemex) !important;
  color: #FFFFFF !important;
  -webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
}
.ver-coberturas {
  color: #707070;
  font-weight: 400;
  padding: 0 0.75rem;
}
.control_button_pressed {
  color: var(--rojo-pemex) !important;
  border: 1px solid var(--rojo-pemex) !important;
  font-weight: 500 !important;
}
.control_button {
  font-weight: 400;
  border-radius: 2px;
  width: 100%;
  background-color: #FFF;
  color: #707070;
  padding: 6px 5px;
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 3px 0px rgb(214 214 214);
  -moz-box-shadow: 0px 0px 3px 0px rgba(214,214,214,1);
  box-shadow: 0px 0px 3px 0px rgb(214 214 214);
  border: 1px solid transparent;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  margin-bottom: 5px;
}
.bordeSeparador {
  border-bottom: 1px solid #eee;
  padding: 15px 0px;
}
.PrecioComparador {
  margin: 5px 0;
  color: #707070;
}
.imgPaqAseg-QUALITAS {
  max-height: 90px;
  margin: 10px 0;
}
.precios-info {
  color: #707070;
  font-size: 15px !important;
  font-weight: 400;
}
.precio-comparador {
  font-size: 20px;
  font-weight: 500;
}
.precio-comparador::before {
  font-size: 15px;
  content: '$';
  color: #707070;
  padding-right: 2px;
}
.load-img-form {
  margin: 2rem 0;
}
.text-loading {
  font-size: 1.3rem;
  font-weight: 700;
}
.card {
  background-color: #fff;
  border: 0 solid #eee;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.card-header {
  padding: 1rem 1.25rem;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #eee;
  margin: 5px 0 10px;
}
.mayus {
  text-transform: uppercase;
}
.label-sindicato {
  border-radius: 50px;
  background-color: rgb(205, 165, 151);
  color: white;
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  width: 100%;
  text-transform: uppercase;
}
.btn-dark {
  font-size: 1.125rem;
  padding: 0.375rem 0.75rem;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 50px;
}
.form-control:focus , .form-select:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  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='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50px;
}
@media only screen and (max-width: 993px) {
  .li-nav {
    width: 100%;
  }
}