.introOportunidades .titulo > * {
    font-size: 1.75rem;
    font-size: clamp(1.75rem, 1.3691037735849056rem + 1.6037735849056605vw, 2.8125rem);
    padding: 40px 0;
    margin-bottom: 0;
    line-height: 1em;
    width: 65%;
    color: #000;
}
.oportunidadesMainIcon img { width: 90px; margin: 40px auto; }
.oportunidadesTexto { padding: 40px 80px; }
.oportunidadesOpcionIcon > * { width: 60px !important; height: auto !important; }
.oportunidadesOpcionTexto > * { margin: 0; }
.oportunidadesOpcion { padding: 20px 0; }

@media only screen and (max-width: 600px) {
    .introOportunidades .titulo > * { width: 100%; text-align: center }
    .introOportunidades .titulo { justify-content: center; border-right: none !important; }
    .oportunidadesMainIcon { justify-content: center !important; border-right: none !important; }
    .oportunidadesTexto { padding: 0 40px 40px; }
    .oportunidadesMainIcon img { width: 100px; }
}

/* IPAD LANDSCAPE */
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
    .introOportunidades .titulo > * { width: 80%; }
}