@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  background: #072577;
}

.scroll-vudera {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #cca #888;
}

.scroll-vudera::-webkit-scrollbar {
  width: 8px;
}

.scroll-vudera::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 4px;
}

.scroll-vudera::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 4px;
}

.section__container {
  margin: 0 5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1.5rem 3.5rem;
  background: #072577;
}

.logo {
  width: 105px;
  height: 100px;
  margin-right: 10px;
}

.section__container--content {
  display: flex;
  flex-direction: column;
  padding: 0 3rem;
}

.section__container--content .vendedora {
  width: 490px;
  height: 507px;
  position: relative;
  object-fit: cover;
}

.content_description {
  display: flex;
  flex-direction: column;
  align-items: flex-center;
  margin-top: 1rem;
}

.content_description .name {
  color: #a21caf;
  padding: 0.3rem 4rem;
  position: absolute;
  border-radius: 0.8rem;
  z-index: 2;
  align-items: center;
  margin-top: -9rem;
  background-color: white;
}

.content_description .name h3 {
  font-size: 1.4rem;
  z-index: 2;
  margin-left: -2.2rem;
  float: left;
}

.content_description .detalle {
  color: white;
  padding: 0.3rem 4rem;
  position: absolute;
  border-radius: 0.8rem;
  z-index: 2;
  margin-top: -6.7rem;
  background-color: #7a0385;
}

.content_description .detalle span {
  font-size: 1.1rem;
  z-index: 2;
  margin-left: -2.2rem;
  float: left;
}

.section__video {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}

.section__video .video {
  width: 560px;
  height: auto;
  border-radius: 1rem;
}

.section__video .parrafo {
  color: white;
  font-size: 1.2rem;
  width: 40%;
  margin-top: 1.2rem;
  text-align: center;
}

.section__bussiness {
  width: 100%;
  height: 420px;
  background-color: rgb(156, 13, 143);
  position: relative;
  margin-top: -4rem;
  z-index: 1;
}

.section__bussiness::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(156, 13, 143);
  position: absolute;
  top: 0;
  left: 0; /* Centra el pseudo-elemento */
  z-index: -1;

}

.section__bussiness h1 {
  color: white;
  font-size: 1.2rem;
  text-align: center;
}
.titulo {
  padding-top: 3rem;
  text-transform: uppercase;
}

.section__bussiness span {
  color: white;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 1rem;
}

.section__bussiness--content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 45px;
  max-width: 45rem;
  padding-top: 3rem;
  margin: 0 auto;
}

.content-resumen {
  display: flex;
  align-items: center;
}

.content-resumen p {
  margin-left: 0.75rem;
  color: white;
  font-size: 0.95rem;
  width: 55%;
}

.circle {
  width: 60px;
  height: 60px;
  border: 2px solid white;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.circle img {
  color: white;
  width: 93px;
}

.section__bussiness--content .content-resumen:nth-child(5) {
  grid-column: span 2;
  justify-content: center;
  max-width: 50rem;
  margin: 0 auto;
  width: 60%;
}

.formulario__container {
  background-color: #fff;
  padding-top: 5rem;
  height: 600px;
}

.container--titulo {
  background-color: #072577;
  max-width: 35rem;
  margin: 0 auto;
  border-radius: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container--titulo h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 2rem;
  padding: 0.5rem;
  text-align: center;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
}

.formulario__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.2rem;
  max-width: 35rem;
  margin: 0 auto;
  padding-top: 3rem;
}

.formulario--reu input {
  width: 100%;
  padding: 1rem;
  border-radius: 0.8rem;
  border: 1px solid #ccc;
  margin-bottom: 1rem;
}

#dias_semana {
  width: 100%;
  padding: 1rem;
  border-radius: 0.8rem;
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  background: #fff;
  color: #686767;
}

#horas {
  width: 100%;
  padding: 1rem;
  background: #fff;
  border-radius: 0.8rem;
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  color: #686767;
}

.formulario__content .formulario--reu:nth-child(1) {
  grid-column: span 2;
  justify-content: center;
  width: 100%;
}

.btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 1rem;
}

.btn-agendar {
  background-color: rgb(156, 13, 143);
  color: #fff;
  border: none;
  padding: 0.6rem 11.8rem;
  border-radius: 0.8rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 600px) {
  .section__container {
    margin: 0;
    padding: 1.5rem;
    height: 750px;
  }

  .logo {
    width: 70px;
    height: 70px;
  }

  .section__container--content {
    padding: 0;
  }

  .section__container--content .vendedora {
    width: 100%;
    height: auto;
    margin-left: -3rem;
  }

  .content_description {
    align-items: center;
    margin-top: 1rem;
    margin-left: -3rem;
  }

  .content_description .name {
    padding: 0.5rem 1.5rem;
    margin-top: -5rem;
    font-size: 1.2rem;
    margin-left: -3rem;
  }

  .content_description .name h3 {
    margin-left: 0;
    font-size: 1.4rem;
  }

  .content_description .detalle {
    padding: 0.5rem 1.5rem;
    margin-top: -2.24rem;
    font-size: 1rem;
  }

  .content_description .detalle span {
    margin-left: 0;
    font-size: 1.1rem;
  }

  .section__video--content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 22rem;
    position: absolute;
  }

  .section__video {
    overflow: hidden;
    height: auto;
  }

  .section__video .video {
    width: 400px;
    height: auto;
    margin-bottom: 1rem;
  }

  .section__video .parrafo {
    font-size: 1.2rem;
    width: 80%;
    margin-top: 1rem;
    text-align: center;
  }

  .section__bussiness {
    height: auto;
    margin-top: -2rem;
    background-color: rgb(156, 13, 143);
    padding-left: 1.5rem;
    padding-right: 1.4rem;
    padding-bottom: 1.5rem;
  }

  .section__bussiness--content {
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
    max-width: 100%;
    margin: 0 auto;
  }

  .content-resumen p {
    font-size: 0.9rem;
    width: 100%;
  }

  .circle {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }

  .circle img {
    width: 69px;
  }

  .section__bussiness--content .content-resumen:nth-child(5) {
    grid-column: unset;
    width: 100%;
    max-width: unset;
  }

  .formulario__container {
    padding: 2rem;
    height: auto;
    background-color: #fff;
  }

  .container--titulo {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 0.8rem;
    background-color: #072577;
  }

  .container--titulo h1 {
    font-size: 1.6rem;
    padding: 0.8rem;
    border-radius: 0;
    display: flex;
    align-items: center;
  }

  .formulario__content {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 2rem;
  }

  .formulario--reu input {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.8rem;
    border: 1px solid #ccc;
  }

  .formulario__content .formulario--reu:nth-child(1) {
    grid-column: unset;
    width: 100%;
  }

  .btn-container {
    margin-top: 1rem;
  }

  .btn-agendar {
    padding: 0.6rem 5rem;
    font-size: 1rem;
  }
}
