* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  width: 100%;
}

.portada {
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;

}

.portada img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.portada::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  /* Ajusta la altura del rectángulo como lo necesites */
  background: linear-gradient(90deg, #7F368B 0%, #DF4991 100%);
}

.perfil {
  width: 50%;
  height: 40vh;
  position: relative;
  margin-right: 40px;
  /* margin-top: 3%; */
  margin-top: 20px;
}

.perfil img {
  width: 100%;
  height: 30vh;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.perfil::after {
  content: '';
  position: absolute;
  top: 75%;
  /* bottom: 5%; */
  /* bottom: -10px; */
  left: 0;
  width: 100%;
  height: 10px;
  /* Ajusta la altura del rectángulo como lo necesites */
  background: linear-gradient(90deg, #DF4991 0%, #8B3F90 100%);
}


.boton-propuestas {
  position: absolute;
  font-size: 20px;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #DF4991;
  border-radius: 30px;
  color: #ffffff;
  padding: 16px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}

.boton-propuestas:hover {
  background-color: #AC1A61;
}

/* main {
  width: 80%;
  margin: 0 auto;
} */

.mis-propuestas {
  position: relative;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  /* left: 65px; */
  /* width: 1240px; */
  /* left: 65px; */
}

.estas-son-las-IDEAS {
  position: absolute;
  width: 100%;
  /* width: 1172px; */
  /* height: 105px; */
  /* top: 0; */
  /* left: 66px; */
  text-shadow: 1px 1px 1px #00000040;
  font-family: "Montserrat-Medium", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 50px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.box-sections-propuestas {
  width: 100%;
}

#seccion-propuesta-1,
#seccion-propuesta-3,
#seccion-propuesta-5 {
  margin-left: 12px;
  margin-right: 15px;
}

#seccion-propuesta-2,
#seccion-propuesta-4 {
  /* left: 60px; */
  margin-right: 15px;
}

.span {
  font-weight: bold;
  color: #7f368b;
}

.text-wrapper-2 {
  font-family: "Montserrat-ExtraBold", Helvetica;
  font-weight: 800;
  color: #df4991;
}

.text-wrapper-3 {
  font-weight: 500;
  color: #df4991;
}

.text-wrapper-4 {
  font-family: "Montserrat-ExtraBold", Helvetica;
  font-weight: 800;
  color: #aeb523;
}

.titulo {
  color: #7F368B;
}

.titulo-sobre-mi {
  color: #7F368B;
  font-family: 'Montserrat', sans-serif;
}

.titulo-rosa {
  color: #DF4991;
}

.titulo-verde {
  color: #A9B819;
}

span {
  font-weight: bold;
}

.box-article-sobre-mi {
  padding-bottom: 5.5rem;
}

.sobre-mi {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  /* margin-bottom: 40px; */
}

.numero-1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 300px;
  color: #DF4991;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.seccion {
  display: flex;
}

.numero-2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 300px;
  color: #A9B819;
  line-height: 1;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  /* margin-left: 30px; */
  /* margin-right: 10px; */
}

.obras {
  /* display: flex; */
  width: 100%;
  justify-content: flex-end;
  /* margin-left: 300px; */
  text-align: end;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

.numero-3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 300px;
  color: #7F368B;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.numero-4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 300px;
  color: #DF4991;
  line-height: 1;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  /* margin-left: 30px;
  margin-right: 30px; */
}

.gestion {
  width: 100%;
  justify-content: flex-end;
  text-align: end;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

.numero-5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 300px;
  color: #A9B819;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.propuesta {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

.texto-sobre-mi {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 400px;
  position: relative;
  background-color: #a9b819;
  align-items: center;
  overflow: hidden;
}

.frame {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
}

.text-wrapper-21 {
  padding-top: 2rem;
}

.text-wrapper-21 p {
  font-family: "Roboto-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 28px;
}

.logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 0px;
}

.image,
.image-2,
.image-3,
.image-4 {
  width: 50px;
  height: auto;
}

.box-imgs-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 20px;
  margin-top: 1rem;
}

.box-imgs-footer .capcut-mesa-de-2 {
  position: relative;
  top: -15%;
  width: 400px;
  height: auto;
}

.box-imgs-footer .capcutffffffffffffff-2 {
  position: relative;
  top: -40%;
  width: 200px;
  height: auto;
}

.box-imgs-portada {
  position: absolute;
  top: 25%;
  left: 5%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  z-index: 10;
  padding: 0;
}

