
/* ----------------------------------Biografia---------------------------------------- */

.esp-b {
    height: 100px;
  }
  
  .contenido-ama-bio {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 45%;
    transform: translate(50%, 0%);
    top: 15%;
  }
  
  .title-contenido-bio {
    font-size: 76px;
    color: white;
    font-family: 'Lemon';
    text-transform: uppercase;
    font-weight: bolder;
    border-bottom: 6px solid;
    text-align: center;
    width: 105%;
  }
  
  .sub-contenido-bio {
    font-size: 38px;
    color: white;
    text-align: center;
    /* font-family: 'Blacks'; */
  }
  
  .image-section2-bio {
    /* height: 100vh; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
    /* height: 70vh;
      background-image: url('../../img/biografia/BANNER_BIO.webp');
      -webkit-clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
      clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%); */
  }
  
  
  .title-contenido-bio span,
  .sub-contenido-bio span {
    display: inline-block;
    animation: down 1s backwards;
  }
  
  .sub-contenido-bio span {
    animation-delay: 2.4s;
  }
  
  @keyframes down {
    from {
      transform: translateY(-50vh);
      opacity: .2;
  
    }
  
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  .title-contenido-bio span:nth-child(1) {
    animation-delay: 0.2s;
  }
  
  .title-contenido-bio span:nth-child(2) {
    animation-delay: 0.4s;
  }
  
  .title-contenido-bio span:nth-child(3) {
    animation-delay: 0.6s;
  }
  
  .title-contenido-bio span:nth-child(4) {
    animation-delay: 0.8s;
  }
  
  .title-contenido-bio span:nth-child(5) {
    animation-delay: 1s;
  }
  
  .title-contenido-bio span:nth-child(6) {
    animation-delay: 1.2s;
  }
  
  .title-contenido-bio span:nth-child(7) {
    animation-delay: 1.4s;
  }
  
  .title-contenido-bio span:nth-child(8) {
    animation-delay: 1.6s;
  }
  
  .title-contenido-bio span:nth-child(9) {
    animation-delay: 1.8s;
  }
  
  .title-contenido-bio span:nth-child(10) {
    animation-delay: 2s;
  }
  
  .title-contenido-bio span:nth-child(11) {
    animation-delay: 2.2s;
  }
  
  .cont-pad-bio {
    padding: 2em 3em 2em 3em;
  }
  
  .cont-cantar-bio {
    margin-top: 0px;
  }
  
  .imga-espa {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  
  .imga-espa .img-p-1,
  .imga-espa .img-p-2 {
    width: 100%;
  }
  
  .imga-espa .img-p-2 {
    padding: 1rem;
  }
  
  .imga-espa-1 {
    display: flex;
    justify-content: center;
    align-items: end;
  }
  
  .imga-espa-1 .img-2-1 {
    width: 35%;
    padding: 1rem;
  }
  
  .imga-espa-1 .img-2-2 {
    width: 35%;
    padding: 1rem;
  }
  
  .img-alla {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .img-alla .img-3-bio {
    width: 100%;
  }
  
  .img-fuera .img-fuera-1 {
    width: 100%;
  }
  
  .espacio-bio {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 20px 10px 20px #00000029;
    border: 1px solid #B2B2B2;
    padding: 2em 4em 2em 4em;
  }
  
  .espacio-bio h3 {
    /* text-align: center; */
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-weight: bold;
    color: #000000;
  }
  
  .espacio-bio p {
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    color: #000000;
  }
  
  .content-historia-bio p {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    color: #FFFFFF;
  }
  
  .content-empece-bio {
    padding: 1em 3em 0em 0em;
  }
  
  .content-empece-bio h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-weight: bold;
    color: #000000;
  }
  
  .content-empece-bio p {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    color: #000000;
  }
  
  .imga-bio {
    position: relative;
  }
  
  .imga-bio .img-bio-1 {
    width: 28%;
    position: absolute;
    top: -15%;
    left: -20%;
  }
  
  .imga-bio .img-bio-2 {
    width: 100%;
  }
  
  .cita-bio p {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 600;
    font-style: italic;
    color: #565454;
    opacity: 0.66;
  }
  
  .cont-cantar-bio h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-weight: bold;
    color: #ffffff;
  }
  
  .cont-cantar-bio p {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    color: rgb(255, 255, 255);
  }
  
  .fondoB1 {
    background: #000000;
    width: 100%;
    height: 45em;
    position: absolute;
    top: -4em;
    transform: skewY(-8deg);
    z-index: -1;
  }
  
  .imga2-bio {
    position: relative;
  }
  
  .imga2-bio .img-1 {
    width: 100%;
  }
  
  .imga2-bio .img-2 {
    position: relative;
    left: -10em;
    width: 100%;
  }
  
  .img-3-bio {
    top: -7em;
    position: relative;
  }
  
  .bg-foo {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
  }
  
  .fondo-bio {
    background-image: url(../../img/biografia/Grupo\ 2121.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
  }
  
  .content-foo-bio {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .bio-btn {
    display: flex;
    justify-content: end;
    position: relative;
    top: -5em;
  }
  
  .button-container-3 {
    border: none;
    border-radius: 50PX;
    width: 10em;
    height: 4em;
    background: #D2BF45;
    box-shadow: 10px 10px 10px #000000;
  }
  
  .mas-3 {
    border-radius: 50PX;
    letter-spacing: 1px;
    position: absolute;
    color: #000;
    text-align: center;
    width: 8em;
    font-family: 'Raleway';
    font-weight: 300;
    position: absolute;
    font-size: 20px;
    margin-top: 17px;
    overflow: hidden;
    background-color: none !important;
  }
  
  .button-container-3 button {
    border-radius: 50PX;
    width: 100%;
    height: 100%;
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 1px;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 10%, #FFFFFF 71%, #E4E4E4 92%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    -webkit-mask: url("../../img/invitaciones/urban-sprite.png");
    mask: url("../../img/invitaciones/urban-sprite.png");
    -webkit-mask-size: 3000% 100%;
    mask-size: 3000% 100%;
    border: none;
    /* color: black; */
    cursor: pointer;
    -webkit-animation: ani2 0.7s steps(29) forwards;
    animation: ani2 0.7s steps(29) forwards;
  }
  
  @media screen and (max-width:1366px) {
    .contenido-ama-bio {
      left: 25%;
      top: 10%;
    }
  
    .cont-pad-bio {
      padding: 2em 2em 2em 2em;
    }
  
    .imga-espa .img-p-1 {
      width: 55%;
    }
  
    .imga-espa .img-p-2 {
      width: 45%;
    }
  
    .imga-espa-1 .img-2-1 {
      width: 50%;
      padding: 1rem;
    }
  
    .imga-espa-1 .img-2-2 {
      width: 50%;
      padding: 1rem;
    }
  
    .imga-bio {
      display: flex;
      justify-content: center;
      flex-direction: column;
    }
  
    .fondoB1 {
      height: 55em;
      top: -3em;
    }
  
    .imga2-bio .img-1 {
      width: 70%;
    }
  
    .imga2-bio .img-2 {
      width: 55%;
    }
  
    .imga-bio .img-bio-1 {
      top: -10%;
      left: -10%;
    }
  }
  
  @media screen and (max-width:1024px) {
    .title-contenido-bio {
      font-size: 51px;
      width: 103%;
    }
  
    .contenido-ama-bio {
      left: 30%;
      top: 3%;
    }
  
    .espacio-bio h3,
    .cont-cantar-bio h3 {
      font-size: 25px;
    }
  
    .espacio-bio p {
      font-size: 15px;
    }
  
    .imga-espa-1 {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column-reverse;
    }
  
    .imga-espa-1 .img-2-1 {
      width: 60%;
    }
  
    .imga-espa-1 .img-2-2 {
      width: 60%;
    }
  
    .content-historia-bio p,
    .content-empece-bio p,
    .cont-cantar-bio p {
      font-size: 18px;
    }
  
    .imga-bio .img-bio-1 {
      top: -14%;
      left: 40%;
    }
  
    .imga-bio .img-bio-2 {
      width: 70%;
    }
  
    .imga-bio {
      align-items: center;
    }
  
    .imga2-bio .img-2 {
      left: -5em;
    }
  
    .img-alla .img-3-bio {
      width: 50%;
    }
  
    .img-fuera .img-fuera-1 {
      width: 60%;
    }
  
    .rv-p {
      display: flex;
      flex-direction: column-reverse;
    }
  }
  
  @media screen and (max-width:990px) {
    .contenido-ama-bio {
      left: 28%;
    }
  
    .imga-espa {
      justify-content: center;
    }
  
    .imga-espa .img-p-1 {
      width: 35%;
    }
  
    .imga-espa .img-p-2 {
      width: 30%;
    }
  
    .imga-espa-1 {
      flex-direction: row;
    }
  
    .imga2-bio .img-1 {
      width: 45%;
    }
  
    .imga2-bio .img-2 {
      width: 40%;
    }
  
    .cont-cantar-bio {
      margin-top: 25px;
      padding: 1em 1em 1em 1em;
    }
  
    .fondoB1 {
      height: 60em;
      top: -4em;
    }
  
    .bg-foo {
      align-items: center;
    }
  
  }
  
  @media screen and (max-width:768px) {
    .contenido-ama-bio {
      left: 38%;
      top: 3%;
    }
  
    .title-contenido-bio {
      font-size: 35px;
      width: 102%;
    }
  
    .sub-contenido-bio {
      font-size: 24px;
    }
  
    .bio-btn {
      top: 0em;
    }
  
    .imga-espa {
      justify-content: center;
    }
  
    .imga-espa .img-p-1 {
      width: 40%;
    }
  
    .imga-espa .img-p-2 {
      width: 35%;
    }
  
    .imga-espa-1 {
      flex-direction: row;
    }
  
    .content-empece-bio {
      padding: 0em 2em 0em 2em;
    }
  
    .imga-bio .img-bio-1 {
      top: -17%;
      left: 30%;
    }
  
    .imga2-bio .img-1 {
      width: 44%;
    }
  
    .imga2-bio .img-2 {
      left: -5em;
      width: 40%;
    }
  
    .cont-cantar-bio {
      margin-top: 30px;
      padding: 1em 2em 1em 2em;
    }
  
    .fondoB1 {
      height: 58em;
    }
  
    .esp-b {
      height: 10px;
    }
  
  }
  
  @media screen and (max-width:468px) {
    .image-section2-bio {
      margin-top: 45px;
    }
  
    .contenido-ama-bio {
      left: 10%;
      top: 7%;
    }
  
    .title-contenido-bio {
      font-size: 25px;
      width: 100%;
    }
  
    .sub-contenido-bio {
      font-size: 19px;
    }
  
    .bio-btn {
      justify-content: center;
    }
  
    .espacio-bio {
      padding: 2em 2em 2em 2em;
    }
  
    .fondoB1 {
      height: 70em;
    }
  
    .img-alla .img-3-bio {
      width: 65%;
      margin-top: 45px;
    }
  
    .fondo-bio {
      height: 75vh;
    }
  }