@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

:root {
  --productos-red: #f34847;
  --debito-blue: #0a8bea;
  --cupon-grey: #c6c6c6;
  --cupon-purple: #b55de8;
  --cupon-green: #39d398;
  --consulta-green: #37d4c9;
  font-family: "Poppins", "Open Sans";
}

/** {
	border:1px solid red;
}*/
.center {
  width: 130vmin;
  margin: 0px auto;
}
.progreso {
  margin-bottom: 20px;
  text-align: center;
}

.progress-bar {
  color: #000 !important;
  background-color: #f1f1f1 !important;
}

.select-productos {
  text-align: center;
  width: 100%;
}

.select-producto {
  background-color: #ececec;
  border: none;
  padding: 8px 8px 8px 8px;
  font-size: initial;
  border-radius: 5px;
  margin-bottom: 25px;
}

.btn-acceder {
  background-color: #f34847;
  border: none;
  padding: 8px 8px 8px 8px;
  font-size: initial;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}

header {
  display: flex;
  align-items: center;
  height: 180px;
  width: 100%;
  text-align: center;
  background-image: url(../img/banner1.png);
  background-size: cover;
  border-top: 10px solid #ffda3e;
}

header p.title {
  color: #fff;
  font-size: 2rem;
  font-weight: bolder;
  margin: 100px auto 0;
}

header p {
  min-width: 100%;
  font-size: 0.7rem;
  font-weight: 400;
}

.subHeader {
  font-size: 2.2rem;
  padding-bottom: 10px;
  font-weight: 300;
}

.subHeader > * {
  vertical-align: middle;
}

.subHeader img {
  margin-top: 3px;
  height: 2em;
}

.homeMenu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
}

.homeMenu table th > * {
  vertical-align: middle;
  color: white;
}

.homeMenu table th > label {
  font-size: 1.25em;
  cursor: pointer;
}

.homeMenu table th img {
  height: 26px;
}

.cantidadNotif {
  background-color: red;
  width: 20px;
  border-radius: 30px;
  position: relative;
  text-align: center;
  bottom: 0.5rem;
  font-weight: bold;
}

@media screen and (orientation: portrait) {
  .homeMenu {
    grid-template-columns: 1fr;
  }
}

#content {
  float: none;
  width: 100%;
  padding-bottom: 2rem;
}

/* ============================ Operaciones ======================= */

.table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}

.table td {
  padding: 8px;
}

.table th {
  color: white;
  padding: 0.5em 1em;
  position: relative;
  border-radius: 4px;
}

.table th label {
  padding-left: 8px;
  padding-top: 2px;
  white-space: nowrap;
  font-weight: normal;
}

.table td label {
  font-weight: bolder;
}

.table th i {
  position: absolute;
  right: 12px;
  top: 10px;
}

.table td {
  border-top: 1px solid #ddd;
  text-align: center;
}

.table tr td button {
  color: white;
  font-size: initial;
  border: none;
  padding: 5px 15px 5px 15px;
  border-radius: 15px;
}

tfoot tr td {
  border-top: 0px;
}

thead tr td select {
  background-color: #ececec;
  border: none;
  padding: 8px 8px 8px 8px;
  font-size: initial;
  border-radius: 5px;
  outline: none;
  color: #444;
}

/* ============================ Colores ======================= */

.color-red {
  background-color: var(--productos-red) !important;
}

.color-light-grey {
  background-color: #ececec;
}

.color-grey {
  background-color: var(--cupon-grey);
}

.color-purple {
  background-color: var(--cupon-purple);
}

.color-green {
  background-color: var(--cupon-green);
}

.color-aqua {
  background-color: var(--consulta-green);
}

.text-red {
  color: var(--productos-red);
}

.text-purple {
  color: var(--cupon-purple);
}

.text-green {
  color: var(--cupon-green);
}

.text-blue {
  color: var(--debito-blue);
}

/* ============================ Bot�n d�bito autom�tico ======================= */

.debitoTitle {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  color: #5d9080 !important;
  margin-bottom: 1rem;
}

.debitoSub {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #454545;
  margin-top: 1.5rem;
}

.btnDebito {
  background-color: #E7C813;
  width: 170px;
  height: 40px;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
}

.debitoSub2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-top: 1.5rem;
  color: #454545;
}

.debitoSub3 {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #454545;
  margin-top: .5rem;
}

