@charset "UTF-8";
/********************** FONTS ***********************/
@font-face {
  font-family: "roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-bold";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-black";
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-light";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-medium";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fontAwesome";
  src: url("../webfonts/fa-regular-400.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*************************** BASE *****************************/
html, body, h1, h2, h3, h4, h5, h6, p {
  font-family: "roboto";
}

h4 {
  margin: 1rem auto;
}

.circle {
  background-color: #00baff;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.8;
  padding: 0.8rem;
  color: #fff;
}

.circle-pasos {
  background-color: #eceef0;
  color: #1e3462;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.8;
  padding: 0.9rem;
  position: relative;
}
.circle-pasos.completo {
  background-color: #00baff;
  color: white;
}

.node {
  position: relative;
}

.node:not(:last-child):before {
  content: " ";
  background-color: #eceef0;
  height: 6px;
  width: 80%;
  position: absolute;
  top: 17%;
  left: 60%;
}

.node.completo:not(:last-child):before {
  background-color: #00baff;
}

.icon-svg {
  fill: #00baff;
}

#main {
  background: white;
  width: 75%;
  margin-left: 25%;
  transition: all 0.5s;
  height: 100vh;
  padding-bottom: 80px;
}

li:hover, a:hover {
  transition: 0.4s;
}

.close {
  opacity: 1;
}

.alert {
  border-radius: 0px;
}

.card-header:first-child {
  border-radius: 0px;
}

/******************* HEADER *********************/
header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #d0d7db;
}
header .dropdown-menu {
  min-width: 18rem;
  margin: 1rem 0 0;
  border-radius: 0;
  border: 0;
}
header .dropdown-item:hover {
  background-color: #00baff;
}
header .dropdown-item:hover i {
  color: white;
  transition: 0.4s;
}
header .camuzzi-logo {
  width: 180px;
  height: 40px;
}

.ofic-virtual {
  font-weight: bold;
  color: #1e3462;
  font-size: 18px;
  border-left: 2px solid #00baff;
  padding-bottom: 2px;
}

.num-sumistro {
  font-size: 14px;
  color: #1e3462;
  margin-top: -3px;
}

.notificacion {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.dropdown-toggle::after {
  display: none;
}

aside {
  display: inline-block;
  background-color: #1e3462;
  position: fixed;
  width: 25%;
  max-width: 380px;
  height: 100vh;
  transition: all 0.5s;
}
aside nav#navmain ul {
  color: white;
  font-size: 1rem;
  list-style: none;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
}
aside nav#navmain ul li:not(.user) {
  border-bottom: 1px solid #005d80;
  line-height: 3.5;
  padding-left: 1rem;
  text-align: left;
}
aside nav#navmain ul li:not(.user) a {
  text-decoration: none;
  color: #fff;
}
aside nav#navmain ul li:not(.user):hover {
  cursor: pointer;
}
aside nav#navmain ul li:not(.user):hover:not(.no-hover) {
  background-color: #00baff;
}
aside nav#navmain ul li:not(.user):hover .icon-svg {
  fill: white;
  transition: 0.4s;
}
aside nav#navmain ul li:not(.user):hover i {
  color: white;
  transition: 0.4s;
}
aside nav#navmain ul li:not(.user):hover i.fa-angle-down {
  transform: rotateZ(180deg);
}
aside nav#navmain ul li:not(.user) i.fa-angle-down {
  transition: 0.4s;
}
aside nav#navmain ul li.user {
  background-color: #121c36;
  min-height: 100px;
  padding-left: 1.5rem;
}
aside nav#navmain ul li.user > div {
  min-height: 78px;
}
aside nav#navmain ul li.user .name-user {
  font-size: 18px;
  font-weight: bold;
}
aside nav#navmain ul li.sub-menu {
  position: relative;
}
aside nav#navmain ul li.sub-menu ul {
  margin-left: -20px;
  width: 120%;
}
aside nav#navmain ul li.sub-menu:hover ul.sub-items {
  max-height: 400px;
}
aside nav#navmain ul li.sub-menu .icon-submenu {
  top: 20px;
  margin-right: 21px;
  position: absolute;
  right: 0;
}
aside nav#navmain ul .nav-icon {
  width: 25px;
  margin: auto 8%;
  transform: translateY(5px);
}
aside nav#navmain ul .text-nav {
  transition: all 0.5s;
}
aside ul.sub-items {
  max-height: 0;
  transition: max-height 0.8s;
}
aside ul.sub-items > li {
  background-color: #121c36;
  border-bottom: 1px solid #002533;
  line-height: 3.5;
  padding-left: 25% !important;
  text-align: left;
}
aside #icon_collapse {
  width: 25px;
}
aside .avatar-user {
  width: 44px;
  height: 65px;
}

