@font-face {
  font-family: "paloseco";
  src: url('/fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

@media (min-width: 1200px) {
  .portada {
    display: flex;
    justify-content: center;
  }

  .content_img_portada {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .img_portada {
    width: 90%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .content_perfil {
    margin-top: -200px;
    width: 68%;
  }

  .nombre {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 30px;
    color: gray;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: xx-large;
  }

  hr {
    width: 75%;
    margin: 0 auto;
    border: none;
    border-top: 1px solid gray;
  }

  .fechas {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 30px;
    color: gray;
    font-weight: 100;
    font-size: x-large;
  }

  .conten_bio {
    margin: 30px 0;
  }

  .title_bio {
    width: 100%;
    text-align: center;
  }

  .title_bio>h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: xx-large;
    margin: 0
  }

  .contend_parrafos_bio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
  }

  .parrafo {
    width: 90%;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: x-large;
  }

  .title-galeria {
    text-align: center;
  }

  .title-galeria>h1 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 2.5rem;
  }

  .galeria {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0;
  }

  .div_img_galeria {
    height: 500px;
    overflow: hidden;
  }

  .img_galeria {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1199px) and (min-width: 880px) {
  .portada {
    display: flex;
    justify-content: center;
  }

  .content_img_portada {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .img_portada {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .content_perfil {
    margin-top: -185px;
    width: 100%;
  }

  .nombre {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    /* width: 90%; */
    margin: 0 auto;
    padding: 30px 0;
    color: gray;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: xx-large;
  }

  hr {
    width: 70%;
    margin: 0 auto;
    border: none;
    border-top: 1px solid gray;
  }

  .fechas {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 30px;
    color: gray;
    font-size: x-large;
  }

  .conten_bio {
    margin: 30px 0;
  }

  .title_bio {
    width: 100%;
    text-align: center;
  }

  .title_bio>h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 2rem;
    margin: 0
  }

  .contend_parrafos_bio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .parrafo {
    width: 85%;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: x-large;
  }

  .title-galeria {
    text-align: center;
    
  }

  .title-galeria>h1 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 2rem;
  }

  .galeria {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0;
  }

  .div_img_galeria {
    height: 500px;
    overflow: hidden;
  }

  .img_galeria {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}

@media (max-width: 879px) and (min-width: 520px) {
  .portada {
    display: flex;
    justify-content: center;
  }

  .content_img_portada {
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .img_portada {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .content_perfil {
    margin-top: -180px;
    width: 90%;
  }

  .nombre {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 30px 0;
    color: gray;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: x-large;
  }

  hr {
    margin: 0 auto;
    border: none;
    border-top: 1px solid gray;
  }

  .fechas {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 30px;
    color: gray;
    font-size: x-large;
  }

  .conten_bio {
    margin: 30px 0;
  }

  .title_bio {
    width: 100%;
    text-align: center;
  }

  .title_bio>h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 2rem;
    margin: 0
  }

  .contend_parrafos_bio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .parrafo {
    width: 90%;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: x-large;
    /*text-align: justify;*/
  }

  .title-galeria {
    text-align: center;
  }

  .title-galeria>h1 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 2rem;
  }

  .galeria {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0;
  }

  .div_img_galeria {
    overflow: hidden;
  }

  .img_galeria {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}

@media (max-width: 519px) and (min-width: 430px) {
  .portada {
    display: flex;
    justify-content: center;
  }

  .content_img_portada {
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .img_portada {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }

  .content_perfil {
    margin-top: -150px;
    width: 90%;
  }

  .nombre {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    color: gray;
    padding: 15px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: large;
  }

  hr {
    margin: 0 40px;
    border: none;
    border-top: 1px solid gray;
  }

  .fechas {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 10px 0;
    color: gray;
    font-size: large;
  }

  .conten_bio {
    margin: 30px 0;
  }

  .title_bio {
    width: 100%;
    text-align: center;
  }

  .title_bio>h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 2rem;
    margin: 0
  }

  .contend_parrafos_bio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .parrafo {
    width: 90%;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: x-large;
    /*text-align: justify;*/
  }

  .contenedor-galeria {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .title-galeria {
    text-align: center;
  }

  .title-galeria>h1 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 2rem;
  }

  .galeria {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0;
  }

  .div_img_galeria {
    width: 100%;
    overflow: hidden;
  }

  .img_galeria {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}

@media (max-width: 429px) and (min-width: 353px) {
  .portada {
    display: flex;
    justify-content: center;
  }

  .content_img_portada {
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .img_portada {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }

  .content_perfil {
    margin-top: -120px;
    width: 100%;
  }

  .nombre {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    color: gray;
    padding: 15px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: large;
  }

  hr {
    margin: 0 30px;
    border: none;
    border-top: 1px solid rgb(199, 197, 197);
  }

  .fechas {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    color: rgb(199, 197, 197);
    font-size: large;
  }

  .conten_bio {
    width: 100%;
    margin: 0 0 24px 0
  }

  .title_bio {
    width: 100%;
    padding: 24px 0 8px 0;
    text-align: center;
  }

  .title_bio>h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: xx-large;
    margin: 0
  }

  .contend_parrafos_bio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .parrafo {
    width: 90%;
    margin: 10px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: x-large;
    /*text-align: justify;*/
  }

  .contenedor-galeria {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .title-galeria {
    text-align: center;
    text-align: center;
  }

  .title-galeria>h1 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 2rem;
  }

  .galeria {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0;
  }

  .div_img_galeria {
    width: 100%;
    overflow: hidden;
  }

  .img_galeria {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}

@media (max-width: 352px) {
  .portada {
    display: flex;
    justify-content: center;
  }

  .content_img_portada {
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .img_portada {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }

  .content_perfil {
    margin-top: -120px;
    width: 100%;
  }

  .nombre {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
    color: rgb(199, 197, 197);
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: large;
  }

  hr {
    margin: 0 15px;
    border: none;
    border-top: 1px solid rgb(199, 197, 197);
  }

  .fechas {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    color: rgb(199, 197, 197);
    font-size: large;
  }

  .conten_bio {
    width: 100%;
    margin: 0 0 24px 0
  }

  .title_bio {
    width: 100%;
    padding: 24px 0 8px 0;
    text-align: center;
  }

  .title_bio>h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 1.5rem;
    margin: 0
  }

  .contend_parrafos_bio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .parrafo {
    width: 90%;
    margin: 10px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: large;
    /*text-align: justify;*/
  }

  .title-galeria {
    text-align: center;
    
  }

  .title-galeria>h1 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 1.3rem;
  }

  .galeria {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0;
  }

  .div_img_galeria {
    overflow: hidden;
  }

  .img_galeria {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}