@charset "utf-8";

/*
 *-----------------------------------------------------------------------------
 * j4 BASE V-02
 *-----------------------------------------------------------------------------
 * @website		  j5 BASE
 * @file        buttons.css
 * @authors     SKYTRAILS
 * @System      j!5
 *-----------------------------------------------------------------------------
 */

/*////////////////////////////////////////////////////////////////////////////

** $BOTOES
////////////////////////////////////////////////////////////////////////////*/



:root {
    --btn-radius: 0.25rem;
    --btn-border-width: 2px;
}

.bg-info{
  opacity: 1;
  background-color: #2e618a !important;
}

.contactos a {
  color: #007dca;
}
.contactos a:hover {
  color: #0074bc;
}

 /*=================================================/
**   BTN LINK
*/
.btn-link.disabled,
.btn-link:disabled {
  color: #6d757e;
}

 /*=================================================/
**   BTN CLOSE
*/
.btn-close {
  color: #000;
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  box-sizing: content-box;
  height: 1em;
  opacity: 0.5;
  padding: 0.25em;
  width: 1em;
}
.btn-close:hover {
  color: #000;
  opacity: 0.75;
  text-decoration: none;
}
.btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--cassiopeia-color-primary), 0.25);
  opacity: 1;
  outline: 0;
}
.btn-close.disabled,
.btn-close:disabled {
  opacity: 0.25;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
  filter: invert(1) grayscale(100%) brightness(200%);
}

/*from cassiopeia template*/
.editor-xtd-buttons .btn {
  margin-bottom:5px
}
