.dim-container {
  width: 100%;
  height: auto;
  position: relative;
}

.dim-container img {
  width: 100%;
}

.dim-container h3 {
  color: white;
  font-family: "bebas";
  /* text-decoration: underline; */
  position: absolute;
  font-size: 90px;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}

.dim-container p {
  color: white;
  position: absolute;
  position: absolute;
  top: 45%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dim-button {
    width: 90px;
    height: 35px;
    position: absolute;
    bottom: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 3px;
    padding-left: 15px;
    background: var(--gray-theme);
    border: 1px solid white;
}

.dim-button:hover {
  background-color: var(--red-theme);
}

.dim-button a {
  font-size: 12px;
  color: white;
}

.media-container {
  width: 800px;
  margin: 50px auto;
}

.media-card {
  width: 370px;
  height: 430px;
  padding: 7px;
  margin-top: 20px;
  background: white;
  box-shadow: 0px 4px 50px rgb(0 0 0 / 70%);
}

.media-logo {
  width: 170px;
  margin: 17px auto;
}

.media-logo img {
  width: 100%;
}

.media-header {
  width: 350px;
  margin-top: 10px;
}

.media-header h2 {
  font-family: "bebas";
  font-size: 25px;
  text-align: center;
}

.media-desc {
  width: 350px;
  margin-top: 10px;
}

.media-desc p {
  font-size: 13px;
  text-align: center;
}

.learn-custom {
  position: absolute;
  bottom: 10px;
  /* left: 38%; */
}

.product-card {
  position: relative;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.7);
  padding: 10px;
  width: 370px;
  margin: 20px auto;
  height: 430px;
}

.product-logo {
  width: 150px;
  margin: 35px auto;
}

.product-logo img {
  width: 100%;
}

.product-header {
  width: 100%;
  margin-top: 10px;
}

.product-header h3 {
  font-family: "bebas";
  text-align: center;
}

.product-desc p {
  font-size: 15px;
  text-align: justify;
}

.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .5s ease;
  background: black;
}

.product-card:hover .product-overlay {
  opacity: 0.9;
}

.product-overlay-link {
  width: 150px;
  margin: 205px auto;
  opacity: 1;
}

.product-overlay-link a {
  font-size: 20px;
  color: white;
}

/* services */

.services-container {
  background-color: #141414;
  padding: 40px;
  padding-right: 30px;
  color: white;
}

.services-container .row {
  margin-top: 60px;
  margin-bottom: 30px;
}

.service-desc {
  width: 619px;
  margin: auto;
}

#services-container-title {
  text-decoration: underline;
  text-align: center;
  font-size: 27px;
  margin-bottom: 25px;
}

.service-tab {
  margin-bottom: 50px;
}

.service-tab-img {
  width: 165px;
  margin: auto;
  height: auto;
}

.service-tab-img img {
  width: 100%;
  cursor: pointer;
}

.service-tab h1 {
  text-align: center;
  margin-top: 20px;
  font-size: 27px;
  font-family: "bebas";
}

.service-tab-description {
  width: 330px;
  margin: 10px auto;
}

.service-tab-description p {
  text-align: center;
}

.partners-container {
  width: 100%;
  height: auto;
}

.partners-container .row .col-sm {
  margin-bottom: 40px;
}

.partners-header {
    width: 262px;
    border-bottom: 0.5px solid;
    height: 45px;
    margin: 50px auto;
}

.partners-header h2 {
  font-family: "montserrat-med";
  text-align: center;
}

.partners-logo {
  width: 250px;
  margin: 35px auto;
}

.partners-logo img {
  width: 100%;
}

.partners-desc {
  width: 311px;
  margin: 23px auto;
}

.partners-desc p {
  text-align: center;
  font-size: 14px;
}

.learn-more {
  width: 92px;
  margin: auto;
}

.learn-more a {
  color: var(--gray-theme);
  font-family: "montserrat-med";
  font-size: 13px;
}

/* services END */

@media only screen and (max-width: 1160px) {
  #julian {
        display: none;
    }
    #heraldo {
        display: none;
    }
}

@media only screen and (max-width: 940px) {

}

@media only screen and (max-width: 850px) {
  .media-container {
    width: 370px;
  }
}

@media only screen and (max-width: 740px) {
  .service-desc {
    width: 100%;
  }

  .container-fluid {
    padding-right: 0;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 440px) {
  .dim-card {
    width: 375px;
  }
}