.cbu-input {
  border: 2px solid #5d9080;
  outline: none;
  box-shadow: inset 0 0 3px #ccc;
  width: 230px;
  height: 45px;
  padding-left: .5rem;
  border-radius: 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

/* ============================ Plan Amigo ======================= */

.balloon {
  /*position: relative;*/
  text-align: center;
  color: white;
  background-image: url(../img/globo_dialogo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 300px;
  height: 140px;
  padding-top: 20px;
}

.centered {
  /*position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 15px;
	top: 39%;*/
  color: #565656;
}

.back-purple,
.color-purple {
  font-weight: bold;
  color: #ffffff;
  background-color: var(--cupon-purple);
  height: 20px;
  width: 20px;
  position: relative;
}

/*.back-purple.color-purple:before {
	position: absolute;
	width: 77%;
	height: 100%;
	right: 0;
	background-color: var(--cupon-grey);
	content: "";
	top: 0;
	border-top-right-radius: 22px;
	border-bottom-right-radius: 22px;
}*/

.referencias-ver {
  text-align: left;
  display: grid;
  grid-template-columns: auto auto;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  padding-bottom: 1em;
  grid-gap: 0 1em;
}
.referencias-ver label {
  text-align: right;
}

.referencias-ver p {
  font-weight: bold;
  margin: 0;
}

.select-referencias {
  background-color: #ececec;
  border: none;
  padding: 8px 8px 8px 8px;
  font-size: initial;
  border-radius: 5px;
  margin-bottom: 25px;
  width: 35%;
}

.referencias-crear {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  text-align: left;
}

@media screen and (max-width: 600px) {
  .referencias-crear {
    grid-template-columns: 1fr;
  }
}

.referencias-crear label {
  width: 100%;
}

.referencias-crear input {
  width: 100%;
}

.referencias-crear select {
  width: 100%;
}

select:disabled,
input:disabled {
  color: #999;
}

input {
  color: #444;
}

.input-icons {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.input-icons > * {
  display: block;
}

.input-icons img {
  position: absolute;
  right: 0;
  top: 19px;
}

.icon {
  padding: 10px;
  min-width: 40px;
}

/* ============================ tooltip botones Operaciones ======================= */
.tooltip {
  position: relative;
  display: inline-block;
  color: #6093c4;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* ============================ fin Operaciones ======================= */

* {
  box-sizing: border-box;
}

/* ============================ Header Menu ======================= */
.routerActive {
  border-bottom: 2px solid #e8d305;
  border-radius: 1px;
}

#nav {
	margin-bottom: 6rem !important;
}

.disabledRouter {
  opacity: 0.5;
  pointer-events: none;
}

.containernav {
  margin: 0 auto;
  font-family: "Poppins", "Open Sans";
}

.topnav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.topnav .headerMenu > ul {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 1.5rem;
}

.topnav .headerMenu ul a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}

.topnav ul a:hover {
  border-bottom: 2px solid #e8d305;
  border-radius: 1px;
}

.topnav ul li {
  margin-right: 15px;
}

.topnav svg {
  width: 1.8rem;
  fill: #fff;
  margin-right: 10px;
  font-size: 14px;
  line-height: 21px;
}

.topnav .user {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

.superMenu {
  padding: 40px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  cursor: pointer;
}

.superMenu:hover .subMenuUser {
  display: block !important;
}

.subMenuUser {
  display: none;
  list-style: none;
  background: white;
  width: 200px;
  text-align: center;
  position: absolute;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
  line-height: 21px;
  z-index: 3;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 17px 3px rgb(120 120 120);
  -moz-box-shadow: 0px 0px 17px 3px rgba(120, 120, 120, 1);
  box-shadow: 0px 0px 17px 3px rgb(120 120 120);
}

.subMenuUser ul {
  list-style: none;
}

.subMenuUser ul li {
  list-style: none;
  margin-right: 0;
}

.subMenuUser ul a {
  color: #625b53;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 16px;
}

.subMenuUser .separator {
  background: #e7e7e7;
  height: 2.5px;
  width: 180px;
  margin-left: 10px;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.back {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.back > svg {
  cursor: pointer;
  padding-right: 0.5rem;
}

.greenDarkness {
  color: #5d9080;
}

.sizePrincipal {
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  cursor: pointer;
}

#footer {
  width: 100%;
  background-color: #e9e9e9;
  color: #808080;
  text-align: center;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  bottom: 0vh;
  z-index: 10;
}

#footer .imgLogo {
  margin-left: 3rem;
}

#footer .imgGroup {
  margin-right: 1.5rem;
}

#footer .number {
  font-size: 18px;
  font-weight: bold;
}

#footer .follow {
  color: #80828d;
  font-weight: 700;
  font-size: 15px;
}

#footer .middleText {
  display: flex;
  align-items: center;
  gap: .5rem;
}

#footer .middleText svg{ 
  padding: 5px;
  border-radius: 30px;
  border: 1px solid black;
}

#footer .middleText span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: #454545;
}

.fa-youtube,
fa-facebook {
  font-size: 2.5rem;
  padding: 1rem;
}

.fa-facebook {
  font-size: 2.5rem;
  padding: 1rem;
}

.fa-instagram {
  font-size: 2.5rem;
  padding: 1rem;
}

