.main-container {
  background-image: url("/images/tobar/cian-line.webp");
  position: relative;
  background-repeat: repeat-x;
  padding-top: 36px;
}
.title-stock {
  color: #2b307a;
  font-weight: 800;
  font-size: clamp(30px, 4vw, 36px);
}
.btn-ver {
  background-color: #2b307a;
  border: 1px solid #2b307a;
  color: white;
  width: calc(100% / 3 - 14px);
  max-height: 60px;
  font-size: 32px;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 600;
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-ver:hover {
  border: 1px solid #2b307a;
  background-color: white;
  color: #2b307a;
}
.marca-global {
  max-height: 50px;
}
.container-text {
  padding: 15px 15%;
  background-color: #f2f2f2;
  border-radius: 0px 0px 6px 6px;
  height: 100%;
}
.container-text p {
  text-wrap: pretty;
  text-align: center;
  color: #254fad;
  font-size: 18px;
}
.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-financing {
  font-size: 24px;
  font-weight: 700;
  color: #575757;
}
.container-financing {
  padding: 65px 0px;
}
.col-redes {
  width: calc(100% / 5);
  padding: 0px;
}
.col-redes img {
  width: 100%;
}
.title-redes {
  font-size: 34px;
  font-weight: 800;
  color: #2b307a;
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  .btn-ver {
    width: 100%;
  }
  .col-redes {
    width: calc(100% / 3);
  }
}
@media (max-width: 480px) {
  .col-redes {
    width: calc(100% / 2);
  }
}
@media (max-width: 350px) {
  .col-redes {
    width: 100%;
  }
}
