body{
    font-size: .85em;
}
.section-ayuntamiento .title {
    font-size: .85em;
}
.section-ayuntamiento{
    padding: 20px 0;
}
.final-project {
    display: flex;
    flex-wrap: wrap;
    border: 5px solid #386539;
    border-radius: 15px;
    overflow: hidden; 
    width: 100%;
}

.project-image {
    padding: 0;
}

.project-image img {
    max-width: 100%;
    border-radius: 5px;
}

.project-info {
    margin-top: 1rem;
    padding: 0 30px;
}

.project-info h2 {
    color: #000;
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 15px;
}
.header-alcance {
    background-color: #386539;
    color: white;
    margin-top: 2rem;
    text-align: center;
    padding: 6px 0;
    font-size: 1.4rem;
    font-weight: 700;
  }

.project-info p {
    color: #333;
    margin-bottom: 15px;
}
.info-btn{
    margin-top: 1.6rem;
    font-size: .8em;
}

.btn-strategic {
    background-color: #A1BF37;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.btn-strategic:hover {
    background-color: #8DAA27;
    text-decoration: none;
    color: white;
}

.text-section {
    margin-bottom: 20px;
}

.text-section p {
    margin-bottom: 15px;
}
.content-section {
    margin: 0 auto;
    padding: 20px;
}
.image-section {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.image-section img {
    border-radius: 50%;
    margin-bottom: 3rem;
    width: 170px;
    height: 170px;
}
.resolution-section {
    background-color: #ffffff;
    border: 3px solid #386539;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    position: relative;
}

.resolution-title {
    background-color: #386539;
    color: white;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 20px ;
    position: absolute;
    font-weight: 800;
    top: -20px;
    left: 39%;
    font-size: 1.5em;
}

.resolution-content {
    padding-top: 40px;
}
.background-wrapper {
    width: 100%;
    background-color: rgba(161, 191, 55, 0.2);
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
@media (max-width: 767px) {
    .resolution-title{
        left: 29%;
    }
    .image-section{
        justify-content: space-around;
    }
    .image-section img {
        width: 120px;
        height: 120px;
    }
    .final-project {
        flex-direction: column;
    }
    
    .project-info {
        padding: 0 15px; 
    }
}

