
.ventajas {
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
    padding: 4%;
    background-color: #f4f4f4;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.title-ventajas {
    text-align: left;
    margin-bottom: 1.5rem;
}


.contenido-ventajas {
    display: flex;
    align-items: center;
    gap: 4%;
}

.icon-ventaja img {
	
	width: 65px !important;
    height: 65px !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    object-fit: contain !important;
}


.subtitle-ventaja::after {
    content: "";
    display: block;
    width: 65%;
    height: 2px;
    background-color: black;
    margin-top: 5px;
}



/* Estilos responsive para dispositivos móviles */
@media (max-width: 980px) {
	
	.title-ventajas {
    text-align: center;
	margin-bottom: -20px !important;
	}
    .ventajas {
        flex-direction: column;
        text-align: left;
		padding-top: 10% !important;
		padding-bottom: 10% !important;
    }

    .icon-ventaja img {
        width: 80px;
        height: 80px;
		margin-top: 3rem !important;
    margin-bottom: 1.5rem !important;
margin-left: auto !important;
    margin-right: auto !important;
    }
	
	.subtitle-ventaja::after {
    content: "";
    display: block;
    width: 88% !important;
    height: 2px;
    background-color: black;
    margin-top: 5px;
}

	.contenido-ventajas {
    display: block !important;
}
}