.wrap-service-section {
    width: 100%;
    overflow: hidden;
}

.service-section {
    box-sizing: border-box;
    margin: 0px auto;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width:1350px) {
    .service-section {
        max-width: 1351px;
    }
}

@media (max-width: 1000px) {
    .service-section {
        width: auto;
    }
}
/************************************************/
/*                 Separator                    */
/************************************************/
.wrap-services-section-separator {
    background-color: transparent;
    opacity: .9;
}

.wrap-services-section-separator .services-section-separator-right {
    padding-bottom: 20px;
    padding-top: 20px;
}

.services-section-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 2                       */
/****************************************************/
.wrap-service-section-2 {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px 0px 20px 0px;
    position: relative;
    z-index: 10;
}

.service-section-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 12;
}

.service-section-2 article {
    width: 100%;
    text-align: center;
}

.service-section-2 article h2 {
    padding: 0px 10px;
    text-align: center;
    color: rgb(0,0,0);
    text-shadow: 4px 4px 1px rgb(255,255,255,.1);
    font-family: 'headm', serif;
    font-weight: 600;
    font-size: clamp(18pt,4vw,20pt);
    position: relative;
    z-index: 12;
}

.service-section-2 article p {
  padding: 0px 10px;
  text-align: justify;
  color: #666666;
  font-size: clamp(11pt,1.5vw,12pt);
  font-family: 'textm', serif;
  font-weight: 300;
}

.service-section-2 img {
    width: 220px;
    margin: 0px;
    position: relative;
    z-index: 12;
}

@media (max-width:476px) {
    .service-section-2 {
        gap:0px
    }

    .service-section-2 img {
        width: 160px;
    }
}
/*******************************************************/
/*                  HEader Seccion 3                   */
/*******************************************************/
.wrap-service-section-head-3 {
    background-color: transparent;
}

.service-section-head-3 {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

.service-section-head-3 h2 {
    font-family: 'headm', serif;
    font-size: clamp(22pt,4vw,24pt);
    font-weight: 300;
    color: #333333;
}

.service-section-head-3 p {
    font-family: 'textm', serif;
    font-size: clamp(11pt,1.5vw,12pt);
    font-weight: 300;
    color: #666666;
}
/*******************************************************/
/*                 Seccion 3                           */
/*******************************************************/
.wrap-service-section-3 {
    background-color: transparent;
}

.service-section-3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.service-section-3 .card {
    background-color: transparent;
    width: 300px;
    height: 305px;
    overflow: hidden;
    padding-top: 40px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.service-section-3 .card .wrap {
    background-color: rgb(0,0,153,.8);
    position: absolute;
    top: 0px;
    z-index: 9;
    width: 100%;
    height: 260px;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.service-section-3 .card .wrap h3 {
    color: rgb(255,255,255);
    font-family: 'headm', serif;
    font-weight: 600;
    font-size: 12pt;
    margin: 0px;
}

.service-section-3 .card article {
    box-sizing: border-box;
    padding: 10px;
    width: 280px;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 10;
    border-radius: 10px;
    background-color: #fefefe;
    border: 1px solid rgb(0,0,153,.1    );
    box-shadow: 1px 1px 5px rgb(0,0,0,.2);
}

.service-section-3 .card article p {
    font-family: 'textm', serif;
    color: #444444;
    font-weight: 300;
    font-size: 11pt;
}
/*********************************************/
/*                 Seccion 4                 */
/*********************************************/
.wrap-service-section-4 {
    background-color: transparent;
}

.service-section-4 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 60px 0px;
    z-index: 5000;
}

.marquee {
    display: flex;
    gap: 40px;
    min-width: 100%;
    animation: marquee 15s linear infinite;
    position: relative;
    padding-top: 20px;
    z-index: 5001;
}

.marquee.reverse {
    animation: marquee-reverse 15s linear infinite;
    position: relative;
    z-index: 5002;
}

.marquee span {
    background: rgba(0, 0, 153,.3);
    font-family: 'textt', serif;
    font-weight: 500;
    font-size: 8pt;
    color: rgb(0,0,153);
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 16px;
    position: relative;
    z-index: 5003;
}

.overlay-marquee {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    box-shadow: 80px -60px 50px #fefefe inset,
                -80px 0px 50px #fefefe inset;
    z-index: 5004;
  }

  @keyframes marquee {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}
@keyframes marquee-reverse {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0%);
    }
}
/***********************************************/
/*           Header Catalogo & slider          */
/***********************************************/
.service-section-headcatalogo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 0px;
}

