/* Style for the logo */
header img {
    width: 100px;
    height: auto;
  }
  
  /* Style for the left section */
  .left-section {
    margin-top: 40px;
    width: 50%;
    height: 30%;
    float: left;
    padding-right: 20px;
  }
  
  /* Style for the paragraph */
  .up-p {
    font-size: 62px;
    line-height: 1.5;
    font-family: 'CustomFont';
    padding-left: 20px;
    padding-top: 40px;
  }

  .bottom-p {
    font-size: 38px;
    line-height: 1.5;
    padding-left: 20px;
    font-family: 'CustomFont2';
  }
  
  /* Style for the right section */
  .right-section {
    width: 50%;
    float: right;
  }
  
  /* Style for the picture */
  .right-section img {
    width: 80%;
    height: auto;
  }
  
  /* Style for the footer */
  footer {
    clear: both;
    position: relative;
    text-align: center;
    margin-top: 10px;
    width: auto;
  }
  
  /* Style for the playstore and app store images */
  footer img {
    width: 120px;
    height: auto;
    margin: 0 10px;
  }
  
  body {
    background-image: url("/Hanika/landingPage/Fondo_con_adorno.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: -10;
}

.icon {
  margin-bottom: 1em; /* add some space between the icon and the stores */
  display: flex;
  justify-content: center;
  /* margin-bottom: ; */  
}

.stores {
  display: flex;
  justify-content: center;
  align-items: center;
  
  /* margin-bottom: ; */  
}

/* fonts */

@font-face {
  font-family: 'CustomFont';
  src: url(/Hanika/Fuentes/Poppins-Medium.ttf);
  /*   src: url(/Hanika/Fuentes/Futura\ Bold\ font.ttf); */
}

@font-face {
  font-family: 'CustomFont2';
  src: url(/Hanika/Fuentes/Futura\ Book\ font.ttf);
}

@media screen and (max-width: 1360px) {
  .up-p {
  font-size: 48px;
  }
  .bottom-p {
  font-size: 24px;
  }
  .left-section{
    /* margin-left: 12px;
    margin-top: 24px; */
  }

}

  @media screen and (max-width: 1059px) {
      .up-p {
      font-size: 26px;  
      }
      .bottom-p {
      font-size: 22px;
      }
      
    }
        
  @media screen and (max-width: 765px) {
    .up-p{
      font-size: 22px;
    }
    .bottom-p{
      font-size: 18px;
    }
    .icon{
      width: 50%;
      margin-left: 60px;
      margin-bottom: 10%;
    }
    .stores{
      margin-bottom: 60%;
      width: 100%;
      align-items: center;
      flex: auto;
    }
    .left-section{
      margin-top: 0;
      margin-left: 0;
    }
    .right-section img {
      width: auto;
    }
    .wrapper{
      flex-wrap: wrap;
    }
    .left-section{
      width: 100%;
      text-align: center;
      margin-bottom: 10%;
      margin-left: 0;
      padding-top: 0;
    }
    .right-section {
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px;
    }
    main{
      margin-top: 0;
    }
    
    div{
      margin-left: 0;
    }
    header img{
      margin-top: 0;
      margin-left: 0;
    }   
    .icon a {
      width: 100px;
      margin-left: auto;
      align-items: center;
    }
    .disappear{
      display: none;
    }

  }