.valores {
	background-color: #263036;
	color: #F6F4E9;
    padding: 80px 5%;
    max-width: 1400px;
    margin: auto;
}

.valores h2 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 60px;
    font-weight: 600;
}

.valores h2 span {
    color: #ed662d;
    text-decoration: underline;
}

.testimonios {
    /* background-color: #263036; */
	background-color: #F6F4E9;
    /* color: #f6f4e9; */
	color: #000000;
    padding: 80px 5%;
    max-width: 1400px;
    margin: auto;
}

.testimonios h2 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 60px;
    font-weight: 600;
}

.testimonios h2 span {
    color: #ed662d;
    text-decoration: underline;
}

.testimonios1 {
    /* background-color: #263036; */
	background-color: #F6F4E9;
    /* color: #f6f4e9; */
	color: #000000;
    padding: 80px 5%;
    max-width: 1400px;
    margin: auto;
}

.testimonios1 h2 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 60px;
    font-weight: 600;
}

.testimonios1 h2 span {
    color: #ed662d;
    text-decoration: underline;
}


.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.card {
    position: relative;
    padding: 35px 30px;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    background-color: transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
	background-color: #ed662d;
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

.card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.card p {
    font-size: 0.95rem;
    line-height: 1.6;
    /* color: #e0e0e0; */
}

.icon2 {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 1.8rem;
    opacity: 0.9;
}
