.terminos {
  color: var(--e-global-color-primary) !important;
  font-weight: 600;
}

#btn_contact {
  margin-top: 1.2em;
}

.back {
  background-attachment: fixed !important;
}

.content-scia .icon-soporte:before,
.content-scia .icon-logistica:before {
  color: #fff;
}

.widget-home .elementor-button-content-wrapper {
  align-items: center;
}

.widget-home .elementor-button {
  display: inline-flex;
  border-radius: 999px;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.7s ease;
  justify-content: center;
  align-items: center;
}

.widget-home .elementor-button-icon {
  display: inline-flex;
  font-size: 20px;
  margin-right: 0;
  transition: margin 0.5s ease;
}

.widget-home .elementor-button-text {
  max-width: 0;
  opacity: 0;
  margin-left: 0;
  transition: all 0.5s ease;
}

.widget-home .elementor-button:hover .elementor-button-text {
  max-width: 360px;
  opacity: 1;
  margin-left: 8px;
}

/* Opcional: darle un poco mÃƒÆ’Ã‚Â¡s de espacio al crecer */
.widget-home .elementor-button:hover {
  padding-right: 24px;
}
.widget-home .icon-planillas:before {
  font-size: 42px;
}

.widget-home .icon-sgc:before {
  font-size: 42px;
}

.widget-home .icon-capacitaciones:before {
  font-size: 42px;
}

.widget-home .elementor-button-content-wrapper {
  gap: 0 !important;
}

.whatsapp-contact {
  bottom: 15px;
  right: 15px;

  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  z-index: 9999;
}

.whatsapp-contact:hover {
  color: #c9dd1a;
}

.whatsapp-contact .whatsapp-icon {
  width: 28px;
  height: 28px;
}

.whatsapp-number {
  font-size: 19px;
  white-space: nowrap;
  font-family: "Open Sans", Sans-serif;
  font-weight: 700;
}


/*tabs*/

    .tabs {display: flex;gap: 15px;margin-bottom: 20px;justify-content: center;}

    .planes-container { display: none; }
    .planes-container.active { display: block; }

    .cards {display: flex;gap: 2%;flex-wrap: wrap;margin-top: 20px;justify-content: center;}
    .card {
        border: 1px solid #ddd;
        padding: 20px;
        border-radius: 15px;
        background: white;
        box-shadow: 0px 0px 9px rgb(0 0 0 / 14%);
        color: #707070;
        font-family: "Exo 2", Sans-serif;
        width: 389px;
    }
    .precio {
        font-size: 30px;
        font-weight: bold;
        margin: 10px 0;
        font-family: "Exo 2", Sans-serif;
        padding: 0 20px;
    }


div#tabs-precio {
    background: #ffffff;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 22px;
    border-radius: 106px;
    padding: 0 11px;
    box-shadow: inset 0px 0px 6px rgb(0 0 0 / 22%);
}

div#tabs-precio .tab {
  font-weight: bold;
  padding: 5px 20px;
  cursor: pointer;
  border-radius: 5px;
  background: none;
  font-family: "Exo 2", Sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  font-style: italic;
  border-radius: 150px;
  color: #c9dd1a;
  transition: 0.5s all;
}
 div#tabs-precio  .tab.active {
   background: #20ACDF;
   color: #fff;
 }


div#tabs-productos {
    background: #ffffff;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 10px;
    padding: 0 11px;
    box-shadow: inset 0px 0px 6px rgb(0 0 0 / 22%);
}

div#tabs-productos .tab {
  font-weight: bold;
  padding: 8px 20px;
  cursor: pointer;
  border-radius: 5px;
  background: none;
  font-family: "Exo 2", Sans-serif;
  font-size: 1.2em;
  text-transform: initial;
  font-style: italic;
  border-radius: 10px;
  color: #20ACDF;
  transition: 0.5s all;
}
 div#tabs-productos  .tab.active {
   background: #c9dd1a;
   color: #fff;
 }


.info_plan {
    color: #707070;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    max-width: 614px;
    margin: 0 auto;
    margin-bottom: 40px;
    line-height: 1.4em;
}

