@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css";
:root {

  font-family: "Open Sans", sans-serif, arial;
}

button {
  border: 0;
  margin: 0;
  line-height: 1;
  margin: 20px auto;
}



option {
  padding: 10px 5px;

  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  background-color: rgba( 255, 255, 255, 0.9);
}

option:not(:first-of-type) {
  border-top: 1px solid rgba(86, 193, 106, 0.3);
}

hr {
  margin: 20px auto;
  border: 0;
  border-bottom: 1px solid;
}



.botones__item {
  border-radius: 5px;
  background-color: #6EAD3B;
  color: white;
  height: 33px;
  text-align: center;
  display: inline;
  margin-top: 10px;
  border-radius: 20em;
  
}

.botones__item:hover {
  background-color: #5bc95f;
}

.botones__item:not(:first-of-type) {
  margin-top: 2px;
}

.flex,
.flex__item--boton {
  display: flex;
  align-items: center;
}

.flex {
  display: flex;
  min-height: 40px;
  max-width: 1024px;
  margin: 20px auto;
  /* Propiedades temporales: */
  padding: 5px;
  /* Espacio disponible para el botón de intercambio */
  --width: 50px;
}

.flex__item {
  background-color: rgba( 255, 255, 255, 0.3);
  flex-basis: calc( 50% - var(--width) / 2);
}

/* .flex__item--boton {
  background-color: white;
  flex-basis: var(--width);
} */


.al {
  font-size: 14px;
}


.tm {
  font-size: 14px;


}

.tmm {
  font-size: 12.5px;

}

.bgbtn {
	background-color: #6EAD3B;
  }
  
  .bg{
	background-color: #6EAD3B;
  
  }
  
  
  .txtcolor{
	color: #3B693C;
	
  }
  
  
  .button-88 {
	align-items: center;

	padding: 0.7em 1.4em 0.7em 1.1em;
	color: white;
	background: #6EAD3B;
	border: none;
	box-shadow: 0 0.7em 1.5em -0.5em #4db96c98;
	letter-spacing: 0.05em;
	border-radius: 20em;
  
	
  }
  
  .button-88:hover {
	box-shadow: 0 0.5em 1.5em -0.5em #3B693C;
	background-color: #3B693C;
  }
  
  .button-88:active {
	box-shadow: 0 0.3em 1em -0.5em #6EAD3B;
  }
