@media (max-width: 600px) {

    body{
        background: url('../img/background-movil.jpg') no-repeat center center fixed;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        overflow-x: hidden;
    }
  .logo-main{
    font-family: 'Comfortaa', Bold;
    font-size:4em;
    font-weight: 700;

}


  .content-text li span{
    position:absolute;
    left:50px;
    
    }
    li:nth-child(1) span.mtext{
        -webkit-text-stroke: 8px #FF186F;
        z-index:10;
    }
    li:nth-child(2) span.mtext{
        -webkit-text-stroke: 8px #0DFFA7;
        z-index:10;
        top:15px;
        left:110px;
    }
    li:nth-child(3) span.mtext{
        -webkit-text-stroke: 6px #FFEC31;
        z-index:10;
        left:162px;
    }
    li:nth-child(4) span.mtext{
        -webkit-text-stroke: 6px #FF186F;
        z-index:10;
        left:220px;
        top:15px;
    }
    li:nth-child(2) span.stext{
        left:110px;
        top:15px;
    }
    li:nth-child(3) span.stext{
        left:162px;
    }
    li:nth-child(4) span.stext{
        left:220px;
        top:15px;
    }
    .stext{
        -webkit-text-stroke: 14px black;   
        z-index:9;
    }


    .drawns.sun{
        position:absolute;
        top:75vh;
        right:7%;
        opacity:0.8;
        width:100px;
      }

      .drawns.moon{
        position:absolute;
        top:405vh;
        right:5%;
        opacity:0.8;
        width:160px;
      }
      .drawns.jet{
        position:absolute;
        top:630vh;
        right:5%;
        opacity:0.8;
        width:100px;
      }
      .drawns.stars{
        position:absolute;
        top:610vh;
        left:10%;
        opacity:0.8;
        max-width:280px;
      }
      .drawns.ball{
        position:absolute;
        top:875vh;
        left:5%;
        opacity:0.8;
        width:120px;
      }
      .drawns.toy{
        position:absolute;
        top:785vh;
        right:1%;
        opacity:0.8;
        width:80px;
      }
      .drawns.car{
        position:absolute;
        top:155vh;
        left:5%;
        opacity:0.8;
        width:120px;
      }
      .image-post{
        padding:0;
        width:98%;
        margin:0 auto;
        z-index:2;

      }

      .title-post h1{
      font-size:1.5em !important;
      }


    
  }

  @media (max-width: 1000px) and (max-height) {}

  /* Minimum aspect ratio */
@media (min-aspect-ratio: 8/5) {
    .test {
      background: #9af; /* blue */
      height:30px;
      width:30px;
    }
  }
  
  /* Maximum aspect ratio */
  @media (max-aspect-ratio: 3/2) {
    .test {
      background: #9ff;  /* cyan */
      height:30px;
      width:30px;
    }
  }





  