 .heroParrafo{
         font-family: "Gowun Dodum", sans-serif;
         font-weight: 400; 
         font-style: normal;
         font-size: 20px; /*px*/
         line-height: 27.2px ; /* ej. 1.5, 20px, auto*/
         letter-spacing:0.05em; /*ej. 2px o 0.1 em*/
         text-align:center;
         color:#453C3C;
        }
      
       .heroTitles{
         font-family: "Gowun Dodum", sans-serif;
         font-weight: 400;
         font-style: normal;
         font-size: 48px; /*px*/
         line-height: 85.1px; /* ej. 1.5, 20px, auto*/
         letter-spacing:0.06em; /*ej. 2px o 0.1 em*/
         text-align:center;
         color:#686739;
       }
      


       .wrapperHead{
        width:100%;
        position:relative;
       }

      .hero{
        display:flex;
        width:100%;
        height:1408px;
        justify-content: center;
        background-image:url('./imgs/inicio/header.png');
        background-repeat: no-repeat;
        background-size:cover;
        background-position: center;
        background-color:grey;
      } 
      
      
      .heroTextos{
        display:flex;
        width:100%;
        max-width:717px;
        flex-direction:column;
        align-items:center;
        /*background-color:pink;*/
        margin-top:333px;
      }
      
      .line{
        display:flex;
        height:1px;
        width:100%;
        max-width:100%;
        background-color:#A96735;
      }


       .heroTitlesMobile{
          display:none;
          font-family: "Gowun Dodum", sans-serif;
         font-weight: 400;
         font-style: normal;
         font-size: 48px; /*px*/
         line-height: 85.1px; /* ej. 1.5, 20px, auto*/
         letter-spacing:0.06em; /*ej. 2px o 0.1 em*/
         text-align:center;
         color:#686739;
        }

           
        @media (max-width:740px){

        .heroTitles{
            display:none;
          }

          .heroTitlesMobile{
            display:flex;
            line-height: 57px; 
            font-size: 38px; 
          }

          .heroTextos{
             margin-top:300px;
             padding-left:20px;
            padding-right:20px;
          }

          .heroTtitles br{
              display:none;
          }

          .line{
              display:none;
          }

        }