
      .inicio{
        display:flex;
        width:100%;
        padding:52px 20px 188px 20px;
        justify-content:center;
        /*background-color:grey;*/
      }

      .inicio .title{
        font-family: "Fira Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:42.94px;
        line-height:43px;
        letter-spacing:0.08em;
        color:#2E2D2C;
        text-align:left;
      }

      .inicio .miniTitle{
       font-family: "Fira Sans", sans-serif;
       font-weight: 500;
       font-style: normal;
       font-size:20px;
       line-height:30px;
       color:#CE5F05;
      }

      .inicio .main{
       font-family: "Fira Sans", sans-serif;
       font-weight: 400;
       font-style: normal;
       font-size:17px;
       line-height:25px;
      }

     .inicio .mainBold{
       font-weight: 500;
      }

      

      .inicio .content{
        display:flex;
        width:100%;
        max-width:1270px;
        gap:79px;
        justify-content:space-between;
        /*background-color:purple;*/
      }

      .inicio .foto{
        display:flex;
        width:fit-content;
        margin-top:119px;
        height:466px;
        width:348.04px;
        /*background-color:black;*/
        flex-shrink:0;
      }

      .inicio .foto .img{
        width:100%;
        object-fit:cover;
        object-position:center;
      }


      .inicio .important{
        width:100%;
        display:flex;
        flex-direction:column;
        gap:153px;
        /*background-color:green;*/
      }

      .inicio .logoSpace{
        display:flex;
        width:100%;
        justify-content:flex-end;
        /*background-color:pink;*/
      }

      .inicio .logo{
        display:flex;
        width:138.99px;
        height:181.85px;
        /*background-color:black;*/
      }

      .inicio .logo img{
        width:100%;
        object-fit:cover;
        object-position:center;
      }

      .inicio .textosGrande{
        width:100%;
        display:flex;
        flex-direction:column;
        gap:37px;
        /*background-color:red;*/
      }

      .inicio .titular{
        width:100%;
        display:flex;
        flex-direction:column;
        gap:20px;
        /*background-color:blue;*/
      }

      .inicio .line{
        display:flex;
        width:100%;
        height:1px;
        background-color:#BEBEBE;
      }

      .inicio .parrafos{
        display:flex;
        width:100%;
        gap:20px;
        flex-direction:column;
      }





      @media(max-width:800px){

.inicio .content{
flex-direction:column;
align-items:center;
gap:50px;
}

.inicio .foto{
order:2;
margin-top:0;
  
}

.inicio .important{
align-items:center;
gap:70px;
}

.inicio .title{
font-size:36.5px;
line-height:36.55px;
}

.inicio .miniTitle{
font-size:17px;
line-height:25.5px;
}

.inicio .main{
font-size:14.45px;
line-height:21.25px;
}

.inicio{
padding:50px 20px 160px 20px;
}

}

      @media(max-width:392px){
        .inicio .foto{
          width:100%;
        }
      }