/* (c) Alejandro A. Corvatta - jul 2021*/

/* If the screen size is 576px wide or more: */
@media screen and (min-width: 576px) {
  .mt-sm-0 {margin-top: 0%!important;}
  .mt-sm-1 {margin-top: 0.25rem!important;}
  .mt-sm-2 {margin-top: 0.5rem!important;}
  .mt-sm-3 {margin-top: 1rem!important;}
  .mt-sm-4 {margin-top: 1.5rem!important;}
  .mt-sm-5 {margin-top: 3rem!important;}
  .mt-sm-auto {margin-top: auto!important;}
  
  .mb-sm-0 {margin-bottom: 0%!important;}
  .mb-sm-1 {margin-bottom: 0.25rem!important;}
  .mb-sm-2 {margin-bottom: 0.5rem!important;}
  .mb-sm-3 {margin-bottom: 1rem!important;}
  .mb-sm-4 {margin-bottom: 1.5rem!important;}
  .mb-sm-5 {margin-bottom: 3rem!important;}
  .mb-sm-auto {margin-bottom: auto!important;}
  
  .ms-sm-0 {margin-left: 0%!important;}
  .ms-sm-1 {margin-left: 0.25rem!important;}
  .ms-sm-2 {margin-left: 0.5rem!important;}
  .ms-sm-3 {margin-left: 1rem!important;}
  .ms-sm-4 {margin-left: 1.5rem!important;}
  .ms-sm-5 {margin-left: 3rem!important;}
  .ms-sm-auto {margin-left: auto!important;}
  
  .me-sm-0 {margin-right: 0%!important;}
  .me-sm-1 {margin-right: 0.25rem!important;}
  .me-sm-2 {margin-right: 0.5rem!important;}
  .me-sm-3 {margin-right: 1rem!important;}
  .me-sm-4 {margin-right: 1.5rem!important;}
  .me-sm-5 {margin-right: 3rem!important;}
  .me-sm-auto {margin-right: auto!important;}  
}

/* If the screen size is 768px wide or more: */
@media screen and (min-width: 768px) {
  .mt-md-0 {margin-top: 0%!important;}
  .mt-md-1 {margin-top: 0.25rem!important;}
  .mt-md-2 {margin-top: 0.5rem!important;}
  .mt-md-3 {margin-top: 1rem!important;}
  .mt-md-4 {margin-top: 1.5rem!important;}
  .mt-md-5 {margin-top: 3rem!important;}
  .mt-md-auto {margin-top: auto!important;}
  
  .mb-md-0 {margin-bottom: 0%!important;}
  .mb-md-1 {margin-bottom: 0.25rem!important;}
  .mb-md-2 {margin-bottom: 0.5rem!important;}
  .mb-md-3 {margin-bottom: 1rem!important;}
  .mb-md-4 {margin-bottom: 1.5rem!important;}
  .mb-md-5 {margin-bottom: 3rem!important;}
  .mb-md-auto {margin-bottom: auto!important;}
  
  .ms-md-0 {margin-left: 0%!important;}
  .ms-md-1 {margin-left: 0.25rem!important;}
  .ms-md-2 {margin-left: 0.5rem!important;}
  .ms-md-3 {margin-left: 1rem!important;}
  .ms-md-4 {margin-left: 1.5rem!important;}
  .ms-md-5 {margin-left: 3rem!important;}
  .ms-md-auto {margin-left: auto!important;}
  
  .me-md-0 {margin-right: 0%!important;}
  .me-md-1 {margin-right: 0.25rem!important;}
  .me-md-2 {margin-right: 0.5rem!important;}
  .me-md-3 {margin-right: 1rem!important;}
  .me-md-4 {margin-right: 1.5rem!important;}
  .me-md-5 {margin-right: 3rem!important;}
  .me-md-auto {margin-right: auto!important;}    
}

/* If the screen size is 992px wide or more: */
@media screen and (min-width: 992px) {
  .mt-lg-0 {margin-top: 0%!important;}
  .mt-lg-1 {margin-top: 0.25rem!important;}
  .mt-lg-2 {margin-top: 0.5rem!important;}
  .mt-lg-3 {margin-top: 1rem!important;}
  .mt-lg-4 {margin-top: 1.5rem!important;}
  .mt-lg-5 {margin-top: 3rem!important;}
  .mt-lg-auto {margin-top: auto!important;}
  
  .mb-lg-0 {margin-bottom: 0%!important;}
  .mb-lg-1 {margin-bottom: 0.25rem!important;}
  .mb-lg-2 {margin-bottom: 0.5rem!important;}
  .mb-lg-3 {margin-bottom: 1rem!important;}
  .mb-lg-4 {margin-bottom: 1.5rem!important;}
  .mb-lg-5 {margin-bottom: 3rem!important;}
  .mb-lg-auto {margin-bottom: auto!important;}
  
  .ms-lg-0 {margin-left: 0%!important;}
  .ms-lg-1 {margin-left: 0.25rem!important;}
  .ms-lg-2 {margin-left: 0.5rem!important;}
  .ms-lg-3 {margin-left: 1rem!important;}
  .ms-lg-4 {margin-left: 1.5rem!important;}
  .ms-lg-5 {margin-left: 3rem!important;}
  .ms-lg-auto {margin-left: auto!important;}
  
  .me-lg-0 {margin-right: 0%!important;}
  .me-lg-1 {margin-right: 0.25rem!important;}
  .me-lg-2 {margin-right: 0.5rem!important;}
  .me-lg-3 {margin-right: 1rem!important;}
  .me-lg-4 {margin-right: 1.5rem!important;}
  .me-lg-5 {margin-right: 3rem!important;}
  .me-lg-auto {margin-right: auto!important;}    
}

