.cuerpo_home {
  margin-top: 100px;
  height: 80vh;
}

.green_text {
  font-size: 15px;
  border-radius: 15px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: rgb(14, 87, 14);
  background-color: rgba(0, 250, 0, 0.3);
}

.green_text_bold {
  color: rgb(14, 87, 14);
  font-weight: 700;
}

.button-blue {
  font-size: 20px;
  color: white;
  border-radius: 7px;
  padding: 10px;
  background-color: #010088;
  text-align: center;
  text-align: center;
}

.button-blue-border {
  font-size: 20px;
  color: #010088;
  border-radius: 7px;
  padding: 7px;
  background-color: #fff;
  border: #010088 3px solid;
  text-align: center;
}

.div_intro {
  display: -webkit-flex;
  align-content: center;
  align-self: center;
}

.img-intro {
  margin: auto;
  align-self: center;
  width: 100%;
}
.img-promotion {
  margin: auto;
  align-self: center;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  #first_sec {
    text-align: center;
  }

  #howWorks {
    align-content: center;
    align-self: center;
    text-align: center;
  }

  .numbers {
    display: -webkit-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: auto;
  }
  .img-intro {
    margin: auto;
    align-self: center;
    width: 50%;
  }
}

/*howWorks section*/
p.text_hw {
  font-weight: 700;
  font-size: 25px;
}

.numbers {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 2px solid rgba(1, 0, 136);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: rgba(1, 0, 136, 0.7);
  font-weight: 600;
  font-size: 26px;
}

.howWorks {
  padding: 25px;
  margin-top: 25px;
  background-color: #f1f1f1;
}

/* Appointment section*/
.appoint_div {
  display: -webkit-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.div_appoint {
  padding: 10vh;
  background-color: rgba(1, 0, 136, 0.08);
}

.card-service-home {
  color: #000;
  align-items: center;
  padding: 10px;
  height: 50%;
  margin: 5px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(1, 0, 136, 0.1);
  border-radius: 2px;
}
.button-blue-services {
  font-size: 20px;
  color: #010088;
  border-radius: 30px;
  width: 200px;
  padding: 10px;
  background-color: #fff;
  border: #010088 3px solid;
  text-align: center;
  text-align: center;
}
.button-blue-services:hover {
  border-color: rgba(1, 0, 136, 0.6);
}

.div_centered {
  text-align: center;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.div_centered_center {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.welcome {
  text-align: center;
  flex-basis: 100%;
  justify-content: center;
  flex-grow: 1;
  margin-bottom: 100px;
}

.imagewelcome {
  flex-basis: 100%;
  justify-content: center;
  flex-grow: 1;
}

/*Services section*/
.digit {
  opacity: 0;
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.digit.visible {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/*Promotion*/
#reveal1 {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#reveal1.visible {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.text-notoB_centered {
  text-shadow: 2px 2px 2px #aaa;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-family: NotoSansKR-Black;
}

.text-noto-home {
  font-size: 40px;
  color: rgba(1, 0, 136, 1) !important;
}

.text-noto-home:hover {
  color: rgba(1, 0, 136, 0.8) !important;
}
.img_call {
  width: 45px;
}

@media screen and (max-width: 600px) {
  .text-noto-home {
    font-size: 25px;
  }
  .img_call {
    width: 25px;
  }
  .text-notoB_centered {
    font-size: 20px;
  }
  .green_text {
    font-size: 12px;
  }
}