/******* DASHBOARD *******/
.info-usuario {
  background-color: white;
}
.info-usuario .cuotas .cuota {
  font-size: 12px;
  margin: 0px 8px;
}
.info-usuario .cuotas .monto-cuota {
  font-weight: bold;
}

#content {
  width: 100%;
  height: 100vh;
}
#content #main .saldo {
  width: 100%;
}
#content #main .saldo .monto {
  font-family: "roboto";
  font-size: 3.5rem;
  letter-spacing: -4px;
  position: relative;
}
#content #main .saldo .monto span {
  font-size: 2.5rem;
}
#content #main .saldo .monto i {
  position: absolute;
}
#content #main .info-cta-1, #content #main .info-cta-2 {
  width: 100%;
  height: 250px;
}
#content #main .dato-info {
  padding-top: 1rem;
  height: 150px;
}
#content #main .dato-info .label, #content #main .dato-info .dato {
  display: block;
}
#content #main .dato-info .label {
  font-size: 12px;
}
#content #main .dato-info-h .label, #content #main .dato-info-h .dato {
  display: block;
}
#content #main .dato-info-h .label {
  font-size: 14px;
}
#content #main .dato-info-h .dato {
  font-size: 16px;
}
#content .grafico .nav-tabs .nav-item {
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #b3bdc3;
}
#content .grafico .nav-tabs .nav-item a.nav-link {
  color: #eceef0;
  border-top: 3px solid transparent;
}
#content .grafico .nav-tabs .nav-item a.active {
  color: #1e3462;
  border-top: 3px solid #00baff;
}
#content .grafico .nav-tabs .nav-item.radio {
  width: 20%;
  min-width: 160px;
  color: #363636;
  background-color: white;
  margin-bottom: 2%;
  margin-left: 20px;
  text-align: left;
}
#content .grafico .nav-tabs .nav-link {
  border-bottom: none;
}
#content .grafico .tab-content {
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 0px 1px 4px 1px;
  height: 77.7%;
}
#content .grafico .graf-year .graf-year-color {
  width: 15px;
  height: 15px;
  margin: 8px;
}
#content .grafico .graf-year span {
  font-size: 12px;
}
#content .periodo .card {
  min-height: 320px;
}

/******************* SWIPES *********************/
.carousel-cell {
  width: 100%;
  margin: 1rem auto;
  text-align: center;
}

/* big buttons, no circle */
.flickity-prev-next-button {
  width: 25px;
  height: 25px;
  background: transparent;
}

/* arrow color */
.flickity-prev-next-button .arrow {
  fill: #00baff;
}

.flickity-prev-next-button.no-svg {
  color: #00baff;
}

.flickity-prev-next-button:hover {
  background: transparent;
}

/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none;
}

.tarifa-sum-swipe {
  width: 100%;
}
.tarifa-sum-swipe .carousel-cell {
  width: 270px;
  counter-increment: carousel-cell;
  margin-right: 40px;
  margin-top: auto;
  margin-bottom: auto;
}

.pagar-sum-swipe {
  width: 100%;
}
.pagar-sum-swipe .carousel-cell {
  width: 418px;
  counter-increment: carousel-cell;
  margin-right: 20px;
  margin-top: auto;
  margin-bottom: auto;
}

