@charset "UTF-8";

.header {
    background-image: url('images/fondo-lg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.proyecto-n {
  background-image: url('images/soft-company.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 220px;
}


.header-consultoria {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(images/consultoria.png);
  background-size: cover;
  height: 100vh;
}

.header-cls-n {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(images/soft-company.jpg);
  background-size: cover;
  height: 100vh;
}

.header-cls-apptaller {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(images/fondo-lg.jpg);
  background-size: cover;
  height: 100vh;
}

.title-cls-n {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.title-cls-apptaller {
  padding-top: 60px;
}

.h1-cls-n  {
  margin: 0;
  font-size: 2.2rem;
  white-space: nowrap;
}

body {
    padding: 0;
    margin: 0;
    background: #138fc2;
    line-height: 0;
    font-size: 1.2rem;
}

section{
  line-height: 1.5;
}

/*--- navigation bar ---*/
.navbar {
background:#138fc2;
position: fixed; /* Set the navbar to fixed position */
top: 0; /* Position the navbar at the top of the page */
width: 100%; /* Full width */
}
/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.navbar a:hover {
  background: #ddd;
  color: black;
}
.nav-link,
.navbar-brand {
color: #fff;
cursor: pointer;
}
.nav-link {
margin-right: 1em !important;
}
.nav-link:hover {
color: #000;
}
.navbar-collapse {
justify-content: flex-end;
}

/*--- header ---*/

.overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
}

.description {
    left: 50%;
    position: absolute;
    top: 45%;
    transform: translate(-50%, -55%);
    text-align: center;
  }

.description-cls {
  position: relative;
  text-align: center;
  color: #fff;
}

.description h1 {
    color: #fff;
}
.descriptionsec h1 {
  font-size: 1.8rem;
}

.descriptionsec h2 {
  font-size: 1.2rem;
}
.firstdescription p {
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    margin: 0.1em;
}

.firstdescription {
  font-size: 2.2rem;
  line-height: 1.5;
}

.description-cls h2 {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 0.2em;
}

.description button {
    border:1px solid #138fc2;
    background:#138fc2;
    border-radius: 0;
    color:#fff;
  }
  .description button:hover {
    border:1px solid #fff;
    background:#fff;
    color:#000;
  }


  .features {
    margin: 4em auto;
    padding: 1em;
    position: relative;
    
  }
  .feature-title {
    color: #333;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .features img {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 16px;
  }

  .img-cls-montar {
    padding-top: 200px;
    background: url(../images/blog-mecanico-montar-l.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }

  .img-cls-administrar {
    padding-top: 200px;
    background: url(../images/blog-mecanico-llave-l.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }

  .img-cls-conservar {
    padding-top: 200px;
    background: url(../images/blog-mecanico-clienta-l.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }

  .img-cls-generar {
    padding-top: 200px;
    background: url(../images/blog-car-money-l.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }

  .img-cls-marketing {
    padding-top: 200px;
    background: url(../images/blog-marketing-l.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }

  /*--- feauter section ---*/

.section-color{
  color: #515656;
}

.features-detail {
  background-color: #f2f6e9;
  color: #515656;
}

.features-title {
  color: #565151;
}

.features-admin {
  background-color: #f2f6e9;
  color: #515656;
  padding: 4em;
}

.features-padding {
  padding: 2em;
}

.features {
  margin: 4em auto;
  padding: 1em;
  position: relative;
}
.feature-title {
  color: #333;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.features img {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
}

.features .form-control,
.features input {
    border-radius: 0;
}
.features .btn {
  background-color: #138fc2;
  border: 1px solid #151616;
  color: rgb(255, 255, 255);
  margin-top: 20px;
}
.features .btn:hover {
  background-color: #333;
  border: 1px solid #333;

}

.features {
  text-align: center;
}

.cen{
  line-height: 1.5;
}

/***
*Carrusel
***/

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  background-image: none;
  color: #1b1b19;
  margin: 100px;
}

.carousel-control-next-icon:after
{
  content: ">";
  font-size: 55px;
  color: #333;
}

.carousel-control-prev-icon:after {
  content: "<";
  font-size: 55px;
  color: #333;
}


.carrusel-color {
  color: #f2f6e9;
  background-color: #333;
  border: 1px solid rgb(168, 162, 162);
  margin: 20px;
}

.carrusel-height {
  max-height: 500px;
}

/***
*Price-area
***/

.price-area {
  background-color: #f2f6e9;

}

.price-table h3 {
  margin-bottom: 30px;
}

.price-table {
  padding: 50px 40px;
  border-radius: 2px;
  text-align: center;
  background-color: #ffffff;
  color: #515656;
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
}

.price-table.active {
  padding: 70px 40px;
  margin-top: 0
}

.price-table ul {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.price-table ul li {
  padding: 5px 0;
}

.price-table .price-info {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #55A2BE;
  color: #ffffff;
  border-radius: 0 0 50% 50%;
  padding-bottom: 5px;
}

.button {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  color: #ffffff;
  background-color: #324147;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
}

.contact .button {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  color: #ffffff;
  background-color: #172930;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
}

.button.white,
.button:hover {
  background-color: #ffffff;
  color: #138fc2;
}
.button-mail:hover {
  background-color: #138fc2;
  color: #242b2e;
}
.button.white:hover {
  background-color: #138fc2;
  color: #ffffff;
}

.contact .button:hover{
  background-color: #ffffff;
  color: #212a2e;
}

.contact {
  max-width: 800px;
}

.button i {
  margin-left: 5px;
}

.aviso {
  color: rgb(204, 46, 46);
  }

/*--- page footer ---*/

.page-footer {
  background-color: #222;
  color: #ccc;
  padding: 60px 0 30px;
}
.footer-copyright {
  color: #666;
  padding: 40px 0;
}

.blog-family{
  font-family: helvetica neue,Helvetica,Arial,sans-serif;
  font-style: italic;
}

.blog-style{
  text-align: left!important;
  font-size: 1.2rem;
}

/**
*Page title
**/

.page-title {
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-title h2 {
  position: relative;
  margin-bottom: 20px;
  margin-top: 80px;
  padding-bottom: 20px;
}

.page-title h2:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
  width: 15px;
  height: 15px;
  font-size: 14px;
}

/**
*Box-style
**/

.detail {
  background-color: #138fc2;
  padding: 60px 0 30px;
}

.box {
  padding: 50px 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 0 0 #f2f6e9;
  box-shadow: 0 0 0 0 #f2f6e9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.box:hover {
  -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background-color: #f2f6e9;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}

.box h4 {
  text-transform: uppercase;
}

.box .box-icon {
  height: 160px;
  margin-bottom: 20px;
}

.box .box-icon img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box:hover .box-icon img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}


/**
*Default Background Class
**/

.overlay-1:before,
.sky-bg {
    background: #75cbe7;
    background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(#138fc2));
    background: linear-gradient(to bottom, #75cbe7 0%, #138fc2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);
    color: #ffffff;
}

.gray-bg {
    background-color: #f2fefe;
}

/*--- helper class --- */

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #000000;
}

.back-blue{
    background-color: #138fc2;
}

.back-withe{
  background-color: #f2f6e9;
}

.whatsapp {
  padding: 2em;
}

.flotante {
  position:fixed;
  width: 20px;
  height: 20px;
  left: 95%;
  top: 80%; 
  margin-left: -90px; /*half the width*/


}

/*--- Css Menu ----*/

.fixed-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 50px;
  background-color: #136dc2b6;
  text-align: center;
}

/* The element at the top of the page right after the fixed navigation bar
   MUST have sufficient top margin or else it will be covered by the bar */
.content {
  margin-top: 20px;
}

/* Example responsive navigation menu  */
.fixed-nav-bar li, .fixed-nav-bar a { 
  height: 50px;
  line-height: 50px;
}
.menu {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.menu a, .menu a:visited {
  color: #ffffff;
}
.menu a:hover, .menu a:target {
  color: #ebebeb;
}
.menu-items {
  display: inline-block;
}
.sitename {
  display: inline-block;
  margin-right: 20px;
  margin-left: 10px;
}
a.sitename, a:visited.sitename {
  color: #ffffff;
  font-size: 25px
;
}
.menu-items li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
.menu-items a {
  text-decoration: none;
}
.show, .hide {
  display: none;
  padding-left: 15px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center left;
  color: #dde1e2;
}

@media only screen and (max-width: 800px) {
  .menu { 
    position: relative;
    width: 100%;
  }
  .sitename {
    position: absolute;
    top: 0;
    left: 15px;
    margin-left: 0px;
  }
  .menu-items {
    display: none; 
    width: 100%;
    margin-top: 50px;
    background-color: #1f2544f2;
  }
  .menu-items li {
    display: block;
    text-align: center;
  }
  .show, .hide {  
    position: absolute;
    top: 0;
    right: 15px;
  }
  .show {
    display: inline-block;
  }
  .hide {
    display: none;
  }
  #menu:target .show {
    display: none;
  }
  #menu:target .hide, #menu:target .menu-items {
    display: inline-block;
  }
}

@media only screen and (max-width: 220px) {
  .sitename, .show, .hide {
    font-size: 14px;
  }
}


/*--- Css Slide --- */

/*---- NUMBER OF SLIDE CONFIGURATION ----*/
.wrapper {
  max-width: 60em;
  margin: 1em auto;
  position: relative;
}

input {
  display: none;
}

.inner {
  width: 500%;
  line-height: 0;
}

article {
  width: 20%;
  float: left;
  position: relative;
}
article img {
  width: 100%;
}

/*---- SET UP CONTROL ----*/
.slider-prev-next-control {
  height: 50px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-prev-next-control label {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.7;
}
.slider-prev-next-control label:hover {
  opacity: 1;
}

.slider-dot-control {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.slider-dot-control label {
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #bbb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-dot-control label:hover {
  background: #ccc;
  border-color: #777;
}

/* Info Box */
.info {
  position: absolute;
  font-style: italic;
  line-height: 20px;
  opacity: 0;
  color: #000;
  text-align: left;
  -webkit-transition: all 1000ms ease-out 600ms;
  -moz-transition: all 1000ms ease-out 600ms;
  transition: all 1000ms ease-out 600ms;
}
.info h3 {
  color: #fcfff4;
  margin: 0 0 5px;
  font-weight: normal;
  font-size: 1.5em;
  font-style: normal;
}
.info.top-left {
  top: 30px;
  left: 30px;
}
.info.top-right {
  top: 30px;
  right: 30px;
}
.info.bottom-left {
  bottom: 30px;
  left: 30px;
}
.info.bottom-right {
  bottom: 30px;
  right: 30px;
}

/* Slider Styling */
.slider-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #666;
  background: #fff;
  background: #fcfff4;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.slider-wrapper .inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

/*
.cc_dialog_text { 
  font-size: 12px !important;
  
}

.cc_dialog .cc_dialog_headline{
  font-size: 14px !important;
}

.cc_dialog {
  padding: 1rem !important;
}

.cc_css_reboot {
  line-height: 1 !important;
}

.cc_css_reboot button {
  padding: .1rem 1rem !important;
}
*/

/*---- SET POSITION FOR SLIDE ----*/
#slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0;
  line-height: 38px;
  font-size: 3em;
  display: block;
  color: #777;
}

#slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after {
  content: ">";
  padding-left: 15px;
}

#slide5:checked ~ .slider-prev-next-control label:nth-child(1), #slide4:checked ~ .slider-prev-next-control label:nth-child(5), #slide3:checked ~ .slider-prev-next-control label:nth-child(4), #slide2:checked ~ .slider-prev-next-control label:nth-child(3), #slide1:checked ~ .slider-prev-next-control label:nth-child(2) {
  display: block;
  float: right;
  margin-right: 5px;
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(5), #slide5:checked ~ .slider-prev-next-control label:nth-child(4), #slide4:checked ~ .slider-prev-next-control label:nth-child(3), #slide3:checked ~ .slider-prev-next-control label:nth-child(2), #slide2:checked ~ .slider-prev-next-control label:nth-child(1) {
  display: block;
  float: left;
  margin-left: 5px;
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after {
  content: "<";
  padding-left: 8px;
}

#slide5:checked ~ .slider-dot-control label:nth-child(5), #slide4:checked ~ .slider-dot-control label:nth-child(4), #slide3:checked ~ .slider-dot-control label:nth-child(3), #slide2:checked ~ .slider-dot-control label:nth-child(2), #slide1:checked ~ .slider-dot-control label:nth-child(1) {
  background: #333;
}

#slide5:checked ~ .slider-wrapper article:nth-child(5) .info, #slide4:checked ~ .slider-wrapper article:nth-child(4) .info, #slide3:checked ~ .slider-wrapper article:nth-child(3) .info, #slide2:checked ~ .slider-wrapper article:nth-child(2) .info, #slide1:checked ~ .slider-wrapper article:nth-child(1) .info {
  opacity: 1;
}

#slide1:checked ~ .slider-wrapper .inner {
  margin-left: 0%;
}
#slide2:checked ~ .slider-wrapper .inner {
  margin-left: -100%;
}
#slide3:checked ~ .slider-wrapper .inner {
  margin-left: -200%;
}
#slide4:checked ~ .slider-wrapper .inner {
  margin-left: -300%;
}
#slide5:checked ~ .slider-wrapper .inner {
  margin-left: -400%;
}
/*---- TABLET ----*/
@media only screen and (max-width: 850px) and (min-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }
}
/*---- MOBILE----*/
@media only screen and (max-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }

  .slider-wrapper .info {
    opacity: 0;
  }
}




