/*~~~~~~ TIPOS ~~~~~~*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
/*~~~~~~ RUTAS Y COLORES ~~~~~~*/
/*~~~~~~ BREAKPOINTS ~~~~~~*/
/*~~~~~~ CLASES LESS ~~~~~~*/
/*~~~~~~ RESETS ~~~~~~*/
html {
  scroll-behavior: smooth;
}
html,
body {
  min-height: 100%;
}
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #FFF;
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: inherit;
  vertical-align: baseline;
}
@media (min-width: 992px) and (max-width: 1280px) {
  html,
  body,
  div,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  font,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  sub,
  tt,
  var,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td {
    font-size: 14px;
  }
}
:focus,
.form-control:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
th,
td {
  text-align: left;
  font-weight: normal;
}
img,
iframe {
  border: none;
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
}
sup {
  font-size: 0.7rem;
}
/*******************/
/* GENERALES */
/*******************/
input.form-control,
input.form-control:active,
input.form-control:focus,
span.input-group-text {
  font-weight: 400;
  color: #151515;
  font-size: 0.875rem;
  font-family: 'Montserrat';
  line-height: normal;
  background-color: #25262b;
  border: solid 1px #373a40;
  border-radius: 0.25rem;
  padding: 12px 0.75rem;
  color: #c1c2c5;
}
input.form-control svg,
input.form-control:active svg,
input.form-control:focus svg,
span.input-group-text svg {
  max-width: 16px;
}
label.form-label {
  color: #c1c2c5;
}
label.form-label span {
  color: red;
}
.btn {
  border-radius: 50px;
  border: solid 3px #23c1b6;
  font-weight: 700;
  color: #151515;
  font-size: 0.875rem;
  font-family: 'Montserrat';
  line-height: 0.875rem;
  padding: 0.5rem 2rem;
}
.btn.btn-primary {
  background-color: #23c1b6;
}
.btn.btn-primary:hover {
  border-color: #00eadc;
  background-color: #00eadc;
  color: #151515;
}
.btn.btn-secondary {
  color: #23c1b6;
  background-color: transparent;
}
.btn.btn-secondary:hover {
  border-color: #23c1b6;
  background-color: #23c1b6;
  color: #FFF;
}
.btn.btn-small {
  font-weight: 600;
  color: #23c1b6;
  font-size: 0.75rem;
  font-family: 'Montserrat';
  line-height: 1rem;
  padding: 0.5rem 1rem;
  border-width: 2px;
}
.toast {
  position: fixed;
  top: 10px;
  width: 350px;
  left: 50%;
  margin-left: -175px;
  background-color: #25262b;
  border: 0.0625rem solid #25262b;
  color: #FFF;
}
.toast .btn-close {
  color: #c1c2c5;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c1c2c5'%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") center / 1em auto no-repeat;
}
.toast p {
  color: #c1c2c5;
}
.toast .iconalert {
  box-sizing: border-box;
  margin: 0.5rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 1.75rem;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #fa5252;
  color: #FFF;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(#000000, rgba(0, 0, 0, 0));
}
header .nav li a {
  font-weight: 400;
  color: #FFF;
  font-size: 1rem;
  font-family: 'Montserrat';
  line-height: normal;
  position: relative;
}
header .nav li a:hover,
header .nav li a.active {
  color: #23c1b6;
}
header .nav li a:hover:after,
header .nav li a.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 2px;
  background-color: #23c1b6;
}
header .dropdown > a {
  font-weight: 400;
  color: #FFF;
  font-size: 1rem;
  font-family: 'Montserrat';
  line-height: normal;
  padding: 8px 16px;
}
header .dropdown > a:hover {
  color: #23c1b6;
}
header .input-group.search {
  background: rgba(255, 255, 255, 0.2);
}
header .input-group.search input.form-control {
  background: transparent;
  border: none;
  color: #FFF !important;
  font-weight: 400;
  color: #FFF;
  font-size: 0.875rem;
  font-family: 'Montserrat';
  line-height: normal;
}
header .input-group.search input.form-control::placeholder {
  color: #FFF;
  opacity: 0.9;
}
header .input-group.search .btn {
  min-width: inherit;
}
footer .container {
  border-top: solid 1px #23c1b6;
  padding-top: 8px;
}
footer .container .nav-footer li a {
  font-weight: 400;
  color: #FFF;
  font-size: 0.875rem;
  font-family: 'Montserrat';
  line-height: normal;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
footer .container .nav-footer li a:after {
  content: '';
  height: 15px;
  width: 1px;
  background-color: #FFF;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
footer .container .nav-footer li:last-child a {
  padding: 0;
  margin: 0;
}
footer .container .nav-footer li:last-child a:after {
  content: none;
}
footer .container p {
  font-weight: 400;
  color: #FFF;
  font-size: 0.875rem;
  font-family: 'Montserrat';
  line-height: normal;
}
footer .container .social {
  background-color: #23c1b6;
  margin-top: -8px;
  padding: 8px 10px;
}
footer .container .social li {
  padding-inline: 6px;
}
footer .container .social li a i {
  font-size: 1.3rem;
  color: #151515;
}
body {
  background-color: #000;
}
h2 {
  font-weight: 700;
  color: #FFF;
  font-size: 1.625rem;
  font-family: 'Montserrat';
  line-height: 1.35rem;
  margin-bottom: 2rem;
}
h2:after {
  content: '';
  width: 8rem;
  height: 0.375rem;
  display: block;
  margin-top: 0.625rem;
  background-color: #23c1b6;
}
h2.text-center:after {
  margin-inline: auto;
}
h2.text-end:after {
  margin-left: auto;
  margin-right: 0;
}
main {
  min-height: 100vh;
}
main p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 30px;
}
main p.blue {
  color: #23c1b6;
}
main a:not(.btn),
main a:link:not(.btn) {
  color: #23c1b6;
  text-decoration: underline;
}
main a:not(.btn):hover,
main a:link:not(.btn):hover {
  text-decoration: none;
}
/*******************/
/* HOME */
/*******************/
main.home .slide {
  min-height: calc(90vh - 160px);
  background: url('../images/landing-header.jpg') top left no-repeat transparent;
  background-size: cover;
}
main.home h1 {
  font-weight: 400;
  color: #FFF;
  font-size: 2.1rem;
  font-family: 'Montserrat';
  line-height: 2.75rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
main.home .que-es-rola img {
  margin-top: -3rem;
}
main.home .impacto img {
  margin-top: -4rem;
}
main.home .impacto .icons {
  margin-top: 3rem;
  position: relative;
}
main.home .impacto .icons:after {
  content: '';
  width: calc(100px * 3);
  position: absolute;
  height: 4px;
  background: #23c1b6;
  right: 24px;
  bottom: -20px;
}
main.home .impacto .icons img {
  margin-top: 0;
  max-width: 75px;
}
main.home .impacto .icons h3 {
  font-weight: 500;
  color: #23c1b6;
  font-size: 1rem;
  font-family: 'Montserrat';
  line-height: 1.5rem;
  text-align: center;
}
main.home .como-funciona {
  background: url('../images/landing-section-3.jpg') top center no-repeat transparent;
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
/*******************/
/* LOGIN */
/*******************/
body.login {
  background: url('../images/concert.jpg') top center no-repeat transparent;
  background-size: cover;
}
body.login main h1 {
  font-weight: 700;
  padding-bottom: 40px;
  position: relative;
}
body.login main h1:after {
  content: '';
  background: #23c1b6;
  width: 145px;
  height: 6px;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -77px;
}
body.login main .form-check {
  text-align: justify;
  font-size: 0.8rem;
}
body.login main p.legal {
  margin-bottom: 15px;
  text-align: justify;
  font-size: 0.8rem;
  line-height: 1.3rem;
  color: #c1c2c5;
}
body.login main input[type=checkbox] {
  background-color: #25262b;
  border: solid 1px #373a40;
  width: 20px;
  height: 20px;
}
body.login main input[type=checkbox]:checked {
  background-color: #23c1b6;
}
body.manage {
  background: #151515;
}
