.servicios {
  position: relative;
  text-align: left;
  background-color: #01465b;
  height: 100vh;
  z-index: 10;
  overflow: visible;
}

.servicios-titulo-contenedor {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d9d9d9;
}

.servicios-titulo {
  font-size: 36px;
  color: #01465b;
  margin-bottom: 40px;
  font-family: "Nexa-Bold", sans-serif;
}

.servicios-contenedor {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9d9d9;
  width: 100%;
  height: 100%;
  clip-path: ellipse(100% 90% at center top);
  padding: 0 5%;
  padding-left: 30%;
}

.servicios-lista {
  width: 40%;
  z-index: 3000;
  margin-bottom: 6%;
}

.servicio {
  display: flex;
  align-items: flex-start;
  gap: 35px;
  margin-bottom: 15px;
  border-bottom: 1px solid #01719d;
}

.servicio img {
  width: 50px;
  height: 50px;
}

.servicio h3 {
  font-size: 28px;
  font-family: "Nexa-Bold", sans-serif;
  color: #003d5c;
}

.servicio p {
  font-size: 18px;
  font-family: "Nexa", sans-serif;
  font-weight: normal;
  color: #01465b;
  margin-bottom: 15px;
}

/* Círculo inferior derecho */
.circulophone-1 {
  position: absolute;
  width: 110px;
  height: 110px;
  background: linear-gradient(135deg, #59bbaa, #01719d);
  left: 18%;
  top: 235%;
  z-index: 9000;
}

/* Círculo superior derecho */
.circulophone-2 {
  position: absolute;
  width: 320px;
  height: 320px;
  background: linear-gradient(135deg, #fcc450, #e84757);
  left: 16%;
  top: 12%;
  z-index: 8000;
}

/* Círculo inferior izquierdo */
.circulophone-3 {
  position: absolute;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #fcc450, #e84757);
  left: 5%;
  top: 250%;
  z-index: 9900;
}

.fondo-formaphone {
  position: absolute;
  left: 0%;
  top: 142%;
  width: 350px;
  z-index: 1200;
}

.fondo-formaphone img {
  width: 100%;
  height: auto;
}

.servicios-imagen {
  position: absolute;
  width: 465px;
  margin-right: 0;
  z-index: 9000;
  overflow: visible;
  left: 4%;
  top: 185%;
}

.servicios-imagen img {
  width: 100%;
}

.servicios-imagen-pequeñas {
  display: none;
  position: absolute;
  margin-right: 0;
  z-index: 9000;
  overflow: visible;
}


/* ========== 📌 MEDIA QUERIES ========== */
@media (max-width: 1300px) {
  .servicios {
    height: 60vh;
  }
  .servicio {
    gap: 15px;
  }
  .servicios-titulo {
    font-size: 1.8em;
    margin-top: 2em;
    margin-bottom: 0%;
  }
  .servicios-lista {
    width: 50%;
  }

  .servicio h3 {
    font-size: 22px;
  }

  .servicio p {
    font-size: 15px;
  }

  .servicios-imagen {
    width: 40%;
    max-width: 300px;
    position: absolute;
    top: 182%;
    transform: translateY(-50%);
    left: 8%;
  }
  .circulophone-1 {
    width: 90px;
    height: 90px;
    left: 22%;
    top: 190%;
  }

  /* Círculo superior derecho */
  .circulophone-2 {
    width: 200px;
    height: 200px;
    left: 15%;
    top: 28%;
  }

  /* Círculo inferior izquierdo */
  .circulophone-3 {
    width: 50px;
    height: 50px;
    left: 8%;
    top: 202%;
  }
}

/* Laptos */
@media (max-width: 1024px) {
  .servicio {
    gap: 15px;
  }
  .servicios-titulo {
    font-size: 26px;
    margin-top: 2em;
    margin-bottom: 0%;
  }
  .servicios-lista {
    width: 70%;
  }

  .servicio h3 {
    font-size: 22px;
  }

  .servicio p {
    font-size: 15px;
  }

  .servicios-imagen {
    width: 40%;
    max-width: 300px;
    position: absolute;
    top: 170%;
    transform: translateY(-50%);
    left: 2%;
  }
  .circulophone-1 {
    width: 75px;
    height: 75px;
    left: 20%;
    top: 178%;
  }

  /* Círculo superior derecho */
  .circulophone-2 {
    width: 200px;
    height: 200px;
    left: 15%;
    top: 28%;
  }

  /* Círculo inferior izquierdo */
  .circulophone-3 {
    width: 40px;
    height: 40px;
    left: 3%;
    top: 190%;
  }
}

/* Tablets */
@media (max-width: 768px) {
  .servicios-contenedor {
    padding: 0%;
    padding-left: 18em;
  }
  .servicio {
    gap: 15px;
  }
  .servicios-titulo {
    font-size: 24px;
    margin-top: 2em;
    margin-bottom: 0%;
  }
  .servicios-lista {
    width: 90%;
    left: 40%;
  }
  .servicio h3 {
    font-size: 18px;
  }

  .servicio p {
    font-size: 14px;
  }

  .servicios-imagen {
    width: 40%;
    max-width: 300px;
    position: absolute;
    top: 140%;
    transform: translateY(-50%);
    left: 0%;
  }
  .circulophone-1 {
    width: 80px;
    height: 80px;
    left: 24%;
    top: 148%;
  }

  /* Círculo superior derecho */
  .circulophone-2 {
    width: 140px;
    height: 140px;
    left: 23%;
    top: 30%;
  }

  /* Círculo inferior izquierdo */
  .circulophone-3 {
    width: 50px;
    height: 50px;
    left: 0%;
    top: 160%;
  }
  .fondo-formaphone {
    position: absolute;
    left: 0%;
    top: 110%;
    width: 250px;
    z-index: 1090;
  }
}

@media screen and (max-width: 580px) and (orientation: portrait) {
  .servicios {
    background-color: #01465b;
    height: auto;
  }

  .servicios-titulo-contenedor {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    background-color: #d9d9d9;
  }

  .servicios-titulo {
    font-size: 1.1em;
    margin-top: 2em;
    margin-bottom: 0%;
  }

  .servicios-contenedor {
    align-items: start;
    padding: 0%;
    clip-path: ellipse(130% 90% at center top);
  }

  .servicios-lista {
    padding: 1em 0 6.5em 0;
    width: 80%;
  }

  .servicios-lista img {
    width: 2em;
    height: 2em;
  }

  .servicio {
    align-items: start;
  }

  .servicio img {
    margin-top: 0.5em;
  }

  .servicio h3 {
    font-size: 1em;
  }

  .servicio p {
    font-size: 0.8em;
    line-height: 1.5;
  }

  .servicios-imagen {
    display: none;
    position: absolute;
    transform: inherit;
    left: inherit;
    margin-right: 0;
    z-index: 11;
    overflow: hidden;
    left: 25%;
    top: 160%;
  }
  .circulophone-1 {
    display: none;
  }
  .circulophone-2 {
    display: none;
    width: 120px;
    height: 120px;
    left: 45%;
    top: 100%;
    z-index: 10000;
  }
  .circulophone-3 {
    display: none;    
    width: 30px;
    height: 30px;
    left: 22%;
    top: 201%;
  }
  .fondo-formaphone {
    position: absolute;
    left: 0%;
    top: 110%;
    width: 250px;
    z-index: 1090;
  }
  .servicios-imagen-pequeñas {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #01465b;
    width: 100%;
    padding-bottom: 8%;
    padding-top: 6%;
  }
  .servicios-imagen-pequeñas img {
    width: 200px;
    z-index: 1000;
  }
  /* Círculo inferior derecho */
  .circulophone-1-pequeñas {
    position: absolute;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #59bbaa, #01719d);
    right:32vw;
    top: 26vh;
    z-index: 1001;
  }

  /* Círculo superior derecho */
  .circulophone-2-pequeñas {
    position: absolute;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #fcc450, #e84757);
    left: 54%;
    top: 5%;
    z-index: 1;
  }

  /* Círculo inferior izquierdo */
  .circulophone-3-pequeñas {
    position: absolute;
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #fcc450, #e84757);
    left: 25vw;
    top: 34vh;
    z-index: 9900;
  }
}

@media (max-width: 400px) {
  .servicios-imagen{
    max-width: 150px;
    top: 190%;
    left: 32%;
  }
  .servicio h3 {
    font-size: 1em;
  }
  .servicio p {
    font-size: 0.9em;
    line-height: 1.5;
  }
}

@media (max-width: 350px) {
  .servicios-imagen{
    top: 230%;
  }
}