/* ========================= Enrollamiento =======================*/

.enrolamiento {
  display: grid;
  position: relative;
}

.enrolamiento > h2 {
  font-size: 2em;
}

.landing > .fields.enrolamiento p {
  font-size: 1em;
  text-align: left;
}

.enrolamiento img.exclamacion {
  height: 1.5em;
  display: block;
  margin: 1em 0.75em 0 0;
}

.enrolamiento > img.interrogante {
  height: 2em;
  width: 2em;
  cursor: pointer;
  grid-row: 4;
  position: absolute;
  right: 0;
}

/* ============================ Qualify =======================*/

.qualify-div {
  text-align: center;
  position: relative;
  margin-top: 40px;
}

.qualify-div p {
  position: absolute;
  top: 35px;
}

.qualify-div i {
  padding-top: 30px;
}

.qualify-div table {
  width: 100%;
}

.qualify-div table tr td {
  padding-top: 10px;
  cursor: pointer;
}

@media screen and (orientation: landscape) {
  .qualify-div {
    width: 50%;
    margin: auto;
  }
}

/* ============================ Modal ======================= */

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 300px;
  margin: 0px auto;
  padding: 5px 5px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: "Poppins", "Open Sans";
}

.modal-header {
  text-align: right;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-default-button {
  float: right;
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.btn-close {
  border: none;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  color: grey;
  background: transparent;
}

.table-modal {
  font-family: "Poppins", "Open Sans";
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}

.table-modal td {
  padding: 18px 0px 18px 0px;
  font-size: 16px;
}

.table-modal th {
  color: white;
  border-radius: 3px;
  padding: 6px;
  position: relative;
}

.table-modal tr td i {
  padding-left: 20px;
}

.table-modal td {
  border-top: 1px solid #ddd;
}

/* ============================ Cupones ======================= */

#cupones {
  width: 25%;
  margin: auto;
}

#cupones td {
  border: none;
}

#cupones select {
  width: 100%;
}

@media screen and (max-width: 1200px) and (min-width: 601px) {
  #cupones {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  #cupones {
    width: 90%;
  }
}

.modal-container-qualify {
  width: 30%;
  margin: 0px auto;
  padding: 20px 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: "Poppins", "Open Sans";
  text-align: center;
}

.modal-header-qualify {
  position: relative;
}

.modal-header-qualify button {
  position: absolute;
  top: -20px;
  right: -15px;
}

.modal-header-qualify h2 label {
  vertical-align: text-bottom;
  padding-left: 8px;
}

.textarea-qualify {
  width: 100%;
  margin-bottom: 20px;
  resize: none;
  height: 10em;
}

/* =============== Contact ===================== */

.v-text-field.v-text-field--enclosed .v-text-field__details,
.v-text-field.v-text-field--enclosed:not(.v-text-field--rounded)
  > .v-input__control
  > .v-input__slot {
  color: #5d9080 !important;
}

.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot fieldset {
  color: transparent !important;
}

.v-icon.v-icon {
  color: #5d9080 !important;
  font-size: 30px !important;
}

.rowContact span {
  color: #5d9080 !important;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
}

/* ============================ Mobile ======================= */

@media screen and (max-width: 600px) {
  header {
    display: flex;
    height: 120px;
    width: 100%;
    text-align: center;
    background-image: url(../img/banner1.png);
    background-size: cover;
  }

  header p.title {
    font-size: 1.6rem;
    margin: 65px auto 0;
  }

  header p {
    min-width: 100%;
    font-size: 0.7rem;
    font-weight: 400;
  }

  .subHeader {
    font-size: 1.2rem;
  }

  .subHeader label {
    font-family: "Poppins", "Open Sans";
    font-weight: 400;
    font-size: 1.7rem;
    vertical-align: text-bottom;
  }

  .subHeader img {
    margin-top: 0px;
  }

  /* .topnav { display: block; }
	.topnav a {
		color: #f2f2f2;
		padding: 14px 16px;
		text-decoration: none;
		position: absolute;
		right: 0px;
		top: 5px;
	} */

  .table {
    font-size: 10px;
  }

  .table td {
    /*border: 1px solid #ddd;*/
    padding: 10px;
    font-size: initial;
  }

  .footer {
    position: relative;
  }

  .button-debito {
    font-family: "Poppins", "Open Sans";
    border-collapse: collapse;
    text-align: left;
  }

  .cbu-input {
    border: 1px solid #ccc;
    padding: 0.5em;
    outline: none;
    box-shadow: inset 0 0 3px #ccc;
    width: 80%;
  }

  .select-referencias {
    background-color: #ececec;
    border: none;
    padding: 8px 8px 8px 8px;
    font-size: initial;
    border-radius: 5px;
    margin-bottom: 25px;
    width: 100%;
  }

  .modal-container-qualify {
    width: 80%;
  }
}
