/*.section.alt
{
  .wrap
  { 
    .background
    {
      width:50%;
      left:auto;
      right:0;
    }
    
    .content
    {
      h1
      {
        font-size:4vw;
      }
      
      width:50%;
    }
  }
  
  &.left
  {
    .wrap
    { 
      .background
      {
        left:0;
        right:auto;
      }
    
      .content
      {
        float:right;
        width:50%;
      }
    }
  }
}

.section#front
{
  .wrap
  {
    #header
    {
      .logo-container
      {
        //display:none;
      }
    }
    
    .background
    {
      background-image: url('../img/mano.jpg');
    }
    
    .content
    {
      justify-content:space-between;
      padding:0;
      
      > *
      {
      }
      
      .logo-s
      {
        max-width:50vw;
        opacity:1;
        position:relative;
        top:-2.5vw;
        
        img
        {
          width:100%;
        }
      }
      
      .lema
      {
        position:relative;
        top:-5vw;
        transform:rotate(-3deg);
        
        h2
        {
          font-family: 'Cabin Sketch', cursive;
          font-size:6vw;
          line-height:1;
          margin:0;
          color:#fff;
          text-shadow: 3px 3px 5px #000000;
          
        }

      }
      
      .description
      {
        text-align:center;
        //background-color:rgba(255, 255, 255, 0.6);
        max-width:1200px;
        h3
        {
          font-size:1.6em;
          margin:0;
          color:#fff;
        }
        padding:0em 2em;
      }
      
      //background-color:rgba(255, 255, 255, 0.3);
      background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0.2) 100%);

      color:#000;
    }
  }
}*/
/*.section#companies
{
  .wrap
  {
    .background
    {
      background-image: url('../img/organizaciones.jpg');
    }
    
    .content
    {
      background-color:#254d61;
    }
  }
}*/
/*.section#freelance
{
  .wrap
  {
    .background
    {
      background-image: url('../img/personas.jpg');
    }
    
    .content
    {
      background-color:#ff9d00;
      color:#fff;
    }
  }
}*/
/*.section#education
{
  .wrap
  {
    .background
    {
      background-image: url('../img/educacion.jpg');
    }
    
    .content
    {
      background-color:#3c763d;
      color:#fff;
      align-items:flex-start;
      padding-left:6em;
      h1
      {
        font-size:2em;
        opacity:0.8;
      }
      
      h3
      {
        font-size:1.4em;
        
      }
    }
  }
}
*/
/*.section#services
{
  .wrap
  {
    height:100vh;
    
    .content
    {
      display:block;
      background-color:#254d61;
      color:#000;
      overflow:auto;
      
      @num_cards:8;
      @card_size:310px;
      
      .card-wrap
      {
        width:@card_size;
        padding:0 10px;
      }
      
      .card
      {
        background-color:#fff;
        height:510px;
        border-radius:5px;
        
        .title
        {
          padding:0 20px;
          height:70px;
          background-color:#f0f0f0;
          display:flex;
          flex-direction:column;
          align-items:center;
          justify-content:center;
          h4
          {
            font-weight:600;
            font-size:1.2em;
            color:#111;
            line-height:1.1;
            text-align:center;
          }
        }
        
        .body
        {

          
          padding:20px 20px;
          font-size:1em;
        }
      }
      
      img
      {
        width:100%;
      }
      
      .wrapper
      {
        align-self:flex-start;
        display:flex;
        width:100%;
        margin:0 -10px;
        padding:30px 0;
        overflow:auto;
        
        
      }
    }
  }
}*/
