#seccion-3 {
  margin-bottom: 0;
}

.gastos-hormiga {
  text-align: center;
  background: #EAF6FA;
  padding: 3.5rem 1rem;
  margin-bottom: 0;
  position: relative;
}

.gastos-hormiga .bg-gastos {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}

.gastos-hormiga h2 {
  color: #0A1A34;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 .8rem;
  position: relative;
  z-index: 10;
}

.gastos-hormiga p {
  color: #0A1A34;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  z-index: 10;
}

.gastos-hormiga .panel-gastos {
  display: none;
}

.gastos-hormiga .panel-gastos.visible {
  display: block;
}

.gastos-hormiga .w-gastos {
  width: 770px;
  margin: 2rem auto 0;
  max-width: 100%;
  position: relative;
  z-index: 10;
}

.gastos-hormiga .item-gasto {
  background: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  margin-bottom: .6rem;
}

.gastos-hormiga .item-gasto__izq {
  display: flex;
  align-items: center;
}

.gastos-hormiga .item-gasto__ic {
  width: 57px;
  height: 57px;
  margin-right: 1rem;
}

.gastos-hormiga .item-gasto__ic img {
  width: 100%;
}

.gastos-hormiga .item-gasto h4 {
  color: #0D005A;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.gastos-hormiga .item-gasto input {
  width: 115px;
  background: #0069AF;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border: none;
  height: 37px;
}

.gastos-hormiga .item-gasto input::placeholder {
  font-weight: 600;
  color: #fff;
}

.gastos-hormiga .boton-calculo {
  text-align: center;
  margin-top: 2rem;
  position: relative;
  z-index: 10;
}

.gastos-hormiga .boton-calculo .btn-calculo {
  border-radius: 5px;
  background: #EF7A27;
  border: none;
  color: #fff;
  width: 112px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.gastos-hormiga .boton-calculo .btn-calculo[disabled] {
  background: #B2B2B2;
  cursor: default;
}

.gastos-hormiga .boton-calculo .btn-vuelve {
  border-radius: 5px;
  background: #EF7A27;
  border: none;
  color: #fff;
  width: 134px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.gastos-hormiga .boton-calculo .btn-vuelve[disabled] {
  background: #B2B2B2;
  cursor: default;
}

.gastos-hormiga .resultado1 {
  background: #0069AF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  text-align: center;
  height: 100%;
  min-height: 200px;
}

@media only screen and (max-width: 768px) {
  .gastos-hormiga .resultado1 {
    margin-bottom: .5rem;
    height: calc(100% - .5rem);
  }
}

.gastos-hormiga .resultado1 p {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0;
}

.gastos-hormiga .recomendaciones {
  text-align: left;
  background: #fff;
  padding: 30px 25px;
}

.gastos-hormiga .recomendaciones h4 {
  color: #0D005A;
  font-size: 18px;
  margin: 0 0 .5rem;
  font-weight: 700;
}

.gastos-hormiga .recomendaciones ul {
  list-style: none;
}

.gastos-hormiga .recomendaciones ul li {
  color: #0D005A;
  font-size: 18px;
  position: relative;
  padding-left: 10px;
}

.gastos-hormiga .recomendaciones ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #0D005A;
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
}
/*# sourceMappingURL=estilos-gastos.css.map */