
.nosotros {
  display: flex;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  
}

.nosotros-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  width: 80%;
  margin-top: 30px;  
  text-align: justify;
  text-justify: inter-word;

  ;
  min-width: 300px;
  
}

.convenio {
  display: flex;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.convenio-text{
  max-width: 800px;
  margin: 40px auto;
  padding: 25px;
  background-color: #cae4f8;
  
  border-radius: 8px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #1d2f41;
}

.image-nosotros {
  width: 200px;
  object-fit: cover;
  margin-left: 50px;
  margin-top: 70px;
  
}

.div-contacts {
  display: flex;
  width: 100%;
  height: 300px;
  justify-content: center;
  margin-top: 20px;
}

.home-bottom-texts {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: rgb(57, 3, 3);
  font-weight: bold;
  width: 400px;
  min-width: none;
  padding-left: 375px;
  padding-top: 70px;
  margin-left: 0px;
  border-radius: 5px;
  background-image: url(/images/cleanwin.jpg) ;
}

.points-div {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 25px;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  min-width: 800px;
}

.fidelidad{
  font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 40px;
  background-color:rgb(50, 49, 49);
  color: rgb(250, 226, 3);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 34px;
  margin-bottom: 5px;
}
.acomula {
  font-family:cursive;
  color: rgb(110, 1, 1);
  font-size: 30px;
  font-weight: bold;
  
}

.ver-points {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 20px;
  height: 30px;
}
.ver-points p{
  margin-top: 4px;
  margin-bottom: 4px;
  color: rgb(70, 1, 1);
}

.points-title {
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(68, 0, 0);
  font-size: 20px;
  font-weight: bold;
  cursor: pointer; 
}

.points-button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding-inline: 10px;
  width: 15%;
  height: 30px;
  min-width: 85px;
  margin-left: 4px;
  cursor: pointer;
}
