/*********************************************************************************/
/* SECCION MARCAS*/
/*********************************************************************************/

.section-marcas {
  background-color: #fff;
  max-width: 150rem;
  width: 100vw;
  margin: 0 auto;
}

.marcas-descripcion {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.2rem 24.8rem 6.4rem 24.8rem;
}

.marcas-text {
  color: #76777a;
  font-size: 2rem;
  line-height: 1.4;
}

.marcas-text span {
  font-weight: bold;
  font-style: italic;
}

.marcas-img-box {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: center;
}

.col-marca {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-marca-etico,
.col-marca-ecomed,
.col-marca-ngm {
  position: relative;
}

.col-marca-ecomed {
  margin-top: -8px;
}

.col-marca-ngm {
  margin-top: -1px;
}

.img-marca {
  width: 100%;
}

.logo-marca-etico {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.logo-marca-ecomed,
.logo-marca-ngm {
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.boton-mostrar {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.boton-mostrar:link,
.boton-mostrar:visited {
  display: inline-block; /* para que pueda tomar el padding especificado y ocupe solamente el espacio necesario*/
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.4rem;
  padding: 1.6rem 1.6rem;
  border-radius: 9px;
  border: 3px solid #fff;

  /* PARA EL .BTN DEL FORMULARIO NADA MAS */
  cursor: pointer;

  /* PONERLO SIEMPRE EN EL ESTADO ORIGINAL DEL BOTON EN ESTE CASO*/
  transition: all 0.3s;
  background-color: none;
  color: #fff;
}

.boton-mostrar-etico:hover,
.boton-mostrar-etico:active {
  background-color: #fff;
  color: #5ead3e;
}

.boton-mostrar-ngm:hover,
.boton-mostrar-ngm:active {
  background-color: #fff;
  color: #13a0d0;
}

.boton-mostrar-pharmedic:hover,
.boton-mostrar-pharmedic:active {
  background-color: #fff;
  color: #0055b8;
}
