.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 Printer                         */
/*********************************************************/
.wrap-catalog-section-printers {
  background-color: #eeeeee;
}

.catalog-section-printers {
  display: block;
  padding: 40px 20px;
}

.catalog-section-printers .wrap-printer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 0px;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #cccccc;
  border-radius: 20px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}

.catalog-section-printers .wrap-printer .banner-name {
  display: flex;
  justify-content: center;
  align-items: end;
  position: absolute;
  z-index: 11;
  width: 80px;
  height: 100%;
  overflow: hidden;
  top: 0px;
  left: 0px;
}

.catalog-section-printers .wrap-printer .banner-SHARP {
  background-color: #E62E2D;
}

.catalog-section-printers .wrap-printer .banner-Epson {
  background-color: #0F468C;
}

.catalog-section-printers .wrap-printer .banner-Brother {
  background-color: #095291;
}

.catalog-section-printers .wrap-printer .banner-HP {
  background-color: #088BBE;
}

.catalog-section-printers .wrap-printer .banner-name h1 {
  text-transform: uppercase;
  font-family: 'headm', serif;
  font-weight: 900;
  color: rgb(255,255,255,.8);
  rotate: -90deg;
  text-align:end;
  margin-bottom: 60px;
}

.catalog-section-printers .wrap-printer .col1 {
  box-sizing: border-box;
  padding: 10px 10px 10px 100px;
  display: flex;
  justify-content: center;
  align-items: start;
  border-right: 1px solid #cccccc;
  position: relative;
}

.catalog-section-printers .wrap-printer .col1 img {
  width: 50%;
  height: auto;
  filter: drop-shadow(0px 0px 2px #000000);
}

.catalog-section-printers .wrap-printer .col2 {
  box-sizing: border-box;
  padding: 10px;
}

.catalog-section-printers .wrap-printer .col2 h2 {
  font-family: 'textm', serif;
  font-weight: 600;
  font-size: 18pt;
  color: #333333;
}

.catalog-section-printers .wrap-printer .col2 .SHARP {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #E62E2D;
  text-decoration-thickness: 8px;
  text-underline-offset: 11px;
}

.catalog-section-printers .wrap-printer .col2 .Epson {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #0F468C;
  text-decoration-thickness: 8px;
  text-underline-offset: 11px;
}

.catalog-section-printers .wrap-printer .col2 .Brother {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #095291;
  text-decoration-thickness: 8px;
  text-underline-offset: 11px;
}

.catalog-section-printers .wrap-printer .col2 .HP {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #088BBE;
  text-decoration-thickness: 8px;
  text-underline-offset: 11px;
}

.catalog-section-printers .wrap-printer .col2 .character {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2px;
  overflow: hidden;
}

.catalog-section-printers .wrap-printer .col2 .character img {
  padding: 0px;
  margin: 0px;
  display: block;
  width: 30px;
  height: 30px;
  opacity: .8;
}

.catalog-section-printers .wrap-printer .col2 .character p {
  font-family: 'textt', serif;
  font-size: 10pt;
  font-weight: 900;
  color: #555555;
}

.catalog-section-printers .wrap-printer .col2 span {
  cursor: pointer;
  font-family: 'textm', serif;
  font-weight: 600;
  font-size: 12pt;
  color: #666666;
}

.catalog-section-printers .wrap-printer .col2 .info-equipo {
  display: none;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.catalog-section-printers .wrap-printer .col2 .info-equipo p {
  font-family: 'textm', serif;
  font-weight: 300;
  font-size: 12pt;
  text-align: justify;
  color: #333333;
}

@media (max-width:1000px) {
  .catalog-section-printers .wrap-printer .col1 img {
    width: 80%;
    height: auto;
    filter: drop-shadow(0px 0px 2px #000000);
  }
}

@media (max-width:890px) {
  .catalog-section-printers .wrap-printer {
    display: block;
  }

  .catalog-section-printers .wrap-printer .col1 {
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }

  .catalog-section-printers .wrap-printer .col1 img {
    width: 50%;
    height: auto;
    filter: drop-shadow(0px 0px 2px #000000);
  }

  .catalog-section-printers .wrap-printer .col2 {
    box-sizing: border-box;
    padding-left: 100px;
  }
}
/*******************************************************/
/*                Error                                */
/*******************************************************/
.wrap-catalog-section-error {
  background-color: transparent;
}

.catalog-section-error {
  padding: 20px;
  border: 1px solid #aaaaaa;
  color: #666666;
  font-family: 'textt', serif;
  font-weight: 300;
  border-radius: 20px;
}
/*******************************************************/
/*                    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;
    }
  }