.location-swipe {
  width: 100%;
}
.location-swipe .carousel-cell {
  width: 240px;
  counter-increment: carousel-cell;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}

/******* CARDS ******/
.card {
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 3px 1px 4px 1px;
  border-top-color: #00baff;
  padding: 1rem 0;
  border-radius: 0px;
}

a.modulos-recovery {
  color: #121c36;
}

a.modulos-recovery:hover {
  text-decoration: none;
  color: white;
}
a.modulos-recovery:hover .card {
  color: white;
  background-color: #00baff;
  transition: background-color 0.5s;
}
a.modulos-recovery:hover span {
  background-color: white;
  color: #00baff;
}
a.modulos-recovery:hover h3 {
  color: white;
}
a.modulos-recovery:hover use.color-hover {
  fill: white;
}
a.modulos-recovery:hover .icon-recovery {
  fill: white;
}
a.modulos-recovery:hover .svg-dark-blue, a.modulos-recovery:hover .svg-blue {
  fill: white !important;
}

use.color-hover {
  fill: #1e3462;
}

.svg-dark-blue {
  fill: #1e3462;
}

.svg-blue {
  fill: #00baff;
}

.card-sum {
  width: 17rem;
  margin: 1rem 0rem;
  text-align: left;
  min-height: 26rem;
}

.card-sum-adherido {
  height: 11rem;
}

.card-hover:hover {
  color: white;
  cursor: pointer;
}
.card-hover:hover .card {
  background-color: #00baff;
  color: white;
}
.card-hover:hover .svg-blue {
  fill: white;
}
.card-hover:hover span.btn {
  background-color: white;
  color: #00baff;
}
.card-hover:hover h5 {
  color: white;
}

.card-location {
  width: 14rem;
  margin: 1rem auto;
  text-align: left;
  padding-top: 0;
  border-top-color: #b3bdc3;
}
.card-location:hover {
  border-top-color: #00baff;
  color: #00baff;
}
.card-location p {
  min-height: 65px;
}
.card-location .header {
  min-height: 70px;
}

.card-sum-wide {
  width: 26rem;
  margin: 1rem 0rem;
  text-align: left;
}

/******* TARJETAS DE CREDITO ******/
.scene {
  width: 400px;
  height: 250px;
  margin: 40px auto;
  perspective: 600px;
}

.credit-card {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 1s;
}

.credit-card.is-flipped {
  transform: rotateY(-180deg);
}

.card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  backface-visibility: hidden;
}

.card-face-front .img-card-front {
  width: 400px;
  height: auto;
}

.datos-card-front {
  top: 12px;
  left: 20px;
  width: 360px;
  height: 220px;
  margin: auto;
}

.logo-card {
  width: 120px;
  margin-left: -10px;
}

.card-face-back {
  transform: rotateY(180deg);
}
.card-face-back .img-card-back {
  width: 400px;
  height: auto;
}

.ccv {
  height: 38px;
  width: 23%;
  top: 100px;
  left: 80px;
  right: 0;
  position: absolute;
  margin: 0 auto;
  color: #000;
  text-align: right;
  font-size: 24px;
}

.pagar-sum .scene {
  width: 300px;
  height: 250px;
  margin: 40px auto;
  perspective: 600px;
}
.pagar-sum .credit-card {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 1s;
}
.pagar-sum .credit-card.is-flipped {
  transform: rotateY(-180deg);
}
.pagar-sum .card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  backface-visibility: hidden;
}
.pagar-sum .card-face-front .img-card-front {
  width: 300px;
  height: auto;
}
.pagar-sum .datos-card-front {
  top: 8px;
  left: 16px;
  width: 260px;
  height: 180px;
  margin: auto;
}
.pagar-sum .logo-card {
  width: 80px;
  margin-left: -10px;
}
.pagar-sum .card-face-back {
  transform: rotateY(180deg);
}
.pagar-sum .card-face-back .img-card-back {
  width: 300px;
  height: auto;
}
.pagar-sum .ccv {
  height: 38px;
  width: 23%;
  top: 70px;
  left: 80px;
  right: 0;
  position: absolute;
  margin: 0 auto;
  color: #000;
  text-align: right;
  font-size: 24px;
}