.abraham {
  width: 600px !important;
  height: auto !important;
}

.clorinda-avanza {
  position: absolute;
  width: 320px !important;
  height: 100px !important;
  bottom: -12%;
}

main {
  margin-left: 10%;
  margin-right: 10%;
}

article {
  margin-left: 10%;
  margin-right: 10%;
}

@media (max-width: 1024px) {
  main {
    margin-left: 8px;
    margin-right: 8px;
  }

  article {
    margin-left: 10px;
    margin-right: 10px;
  }

  .perfil {
    width: 70%;
    height: 30vh;
  }

  .perfil img {
    height: 30vh;
  }

  .numero-1,
  .numero-2,
  .numero-3,
  .numero-4,
  .numero-5 {
    font-size: 200px;
  }
}

@media (max-width: 768px) {
  .perfil {
    width: 90%;
    height: 25vh;
    margin: 0 auto;
  }

  .perfil img {
    height: 25vh;
  }

  .numero-1,
  .numero-2,
  .numero-3,
  .numero-4,
  .numero-5 {
    font-size: 150px;
  }

  .sobre-mi {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .gestion,
  .obras {
    margin-left: 10px;
    font-size: 15px;
  }

  .obras h3,
  .obras p {
    line-height: 1.2;
    margin: 5px 0;
    padding: 0;
  }

  .gestion h3,
  .gestion p {
    line-height: 1.2;
    margin: 5px 0;
    padding: 0;
  }

  .propuesta h3,
  .propuesta p {
    line-height: 1.2;
    margin: 5px 0;
    padding: 0;
  }

  .propuesta {
    text-align: start;
    margin-left: 0;
    font-size: 15px;
  }

  .estas-son-las-IDEAS {
    width: 350px;
    font-size: 25px;
    position: relative;
    left: 0;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .footer {
    height: 300px;
    width: 100%;
  }
}

@media (max-width: 430px) {
  .box-imgs-portada {
    position: absolute;
    top: 10%;
    left: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    z-index: 10;
    padding: 0;
  }

  .abraham {
    width: auto !important;
    height: auto !important;
  }

  .clorinda-avanza {
    position: absolute;
    width: auto !important;
    height: auto !important;
    top: -50%;
  }
}

@media (max-width: 480px) {
  .perfil {
    width: 70%;
    height: 20vh;
  }

  .perfil img {
    height: 20vh;
  }

  .boton-propuestas {
    bottom: 80px;
    padding: 16px;
    width: 243px;
    font-size: 16px;
    text-align: center;
  }

  .numero-1,
  .numero-2,
  .numero-3,
  .numero-4,
  .numero-5 {
    font-size: 100px;
    margin-top: 16%;
  }

  .footer {
    text-align: center;
    padding: 15px 0;
  }

  .text-wrapper-21 {
    font-size: 18px;
  }

  .logos {
    display: flex;
    justify-content: center;
  }

  .image,
  .image-2,
  .image-3,
  .image-4 {
    width: 35px;
    height: 35px;
  }

  .capcut-mesa-de-2 {
    max-width: 250px;
  }

  .capcutffffffffffffff-2 {
    max-width: 200px;
  }
}

@media (max-width: 1024px) {

  .box-imgs-portada {
    position: absolute;
    left: 0;
    right: 50%;
  }

  .abraham {
    width: 220px !important;
    height: 100px !important;
  }

  .clorinda-avanza {
    width: 110px !important;
    height: 50px !important;
    top: 72%;
  }
}

@media (max-width: 768px) {
  
  .perfil::after {
    content: '';
    position: absolute;
    top: 95%;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #DF4991 0%, #8B3F90 100%);
}
  .footer {
    height: auto;
    padding: 0;
  }

  .frame {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }

  .text-wrapper-21 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.5rem;
    text-align: center;
  }

  .text-wrapper-21 p {
    font-size: 25px;
    font-weight: 500;
  }

  .logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 0;
  }

  .image,
  .image-2,
  .image-3,
  .image-4 {
    width: 45px;
    height: auto !important;
  }

  .box-imgs-footer {
    flex-direction: column;
    position: relative;
    gap: 0px;
    margin-bottom: 1.5rem;
  }

  .box-imgs-footer .capcut-mesa-de-2 {
    height: auto;
    position: absolute;
    width: 220px;
    top: -45%;
  }

  .box-imgs-footer .capcutffffffffffffff-2 {
    height: auto;
    width: 110px;
    position: relative;
    margin-top: 40px;
  }
}