@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100..900&family=Quicksand:wght@300..700&display=swap");
@font-face {
  font-family: "ancressbold";
  src: url("../fonts/ancress-bold-webfont.woff2") format("woff2"), url("../fonts/ancress-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.container-fluid {
  width: 98%;
}

body {
  background-image: url("../imgs/bg-pattern-left_blanco.png"), url("../imgs/bg-pattern-right_blanco.png");
  background-position: top left, bottom right;
  background-repeat: no-repeat, no-repeat;
  background-color: #b8428c;
}

h1,
h3 {
  font-family: "ancressbold";
}

h2,
h4,
a {
  font-family: "Quicksand", sans-serif;
}

p {
  font-family: "Encode Sans", sans-serif;
}

.text-small {
  font-size: 0.8em !important;
}

.text-violet {
//  background-image: linear-gradient(300deg, rgb(79, 1, 172), rgb(0, 28, 234), rgb(79, 1, 172));
  background-image: linear-gradient(300deg, rgb(41, 90, 163), rgb(20, 45, 82), rgb(41, 90, 163));
  -webkit-background-clip: text;
  color: transparent;
}

.text-secondary {
  color: #119ff5 !important;
}

.btn-gradient,
.btn-gradient-light {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #FFFFFF;
  font-weight: 800;
  background-color: transparent;
  border-radius: 12px;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  transition: all 0.3s ease;
}
.btn-gradient::before,
.btn-gradient-light::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  padding: 2px;
//  background: linear-gradient(45deg, rgb(79, 1, 172), rgb(0, 28, 234), rgb(79, 1, 172));
  background: linear-gradient(45deg, rgb(41, 90, 163), rgb(20, 45, 82), rgb(41, 90, 163));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}
.btn-gradient:hover,
.btn-gradient-light:hover {
//  background-color: rgba(0, 28, 234, 0.5);
  background-color: rgba(20, 45, 82, 0.5);
  color: #FFFFFF !important;
}

.btn-gradient-light {
  font-weight: 400;
}

.bg-gradient {
//  background: linear-gradient(rgba(79, 1, 172, 0.1), rgba(0, 28, 234, 0.1), rgba(79, 1, 172, 0.1)) !important;
  background: linear-gradient(rgba(41, 90, 163, 0.1), rgba(20, 45, 82, 0.1), rgba(41, 90, 163, 0.1)) !important;
}

.border-violet {
//  border: solid 1px rgb(79, 1, 172);
  border: solid 1px rgb(41, 90, 163);
}

.w-94 {
  width: 94%;
}

.menu svg {
  fill: #FFFFFF;
}
.menu a {
  color: #FFFFFF;
}
.menu a:hover {
//  color: rgb(79, 1, 172);
  color: rgb(41, 90, 163);
}
.menu .nav-link {
  text-align: right !important;
}

header span.text-white {
  opacity: 0.8;
}

.adm figure {
//  border: solid rgb(79, 1, 172) 1px;
  border: solid rgb(41, 90, 163) 1px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: white;
  text-align: center;
  padding: 1em;
  width: 24%;
}
.adm figure figcaption {
  font-weight: 700;
  margin-bottom: 20px;
}

.banner {
  background-image: url(../imgs/banner-ticity.png);
  background-size: cover;
}
.banner .container-fluid {
  height: 500px;
}
.banner img {
  width: 300px;
}
.banner h3 {
  padding: 0 100px;
  text-shadow: -2px 0px 2px rgba(0, 0, 0, 0.6);
}
.banner a.btn-gradient {
//  background-color: rgba(0, 28, 234, 0.5);
  background-color: rgba(20, 45, 82, 0.5);
}

.about-us {
//  background-color: rgb(79, 1, 172);
  background-color: rgb(41, 90, 163);
}

.faqs .accordion {
  font-family: "ancressbold";
  --bs-accordion-bg:transparent;
}
.faqs .accordion .accordion-item {
  border: transparent;
}
.faqs .accordion .accordion-header {
  --bs-accordion-border-color:transparent;
}
.faqs .accordion .accordion-button {
  background-color: rgb(17, 18, 20);
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #FFFFFF;
  font-weight: 800;
  background-color: transparent;
  border-radius: 12px;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
}
.faqs .accordion .accordion-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  padding: 2px;
//  background: linear-gradient(45deg, rgb(79, 1, 172), rgb(0, 28, 234), rgb(79, 1, 172));
  background: linear-gradient(45deg, rgb(41, 90, 163), rgb(20, 45, 82), rgb(41, 90, 163));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

