.servicios__hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.servicios__hero-content {
  position: absolute;
  z-index: 20;
  width: 80%;
  top: 25%;
  left: 15px;
}
@media (min-width: 1000px) {
  .servicios__hero-content {
    top: 40%;
    width: 655px;
    left: 50%;
    transform: translateX(-485px);
  }
}
.servicios__hero-title {
  font-family: "Montserrat", sans-serif;
  color: #055881;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.25;
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 1000px) {
  .servicios__hero-title {
    font-size: 55px;
  }
}
.servicios__hero-subtitle {
  color: #878787;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.8px;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media (min-width: 1000px) {
  .servicios__hero-subtitle {
    font-size: 26px;
    margin-bottom: 60px;
  }
}
.servicios__hero-text {
  line-height: 1.8;
  font-size: 14px;
}
@media (min-width: 1000px) {
  .servicios__hero-text {
    font-size: 20px;
  }
}
.servicios__hero-mouse {
  position: absolute;
  width: 30px;
  height: 50px;
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  z-index: 10;
  bottom: 50px;
  left: calc(50% - 15px);
  transition: all 0.3s ease;
}
.servicios__hero-mouse:hover {
  border: 2px solid rgb(255, 255, 255);
}
.servicios__hero-mouse:after {
  content: "";
  height: 4px;
  width: 4px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  left: calc(50% - 2px);
  position: absolute;
  top: 10px;
  animation: fade 2s ease infinite;
}
.servicios__hero-next-section {
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  z-index: 10;
  width: 100px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234da234' viewBox='0 0 100 20'%3E%3Cpath d='m50,0C34.5,0,14.5,17.5,0,20h100C85.5,17.5,65.5,0,50,0Z'/%3E%3C/svg%3E");
}
.servicios__hero-next-section:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  left: 47px;
  bottom: 5px;
}
.servicios__med {
  padding-block: 60px;
  background: #4da234;
  height: 95vh;
  min-height: 900px;
  color: #fff;
}
@media (min-width: 700px) {
  .servicios__med {
    padding-bottom: 0;
    position: relative;
  }
}
.servicios__med-container {
  position: relative;
  padding-inline: 15px;
}
@media (min-width: 1000px) {
  .servicios__med-container {
    width: 970px;
    position: absolute;
    top: 30%;
    padding-inline: unset;
    left: calc(50% - 485px);
    display: flex;
    gap: 60px;
  }
}
.servicios__med-content {
  margin-bottom: 60px;
}
@media (min-width: 1000px) {
  .servicios__med-content {
    width: 490px;
    padding-inline: unset;
  }
}
.servicios__med-title {
  font-size: 21px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 60px;
  line-height: 1.5;
  color: #fff;
}
.servicios__med-title:after {
  bottom: -35px;
}
@media (min-width: 700px) {
  .servicios__med-title {
    font-size: 26px;
  }
}
.servicios__med-text {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (min-width: 700px) {
  .servicios__med-text {
    letter-spacing: -0.2px;
    width: 92%;
    margin-bottom: 60px;
  }
}
.servicios__med-text strong {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .servicios__med-text strong {
    margin-bottom: 20px;
  }
}
.servicios__med-cta {
  display: inline-block;
  background: #055881;
  padding: 5px 20px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  text-decoration: none;
}
.servicios__med-icons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(60px, 90px));
  gap: 20px;
  flex-grow: 2;
  justify-content: center;
}
.servicios__med-icons li {
  text-align: center;
}
.servicios__med-icons li span {
  font-size: 12px;
  letter-spacing: -0.3px;
  display: block;
}
.servicios__med-icons li img {
  width: 50%;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}
.servicios__art {
  padding-block: 60px;
  background: #eaeaea;
  height: 95vh;
  min-height: 900px;
  color: #878787;
  position: relative;
}
@media (min-width: 700px) {
  .servicios__art {
    padding-bottom: 0;
  }
}
.servicios__art:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23eaeaea' viewBox='0 0 100 20'%3E%3Cpath d='m50,0C34.5,0,14.5,17.5,0,20h100C85.5,17.5,65.5,0,50,0Z'/%3E%3C/svg%3E");
  position: absolute;
  bottom: 100%;
  left: calc(50% - 50px);
  width: 100px;
  height: 20px;
}
.servicios__art:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #878787;
  border-right: 2px solid #878787;
  transform: rotate(135deg);
  position: absolute;
  left: calc(50% - 3px);
  bottom: 100%;
}
.servicios__art-container {
  position: relative;
  padding-inline: 15px;
}
@media (min-width: 1000px) {
  .servicios__art-container {
    width: 970px;
    position: absolute;
    top: 30%;
    padding-inline: unset;
    left: calc(50% - 485px);
    display: flex;
    gap: 60px;
  }
}
.servicios__art-content {
  margin-bottom: 60px;
}
@media (min-width: 1000px) {
  .servicios__art-content {
    width: 490px;
    padding-inline: unset;
  }
}
.servicios__art-title {
  font-size: 21px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 60px;
  line-height: 1.5;
  color: #055881;
}
.servicios__art-title:after {
  bottom: -35px;
}
@media (min-width: 700px) {
  .servicios__art-title {
    font-size: 26px;
  }
}
.servicios__art-text {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (min-width: 700px) {
  .servicios__art-text {
    letter-spacing: -0.2px;
    width: 92%;
    margin-bottom: 60px;
  }
}
.servicios__art-text strong {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .servicios__art-text strong {
    margin-bottom: 20px;
  }
}
.servicios__art-cta {
  display: inline-block;
  background: #055881;
  padding: 5px 20px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  text-decoration: none;
}
.servicios__art-icons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(60px, 90px));
  gap: 20px;
  flex-grow: 2;
  justify-content: center;
}
.servicios__art-icons li {
  text-align: center;
}
.servicios__art-icons li span {
  font-size: 12px;
  letter-spacing: -0.3px;
  display: block;
}
.servicios__art-icons li img {
  width: 50%;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}
.servicios__ornament {
  display: none;
}
@media (min-width: 700px) {
  .servicios__ornament {
    display: block;
    height: 120px;
    position: absolute;
    right: 0;
    width: 30%;
    background: url("../pattern.svg") repeat-x left center/120px;
    top: 65%;
    opacity: 0.5;
  }
}