/* If the screen size is 1200px wide or more: */
@media screen and (min-width: 1200px) {
  .mt-xl-0 {margin-top: 0%!important;}
  .mt-xl-1 {margin-top: 0.25rem!important;}
  .mt-xl-2 {margin-top: 0.5rem!important;}
  .mt-xl-3 {margin-top: 1rem!important;}
  .mt-xl-4 {margin-top: 1.5rem!important;}
  .mt-xl-5 {margin-top: 3rem!important;}
  .mt-xl-auto {margin-top: auto!important;}
  
  .mb-xl-0 {margin-bottom: 0%!important;}
  .mb-xl-1 {margin-bottom: 0.25rem!important;}
  .mb-xl-2 {margin-bottom: 0.5rem!important;}
  .mb-xl-3 {margin-bottom: 1rem!important;}
  .mb-xl-4 {margin-bottom: 1.5rem!important;}
  .mb-xl-5 {margin-bottom: 3rem!important;}
  .mb-xl-auto {margin-bottom: auto!important;}
  
  .ms-xl-0 {margin-left: 0%!important;}
  .ms-xl-1 {margin-left: 0.25rem!important;}
  .ms-xl-2 {margin-left: 0.5rem!important;}
  .ms-xl-3 {margin-left: 1rem!important;}
  .ms-xl-4 {margin-left: 1.5rem!important;}
  .ms-xl-5 {margin-left: 3rem!important;}
  .ms-xl-auto {margin-left: auto!important;}
  
  .me-xl-0 {margin-right: 0%!important;}
  .me-xl-1 {margin-right: 0.25rem!important;}
  .me-xl-2 {margin-right: 0.5rem!important;}
  .me-xl-3 {margin-right: 1rem!important;}
  .me-xl-4 {margin-right: 1.5rem!important;}
  .me-xl-5 {margin-right: 3rem!important;}
  .me-xl-auto {margin-right: auto!important;}    
}

/* If the screen size is 1400px wide or more: */
@media screen and (min-width: 1400px) {
  .mt-xxl-0 {margin-top: 0%!important;}
  .mt-xxl-1 {margin-top: 0.25rem!important;}
  .mt-xxl-2 {margin-top: 0.5rem!important;}
  .mt-xxl-3 {margin-top: 1rem!important;}
  .mt-xxl-4 {margin-top: 1.5rem!important;}
  .mt-xxl-5 {margin-top: 3rem!important;}
  .mt-xxl-auto {margin-top: auto!important;}
  
  .mb-xxl-0 {margin-bottom: 0%!important;}
  .mb-xxl-1 {margin-bottom: 0.25rem!important;}
  .mb-xxl-2 {margin-bottom: 0.5rem!important;}
  .mb-xxl-3 {margin-bottom: 1rem!important;}
  .mb-xxl-4 {margin-bottom: 1.5rem!important;}
  .mb-xxl-5 {margin-bottom: 3rem!important;}
  .mb-xxl-auto {margin-bottom: auto!important;}
  
  .ms-xxl-0 {margin-left: 0%!important;}
  .ms-xxl-1 {margin-left: 0.25rem!important;}
  .ms-xxl-2 {margin-left: 0.5rem!important;}
  .ms-xxl-3 {margin-left: 1rem!important;}
  .ms-xxl-4 {margin-left: 1.5rem!important;}
  .ms-xxl-5 {margin-left: 3rem!important;}
  .ms-xxl-auto {margin-left: auto!important;}
  
  .me-xxl-0 {margin-right: 0%!important;}
  .me-xxl-1 {margin-right: 0.25rem!important;}
  .me-xxl-2 {margin-right: 0.5rem!important;}
  .me-xxl-3 {margin-right: 1rem!important;}
  .me-xxl-4 {margin-right: 1.5rem!important;}
  .me-xxl-5 {margin-right: 3rem!important;}
  .me-xxl-auto {margin-right: auto!important;}    
}