.main-panel{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 1em;
  }
  .top-squares{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1em;
    gap: 1em;
  }
  .top-square{
    background-color: var(--text-100);
    color: var(--bg-100);
    text-decoration: none;
    font-size: 1.5em;
    transition: .5s;
    font-family: 'Anton';
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
    border-radius: 1em;
    transition: .5s;
    display: flex;
    flex-direction: column;
  }
  .top-square-in{
    color: var(--bg-100);
    padding-top: .2em;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1.1em;
  }
  .condition-sq{
    font-family: 'Expletus Sans', sans-serif;
    font-size: .8em !important;
    font-weight: 600;
    color: var(--accent-100) !important;
    margin-top: 1em;
    text-align: center;
    letter-spacing: 1px;
  }
  .bottom-square-in{
    height: 100%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 3em;
    text-align: center;
  }
  .bottom-square-in a{
    text-decoration: none;
    color: var(--bg-100);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    transition: .5s;
    font-size: 1.1em;
  }
  .bottom-square-in a:hover{
    background-color: var(--text-300);
    color: var(--text-100);
  }
  .left-in{
    border-bottom-left-radius: .9em;
    
  }
  .right-in{
    border-bottom-right-radius: .9em;
    
  }
  
  .new-panel-divd{
    display: flex;
    flex-direction: column;
  }
  .new-panel-divd a{
    width: 100%;
    aspect-ratio: 4 / 5;
    position: relative;
    overflow: hidden;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .5s;
    text-decoration: none !important;
    color: var(--bg-100);
    border: none;
    padding: 1em;
    display:block;
  }
  .img-box{
  position:relative;
  width:100%;
  height:100%;
  line-height:0;
  overflow:hidden;
}
  .img-box img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius: 1em;
}
  .new-panel-divd a h3 {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -100%);
    text-align: center;
    font-family: 'Oswald', 'Expletus Sans';
    color: var(--bg-100);
    font-size: 2.5em;
    transition: .5s;
    z-index: 2;
  }
  .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3); /* Negro con 80% de opacidad */
  z-index: 1;
  border: none;
  transition: .5s;
  border-radius: 1em;
}
  .new-panel-divd a:hover h3{
    color: var(--text-300);
  }
  .new-panel-divd a:hover .overlay{
    background-color: rgba(0, 0, 0, 0.5);
  }
  @media (min-width:900px){
    .top-squares{
    gap: 2em;
    flex-direction: row;
  }
    .new-panel-divd{
      flex-direction: row;
    }
    
  }
  .panel-rect{
    width: 100%;
    max-width: 650px;
    aspect-ratio: 3 / 1;
    position: relative;
    overflow: hidden;
    margin-bottom: .5em;
    border-radius: .5em;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .5s;
    text-decoration: none !important;
  }
  .panel-rect:hover h3{
    color: var(--accent-200);
  }
  .panel-rect img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .panel-rect h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    text-align: center;
    font-family: 'Oswald', 'Expletus Sans';
    color: var(--bg-100);
    font-size: 1.6em;
    transition: .5s;
  }

  
@media (min-width:900px){
  .main-panel{
    padding-left: 20%;
  }
  }
  


.bottom-search-section{
  display: none;
}
.clean-filters{
  display: none;
}