

@media (max-width: 770px) {
  .layout-container {
           
    overflow-x: auto;    
    white-space: wrap;
    
    
    flex-shrink: 0;
    

  }
  .container_table{
    
  }
  .column {
    min-width: 71px ;
  }
  .column .content{
    
  }
  .column_title{
    min-width: 71px ;
  }
  .title_1_character{
    
  }
  .container_form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    
  }
  .search_form{
    
  }
  .container_seccion_main_generica_p{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .seccion_main_generica_p{
    
  }
  
}

/* 
@media (max-width: 670px){
    header {
      transform: scale(0.6);
      height: initial;
    }
    
    .container_table{
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: start;
      padding: 15px 0px;
      padding-bottom: 90px;
    }


} */



@media (max-width: 370px){
    
    /* .container_table{
      width: 45%;
    } */


    .container_table_titles,
    .personaje-container{
      
    }

}




@media (max-width: 670px){
    main{
      width: 100%;
      margin: 0;
      padding: 0;
    }
    header {
      transform: scale(0.6);
      height: initial;
    }
    
    .container_table{
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: start;
      padding: 15px 0px;
      padding-bottom: 10px;
      
      
      
    }
    .container_table_titles,
    #personaje-container{
      padding: 0px 15px;
    }



}




