/* border */
.border,.border-0 {
  border-radius: var(--radius-lg);
  border: 1px solid #d4d4d4;
  height: 100%;
  padding: 30px;
}

/* _breakground */
@media (max-width: 480px) {
  ._breakground.fs,._breakground.fs a {
    font-size: .6rem;
    color: grey;
  }
}

/* ══════════════════════════════════════════════════════
   Procedente de general.css
   ══════════════════════════════════════════════════════ */

/* contact-banner */
.contact-banner {
  height: 60vh;
  position: relative;
}
.contact-banner picture {
  width: 100%;
  height: 100%;
  display: block;
}
.contact-banner img {
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  height: 100%;
}

/* contact-banner-imgs */
.contact-banner-imgs {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* contact-banner-body */
.contact-banner-body {
  z-index: 2;
  box-sizing: border-box;
  align-items: end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

/* contact-banner-container */
.contact-banner-container hr.gold-line-main-left {
  margin: 0 0 40px;
}
.contact-banner-container {
  color: #fff;
  width: 90%;
  max-width: 1450px;
  margin: 0 auto;
}

/* contact-banner-overlay */
.contact-banner-overlay {
  z-index: 2;
  background: linear-gradient(to top, #000000a6 0, #00000059 40%, #0000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* contact-banner-body */
@media (max-width: 576px) {
  .contact-banner-body h1 {
    text-align: center;
  }
}

/* socpro-banner */
.socpro-banner img {
  object-position: center;
}

/* socproj-container */
.socproj-container {
  margin-top: 20px;
}

/* proj-title */
.proj-title h3 {
  font-size: 25px !important;
}

/* proj-boton */
.proj-boton {
  color: #00224f;
  text-transform: uppercase;
  border: 1px solid #00224f;
  border-radius: 8px;
  align-items: center;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}
.proj-boton:hover {
  color: #fff;
  background-color: #00193a;
  border-color: #00193a;
}

/* socpro-banner */
.socpro-banner h1 {
  color: #fff;
}

/* section-list-social */
.section-list-social .social-project-item {
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 3rem;
  display: grid;
}
.section-list-social .social-project-item .socialtext {
  margin-top: 20px;
}
.section-list-social .social-project-item.image-left .social-project-image {
  order: 1;
}
.section-list-social .social-project-item.image-left .social-project-image img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
}
.section-list-social .social-project-item.image-left .social-project-title, .section-list-social .social-project-item.image-right .social-project-image {
  order: 2;
}
.section-list-social .social-project-item.image-right .social-project-image img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
}
.section-list-social .social-project-item.image-right .social-project-title {
  order: 1;
}
.section-list-social .social-project-image {
  height: 350px;
}
@media (max-width: 576px) {
  .section-list-social .social-project-image {
    height: 250px;
  }
  .section-list-social .social-project-item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* social-project-item */
@media (max-width: 576px) {
  .social-project-item .social-project-image, .social-project-item .social-project-title {
    order: unset;
  }
}

/* slider-reviews */
.slider-reviews .avatar img {
  width: 100%;
  height: 100%;
}