/*--- media queries ---*/

  @media (max-width: 575.98px) {
    .description {
      left: 0;
      padding: 0 15px;
      position: absolute;
      top: 10%;
      transform: none;
      text-align: center;
    }
    
    .description h1 {
      font-size: 2em;
    }

    .descriptionsec h1 {
      font-size: 1.6em;
    }
    
    .description p {
      font-size: 2.5rem;
    }
    
    .features {
      margin: 0;
    }
}


@font-face{
  font-family:FontAwesome;
  font-display: fallback;
  src:url(https://fonts.googleapis.com/css?family=Open+Sans&display=swap);
}


/* Compacto el alto y evito cortes en la 1ª línea */
.price-table .tier{ margin:6px 0; }
.price-table .tier-line{
  display:inline-flex;
  align-items:baseline;
  justify-content:center;
  column-gap:.4rem;
  white-space:nowrap;           /* <— NO se parte en el medio */
}
.price-table .tier-name{ font-weight:700; }
.price-table .tier-users{ color:#6b7280; margin-left:.25rem; }
.price-table .tier-price{ font-weight:700; font-variant-numeric:tabular-nums; }

/* 2ª línea, sutil y pegada */
.price-table .tier-meta{
  display:block;
  margin-top:2px;               /* <— pegado a la 1ª línea */
  color:#6b7280;
  text-align:center;
}

/* En móviles angostos, permito que la 1ª línea baje prolija */
@media (max-width:480px){
  .price-table .tier-line{ white-space:normal; flex-wrap:wrap; row-gap:2px; }
}


/* ====== Card ====== */
.price-table .cen{
  display:flex; flex-direction:column; align-items:center; text-align:center;
}

/* ====== Títulos ====== */
.price-title{ letter-spacing:.5px; margin-bottom:4px; }
.amount .big{ white-space:nowrap; }

/* ====== Logo pasarela ====== */
.gateway-logo img{
  height:34px; width:auto; margin:10px 0 14px; display:block;
}

/* ====== Lista de planes ====== */
.tiers{
  width:100%; max-width:420px; margin:0 auto 10px; padding:0; list-style:none;
  display:grid; row-gap:10px; justify-items:center;
}

/* Cada fila: 1) línea principal (nombre/usuarios vs precio) 2) meta */
.tier{ display:grid; row-gap:2px; width:100%; }

/* Línea principal en grid 2 columnas auto (centradas en el card) */
.tier-line{
  display:grid;
  grid-template-columns: auto auto;
  column-gap:12px;
  justify-content:center;              /* centra el conjunto dentro del card */
  align-items:baseline;
  white-space:nowrap;                  /* evita cortes raros */
}

.tier-left{ color:#111; }
.tier-name{ font-weight:700; margin-right:.25rem; }
.tier-users{ color:#6b7280; }
.tier-price{
  font-weight:700;
  font-variant-numeric:tabular-nums;   /* montos prolijos */
}

/* Segunda línea: beneficio */
.tier-meta{
  color:#6b7280;
  font-size:.95em;
}

/* Compactar un toque en pantallas chicas */
@media (max-width:480px){
  .tier-line{ white-space:normal; }
}


.price-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.price-row h4 {
    margin: 0;
}

.price-row .gateway-logo img {
    height: 24px;
    /* ajustá según tu logo */
}