.introduccion {
  position: relative;
  background: none;
  width: 100vw;
  display: flex;
  justify-content: flex-start;
  font-family: "Rubik Regular";
  z-index: 81;
}

.introduccion-contenedor {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}

.introduccion-texto {
  width: 35%;
  color: #01465b;
  font-size: 1.14em;
  line-height: 1.5;
  text-align: left;
  margin-left: 6%;
  z-index: 440;
}

.box-button {
  display: flex;
  position:relative;
  align-items: center;
  margin-top: 50px;
  background: white;
  border-radius: 27px;
  border: 2px solid #01719d;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 90%;
}

.input-email {
  padding: 14px 8px;
  border: none;
  width: 330px;
  outline: none;
  font-size: 16px;
  color: #000000;
  background: transparent;
}

.btn-agenda {
  background: #59bbaa;
  margin-left: 2%;
  color: white;
  padding: 13px 8px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 27px;
  width: 60%;
}

.introduccion-imagen {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  padding-right: 0;
  z-index: 4;
}

.introduccion-imagen img {
  width: 70%;
  height: auto;
  display: block;
}

/* Círculo inferior derecho */
.circulocomputador-1 {
  position: absolute;
  right: 9%;
  bottom: 0%;
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, #59bbaa, #01719d);
  border-radius: 50%;
  z-index: 5;
}

/* Círculo superior derecho */
.circulocomputador-2 {
  position: absolute;
  right: 3%;
  top: 28%;
  width: 130px;
  height: 130px;
  background: linear-gradient(135deg, #59bbaa, #01719d);
  border-radius: 50%;
  z-index: 2;
}

/* Círculo superior izquierdo */
.circulocomputador-3 {
  position: absolute;
  left: 68%;
  top: 10%;
  width: 130px;
  height: 130px;
  background: linear-gradient(135deg, #fcc450, #e84757);
  border-radius: 50%;
  z-index: 2;
}

@media (max-width: 1300px) {
  .introduccion {
    flex-direction: column;
    align-items: center;
  }

  .introduccion-texto {
    width: 60%;
    line-height: 1.5;
    text-align: left;
    margin-left: 6%;
    margin-top: 8%;
  }

  .introduccion-imagen {
    width: 80%;
    margin-right: 0;
    padding-right: 0;
  }

  .introduccion-imagen img {
    width: 100%;
  }
  .box-button {
    margin-top: 50px;
    background: white;
    border-radius: 27px;
    width: 100%;
    z-index: 10;
  }

  .input-email {
    border: none;
    width: 310px;
    outline: none;
    font-size: 15px;
  }

  .btn-agenda {
    border: none;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
  }

  .introduccion-imagen {
    width: 70%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
    z-index: 4;
  }
  
  .introduccion-imagen img {
    width: 80%;
    height: auto;
    display: block;
  }
  
  /* Círculo inferior derecho */
  .circulocomputador-1 {
    width: 120px;
    height: 120px;
  }
  
  /* Círculo superior derecho */
  .circulocomputador-2 {
    right: 4%;
    top: 28%;
    width: 90px;
    height: 90px;
  }
  
  /* Círculo superior izquierdo */
  .circulocomputador-3 {
    position: absolute;
    left: 68%;
    top: 10%;
    width: 130px;
    height: 130px;
    background: linear-gradient(135deg, #fcc450, #e84757);
    border-radius: 50%;
    z-index: 2;
  }
}

@media (max-width: 1024px) {
  .introduccion {
    flex-direction: column;
    align-items: center;
  }

  .introduccion-texto {
    width: 80%;
    line-height: 1.5;
    text-align: left;
    margin-left: 6%;
    margin-top: 8%;
  }

  .introduccion-imagen {
    width: 80%;
    margin-right: 0;
    padding-right: 0;
  }

  .introduccion-imagen img {
    width: 100%;
  }
  .box-button {
    margin-top: 50px;
    background: white;
    border-radius: 27px;
    width: 100%;
    z-index: 10;
  }

  .input-email {
    border: none;
    width: 310px;
    outline: none;
    font-size: 15px;
  }

  .btn-agenda {
    border: none;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
  }

  .circulocomputador-1 {
    right: 12%;
    bottom: 0%;
    width: 130px;
    height: 130px;
  }

  .circulocomputador-2 {
    right: 5%;
    top: 28%;
    width: 80px;
    height: 80px;
  }

  .circulocomputador-3 {
    left: 55%;
    top: 10%;
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 768px) {
  .introduccion {
    flex-direction: column;
    align-items: center;
  }

  .introduccion-texto {
    width: 50%;
    line-height: 1.5;
    text-align: left;
    margin-left: 4%;
    margin-top: 4em;
    font-size: 1.05em;
  }

  .introduccion-imagen {
    width: 80%;
    margin-right: 0;
    padding-right: 0;
  }

  .introduccion-imagen img {
    width: 100%;
  }
  .box-button {
    margin-top: 1em;
    background: white;
    border-radius: 30px;
    width: 100%;
    z-index: 10;
  }

  .input-email {
    border: none;
    width: 290px;
    outline: none;
    font-size: 14px;
  }

  /* .btn-agenda {
    border: none;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    padding: 0%;
  } */

  .circulocomputador-1 {
    right: 11%;
    bottom: 0%;
    width: 100px;
    height: 100px;
  }

  .circulocomputador-2 {
    right: 5%;
    top: 28%;
    width: 70px;
    height: 70px;
  }

  .circulocomputador-3 {
    left: 58%;
    top: 10%;
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 480px) and (orientation: portrait) {
  .introduccion-contenedor {
    flex-direction: column-reverse;
  }
  .circulocomputador-1 {
    background: linear-gradient(135deg, #fcc450, #e84757);
    left: 20%;
    top: 6%;
    width: 50px;
    height: 50px;
    z-index: -1;
  }
  .circulocomputador-2 {
    background: linear-gradient(135deg, #01719d, #59bbaa);
    right: 18%;
    top: 10%;
    width: 60px;
    height: 60px;
  }
  .circulocomputador-3 {
    background: linear-gradient(135deg, #59bbaa, #01719d);
    top: 32%;
    left: 52%;
    width: 70px;
    height: 70px;
    z-index: 5;
  }
  .introduccion-texto {
    width: 100%;
    line-height: 1.5;
    text-align: justify;
    margin-top: 10%;
  }

  .introduccion p {
    font-size: 15px;
    margin: 0 15% 0 15%;
  }

  .input-email {
    width: auto;
    padding: 0 0 0 2%;
    font-size: 2em;
    outline: none;
    font-size: 0.8em;
    color: #000000;
    
  }
  .btn-agenda {
    border: none;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    padding:1%;
  }
  .box-button {
    margin-top: 50px;
    width: 90%;
    margin-left: 7vw;
  }
}

@media (max-width: 320px) {
  .btn-agenda {
    font-size: 8px;
  }
}
