body {
    background-color: #FDFDFD;
}

b {
    size: 15px;
}

.container {
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.content, .image-space {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    flex: 1;
}

.content h2 {
    margin-top: 0;
    color: #333;
}

.image-space {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.image-space img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}

.valores-corporativos {
    background-color:#2f36e9;
    color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    width: auto;
}

.objetivos {
    background-color: #DD5825;
    color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    width: auto;
}

.valores-lista {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    justify-content: center;
    gap: 20px;
    margin-top: 0px;
}

.objetivos-lista {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    justify-content: center;
    gap: 20px;
    margin-top: 0px;
    size: 25px;
}

.valores-lista-responsabilidad {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    width: auto;
}

.valor-item {
    background-color: #ffffff;
    color: #2f36e9;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    width: 200px;
    transition: transform 0.2s;
}

.objetivos-item {
    background-color: #ffffff;
    color: #2f36e9;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    width: auto;
    transition: transform 0.2s;
}

.valor-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.objetivos-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.cotizacion {
    background-color: #a2a396;
    color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: auto;
}

.cotizacion-form {
    color: #2f36e9;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    width: auto;
}

.colaboraciones {
    background-color: #eb313af5;
    color: black;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    width: auto;
    margin-top: 10px;
}

.colaboraciones-texto {
    background-color: #c2b7b7;
    color: black;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    width: auto;
}

.colaboraciones-texto-item {
    background-color: #c2b7b7;
    color: black;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    width: auto;
}

.colaboraciones-lista {
    background-color: #888888;
    color: black;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    width: auto;
}

.nosotros {
    background-color: #f4592a;
    color: white;
    padding: 7px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    width: auto;
}

.nosotros-texto {
    background-color: #65A9E0;
    color: black;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: auto;
    margin: 15px;
}

.equipo {
    background-color: #f4592a;
    color: white;
    padding: 7px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    width: auto;
}

.equipo-personas {
    background-color: #65A9E0;
    color: black;
    padding: 7px;
    padding-top: 5px;
    margin-top: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: auto;
}

.premios {
    background-color: #f4592a;
    color: white;
    padding: 7px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    width: auto;
}

.premios-texto {
    background-color: #65A9E0;
    color: black;
    padding: 7px;
    padding-top: 5px;
    margin-top: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: auto;
}

.contacto {
    background-color: #f4592a;
    color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    width: auto;
}

.btn-custom {
    background-color: #58a3e0; 
    color: white; 
    padding: 10px 20px; 
    border: none; 
    border-radius: 10px; 
    cursor: pointer; 
    font-size: 16px; 
}

.btn-custom:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #003060; 
    transition: transform 0.2s;
}

.productos {
    text-align: center;
    margin-bottom: 50px;
}

.productos h1 {
    font-size: 2.5em;
    color: #333;
}

.productos p {
    font-size: 1.2em;
    color: #777;
}