.nosotros-hero-logo-wrap {
  max-width: 520px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

.nosotros-hero-logo-wrap img {
  display: block;
  width: 100%;
}

.web_agency_demo .banner_section.bg_gd_stripe,
.web_agency_demo .cta_section_small.bg_gd_stripe,
.web_agency_demo .footer_dark.bg_gd_stripe {
  background: linear-gradient(135deg, #D62C31 0%, #8f1216 100%);
}

.web_agency_demo .heading_s3 .sub_title,
.web_agency_demo .icon_box_style_13 .box_icon i,
.web_agency_demo .accordion_style2 .card-header a,
.web_agency_demo .widget_links_style3 a:hover {
  color: #D62C31;
}

.web_agency_demo .icon_box_style_13 {
  padding: 28px 20px;
  border-radius: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.web_agency_demo .icon_box_style_13:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
}

.nosotros-about-section .angle_top,
.nosotros-about-section .angle_bottom {
  opacity: 0.9;
}

.nosotros-about-image img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

.web_agency_demo .portfolio_item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.web_agency_demo .portfolio_item {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}

.web_agency_demo .portfolio_style3 .portfolio_content,
.web_agency_demo .portfolio_style3 .portfolio_item:hover .portfolio_content {
  opacity: 1;
  visibility: visible;
  position: static;
  background: #fff;
  padding: 18px 18px 16px;
  transform: none;
}

.web_agency_demo .portfolio_style3 .portfolio_item::before,
.web_agency_demo .portfolio_style3 .portfolio_item:hover::before,
.web_agency_demo .portfolio_style3 .portfolio_content .link_container {
  display: none !important;
}

.web_agency_demo .portfolio_item .image_link {
  display: block;
  cursor: default;
  pointer-events: none;
}

.web_agency_demo .nosotros-gallery-caption h5,
.web_agency_demo .nosotros-gallery-caption p {
  color: #1A1A1A;
}

.web_agency_demo .nosotros-gallery-caption h5 {
  margin-bottom: 8px;
}

.web_agency_demo .portfolio_content h5 a,
.web_agency_demo .portfolio_content p,
.web_agency_demo .contact_info li span,
.web_agency_demo .contact_info li p {
  color: inherit;
}

.web_agency_demo .progress-bar {
  background-color: #D62C31;
}

.web_agency_demo .skill_content .count_pr {
  background-color: #D62C31;
}

.web_agency_demo .skill_content .count_pr::before {
  border-color: #D62C31 transparent transparent transparent;
}

.web_agency_demo .accordion_style2 .card {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 14px;
}

.web_agency_demo .accordion_style2 .card-body {
  color: #1A1A1A;
}

.web_agency_demo .footer_logo img {
  max-height: 86px;
}

@media only screen and (max-width: 991px) {
  .nosotros-hero-logo-wrap {
    max-width: 420px;
  }
}

@media only screen and (max-width: 767px) {
  .nosotros-hero-logo-wrap {
    max-width: 320px;
    padding: 18px;
  }

  .web_agency_demo .portfolio_item img {
    height: 260px;
  }
}
