 .hormeSub{
        font-family: "Fira Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:16.55px;
        line-height:25.5px;
        letter-spacing:0.05em;
        padding-bottom:22px;
      }
      
      .hormeMain{
       font-family: "Fira Sans", sans-serif;
       font-weight: 400;
       font-style: normal;
       font-size:23.17px;
       line-height:31.4px;
       padding-bottom:42px;
      }
      
      
      .hormeTitle{
       font-family: "Fira Sans", sans-serif;
       font-weight: 500;
       font-style: normal;
       font-size:19px;
       line-height:24px;
       padding-top:42px;
       padding-bottom:13px;
       color:#CE5F05;
      }
           
            
      .hormePeque{
       font-family: "Fira Sans", sans-serif;
       font-weight: 400;
       font-style: normal;
       font-size:16.55px;
       line-height:24px;
      }
      
           
      .horme{
        display:flex;
        padding:171px 30px 314px 30px;
        width:100%;
        /*background-color:lightblue;*/
        justify-content:center;
        overflow-x:hidden;
      }
      
      .hormeContainer{
        display:flex;
        width:100%;
        /*background-color:lightgreen;*/
        justify-content:center;
        max-width:1100px;
      }
      
      /*.hormeImagen{
        display:flex;
        width:504px;
        height:749px;
        background-color:black;
      }*/
      
      /*.hormeImagen img{
        width:100%;
        object-fit:cover;
        object-position:center;
      }*/
      
      .hormeParrafo{
        display:flex;
        flex-direction:column;
        width:100%;
        max-width:780px;
        /*background-color:brown;*/
        justify-content:center;
        padding-left: 120px;
      }
      
      .hormeLine{
        display:flex;
        background-color:pink;
        height:1px;
        width:100%;
        position:relative;
        overflow-x:visible;
      }
      
      .hormeLineLarga{
        display:flex;
        background-color:#BEBEBE;
        width:100vw;
        position:absolute;
        height:1px;
      }