.card-border {
  width: 100%;
  border-style: dashed;
  border-color: #b3bdc3;
  border-width: 2px;
  border-radius: 36px;
  height: 280px;
  margin: 0 auto;
}

.credit-card-border-sm {
  width: 225px;
  border-style: dashed;
  border-color: #b3bdc3;
  border-width: 2px;
  border-radius: 16px;
  margin: 0rem 10px 0.5rem 0px;
  height: 145px;
}

.credit-card-sm {
  width: 230px;
  height: 145px;
  margin: 0rem 10px 0.5rem 0px;
  border: 3px solid transparent;
  position: relative;
  opacity: 0.6;
}
.credit-card-sm:hover {
  opacity: 1;
  border: 3px solid #00baff;
  border-radius: 18px;
  cursor: pointer;
}
.credit-card-sm .logo-card {
  width: 55px;
}
.credit-card-sm .datos-card-front {
  top: 8px;
  left: 20px;
  width: 210px;
  height: 120px;
}

.credit-swipe .flickity-slider {
  margin-left: 15%;
}

/******* BADGET ******/
.badge {
  padding: 6px 8px;
  white-space: normal;
  font-weight: normal;
  margin: 8px;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
}

.badge-dark-blue {
  background-color: #1e3462;
}

.badge-primary {
  background-color: #00baff;
}

.badge-success {
  background-color: #50ffd4;
  color: #121c36;
}

.badge-info {
  background-color: #b3bdc3;
}

.badge-warning {
  background-color: #d81b60;
}

.badge-light {
  background-color: #fff;
  color: #121c36;
}

.badge.check {
  padding-right: 12px;
}

.check {
  display: inline-block;
}
.check:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 8px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.icon-header-page {
  fill: #00baff;
  width: 70px;
  height: auto;
}

.icon-animated {
  width: 11.25rem;
  height: 12rem;
}

/******* SWITCHES ******/
.switch input {
  display: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 18px;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  left: 5px;
  bottom: 5px;
  background-color: #00baff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: #00baff;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #00baff;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}
.switch input:checked + .slider:after {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

/******* INPUTS ******/
input, .form-control {
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 1px 1px 4px 1px;
  padding: 8px;
  color: #121c36;
  border-radius: 0px;
  line-height: 1.3;
}
input:focus, .form-control:focus {
  box-shadow: none;
  border-color: transparent !important;
  border-bottom: 4px solid #00baff !important;
}
input::placeholder, .form-control::placeholder {
  color: #d0d7db;
}
input::-ms-input-placeholder, .form-control::-ms-input-placeholder {
  color: #d0d7db;
}

.form-control:focus {
  box-shadow: none;
  border-color: #e0e0e0 #e0e0e0 #00baff #e0e0e0 !important;
  border-bottom: 4px solid #00baff !important;
}

.input-sm {
  width: 35%;
  min-width: 40px;
}

.input-group-icon {
  width: 100%;
}
.input-group-icon i {
  font-size: 1.5rem;
  position: absolute;
  top: 8px;
  left: 12px;
  z-index: 3;
  color: lightgray;
}
.input-group-icon input {
  padding-left: 46px;
  line-height: 1.6;
}

textarea {
  border: 1px solid #d0d7db;
  padding: 1rem;
}

.error.input-group-icon i {
  color: #d81b60;
}
.error.input-group-icon input {
  border-bottom: 4px solid #d81b60 !important;
  color: #d81b60;
}

input.form-control.error {
  border-bottom: 4px solid #d81b60 !important;
  color: #d81b60;
}

select.form-control:not([size]):not([multiple]) {
  height: inherit;
}

/****** RADIO BUTTONS *******/
.custom-control {
  margin: 0.5rem;
}

.custom-control-label {
  margin-left: 8px;
}

.custom-control-label::before {
  top: 0.15rem;
  width: 17px;
  height: 17px;
  background-color: #fff;
  border: 1px solid #d0d7db;
}

.custom-control-label::after {
  /* top: 0.45rem;
  // left: 5px;
  // width: 0.6rem;
  // height: 0.6rem;
  // content: "";
  // border-radius: 50%;*/
  top: 7px;
  left: 5px;
  width: 7px;
  height: 7px;
  content: "";
  background-color: white;
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00baff;
  box-shadow: none;
}

input[type=radio]:focus {
  outline: none;
  box-shadow: none !important;
  border: 1px solid #ccc !important;
}

input[type=radio]:checked + label.custom-control-label {
  color: #00baff;
}

/******* SELECTS ******/
.selectdiv {
  position: relative;
}

select::-ms-expand {
  display: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.selectdiv:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 28px;
  color: #00baff;
  right: 1px;
  top: 2px;
  height: 34px;
  line-height: 1.25;
  padding: 0px 12px 0 12px;
  border-left: 1px solid lightgrey;
  position: absolute;
  pointer-events: none;
  background-color: white;
}

.icon-dot {
  position: relative;
  width: 4px;
  height: 4px;
  background-color: #00baff;
  border-radius: 50%;
}

.icon-dot:before, .icon-dot:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background-color: inherit;
  border-radius: inherit;
}

.icon-dot:before {
  top: -8px;
}

.icon-dot:after {
  top: 8px;
}

#infoFact {
  display: none;
}

