/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
@media (max-width: 991.98px) {
    .primary-menu .menu-item:last-child {
        margin-top: 15px;
    }

    .primary-menu .menu-item:last-child .menu-link {
        width: 100%;
        text-align: center;
    }

	.about-us {
		margin-top: 40px;
	}

    .software-description {
        margin-bottom: 40px;
        text-align: center;
    }
}

.about-us {
    background-color: #67BD50 !important;
    color: #fff;
    padding: 40px;
    border-radius: 6px;
}

.about-us p {
	color: #fff !important;
}

@media (min-width: 992px) {
    .about-us {
        margin-top: -150px;
        position: relative;
        z-index: 10;
    }

    #section-nosotros .content-wrap {
        overflow: visible;
    }
}

.section {
    background-color: #fff;
    border: none;
}

/* News Section Styles
-----------------------------------------------------------------*/
.entry-image {
    position: relative;
}

.entry-date {
    position: absolute;
    top: 0px;
    right: 10px;
    background-color: #8bc34a; /* Light green color from design */
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    text-transform: uppercase;
    line-height: 1;
}

.entry-title h3 {
    text-transform: none !important; /* Override theme's uppercase */
    font-weight: 600; /* Bolder title */
}

.entry-meta ul li {
    font-size: 0.8rem;
    color: #999;
}

.button.button-light-green {
    background-color: #8bc34a !important;
    color: #fff !important;
    text-transform: none;
    font-weight: 500;
    border: none;
    box-shadow: none;
}

.button.button-light-green:hover {
    background-color: #7daf41 !important; /* A slightly darker green for hover */
}

.entry-content {
    padding-bottom: 20px !important; /* Fix for cut-off button */
}

/* Uniform image size for news */
.entry-image img {
    height: 250px; /* Adjust this value if you need a different height */
    width: 100%;
    object-fit: cover;
}

.section-software-wrapper {
  position: relative;
  padding: 220px 0;
  background: url('../images/hero/fondo2.png') no-repeat center center/cover;
  margin-bottom: 50px;
}

.section-software-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.section-software-wrapper .container {
  position: relative;
  z-index: 2;
}

.software-description h3 {
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
}

.software-description p {
  color: #fff;
  font-size: 1.1rem;
}

.software-card {
  background: #fff;
  padding: 60px 30px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  height: 100%;
}

.software-card-icon {
  background-color: #f5f5f5;
  border: 1px solid #eee;
  display: inline-block;
  margin-bottom: 20px;
  min-width: 80px;
  height: 80px; /* fixed height */
  display: flex; /* to center content */
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.software-card h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

.software-card p {
  color: #666;
  font-size: 0.9rem;
}

/* Why Choose Us Section */
#section-porque-elegirnos {
    padding: 0px;
    margin-bottom: 50px;
}

#section-porque-elegirnos .lead-title {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.6;
}

#section-porque-elegirnos .color-green {
    color: #8bc34a;
    font-weight: 600;
}

#section-porque-elegirnos .iconlist li {
    margin-bottom: 15px;
    font-size: 1.1rem;
    text-align: left;
}

#section-porque-elegirnos .iconlist-lg {
    list-style: disc;
    padding-left: 25px; /* Adjust for indentation */
}

/* CTA Section */
.section-cta-wrapper {
    position: relative;
    padding: 100px 0;
    background: url('../images/hero/fondo3.png') no-repeat center center/cover;
    color: #fff;
}

.section-cta-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section-cta-wrapper .container {
    position: relative;
    z-index: 2;
}

.cta-quote {
    font-size: 180px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.8;
}

.cta-inner-text {
  font-size: 3rem;
  vertical-align: middle;
  margin-bottom: 0px
}

.iconlist-lg li::marker {
    color: #888;
    font-size: 1rem;
}
