.wrap-catalog-section {
    width: 100%;
    overflow: hidden;
}

.catalog-section {
    box-sizing: border-box;
    margin: 0px auto 0px auto;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    /*background-color: brown;*/
}

@media (min-width:1354px) {
    .catalog-section {
        max-width: 1354px;
    }
}

@media (max-width: 1000px) {
    .catalog-section {
        width: auto;
    }
}
/************************************************/
/*                 Separator                    */
/************************************************/
.wrap-catalog-section-separator {
  background-color: transparent;
  opacity: .9;
}

.wrap-catalog-section-separator .services-catalog-separator-right {
  padding-bottom: 20px;
  padding-top: 20px;
}

.services-catalog-separator-right {
  display: flex;
  gap: 20px;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: right;
  align-items: center;
}

.services-section-separator-right .line {
  width: 40%;
  height: 2px;
  padding: 2px;
  background-color: rgb(0,0,153);
  border-radius: 5px;
  box-shadow: 5px 5px 1px rgb(0,0,153,.2);
}
  
.services-section-separator-right .chart1 {
  background-color: rgb(0, 0, 255);
  width: 1%;
  padding: 15px;
  border-radius: 2px;
  box-shadow: 5px 5px 1px rgb(0,0,255,.2);
}
  
.services-section-separator-right .chart2 {
  background-color: rgb(0, 0, 151);
  width: 1%;
  padding: 15px;
  border-radius: 2px;
  box-shadow: 5px 5px 1px rgb(0,0,151,.2);
}
/****************************************************/
/*                  Separator Line                  */
/****************************************************/
.wrap-service-section-separator-line {
  background-color: transparent;
  padding-top: 40px;
  padding-bottom: 40px;
}

.service-section-separator-line {
  padding-left: 80px;
  padding-right: 80px;
}

.service-section-separator-line .line {
  width: auto;
  padding: 1px;
  background-color: rgb(0,0,0,.1);
}
/*********************************************************/
/*                   Seccion Software                    */
/*********************************************************/
.wrap-catalog-section-software {
    background-color: transparent;
    padding-top: 80px;
    padding-bottom: 40px;
}

.catalog-section {
    display: block;
    padding: 10px;
}

.tabs {
  
  width: auto;
  margin: 0px auto;
  display: flex;
  background-color: transparent;
  padding: 10px;
  gap: 10px;
  margin-bottom: 40px;

  overflow-x: auto; /* Permite scroll horizontal */
  -webkit-overflow-scrolling: touch; /* Scroll suave en móviles */
}

.tab {
  cursor: pointer;
  padding: 10px 20px;
  background-color: rgb(0,0,153,.1);
  margin-right: 5px;
  border-radius: 30px;
  color: rgb(0, 0, 153);
  font-family: 'textt', serif;
  font-weight: 400;
  transition: .5s all;

  flex: 0 0 auto; /* Evita que se achiquen */
  white-space: nowrap; /* Mantiene el texto en una sola línea */
}

.tab:hover {
  background-color: rgb(0,0,153,.2);
}

.tab.active {
  background-color: rgb(0,0,153);
  color: rgb(255,255,255);
  font-family: 'textt', serif;
  font-weight: 600;
}

.tab-content {
  border: none;
  border-top: none;
  padding: 10px 20px;
  background: #fff;
}

.tab-content .head {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px;
}