.card h3 {
    color: #20ACDF;
    text-align: center;
    font-weight: 600;
    font-family: "Exo 2", Sans-serif;
    text-transform: uppercase;
    font-size: 1.4em;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 5px;
}

.card h4{
    background: #20ACDF;
    color:#fff;
    text-align: center;
    font-weight: 600;
    font-family: "Exo 2", Sans-serif;
    font-size: 1.2em;
    border-radius:7px;
    padding:0px 0px 5px 0px;
    width:90%;
    margin:0 auto;
    margin-top: 0px;
    margin-bottom: 3px;
}

.precio.precio-dinamico {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCD0D9;
    font-style: italic;
}

.precio span{
  font-size: 17px;
}

.card .descripcion ul {
    padding: 0px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 1.4em;
}

.card .descripcion ul li{
   margin-bottom:3px;
   list-style:none;
   padding-left: 15px;
   position: relative;
}

.card .descripcion ul li::before {
    content: "✓ ";
    position:absolute;
    left: 0px;
}

a.comprar-btn {
    background: #20ACDF;
    margin: 0 auto;
    width: fit-content;
    display: block;
    margin-top: 20px;
    font-family: "Exo 2", Sans-serif;
    color: #fff;
    font-weight: 800;
    font-size: 1.3em;
    padding: 0px 18px 3px 18px;
    border-radius: 10px;
    transition:all 0.5s;
}


a.comprar-btn:hover{
    background: #c9dd1a;
}

/*fin tabs*/



@media (max-width: 1366px) {
  .widget-home .icon-planillas:before {
    font-size: 36px;
  }

  .widget-home .icon-sgc:before {
    font-size: 36px;
  }

  .widget-home .icon-capacitaciones:before {
    font-size: 36px;
  }
}


@media (max-width: 1240px) {
.card {
    padding: 20px;
    border-radius: 15px;
    width: 318px;
}

}

@media (max-width: 1024px) {
.card {
    padding: 20px 9px;
    border-radius: 15px;
    width: 320px;
    min-width: 320px;
    margin-bottom:20px
}

.cards {
    display: flex;
    gap: 2%;
    flex-wrap: nowrap;
    margin-top: 20px;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
}

.elementor-element.elementor-element-5486967 [data-element_type="container"] {
    /* padding:0px !important; */
}


}


@media (max-width: 767px) {
  .table-model {
    overflow-x: auto !important;
    overflow-y: visible !important;
    position: relative;
    width: 100%;
  }

  .table-grid {
    display: flex;
    flex-direction: column;
    min-width: max-content;
    position: relative;
    isolation: isolate;
    box-shadow: none !important;
    border: none !important;
  }

  .table-grid > .e-con {
    display: flex !important;
    flex-wrap: nowrap !important;
    position: relative;
  }

  .table-grid > .e-con > .e-con {
    flex: 0 0 auto;
    min-width: 170px;
    position: relative;
  }

  .table-grid > .table-title {
    position: sticky !important;
    left: 0px !important;
    z-index: 50 !important;
    background: #009cd4 !important;
    color: #fff !important;
  }

  .table-grid > .e-con > .table-title * {
    background: transparent !important;
    color: #fff !important;
  }
  .widget-home .icon-planillas:before {
    font-size: 25px;
  }

  .widget-home .icon-sgc:before {
    font-size: 25px;
  }

  .widget-home .icon-capacitaciones:before {
    font-size: 25px;
  }
}

@media (max-width: 570px) {
.info_plan{
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
  font-size: 15px;
}

div#tabs-productos .tab{
  font-size:1em;
  padding: 10px 6px;
}

div#tabs-precio .tab{
  font-size:1em;
  padding: 5px 10px;
}

div#tabs-productos{
  margin-bottom:20px;
  gap: 0px;
  padding: 0px;
}

div#tabs-precio{
  gap:0px;
  padding: 0px;
}
  
}

@media (max-width: 480px) {
  .card h3{
      font-size: 1.1em;
  }

  .precio {
    font-size: 25px;
  }

.card h4 {

    font-size: 1em;
}

a.comprar-btn {
    font-size: 1.1em;
}
  
  
}

@media (max-width: 410px) {

div#tabs-productos .tab{
  max-width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


}