.divMBarberIntro img {
  display: none;
}

@media (min-width: 768px) {
  .divMBarberIntro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
  }
}

@media (min-width: 768px) {
  .divMBarberIntro img {
    display: block;
    width: 300px;
  }
}

@media (min-width: 992px) {
  .divMBarberIntro img {
    width: 400px;
  }
}

@media (min-width: 1200px) {
  .divMBarberIntro img {
    width: 500px;
  }
}

@media (min-width: 1400px) {
  .divMBarberIntro img {
    width: 650px;
  }
}

.divMBarberIntro {
  padding-top: 100px;
  padding-bottom: 80px;
}

.divMBarberIntro h2 {
  color: #2eadec;
}

.divMBarberIntro h1 {
  color: #212529;
}

.divMBarberIntro h1 span {
  color: #2eadec;
}

.divMBarberIntro p {
  color: #212529;
}

.divMBarberIntro button {
  display: inline-block;
  background-color: #2eadec;
  padding: 8px 20px;
  color: #212529;
  border-radius: 10px;
  margin: 30px 0 0;
  border: none;
  font-weight: bold!important;
}

.divMBarberIntro button:hover {
  background-color: #212529;
  color: #2eadec!important;
  border-radius: 10px;
  transform: scale(1.1);
}

.divMBarberPlanosBtns {
  border: 1px solid #2eadec;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 5px;
}

.divMBarberPlanosBtns button {
  display: inline-block;
  width: 100%;
  background-color: #2eadec;
  color: #212529;
  font-weight: bold!important;
  padding: 15px 0!important;
  margin: 5px 0;
  border: none;
  font-size: 20px!important;
}

@media (min-width: 768px) {
  .divMBarberPlanosBtns button {
    /*font-size: 20px!important;*/
  }
}

.divMBarberPlanosBtns button:hover {
  background-color: rgba(47, 172, 235, .50);
  color: #212529;
}

.divMBarberPlanosBtns .btnUnfocus {
  background-color: rgba(47, 172, 235, .15);
}

.divMBarberPlanosBtns button span {
  background-color: #17c895;
  padding: 8px 10px;
  border-radius: 10px;
  margin: 0 0 0 15px;
}

@media (min-width: 768px) {
  .divMBarberPlanosBtns {
    display: flex;
    gap: 5px;
  }
}

#mBarberPlanos .cardPlano1 {
  display: none;
}

@media (min-width: 1200px) {
  #mBarberPlanos .cardPlano1 {
    display: initial;
  }
}

.divMBarberPlanosCards {
  text-align: center;
  margin: 30px 0;
}

@media (min-width: 1200px) {
  .divMBarberPlanosCards {
    text-align: center;
    margin: 15px 0;
    display: flex;
    gap: 5px;
  }
}