.service-section-headcatalogo .col1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.slides {
    display: flex;
    width: 100%;
    animation: slide-animation 9s infinite;
}

.slide {
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
}

.slide img {
    width: auto;
    height: 300px;
}

@keyframes slide-animation {
    0%, 33.33% { transform: translateX(30%); }
    33.34%, 66.66% { transform: translateX(-70%); }
    66.67%, 100% { transform: translateX(-170%); }
}

@media (max-width:860px) {
    @keyframes slide-animation {
        0%, 33.33% { transform: translateX(20%); }
        33.34%, 66.66% { transform: translateX(-80%); }
        66.67%, 100% { transform: translateX(-180%); }
    }
}

@media (max-width:730px) {
    @keyframes slide-animation {
        0%, 33.33% { transform: translateX(10%); }
        33.34%, 66.66% { transform: translateX(-90%); }
        66.67%, 100% { transform: translateX(-190%); }
    }
}

@media (max-width:640px) {
    .service-section-headcatalogo {
        display: block;
    }

    @keyframes slide-animation {
        0%, 33.33% { transform: translateX(30%); }
        33.34%, 66.66% { transform: translateX(-70%); }
        66.67%, 100% { transform: translateX(-170%); }
    }
}

@media (max-width:500px) {
    @keyframes slide-animation {
        0%, 33.33% { transform: translateX(20%); }
        33.34%, 66.66% { transform: translateX(-80%); }
        66.67%, 100% { transform: translateX(-180%); }
    }
}

@media (max-width:400px) {
    @keyframes slide-animation {
        0%, 33.33% { transform: translateX(10%); }
        33.34%, 66.66% { transform: translateX(-90%); }
        66.67%, 100% { transform: translateX(-195%); }
    }
}

.col2 {
    padding: 20px;
}

.col2 h2 {
    font-family: 'headm', serif;
    font-weight: 600;
    font-size: clamp(18pt,2vw,20pt);
    color: rgb(0,0,153);
    text-shadow: 4px 4px 1px rgb(0,0,153,.1);
}

.col2 p {
    font-family: 'textm', serif;
    font-weight: 300;
    font-size: clamp(10pt, 1.5vw, 12pt);
    color: #666666;
}
/**************************************************/
/*                Seccion catalgos                */
/**************************************************/
.wrap-service-section-cardCatalogos {
    background-color: transparent;
}

.service-section-cardCatalogos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
}

.service-section-cardCatalogos .card {
    display: block;
    width: 260px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 20px;

    border: 1px solid rgb(0,0,0,.2);
    transition: .5s all;
    position: relative;
}

.service-section-cardCatalogos .card:hover {
    box-shadow: 4px 4px 1px rgb(0,0,153,.1),
                -4px -4px 1px rgb(0,0,153,.1),
                -4px 4px 1px rgb(0,0,153,.1),
                4px -4px 1px rgb(0,0,153,.1);
}

.service-section-cardCatalogos .card .section-card {
    box-sizing: border-box;
}

.service-section-cardCatalogos .card .section-card1 {
    position: relative;
    z-index: 10;
    background-color: rgb(6,9,34);
    width: 100%;
    height: 120px;
}

.service-section-cardCatalogos .card .section-card2 {
    padding: 50px 10px 20px 10px;
    background-color: #eeeeee;
    text-align: center;
}
.service-section-cardCatalogos .card .section-card1 .opcity-img {
    opacity: .1;
    filter: grayscale(100%) brightness(0) invert(1);
}

.service-section-cardCatalogos .card .section-card2 h4 {
    font-family: 'headm', serif;
    font-weight: 400;
    font-size: 11pt;
    color: #666666;
}

.service-section-cardCatalogos .card .section-card2 button {
    margin: 0px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #666666;
    font-family: 'textt', serif;
    font-weight: 900;
    color: #666666;
    transition: 1s all;
}

.service-section-cardCatalogos .card .section-card2 button:hover {
    background-color: rgb(6,9,34);
    color: #eeeeee;
}
/*****************************************************************/
.service-section-cardCatalogos .card .section-card1 .img-sharp {
    background-color: rgb(255,255,255);
    padding: 0px 10px;
    width: 80px;
    height: auto;
    overflow: hidden;
    border-radius: 40px;
    position: absolute;
    z-index: 15px;
    bottom: -25px;
    left: 80px;
    transition: .5s all;
}

.service-section-cardCatalogos .card .section-card1 .img-sharp img {
    width: 100%;
    height: auto;
    display: block;
    padding: 0px;
    margin: 0px auto;
}
/********************************************************************/
.service-section-cardCatalogos .card .section-card1 .img-epson {
    background-color: rgb(255,255,255);
    padding: 0px 10px;
    width: 80px;
    height: auto;
    overflow: hidden;
    border-radius: 40px;
    position: absolute;
    z-index: 15px;
    bottom: -25px;
    left: 80px;
    transition: .5s all;
}

