/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
.grupo-botones-amarillos {
  margin: 0 0 0 !important;
}

.grupo-botones-amarillos .home-botones-amarillos {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.grupo-botones-amarillos .home-botones-amarillos .botones-amarillos {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  min-width: 0;
  max-width: 100%;
  margin-bottom: 17px !important;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .home-botones-amarillos .botones-amarillos {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 40px;
  }
}

.grupo-botones-amarillos .home-botones-amarillos .botones-amarillos a {
  padding: 20px 5px;
  font-size: 24px;
  line-height: 24px;
  width: 100%;
  border: 4px solid #fdba30;
  margin: 0;
}

.home-botones-amarillos .botones-amarillos a::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #fdba30;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  transform: scale(0);
  transition: .41s transform;
}

.grupo-botones-amarillos .home-botones-amarillos .botones-amarillos a span::before {
  content: '+';
  color: #fdba30;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 8px;
  font-size: 48px;
  font-family: 'poppinsblack';
  line-height: 31px;
  position: relative;
  top: 4px;
  transition: .25s color;
}

/*# sourceMappingURL=grupo_8_botones_borde_amarillo.css.map */