:root {
  --blanco: #FFF;
  --negro: #000;
  --flag: #0468BF;
  --flag-dark: #04437a;
  --primary: #0d6efd;
}

html {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/*COMPONENTS*/
.img-fluid {
  border-radius: 0.5rem;
}

.row {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.border {
  border-radius: 0.5rem;
}

.container-fluid,
.container {
  text-align: center;
  border-radius: 0.5rem;
}

/*LABELS*/
a {
  text-decoration: none;
}

/*CLASSES*/

.default {
  background-image: url(../../assets/imgs/underconstruction/uc02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100vh;
}

.logins_bgi {
  background-image: url(../../assets/imgs/login/webp/login.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.logins_bgc {
  background-color: rgba(8, 92, 166, 0.5);
}

.marca {
  background-color: var(--primary);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  font-size: 1.25rem;
}

.marca-t1 {
  color: var(--blanco);
  font-weight: bold;
}

.marca-t2 {
  color: var(--blanco);
  font-style: italic;
  text-decoration: underline;
}

.cta {
  background-image: url(../../assets/imgs/cta/webp/cta09.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.5rem;
  max-width: 95%;
}

.cta-row {
  height: 80vh;
}

.radius {
  border-radius: 0.5rem;
}

.h1-cta {
  color: var(--blanco);
  margin-bottom: 2rem;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 35vw;
}

.container-admin {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.overlay-admin {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  max-width: 60%;
}

.overlay-login {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.5rem;
  padding-bottom: 2.5rem;
}

.space {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flexc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.h2 {
  color: var(--blanco);
  text-align: center;
}

.tarjeta {
  height: 33rem;
  margin: 0.5rem;
  background-color: var(--blanco);
}

.title {
  height: 6.025rem;
  color: var(--flag);
}

.fs {
  font-size: 1.1rem;
}

.community {
  background-color: var(--flag);
  height: auto;
  padding: 2rem;
  text-align: center;
  color: var(--blanco);
}

.offer {
  background-color: var(--flag);
  border-radius: 0.5rem;
}

.frm {
  border-radius: 0.5rem;
}

#v1280 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#v992 {
  display: none;
}

.line {
  border-top: 1px solid var(--flag);
  width: 70vw;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.line-footer {
  border-top: 1px solid var(--flag);
  width: 70vw;
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}

.start {
  display: flex;
  justify-content: end;
  align-items: start;
}

.end {
  display: flex;
  justify-content: start;
  align-items: end;
}

.contac {
  max-width: 94vw;
  padding: 2rem;
}

/* ADMIN AREA */
.bg-admin {
  background-image: url(/assets/imgs/admin/webp/admin01.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.registro {
  height: 100vh;
}

.padding-registro {
  padding-left: 3rem;
  padding-right: 3rem;
}



/* FIN ADMIN AREA */

@media(max-width:768px) {

  .default {
    background-size: contain;
  }

  .container-admin {
    height: 100vh;
  }

  .overlay-admin {
    /* height: 100%; */
    max-width: 95%;
  }

  .bg-admin {
    height: 100%;
  }

  .logins_bgi {
    height: 100%;
  }

  .h1-cta {
    width: auto;
  }

  .overlay {
    width: unset;
  }

  .col-9 {
    width: 90vw;
  }

  .colr {
    flex-direction: column-reverse;
  }

  .col-sm-12,
  .col-md-12 {
    width: 90vw;
  }

  .gap {
    margin-bottom: 2rem;
  }

  .tarjeta {
    height: auto;
    margin: 0.5rem;
  }

  .title {
    height: auto;
  }

  .offer {
    margin-top: 1rem;
  }

  .frm {
    margin-top: 1rem;
  }

  #v992 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #v1280 {
    display: none;
  }

}

@media(min-width:769px) and (max-width:1024px) {

  .default {
    background-size: contain;
  }

  .container-admin {
    height: 100vh;
  }

  .overlay-admin {
    max-width: 90%;
  }

  .overlay {
    width: unset;
  }

  .col-md-6 {
    width: 100%;
  }

  .col-9 {
    width: 70vw;
  }

  .colr {
    flex-direction: column-reverse;
  }

  .tarjeta {
    height: 33rem;
    margin: 0.5rem;
  }

  .offer {
    margin-top: 1rem;
  }

  .frm {
    margin-top: 1rem;
  }

  #v992 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #v1280 {
    display: none;
  }

}