.tab-content .head h2 {
  font-family: 'headm', serif;
  font-weight: 500;
  text-align: center;
  color: #333333;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}

.card-block1 {
  box-sizing: border-box;
  width: 340px;
  height: auto;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0px 0px 10px rgb(0,0,0,.2);
  border-radius: 20px;
  transition: 1s all;
  display: block;
}

.card-block1:hover {
  box-shadow: 0px 0px 20px rgb(0,0,0,.5);
}

.card-block1 figure {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  text-align: center;
}

.card-block1 figure img {
  width: 80px;
  height: auto
}

.card-block1 .head {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}

.card-block1 .head h3 {
  font-family: 'headm', serif;
  font-size: 16pt;
  color: rgb(0,0,153,.9);
  text-align: center;
}

.card-block1 .info-card {
  width: 100%;
  height: 340px;
  border-bottom: 1px solid rgb(0,0,153,.3);
  margin: 0px;
}

.card-block1 p {
  font-family: 'textm', serif;
  font-weight: 400;
  color: #333333;
  font-size: 11pt;
}

.card-block1 p span {
  font-weight: bold;
  color: #15720b;
}

.card-block1 h4 {
  font-family: 'headm', serif;
  font-weight: 500;
  font-size: 11pt;
  text-align: center;
}

.card-block1 .apps {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex: 1;
}

.card-block1 .apps span {
  font-family: 'textt', serif;
  background-color: rgb(0,0,153,.2);
  font-size: 10pt;
  font-weight: 900;
  padding: 6px;
  border-radius: 5px;
  color: rgb(0,0,153,.8);
}

@media (max-width:770px){
  .card-block1 .info-card {
    height: auto;
  }
}
/*******************************************************/
.card-block2 {
  box-sizing: border-box;
  width: 300px;
  height: auto;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0px 0px 10px rgb(0,0,0,.2);
  border-radius: 20px;
  transition: 1s all;
  display: block;
}

.card-block2:hover {
  box-shadow: 0px 0px 20px rgb(0,0,0,.5);
}

.card-block2 figure {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  text-align: center;
}

.card-block2 figure img {
  width: 80px;
  height: auto
}

.card-block2 .head {
  width: 100%;
  height: 130px;
  margin: 0px;
  padding: 0px;
}

.card-block2 .head h3 {
  font-family: 'headm', serif;
  font-size: 16pt;
  color: rgb(0,0,153,.9);
  text-align: center;
}

.card-block2 .info-card {
  width: 100%;
  height: 660px;
  border-bottom: 1px solid rgb(0,0,153,.3);
  margin: 0px;
}

.card-block2 .info-card h4 {
  font-family: 'headm', serif;
  font-weight: 500;
  font-size: 11pt;
  text-align: left;
  height: 50px;
}

.card-block2 p {
  font-family: 'textm', serif;
  font-weight: 400;
  color: #333333;
  font-size: 11pt;
}

.card-block2 p span {
  font-weight: bold;
  color: #15720b;
}

.card-block2 h4 {
  font-family: 'headm', serif;
  font-weight: 500;
  font-size: 11pt;
  text-align: center;
}

.card-block2 .apps {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex: 1;
}

.card-block2 .apps span {
  font-family: 'textt', serif;
  background-color: rgb(0,0,153,.2);
  font-size: 10pt;
  font-weight: 900;
  padding: 6px;
  border-radius: 5px;
  color: rgb(0,0,153,.8);
}

@media (max-width:690px){
  .card-block2 .info-card {
    height: auto;
  }
}
/*******************************************************/
.card-block3 {
  box-sizing: border-box;
  width: 300px;
  height: auto;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0px 0px 10px rgb(0,0,0,.2);
  border-radius: 20px;
  transition: 1s all;
  display: block;
}

.card-block3:hover {
  box-shadow: 0px 0px 20px rgb(0,0,0,.5);
}

.card-block3 figure {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  text-align: center;
}

.card-block3 figure img {
  width: 140px;
  height: auto
}

.card-block3 .head {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}

.card-block3 .head h3 {
  font-family: 'headm', serif;
  font-size: 16pt;
  color: rgb(0,0,153,.9);
  text-align: center;
}

.card-block3 .info-card {
  width: 100%;
  height: 620px;
  border-bottom: 1px solid rgb(0,0,153,.3);
  margin: 0px;
}

.card-block3 .info-card h4 {
  font-family: 'headm', serif;
  font-weight: 500;
  font-size: 11pt;
  text-align: left;
  height: 50px;
}

.card-block3 p {
  font-family: 'textm', serif;
  font-weight: 400;
  color: #333333;
  font-size: 11pt;
}

.card-block3 p span {
  font-weight: bold;
  color: #15720b;
}

.card-block3 h4 {
  font-family: 'headm', serif;
  font-weight: 500;
  font-size: 11pt;
  text-align: center;
}

.card-block3 .apps {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex: 1;
}

.card-block3 .apps span {
  font-family: 'textt', serif;
  background-color: rgb(0,0,153,.2);
  font-size: 10pt;
  font-weight: 900;
  padding: 6px;
  border-radius: 5px;
  color: rgb(0,0,153,.8);
}

@media (max-width:690px){
  .card-block3 .info-card {
    height: auto;
  }
}

.article {
  box-sizing: border-box;
  padding: 40px;
  border-radius: 20px;
  margin-top: 40px;
  background-color: #dddddd;
}

.article h5 {
  font-family: 'headm', serif;
  font-size: 14pt;
}

.article h6 {
  font-family: 'headm', serif;
  font-size: 12pt;
  margin: 0px;
}

.article p {
  font-family: 'textm', serif;
  font-weight: 400;
  color: #333333
}
/*******************************************************/
/*                    Seccion de contacto              */
/*******************************************************/
.wrap-catalog-section-contac {
    background-color: transparent;
    background-image: url(../img/background_contact1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 10;
  }
  
  .wrap-catalog-section-contac .overlay {
    background-color: rgb(0,0,0,.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 11;
  }
  
  .catalog-section-contac {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    padding: 40px;
    position: relative;
    z-index: 12;
  }
  
  .catalog-section-contac .col1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }
  
  .catalog-section-contac .col1 p {
    font-family: 'textt', serif;
    font-weight: 500;
    color: rgb(255,255,255);
    font-size: clamp(14pt,1.5vw,18pt);
    text-align: center;
  }
  
  .catalog-section-contac .col1 button {
    cursor: pointer;
    background-color: rgb(255,255,255);
    color: rgb(0,0,0,.8);
    border: none;
    border-radius: 20px;
    padding: 10px 25px;
    font-family: 'textt', serif;
    font-weight: 900;
    font-size: 14pt;
    transition: .5s all;
  }
  
  .catalog-section-contac .col1 button:hover {
    transform: translateY(-3px);
    box-shadow: 0px 4px 10px rgb(255,255,255,.3);
  }
  
  .catalog-section-contac .col2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .catalog-section-contac .col2 img {
    width: 30%;
    height: auto;
  }

  @media (max-width:730px) {
    .catalog-section-contac {
        display: block;
    }
  }