section {
  padding-block-start: 4rem;
  padding-block-end: 4rem;
  background-color: #f4fff9;
}
section:nth-of-type(odd) {
  --background: #f4fff9;
  padding-block-start: 0;
  padding-block-end: 0;
}
section.background-degrade {
  position: relative;
  background-color: #f4fff9;
  background-image: url(../images/bg-degrade.png);
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: cover;
  margin-block-start: 0;
  margin-block-end: 4rem;
}
/*section:nth-of-type(even) {
  background: #b8f5f6;
  }*/
section img {
  display: block;
  border: 3px solid #38c1e5;
  border-radius: 1rem;
  box-sizing: border-box;
  box-shadow: 0.5px 0.5px 5px 0 #a1a1a1;
}
section img.circle {
  border: 3px solid #38c1e5;
  width: 250px;
  border-radius: 150px;
  margin: 0 auto;
  margin-block-end: 2rem;
}
section img.img-arrow {
  display: block;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
}
section .rotate-left {
  transform: rotate(180deg);
}
section .rotate-botton {
  transform: rotate(90deg);
}

section:nth-of-type(2) {
  background: #f4fff9;
}
section:nth-of-type(1) img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
section hr {
  background: #38c1e5;
  height: 3px;
  margin: 0 auto;
  padding: 0;
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  width: 100%;
  opacity: 1;
  border: 0;
}
table {
  border: 1px solid #b4b5b6;
  border-radius: 15px;
  padding: 1rem;
  border-collapse: collapse;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0.5px 0.5px 5px 0 #a1a1a1;
}
table th,
table td {
  padding: 0.5rem 2rem;
}
table th {
  background-color: #38c1e5;
}

section h3 {
  font-family: "Roboto-MediumItalic";
  font-size: 2.7rem;
  line-height: 2.7rem;
  padding-block-end: 2rem;
}
section:nth-of-type(1) h3:nth-of-type(1) {
  padding-block-end: 0;
}
section h4 {
  font-family: "Roboto-MediumItalic";
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding-block-end: 2rem;
}
.skyblue {
  color: #38c1e5;
}
section h5 {
  font-family: "Roboto-MediumItalic";
  font-size: 1.8rem;
  line-height: 1.8rem;
}
section p,
section ul {
  font-family: "Roboto-LightItalic";
  font-size: 1.4rem;
  line-height: 1.9rem;
}
section ul li {
  margin-bottom: 1rem !important;
}