footer {
  margin-top: 100px;
}
footer .row {
//  border-bottom-color: rgb(79, 1, 172) !important;
  border-bottom-color: rgb(41, 90, 163) !important;
}

.menu .navbar-collapse svg {
  fill: white;
}
.menu .navbar-collapse svg:hover {
//  fill: rgb(79, 1, 172);
  fill: rgb(41, 90, 163);
}

form .alert {
  align-items: baseline;
}
form .alert svg {
  width: 20px;
  fill: red;
}

h2.secondary-title {
  margin-top: -18px !important;
}

.dashboard .list-group .list-group-item.active {
//  border-color: rgb(79, 1, 172);
  border-color: rgb(41, 90, 163);
}
.dashboard .list-group button.list-group-item.list-group-item-action.active {
  background-color: transparent !important;
  margin-bottom: 10px;
}
.dashboard .list-group button.list-group-item.list-group-item-action:hover {
  cursor: pointer;
//  background-color: rgba(79, 1, 172, 0.3) !important;
  background-color: rgba(41, 90, 163, 0.3) !important;
}
.dashboard .list-group button.list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dashboard .list-group .list-group-item + .list-group-item {
  background-color: transparent !important;
  color: #FFFFFF;
  text-transform: uppercase;
  border-left: none;
  border-right: none;
}

.user-card {
  color: white !important;
  font-family: "Quicksand", sans-serif;
}
.user-card ul li {
  list-style: none;
}

.user-accordion .accordion {
//  background-color: rgba(79, 1, 172, 0.05) !important;
//  --bs-accordion-bg:rgba(79, 1, 172,.050)!important;
  background-color: rgba(41, 90, 163, 0.05) !important;
  --bs-accordion-bg:rgba(41, 90, 163,.050)!important;
  --bs-accordion-active-bg:transparent!important;
  --bs-accordion-border-color:transparent!important;
}
.user-accordion .accordion .accordion-item h2 button {
  color: #FFFFFF;
}
.user-accordion .accordion .accordion-item .accordion-header {
  background-color: transparent !important;
  --bs-accordion-border-radius:0!important;
}
.user-accordion .accordion .accordion-button::after {
  background-image: url(../imgs/caret.svg);
}
.user-accordion .accordion .list-group {
  --bs-list-group-disabled-bg:transparent!important;
}
.user-accordion .accordion .list-group button.list-group-item:hover {
  user-select: text;
  cursor: initial !important;
  background-color: transparent !important;
}
.user-accordion .accordion .list-group div.list-group-item.list-group-item-action {
  border-right: none;
  border-top: none;
  border-left: none;
  background-color: transparent !important;
}

.login,
.search {
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login + footer,
.search + footer {
  margin-top: 0;
}

@media (width <= 992px) {
  .top {
    display: none !important;
  }
  header img {
    width: 100%;
    display: block;
    margin: auto;
  }
  header h1 {
    text-align: center;
  }
  .btn-gradient {
    width: 100%;
  }
  .adm h3 {
    text-align: center;
  }
  .adm img {
    width: 100%;
  }
  .adm .col-md-3 {
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
  }
  .adm .col-md-3 img {
    width: 130px;
    display: block;
    margin: auto;
  }
  .banner img {
    width: 200px;
    display: block;
    margin: auto;
  }
  .banner h3 {
    padding: 0 20px;
  }
  .banner .container-fluid {
    height: auto;
    padding: 30px 0;
  }
  .about-us img {
    width: 100%;
  }
  .about-us p {
    margin-top: 30px;
  }
  footer .footer-img {
    display: block;
    margin: auto;
  }
}
@media (width < 768px) {
  form.border-violet {
    border: none;
    background: none;
  }
  .user-card .col-md-4 ul {
    padding-left: 0;
  }
}

/*# sourceMappingURL=main.css.map */