.service-section-cardCatalogos .card .section-card1 .img-epson img {
    width: 100%;
    height: auto;
    display: block;
    padding: 0px;
    margin: 0px auto;
}
/********************************************************************/
.service-section-cardCatalogos .card .section-card1 .img-brother {
    background-color: rgb(255,255,255);
    padding: 0px 10px;
    width: 80px;
    height: auto;
    overflow: hidden;
    border-radius: 40px;
    position: absolute;
    z-index: 15px;
    bottom: -25px;
    left: 80px;
    transition: .5s all;
}

.service-section-cardCatalogos .card .section-card1 .img-brother img {
    width: 100%;
    height: auto;
    display: block;
    padding: 0px;
    margin: 0px auto;
}
/********************************************************************/
.service-section-cardCatalogos .card .section-card1 .img-hp {
    background-color: rgb(255,255,255);
    padding: 10px 10px;
    width: 80px;
    height: auto;
    overflow: hidden;
    border-radius: 40px;
    position: absolute;
    z-index: 15px;
    bottom: -35px;
    left: 80px;
    transition: .5s all;
}

.service-section-cardCatalogos .card .section-card1 .img-hp img {
    width: 100%;
    height: auto;
    display: block;
    padding: 0px;
    margin: 0px auto;
}
/**************************************************/
/*                Seccion catalgo                 */
/**************************************************/
.wrap-service-section-catalogo {
    color: transparent;
}

.service-section-catalogo {
    padding-left: 20px;
    padding-right: 20px;
}

.accordion {
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
  }

  .accordion-item {
    border-bottom: none;
    margin-bottom: 10px;
  }

  .accordion-header {
    background-color: rgb(0,0,153);
    color: rgb(255,255,255);
    padding: 10px 20px;
    cursor: pointer;
    text-align: left;
    border: none;
    outline: none;
    width: 100%;
    font-family: 'headm', serif;
    font-weight: 600;
    font-size: 10pt;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 1s all;
    position: relative;
    z-index: 12;
    overflow: hidden;
  }

  .accordion-header img {
    width: 22%;
    height: auto;
    right: 55px;
    opacity: .1;
    padding: 0px;
    margin: 0px;
    position: absolute;
    z-index: 9;
    filter: grayscale(100%) brightness(0) invert(1);
  }

  .accordion-header .accordion-symbol {
    font-size: 16pt;
    font-weight: 300;
    background-color: rgb(6, 9, 34,.8);
    padding: 2px 10px 1px 10px;
    border-radius: 20px;
    transition: transform 0.3s ease;
    z-index: 10;
  }

  .accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 10px;
    background-color: transparent;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    color: #222222;
    font-family: 'FontText', serif;
    font-weight: 400;
  }

  .accordion-header.active .accordion-symbol {
    transform: rotate(45deg);
  }

  .active {
    border-radius: 5px 5px 0px 0px;
  }

  .accordion-header.active + .accordion-content {
    max-height: 1000px;
    border-radius: 0px;
  }
/*********************************************/
/*                 TAB Catalogos             */
/*********************************************/
.tabs {
  width: auto;
  margin: 0px auto;
  display: flex;
  background-color: transparent;
  padding: 10px;
  gap: 10px;
}

.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;
}

.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-pane {
  display: none;
}

.tab-pane.active {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 0px;
}

.tab-pane.active .col1 {
  padding: 10px;
}

.tab-pane.active .col2 {
  padding: 20px;
}

.tab-pane.active .col2 img {
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgb(0,0,153,.3);
}

.tab-content h2 {
  font-family: 'headm', serif;
  font-weight: 600;
  text-shadow: 3px 3px 1px rgb(0,0,153,.1);
}

.tab-content p {
  font-family: 'textm', serif;
  font-weight: 300;
  font-size: clamp(9pt, 1vw + 1rem, 11pt);
}
/**************************************************/

/*********************************************/
/*                 Seccion head Printer      */
/*********************************************/
.wrap-service-section-head-printer {
  background-color: transparent;
}

.service-section-head-printer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
}

.service-section-head-printer .col1 {
  padding-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0px 0px 10px;
}

.service-section-head-printer .col1 .line {
  width: 100%;
  height: 4px;
  border-radius: 1px 0px 0px 1px;
  background-color: rgb(0,0,153,.5);
}

