#__ov4_cabecera {
		
    width:100%;	
    height:auto;
}

#__ov4_cabecera .__ov4_pretopbar {
  width: 100%;
  background-color: #136a9d;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

#__ov4_cabecera .__ov4_pretopbar .__ov4_textopretopbar {
  font-size: 30px;
  color: white;
}

.letraMinium {
  font-family: MinionPro-Medium !important;
}

.letraGillFinaItalic {
  font-family: GillSans-LightItalic !important;
}

.__ai_botonera {
    width: 100% !important;
    background-size: 100% 100% !important;
}

.listWrapper {
    width: 100%;
}