
          .presentacion{
            display:flex;
            width:100%;
            height:100vh;
            padding:60px 40px 0px 40px;
            background-color:#D2CFCF;
            justify-content:center;
            align-items:flex-end;
            position: relative;
            z-index: 2;
          }
      
          .presentacion .content{
            display:flex;
            justify-content:space-between;
            max-width:1463px;
            width:100%;
            gap:41px;
            align-items:center;
          }


      
         .presentacion .textos{
           width:100%;
           display:flex;
           max-width:866px;
           flex-direction:column;
         }

        .presentacion .numeralias{
          display:flex;
          gap:27px;
          width:100%;
          max-width:750px;
          padding-top:93px;
          justify-content:space-between;
        }

        .presentacion .numero{
          display:flex;
          flex-direction:column;
          gap:33px;
          width:fit-content;
        }

       .presentacion .numero .top{
         width:100%;
         display:flex;
         padding:0 16px 0 4px;
         gap:16px;
         align-items: center;
       }

      .presentacion .numero .bottomLine{
        width:100%;
        background-color:#A96735;
        height:1px;
      }

      .presentacion .foto{
        display:flex;
        width:auto;
        height:95vh;
        aspect-ratio:473/738;
        /*background-color:black;*/
      }

  .presentacion .numero .bottomLine{
    width:100%;
    height:2px;
    background:#A96735;

    transform:scaleX(0);
    transform-origin:left center;
}
      

.presentacion h2{
  font-size:41px;
  line-height:72px;
  letter-spacing: 6%;
  padding-bottom: 22px;
  color: #8F5529;;
}

.presentacion p{
  font-size:17px;
  line-height:32px;
  letter-spacing: 2%;
}


.presentacion .top p{
          font-size:17px;
          line-height:27px;
          letter-spacing: 2%;
}


.presentacion .top p.contador{
          font-size:50px;
          line-height:72px;
          letter-spacing: 6%;
          color:rgb(177, 169, 163)
}


.presentacion img{
  object-fit: cover;
  object-position: top;
  width:100%;
  height:100%;
}