@charset "UTF-8";
/*!
 * Atomic Web Design v2.1 (https://atomic-webdesign.com/)
 * Developed by: L.D.G. Jose Luis Quintana Trejo - Author.
 * Copyright each time you see this message - Atomic Web Design.
 */

.btn_lg {
  border: none;
  border-radius: 0.7rem;
  padding: 0.5rem 1rem;
  font-size: 1.250rem;
  font-family: 'OpenSans-SemiBold', 'serif';
  text-transform: uppercase;
}

.btn_sm {
  border: none;
  border-radius: 0.5rem;
  padding: 0.3rem 0.7rem;
  font-size: 0.750rem;
  font-family: 'OpenSans-SemiBold', 'serif';
  text-transform: uppercase;
}

.atomic_btn_action {
  border: none;
  background: none;
  text-decoration: none;
}

.btn_menuside {

}

/* ---- SM = SMALL ---- */
@media (min-width: 576px) and (max-width: 767.98px) {

}

/* ---- MD = MEDIUM ---- */
@media (min-width: 768px) and (max-width: 991.98px) {

}

/* ---- LG = LARGE ---- */
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* ---- XL = EXTRA LARGE ---- */
@media (min-width: 1200px) and (max-width: 1399.98px) {

}

/* ---- XXL = EXTRA EXTRA LARGE ---- */
@media (min-width: 1400px)  {

}
