


.navbar {
  min-height: 25%;
  
  font-family: Droid Sans,sans-serif;
  font-size: 14.4px;
  font-size: .9rem;
  line-height: 1.6;
}

.contenido{
  /* background-color: #0000FF; */
  /* width: 100%; */
}

.footer{
  background-color: #063d33;
  width: 100%;
}

.imgindex {
  max-width: 100%;
  height: auto;
}



.imgquienes {
  max-width: 2080px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bg-img1 {
  background-image: url("content/quienessomos.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.bg-img1>p {
  /* background-color: rgb(17, 17, 17, 0.7); */
  padding: 50px;
  color: white;
}

.bg-img2 {
  background-image: url("https://moneyways.tech/content/contactanos-fepay.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.bg-img2>p {
  /* background-color: rgb(17, 17, 17, 0.7); */
  padding: 50px;
  color: white;
}

.bg-img3 {
  background-image: url("https://moneyways.tech/content/RECLAMO-por error-epay.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.bg-img3>p {
  /* background-color: rgb(17, 17, 17, 0.7); */
  padding: 50px;
  color: white;
}

.bg-img4 {
  background-image: url("https://moneyways.tech/content/section-ventana-de-pago.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.bg-img4>p {
  /* background-color: rgb(17, 17, 17, 0.7); */
  padding: 50px;
  color: white;
}

.text1{
	font-size: 30px;
}	


.p1{
color: #595959;
  font-family: Droid Sans,sans-serif;
  font-size: 14.4px;
  font-size: .9rem;
  line-height: 1.6;
}	



.accordion {
	--bs-accordion-btn-color: #000000;
	--bs-accordion-active-bg: #ededd5;
	--bs-accordion-color: #000000;
	--bs-accordion-active-color:#000000;
	--bs-accordion-btn-focus-box-shadow:none;
}

.accordion-contrato {
	--bs-accordion-btn-color: #000000;
	--bs-accordion-active-bg: #ededd5;
	--bs-accordion-color: #003d18;
	--bs-accordion-active-color:#003d18;
	--bs-accordion-btn-focus-box-shadow:none;
	
}

          /* .accordion-button:not(.collapsed) i { */
            /* color: #ffffff; */
        /* } */