* {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

.text-perso {
  color: #01579b !important;
}

.text-perso2 {
  color: #06063c;
}

footer svg {
  width: 2rem;
  height: 3rem;
}

.text-justify {
  text-align: justify;
}

.banner {
  padding-top: 11rem;
  /* width: 100vw; */
  height: 50vh;
  background-image: url(../img/banner-home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position-y: 160px; */
}

.pt-11 {
  padding-top: 11rem;
}

.banner-facturas,
.banner-nomi {
  background-image: url(../img/banner-productos.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.programas img {
  margin-left: 3rem;
  margin-bottom: 1rem;
  width: 120px;
}

.bg-perso {
  background-color: #0c1e35;
}

.ban-nomi {
  padding-top: 8rem;
}

.mb-8 {
  margin-bottom: 4rem;
}

.text-justify {
  text-align: justify;
}

.contenedor {
  padding-left: 4rem;
  padding-right: 4rem;
}

.card {
  box-shadow: -1px 0px 14px 1px rgba(0, 0, 0, 0.68);
  -webkit-box-shadow: -1px 0px 14px 1px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: -1px 0px 14px 1px rgba(0, 0, 0, 0.68);
}

.text-color {
  color: #01579b;
}

.svg-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.svg {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.text-container {
  text-align: left;
  margin-right: 20px;
}

.caja {
  border-width: 0px 1px 0px 1px;
  border-color: red;
  border-style: double;
  border-radius: 10px;
}

.img-acceso,
.img-conta,
.img-nomi {
  width: 150px;
}

.img-facturas {
  width: 150px;
  height: 40px;
}

/* ============================ accesoexpress ============================  */
.step {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #f9f9f9;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.step:hover {
  transform: translateY(-5px);
}

.step-icon {
  margin-bottom: 20px;
}

.step-icon img {
  width: 80px;
}

.step-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.step-description {
  font-size: 16px;
  color: #888;
}

/* ============================ celular ============================  */
.phone {
  background-color: #36383f;
  border-radius: 40px;
  width: 257px;
  height: 530px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scrollable-text {
  height: 550px;
  overflow: auto;
}

.content {
  border: 1px solid #36383f;
  border-radius: 20px;
  width: 94%;
  height: 95%;
  background-color: #f5f6fa;
  overflow: hidden;
}

/* ============================ Monitor ============================  */
.comp {
  width: 100%;
  /* height: 194px; */
}
.comp .monitor {
  margin-left: 4rem;
  width: 430px;
  height: 234px;
  display: block;
  /* margin: 0 auto; */
  border-radius: 10px 10px 0px 0px;
  padding: 9px;
  border: solid 1px #e0e2e2;
  background-color: black;
}
.base {
  margin-left: 4rem;
  width: 430px;
  height: 12px;
  background: #e0e2e2;
  display: block;
  /* margin: 0 auto; */
  border-radius: 0px 0px 6px 6px;
}

.comp iframe {
  max-width: 100%;
  max-height: 100%;
}

/* ============================ Scroll ============================  */

.scrollable-text::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.scrollable-text::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.scrollable-text::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.scrollable-text::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

.scrollable-text::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}

.scrollable-text::-webkit-scrollbar-track:hover,
.scrollable-text::-webkit-scrollbar-track:active,
body::-webkit-scrollbar-track:hover,
body::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}

/* ============================ footer ============================  */
footer a:hover {
  color: #6895e2 !important;
}

.bg-footer {
  background: #08053f;
}

/* ============================ banner nomi ============================  */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ============================ precios ============================  */
.pricing-card {
  padding: 30px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 1rem;
  background-color: #ffffff;
  border-radius: 15px;
}
.pricing-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.pricing-card p {
  margin-bottom: 15px;
}
.pricing-card .price {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.pricing-card-container {
  height: 90%;
}
.pricing-card-container-perso {
  height: auto;
}

/* ============================ card facturación ============================  */
.flip-card {
  margin-left: 5px;
  background-color: transparent;
  width: 190px;
  height: 180px;
  perspective: 1000px;
}

.title {
  font-size: 13px;
  text-align: center;
  margin: 5px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.card-6,
.card-4,
.card-2,
.flip-card-front,
.flip-card-back {
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid coral;
}

.card-2 {
  background-color: rgb(38 44 65) !important;
  color: white;
}

.card-4 {
  background-color: rgb(9 9 34);
  color: white;
}

.card-6 {
  background-color: rgb(175 3 0);
  color: white;
}

.flip-card-back {
  background-color: #06063c;
  color: white;
  transform: rotateY(180deg);
}

.card-1 {
  color: white;
  background-image: url(../img/conta/conta1.jpg);
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: rgb(68 0 0);
}

.card-8 {
  color: white;
  background-image: url(../img/conta/conta4.jpeg);
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: rgb(68 0 0);
}

.card-3 {
  color: white;
  background-image: url(../img/conta/conta2.png);
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: rgb(1 66 100);
}

.card-5 {
  color: white;
  background-image: url(../img/conta/conta3.jpg);
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: rgb(31 42 66);
}

/* ============================ botón Android ============================  */
.icon {
  height: 1.5rem;
  width: 1.5rem;
}

.texts {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.text-1 {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-2 {
  font-weight: 600;
}

/* ============================ cards index ============================  */
.card-programa {
  margin: auto;
  width: auto;
  height: 100px;
  border-radius: 20px;
  background: #f5f5f5;
  position: relative;
  padding: 1.8rem;
  border: 2px solid #c3c6ce;
  transition: 0.5s ease-out;
  overflow: visible;
}

.card-details {
  color: black;
  height: 100%;
  gap: 0.5em;
  display: grid;
  place-content: center;
}

.card-button {
  transform: translate(-50%, 125%);
  width: 80%;
  border-radius: 1rem;
  border: none;
  /* background-color: #008bf8; */
  color: #fff;
  /* font-size: 1rem; */
  padding: 0.5rem 0.2rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  transition: 0.3s ease-out;
}

.text-body {
  color: rgb(134, 134, 134);
}

.text-title {
  font-size: 1.5em;
  font-weight: bold;
}

.card-programa:hover {
  border-color: #008bf8;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

.card-programa:hover .card-button {
  transform: translate(-50%, 50%);
  opacity: 1;
}