.divMBarberPlanosCard {
  border: 1px solid #2eadec;
  border-radius: 10px;
  margin: 30px 0;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .divMBarberPlanosCard {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .divMBarberPlanosCards .divMBarberPlanosCard > div {
    display: grid;
  }
}

@media (min-width: 1200px) {
  .divMBarberPlanosCards .divMBarberPlanosCard:nth-child(1) > div:nth-child(1) {
    grid-template-rows: 474px;
  }
}

@media (min-width: 1200px) {
  .divMBarberPlanosCards .divMBarberPlanosCard:nth-child(2) > div:nth-child(1) {
    grid-template-rows: 56px 57px 65px 45px 170px 45px 5px;
  }
}

@media (min-width: 1200px) {
  .divMBarberPlanosCards .divMBarberPlanosCard:nth-child(3) > div:nth-child(1) {
    grid-template-rows: 66px 56px 57px 65px 45px 170px 45px 5px;
  }
}

@media (min-width: 1200px) {
  .divMBarberPlanosCards .divMBarberPlanosCard:nth-child(4) > div:nth-child(1) {
    grid-template-rows: 56px 167px 170px 46px;
  }
}

@media (min-width: 1200px) {
  .cardPlano4 h1 {
    margin: 72px 0 0!important;
  }
}

@media (min-width: 1200px) {
  .divMBarberPlanosCards .divMBarberPlanosCard:nth-child(2) > div:nth-child(2), .divMBarberPlanosCards .divMBarberPlanosCard:nth-child(3) > div:nth-child(2), .divMBarberPlanosCards .divMBarberPlanosCard:nth-child(4) > div:nth-child(2) {
    grid-template-rows: 485px;
  }
}

.cardPlano3 {
  border: 1px solid #14c895;
  border-radius: 10px;
  margin: 30px 0;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .cardPlano1, .cardPlano2, .cardPlano4 {
    transform: translateY(66px);
    height: 1016px;
  }
}

@media (min-width: 1200px) {
  .cardPlano3 {
    height: 1082px;
  }
}

.divMBarberPlanosCard h3 {
  color: white;
  background-color: #2eadec;
  margin: 0;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
}

.cardPlano3 h3:first-child {
  color: #17c895;
  background-color: transparent;
  padding: 15px 0;
}

.cardPlano3 h3:nth-child(2) {
  border-radius: 0;
}

.divMBarberPlanosCard span {
  display: inline-block;
  color: white;
  background-color: #17c895;
  box-sizing: border-box;
  margin: 10px 0;
  padding: 8px 15px;
  font-family: 'Poppins';
  font-weight: bold;
  border-radius: 10px;
}

@media (min-width: 1200px) {
  .divMBarberPlanosCard span {
    margin: 10px 20px;
    font-size: 14px;
  }
}

.divMBarberPlanosCard h1 {
  color: #2eadec;
  font-size: 48px;
  margin: 15px 0 0;
}

.divMBarberPlanosCard p {
  margin: 0 20px 20px;
}

.divMBarberPlanosCard button {
  display: inline-block;
  background: #2eadec;
  padding: 8px 20px;
  color: #212529;
  box-sizing: border-box;
  border-radius: 10px;
  border: none;
  margin: 0 auto;
  font-weight: bold!important;
}

@media (min-width: 1200px) {
  .divMBarberPlanosCard button {
    margin: 0 20px;
  }
}

.divMBarberPlanosCard button:hover {
  background: #212529;
  color: #2eadec;
  transform: scale(1.1);
}

.divMBarberPlanosCardLists {
  margin: 30px 0 0;
  border-top: 1px solid #2eadec;
}

.divMBarberPlanosCardLists ul:nth-child(2) {
  display: none;
}

@media (min-width: 1200px) {
  .divMBarberPlanosCardLists ul:nth-child(2) {
    display: initial;
  }
}

@media (min-width: 1200px) {
  .cardPlano2 .divMBarberPlanosCardLists ul:nth-child(1), .cardPlano3 .divMBarberPlanosCardLists ul:nth-child(1), .cardPlano4 .divMBarberPlanosCardLists ul:nth-child(1) {
    display: none;
  }
}

@media (min-width: 1200px) {
  .divMBarberPlanosCardLists ul:nth-child(2) li img {
    width: 25px;
  }
}

.divMBarberPlanosCardLists ul {
  list-style-type: none;
  padding: 0;
  font-family: 'Futura Bk BT';
  font-size: 16px;
  margin: 0;
}

.divMBarberPlanosCardLists ul li {
  padding: 15px 20px;
}

.divMBarberPlanosCardLists ul li:nth-child(2), .divMBarberPlanosCardLists ul li:nth-child(4), .divMBarberPlanosCardLists ul li:nth-child(6), .divMBarberPlanosCardLists ul li:nth-child(8), .divMBarberPlanosCardLists ul li:nth-child(10) {
  background-color: rgba(47, 172, 235, .15);
}

.divMBarberPlanosCardLists ul li:nth-child(10) {
  border-radius: 0 0 10px 10px;
}

@media (min-width: 1200px) {
  .divMBarberPlanosCards .divMBarberPlanosCard:nth-child(1) > div:nth-child(2) {
    transform: translateY(-31px);
  }
}

@media (min-width: 1200px) {
  .divMBarberPlanosCards .divMBarberPlanosCard:nth-child(4) > div:nth-child(2) {
    transform: translateY(4px);
  }
}

@media (min-width: 1200px) {
  .cardPlano1 h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(47, 172, 235, .15);
    color: #2eadec;
  }
}

.divMBarberRecursos {
  padding-top: 40px;
  padding-bottom: 70px;
}

.divMBarberRecursos h2 {
  color: #2eadec;
}

.divMBarberRecursos h1 {
  color: #212529;
}

.divMBarberRecursos h1 span {
  color: #2eadec;
}

.divMBarberRecursos h1 br {
  display: none;
}

@media (min-width: 768px) {
  .divMBarberRecursos h1 br {
    display: initial;
  }
}

.mBarberRecursosCard {
  border: 1px solid #2eadec;
  border-radius: 10px;
  text-align: center;
  margin: 20px 0;
}

@media (min-width: 576px) {
  .mBarberRecursosCard {
    width: 250px;
    margin: 5px 0;
  }
}

@media (min-width: 576px) {
  .mBarberRecursosCard {
    width: 280px;
    margin: 5px 0;
    display: grid;
    grid-template-rows: 115px 230px;
  }
}

.mBarberRecursosCard img {
  height: 80px!important;
  margin: 20px auto;
}

.mBarberRecursosCard div {
  background-color: #2eadec;
  border-radius: 0 0 10px 10px;
  padding: 10px 20px 20px;
}

.mBarberRecursosCard h3, .mBarberRecursosCard p {
  color: #212529;
}

.divMBarberRecursos button {
  text-align: center;
  margin: 40px auto 0;
  font-weight: bold!important;
  color: #212529;
  background-color: #2eadec;
  border: none;
  transition: .3s all ease-in-out;
}

.divMBarberRecursos button:hover {
  color: #2eadec;
  background-color: #212529;
  transform: scale(1.1);
}

@media (min-width: 576px) {
  .mBarberRecursosCards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}

@media (min-width: 1400px) {
  .mBarberRecursosCards {
    justify-content: space-between;
  }
}

@media (min-width: 576px) {
  .mBarberRecursosSpecial {
    margin: 30px 0;
  }
}

.mBarberRecursosHide {
  display: none;
}