.step-circle {
  background: #b6f6f7;
  width: 150px;
  height: 150px;
  border: 3px solid #38c1e5;
  border-radius: 75px;
  margin: 0 auto;
  margin-block-start: 2rem;
  margin-block-end: 2rem;
}
ul {
  list-style-image: url("../images/vineta-1.png");
  --list-style-position: inside;
  list-style-type: none;
}
ul.type-circle {
  list-style-image: none;
  list-style-type: disc;
}
ul.reverse {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 0;
}
ul.reverse li {
  background: #38c1e5;
  color: #fff;
  border-radius: 1rem;
  padding-inline-start: 1rem;
  padding-inline-end: 2rem;
  padding-block-start: 0.3rem;
  padding-block-end: 0.3rem;
  margin-block-end: 0.5rem;
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 0.5rem !important;
}
ul.reverse.inquiries li {
  background: #38c1e5;
  color: #fff;
  border-radius: 1rem;
  padding-inline-start: 4rem;
  padding-inline-end: 2rem;
  padding-block-start: 1rem;
  padding-block-end: 1rem;
  margin-block-end: 0.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 2.5rem !important;
  position: relative;
  display: inline-block;
}
ul.reverse.inquiries li > div {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  position: absolute;
  left: -2rem;
  top: -0.7rem;
  box-shadow: 2px 3px 10px 0px #a1a1a1;
}
.block-cards {
  margin-top: 8rem;
}
card {
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 10px;
  align-items: center;
  justify-content: left;
  border-radius: 1rem;
  box-shadow: 2px 3px 10px 0px #a1a1a1;
  text-align: left;
  box-sizing: border-box;
}
card:hover {
  background: #33c2e8;
  transition: 0.8s all;
  cursor: pointer;
}
card h3 {
  font-family: "Roboto-Bold";
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #33c2e8;
  margin: 0;
  padding: 0;
  margin-block-start: 2rem;
  margin-block-end: 1.5rem;
}
card:hover h3 {
  color: #fff;
}
card .text {
  padding-block-start: 4.5rem;
  padding-block-end: 1.5rem;
  padding-inline-start: 1.5rem;
  padding-inline-end: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
card p {
  font-family: "Roboto-Regular";
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 0;
  padding: 0;
}
card:hover p {
  color: #fff;
}
card p.small {
  font-size: 18px;
}
card > .text a {
  margin-right: 0;
}
card img {
  width: 200px;
  border: 0;
  border-radius: 9rem;
  position: absolute;
  top: -7rem;
}
card.with-icons img:nth-of-type(1) {
  left: 10%;
  border: 0;
  box-shadow: none;
  width: 80px;
  top: -1rem;
}
card.with-icons img:nth-of-type(2) {
  right: 10%;
  border: 0;
  box-shadow: none;
  width: 80px;
  top: -1rem;
}
card.step .step-circle-next {
  background: #33c2e8;
  width: 180px;
  height: 180px;
  --border: 3px solid #38c1e5;
  border-radius: 90px;
  margin: 0 auto;
  margin-block-start: 2rem;
  margin-block-end: 0;
  box-shadow: 0.5px 0.5px 5px 0 #a1a1a1;
}
card.step:hover .step-circle-next {
  background: #fff;
}
card.step img {
  width: 130px;
  border: 0;
  border-radius: 0;
  margin: 0 auto;
  top: 0;
  position: relative;
  box-shadow: none;
}
card.step h3 {
  margin-block-start: 0;
  margin-block-end: 1.5rem;
}
card.step .text {
  padding-block-start: 1.5rem;
  padding-block-end: 1.5rem;
  padding-inline-start: 1.5rem;
  padding-inline-end: 1.5rem;
}
.button.is-fifty {
  font-family: "Roboto-Bold";
  font-size: 1.4rem !important;
  line-height: 1rem;
  color: #33c2e8;
  max-width: 200px;
  margin-top: 2rem;
}
.button.is-fifty > div {
  margin-left: 1rem;
}
card:hover .button.is-fifty {
  color: #fff;
}
card.reverse {
  background: #33c2e8;
  width: 100%;
  margin-block-start: 6rem;
}
card.reverse:hover {
  background: #fff;
}
card.reverse h3 {
  color: #fff;
}
card.reverse:hover h3 {
  color: #33c2e8;
}
card.reverse:hover p {
  color: #33c2e8;
}
card.reverse p {
  color: #fff;
}
card.reverse .text {
  padding-block-start: 1.5rem;
  padding-block-end: 1.5rem;
  padding-inline-start: 1.5rem;
  padding-inline-end: 1.5rem;
}
card.reverse.left .text {
  padding-block-start: 5.5rem;
  padding-inline-start: 1.5rem;
}
card.reverse.right .text {
  padding-block-start: 5.5rem;
  padding-inline-end: 1.5rem;
}
card.reverse img {
  margin-inline-start: 1rem;
  width: 200px;
  border: 0;
  border-radius: 9rem;
  position: absolute;
  top: 1.3rem;
}
card.reverse.left img {
  left: auto;
  top: -7rem;
}
card.reverse.right img {
  right: auto;
  top: -7rem;
}
card.reverse .button.is-fifty {
  color: #fff;
  margin-top: 1rem;
}
card.reverse:hover .button.is-fifty {
  color: #33c2e8;
}
card.reverse .button.is-fifty > div {
  background: #fff !important;
  color: #33c2e8;
}
@media screen and (min-width: 768px) {
  card.reverse {
    width: 80%;
    margin-block-start: 0;
  }
  card.reverse.left .text {
    padding-block-start: 1.5rem;
    padding-inline-start: 7.5rem;
  }
  card.reverse.right .text {
    padding-block-start: 1.5rem;
    padding-inline-end: 7.5rem;
  }
  card.reverse.left img {
    left: -7.5rem;
    top: 2rem;
  }
  card.reverse.right img {
    right: -7.5rem;
    top: 2rem;
  }
  card.with-icons img:nth-of-type(1) {
    left: -10px;
  }
  card.with-icons img:nth-of-type(2) {
    right: -10px;
  }
}
.description .item {
  background: #fff;
  border: 3px solid #22ee98;
  border-radius: 1rem;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}
.description .text {
  margin-left: auto;
  margin-right: auto;
  margin-block-start: 2rem;
  margin-block-end: 1rem;
  width: 90%;
}
.description .text h3 {
  font-family: "Roboto-MediumItalic";
  font-size: 2.5rem;
  font-weight: 600;
  margin-block-start: 0;
  margin-block-end: 0;
}
.description .text p {
  font-family: "Roboto-LightItalic";
}
.description img {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media screen and (min-width: 768px) {
  .description img {
    border-top-left-radius: 0;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }
  .description .text {
    margin-block-start: 1.5rem;
    margin-block-end: 1.5rem;
  }
}
.appointment {
  margin-block-start: 4rem;
  margin-block-end: 8rem;
  padding-block-start: 4rem;
  padding-block-end: 8rem;
}
.appointment h2 {
  font-family: "Roboto-Bold";
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
  padding-block-start: 1rem;
  padding-block-end: 1rem;
}
.appointment hr {
  background: #22ee98;
  height: 1px;
  border: 0;
  margin: 0 auto;
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  max-width: 200px;
}
.appointment p {
  font-family: "Roboto-LightItalic";
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  margin-block-end: 2rem;
}
@media screen and (min-width: 768px) {
  .appointment h2 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

.btn.price {
  background: #33c2e8 !important;
  color: #fff;
  text-align: center;
  border: 2px solid #33c2e8;
}

.modal-content {
  background: #f4fff9;
}