/******* LISTAS ******/
ul.list-a {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #121c36;
}
ul.list-a li {
  padding-left: 2.5rem;
  text-indent: -2.1rem;
  margin-bottom: 1.2rem;
}
ul.list-a li:before {
  content: " ";
  width: 5px;
  height: 5px;
  background-color: #00baff;
  display: inline-block;
  margin-bottom: 2px;
  display: inline-block;
  margin-right: 24px;
}

/******* BOTONES ******/
.btn {
  border-radius: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}
.btn:focus {
  box-shadow: none;
}

.btn-primary {
  background-color: #00baff;
  border-color: #00baff;
}
.btn-primary:hover {
  background-color: #1e3462;
  border-color: #1e3462;
}
.btn-primary:focus {
  box-shadow: none;
}

a.btn-recovery {
  color: #1e3462;
  padding-right: 1rem;
  background-color: #00baff;
  color: white;
}
a.btn-recovery:hover {
  text-decoration: none;
  background-color: #1e3462;
  color: white;
}

a.btn-recovery-secondary {
  color: #b3bdc3;
  padding-right: 1rem;
  background-color: #eceef0;
}
a.btn-recovery-secondary:hover {
  text-decoration: none;
  background-color: #1e3462;
  color: white;
}

.btn-accordion {
  min-width: 30%;
}
.btn-accordion:hover {
  background-color: white;
  color: #00baff;
}

/******* BREADCRUMB ******/
.breadcrumb {
  padding: 1rem 1.5rem;
  border-radius: 0;
  background-color: #1e3462;
  color: white;
  font-size: 1.5rem;
  margin-bottom: 0px;
}
.breadcrumb .active {
  font-family: "roboto-medium";
}
.breadcrumb .breadcrumb-item {
  font-family: "roboto-light";
}
.breadcrumb .breadcrumb-item a {
  color: white;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: white;
  content: " ";
}

/******* NOTIFICACIONES ******/
.notificacion {
  position: relative;
}

.notificacion-alert {
  font-size: 10px;
  font-family: "roboto-medium";
  color: white;
  background-color: #d81b60;
  padding: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 30px;
}

/******* TOOLTIPS ******/
.tooltip {
  opacity: 1 !important;
}

