      
 .headerTitles{
         font-family: "Open Sans", sans-serif;
         font-weight: 600;
         font-style: normal;
         font-size:50px; /*px*/
         line-height:58px; /* ej. 1.5, 20px, auto*/
         letter-spacing:0.01em; /*ej. 2px o 0.1 em*/
   } 

  .headerNumber{
         font-family: "Open Sans", sans-serif;
         font-weight: 400;
         font-style: normal;
         font-size: 34.09px; /*px*/
         line-height: 35px; /* ej. 1.5, 20px, auto*/
         letter-spacing:0.015em; /*ej. 2px o 0.1 em*/
   }
      
      
   .headerParrafo{
         font-family: "Open Sans", sans-serif;
         font-weight: 400;
         font-style: normal;
         font-size: 18.7px; /*px*/
         line-height: 19px; /* ej. 1.5, 20px, auto*/
         letter-spacing:0.015em; /*ej. 2px o 0.1 em*/
   }
      
      
      .headerItalica{
        font-family: "Open Sans", sans-serif;
         font-weight: 400;
         font-style: italic;
         font-size: 30.44px; /*px*/
         line-height: 33px; /* ej. 1.5, 20px, auto*/
         letter-spacing:0.03em; /*ej. 2px o 0.1 em*/
      }
      
      .header{
        display:flex;
        width:100%;
        padding:178px 134px 224px 134px;
        align-items:center;
        background-color:black;
        background-image:url("./imgs/inicio/header/header.png");
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
        align-items:center;
      }

      .headerContenido{
        display:flex;
        width:100%;
        max-width:800px;
        flex-direction:column;
        /*background-color:darkblue;*/
      }
      
      .headerTitulo{
        width:100%;
        max-width:660px;
        color:white;
        /*background-color:green;*/
      }
      
      .headerSubtitulo{
        display:flex;
        padding:56px 0 100px 0;
        color:white;
        /*background-color:pink;*/
      }
      
      .headerNumeralias{
        display:flex;
        width:100%;
        justify-content:space-between;
        /*background-color:orange;*/
        align-items:center;
        color:white;
      }
      
      .headerDatos{
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        gap:16px;
        text-align:center;
        /*background-color:grey;*/
      }
      
      .headerBar{
        width:2px;
        height:42px;
        background-color:white;
      }

      .but{
        display:flex;
      }

      .but2{
        display:none;
      }


   @media(max-width:1000px){
        .header{
          width:100%;
          height:fit-content;
          padding:90px 50px;
          background-position:left;
        }

        .headerTitles{
          font-size: 45px;
          line-height: 50px;
        }
    }
      



   @media(max-width:780px){

         .headerNumeralias{
          flex-direction:column;
         }

         .headerSubtitulo{
          padding-bottom:60px;
         }

         .headerBar{
           width:50%;
           height:1px;
           background-color:white;
           opacity: 0.7;
           margin-top:23px;
           margin-bottom:23px;
         }

         .headerItalica{
          max-width:350px;
          line-height:40px;
        }
   }   





      @media(max-width:600px){
        .header{
          width:100%;
          height:fit-content;
          padding:90px 40px;
          background-position:left;
        }

        .headerTitles{
          font-size:39px;
           line-height: 43px;
        }

        .headerItalica{
          font-size:28px;
          line-height:32px;
          max-width:300px;
        }

        .headerSubtitulo{
            padding:43px 0px 55px 0;

         }

         .headerNumber{
          font-size:30px;
          line-height:28px;
         }

         .headerNumeralias{
          flex-direction:column;
         }

         .headerDatos{
          gap:12px;
         }


    }

