@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Italic.otf"),
    url("../fonts/OpenSans-Italic.woff") format("woff"),
    url("../fonts/OpenSans-Italic.ttf") format("truetype"),
    url("../fonts/OpenSans-Italic.svg") format("svg");
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  box-shadow: none;
  border-color: #01602a;
}

body {
  background-color: #00853a;
  font-family: "OpenSans";
}

.sombra {
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
}

.boton {
  background-color: #01602a;
  color: white;
  font-weight: 900;
}

.boton:hover {
  background-color: #014720;
  border-color: #014720;
  color: white;
}

.boton:active {
  background-color: #01391a !important;
  border-color: #01391a !important;
  color: white !important;
}

.boton:focus-visible {
  background-color: #01391a !important;
  border-color: #01391a !important;
  color: white !important;
}

.modal-header {
  background-color: #01602a;
}

.cursor-pointer {
  cursor: pointer;
}