.tooltip-inner {
  background-color: #00baff;
  opacity: 1 !important;
  border-radius: 0;
  filter: alpha(opacity=100);
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  border-left-color: #00baff !important;
  border-width: 0.7rem 0rem 0.7rem 0.7rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  border-right-color: #00baff !important;
  border-width: 0.7rem 0.7rem 0.7rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  border-top-color: #00baff !important;
  border-width: 0.7rem 0.7rem 0rem 0.7rem;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  border-bottom-color: #00baff !important;
  border-width: 0rem 0.7rem 0.7rem 0.7rem;
}

/******* ACCORDION ******/
#accordion .card-header:hover {
  background-color: #1e3462;
  color: white;
  cursor: pointer;
  transition: 0.1s;
}
#accordion .card-header:hover i {
  color: white;
}
#accordion .card-header .fas {
  transition: 0.3s transform ease-in-out;
}

.warning-period {
  background-image: url(../images/exclamation-triangle-solid.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 9rem;
  min-height: 5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

#form_FactDigital:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #eceef0;
  position: absolute;
  top: -14px;
  left: 48%;
}

#map {
  width: 100%;
  height: 500px;
  margin: 16px auto;
}

.tip.top-right {
  top: 0;
  right: -15px;
}

.img-bg-sum {
  background-image: url(../images/icon-sum-opa.svg);
  background-repeat: no-repeat;
  background-size: 20rem;
  background-position: top right;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Fading animation */
.fade-b {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.accordion-error {
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background: #d81b60;
  display: inline-block;
}

.accordion-success {
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background: #00baff;
  display: inline-block;
}

/******************* HELPERS *********************/
/******* COLOR TEXTOS *******/
.color-darker-blue {
  color: #121c36;
}

.color-dark-blue {
  color: #1e3462;
}

.color-blue {
  color: #00baff;
}

.color-green {
  color: #50ffd4;
}

.color-red {
  color: #d81b60 !important;
}

.color-gray-800 {
  color: #363636 !important;
}

.color-gray-700 {
  color: #4d5a64;
}

.color-gray-600 {
  color: #85898a;
}

.color-gray-500 {
  color: #7e8b92;
}

.color-gray-400 {
  color: #b3bdc3;
}

.color-gray-300 {
  color: #d0d7db;
}

.color-gray-200 {
  color: #e0e0e0;
}

.color-gray-100 {
  color: #eceef0;
}

.color-white {
  color: #ffffff;
}

/******* COLOR BACKGROUND *******/
.bg-darker-blue {
  background-color: #121c36;
}

.bg-dark-blue {
  background-color: #1e3462;
}

.bg-blue {
  background-color: #00baff;
}

.bg-green {
  background-color: #50ffd4 !important;
}

.bg-red {
  background-color: #d81b60;
}

.bg-gray-800 {
  background-color: #363636;
}

.bg-gray-700 {
  background-color: #4d5a64;
}

.bg-gray-600 {
  background-color: #85898a;
}

.bg-gray-500 {
  background-color: #7e8b92;
}

.bg-gray-400 {
  background-color: #b3bdc3;
}

.bg-gray-300 {
  background-color: #d0d7db !important;
}

.bg-gray-200 {
  background-color: #e0e0e0 !important;
}

.bg-gray-100 {
  background-color: #eceef0;
}

.bg-white {
  background-color: #ffffff;
}

.bg-transparent {
  background-color: transparent;
}

.fill-darker-blue {
  fill: #121c36;
}

.fill-dark-blue {
  fill: #1e3462;
}

.fill-blue {
  fill: #00baff;
}

.line-height-05 {
  line-height: 0.5;
}

.line-height-1 {
  line-height: 1;
}

.no-line-height {
  line-height: inherit;
}

.line-height-2 {
  line-height: 2;
}

.no-wrap {
  white-space: nowrap;
}

.wrap {
  white-space: normal;
}

.no-transition {
  transition: none;
}

.no-text-decoration:hover {
  text-decoration: none;
}

.link {
  color: #00baff;
}

.link:hover {
  text-decoration: none;
  color: #1e3462;
  cursor: pointer;
}

.disable-period {
  filter: grayscale(100%) !important;
  opacity: 0.4;
}

.fw-n {
  font-family: "roboto";
  font-weight: normal;
}

.fw-m {
  font-family: "roboto-medium";
  font-weight: normal;
}

.fw-l {
  font-family: "roboto-light";
  font-weight: lighter;
}

.fs-10 {
  font-size: 0.65rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-14 {
  font-size: 0.88rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.num-strech-1 {
  letter-spacing: -1px;
}

.num-strech-2 {
  letter-spacing: -2px;
}

.icon {
  width: 20px;
  margin: 8px;
}

.icon-xs {
  width: 30px;
  margin: 4px;
}

.icon-sm {
  width: 40px;
}

.icon-normal {
  width: 60px;
}

.icon-md {
  width: 80px;
}

.icon-lg {
  width: 100px;
}

.icon-recovery {
  width: 120px;
}

.icon-recovery-single {
  width: 160px;
}

.opacity-05 {
  opacity: 0.5;
}

.trans-05 {
  transition: all 0.5s;
}

.trans-1 {
  transition: all 1s;
}

.rotate-180 {
  transform: rotateZ(180deg) !important;
}

.rotate-90 {
  transform: rotateZ(90deg) !important;
}

.rotate-r90 {
  transform: rotateZ(-90deg) !important;
}

#side_bar.translate-0 {
  transform: translateX(0px);
}

.mt-6 {
  margin-top: 3.5rem !important;
}

.mt-7 {
  margin-top: 4rem !important;
}

.mt-8 {
  margin-top: 4.5rem !important;
}

.w-80 {
  width: 80%;
}

.w-35 {
  width: 35%;
}

.w-150px {
  width: 150px;
  min-width: 100px;
}

.nav-collapse {
  width: 7%;
}

.nav-collapse nav ul li .text-nav {
  display: none !important;
}

.margin-left-collapse {
  margin-left: 5% !important;
}

.main-collapse {
  width: 93%;
  margin-left: 7%;
}

.centrar-icon-collapse {
  margin-left: 0px;
  display: flex;
  justify-content: center;
}

.border-25::after {
  content: " ";
  border-bottom: 5px solid #00baff;
  width: 50px;
  margin-top: 8PX;
  display: block;
}

.active-radio {
  color: #00baff;
}

.accordion-active {
  background-color: #1e3462;
  color: white;
}

.monto-deuda-cu {
  width: 130px;
  display: inline-block;
  text-align: right;
}

/****************************************************************************/
/* Media QUERIES *************************************************************/
/****************************************************************************/
@media (max-width: 992px) {
  aside nav#navmain ul li.user {
    min-height: 80px;
  }

  #content #main .saldo .monto {
    letter-spacing: -2px;
    font-size: 2.5rem;
  }
  #content #main .saldo .monto span {
    font-size: 1.5rem;
  }

  .selectdiv:after {
    height: 31px;
  }
}
@media (min-width: 568px) {
  .no-collapse-sm {
    display: flex !important;
    height: auto !important;
    visibility: visible;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 13px;
  }

  #content #main .info-cta-1, #content #main .info-cta-2 {
    width: 100%;
    height: 170px;
  }

  .input-group-icon i {
    font-style: 1rem;
    top: 11px;
  }

  .input-group-icon input {
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  #side_bar {
    position: fixed;
    width: 100vw;
    max-width: 100vw;
    margin-top: -45px;
    z-index: 2;
    height: 100vh;
    transition: all 0.5s;
    transform: translateX(-100%);
  }

  #collapse {
    display: none;
  }

  aside .avatar-user {
    width: 45px;
    height: 45px;
    margin-top: 10px;
  }
}
@media (max-width: 425px) {
  .scene {
    width: 280px;
    height: 180px;
    margin: auto;
  }

  .ccv {
    top: 70px;
    left: 70px;
    font-size: 20px;
  }

  .card-face-front .img-card-front, .card-face-back .img-card-back {
    width: 280px;
  }

  .logo-card {
    width: 60px;
    margin-left: -10px;
  }

  .datos-card-front {
    top: -5px;
    left: 25px;
    width: 225px;
    height: 175px;
  }

  .credit-card .fs-32 {
    font-size: 1.5rem;
  }
  .credit-card .fs-12 {
    font-size: 8px;
  }
  .credit-card h6 {
    font-size: 0.6rem;
  }

  .tip .tooltiptext {
    min-width: 100px;
  }

  #accordion h4, #accordion .fs-20 {
    font-size: 90%;
  }

  html {
    /*overflow-x: none;*/
  }

  #content #main .info-cta-1, #content #main .info-cta-2 {
    height: 170px;
  }

  .w-35 {
    width: 80%;
  }

  .icon-recovery {
    width: 80px;
  }

  .icon-recovery-single {
    width: 100px;
  }

  .breadcrumb {
    font-size: 1rem;
  }

  .card-sum-wide {
    width: 17rem;
  }

  .pagar-sum-swipe .carousel-cell {
    width: 250px;
    margin-right: 10px;
    padding-left: 10px;
  }

  .w-150px {
    width: 100px;
  }
}
/*   ESPECIFICOS */
@media (min-width: 300px) and (max-width: 319px) {
  #content #main .saldo .monto {
    font-size: 2.4rem;
  }

  #dropdown-menu, #dropdownCtas {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  #content #main .saldo .monto {
    font-size: 2.4rem;
  }

  #content #main {
    width: 100%;
    margin-left: 0;
  }

  #dropdown-menu, #dropdownCtas {
    display: none;
  }

  .credit-swipe .flickity-slider {
    margin-left: 10%;
  }

  h2 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  #content #main .saldo .monto {
    font-size: 2.4rem;
  }

  #content #main {
    width: 100%;
    margin-left: 0;
  }

  #dropdown-menu, #dropdownCtas {
    display: none;
  }
}
@media (min-width: 425px) and (max-width: 639px) {
  #content #main {
    width: 100%;
    margin-left: 0;
  }

  #dropdown-menu, #dropdownCtas {
    display: none;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  #content #main {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 13px;
  }

  aside nav#navmain ul li.user {
    padding-left: 0.5rem;
  }

  #content #main .saldo .monto {
    font-size: 2.5rem;
  }

  .main-collapse {
    width: 93% !important;
    margin-left: 7% !important;
  }

  #content .grafico .tab-content {
    min-height: 82%;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  html {
    font-size: 14px;
  }

  #content #main .saldo .monto {
    font-size: 3rem;
  }

  .main-collapse {
    width: 93% !important;
    margin-left: 7% !important;
  }

  aside nav#navmain ul li.user {
    padding-left: 0.8rem;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  html {
    font-size: 14px;
  }

  .main-collapse {
    width: 93% !important;
    margin-left: 7% !important;
  }

  aside nav#navmain ul li.user {
    padding-left: 0.8rem;
  }

  #content .grafico .tab-content {
    min-height: 78.7%;
  }

  .selectdiv:after {
    height: 31px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  html {
    font-size: 14px;
  }

  .main-collapse {
    width: 93% !important;
    margin-left: 7% !important;
  }

  .selectdiv:after {
    height: 31px;
  }
}
@media (min-width: 1367px) and (max-width: 1439px) {
  .main-collapse {
    width: 93% !important;
    margin-left: 7% !important;
  }

  .selectdiv::after {
    top: 2px;
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .main-collapse {
    width: 93% !important;
    margin-left: 7% !important;
  }

  .selectdiv::after {
    top: 2px;
  }
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .main-collapse {
    width: 93% !important;
    margin-left: 7% !important;
  }

  #content #main {
    margin-left: 24%;
  }

  #collapse {
    display: none;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  #content #main {
    margin-left: 22.5%;
  }

  #collapse {
    display: none;
  }
}
@media (min-width: 2560px) and (max-width: 12000px) {
  #content #main {
    margin-left: 22%;
  }

  #collapse {
    display: none;
  }
}

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