/*
Theme Name: Viajes iPaginaWeb
Theme URI: http://ipaginaweb.com/
Description: Viajes iPaginaWeb es un tema de WordPress diseñado para mostrar productos y servicios de manera atractiva y funcional.
Version: 1.0
Author: iPaginaWeb
Author URI: http://ipaginaweb.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 4.0
Tested up to: 6.0
Requires PHP: 5.6
Stable tag: 1.0
Tags: vaijes, products, services, business, responsive, custom header, custom colors
Text Domain: vaijes-ipaginaweb
*/

body,
input,
button,
select,
textarea {
  font-family: "Lato", sans-serif;
}

.hover\:border-black:hover {
  border-color: var(--bs-black) !important;
}

.hover\:text-decoration-underline:hover {
  text-decoration: underline !important;
}

.cursor-pointer {
  cursor: pointer;
}

.box {
  border-radius: 0.2rem;
  border: 1px solid #dee2e6;
  color: #212529;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  min-height: 42px;
  min-width: 54px;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.box:hover {
  border-color: #212529;
}
