
  /* Extra small devices (phones, 600px and down) */
  @media only screen and (max-width: 600px) {
    .menu_icon{
        font-size: 40px;
    }
    .menu_title{
        font-size: 12px;
    }
    .menu_subtitle{
        font-size:10px;
    }
  }
  
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {
    .menu_icon{
        font-size: 60px;
    }
    .menu_title{
        font-size: 27px;
    }
    .menu_subtitle{
        font-size:15px;
    }
  }
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    
  } 
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
    
  } 
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
    
  }

body{
    background-color:darkgray !important;
}



.cardShadow{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.cardHover{
    transition: transform .2s;
}
.cardHover:hover{
    background-color: #212529;
    color:white;
    transform: scale(1.02);
    cursor: pointer;
}

label{
    font-weight: bold;
}

.dt-button{
    margin-bottom: 20px !important;
    padding-left: 0px !important;
} 

.multimediaFisica{
    border-radius: 20px;
    border-style: dashed !important;
  } 

  .iconoUpload{
        opacity: 0.5;
  }




