/* *,
::before,
::after {
  box-sizing: border-box;
  * 1 *
  border-width: 0;
  * 2 *
  border-style: solid;
  * 2 *
  border-color: #e5e7eb;
  * 2 *
} */

body{
    background-color: #24223a;
    height: 93vh;
    margin: 1.5rem;
    margin-left: 5rem;
    color: black;
    font-family: 'Josefin Sans', sans-serif;
    
}

img{
    height: 500px;
    width: 100%;
}
#container{
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

#right{
    /* overflow: auto; */
    background: #f2f2f2;
    width: 30%;
    height: 96%;
    display: flex;
    padding: 1rem;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
}

#lefth{
    width: 70%;
    height: 96%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#headline{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;

}

.inpute{
    height: 0px; 
    width: 0vh;
    font-family: 'Josefin Sans', sans-serif;
    background-color: transparent;
    color: white;
    border-radius: 1rem;
    outline: none;
    border: none;
    padding-left: 0.85rem;
    transition: ease 0.3s all;
    
    
}

.visible{
    height: 44px;
    width: 39vh;
    background-color: #3f3d56;
}

button{
    font-family: 'Josefin Sans', sans-serif;
    cursor: pointer;
    height: 30px;
    width: 80px;
    background-color: #3f3d56;
    border-radius: 0.5rem;
    transition: 0.5s;
    font-weight: bold;
    border: none;
    color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    
}

button:hover{
    background-color: #565470;
}

#entrada{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.information{
    margin-right: 155px;
    
}
.information2{
  margin-right: 155px;
}


#bandera{
    width: 200px;
    height: 125px;
}

.specify{
    display: none;
}

.show-specify{
    display: inline;
}

.show-information{
    display: none;
}




#container-information{
    overflow: auto;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  margin-left: 113px;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #3f3d56;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}


  @media ( (min-width: 320px) and (max-width: 375px)){
    #lefth{
    display: none;
  }

    body{
      margin: 1rem;
    }

    #right{
      width: 90%;
      height: 97%;
    }

    #encabezado{
      font-size: 16px;
    }

    button{
      height: 33px;
      width: 51px;
    }

    .visible {
      height: 40px;
      width: 33vh;
  }

  .information {
    margin-right: 100px;
}

#bandera {
  width: 167px;
  height: 97px;
}

  }

  @media ( (min-width: 375px) and (max-width: 425px)){
    #lefth{
      display: none;
    }
  
      body{
        margin: 1rem;
      }
  
      #right{
        width: 90%;
        height: 97%;
      }
  
      #encabezado{
        font-size: 16px;
      }
  
      button{
        height: 33px;
        width: 51px;
      }
  
      .visible {
        height: 40px;
        width: 33vh;
    }
  
    .information {
      margin-right: 135px;
  }
  
  #bandera {
    width: 167px;
    height: 97px;
    
  }
  
}

  @media ( (min-width: 425px) and (max-width: 768px)){
  
      body{
        margin: 1rem;
      }
  
      #right{
        width: 90%;
        height: 97%;
      }
  
      #encabezado{
        font-size: 16px;
      }
  
      button{
        height: 33px;
        width: 51px;
      }
  
      .visible {
        height: 40px;
        width: 33vh;
    }
  
    .information {
      margin-right: 120px;
      font-size: 15px;
      width: 207px;
  }
  
  #bandera {
    width: 167px;
    height: 97px;
  }

  }

    @media ( (min-width: 768px) and (max-width: 768px)){
  
      body{
        margin: 1rem;
      }
  
      #right{
        width: 47%;
        height: 97%;
      }
  
      #encabezado{
        font-size: 16px;
      }
  
      button{
        height: 33px;
        width: 51px;
      }
  
      .visible {
        height: 40px;
        width: 43vh;
    }
  
    .information {
      margin-right: 120px;
      font-size: 16px;
      width: 238px;
  }
  
  #bandera {
    width: 167px;
    height: 97px;
  }

  }