.catalogo .lineVertical {
  background-color: var(--aqua);
  width: 4px;
  height: 61%;
  margin-left: 109%;
  margin-top: 44%;
}
.catalogo .lineHorizontal {
  background-color: var(--aqua);
  width: 20%;
  height: 4px;
  margin: 6% 0%;
}
.catalogo .sec1 {
  padding: 4% 0%;
  background-image: url("../img/catalogo/coberlum-header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.catalogo .sec1 h1 {
  font-size: 29px;
  font-weight: 600;
}
.catalogo .sec2 {
  padding: 4% 0% 6%;
  background-image: url("../img/catalogo/coberlum-catalogo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.catalogo .sec2 #especiales {
  display: none;
}
.catalogo .sec2 #acero, .catalogo .sec2 #espejo, .catalogo .sec2 #maderas, .catalogo .sec2 #concretos {
  display: none;
}
.catalogo .sec2 #especialesMobile {
  display: none;
}
.catalogo .sec2 #aceroMobile, .catalogo .sec2 #espejoMobile, .catalogo .sec2 #maderasMobile, .catalogo .sec2 #concretosMobile {
  display: none;
}
.catalogo .sec2 .lineHorizontal {
  width: 10%;
  margin: 2% 45% 3%;
}
.catalogo .sec2 h2 {
  font-size: 35px;
}
.catalogo .sec2 .btn-active {
  background-color: #33CBCC !important;
  color: white !important;
}
.catalogo .sec2 .customMr {
  padding: 0;
}
.catalogo .sec2 .customMr .btn-selector {
  width: 100%;
  height: 100%;
  padding: 2% 5%;
  color: lightgray;
  background-color: white;
  border: 3px solid #33CBCC;
  font-weight: 700;
  font-size: 25px;
  text-align: start;
}
.catalogo .sec2 .customMr .btn-selector:hover {
  background-color: #33CBCC;
  color: white;
}
.catalogo .sec2 .btn-especiales {
  width: 100%;
  height: 100%;
  padding: 7% 5%;
  color: white;
  background-color: transparent;
  border: 3px solid #33CBCC;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.catalogo .sec2 .btn-especiales:hover {
  background-color: #33CBCC;
  color: white;
}
.catalogo .sec2 .carousel-inner {
  position: relative;
  width: 102%;
  overflow: hidden;
  margin-left: -1%;
}
.catalogo .sec2 .carousel-control-next, .catalogo .sec2 .carousel-control-prev {
  width: 6%;
}
.catalogo .sec2 .carousel-control-next {
  right: -100px;
  /* overflow-x: auto; */
}
.catalogo .sec2 .carousel-control-prev {
  left: -100px;
  /* overflow-x: auto; */
}
.catalogo .sec2 .encob {
  font-size: 18px;
}
.catalogo .sec2 .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 3%;
}
.catalogo .sec2 .grid .item {
  background-color: white;
  overflow: visible;
}
.catalogo .sec2 .grid .item .title {
  color: #232754;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  padding: 4% 4% 0%;
}
.catalogo .sec2 .grid .item .cars {
  margin: 0;
  color: #232754;
  font-size: 16px;
  text-align: center;
  padding: 0% 4%;
}
.catalogo .sec2 .grid .item:hover img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.catalogo .sec2 .grid .box {
  background-color: var(--blanco);
  padding: 5%;
  min-height: 150px;
}
.catalogo .sec2 .grid .box h4, .catalogo .sec2 .grid .box p {
  margin: 0;
}
.catalogo .sec2 .grid .box h4 {
  color: var(--azul);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5%;
}
.catalogo .sec2 .grid .box p {
  font-size: 17px;
}
.catalogo .sec2 .grid img {
  width: 100%;
  cursor: pointer;
}
.catalogo .sec2 .btn-cta {
  padding: 13px 2px;
  width: 40%;
  color: white;
  border-color: white;
  font-size: 16px !important;
}
.catalogo .sec2 .bg-blue {
  background-color: var(--azul);
}
@media (max-width: 574px) and (min-width: 0px) {
  .catalogo .sec2 {
    padding: 8% 0% 8%;
  }
  .catalogo .sec2 h2 {
    font-size: 25px;
  }
  .catalogo .sec2 .line {
    width: 30%;
    left: 34%;
  }
  .catalogo .sec2 .customMr {
    padding: 0px 14px;
  }
  .catalogo .sec2 .carousel-control-next {
    right: 0px;
    /* overflow-x: auto; */
  }
  .catalogo .sec2 .carousel-control-prev {
    left: 0px;
    /* overflow-x: auto; */
  }
  .catalogo .sec2 .carousel-item {
    padding-top: 4%;
  }
  .catalogo .sec2 .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .catalogo .sec2 .grid .item {
    padding: 0% 17%;
    background-color: transparent;
  }
  .catalogo .sec2 .grid .item:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    border: 2px solid white;
  }
  .catalogo .sec2 .grid .item .title, .catalogo .sec2 .grid .item .cars {
    background-color: white;
    margin: 0;
    padding: 1% 0%;
  }
  .catalogo .sec2 .encob {
    font-size: 16px;
  }
  .catalogo .sec2 .btn-cta {
    width: 100%;
  }
  .catalogo .sec2 #especialesMobile .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
}