/*
Theme Name: Theme Custom
Theme URI:
Description: Theme Custom Bootstrap-Sass
Author: 25Watts
Author URI: http://www.25watts.com.ar
Version: 1.0
*/

.mb-1 {
    margin-bottom: 1rem!important;
}

.mw-50 {
    max-width: 50%;
}
.m-auto {
    margin: auto;
}

.product-botellones-dispensers {
    height: 250px;
    width: auto;
    margin: 0 auto;
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.getExcelEquipos {
  background-color: #12569D;
  color: white;
  padding: 10px 21px;
  border-radius: 15px;
  cursor: pointer;
}

