/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@media only screen and (max-width: 250px) {
  .imagenes-icono img {
    width: 100%;
  }
}
@media only screen and (min-width: 250px) {
  .imagenes-icono img {
    max-height: 130px;
  }
}
.buttonGreen button {
  color: #ffffff;
  background-color: #006633;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #006633;
  border-radius: 9px;
  padding: 5px 15px;
  letter-spacing: 1px;
  cursor: pointer;
}
.buttonGreen:hover {
  color: #006633;
  background-color: #ffffff;
}
.buttonGrey button {
  color: #000000;
  background-color: #cccccc;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 3px 10px;
  letter-spacing: 1px;
  cursor: pointer;
}
.buttonGrey:hover {
  color: #000000;
  background-color: #ffffff;
}
.alinea-vertical-medio {
  margin: auto 0;
}
.p-0 {
  padding: 0 !important;
}
.no-click:active {
  pointer-events: none !important;
}
.letras-negras {
  color: #000000;
  background-color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #ffffff;
  letter-spacing: 1px;
}
.letras-negras .label {
  cursor: pointer;
  color: #000000;
  display: block;
  padding: 10px;
  margin: 3px;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
/*# sourceMappingURL=custom_control_de_acceso.css.map */