.service-section-head-printer .col2 {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 10px 10px 0px;
}

.service-section-head-printer .col2 h2 {
  font-family: 'headm', serif;
  font-size: clamp(24pt,4vw,28pt);
  color: rgb(0,0,153,.8);
  font-weight: 300;
  text-transform: uppercase;
}
/*******************************************************/
/*                    Printer                          */
/*******************************************************/
.wrap-service-section-printer {
    background-color: transparent;
}

.service-section-printer .overlay {
    background-color: transparent;
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 100%;
    top:0px;
    left: 0px;
    background-image: url(../img/B1_center.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 90%;
    opacity: .1;
}

.service-section-printer .overlay-front {
    background-color: transparent;
    position: absolute;
    z-index: 12;
    width: 100%;
    height: 100%;
    top:0px;
    left: 0px;
    box-shadow: 80px 0px 80px #fefefe inset,
                -80px 0px 80px #fefefe inset;
}

.service-section-printer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 10;
}

.service-section-printer .col {
    box-sizing: border-box;
    position: relative;
    z-index: 15;
}

.service-section-printer .col .row {
    max-width: 70%;
    height: auto;
    overflow: hidden;
}

.service-section-printer .col1 {
    /* background-color: yellowgreen; */
    display: flex;
    justify-content:center;
    align-items: flex-end;
    flex-direction: column;
    gap:40px;
    padding: 20px;
}

.service-section-printer .col1 .row {
    text-align: right;
    padding: 5px 10px 5px 0px;
    border-right: 5px solid rgb(0,0,153,.8);
}

.service-section-printer .col2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-section-printer .col3 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction:column;
    gap:40px;
    padding: 20px;
}

.service-section-printer .col3 .row {
    text-align: left;
    padding: 5px 0px 5px 10px;
    border-left: 5px solid rgb(0,0,153,.8);
}

.service-section-printer .col .row h4 {
    font-family: 'headm', serif;
    font-weight: 600;
    font-size: clamp(9pt, 2vw , 11pt);
    color: rgb(0,0,153);
    margin: 0px;
}

.service-section-printer .col .row p {
    margin: 0px;
    font-family: 'textt', serif;
    font-family: 400;
    font-size: clamp(9pt, 1.5vw , 10pt);
    color: #555555;
}

.service-section-printer .col2 img {
    width: 90%;
    height: auto;
    filter: drop-shadow(5px 5px 1px rgb(0,0,0,.3));
}

@media (max-width:890px) {
    .service-section-printer {
        display: block;
    }

    .service-section-printer .col1 {
        flex-direction: row;
        flex-wrap: wrap;

    }

    .service-section-printer .col1 .row {
        width: 230px;
        border-right: none;
        border-bottom: 5px solid rgb(0,0,153,.8);
    }

    .service-section-printer .col2 img {
        width: 50%;
        height: auto;
    }

    .service-section-printer .col3 {
        flex-direction: row;
        flex-wrap: wrap;

    }

    .service-section-printer .col3 .row {
        width: 230px;
        border-left: none;
        border-top: 5px solid rgb(0,0,153,.8);
    }
}

@media (max-width:1351px) {
    .service-section-printer .overlay {
        background-size: auto 80%;
    }
}

@media (max-width:1251px) {
    .service-section-printer .overlay {
        background-size: auto 70%;
    }
}

@media (max-width:1151px) {
    .service-section-printer .overlay {
        background-size: auto 60%;
    }
}

@media (max-width:1051px) {
    .service-section-printer .overlay {
        background-size: auto 50%;
    }
}

@media (max-width:860px) {
    .service-section-printer .overlay {
        background-size: auto 40%;
    }
}

@media (max-width:590px) {
    .service-section-printer .overlay {
        background-size: auto 30%;
    }
}

@media (max-width:490px) {
    .service-section-printer .overlay {
        background-size: auto 20%;
    }
}
/*******************************************************/
/*                    Seccion de contacto              */
/*******************************************************/
.wrap-service-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-service-section-contac .overlay {
    background-color: rgb(0,0,0,.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 11;
  }

  .service-section-contac {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    padding: 40px;
    position: relative;
    z-index: 12;
  }

  .service-section-contac .col1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .service-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;
  }

  .service-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;
  }

  .service-section-contac .col1 button:hover {
    transform: translateY(-3px);
    box-shadow: 0px 4px 10px rgb(255,255,255,.3);
  }

  .service-section-contac .col2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .service-section-contac .col2 img {
    width: 30%;
    height: auto;
  }

  @media (max-width:730px) {
    .service-section-contac {
        display: block;
    }
  }